body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Segoe UI Semibold';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Segoe UI Semibold';
}

.photos::-webkit-scrollbar-thumb {
    background: #623667;
    ;
    border-radius: 7px;
}

.photos::-webkit-scrollbar {
    width: 7px;
}

.photos::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #623667;
    border-radius: 10px;
}

.photos::-webkit-scrollbar-thumb:hover {
    background: #623667;
}

.zoom_parent {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: +28;
    background-color: #0d0d0d7e;
}

.zoom_part {
    display: none;
    width: 500px;
    height: 410px;
    position: absolute;
    top: 100px;
    left: 4%;
    z-index: +30;
    border-radius: 12px;
    background-color: white;
}

.zoom_part img {
    width: 99%;
    height: 99%;
    border: 2px solid #5a5959;
}

.zoom_part .img-magnifier-glass2 {
    position: absolute;
    border: 1px solid white;
    border-radius: 7px;
    cursor: pointer;
    width: 300px;
    height: 250px;
    z-index: +2;
    background-color: #5a5959;
}

.zoom_part #zoomt2 {
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: +1;
    font-size: 30px;
    color: green;
}

.zoom_part #zoomt2:hover {
    cursor: pointer;
    color: green;
    transform: scale(1.1);
}

.zoom_part #z2 {
    position: absolute;
    top: 10px;
    right: 100px;
    z-index: +3;
    font-size: 30px;
    color: green;
}

.zoom_part #z2:hover {
    cursor: pointer;
    color: green;
    transform: scale(1.1);
}

.zoom_part #close {
    position: absolute;
    top: -10px;
    right: 20px;
    z-index: +1;
    color: #920505;
    font-size: 50px;
}

.zoom_part #close:hover {
    cursor: pointer;
    color: #7c3939;
    transform: scale(1.1);
}

.ads {
    width: 100%;
    height: 20px;
}


/**/


/* ******************************/

.item_info {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.item_info .center {
    width: 90%;
    height: auto;
    margin: 0px auto;
}

.detail_info {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.detail_info .path_product {
    float: left;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-transform: capitalize;
}

.path_product .infopath {
    float: left;
    width: 60%;
    height: 100%;
    overflow: hidden;
    text-transform: capitalize;
}

.infopath p {
    width: 98%;
    height: 10px;
    color: #8D8D8D;
}

.infopath #spancat {
    color: #613779;
}

.infopath #micon {
    width: 20px;
    height: 20px;
}

.infopath .arro {
    width: 11px;
    height: 11px;
    margin-left: 5px;
}


/**/

.detail_info .num_cat {
    float: right;
    width: 15%;
    height: 100%;
    margin-right: 1%;
}

.detail_info .num_cat h2 {
    float: right;
    color: #623667;
}

.detail_info .path_filters {
    float: left;
    min-width: 28%;
    height: 100%;
    overflow: hidden;
    text-transform: capitalize;
}

.path_filters h2 {
    color: #3A3A3A;
}

.detail_info .filtercontent {
    float: left;
    width: 30%;
    height: 100%;
    overflow: hidden;
    text-transform: capitalize;
    margin-left: 1%;
}

.detail_info .filtercontent .u {
    float: left;
    margin-top: 18px;
    margin-left: 5px;
    border-radius: 10px;
    padding-top: 9px;
    background-color: #F8F7FC;
    padding-left: 4px;
}

.detail_info .filtercontent .u a {
    text-decoration: none;
    color: black;
}

.detail_info .filtercontent .u a:hover {
    color: #613779;
}

.filtercontent .u .clo {
    float: right;
}

.filtercontent .u .clo:hover {
    cursor: pointer;
}


/* images */


/* images */

.item_info .center .images_section {
    float: left;
    width: 30%;
    height: 430px;
    overflow: hidden;
}

.item_info .center .images_section .image {
    position: relative;
    width: 380px;
    height: 320px;
    overflow: hidden;
    border-radius: 12px;
}

.item_info .center .image img {
    width: 100%;
    height: 100%;
}

.item_info .center .image .img-magnifier-glass {
    position: absolute;
    border: 1px solid white;
    border-radius: 7px;
    cursor: pointer;
    width: 300px;
    height: 250px;
    z-index: +2;
    background-color: #5a5959;
}

.item_info .center .image #zr {
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: +1;
    font-size: 30px;
    color: green;
}

.item_info .center .image #zr:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.item_info .center .image #zoomtout {
    position: absolute;
    top: 10px;
    right: 100px;
    z-index: +3;
    font-size: 30px;
    color: green;
}

.item_info .center .image #zoomtout:hover {
    cursor: pointer;
    color: green;
    transform: scale(1.1);
}

.item_info .center .image #expand {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: +3;
    font-size: 30px;
    color: green;
}

.item_info .center .image #expand:hover {
    cursor: pointer;
    color: green;
    transform: scale(1.1);
}

.item_info .center .photos {
    width: 100%;
    height: 70px;
    margin-top: 10px;
}

.item_info .center .photos .c {
    width: 100%;
    height: 100%;
    float: left;
    margin-right: 3px;
    overflow: auto;
}

.item_info .center .photos .c img {
    float: left;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 10px;
}

.item_info .center .photos .c img:hover {
    cursor: pointer;
    box-shadow: 0px 0px 5px 2px rgba(78, 77, 77, 0.276);
}


/*  ************************/

.item_info .center .info {
    position: relative;
    width: 38%;
    height: 415px;
    overflow: hidden;
    float: left;
    background-color: white;
    margin-left: 2%;
}

.item_info .center .info .save {
    width: 50px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 47px;
    right: 1%;
    z-index: +4;
}

.item_info .center .info .save img {
    width: 25px;
    height: 25px;
}


/*wish list ************************/

.item_info .center .info .spaceinfo {
    display: none;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.item_info .center .info .by {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.item_info .center .info .by a {
    color: #623667;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.item_info .center .info .name {
    float: left;
    width: 80%;
    height: 88px;
    overflow: hidden;
}

.item_info .center .info .name h2 {
    color: #000000;
    text-transform: capitalize;
}

.item_info .center .info .sales_rate {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: -13px;
}

.item_info .center .info .sales_rate .over-star {
    float: left;
    width: 30px;
    height: 100%;
    overflow: hidden;
}

.item_info .center .info .sales_rate .over-star img {
    width: 22px;
    height: 22px;
    margin: 1px;
    margin-top: 15px;
}

.item_info .center .info .sales_rate .rateval {
    float: left;
    min-width: 20px;
    height: 100%;
    overflow: hidden;
}

.item_info .center .info .sales_rate .rateval p {
    color: #918989;
}

.item_info .center .info .sales_rate .reviews_count {
    float: left;
    width: 130px;
    height: 100%;
    overflow: hidden;
    margin-left: 3px;
}

.item_info .center .info .sales_rate .reviews_count p {
    color: #918989;
}


/* description and comments */

.item_info .center .info .desc_comment {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.desc_comment #descitem {
    float: left;
    margin-left: 2%;
    color: #623667;
}

.desc_comment #descitem:hover {
    cursor: pointer;
    color: #623667;
}

.desc_comment #commentitem {
    float: left;
    margin-left: 10%;
    color: #D2D2D2;
}

.desc_comment #commentitem:hover {
    cursor: pointer;
    color: #623667;
}

.desc_comment .line_greay {
    width: 95%;
    height: 2px;
    background-color: #D1D1D1;
    margin: 0px auto;
    overflow: hidden;
}

.desc_comment .desc_show {
    width: 95%;
    height: 143px;
    position: absolute;
    top: 70px;
    left: 2%;
    overflow: hidden;
    background-color: white;
}

.desc_show h3 {
    height: 100px;
    color: #A1A1A1;
    overflow: hidden;
}

.desc_comment .comment_show {
    width: 95%;
    height: 143px;
    position: absolute;
    top: 70px;
    left: 2%;
    overflow: auto;
    background-color: white;
}

.activediv {
    z-index: +10;
}


/* =============== comments*/

.comment_show .comments {
    width: 100%;
    height: auto;
    overflow: auto;
}

.comments .center {
    width: 98%;
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
    float: left;
}


/*   ads view  */

.comments .center .make_comment {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.comments .center .make_comment textarea {
    width: 60%;
    height: 60%;
    border: 1px solid #ddd;
    margin-left: 4%;
    color: rgb(77, 72, 72);
    border-radius: 7px;
}

.comments .center .make_comment button {
    width: 80px;
    height: 70%;
    border: 1px solid white;
    background-color: darkblue;
    color: white;
    border-radius: 7px;
    position: absolute;
    left: 65%;
    top: 1px;
}


/*==== end of make_comment */

.comments .center .comment {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.comments .center .comment .comment_head {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.comments .center .comment .comment_head #nocomment {
    margin-left: 3%;
    color: #5a5959;
    font-size: 20px;
}

.comments .center .comment .comment_head .photo {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-left: 4%;
}

.comments .center .comment .comment_head .photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comments .center .comment .comment_head .timedate {
    float: left;
    width: 120px;
    height: 100%;
    margin-left: 2%;
}

.comments .center .comment .comment_head .timedate #name {
    color: rgb(63, 58, 58);
    font-weight: bold;
    font-size: 18px;
}

.comments .center .comment .comment_head .timedate p {
    font-size: 12px;
}

.comments .center .comment .comment_head .over-star {
    width: 120px;
    height: 30px;
    position: absolute;
    right: 5%;
    top: 12px;
    z-index: +2;
}

.comments .center .comment .comment_head .over-star img {
    width: 15px;
    height: 15px;
    margin: 1px;
}

.comments .center .comment .comment_body {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.comments .center .comment .comment_body p {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin-left: 15%;
    opacity: .8;
    font-size: 14px;
    padding: 5px;
    color: #5a5959;
    font-weight: bold;
    margin-top: -10px;
}


/* =============== comments*/


/**/

.item_info .center .info .paylogo {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.paylogo img {
    width: 40px;
    height: 30px;
    float: right;
    margin-right: 5px;
}


/**************************************************************/

.item_info .center .buyit {
    width: 27%;
    min-width: 270px;
    height: 420px;
    overflow: hidden;
    float: left;
    margin-left: 2%;
}

.buyit .plan_offer {
    width: 100%;
    height: 100px;
    background-color: #633668;
    border-radius: 15px;
}

.plan_offer .contain {
    position: relative;
    width: 95%;
    height: 80px;
    margin: 0px auto;
    padding-top: 5px;
    background-color: #633668;
    border-radius: 15px;
}

.contain a {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: +2;
    width: 90px;
    height: 30px;
    color: white;
    background-color: #886d8a;
    text-align: center;
    border-radius: 10px;
}

.contain h3 {
    color: white;
    margin-left: 3%;
}

.contain p {
    font-size: 14px;
    color: #D5D5D5;
    margin-left: 3%;
}


/*******/

.buyit .itembuy_cart {
    width: 98%;
    height: 295px;
    margin-top: 10px;
    border: 1px solid #707070;
    border-radius: 15px;
}

.itembuy_cart .head_cart {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.head_cart h3 {
    margin-left: 4%;
    color: #000000;
}

.itembuy_cart .line {
    width: 90%;
    height: 2px;
    overflow: hidden;
    background-color: #DFDFDF;
    margin: 0px auto;
    margin-top: 10px;
}

.itembuy_cart .small_item {
    width: 90%;
    height: 60px;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 15px;
}

.small_item .smallimg {
    min-width: 45px;
    height: 45px;
    overflow: hidden;
    float: left;
}

.small_item .smallimg img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.small_item .smallname {
    margin-left: 2%;
    /*  width: 200px; */
    width: 70%;
    height: 45px;
    overflow: hidden;
    float: left;
}

.itembuy_cart .price {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-top: 7px;
}

.price #totalprice {
    float: right;
    margin-right: 6%;
    color: black;
}

.price #titletotal {
    margin-left: 4%;
    color: #505050;
}

.price #after {
    color: #FF0303;
    margin-left: 2%;
}

.item_info .center .buyit .action {
    float: right;
    width: 100%;
    height: 95px;
    overflow: hidden;
}

.item_info .center .buyit .action .buy {
    width: 90%;
    height: 100%;
    margin: 0px auto;
}

.item_info .center .buyit .action .buy #buy {
    width: 100%;
    height: 37px;
    background-color: #633668;
    color: white;
    border: 2px solid #633668;
    border-radius: 10px;
    font-size: 17px;
    margin-bottom: 10px;
}

.item_info .center .buyit .action .buy #buy:hover {
    cursor: pointer;
}

.item_info .center .buyit .buy #addcart {
    width: 100%;
    height: 37px;
    background-color: white;
    color: black;
    border: 1px solid #633668;
    border-radius: 10px;
    font-size: 19px;
    margin-bottom: 10px;
}

.item_info .center .buyit #addcart:hover {
    cursor: pointer;
    color: #613779;
}

.item_info .center .buyit .buy #addcart img {
    margin-right: 7px;
}


/**/

.item_info .center .buyit .buy #rmcart {
    width: 100%;
    height: 37px;
    background-color: rgb(255, 0, 0);
    color: white;
    border: 1px solid #633668;
    border-radius: 10px;
    font-size: 19px;
    margin-bottom: 10px;
}

.item_info .center .buyit #rmcart:hover {
    cursor: pointer;
    background-color: red;
    color: white;
}


/**/

.item_info .center .buyit .cart {
    position: relative;
    position: absolute;
    top: 20%;
    right: 5px;
    width: 40%;
    height: auto;
}

.item_info .center .buyit .cart #counter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #5a5959;
    border: 1px solid white;
    color: white;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: +2;
}

.item_info .center .buyit .cart #counter:hover {
    cursor: pointer;
}

.item_info .center .buyit .cart p {
    color: #5a5959;
    font-size: 30px;
}


/**************************************************************/


/*******************************************************/

.item_info .center .buyit .itembuy_cart .action .dlink {
    display: inline-block;
    display: none;
    width: 97%;
    height: 37px;
    z-index: +2;
    border-radius: 7px;
    border: 1px solid #82569b;
    background-color: #613779;
    color: white;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 2%;
    text-decoration: none;
    text-align: center;
}

.item_info .center .buyit .itembuy_cart .action .download_btn {
    width: 100%;
    height: 37px;
    border-radius: 7px;
    border: 1px solid #82569b;
    background-color: #613779;
    color: white;
    z-index: +2;
}

.item_info .center .buyit .itembuy_cart .action .download_btn:hover {
    background-color: #613779;
    color: white;
    cursor: pointer;
}


/* =============================================================*/

#recently {
    margin-left: 20px;
}

.spacess {
    width: 100%;
    height: 10px;
    overflow: hidden;
}


/* top viewed */

.parent_gellery {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.parent_gellery #right {
    position: absolute;
    right: 0px;
    top: 150px;
    z-index: +2;
}

.parent_gellery #right:hover {
    cursor: pointer;
}

.parent_gellery #left {
    position: absolute;
    left: 10px;
    top: 150px;
    z-index: +2;
}

.parent_gellery #left:hover {
    cursor: pointer;
}

.parent_gellery .big_topviewded {
    width: 100%;
    height: 420px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.topviewed {
    width: 6800px;
    height: 390px;
    list-style-type: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.topviewed .item_li {
    float: left;
    width: 300px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #cccaca;
    border-radius: 10px;
    padding: 5px;
}

.item_li a.dark {
    width: 100%;
    height: 229px;
    display: inline-block;
    border-radius: 7px;
    padding: 0;
}

.item_li a.dark img {
    display: block;
    width: 100%;
    height: 230px;
    border-radius: 7px;
}

.item_li .addcart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: +5;
    width: 110px;
    height: 25px;
    color: white;
    background-color: #633668;
    border: 1px solid #633668;
    border-radius: 7px;
}

.item_li .addcart:hover {
    cursor: pointer;
}

.item_li .remove_cart {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: +3;
    width: 110px;
    height: 25px;
    color: white;
    background-color: #633668;
    border: 1px solid #633668;
    border-radius: 7px;
}

.item_li .remove_cart:hover {
    cursor: pointer;
    background-color: white;
}

.item_li #name {
    opacity: .9;
    width: 98%;
    height: 40px;
    overflow: hidden;
    margin-top: 3px;
}

.item_li .rating {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.rating .over-star {
    width: 25px;
    height: 25px;
    float: left;
}

.rating .over-star img {
    width: 22px;
    height: 22px;
    margin: 1px;
    margin-top: 13px;
}

.rating .rat_value {
    width: 140px;
    height: 30px;
    float: left;
    font-size: 15px;
    color: #918989;
    margin-left: 5px;
}

.rating .rat_value p {
    float: left;
    margin-left: 9px;
}

.rating .heart .save {
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: right;
}

.rating .heart .save img {
    width: 28px;
    height: 25px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.item_li .ro {
    width: 100%;
    height: 5px;
    overflow: hidden;
}

.item_li .price {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.item_li .price #cost {
    float: left;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.item_li .price #disc {
    margin-left: 2px;
    color: #918989;
}

.item_li .price #after {
    color: #FF0303;
}


/**********************************************/

#seealso {
    margin-left: 20px;
}


/* top viewed end */

.parent_items {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.parent_items .item_part {
    float: left;
    width: 23%;
    height: auto;
    margin-left: 1%;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #cccaca;
    border-radius: 10px;
    padding: 5px;
}

.item_part a.dark {
    width: 100%;
    height: 229px;
    display: inline-block;
    border-radius: 7px;
    padding: 0;
}

.item_part a.dark img {
    display: block;
    width: 100%;
    height: 230px;
    border-radius: 7px;
}

.item_part .addcart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: +5;
    width: 110px;
    height: 25px;
    color: white;
    background-color: #633668;
    border: 1px solid #633668;
    border-radius: 7px;
}

.item_part .addcart:hover {
    cursor: pointer;
}

.item_part .remove_cart {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: +3;
    width: 110px;
    height: 25px;
    color: white;
    background-color: #633668;
    border: 1px solid #633668;
    border-radius: 7px;
}

.item_part .remove_cart:hover {
    cursor: pointer;
    background-color: white;
}

.item_part #name {
    opacity: .9;
    width: 98%;
    height: 40px;
    overflow: hidden;
    margin-top: 3px;
}

.item_part .rating {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.rating .over-star {
    width: 25px;
    height: 25px;
    float: left;
}

.rating .over-star img {
    width: 22px;
    height: 22px;
    margin: 1px;
    margin-top: 13px;
}

.rating .rat_value {
    width: 140px;
    height: 30px;
    float: left;
    font-size: 15px;
    color: #918989;
    margin-left: 5px;
}

.rating .rat_value p {
    float: left;
    margin-left: 9px;
}

.rating .heart .save {
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: right;
}

.rating .heart .save img {
    width: 28px;
    height: 25px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.item_part .ro {
    width: 100%;
    height: 5px;
    overflow: hidden;
}

.item_part .price {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.item_part .price #cost {
    float: left;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.item_part .price #disc {
    margin-left: 2px;
    color: #918989;
}

.item_part .price #after {
    color: #FF0303;
}


/**********************************************/

.tags {
    width: 98%;
    height: 80px;
    background-color: white;
    border-radius: 10px;
    overflow: auto;
}

.tags b {
    color: #5a5959;
    margin-left: 10px;
}

.tags .t a {
    width: auto;
    color: white;
    background-color: #837d7d;
    padding: 3px;
    border-radius: 7px;
    margin: 3px;
    text-decoration: none;
    float: left;
}

.tags .t a:hover {
    background-color: #5a5959;
}


/* site links */

@media only screen and (min-width:280px) and (max-width:350px) {
    .detail_info {
        display: none;
    }
    .path_product {
        display: none;
    }
    /* images part */
    .item_info .center .images_section {
        width: 100%;
        height: 330px;
    }
    .item_info .center .images_section .image {
        position: relative;
        width: 100%;
        height: 230px;
    }
    .item_info .center .photos {
        width: 100%;
    }
    .item_info .center .photos .c {
        width: 100%;
    }
    /* end of images part*/
    /* info part */
    .item_info .center .info {
        width: 100%;
    }
    .item_info .center .info .name h2 {
        font-size: 23px;
    }
    .desc_show h3 {
        font-size: 10px;
    }
    /* comment section*/
    .comments .center .comment .comment_head .photo {
        float: left;
        width: 25px;
        height: 25px;
    }
    .comments .center .comment .comment_head .timedate p {
        font-size: 7px;
    }
    .comments .center .comment .comment_head .over-star {
        width: 80px;
        right: 1%;
        top: 3px;
    }
    .comments .center .comment .comment_head .over-star img {
        width: 10px;
        height: 10px;
    }
    .comments .center .comment .comment_body p {
        width: 100%;
        margin-left: 0px;
    }
    /* end of info part */
    /* buy it */
    .item_info .center .buyit {
        width: 100%;
        margin-left: 0px;
    }
    .contain a {
        width: 80px;
        height: 27px;
        position: absolute;
        top: 25px;
        right: 2px;
    }
    .contain p {
        font-size: 10px;
    }
    /* end of buy it */
    /* recently*/
    #recently {
        display: none;
    }
    .parent_gellery {
        display: none;
    }
    /* recently*/
    /* see also */
    .parent_items .item_part {
        float: left;
        width: 92%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .item_part a.dark {
        width: 100%;
        height: 180px;
    }
    .item_part a.dark img {
        display: block;
        width: 100%;
        height: 180px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
    /* see also */
}

@media only screen and (min-width:351px) and (max-width:450px) {
    .detail_info {
        display: none;
    }
    .path_product {
        display: none;
    }
    /* images part */
    .item_info .center .images_section {
        width: 100%;
        height: 330px;
    }
    .item_info .center .images_section .image {
        position: relative;
        width: 100%;
        height: 230px;
    }
    .item_info .center .photos {
        width: 100%;
    }
    .item_info .center .photos .c {
        width: 100%;
    }
    /* end of images part*/
    /* info part */
    .item_info .center .info {
        width: 100%;
    }
    .item_info .center .info .name h2 {
        font-size: 23px;
    }
    .desc_show h3 {
        font-size: 10px;
    }
    /* comment section*/
    .comments .center .comment .comment_head .photo {
        float: left;
        width: 25px;
        height: 25px;
    }
    .comments .center .comment .comment_head .timedate p {
        font-size: 7px;
    }
    .comments .center .comment .comment_head .over-star {
        width: 80px;
        right: 1%;
        top: 3px;
    }
    .comments .center .comment .comment_head .over-star img {
        width: 10px;
        height: 10px;
    }
    .comments .center .comment .comment_body p {
        width: 100%;
        margin-left: 0px;
    }
    /* end of info part */
    /* buy it */
    .item_info .center .buyit {
        width: 100%;
        margin-left: 0px;
    }
    .contain a {
        width: 80px;
        height: 27px;
        position: absolute;
        top: 25px;
        right: 2px;
    }
    .contain p {
        font-size: 10px;
    }
    /* end of buy it */
    /* recently*/
    #recently {
        display: none;
    }
    .parent_gellery {
        display: none;
    }
    /* recently*/
    /* see also */
    .parent_items .item_part {
        float: left;
        width: 92%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .item_part a.dark {
        width: 100%;
        height: 180px;
    }
    .item_part a.dark img {
        display: block;
        width: 100%;
        height: 180px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
    /* see also */
}

@media only screen and (min-width:451px) and (max-width:550px) {
    .detail_info {
        display: none;
    }
    .path_product {
        display: none;
    }
    /* images part */
    .item_info .center .images_section {
        width: 100%;
        height: 390px;
    }
    .item_info .center .images_section .image {
        position: relative;
        width: 100%;
        height: 290px;
    }
    .item_info .center .photos {
        width: 100%;
    }
    .item_info .center .photos .c {
        width: 100%;
    }
    /* end of images part*/
    /* info part */
    .item_info .center .info {
        width: 100%;
    }
    .item_info .center .info .name h2 {
        font-size: 23px;
    }
    .desc_show h3 {
        font-size: 10px;
    }
    /* comment section*/
    .comments .center .comment .comment_head .photo {
        float: left;
        width: 25px;
        height: 25px;
    }
    .comments .center .comment .comment_head .timedate p {
        font-size: 7px;
    }
    .comments .center .comment .comment_head .over-star {
        width: 80px;
        right: 1%;
        top: 3px;
    }
    .comments .center .comment .comment_head .over-star img {
        width: 10px;
        height: 10px;
    }
    .comments .center .comment .comment_body p {
        width: 100%;
        margin-left: 0px;
    }
    /* end of info part */
    /* buy it */
    .item_info .center .buyit {
        width: 100%;
        margin-left: 0px;
    }
    .contain a {
        width: 80px;
        height: 27px;
        position: absolute;
        top: 25px;
        right: 2px;
    }
    .contain p {
        font-size: 10px;
    }
    /* end of buy it */
    /* recently*/
    #recently {
        display: none;
    }
    .parent_gellery {
        display: none;
    }
    /* recently*/
    /* see also */
    .parent_items .item_part {
        float: left;
        width: 92%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .item_part a.dark {
        width: 100%;
        height: 260px;
    }
    .item_part a.dark img {
        display: block;
        width: 100%;
        height: 260px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
    /* see also */
}

@media only screen and (min-width:551px) and (max-width:650px) {
    .detail_info {
        display: none;
    }
    .path_product {
        display: none;
    }
    /* images part */
    .item_info .center .images_section {
        width: 100%;
        height: 390px;
    }
    .item_info .center .images_section .image {
        position: relative;
        width: 100%;
        height: 290px;
    }
    .item_info .center .photos {
        width: 100%;
    }
    .item_info .center .photos .c {
        width: 100%;
    }
    /* end of images part*/
    /* info part */
    .item_info .center .info {
        width: 100%;
    }
    .item_info .center .info .name h2 {
        font-size: 23px;
    }
    .desc_show h3 {
        font-size: 10px;
    }
    /* comment section*/
    .comments .center .comment .comment_head .photo {
        float: left;
        width: 25px;
        height: 25px;
    }
    .comments .center .comment .comment_head .timedate p {
        font-size: 7px;
    }
    .comments .center .comment .comment_head .over-star {
        width: 80px;
        right: 1%;
        top: 3px;
    }
    .comments .center .comment .comment_head .over-star img {
        width: 10px;
        height: 10px;
    }
    .comments .center .comment .comment_body p {
        width: 100%;
        margin-left: 0px;
    }
    /* end of info part */
    /* buy it */
    .item_info .center .buyit {
        width: 100%;
        margin-left: 0px;
    }
    .contain a {
        width: 80px;
        height: 27px;
        position: absolute;
        top: 25px;
        right: 2px;
    }
    .contain p {
        font-size: 10px;
    }
    /* end of buy it */
    /* recently*/
    #recently {
        display: none;
    }
    .parent_gellery {
        display: none;
    }
    /* recently*/
    /* see also */
    .parent_items .item_part {
        float: left;
        width: 92%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .item_part a.dark {
        width: 100%;
        height: 260px;
    }
    .item_part a.dark img {
        display: block;
        width: 100%;
        height: 260px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
    /* see also */
}

@media only screen and (min-width:651px) and (max-width:750px) {
    .detail_info {
        display: none;
    }
    .path_product {
        display: none;
    }
    /* images part */
    .item_info .center .images_section {
        width: 100%;
        height: 470px;
    }
    .item_info .center .images_section .image {
        position: relative;
        width: 100%;
        height: 390px;
    }
    .item_info .center .photos {
        width: 100%;
    }
    .item_info .center .photos .c {
        width: 100%;
    }
    /* end of images part*/
    /* info part */
    .item_info .center .info {
        width: 100%;
    }
    .item_info .center .info .name h2 {
        font-size: 23px;
    }
    .desc_show h3 {
        font-size: 14px;
    }
    /* comment section*/
    .comments .center .comment .comment_head .photo {
        float: left;
        width: 30px;
        height: 30px;
    }
    .comments .center .comment .comment_head .timedate p {
        font-size: 12px;
    }
    .comments .center .comment .comment_head .over-star {
        width: 120px;
        right: 1%;
        top: 3px;
    }
    .comments .center .comment .comment_head .over-star img {
        width: 15px;
        height: 15px;
    }
    .comments .center .comment .comment_body p {
        width: 100%;
        margin-left: 0px;
        font-size: 18px;
    }
    /* end of info part */
    /* buy it */
    .price #totalprice {
        font-size: 20px;
    }
    .price #titletotal {
        font-size: 20px;
    }
    .item_info .center .buyit {
        width: 90%;
        margin-left: 5%;
        height: 500px;
    }
    .contain a {
        width: 140px;
        height: 40px;
        padding-top: 10px;
        font-size: 19px;
        text-transform: capitalize;
    }
    .contain h3 {
        font-size: 20px;
    }
    .contain p {
        font-size: 15px;
    }
    .buyit .itembuy_cart {
        width: 98%;
        height: 350px;
    }
    /* end of buy it */
    /* recently*/
    #recently {
        display: none;
    }
    .parent_gellery {
        display: none;
    }
    /* recently*/
    /* see also */
    .parent_items .item_part {
        float: left;
        width: 92%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .item_part a.dark {
        width: 100%;
        height: 370px;
    }
    .item_part a.dark img {
        display: block;
        width: 100%;
        height: 370px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
    /* see also */
}

@media only screen and (min-width:751px) and (max-width:900px) {
    .detail_info {
        display: none;
    }
    .path_product {
        display: none;
    }
    /* images part */
    .item_info .center .images_section {
        width: 100%;
        height: 530px;
    }
    .item_info .center .images_section .image {
        position: relative;
        width: 100%;
        height: 430px;
    }
    .item_info .center .photos {
        width: 100%;
    }
    .item_info .center .photos .c {
        width: 100%;
    }
    /* end of images part*/
    /* info part */
    .item_info .center .info {
        width: 100%;
    }
    .item_info .center .info .name h2 {
        font-size: 23px;
    }
    .desc_show h3 {
        font-size: 14px;
    }
    /* comment section*/
    .comments .center .comment .comment_head .photo {
        float: left;
        width: 30px;
        height: 30px;
    }
    .comments .center .comment .comment_head .timedate p {
        font-size: 12px;
    }
    .comments .center .comment .comment_head .over-star {
        width: 120px;
        right: 1%;
        top: 3px;
    }
    .comments .center .comment .comment_head .over-star img {
        width: 15px;
        height: 15px;
    }
    .comments .center .comment .comment_body p {
        width: 100%;
        margin-left: 0px;
        font-size: 18px;
    }
    /* end of info part */
    /* buy it */
    .price #totalprice {
        font-size: 25px;
    }
    .price #titletotal {
        font-size: 25px;
    }
    .item_info .center .buyit {
        width: 90%;
        margin-left: 5%;
        height: 500px;
    }
    .contain a {
        width: 140px;
        height: 40px;
        padding-top: 10px;
        font-size: 19px;
        text-transform: capitalize;
    }
    .contain h3 {
        font-size: 20px;
    }
    .contain p {
        font-size: 15px;
    }
    .buyit .itembuy_cart {
        width: 98%;
        height: 350px;
    }
    /* end of buy it */
    /* recently*/
    #recently {
        display: none;
    }
    .parent_gellery {
        display: none;
    }
    /* recently*/
    /* see also */
    .parent_items .item_part {
        float: left;
        width: 44%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
    .item_part a.dark {
        width: 100%;
        height: 250px;
    }
    .item_part a.dark img {
        display: block;
        width: 100%;
        height: 250px;
    }
    .item_part .addcart {
        width: 130px;
        height: 30px;
        right: 2%;
        bottom: 5px;
    }
    .item_part .price #cost {
        font-size: 20px;
    }
    /* see also */
}

@media only screen and (min-width:901px) and (max-width:950px) {
    .detail_info {
        display: none;
    }
    .path_product {
        display: none;
    }
    /* images part */
    .item_info .center .images_section {
        width: 100%;
        height: 630px;
    }
    .item_info .center .images_section .image {
        position: relative;
        width: 100%;
        height: 520px;
    }
    .item_info .center .photos {
        width: 100%;
    }
    .item_info .center .photos .c {
        width: 100%;
    }
    /* end of images part*/
    /* info part */
    .item_info .center .info {
        width: 100%;
    }
    .item_info .center .info .name h2 {
        font-size: 23px;
    }
    .desc_show h3 {
        font-size: 14px;
    }
    /* comment section*/
    .comments .center .comment .comment_head .photo {
        float: left;
        width: 30px;
        height: 30px;
    }
    .comments .center .comment .comment_head .timedate p {
        font-size: 12px;
    }
    .comments .center .comment .comment_head .over-star {
        width: 120px;
        right: 1%;
        top: 3px;
    }
    .comments .center .comment .comment_head .over-star img {
        width: 15px;
        height: 15px;
    }
    .comments .center .comment .comment_body p {
        width: 100%;
        margin-left: 0px;
        font-size: 18px;
    }
    /* end of info part */
    /* buy it */
    .price #totalprice {
        font-size: 25px;
    }
    .price #titletotal {
        font-size: 25px;
    }
    .item_info .center .buyit {
        width: 90%;
        margin-left: 5%;
        height: 500px;
    }
    .contain a {
        width: 140px;
        height: 40px;
        padding-top: 10px;
        font-size: 19px;
        text-transform: capitalize;
    }
    .contain h3 {
        font-size: 20px;
    }
    .contain p {
        font-size: 15px;
    }
    .buyit .itembuy_cart {
        width: 98%;
        height: 350px;
    }
    /* end of buy it */
    /* recently*/
    #recently {
        display: none;
    }
    .parent_gellery {
        display: none;
    }
    /* recently*/
    /* see also */
    .parent_items .item_part {
        float: left;
        width: 44%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
    .item_part a.dark {
        width: 100%;
        height: 300px;
    }
    .item_part a.dark img {
        display: block;
        width: 100%;
        height: 300px;
    }
    .item_part .addcart {
        width: 130px;
        height: 30px;
        right: 2%;
        bottom: 5px;
    }
    .item_part .price #cost {
        font-size: 20px;
    }
    /* see also */
}

@media only screen and (min-width:951px) and (max-width:1190px) {
    .detail_info {
        display: none;
    }
    .path_product {
        display: none;
    }
    /* images part */
    .item_info .center .images_section {
        width: 43%;
        height: 430px;
    }
    .item_info .center .images_section .image {
        position: relative;
        width: 100%;
        height: 290px;
    }
    .item_info .center .photos {
        width: 100%;
    }
    .item_info .center .photos .c {
        width: 100%;
    }
    /* end of images part*/
    /* info part */
    .item_info .center .info {
        width: 50%;
        margin-left: 2%;
        height: 400px;
        margin-bottom: 25px;
    }
    .item_info .center .info .name h2 {
        font-size: 23px;
    }
    .desc_show h3 {
        font-size: 14px;
    }
    /* comment section*/
    .comments .center .comment .comment_head .photo {
        float: left;
        width: 30px;
        height: 30px;
    }
    .comments .center .comment .comment_head .timedate p {
        font-size: 12px;
    }
    .comments .center .comment .comment_head .over-star {
        width: 120px;
        right: 1%;
        top: 3px;
    }
    .comments .center .comment .comment_head .over-star img {
        width: 15px;
        height: 15px;
    }
    .comments .center .comment .comment_body p {
        width: 100%;
        font-size: 14px;
    }
    /* end of info part */
    /* buy it */
    .price #totalprice {
        font-size: 25px;
    }
    .price #titletotal {
        font-size: 25px;
    }
    .item_info .center .buyit {
        width: 90%;
        margin-left: 5%;
        height: 500px;
    }
    .contain a {
        width: 140px;
        height: 40px;
        padding-top: 10px;
        font-size: 19px;
        text-transform: capitalize;
    }
    .contain h3 {
        font-size: 20px;
    }
    .contain p {
        font-size: 15px;
    }
    .buyit .itembuy_cart {
        width: 98%;
        height: 350px;
    }
    /* end of buy it */
    /* recently*/
    #recently {
        display: none;
    }
    .parent_gellery {
        display: none;
    }
    /* recently*/
    /* see also */
    .parent_items .item_part {
        float: left;
        width: 44%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
    .item_part a.dark {
        width: 100%;
        height: 300px;
    }
    .item_part a.dark img {
        display: block;
        width: 100%;
        height: 300px;
    }
    .item_part .addcart {
        width: 130px;
        height: 30px;
        right: 2%;
        bottom: 5px;
    }
    .item_part .price #cost {
        font-size: 20px;
    }
    /* see also */
}