/* ------------ tpheader ------------- */

body {
    overflow-x: hidden;
    padding: 30px 0 0;
}

.tpheader {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
}

.tplogo {
    order: 1;
}

.tplogo svg {
    width: 130px;
}
.tp_bestsale,.tp_categories {
    width: 100%;
    display: inline-block;
}
.tpcarousel .tpowl-prev{
    left: 0 !important;
}
.tpcarousel .tpowl-next{
    right: 0 !important;
}
.tpcart {
    background: url(images/market.png) no-repeat top left;
    float: left;
    width: 35px;
    margin: 0px 10px 0;
    background-size: 30px;
    position: relative;
    height: 30px;
}

.tpcart_count {
    color: #404140;
    background-color: #edecea;
    font-weight: normal;
    border-radius: 100%;
    padding: 5px 0;
    line-height: 12px;
    vertical-align: top;
    font-size: 12px;
    width: 20px;
    height: 20px;
    /* float: left; */
    text-align: center;
    margin: 10px 0 0;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.tpwishlist_products_counter {}

.tpwishlist_products_counter_number {
    position: absolute;
    background: #edecea;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    left: 0;
    bottom: 6px;
}

.tpfevorit {
    position: relative;
    float: left;
    margin: 0 0 -10px 0;
}

.tpfevorit img {
    width: 30px;
}

.tpsearch {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 5px;
    max-width: 100%;
    background: #D4DFD7;
    border-radius: 5px;
    order: 3;
}

#ajaxsearchlite1,
#ajaxsearchlite1 .probox,
div.asl_w .probox {
    background: none !important;
}

div.asl_w .probox .promagnifier {
    box-shadow: none !important;
}

div[id*='ajaxsearchlite'] .probox .proinput {
    border-bottom: none !important;
}

div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg {
    width: 28px !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-size: 14px !important;
}

div.asl_m .probox .proinput {
    margin: 4px 0 0 10px !important;
}

.tp_user_icon {
    background: url(images/user.png) no-repeat right 0;
    font-size: 16px;
    padding: 0;
    line-height: 30px;
    background-size: 26px;
    box-sizing: border-box;
    float: left;
    width: 25px;
    position: relative;
    z-index: 1;
    height: 30px;
    margin: 0 18px 0 13px;
}

.tp_user_icon span {
    position: absolute;
    background: #edecea;
    font-size: 10px;
    line-height: 1;
    bottom: -10px;
    right: calc(50% - 50px);
    z-index: 1;
    display: none;
    width: 90px;
    border-radius: 21px;
    padding: 5px;
    display: none;
}

.tp_header_icons {
    width: 100%;
    max-width: 170px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    order: 2;
}

.tp_menu_button {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    text-align: center;
}

.tp_menu_button::before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    height: 2px;
    width: 100%;
    background: #222;
    content: '';
    margin: 0 0 10px;
}

.tp_menu_button::after {
    display: block;
    height: 14px;
    width: 100%;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222;
    content: '';
}

#tpcarousel_82920 .default_theme {
    background: #96A59E !important;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 16px 0 0;
    text-align: center;
    font-size: 12px;
}

#tpcarousel_82920 .tp_add_to_cart {
    background: #96A59E !important;
}

#tpcarousel_82920 .tpc_price del .amount {
    color: #96A59E !important;
}

.ribbon-top-left.default_theme {
    top: 50px !important;
    left: 10px !important;
}


/* tpicon_ymb */

.tpicons_ymb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.tpicon_ymb {
    width: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
}

.tpicon_ymb img {
    width: 100%;
    width: 100%;
    height: 160px;
    object-fit: contain;
    padding: 0 0 10px;
}

.tpicon_ymb_txt {}

.tp_readmore {
    width: 100%;
    display: block;
    font-weight: 700;
}

.tp_readmore span {
    width: 100%;
    display: block;
    font-weight: 700;
}

.school_banners {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.school_banner {
    padding: 20px 20px 0;
}

.tp_collage {
    background: #D4DFD7;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    text-align: center;
    padding: 3rem 0px;
}

.tp_collage_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 0 auto;
}

.tp_coll {
    width: 100%;
    padding: 0px 20px 20px;
    position: relative;
}

.tp_coll h2 {
    width: auto;
    padding: 0;
    background: #fff;
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 1;
    padding: 10px 20px;
    line-height: 1;
    font-size: 1.6rem;
}

.tp_coll img {
    width: 100%;
}


/* ------------ tpfooter ------------- */

.tpfooter {
    width: 100%;
    background: #96A59E;
    padding: 2rem;
    color: #fff;
    text-align: right;
    direction: rtl;
    font-size: 1rem;
    display: flex;
    flex-direction: column-reverse;
}

.tpfooter_right {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5;
}

.tpfooter_right_box {
    width: 100%;
    border-bottom: 2px solid #fff;
    padding: 0 0 1rem;
    list-style: none;
    margin: 0;
}

.tpfooter a {
    color: #fff;
}

.tpfooter_left {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
}

.address_txt {
    background: url(images/address.png) no-repeat right 0;
    padding: 0px 30px 1rem 0;
    margin: 0;
    background-size: 20px;
}

.mail_txt {
    background: url('images/mail.png') no-repeat right 0;
    padding: 0px 30px 1rem 0;
    margin: 0;
    background-size: 20px;
}

.clock_txt {
    background: url(images/clock.png) no-repeat right 0;
    padding: 0px 30px 1rem 0;
    margin: 0;
    background-size: 20px;
}

.tpfooter_right_box_bottom {
    padding: 1rem 0;
    list-style: none;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    width: 50%;
    float: right;
}

.tpfooter_right_box_bottom li {
    /* padding: 0 0px 0.5rem 0; */
    font-size: 1rem;
}

.tpfooter_right_box_bottom li a {
    color: #fff;
}

.tpfooter_right_box_bottom li a:hover {
    color: #fff;
    text-decoration: underline;
}

.pot,
.tpfooter_left_txt p {
    display: none;
}

.tpsocials {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
    width: 50%;
    float: left;
    padding: 3.5rem 0 0;
}

.tpsocials a {
    background: #fff;
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 22px;
    color: #96a59e;
}

.tpsocials .fa {
    color: #96a59e;
}

.tp_joinus_box {
    border: 2px solid #337171;
    padding: 3em 2em 0em;
    position: relative;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
}

.tp_joinus_text {
    font-size: 1em;
    width: 100%;
}

.tp_joinus_text a {
    display: block;
    background: #337171;
    padding: 10px;
    border-radius: 5px;
    width: 175px;
    text-align: center;
    color: #fff;
    margin: 12px 0 0;
    line-height: 1;
}

.tp_joinus_text a:hover {}

.tp_joinus_text img {
    position: absolute;
    left: -36px;
    bottom: -4px;
    z-index: 1;
    height: 90px;
}

.tp_joinus_title {
    position: absolute;
    right: calc(50% - 120px);
    top: -26px;
    z-index: 1;
    width: 240px;
}

.tp_joinus {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
}

.tp_joinus a {
    width: 100%;
    display: flex;
}

.tp_joinus_img {
    width: 100%;
    margin: 0 0;
}

.tpshowus {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    flex-direction: row;
    margin: 0 0 1rem;
}

.tpshowus_right {
    background: #D5BEB6 url(images/flower_bg.png) no-repeat 10px bottom;
    width: 100%;
    text-align: center;
    padding: 1rem;
    background-size: 130px;
}

.tpshowus_center {
    width: 100%;
}

.tpshowus_center img {
    display: block;
}

.tpshowus_left {
    display: none;
}

.tpshowus_box {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.tpshowus_socials {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    float: left;
    padding: 0;
    justify-content: center;
    flex-wrap: nowrap;
}

.tpshowus_socials a {
    background: #fff;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 22px;
    color: #d5beb6;
}

.tpblog {
    background: #E4DCCA;
    padding: 1rem;
    width: 100vw;
    display: inline-block;
    margin: 0 calc(-50vw + 50%);
}

.tpblog_post.big_style {}

.tpblog_post {
    position: relative;
    padding: 0px 10px 10px;
}

.tpblog_post_txt {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 15px;
}

.blog_big .tpblog_post_txt h3 {
    padding: 5px 0;
    line-height: 1;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    margin: 0 0 5px;
}

.blog_big .tpblog_post_txt h3 a {
    color: #fff;
    font-size: 2rem;
    text-shadow: 0 0 3px #000;
}

.blog_small .tpblog_post_txt {
    width: 100%;
    padding: 5px 0 0;
    display: contents;
}

.blog_small .tpblog_post_txt h3 {
    color: #222;
    padding: 5px 0 0;
    line-height: 1;
    width: auto;
    display: inline-block;
    margin: 0;
}

.tpblog_posts {
    float: right;
    text-align: right;
    /* font-family: 'arugot'; */
    padding: 10px 40px;
    background: #fff;
    font-size: 1.2rem;
    border-radius: 5px;
    line-height: 1;
    margin: 0 10px 0 0;
}

.tpblog_posts a {
    color: #b7ad96;
}

.blog_big .tpblog_details .tpblog_date {
    font-size: 0.8rem;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.blog_small .tpblog_details .tpblog_date {
    font-size: 0.8rem;
}

.tpblog_img {
    position: relative;
}

.tpblog_img img {}

.blog_big {
    width: 100%;
}

.blog_big .tpblog_img img {
    max-height: 410px;
    width: 100%;
    object-fit: cover;
}

.blog_small {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog_small .tpblog_post:nth-child(3),
.blog_small .tpblog_post:nth-child(4) {
    display: none;
}

.tpblog_box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blog_small .tpblog_post {
    width: 50%;
}

.tpblog_img {}

.coupon label {
    display: none;
}

.tp_reviews {
    position: relative;
    width: 100vw;
    background: #beb6a8;
    margin: 0 calc(-50vw + 50%);
}

#tp_categories .item {
    text-align: center;
}

#tp_categories .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    object-fit: cover;
}

#tp_categories .item h2 {
    margin: 0;
    padding: 5px 0 0;
    font-size: 1em;
    font-family: 'Heebo';
    font-weight: 300;
}

.tp_reviews {
    position: relative;
    width: 100vw;
    float: right;
    margin: 0 calc(-50vw + 50%);
}

.tp_reviews_img {
    background: url(images/tp_reviews_img.jpg) no-repeat;
    height: 160px;
    background-size: 100%;
    width: 100%;
    float: right;
}

.tp_reviews_info {
    width: 100%;
    float: right;
    padding: 2em 1em;
}

#tp_reviews_owl {
    margin: 0;
    padding: 0 30px;
}

#tp_reviews_owl .item {
    background: url(images/owl_bg1.png) no-repeat bottom left;
    background-size: calc(100% - 30px);
    padding: 20px 50px 30px 25px;
}

#tp_reviews_owl img {
    height: 135px;
    width: auto;
    margin: -20px -52px 0 0;
}

#tp_reviews_owl .item a {
    display: flex;
}

#tp_reviews_owl .item p {
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    font-size: 0.85em;
    line-height: 1.5em;
}

#tp_reviews_owl .owl-prev,
#tp_reviews_owl .owl-next {
    font-size: 1.5em;
    width: 20px;
    border: none;
}

.tp_reviews_owl_title {
    height: 70px;
}

#tp_line {
    float: right;
    width: 100%;
    background: #b4bdab;
    text-align: center;
    font-size: 12px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
    padding: 10px 0;
}

#tp_line .owl-prev,
#tp_line .owl-next {
    border: none;
    margin: -23px 0 0;
}

.tpcarousel .tpowl-carousel .item h4 {
    height: auto !important;
}

.tpowl-carousel .tpowl-item img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.pot {
    max-height: 400px;
}

.ribbon-top-left.default_theme {
    top: 25px !important;
    left: 10px !important;
}

.tpc_product_box h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tpshowus.tp_width {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    float: right;
    padding: 0;
}

.home #content {
    padding: 10px 10px 0;
}
.nav{
    display: none;
}

.why_join_text{

}
.custom_valuecard_customer_checkbox {
    display: none !important;
}
.vcm-form{

}
.user_checkout{
    order: 3;
}
.woocommerce-form-coupon-toggle{
    order: 2;
}
.checkout.woocommerce-checkout{
    order: 1;
}
.woocommerce-checkout .woocommerce{
    display: flex;
    flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
    .tplogo {
        order: 3;
    }
    .tpshowus.tp_width {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5em;
    }
    .tpfevorit {
        margin: 0;
    }
    .tp_reviews_owl_title {
        height: auto;
    }
    #tp_reviews_owl .item {}
    #tp_reviews_owl {
        padding: 0 55px;
    }
    .tp_reviews_img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
        z-index: 4;
    }
    .tp_reviews_info {
        width: 50%;
        padding: 2em;
    }
    #tp_categories .owl-item img {
        width: 150px;
        height: 150px;
    }
    .coupon {
        width: 300px;
    }
    #coupon_code,
    #pwgc-redeem-gift-card-number {
        width: 120px;
    }
    /* ------------ tpheader ------------- */
    .tpsearch {
        order: 2;
        max-width: 300px;
    }
    .tp_header_icons {
        order: 3;
    }
    .tp_header_icons {
        max-width: 200px;
    }
    .tpcart {
        margin: 0 20px 0 0;
        width: 40px;
        background-size: 43px;
        height: 41px;
    }
    .tpfevorit img {
        width: 35px;
    }
    .tp_user_icon span {
        /* display: inline-block; */
    }
    .tp_user_icon {
        line-height: 35px;
        background-size: 35px;
        width: 40px;
        height: 40px;
    }
    /* ------------ tpfooter ------------- */
    .tp_coll {
        width: 33.33%;
        padding: 20px;
    }
    .tp_coll h2 {
        position: initial;
    }
    .school_banners {
        flex-direction: row;
    }
    .school_banner {
        padding: 20px;
    }
    .tpicon_ymb {
        width: 350px;
        padding: 30px;
        font-size: 13px;
    }
}

@media screen and (min-width: 910px) {

    .tpowl-carousel .tpowl-item img {
        height: 250px;
    }
    body {
        padding: 0;
    }
    #tp_line {
        /* display: none; */
        position: relative;
    }
    .tp_joinus_title {
        right: calc(50% - 190px);
        top: -42px;
        width: auto;
    }
    .tp_joinus_box {
        padding: 4em 4em 0;
        margin: 0 0 2em;
        position: relative;
        width: 100%;
    }
    .tp_joinus_text a {
        padding: 5px;
        width: 255px;
    }
    .tp_joinus_text {
        font-size: 1.5em;
        width: calc(100% - 350px);
    }
    .tp_joinus_text img {
        left: 2em;
        bottom: 2em;
        z-index: 1;
        height: auto;
    }
    .tplogo svg {
        width: 210px;
    }
}

@media screen and (min-width: 1024px) {
    .open-menu{
        display: none;
    }
    .tp_header_icons {
        max-width: 148px;
    }
    .tp_user_icon {
        margin: 0 0px 0 13px;
    }
    .nav{
        display: block;
    }
    .tpsearch {
        max-width: 300px;
    }
    .ribbon-top-left.default_theme {
        top: 25px !important;
        left: 10px !important;
    }
    #tpcarousel_82920 .default_theme {
        width: 65px;
        height: 65px;
        padding: 25px 0 0;
        font-size: 15px;
    }
    .tpfooter {
        padding: 4rem 5rem;
        color: #fff;
        justify-content: space-between;
        flex-direction: row;
    }
    .tpfooter a {
        color: #fff;
    }
    .tpfooter a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .tpfooter_right {
        font-size: 1rem;
        border-left: 2px solid #fff;
        margin: 0 0 0 3rem;
    }
    .address_txt {
        background: url(images/address.png) no-repeat right 3px;
        padding: 8px 50px 0.8rem 0;
        background-size: 30px;
    }
    .mail_txt {
        background: url('images/mail.png') no-repeat right 3px;
        padding: 8px 50px 0.8rem 0;
        background-size: 30px;
    }
    .clock_txt {
        background: url('images/clock.png') no-repeat right 3px;
        padding: 8px 50px 0.8rem 0;
        background-size: 30px;
    }
    .tpfooter_right_box_bottom {
        padding: 1rem 0;
        font-size: 1.2rem;
    }
    .pot,
    .tpfooter_left_txt p {
        display: block;
    }
    .tpsocials a {
        margin: 0 0 0 10px;
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
    .tpfooter_right_box_bottom {
        width: 100%;
        float: right;
    }
    .tpsocials {
        width: 100%;
        flex-direction: row;
        padding: 0;
    }
    .tpshowus_socials a {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
    .tpshowus_left {
        display: block;
    }
    .tpshowus_right {
        background: #D5BEB6 url(images/flower_bg.png) no-repeat 35px bottom;
        padding: 2rem;
        background-size: auto;
    }
    .tpshowus_center {
        width: 70%;
    }
    .tpshowus {
        margin: 0 0 2rem;
    }
    .tpblog {
        padding: 2rem;
    }
    .tpblog_box {
        flex-direction: row;
    }
    .blog_big .tpblog_post_txt h3 a {
        font-size: 3rem;
    }
    .blog_small .tpblog_post:nth-child(3),
    .blog_small .tpblog_post:nth-child(4) {
        display: block;
    }
    .blog_small .tpblog_post_txt h3 {
        background: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 0 0 5px;
    }
    .blog_small .tpblog_post_txt {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px;
        display: block;
    }
    .blog_small .tpblog_details .tpblog_date {
        color: #fff;
        text-shadow: 0 0 3px #000;
    }
    .tpblog_post {
        padding: 0px 10px 20px;
    }
}

@media screen and (min-width: 1280px) {}

@media screen and (min-width: 1600px) {
    #tp_categories .owl-item img {
        width: 180px;
        height: 180px;
    }
    .tp_reviews_info {
        padding: 3em 2em;
    }
}