:root {
    --background-gradient: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);
    --gray: #34495e;
    --darkgray: #292929;
}


/*** FONTS ***/

@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);

/*** VARIABLES ***/


/* Colors */


/*** EXTEND ***/


/* box-shadow */

ol.gradient-list>li::before,
ol.gradient-list>li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}


/*** STYLE ***/

*,
*:before,
*:after {
    box-sizing: border-box;
}

ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

ol.gradient-list>li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    display: block;
    font-size: 18px;
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
    background: linear-gradient(135deg, var(--theme-deafult) 0%, #91271C 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}

ol.gradient-list>li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #ffffff;
    display: flex;
    font: 900 1.5em/1 "Montserrat";
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

ol.gradient-list>li+li {
    margin-top: 2rem;
}


/* Paper */

.paper h1,
.paper h2,
.paper h3 {
    margin: 20px 0px;
}

.paper h1 {
    font-size: 24px;
}

.paper h2 {
    font-size: 20px;
}

.paper li {
    display: block;
}


/*** LIST STYLE ***/

.paper ul li {
    padding: 0;
    list-style: none;
}

.paper li {
    padding: 6px;
}

.paper li:before {
    padding-right: 10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}

.paper li:hover:before {
    color: var(--theme-deafult);
    content: "\2714";
}


/*** Order ***/


.bay_button{
    display: none;
}
.title_order {
    font-size: 24px;
    font-weight: bold;
}

.total-cost {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.total-cost span {
    font-size: 22px;
}


/*** Filter ***/

.form-check-label {
    cursor: pointer;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.collection-filter-checkbox:first-child {
    margin-top: 30px;
}

.collection-collapse-block-content:first-child {
    margin-top: 15px;
}


/*** Catalog ***/

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    font-size: 16px;
    font-weight: 800;
}

.discount_catalog {
    right: 4px;
    max-width: 58px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    position: absolute;
    padding: 2px 5px;
    color: #3f3f3f;
    font-size: 16px;
    z-index: 5;
    background-color: #fafafa;
    top: 4px;
    font-weight: 800;
}

.options {
    font-size: 14px;
    margin-bottom: 0px;
}

.site_tag_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
}

.tag_filter {
    border: 1px solid #6c6c6c;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-family: Circe-Regular, sans-serif;
    font-size: 16px;
    letter-spacing: .9px;
    padding: 8px 20px 6px;
    white-space: nowrap;
    margin-right: 5px;
    color: var(--darkgray);
}

a.tag_filter:hover {
    background-color: var(--theme-deafult);
    color: #fff;
}

.js-hidden {
    display: none;
}

.size-select {
    border: 1px solid rgb(227 225 225);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    color: rgb(102 100 100);
    font-size: 12px;
    width: auto;
    position: absolute;
    left: 2px;
    bottom: 2px;
    padding: 2px 5px;
    font-weight: 700;
}

.product-box .img-wrapper .front,
.product-wrap .img-wrapper .front {
    position: relative;
}

.form-filter-wrapper {
    margin: 25px 0px;
}

.product_options {
    font-size: 13px;
}

.options_catalog {
    padding-left: 8px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;

    padding-top: 5px;
}

.old_price{
    display: block;
}


/* Custom Pagination */

.page-item.active .page-link {
    background-color: var(--theme-deafult);
    border-color: var(--theme-deafult);
}

.page-link {
    color: #6c6c6c;
}

.btn-red {
    background-color: var(--theme-deafult) !important;
    color: #ffffff;
}


/* Product */

.product_container {
    max-width: 1100px;
    padding: 20px;
    border: 1px solid #CCCFDC;
    border-radius: 6px;
    background-color: white;
}

.bg_product {
    background: url('/assets/images/back_product.jpg') repeat;
    padding-bottom: 40px;
    padding-top: 0px;
}

.drop-features {
    display: flex;
    flex-direction: column;
}

@media (max-width: 980px) {
    .drop-features {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.drop-feature-wrapper {
    display: flex;
    align-items: center;
    margin: 10px 5px 0;
    flex-direction: column;
    padding-bottom: 20px;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.drop-feature-label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #748592;
    margin-top: 10px;
}

.circle {
    width: 55px;
    height: 55px;
    border: 2px solid var(--theme-deafult);
    border-radius: 50px 50px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #748592;
}

.product_header {
    font-size: 30px;
    text-transform: none;
    padding-bottom: 12px;
    color: var(--theme-deafult);
}

.subheading {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #748592;
}

.select select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: rgb(29, 29, 29);
    background-color: #ffffff;
    background-image: none;
    cursor: pointer;
    font-size: 16px;
}

.option_tovar {
    color: #848383;
    font-weight: 600;
}

.recomended_products {
    padding-top: 0px !important;
}


/* Remove IE arrow */

select::-ms-expand {
    display: none;
}


/* Custom Select wrapper */

.select {
    position: relative;
    display: flex;
    width: 150px;
    height: 34px;
    border-radius: 0.25em;
    overflow: hidden;
    border: 1px solid #E8EAED;
}

@media (max-width: 480px) {
    .center_mobile {
        margin: 0 auto;
    }
}




/* List stile */

.right_description ul {
    list-style-type: disc;
    padding-left: 15px;
}

.right_description ul li {
    padding-right: 10px;
    color: #141414;
    transition-duration: 0.5s;
    padding-left: 5px;
    display: list-item;
    ;
}


/* Arrow */

.select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #ebecef;
    transition: 0.25s all ease;
    pointer-events: none;
    font-size: 10px;
}


/* Transition */

.select:hover::after {
    color: #ffffff;
}


/* Price */

.price_catalog {
    font-weight: 700;
    color: #485159;
    font-size: 24px !important;
}

.price-main {
    font-size: 36px !important;
    color: #485159 !important;
    padding-left: 0px !important;
    line-height: 40px;
    font-weight: bolder;
}

.old_price {
    color: #4e4e4e !important;
}

.price-detail {
    padding-top: 15px;
}

.qty-box {
    margin-bottom: 15px;
}

.discount {
    background-color: var(--theme-deafult);
    margin: 10px;
    padding: 5px;
    color: rgb(255, 255, 255) !important;
    border-radius: 2px;
}


.main-menu .brand-logo
{

}
.navbar{
    display: none !important;
        }

         @media (max-width: 1200px) {
            .navbar{
                display: flex !important;
                    }

                    .main-menu .brand-logo
                    {
                        margin-left: 0px;
                    }
        }

@media (min-width: 1024px) {
    .qty-box .input-group {
        justify-content: left;
    }
}

.slider-discount {
    font-size: 18px;
    line-height: 64px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: var(--theme-deafult);
    border: 0 solid var(--theme-deafult);
    border-radius: 50%;
    position: absolute;
    text-align: center;
    right: 8px;
    top: 11px;
    z-index: 2;
    width: 64px;
    height: 64px;
}

.product-sticker {
    -webkit-text-stroke: .2px;
    background-color: #eb1d82;
    border: 0 solid #eb1d82;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 48px;
    left: 0;
    line-height: 52px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 2;
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    left: 2px;
    /* right: 2px; */
    background-position: 0 -32px;
    z-index: 20;
}


/* Comments */

.ticket-comment {
    display: block;
}


/* Видео отзывы */

.otziv_descr {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.red{
    color: var(--theme-deafult);
}

.product-tab-discription h3{
    color: var(--theme-deafult);
}

.city_list li{
    display: list-item;
}

.product-tab-discription ul li, .intro_text_product ul li{
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: list-item !important;
}


.product-tab-discription ul li:before, .intro_text_product ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: var(--theme-deafult);
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.rau-company {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.rau-review {
    margin: 0 25px;
    font-size: 18px;
}
@media (min-width: 1200px){
.review_container {
    width: 1170px;
}
}


.bg{
    background-color: #ffffff;
    z-index: 10000;
}

.cat_head{

    font-size: 32px;
}

.cat_sub_head{

    font-size: 18px;
    text-align: center;
}
.red_button{
    background-color: var(--theme-deafult);
    border-color: var(--theme-deafult);
    color: white !important;

}
.msoptionsprice-old-cost
{
    color: #292929;
}

.list_city{
    display: list-item;
}
.userlocation-location-items-group-letter{
    font-weight: 700;
    color: var(--theme-deafult);
}
.category-menu{
    padding-right: 20px;
    padding-left: 20px;
}

.btn-category{
    padding: 13px 29px;

    letter-spacing: 0.05em;

    background-position: 100%;
    color: #000000;
    background-color: #ffffff;


    border: 2px solid var(--theme-deafult);
    border-radius: 50px;
   
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    min-width: 250px;
}

.btn-category:hover {
    color: #ffffff;



    background-position: 100%;
    background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;

}

.text-right{
    text-align: right;
}
.city_select_popup{

}


.item_office
{
    
    padding-bottom: 20px;
}
.text_center
{text-align: center;}

.breadcrumb_conteiner
{   max-width: 1120px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.breadcrumb-item a{
    color: #6c6c6c;
}
.breadcrumb-item a:hover{
    color: #91271C;
}

@media (max-width: 640px){
    .category_menu {
        flex-direction: column;
        display: none !important;
        
    }
    .category_menu_item{
        margin-bottom: 8px;
    }


    .options_catalog{
        display: none;
    }

    .margin-res>div
    {
        padding-left: 2px;
        padding-right: 2px;
    }
    

    .filter-main-btn
    {
        margin-bottom: 0px;
    }  
   .filter-main-btn span
   {
    margin-bottom: 0px;
   }
   .product-box, .product-box .product-detail, .product-box .product-info, .product-wrap .product-detail, .product-wrap .product-info{

    margin-top: 0px !important;
   }

   .bay_button{
    display: flex;
    margin: auto -5px 0;
}

    }


    .pull-left.head_phone {
        font-size: 30px;
        line-height: 26px;
        color: #748592;
        width: 350px;
    }
    .head_info{
        width: 350px;
        justify-content: flex-end;
        align-items: center;
        padding-top: 30px;
    }
    .head_logo{
        width: 300px;
    }

    .userlocation{
        font-size: 16px;
        padding-bottom: 15px;
 
    }

    .item_office ul li{
        display: list-item;
        list-style:none;
    }
    .office_name{
        font-size: 18px;
        font-weight: 700;
        color: var(--theme-deafult);
    }

    .search_main{
        padding-top: 5px;
    }
    .max_1100
    {max-width: 1120px;}

    .msoptionsprice-old-cost{
        font-size: 18px;
        color: #aaaaaa;
        font-weight: 400;
    }



    .fotorama__fullscreen-icon 
    {
        width: 100%;
        height: 100%;
        background: none;
    }

    .userlocation a {
        color:var(--theme-deafult);
    }

    .form-control{
        border-radius: 35px;
    }
    button{

        padding: 0;
    border: 0;
    background: 0 0;
    text-align: inherit;
    line-height: inherit;
    color: var(--theme-deafult);

    }

   .search-submit-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 14px;
    z-index: 1;
    top: -2px;
   }

   .search_div
   {
    margin-bottom: 15px;
    position: relative;
    padding-right: 30px;
   }
.search_form{
   padding: 5px 10px 5px 40px;
}


.menu_sticked{
    max-width: 100%;
    background-color: #3d3d3d;
    border-bottom: 2px solid #ffffff;
}

.menu_sticked a{
    color: #ebecef;
}

.modal-dialog{
    padding-top: 40px;
}

.mobile_head {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    align-items: center;
  }

  .mobile-category{
    display: none;
}

  @media (max-width: 1200px){
    .uslovia_container{
        display: none;
    }
    .mobile-category{
        display: block;
    }

    .desktop_head{
        display: none;
    }
    .mobile_head
    {
        display: flex;
    }
    
    }

    .mobile_phone {
        font-size: 26px;
    }

    .mobile_logo {
        width: 215px;
        padding-top: 8px;
    }
    .bg-primary
    {background-color:  var(--theme-deafult) !important ;}

    .mobile_busket{
        padding-right: 45px;

    }
.mini_cart_mobile{
    position: relative;
    display: flex;

}
    .mobile_total{
        position: absolute;

          background: var(--theme-deafult);
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        top: 26%;
          padding: 3px;
     }

    .mobile-fix-option {
        display: none;
    }

    @media (max-width: 1200px) {
        .mobile-fix-option {
            display: flex;
            justify-content: space-around;
        }
    }

   .cart_price{
        font-size: 14px;
    }
    .mobile_phone a{
        color: var(--theme-deafult); 
    }

    .cart_qty_cls_favorite {
        position: absolute;
        background: var(--theme-deafult);
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        top: 34px;
        right: 32px;
        padding: 3px;
    }
    .cart_qty_cls_favorite a{
        color: #fff;
    }

    .cart_qty_cls {
        position: absolute;
        background: var(--theme-deafult);
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        top: 27%;
        right: -8px;
        padding: 3px;
    }
    .cart_qty_cls_mobile {
        position: absolute;
        background: var(--theme-deafult);
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        top: 27%;
        right: 35px;
        padding: 3px;
    }

    .navbar-mobile__link

{
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 0;
    cursor: pointer;
}

.market_link{
    padding-left: 10px;
    color: #748592 !important;
}


.logo-partners{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.menu-right-opt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    color: #ffffff;
    font-size: 21px;
}
@media (max-width: 767px){
.cart-section tbody tr td:last-child {
    display: block !important;
}

}

.matress_desc ul{
padding-left: 15px !important;
font-size: 13px !important;
}


.matress_desc ul li{

    display: list-item;
}

.matress-line{
    font-weight: 700;
    text-align: center;
    color: var(--theme-deafult);
    margin-bottom: 15px;
}
header.header-6 {
    position: relative;
    width: 100%;
    background-color: transparent;
}

header.header-6.overlay-style {
    background-color: var(--theme-deafult);
    z-index: 1;
}
.collection_description{
    max-width: 900px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;

}
.bottom_line{
    box-shadow: 0 5px 0 #787878;
}
.coll_subtitle{

    color: #ffffff;
    text-shadow: rgb(50, 50, 50) 1px 0 10px;
    padding-right: 30px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.black_back{

}

.img-part::after {

background: linear-gradient(90deg, rgba(94, 186, 181, 0.8) 27.21%, rgba(94, 186, 181, 0) 100%);

}


.img-gradient{
    position:relative;
    display:inline-block;
  }
  .img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: linear-gradient(to top, rgb(145 145 145) 0%, rgba(0,212,255,0) 70%);
    border-radius: 15px;
  }
  .img-gradient img{
    display:block;
    border-radius: 15px;
  }
  .white{
    color: #fff;
    font-weight: 700;
    
  }
  .max1000{
    max-width: 1000px;
  }

  .menu-right-opt{
    justify-content: right;
}

.menu-left-opt{
    justify-content: left;
}

.menu-center-opt{
    justify-content: center;
}

  @media (max-width: 767px){
    .header_opt{

        flex-direction: column;
    }
    
    .menu-right-opt{
        justify-content: center;
    }

    .menu-left-opt{
        justify-content: center;
    }
    }

    .header_opt{
        align-items: center;
    }
  
    .help-block{
        padding-left: 15px;
        
    }

    li.breadcrumb-item.disabled {
        display: none;
    }

    .header_row{
        padding: 0px;
    }
.tel_heading
{
    text-align: center;
}
    .tel_big{
        font-size: 38px;
        text-align: center;
    }


    @media (max-width: 767px){
        .footer-logo
        {display: none;}

        .footer-social i
        {font-size: 50px;}

    }

    @media (max-width: 767px){
        .footer-logo
        {display: none;}

        .footer-social i
        {font-size: 50px;}

    }

    @media (max-width: 440px){
        .footer-logo
        {display: none;}

        .footer-social i
        {font-size: 35px;}

        .footer-theme .footer-social img{
            height: 35px;
 
        }

    }

  .menu_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; /* или фиксированная ширина */
    }

    .dropup-center .menu_user_text, .menu_item_text {
font-size: 14px;
    }
.link_menu_mobile{
    color: #141414;
}


@media (max-width: 340px){


    .tel_big{
        font-size: 24px;
    }

}

.ec-stars {
    display: block !important;
  }
  
  @media (max-width: 768px) {
    .ec-stars {
      display: block !important;
    }
  }

  #cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:100%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
        z-index: 9999;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
        z-index: 9999;
    }

}

.check_box textarea{
    width: 30px;
}

@media (max-width: 767px) {
    .header_row {
        display: none !important;
    }
}