body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Segoe UI Semibold';
}


/* print */

.parent_print {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: +20;
    background-color: #0d0d0d7e;
}

.popup_print {
    display: none;
    width: 80%;
    height: 540px;
    background-color: white;
    border-radius: 13px;
    overflow: hidden;
    position: fixed;
    top: 100px;
    left: 10%;
    z-index: +21;
    text-align: center;
}

.popup_print .head {
    width: 100%;
    height: 95px;
    overflow: hidden;
    text-align: center;
}

.head h1 {
    font-size: 40px;
}

.popup_print .parent_cats {
    width: 90%;
    height: 380px;
    overflow: auto;
    margin: 0px auto;
    text-align: center;
}

.parent_cats .cat {
    width: 300px;
    height: 320px;
    float: left;
    margin-left: 2%;
    text-align: center;
    border: 1px solid #686767;
    border-radius: 7px;
    padding: 5px;
    margin-bottom: 15px;
}

.cat img {
    width: 100%;
    height: 230px;
    border-radius: 7px;
}

.cat img:hover {
    cursor: pointer;
}

.cat b {
    font-size: 35px;
}

.catbetween {
    width: 100%;
    height: 4px;
    overflow: hidden;
}

.popup_print #txprint {
    display: none;
}

.popup_print .continuebtn {
    width: 90%;
    height: 50px;
    font-size: 28px;
    color: white;
    background-color: #633668;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid white;
}

.continuebtn:hover {
    cursor: pointer;
}


/* print */

.ads_l {
    width: 100%;
    height: 50px;
}

.alert-msg-good {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: rgba(10, 197, 25, 0.589);
    text-align: center;
}

.alert-msg-good p {
    font-size: 18px;
    color: white;
}

.mail_send {
    width: 80%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 3%;
    z-index: +20;
    background-color: green;
    border: 3px solid white;
    border-radius: 7px;
    text-align: center;
    position: relative;
}

.mail_send button {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 90px;
    height: 30px;
    background-color: red;
    color: white;
    border: 1px solid white;
    border-radius: 7px;
}

.mail_send button:hover {
    cursor: pointer;
    background-color: rgb(168, 60, 60);
}

.mail_send p {
    color: white;
    font-weight: bold;
    font-size: 18px;
}


/*   ****************************/

.rocket {
    display: none;
    width: 80px;
    height: 150px;
    position: relative;
    position: fixed;
    right: 1px;
    bottom: 100px;
    z-index: +8;
}

.rocket #rocket {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 50px;
}

.rocket #rocket:hover {
    cursor: pointer;
}

.rocket #fire {
    display: none;
    position: absolute;
    top: 39px;
    right: 9px;
    width: 30px;
    height: 40px;
}


/*   ****************************/

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.main #backmain {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.main .over-text {
    width: 50%;
    min-width: 270px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 7%;
    z-index: +3;
}

.over-text .bigtext {
    width: 100%;
    height: 150px;
}

.over-text .bigtext img {
    width: 100%;
    height: 100%;
}

.over-text .desc-text {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.desc-text p {
    width: 98%;
    font-size: 13px;
    text-align: justify;
    color: #403E3E;
}

.main .search_block {
    width: 55%;
    min-width: 270px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 300px;
    left: 7%;
    z-index: +3;
    text-align: center;
}

.search_block .searcharea {
    width: 100%;
    height: 60px;
    background-color: white;
    border-radius: 10px;
    padding-top: 15px;
    position: relative;
}

.search_block .searcharea .load {
    display: none;
    width: 10px;
    height: 10px;
    background-color: #82569b;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    top: 40%;
    z-index: +15;
}

.searcharea #search {
    width: 80%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #CFCDCD;
    padding-left: 25px;
    color: #82569b;
    font-weight: bold;
}

.searcharea #search:focus {
    outline: none;
}

.searcharea #iconsearch {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 32px;
    left: 3%;
    z-index: +7;
}

.searcharea #bsear {
    width: 90px;
    height: 45px;
    background-color: #82569b;
    color: white;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid white;
}

.searcharea .searchsuggest {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
}

.searcharea .searchsuggest #closesuggest {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: +2;
}

.searcharea .searchsuggest #closesuggest:hover {
    cursor: pointer;
}

.searchsuggest ul {
    width: 95%;
    height: 180px;
    list-style-type: none;
    background-color: white;
    text-align: left;
    overflow-y: auto;
}

.searchsuggest li a {
    width: 15%;
    float: left;
    margin-bottom: 7px;
    margin-right: 12px;
    text-decoration: none;
}


/**/

.search_block .undersearch {
    margin-top: 20px;
    width: 100%;
    height: 50px;
}

.undersearch .first {
    float: left;
    width: 56%;
    height: 30px;
    border-radius: 7px;
    padding-top: 5px;
}

.first .image {
    width: 100%;
    height: 100%;
}

.image img {
    width: 99%;
    height: 100%;
}

.undersearch .second {
    float: left;
    width: 25%;
    height: 30px;
    border-radius: 7px;
    margin-left: 2%;
    padding-top: 5px;
}

.second .image {
    width: 100%;
    height: 100%;
}

.second .image img {
    width: 99%;
    height: 100%;
}

.undersearch .third {
    float: left;
    width: 15%;
    height: 30px;
    border-radius: 7px;
    margin-left: 2%;
    padding-top: 5px;
}

.third .image {
    width: 100%;
    height: 100%;
}

.third .image img {
    width: 99%;
    height: 100%;
}


/* end of main ///////////////////////////////*/

.all-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.all-container .big-center {
    width: 86%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}


/* offer section */

.offer {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.offer .text {
    float: left;
    width: fit-content;
    height: 100%;
    overflow: hidden;
}

.offer .text h1 {
    color: #403E3E;
    font-weight: bolder;
}

.offer .click {
    float: left;
    width: 160px;
    height: 30px;
    background-color: #82569b;
    color: white;
    text-align: center;
    padding-top: 7px;
    border-radius: 5px;
    margin-top: 27px;
    margin-left: 1%;
}

.big-center .between {
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.big-center .bigbetween {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.big-center .oursections {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.oursections .section {
    float: left;
    width: 23%;
    height: 110px;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 15px;
}

.oursections .section img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}


/* end offer section */


/*  =============================================*/

.parent {
    width: 100%;
    height: auto;
    overflow: hidden;
}


/*/////////////////////*/

.parent .item_part {
    position: relative;
    float: left;
    width: 22%;
    height: auto;
    min-height: 360px;
    margin-right: 2%;
    margin-bottom: 15px;
    border: 1px solid #c7c2c2;
    border-radius: 12px;
    padding: 5px;
}

.parent .item_part #sectionimg {
    width: 100%;
    height: 100%;
}

.parent .a {
    background-color: #C9DFFF;
    text-align: center;
}

.parent .g {
    background-color: #FEE8FF;
    text-align: center;
}

.parent .f {
    text-align: center;
    background-color: #FCFFD2;
}

.parent .c {
    text-align: center;
    background-color: #DCDDFF;
}

.item_part .head {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.item_part .head h1 {
    font-weight: bolder;
    color: black;
}

.item_part .image {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.item_part .image img {
    width: 100px;
    height: 80px;
    margin-top: 15px;
    margin-left: 5%;
}

.item_part .linkcat {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.linkcat img {
    position: absolute;
    top: 40%;
    right: 27%;
    z-index: +1;
}

.linkcat h2 {
    color: #333131;
}


/* *************/

.item_part a.dark {
    width: 100%;
    height: 220px;
    display: inline-block;
    border-radius: 12px;
}

.item_part a.dark img {
    display: block;
    width: 100%;
    height: 100%;
    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;
}


/*     ////////////////////////*/

.item_part #name {
    opacity: .9;
    width: 98%;
    height: 40px;
    overflow: hidden;
    margin-top: 3px;
}

.item_part .rating {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.rating .printicon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 55px;
    top: 10px;
    z-index: +1;
}

.printicon:hover {
    cursor: pointer;
}

.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;
}

.rating .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;
}

.price #disc {
    margin-left: 2px;
    color: #918989;
}

.price #after {
    margin-left: 2%;
    color: #FF0303;
}


/*   end of parent items */


/* banner  section */

.big-center .banner {
    width: 95%;
    height: 250px;
    overflow: hidden;
}

.big-center .banner img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}


/* banner  section */


/* partners  ========================================= */

.big-center .partners {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
}

.big-center .partners .head {
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.big-center .partners .head h1 {
    font-size: 47px;
    color: black;
}

.big-center .partners .head span {
    color: #633668;
}

.partners img {
    width: 17%;
    height: 85px;
    margin-right: 2%;
}


/* partners  ========================================= */

.big-center .top4 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top4 .head {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.top4 .head h1 {
    color: black;
    font-size: 40px;
}

.top4 .bigbox {
    float: left;
    width: 32%;
    height: 300px;
    overflow: hidden;
    margin-right: 1%;
    border-radius: 13px;
}

.top4 .bigbox img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.top4 .bigbox .halfbox {
    width: 100%;
    height: 45%;
    overflow: hidden;
    border-radius: 13px;
    margin-bottom: 5px;
    overflow: hidden;
}

.top4 .bigbox .halfbox img {
    width: 100%;
    height: 100%;
}


/* plan css from file plan.css ================================================*/

.pricing {
    background-color: white;
}

.pricing .pricecenter {
    background-color: white;
}


/* why open shop ================================================*/

.big-center .why-openshop {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.why-openshop .image {
    float: left;
    width: 40%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.why-openshop .image h1 {
    font-size: 38px;
    font-weight: bolder;
    text-align: right;
    margin-right: 3%;
}

.why-openshop .image .opennowshop {
    width: fit-content;
    height: 30px;
    padding: 5px;
    background-color: #633668;
    color: white;
    border-radius: 7px;
    float: right;
    margin-right: 3%;
}

.why-openshop .image img {
    width: 100%;
    height: 300px;
}

.why-openshop .whyinfo {
    float: left;
    width: 43%;
    height: 400px;
    overflow: hidden;
    margin-left: 3%;
    border: 2px solid #bbb9b9;
    border-radius: 12px;
    padding: 7px;
}

.why-openshop .whyinfo .whypart {
    width: 90%;
    height: auto;
    overflow: hidden;
    background-color: #F8F8F8;
    border: 1px solid #bbb9b9;
    margin: 0px auto;
    margin-bottom: 7px;
    margin-top: 7px;
    border-radius: 12px;
    padding: 15px;
}

.why-openshop .whyinfo .r {
    background-color: #39163D;
    color: white;
}

.whyinfo .whypart p {
    font-size: 14px;
    color: #C1C1C1;
}


/* why open shop ================================================*/


/* reviews  =================*/

.big-center .review {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.big-center .review .head {
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.big-center .review .head img {
    width: 35%;
    height: 50px;
}

.big-center .review .head p {
    color: #0D0D0D;
}

.big-center .review .view_part {
    width: 29%;
    height: 160px;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    background-color: #F1F1F1;
    border: 1px solid #bbb9b9;
    padding: 10px;
    border-radius: 20px;
}

.review .view_part .review_star {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.review .view_part p {
    color: #434343;
    font-size: 13px;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.review .view_part .clientinfo {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.clientinfo .pic {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.clientinfo .cliinfo {
    float: left;
    width: 130px;
    height: 40px;
    overflow: hidden;
    margin-left: 2%;
}

.clientinfo .cliinfo #date {
    font-size: 12px;
    color: #686767;
    margin-left: 2%;
}


/* reviews =================*/

@media only screen and (min-width:280px) and (max-width:320px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        height: 70px;
    }
    .head h1 {
        font-size: 14px;
    }
    .popup_print .parent_cats {
        width: 100%;
        height: 350px;
    }
    .parent_cats .cat {
        width: 92%;
        height: 260px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 190px;
    }
    .cat b {
        font-size: 20px;
    }
    /*********************/
    .openchat {
        width: 150px;
        height: 40px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 210px;
        overflow: hidden;
    }
    .main .over-text {
        width: 95%;
        min-width: 80px;
        top: 20px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 95%;
        height: 70px;
    }
    .over-text .desc-text {
        display: none;
    }
    .main .search_block {
        width: 95%;
        top: 93px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 100%;
    }
    .searcharea #search {
        width: 60%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 35%;
        left: 20px;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        margin-top: 5px;
    }
    /* under search */
    .undersearch .first {
        width: 100%;
    }
    .second {
        display: none;
    }
    .third {
        display: none;
    }
    /* end  search and main */
    .offer {
        width: 100%;
        height: 50px;
    }
    .offer .text {
        float: left;
        width: 65%;
    }
    .offer .text h1 {
        font-size: 9px;
    }
    .offer .click {
        width: 65px;
        height: 20px;
        font-size: 8px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    /* start of sections */
    .oursections .section {
        width: 95%;
    }
    /* items  */
    .parent .item_part {
        width: 92%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 185px;
    }
    .item_part .addcart {
        width: 80px;
        height: 25px;
        right: 3px;
        bottom: 5px;
        font-size: 12px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 400px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 20px;
    }
    .partners img {
        width: 45%;
        height: 45px;
        margin-bottom: 15px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 28px;
    }
    .top4 .bigbox {
        float: left;
        width: 97%;
        height: 220px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .top4 .bigbox img {
        width: 255px;
        height: 215px;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
    }
    .why-openshop .image h1 {
        font-size: 28px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 280px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 460px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 30px;
    }
    .big-center .review .view_part {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* review */
}

@media only screen and (min-width:321px) and (max-width:375px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        height: 70px;
    }
    .head h1 {
        font-size: 14px;
    }
    .popup_print .parent_cats {
        width: 100%;
        height: 350px;
    }
    .parent_cats .cat {
        width: 92%;
        height: 280px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 220px;
    }
    .cat b {
        font-size: 18px;
    }
    /*********************/
    .openchat {
        width: 150px;
        height: 40px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 210px;
        overflow: hidden;
    }
    .main .over-text {
        width: 95%;
        min-width: 80px;
        top: 20px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 95%;
        height: 70px;
    }
    .over-text .desc-text {
        display: none;
    }
    .main .search_block {
        width: 95%;
        top: 93px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 100%;
        height: 50px;
    }
    .searcharea #search {
        width: 60%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 25px;
        left: 8%;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        margin-top: 5px;
    }
    /* under search */
    .undersearch .first {
        width: 100%;
    }
    .second {
        display: none;
    }
    .third {
        display: none;
    }
    /* end  search and main */
    .offer {
        width: 100%;
        height: 50px;
    }
    .offer .text {
        float: left;
        width: 65%;
    }
    .offer .text h1 {
        font-size: 9px;
    }
    .offer .click {
        width: 65px;
        height: 20px;
        font-size: 8px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    /* start of sections */
    .oursections .section {
        width: 48%;
        margin-bottom: 10px;
    }
    /* items  */
    .parent .item_part {
        width: 95%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 220px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 3px;
        bottom: 5px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 400px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 20px;
    }
    .partners img {
        width: 45%;
        height: 45px;
        margin-bottom: 15px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 28px;
    }
    .top4 .bigbox {
        float: left;
        width: 100%;
        height: 250px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 248px;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
    }
    .why-openshop .image h1 {
        font-size: 28px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 280px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 460px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 30px;
    }
    .big-center .review .view_part {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* review */
}

@media only screen and (min-width:376px) and (max-width:409px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        height: 70px;
    }
    .head h1 {
        font-size: 15px;
    }
    .popup_print .parent_cats {
        width: 100%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 92%;
        height: 320px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 240px;
    }
    /*********************/
    .openchat {
        width: 150px;
        height: 40px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 210px;
        overflow: hidden;
    }
    .main .over-text {
        width: 95%;
        min-width: 80px;
        top: 20px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 95%;
        height: 70px;
    }
    .over-text .desc-text {
        display: none;
    }
    .main .search_block {
        width: 95%;
        top: 93px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 100%;
        height: 50px;
    }
    .searcharea #search {
        width: 60%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 40%;
        left: 35px;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        margin-top: 5px;
    }
    /* under search */
    .undersearch .first {
        width: 100%;
    }
    .second {
        display: none;
    }
    .third {
        display: none;
    }
    /* end  search and main */
    .offer {
        width: 100%;
        height: 50px;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 10px;
    }
    .offer .click {
        width: 80px;
        height: 25px;
        font-size: 10px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 6px;
    }
    /* start of sections */
    .oursections .section {
        width: 47%;
        margin-bottom: 10px;
    }
    /* items  */
    .parent .item_part {
        width: 95%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 240px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 3px;
        bottom: 5px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 400px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 20px;
    }
    .partners img {
        width: 45%;
        height: 45px;
        margin-bottom: 15px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 28px;
    }
    .top4 .bigbox {
        float: left;
        width: 100%;
        height: 250px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 248px;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
    }
    .why-openshop .image h1 {
        font-size: 28px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 280px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 460px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 30px;
    }
    .big-center .review .view_part {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* review */
}

@media only screen and (min-width:410px) and (max-width:480px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        width: 100%;
        height: 70px;
    }
    .head h1 {
        font-size: 16px;
    }
    .popup_print .parent_cats {
        width: 90%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 92%;
        height: 340px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 240px;
    }
    .cat b {
        font-size: 25px;
    }
    /*********************/
    .openchat {
        width: 150px;
        height: 40px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 280px;
        overflow: hidden;
    }
    .main .over-text {
        width: 95%;
        min-width: 80px;
        top: 60px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 70%;
        height: 70px;
    }
    .desc-text {
        display: none;
    }
    .desc-text p {
        width: 70%;
        font-size: 10px;
        background-color: #eeeef1b4;
    }
    .main .search_block {
        width: 95%;
        top: 165px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 100%;
        height: 50px;
    }
    .searcharea #search {
        width: 60%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 40%;
        left: 11%;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        margin-top: 5px;
    }
    /* under search */
    .undersearch .first {
        width: 70%;
    }
    .undersearch .second {
        width: 27%;
    }
    .third {
        display: none;
    }
    /* end  search and main */
    .offer {
        width: 100%;
        height: 50px;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 10px;
    }
    .offer .click {
        width: 80px;
        height: 25px;
        font-size: 10px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 5px;
    }
    /* start of sections */
    .oursections .section {
        width: 47%;
        margin-bottom: 10px;
    }
    /* items  */
    .parent .item_part {
        width: 95%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 280px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 3px;
        bottom: 5px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 400px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 20px;
    }
    .partners img {
        width: 45%;
        height: 45px;
        margin-bottom: 15px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 28px;
    }
    .top4 .bigbox {
        float: left;
        width: 100%;
        height: 250px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 248px;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
    }
    .why-openshop .image h1 {
        font-size: 28px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 280px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 410px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 30px;
    }
    .big-center .review .view_part {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* review */
}

@media only screen and (min-width:481px) and (max-width:550px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        width: 100%;
        height: 80px;
    }
    .head h1 {
        font-size: 22px;
    }
    .popup_print .parent_cats {
        width: 80%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 92%;
        height: 350px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 280px;
    }
    .cat b {
        font-size: 25px;
    }
    /*********************/
    .openchat {
        width: 180px;
        height: 55px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 320px;
        overflow: hidden;
    }
    .main .over-text {
        width: 95%;
        min-width: 80px;
        top: 40px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 88%;
        height: 70px;
    }
    .desc-text p {
        width: 70%;
        height: 70px;
        font-size: 9px;
        overflow: hidden;
    }
    .main .search_block {
        width: 95%;
        top: 210px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 100%;
        height: 50px;
    }
    .searcharea #search {
        width: 70%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 40%;
        left: 35px;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        margin-top: 5px;
    }
    /* under search */
    .third .image {}
    /* end  search and main */
    .offer {
        width: 100%;
        height: 70px;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 15px;
    }
    .offer .click {
        width: 90px;
        height: 20px;
        font-size: 11px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    /* start of sections */
    .oursections .section {
        width: 47%;
        margin-bottom: 10px;
    }
    /* items  */
    .parent .item_part {
        width: 95%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 310px;
    }
    .item_part .addcart {
        width: 125px;
        height: 32px;
        right: 3px;
        bottom: 5px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 400px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 30px;
    }
    .partners img {
        width: 45%;
        height: 45px;
        margin-bottom: 15px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 30px;
    }
    .top4 .bigbox {
        float: left;
        width: 100%;
        height: 310px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 300px;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
    }
    .why-openshop .image h1 {
        font-size: 28px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 280px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 360px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 30px;
    }
    .big-center .review .view_part {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* review */
}

@media only screen and (min-width:551px) and (max-width:650px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        width: 100%;
        height: 85px;
    }
    .head h1 {
        font-size: 24px;
    }
    .popup_print .parent_cats {
        width: 80%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 92%;
        height: 390px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 300px;
    }
    .cat b {
        font-size: 28px;
    }
    /*********************/
    .openchat {
        width: 200px;
        height: 75px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }
    .main .over-text {
        width: 60%;
        min-width: 80px;
        top: 50px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 88%;
        height: 70px;
    }
    .over-text .desc-text {
        height: 135px;
    }
    .desc-text p {
        width: 90%;
        font-size: 13px;
    }
    .main .search_block {
        width: 95%;
        top: 270px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 100%;
        height: 50px;
    }
    .searcharea #search {
        width: 70%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 40%;
        left: 8%;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        margin-top: 5px;
    }
    /* under search */
    /* end  search and main */
    .offer {
        width: 100%;
        height: 70px;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 15px;
    }
    .offer .click {
        width: 110px;
        height: 25px;
        font-size: 10px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    /* start of sections */
    .oursections .section {
        width: 47%;
        margin-bottom: 10px;
    }
    /* items  */
    .parent .item_part {
        width: 95%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 390px;
    }
    .item_part .addcart {
        width: 125px;
        height: 32px;
        right: 4px;
        bottom: 5px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 400px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 30px;
    }
    .partners img {
        width: 90%;
        height: 110px;
        margin-bottom: 25px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 30px;
    }
    .top4 .bigbox {
        float: left;
        width: 100%;
        height: 370px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 100%;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
    }
    .why-openshop .image h1 {
        font-size: 28px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 350px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 340px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 30px;
    }
    .big-center .review .view_part {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* review */
}

@media only screen and (min-width:651px) and (max-width:750px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        width: 100%;
        height: 85px;
    }
    .head h1 {
        font-size: 24px;
    }
    .popup_print .parent_cats {
        width: 80%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 92%;
        height: 390px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 300px;
    }
    .cat b {
        font-size: 28px;
    }
    /*********************/
    .openchat {
        width: 250px;
        height: 85px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }
    .main .over-text {
        width: 60%;
        min-width: 80px;
        top: 50px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 88%;
        height: 70px;
    }
    .over-text .desc-text {
        height: 135px;
    }
    .desc-text p {
        width: 90%;
        font-size: 13px;
    }
    .main .search_block {
        width: 95%;
        top: 270px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 100%;
        height: 50px;
    }
    .searcharea #search {
        width: 70%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 40%;
        left: 9%;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        margin-top: 5px;
    }
    /* under search */
    /* end  search and main */
    .offer {
        width: 100%;
        height: 70px;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 15px;
    }
    .offer .click {
        width: 110px;
        height: 25px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    /* start of sections */
    .oursections .section {
        width: 47%;
        margin-bottom: 10px;
    }
    /* items  */
    .parent .item_part {
        width: 45%;
    }
    .item_part a.dark {
        width: 100%;
        height: 220px;
    }
    .item_part .addcart {
        width: 125px;
        height: 32px;
        right: 5px;
        bottom: 5px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 400px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 30px;
    }
    .partners img {
        width: 45%;
        height: 90px;
        margin-bottom: 25px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 30px;
    }
    .top4 .bigbox {
        float: left;
        width: 100%;
        height: 400px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 100%;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
        margin-bottom: 15px;
    }
    .why-openshop .image h1 {
        font-size: 28px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 400px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 340px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 45px;
    }
    .big-center .review .view_part {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* review */
}

@media only screen and (min-width:751px) and (max-width:900px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        width: 100%;
        height: 85px;
    }
    .head h1 {
        font-size: 24px;
    }
    .popup_print .parent_cats {
        width: 80%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 92%;
        height: 460px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 350px;
    }
    .cat b {
        font-size: 28px;
    }
    /*********************/
    .openchat {
        width: 250px;
        height: 85px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }
    .main .over-text {
        width: 60%;
        min-width: 80px;
        top: 50px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 88%;
        height: 70px;
    }
    .over-text .desc-text {
        height: 135px;
    }
    .desc-text p {
        width: 90%;
        font-size: 13px;
    }
    .main .search_block {
        width: 95%;
        top: 270px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 70%;
        height: 50px;
    }
    .searcharea #search {
        width: 70%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 40%;
        left: 8%;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        width: 70%;
        margin-top: 5px;
    }
    /* under search */
    /* end  search and main */
    .offer {
        width: 100%;
        height: 60px;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 15px;
    }
    .offer .click {
        width: 110px;
        height: 25px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    /* start of sections */
    .oursections .section {
        width: 45%;
        padding: 5px;
    }
    .parent .a {
        height: 380px;
    }
    .parent .g {
        height: 380px;
    }
    .parent .f {
        height: 380px;
    }
    .parent .c {
        height: 380px;
    }
    /* items  */
    .parent .item_part {
        width: 45%;
    }
    .item_part a.dark {
        width: 100%;
        height: 240px;
    }
    .item_part .addcart {
        width: 125px;
        height: 32px;
        right: 5px;
        bottom: 5px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 600px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 34px;
    }
    .partners img {
        width: 45%;
        height: 90px;
        margin-bottom: 25px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 30px;
    }
    .top4 .bigbox {
        float: left;
        width: 100%;
        height: 430px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 100%;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
        margin-bottom: 15px;
    }
    .why-openshop .image h1 {
        font-size: 32px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 400px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 330px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 45px;
    }
    .big-center .review .view_part {
        width: 90%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    /* review */
}

@media only screen and (min-width:901px) and (max-width:950px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .popup_print .head {
        width: 100%;
        height: 85px;
    }
    .head h1 {
        font-size: 24px;
    }
    .popup_print .parent_cats {
        width: 80%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 45%;
        height: 380px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 270px;
    }
    .cat b {
        font-size: 28px;
    }
    /*********************/
    .openchat {
        width: 250px;
        height: 85px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }
    .main .over-text {
        width: 60%;
        min-width: 80px;
        top: 50px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 88%;
        height: 70px;
    }
    .over-text .desc-text {
        height: 135px;
    }
    .desc-text p {
        width: 90%;
        font-size: 13px;
    }
    .main .search_block {
        width: 95%;
        top: 270px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 70%;
        height: 50px;
    }
    .searcharea #search {
        width: 70%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 40%;
        left: 9%;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        width: 70%;
        margin-top: 5px;
    }
    /* under search */
    /* end  search and main */
    .offer {
        width: 100%;
        height: 60px;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 15px;
    }
    .offer .click {
        width: 110px;
        height: 25px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    /* start of sections */
    .oursections .section {
        width: 47%;
        margin-bottom: 10px;
    }
    /* items  */
    .parent .a {
        height: 380px;
    }
    .parent .g {
        height: 380px;
    }
    .parent .f {
        height: 380px;
    }
    .parent .c {
        height: 380px;
    }
    .parent .item_part {
        width: 45%;
    }
    .item_part a.dark {
        width: 100%;
        height: 243px;
    }
    .item_part .addcart {
        width: 125px;
        height: 32px;
        right: 5px;
        bottom: 5px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 600px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 34px;
    }
    .partners img {
        width: 45%;
        height: 90px;
        margin-bottom: 25px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 30px;
    }
    .top4 .bigbox {
        float: left;
        width: 32%;
        height: 250px;
        margin-right: 1%px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 100%;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 97%;
        margin-bottom: 15px;
    }
    .why-openshop .image h1 {
        font-size: 32px;
    }
    .why-openshop .image img {
        width: 100%;
        height: 450px;
    }
    .why-openshop .whyinfo {
        width: 90%;
        height: 300px;
        margin-left: 0px;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 45px;
    }
    .big-center .review .view_part {
        width: 29%;
        margin-right: 1%;
        margin-bottom: 20px;
    }
    /* review */
}

@media only screen and (min-width:951px) and (max-width:1190px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 50px;
    }
    .popup_print .head {
        width: 100%;
        height: 85px;
    }
    .head h1 {
        font-size: 24px;
    }
    .popup_print .parent_cats {
        width: 80%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 45%;
        height: 340px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 230px;
    }
    .cat b {
        font-size: 28px;
    }
    /*********************/
    .openchat {
        width: 280px;
        height: 95px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }
    .main .over-text {
        width: 60%;
        min-width: 80px;
        top: 50px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 88%;
        height: 80px;
    }
    .over-text .desc-text {
        height: 135px;
    }
    .desc-text p {
        width: 90%;
        font-size: 15px;
    }
    .main .search_block {
        width: 95%;
        top: 270px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 70%;
        height: 50px;
    }
    .searcharea #search {
        width: 70%;
        height: 25px;
    }
    .searcharea #iconsearch {
        top: 40%;
        left: 9%;
    }
    .searcharea #bsear {
        width: 60px;
        height: 32px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        width: 70%;
        margin-top: 5px;
    }
    /* under search */
    /* end  search and main */
    .offer {
        width: 100%;
        height: 60px;
    }
    .offer .text {
        float: left;
        width: 75%;
    }
    .offer .text h1 {
        font-size: 20px;
    }
    .offer .click {
        width: 110px;
        height: 25px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    /* start of sections */
    .oursections .section {
        width: 47%;
        margin-bottom: 10px;
    }
    /* items  */
    .parent .a {
        height: 390px;
    }
    .parent .g {
        height: 390px;
    }
    .parent .f {
        height: 390px;
    }
    .parent .c {
        height: 390px;
    }
    .parent .item_part {
        width: 45%;
    }
    .item_part a.dark {
        width: 100%;
        height: 260px;
    }
    .item_part .addcart {
        width: 135px;
        height: 33px;
        right: 5px;
        bottom: 3px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 600px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 34px;
    }
    .partners img {
        width: 30%;
        height: 90px;
        margin-bottom: 25px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 30px;
    }
    .top4 .bigbox {
        float: left;
        width: 32%;
        height: 250px;
        margin-right: 1%px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 100%;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 42%;
        margin-bottom: 15px;
    }
    .why-openshop .image h1 {
        font-size: 32px;
    }
    .why-openshop .image img {
        width: 100%;
    }
    .why-openshop .whyinfo {
        width: 45%;
        margin-left: 2%;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 45px;
    }
    .big-center .review .view_part {
        width: 29%;
        margin-right: 1%;
        margin-bottom: 20px;
    }
    /* review */
}

@media only screen and (min-width:1191px) and (max-width:1490px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 50px;
    }
    .popup_print .head {
        width: 100%;
        height: 85px;
    }
    .head h1 {
        font-size: 24px;
    }
    .popup_print .parent_cats {
        width: 80%;
        height: 400px;
    }
    .parent_cats .cat {
        width: 45%;
        height: 340px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 230px;
    }
    .cat b {
        font-size: 28px;
    }
    /*********************/
    .openchat {
        width: 280px;
        height: 95px;
        right: 10px;
        bottom: 10px;
    }
    /* start of sections */
    /* items  */
    .parent .a {
        height: 380px;
    }
    .parent .g {
        height: 380px;
    }
    .parent .f {
        height: 380px;
    }
    .parent .c {
        height: 380px;
    }
    .oursections .section {
        margin-right: 1%;
    }
    .parent .item_part {
        width: 22%;
        margin-right: 1%;
    }
    .item_part a.dark {
        width: 100%;
        height: 240px;
    }
    .item_part .addcart {
        width: 135px;
        height: 33px;
        right: 5px;
        bottom: 3px;
    }
    /* end  items  */
    /* banner */
    .big-center .banner #back {
        width: 600px;
        height: 100%;
        overflow: hidden;
    }
    .big-center .banner .textabove h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .big-center .banner .textabove h2 {
        width: 95%;
        color: #403E3E;
        font-size: 25px;
    }
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 34px;
    }
    .partners img {
        width: 30%;
        height: 90px;
        margin-bottom: 25px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 30px;
    }
    .top4 .bigbox {
        float: left;
        width: 32%;
        height: 250px;
        margin-right: 1%px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 100%;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 42%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        width: 42%;
        margin-bottom: 15px;
    }
    .why-openshop .image h1 {
        font-size: 32px;
    }
    .why-openshop .image img {
        width: 100%;
    }
    .why-openshop .whyinfo {
        width: 45%;
        margin-left: 2%;
    }
    .why-openshop .whyinfo .whypart {
        width: 85%;
        padding: 5px;
    }
    /* why */
    /* review */
    .big-center .review .head img {
        width: 70%;
        height: 45px;
    }
    .big-center .review .view_part {
        width: 29%;
        margin-right: 1%;
        margin-bottom: 20px;
    }
    /* review */
}

@media only screen and (min-width:1850px) and (max-width:1950px) {
    .popup_print {
        width: 100%;
        height: auto;
        left: 0px;
        top: 60px;
    }
    .popup_print .head {
        width: 100%;
        height: 85px;
    }
    .head h1 {
        font-size: 26px;
    }
    .popup_print .parent_cats {
        width: 80%;
        height: 500px;
    }
    .parent_cats .cat {
        width: 45%;
        height: 400px;
        margin-left: 0px;
    }
    .cat img {
        width: 100%;
        height: 300px;
    }
    .cat b {
        font-size: 28px;
    }
    /*********************/
    .openchat {
        width: 280px;
        height: 95px;
        right: 10px;
        bottom: 10px;
    }
    .main #backmain {
        width: 100%;
        height: 800px;
        overflow: hidden;
    }
    .main .over-text {
        width: 64%;
        min-width: 80px;
        top: 150px;
        left: 1%;
    }
    .over-text .bigtext {
        width: 88%;
        height: 180px;
    }
    .over-text .desc-text {
        height: 205px;
    }
    .desc-text p {
        width: 90%;
        font-size: 26px;
    }
    .main .search_block {
        width: 80%;
        top: 570px;
        left: 2%;
    }
    .search_block .searcharea {
        width: 70%;
        height: 80px;
    }
    .searcharea #search {
        width: 85%;
        height: 50px;
        padding-left: 35px;
        font-size: 17px;
    }
    .searcharea #iconsearch {
        width: 15px;
        height: 15px;
        top: 38%;
        left: 3%;
    }
    .searcharea #bsear {
        width: 80px;
        height: 55px;
    }
    .searcharea .searchsuggest {
        width: 90%;
    }
    .searcharea .searchsuggest #closesuggest {
        right: 25px;
    }
    .searchsuggest li a {
        width: 40%;
        font-size: 12px;
    }
    .search_block .undersearch {
        width: 70%;
        margin-top: 5px;
    }
    /* under search */
    /* end  search and main */
    .offer {
        width: 100%;
        height: 100px;
    }
    .offer .text {
        float: left;
        width: 80%;
    }
    .offer .text h1 {
        font-size: 40px;
    }
    .offer .click {
        width: 150px;
        height: 40px;
        font-size: 12px;
        margin-top: 30px;
        margin-left: 10px;
        padding-top: 10px;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 18px;
    }
    /* start of sections */
    /* items  */
    .parent .a {
        height: 395px;
    }
    .parent .g {
        height: 395px;
    }
    .parent .f {
        height: 395px;
    }
    .parent .c {
        height: 395px;
    }
    .item_part a.dark {
        width: 100%;
        height: 270px;
    }
    .item_part .addcart {
        width: 135px;
        height: 33px;
    }
    /* end  items  */
    /* banner */
    /* banner */
    /* partners */
    .big-center .partners .head h1 {
        font-size: 34px;
    }
    .partners img {
        margin-bottom: 25px;
    }
    /* partners */
    /* top4 */
    .top4 .head h1 {
        font-size: 30px;
    }
    .top4 .bigbox {
        float: left;
        width: 32%;
        height: 400px;
        margin-right: 1%px;
        margin-bottom: 5px;
    }
    .top4 .bigbox img {
        width: 100%;
        height: 100%;
    }
    .top4 .bigbox .halfbox {
        width: 100%;
        height: 49%;
    }
    .top4 .bigbox .halfbox img {
        width: 100%;
        height: 100%;
    }
    /* top4 */
    /* pricing in pricing css*/
    /* why */
    .why-openshop .image {
        margin-bottom: 15px;
    }
    .why-openshop .image h1 {
        font-size: 40px;
    }
    .why-openshop .image img {
        width: 100%;
    }
    .why-openshop .whyinfo {
        width: 45%;
        margin-left: 2%;
    }
    .why-openshop .whyinfo .whypart {
        padding: 5px;
    }
    .whyinfo .whypart p,
    b {
        font-size: 20px;
    }
    /* why */
    /* review */
    .big-center .review .head {
        width: 100%;
        height: 180px;
    }
    .big-center .review .head img {
        width: 70%;
        height: 135px;
    }
    .big-center .review .head p {
        font-size: 18px;
    }
    .big-center .review .view_part {
        width: 29%;
        height: 200px;
        margin-right: 1%;
        margin-bottom: 20px;
    }
    .review .view_part p {
        color: #434343;
        font-size: 16px;
    }
    .clientinfo .cliinfo {
        float: left;
        width: 160px;
    }
    /* review */
}