@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'arhome';
    src: url('./font/arhome/arhome.eot?82235852');
    src: url('./font/arhome/arhome.eot?82235852#iefix') format('embedded-opentype'),
    url('./font/arhome/arhome.woff?82235852') format('woff'),
    url('./font/arhome/arhome.ttf?82235852') format('truetype'),
    url('./font/arhome/arhome.svg?82235852#arhome') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

.bordered_content ul, .page__bottomtext__data ul, #category-info ul,
.bordered_content ol, .page__bottomtext__data ol, #category-info ol,
.block_text ul, .block_text ol  {
    margin: 27px;
}
.bordered_content ul li, .page__bottomtext__data ul li, #category-info ul li,
.block_text ul li {
    list-style-position: inside;
    list-style-type: disc;
    list-style-image:url('../image/circle.png');
    margin-bottom: 15px; 
}
.bordered_content ol li, .page__bottomtext__data ol li, #category-info ol li,
.block_text ol li {
    list-style-position: inside;
    margin-bottom: 15px; 
}
.bordered_content ol li::-moz-list-number, 
.page__bottomtext__data ol li::-moz-list-number, 
#category-info ol li::-moz-list-number,
.block_text ol li::-moz-list-number { 
    color:#375d7c;
    font-weight: bold;
}
.bordered_content ol li::marker, 
.page__bottomtext__data ol li::marker, 
#category-info ol li::marker,
.block_text ol li::marker  {
    color:#375d7c;
    font-weight: bold;
}

._current {
    text-decoration: underline;
}


html,
body {
    height: 100%;
    min-width: 320px;
    font-weight: 400;
}

body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170.23%;
    color: #333333;
}

input,
button,
textarea {
    font-family: "Montserrat";
}
input {
    border-radius: 0 !important;
}
input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
._btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    padding: 10px 35px;
    border: 1px solid rgb(0,0,0,.3);
    display: inline-block;
}
._btn:hover {
    background: #D9DBE0;
    border: 1px solid #D9DBE0;
    color: #0C0C0C;
}

a,
a:visited {

}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #0C0C0C;
}


h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 170.23%;
    color: #333333;
}
h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 170.23%;
    color: #333333;
} 
h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170.23%;
    color: #333333;
}
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    color: #000;
    font-size: 14px;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

._container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0px 10px;
    position: relative;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px;
    border: 1px solid #D9DBE0;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    margin-bottom: 19px;
    border-radius: 0;
    background-color: #fff;;
}
.btn:hover {
    background-color: #D9DBE0;
    border: 1px solid #D9DBE0;
    color: #0C0C0C !important;
}







content {
    flex: 1 1 auto;
}


.header {

    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;

}
.top-header {
    background: #0C0C0C;
    color: #FFF;
}
.top-header a {
    font-size: 16px;
}
.top-header a, .top-header i {
    color:#FFF;
}
.top-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-header__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.top-header__column_forlogo {
    display: none;
}
.top-header__column_forlogo img {
    filter: invert(1);
    max-height: 45px;
}
.top-header__logo img {
    max-width: 204px;
}

.bottom-header__row {
    height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    position: relative;
}

.bottom-header__column1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}
.bottom-header__column2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    flex-wrap: nowrap;
}



.menu__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(auto, 60px) minmax(auto, 170px) minmax(auto, 60px);
    grid-template-columns: minmax(auto, 60px) minmax(auto, 170px) minmax(auto, 60px);
}

.menu__list li {
    margin: 1px 0;
}

.icon-menu {
    display: none;
}
.header__column__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.header__phone a {

}
#language ul {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
#language a {
    font-size: 16px;
    font-weight: 300;
    padding-right: 13px;
}
#language a._current{
    font-weight: normal;
}



@media (max-width:767px){

}


@media (min-width:1024px) {
    .header__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-start;
    }
    .header__list li:first-child {
        margin-left: -18px;
    }
    .header__list a {
        padding: 18px;
    }
    .top-header__shopnav i {
        font-size: 20px;
    }
    .actions-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-end;
    }
    .actions-header li:last-child {
        margin-right: -24px;
    }
    .actions-header__item {
        padding: 33px 24px;
        display: inline-block;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
        color: #0C0C0C;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        text-transform: uppercase;
    }
    .actions-header__item:hover {
        background: #d8dadf;
        color: #0C0C0C !important;

    }
    .menu-level-three {
        margin-left: 5px;
    }
    .menu-level-three:hover {
        font-weight: bold;
    }
}






.mainslider__slide {
    position: relative;
}

.mainslider__content {
    position: relative;
    z-index: 2;
}

.mainslider__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mainslider__dotts {
    position: relative;
    z-index: 2;
    margin: -27.5px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-reset: item;
}

.mainslider__dotts .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0px 23px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mainslider__dotts .swiper-pagination-bullet::after {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fffefe;
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f68038;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: item;
    content: counter(item);
}

.mainslider__dotts .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.content-mainslider {
    padding: 20px 35px 60px 35px;
}

.content-mainslider__title {
    color: #333333;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 43px;
    margin: 0px 0px 50px 0px;
}

.content-mainslider__title span {
    display: block;
    color: #f68038;
}

.content-mainslider__footer {
    padding: 15px 0px 0px 0px;
    text-align: center;
}

.content-mainslider__price {
    margin: 0px 0px 24px 0px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    line-height: 24px;
}

.content-mainslider__price::after {
    font-size: 30px;
    margin: 0px 0px 0px 10px;
}

.content-mainslider__price:last-child {
    margin: 0px 0px 0px 0px;
}

.content-mainslider__button {
    height: 33px;
    border: 3px solid #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    padding: 0px 20px;
}

.content-mainslider__button span {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 30px 0px 0px;
    background: red;
}

.text-mainslider {
    color: #333;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.text-mainslider__text-1 {
    color: #f68038;
    font-size: 18px;
}

.text-mainslider__text-2 {
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    background-color: #92918e;
}

.text-mainslider__text-3 {
    color: #979797;
}







[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "arhome";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}




.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-user:before { content: '\e800'; } /* '' */
.icon-cart:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-heart:before { content: '\e803'; } /* '' */
.icon-social-fb:before { content: '\e804'; } /* '' */
.icon-social-i:before { content: '\e805'; } /* '' */
.icon-arrow-top:before { content: '\e806'; } /* '' */
.icon-instagram:before { content: '\e809'; } /* '' */
.icon-refresh:before { content: '\e80c'; } /* '' */
.icon-viber:before { content: '\e80e'; } /* '' */
.icon-facebook:before { content: '\e80f'; } /* '' */
.icon-telegram:before { content: '\e810'; } /* '' */
.icon-icon-compare:before { content: '\e811'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-calendar:before { content: '📅'; } /* '\1f4c5' */




.block__title {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
}
.block__title__text.block__title__text__30 {
    font-size: 30px;
}
.block__title__text {
    overflow: hidden;
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    color: #0C0C0C;
}
.block__title__text:before,
.block__title__text:after {
    background: #0C0C0C;
    opacity: 0.2;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.block__title__text:before {
    right: 0.5em;
    margin-left: -50%;
}
.block__title__text:after {
    left: 0.5em;
    margin-right: -50%;
}


.home-categories {
     width: 100%;
     margin-bottom: 46px;
}
.home-categories__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.home-categories__column {
    flex: 0 1 33.333%;
}


.product__grid {
    width: 100%;
    margin-bottom: 40px;
}
.product__grid__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.product__grid__row.recently_slick {
    margin-bottom: 40px;
}
.product__grid__row.product__grid__row__3 .product__grid__column{
    flex: 0 1 33.333%;
}
.product__grid__column {
    flex: 0 1 25%;
    padding: 0px 10px;
}
.product__grid__item {
    height: 100%;
}
.product-item {
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
}
.product-item__image {
    margin-bottom: 19px;
    position: relative;
}
.image-stick {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 49;
   /* width: 80px;*/
}
.image-stick-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 49;  
    width: 40px;
    height: 40px;
}
.image-stick__item {
    padding: 2px 10px;  
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 2px;
}
.image-stick__item_svg {
    
}
.image-stick__item__TOP {
    background-color: #4F6A90;
}
.image-stick__item__NEW {
    background-color: #949acc;
}
.image-stick__item__SALE {
    background-color: #AE9484;
}
.image-stick__item__discount {
    background-color: #f2e9c2;
    color: #6f6f6e;
}
.image-stick__item__BLACK {
    background-color: #000;
}
.image-stick__item__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    z-index: 49; 
}
.product-item__name {
    padding: 0 14px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #0C0C0C;
    opacity: 0.8;
    margin-bottom: 3px;
    flex: 1 1 auto;
}
.product-item__price {
    margin-bottom: 11px;
}
.price__old {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-decoration-line: line-through;
    color: #000000;
    opacity: 0.4;
}
.price__main {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
}
.price__main > span {
    margin-left: 14px;
}
.product-item__btn {
    padding: 10px 40px 10px 49px;
    border: 1px solid  #D9DBE0;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    margin-bottom: 19px;
}
.product-item__btn > i {
    font-size: 19px;
}
.product-item__btn:hover {
    background: #D9DBE0;
    font-weight: 600;
    color: #0C0C0C;
}









@media (max-width:767px) {
    .home-categories__column {
        flex: 0 1 50%;
    }
    .home-categories__column__100 {
        flex: 0 1 100%;
    }
    .home-categories__item {
        height: 255px;
    }
    .home-categories__column__100 .home-categories__item {
        height: 299px;
    }
    .home-categories__link {      
        font-size: 18px; 
        padding: 10px 5px;      
    }
    .product__grid__column {
        flex: 0 1 50%;
    }
    .block__title {
        margin-bottom: 30px;
    }
    .block__title__text {
        font-size: 30px;
    }
}


@media (max-width:380px) {
    .home-categories__item {
        height: 157px;
    }
    .home-categories__column__100 .home-categories__item {
        height: 207px;
    }
    .home-categories__link {      
        font-size: 14px; 
        padding: 0 4px;      
    }
    .block__title {
        margin-bottom: 22px;
    }
    .block__title__text {
        font-size: 16px;
    }
}

@media (min-width:768px) {
    .home-categories__column__50 {
        flex: 0 1 50%;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .home-categories__item {
        height: 255px;
    }
    .home-categories__column__50 .home-categories__item {
        height: 299px;
    }
    .home-categories__link {      
        font-size: 18px; 
        padding: 10px 15px;      
    }
    .product__grid__column {
        flex: 0 1 33.333%;
    }
    .block__title {
        margin-bottom: 30px;
    }
    .block__title__text {
        font-size: 30px;
    }

}
@media (min-width:1024px) {
    .home-categories__item {
        height: 436px;
    }
    .home-categories__column__50 .home-categories__item {
        height: 400px;
    }
    .home-categories__link {      
        font-size: 30px; 
        padding: 10px 33px;      
    }
}

.home-categories__item {
    padding: 0 10px;
    margin-bottom: 20px;
}
.home-categories__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-categories__link {
    background: rgba(255, 255, 255, 0.8);
    width: auto;
    font-weight: 500;
    line-height: 170.23%;
    max-width: 95%;
    text-align: center;
}



@media (max-width:990px) {
    .product-item__image  {
        margin-bottom: 9px;
    }
    .product-item__name {
        font-size: 16px;
        margin-bottom: 0;
    }
    .price__main {
        font-size: 20px;
    }
    .product-item__price {
        margin-bottom: 30px;
    }
    .product-item__btn {
        font-size: 18px;
        padding: 11px 39px;
        margin-bottom: 0;
    }
    .product-item__btn i {
        display: none;
    }
}

@media (max-width:570px) {
    .product-item__image  {
        margin-bottom: 6px;
    }
    .product-item__name {
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 18px;
    }
    .price__main {
        font-weight: 600;
        font-size: 13px;
    }
    .product-item__price {
        margin-bottom: 16px;
    }
    .product-item__btn {
        font-size: 13px;
        padding: 7px 23px;
    }
    .product-item__btn i {
        display: none;
    }
}









.blog__home {
    margin-bottom: 100px;
}
.blog__grid {
    width: 100%;
    
}
.blog__grid__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.blog__grid__column {
    flex: 0 1 25%;
    padding: 0px 10px;
    margin-bottom: 50px;
}
.blog__grid__item {
    height: 100%;
}
.blog-item {
    display: flex;
    flex-direction: column;
}

.blog__category__tree > li {
    display: inline-block;
}
.blog__category__tree > li + li {
    margin-left: 20px;
} 
.blog__category__tree > li > a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 170.23%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    display: block;
    padding: 13px 55px;
    border:1px solid #D9DBE0;
}
.blog__category__tree > li > a:hover,
.blog__category__tree > li.active > a {
    background: #D9DBE0;
}


.blog-item__image {
    margin-bottom: 17px;
    position: relative;
    position: relative;
    width: 100%;
    
    
}

.blog__image-stick {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FBFBFB;
    padding: 4px 6px;
}
.blog__image-stick span {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    opacity: 0.8;
}
.blog__image-stick{
    color: #0C0C0C;
    text-decoration: none;
}
.blog__post__date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 152.25%;
    color: #0C0C0C;
    opacity: 0.3;
}
.blog_post img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.blog_post {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170.23%;
    color: #0C0C0C;
}





.page__bottomtext {
    width: 100%;
}

.page__bottomtext__data, .page__bottomtext__data li, .page__bottomtext__data p, .page__bottomtext__data a,
.category-info, .category-info li, .category-info p, .category-info a  {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
    color: #0C0C0C;
}
.page__bottomtext__data a, .category-info a  {
    text-decoration: underline;
}

.page__bottomtext__data h1,
.category-info h1 {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #000000;
}


/* ---==== breadcrumbs ===--- */
.breadcrumbs-nav {
    background: rgba(178, 182, 193, 0.2);
    margin-bottom: 50px;
    padding-top:12px;
    padding-bottom:11px;
    font-weight: 300;
    font-size: 16px;
    line-height: 170.23%;
    color: #0C0C0C;
}
.breadcrumbs-nav.br_error__page {
    margin-bottom: 0px;
}
.breadcrumbs-nav a, .breadcrumb>li+li:before {
    font-weight: 300;
    font-size: 16px;
    line-height: 170.23%;
    color: #0C0C0C;
}



/* ---==== product categories ===--- */
.product-categories__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px -10px;

}
.product-categories__column {
    flex: 0 1 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.product-categories__item {
    height: 211px;
}

.product-categories__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-categories__link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170.23%;
    color: #0C0C0C;
    padding:10px 22px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 85%;
    text-align: center;
}







/* ---==== FOOTER ===--- */
.footer {
    width: 100%;
    background: #0C0C0C;
    font-weight: normal;
    font-size: 16px;
    line-height: 170.23%;
    color: #fff;
    padding: 37px 0;
}
.footer__logo object {
    width: 206px;
}
.footer__social a {
    border: 1px solid #FFF;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}
.footer__social a + a {
    margin-left: 9px;
}
.footer i {
    font-size: 13px;
    display: inline-block;
}
.footer a {
    color: #FFFFFF;
}
.footer a:hover {
    text-decoration: underline;
}
.footer__row {
    display: flex;
    flex-wrap: wrap;
}
.footer__column {
    flex: 0 1 25%;
}
.footer__column__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.footer hr {
    margin: 0;
    border: 0;
    width: 102px;
    border-top: 1px solid #fff;
    opacity: 0.5;
    margin-bottom: 27px;
}
.footer li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170.23%;
    margin-bottom: 10px;
}
.footer .list-styled li:before {
    content:  "—";
    position: relative;
    left:     -5px;
}
.footer .footer-mail {
    margin-top: 29px;
}
.footer__logo {
    margin-top:7px;
    margin-bottom: 26px;
}
.footer__social, .footer__copyright {
    margin-bottom: 39px;
}
.footer input {
    margin-top: 6px;
    margin-bottom: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    padding: 13px 15px;
    height: auto;
}
.footer .button-subscribe {
    display: block;
    width: 100%;
    background: #0C0C0C;
    font-weight: normal;
    font-size: 16px;
    line-height: 170.23%;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 0;
    margin-top: 22px;
}

.footer .button-subscribe:hover {
    background: #375D7C;
}






/* ---==== 404 ===--- */
.error__page {
    background: url('../image/404.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height:700px;
}
.error__page__content {
    text-align: center;
}
.error__page__content h1 {
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    font-size: 240px;
}
.error__page__content h1 span {
    color: #D9DBE0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.error__page__content__text {
    font-weight: 800;
    font-size: 60px;
    line-height: 170.23%;
    /* or 102px */
    text-align: center;
    text-transform: uppercase;

    /* white */
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.error__page__content__link {
    
}
.to__main {
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 170.23%;
    /* or 85px */
    text-align: center;
    text-decoration-line: underline;

    /* white */
    color: #FFFFFF;
}
.to__main:hover {
    color: #D9DBE0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.main__header {
    width: 100%;
    display: flex;
    align-items: center;
    height: 64px;
    justify-content: flex-end;
}
.main__header__item.phone {
    flex-basis: 200px;
    min-width: 200px;
    text-align: right;
    margin-right: 52px;
}
.main__header__item.cart {
    margin-left: 15px;
}


.btn__cart {
    padding: 10px;
    border: 1px solid #D9DBE0;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
    color: #0C0C0C !important;
    margin-bottom: 19px;
}
.btn__cart:hover {
    background: #D9DBE0;
    font-weight: 600;
    color: #0C0C0C;
}


.mobile__bottom bottom-panel {
    display: none;
}



.block__title__products {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 170.23%;
    /* identical to box height, or 31px */
    letter-spacing: 0.05em;

    /* black */
    color: #0C0C0C;
}

.block__title__products__count {
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 170.23%;
/* identical to box height, or 24px */
letter-spacing: 0.05em;

/* black */
color: #0C0C0C;
}

#column-left {
    padding-left: 0;
    padding-right: 0;
}


.list-group > .list-group-item.selected-options {
    border-bottom: none !important;
    background: #F0F0F3;
}
.list-group > .list-group-item.selected-options .btn-block,
.list-group > .list-group-item.selected-options .ocfilter-option span {
    display: none;
}
.selected__btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 170.23%;
    color: #0C0C0C;
    background: #D9DBE0;
    padding: 3px 10px;
    display: inline-block;
}
.selected__btn i {
    color: #0C0C0C;
    font-size: 10px;
}





.blog-item__name {
    font-weight: bold;
font-size: 14px;
line-height: 150%;
/* or 21px */
letter-spacing: 0.05em;

/* black */
color: #0C0C0C;
margin-bottom: 14px;
}
.blog-item__intro, .blog-item__intro p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */

    /* black */
    color: #0C0C0C;
    opacity: 0.8;
}

.hpm-main-title {
    display: none;
}
#tab-description {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.23%;
    color: #0C0C0C;
}
#tab-specification {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.23%;
    color: #0C0C0C;

    letter-spacing: 0.05em;
}
#tab-review {

}



.btn-primary[disabled] {
    opacity: 0.5;
    background-color: #fff;
    border: 1px solid #D9DBE0;
}
.btn-primary[disabled]:hover {
    background-color: #D9DBE0;
    border: 1px solid #D9DBE0;
}








/* ---==== product page ===--- */

.product-info__row {
    display: flex;
}
.product-info__column_1 {
    flex: 0 1 60%;
}
.product-info__column_2 {
    flex: 0 1 40%;
    flex-basis: 470px;
}

.images__container {
    display: flex;
    max-width: 100%;
    flex-wrap: nowrap;
}
.images__container__item {
    flex: 0 1 auto;
}
.images__container__thumbnails {
    flex-basis: 130px;
    padding-right: 5px;
}
.images__container__thumbnails a {
    display: block;
    color: rgb(255,255,255);
    margin-bottom: 10px;
}
.images__container__thumbnails a:hover {
    outline: 5px solid rgba(55, 93, 124, 0.2);
}
.thumbnails svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29px;
    height: 29px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.images__container__main {
    flex-basis: auto;
}
.images__container__main img {
    max-width: 100%;
}
.product__header > ul {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.product__share__model {
    margin-bottom: 12px;
    display: flex;
}
.product__share__model a {
    margin-right: 4px;
}
.product__review a,
.product__stock {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.23%;
    text-align: left;
    color: #0C0C0C;
    margin-bottom: 26px;
}

.product__stock .in_stock{
    padding-left: 24px;
    background: url('../image/instock-icon.png') left center no-repeat;
}
.product__stock .out_stock{
    
}
.panel-body .product__review {
    margin-top:15px;
    margin-bottom: 26px;
}
.product__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    margin-bottom: 12px;
}
.product__model {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #0C0C0C;
    background: #F0F0F3;
    padding: 6px 15px;
}
.product__price__text {
    font-size: 14px;
}
.product__price-price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
    color: #0C0C0C;
}
.product__price span {
    font-weight: normal;
}
.holder .quantity_button{
    font-size: 17px;
    color: #0C0C0C;
    height: 46px;
    line-height: 170.23%;
    border-radius: 0 !important;
}
.quantity_button:hover {
   background:  rgb(217, 219, 224);
   color: #0C0C0C !important;
}
.quantity__group {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 7px;
}
.quantity__holder{
    border: 1px solid rgba(0, 0, 0, .3);
    margin-right: 10px;
}

.holder .quantity {
        height: 46px;
        font-weight: 600;
        font-size: 16px;
        line-height: 170.23%;
        text-align: center;
        color: #0C0C0C;
}

.quantity_button.minus {color: #0C0C0C;}
.quantity_button.plus {color: #0C0C0C;}


#button-cart, .notify_product {
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    padding: 10px 25px;
}
#button-cart i{
    font-size: 18px;
    text-align: center;
}
.notify_product {
    padding: 10px 49px;
    margin-right: 15px;
}

.quantity__group .btn__wishlist, .quantity__group .btn__compare {
    border:none;
    font-size: 22px;
    color: #0C0C0C;
    padding: 0;
}
.quantity__group .btn__wishlist:hover,
.quantity__group .btn__compare:hover {
    background: transparent !important;
}

.main__img__block {
    display: block;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    
    height:800px;
}

.panel-body {
    padding: 0;
    font-size: 14px;
    color: #0C0C0C;
}
.attribute td {
    font-weight: 500;
    font-size: 14px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
}
.attribute td + td {
    font-weight: normal;
    padding-left: 20px;
}

.panel-body__description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #0C0C0C;
    margin-bottom: 32px;
}
.panel-heading {
    background: transparent !important;
}
.panel-title a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    padding:10px 0;
    display: block;
    text-decoration: none;
    background: url('../image/arrow-up.png') right center no-repeat;
   
    position: relative;
}


.panel-title a.collapsed{
    background: url('../image/collapsed-arrow-down.png') right center no-repeat;
}
.panel-heading__attribute {
    margin-bottom: -10px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin: 0 auto;
}


.bordered_content, .bordered_content p, .bordered_content li, .bordered_content a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170.23%;
    /* or 27px */

    /* black */
    color: #0C0C0C;
}
.bordered_content a {
   
}
.bordered_content h1 {
    font-size: 30px;
    text-align: center;
}
.bordered_content h2, .bordered_content h3, .bordered_content h4 {
    font-size: 25px;
    text-align: center;
}



.bordered_content blockquote {
    position: relative;
    text-align: left;
    padding: 1.2em 0 2em 38px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width:100%;
    display: block;
   
}
.bordered_content blockquote p {

    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 170.23%;
    color: #375D7C;
}

blockquote:after {
    content:"\f10e";
    font-family: "fontawesome";
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 400;
    color:  #375D7C;
    text-align: right;
    margin-right: -30px;
}

blockquote:before {
    content:"\f10d";
    font-family: "fontawesome";
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 400;
    color:  #375D7C;
    margin-left: -30px;
}







.panel-body__shipandpay strong {
    display: block;
    margin-bottom: 11px;
}
.panel-body__shipandpay table {
    margin-bottom: 25px;
}
.panel-body__shipandpay td {
    font-weight: 500;
    font-size: 14px;
    line-height: 170.23%;
    letter-spacing: 0.05em;
    padding: 5px 0;
    text-align: left;
    vertical-align: middle;
}
.panel-body__shipandpay td + td {
    font-weight: 400;
    padding-left: 20px;
}
.table__pay td {
    text-align: center;
    width: 33.333%;
    vertical-align: top;
}
.table__pay img {
    max-height: 24px;
}

.grid3 {
    margin-bottom: 80px;
}

.pagination {
    margin-top: 30px;
}


.pagination span {
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #0C0C0C;
}
.pagination>li>span,.pagination > li > a {
    border: none;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #0C0C0C;
}

.pagination .active span, .pagination > li:first-child.active span,
.pagination > li:last-child.active span {
    margin: 0 5px 3px 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: 34px;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    display: block;
    border-radius: 100%;
    background: #375D7C;
    box-shadow: 0px 4px 12px rgba(142, 162, 170, 0.2);
}
.pagination .active span:hover {
    background: #375D7C !important;
}
.pagination > .active:hover > span {
    background: #375D7C;
}
.pagination > li:hover > a, .pagination > li:hover > span {
    color: #0C0C0C;
    text-decoration: underline;
    background: transparent !important;
}


.ocfilter-option label {
    position: relative;
}

.ocfilter-option input[type="checkbox"]:checked, 
.ocfilter-option input[type="checkbox"]:not(:checked), 
.ocfilter-option input[type="radio"]:checked, 
.ocfilter-option input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

.ocfilter-option  label  {
    padding-left: 5px !important;
}
.ocfilter-option  label input[type="checkbox"]:checked, 
.ocfilter-option  label input[type="checkbox"]:not(:checked), 
.ocfilter-option  label input[type="radio"]:checked, 
.ocfilter-option  label input[type="radio"]:not(:checked) {
    display: inline-block;
    position: relative;
    line-height: 20px;
    cursor: pointer;
}

.ocfilter-option label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.ocfilter-option label:before {
    border-radius: 100%;
}

.ocfilter-option label.ocf-selected:before {
    background: #D9DBE0;
}
.ocfilter-option label.ocf-selected {
    color: #0C0C0C !important;
}

.ar__btn {
    padding: 10px 33px;
    border: 1px solid #D9DBE0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #0C0C0C;
    background: #FFF;
}
.ar__btn:hover {
    background: #D9DBE0;
}

#cart-total .total {
    display: none;
}

.mini-cart-info a {
    color: #0C0C0C;
}
.mini-cart-info .name a {
    font-size: 14px;
}
.cart__empty {
    text-align: center;
    font-size: 20px;
    opacity: 0.3;
    margin: 100px auto;
}
#column-left {
  /*  position: relative;*/
}
/*.panel-default .popover {
    top: 100% !important;
    bottom: 6px !important;
    height: 200px;
    z-index: 999999999;
    margin-left: -290px;
    display: block;
    margin-top: -58px;
    position: fixed;
    width: 100%;

}*/

.bottom_buttons {
    border: none;
}

.cart__row {
    display: flex;
    width: 100%;
    justify-content: center;
}
.cart__column {
    flex: 1 1 auto;
}

.contacts__container {
    margin-top: -50px;
}
.search_wrapper {
    display: none;
}


.main__overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2; 
    cursor: pointer;
}
.main__overlay.active {
    display: block;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background: #d3d3d3;
}
#filter__btn {
    display: none;
}
#filter__btn:active, #filter__btn:focus {
   
    border:none !important;
    outline: none !important;
}

.avail-header {
    display: none;
}
.arbit_label {
    display: none;
    color: #0C0C0C;
}


.form-horizontal {
    display: flex;
    flex-wrap: wrap;
}
.form-horizontal .form-group {
    flex: 0 1 50%;
    justify-content: flex-start;
    margin: 0;
    padding-right: 30px;
}
.form-horizontal .form-group .control-label {
    padding: 0;
    width: 100%;
}
.form-horizontal .form-group .form-control {
    height: 50px !important;
}
.control-label {
    flex: 0 1 100%;
    text-align: left !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #0C0C0C;
}
.simplecheckout-error-text {
    display: none !important;
}


.simplecheckout-cart__row {
    display: flex;
    background: #FAFAFA;
  
    position: relative;
    margin-bottom: 10px;
}
.simplecheckout-cart__column {
    flex: 0 1 auto;
    
}
.simplecheckout-cart__column_2 {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 50px 14px 28px;
    align-items: center;
    justify-content: space-between;
}
.simplecheckout-cart__column.image img {
    width: 127px;
    height: 136px;
}

.simplecheckout-cart__column_2 .name {
    flex: 0 1 100%;
}
.simplecheckout-cart__column_2 .name a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}

.simplecheckout-cart__column_2 .quantity button, .simplecheckout-cart__column_2 .quantity input  {
    border: none !important;
    margin: 0 !important;
    padding: 0;
    line-height: 49px;
    text-align: center;
    height: 49px;
}
.simplecheckout-cart__column_2 .quantity input {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #0C0C0C;
}
.simplecheckout-cart__column_2 .quantity button:hover,
.simplecheckout-cart__column_2 .quantity button:focus {
    background-color: #FFF !important;
    border: none !important;
    outline: none !important;
}
.simplecheckout-cart__column_2 .quantity .input-group-btn {
    line-height: 49px;
}

.simplecheckout-cart .total {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #000000;
}

.simplecheckout-cart__column_2 .quantity, 
.simplecheckout-cart__column_2 .total {
    flex: 0 1 50%;
}
.simplecheckout-cart__column_2 .remove {
    position: absolute;
    top:0;
    right:0;
}
.simplecheckout-cart__column_2 .remove button {
    display: block;
    width: 21px;
    height: 21px;
    background: url('../image/remove.png') left top no-repeat;
    background-size: cover;
}
.quantity .input-group {
    display: flex;
    border: 1px solid rgb(12,12,12,0.3);
    background-color: transparent;
    padding: 1px;
}

.quantity .input-group .input-group-btn {
    flex: 0 1 20%;
}
.quantity .input-group .form-control {
    flex:0 1 60%;
    border:none;
}

#simplecheckout_customer .checkout__column_1__title,
#simplecheckout_cart .checkout__column_2__title {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 152.25%;
    color: #0C0C0C;
}
.checkout__column_2__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout__column_2__title span {
    flex: 0 1 80%;
}
.checkout__column_2__title span + span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 152.25%;
    text-align: right;
    color: #375D7C;
    flex: 0 1 20%;
}
#simplecheckout_customer .checkout__column_1__title {
    margin-bottom: 4px;
}
#simplecheckout_cart .checkout__column_2__title {
    margin-bottom: 29px;
}

.checkout__container {
}
.checkout__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.checkout__column {
    flex: 0 1 50%;
}
 
.row-shipping_address_address_1 {
    flex: 0 1 100%;
}

.form-control {
    border: 1px solid rgb(0,0,0,0.3);
    margin-bottom: 25px;
}
.input__promo {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #0C0C0C;
}

#total_sub_total b {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 152.25%;
    text-align: right;
    color: #0C0C0C;
}
.simplecheckout-cart-total-value {
    font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 150%;
text-align: right;
color: #000000;
}
#agreement_checkbox label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.23%;
    color: #0C0C0C;
    margin-bottom: 29px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 30px;
}
#agreement_checkbox label::before {
   /* content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background: #D9DBE0;
    border-radius: 100%;*/
}

#agreement_checkbox label input {
    
}
#agreement_checkbox a {
    text-decoration: underline;
}
#simplecheckout_button_confirm {
    padding: 10px 58px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #0C0C0C;
}
.simplecheckout-cart__column_2 .quantity input {
    background: transparent;
}


#jvlabelWrap {
    background: linear-gradient(95deg, rgb(119, 119, 119) 20%, rgb(192, 193, 196) 80%) !important;
   
}
#jvlabelWrap .cssLeaf_234d, #jvlabelWrap .cssLeaf_63d9 {
    background-image: none !important;
}
.wrap_1cfb {
    position: fixed;
    bottom: 92px !important;
    z-index: 2147483646;
    display: block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    visibility: visible;
    z-index: 2147483647;
    opacity: 1;
    transition: opacity .1s;
}


.smca-call-button span>i {
    display: none;
}



.account__menu {
    display: flex;
    width: 100%;
    margin-bottom:35px;
}
.account__menu a {
    flex: 0 1 25%;
    border:none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.23%;
    text-align: center;
    color: #0C0C0C;
    background: #FAFAFA;
    padding-top: 11px;
    padding-bottom: 11px;
}

.account__menu a:hover, .account__menu a.active {
    background: #D9DBE0;
    color: #0C0C0C;
}


.orders__row {
    display: flex;
    align-items: center;
}
.orders__row > div {
    flex: 0 1 20%;
    text-align: center;
}

.orders__row-title {
    padding: 18px 0;
}
.orders__row-title > div {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 152.25%;
    color: #0C0C0C;
}
.orders__row-data > div {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 152.25%;
    color: #333333;
   
}
.orders__row-data-total {
    font-weight: bold;
}

.panel-group {
    margin-bottom: 2px;
    
}
.panel-title > a.orders__row-data-title {
    background: #375D7C;
    padding: 20px 0;
    margin-bottom: 13px;
}
.data__title-arrow {
    position: absolute;
    right:0;
    top:0
    display: block;
    height: 100%;
    width: 25px;
}
.panel-title > a.orders__row-data-title .data__title-arrow {
   /* background: #B2B6C1;*/
}
.orders__row-data-title .orders__row-data > div {
    color: #fff;
}
.orders__row-data-title.collapsed .orders__row-data > div {
    color: #0C0C0C;
}
.panel-title > a.orders__row-data-title.collapsed {
    background: rgb(178,182,193,0.04);
}
.panel-body__order {
    margin-top: 40px;
    margin-bottom: 25px;
}
.panel-body__order, .order__info-row {
    display: flex;
   
}
.order__info-row {
    flex-wrap: nowrap;
    align-items: center;
}

.order__products {
    flex: 0 1 60%;
}
.order__info {
    flex: 0 1 40%;
}
.order__info-column {
    flex: 0 1 auto;
}







.ocfilter .popover {
   
    background-color: transparent !important;
   max-width: 100%;
    border: none !important;
    border-radius: 0;
   
}
.popover.fade {
   
} 
.popover-content {
    display: none !important;
}
.popover-content .btn {
    margin: 0;
    width: 100%;
    color: #fff;
    background: #0C0C0C;;
}

#ocfilter-button{
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
   
}

#ocfilter-button button {
    margin-bottom: 0 !important;
    background: #0C0C0C !important;
    color: #fff !important;
    width: 280px;
}
#ocfilter-button button.disabled {
    display: none;
}


.simpleedit__page .simpleregister {
    padding-left: 0;
}

.simpleedit__page .form-horizontal {
    margin:0;
    padding: 0;
    width: 50%;
}

.simpleedit__page .simpleregister-block-content {
    display: flex;
    justify-content: center;
}

.simpleedit__page .simpleregister-block-content fieldset {
 flex: 0 1 50%;
}

.date .input-group-btn { 
    position: absolute;
    right:0
}


.order__products-row {
    display: flex;
    flex-wrap: nowrap;
    background: #FAFAFA;
    margin-bottom: 11px;
}
.order_products-column {
    flex: 0 1 auto;
}
.order_products-column-2 {
    width: 100%;
    padding: 32px 39px 20px 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.order_products-column img {
    min-height: 100%;
}
.order_products-column-2 > div.order__product-name {
   flex: 0 1 255px;
}
.order__product-name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.order__product-quantity, .order__product-total {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    color: #000000;
}

.order__info-column {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 152.25%;
    color: #333333;
    /*background: #FAFAFA;*/
    padding: 14px 16px;
}
.order__info-column-left {
    flex: 0 1 139px;
    margin-right: 7px;
}
.order__info-column-right {
    font-weight: 600;
    flex: 0 1 100%;
}
._bg {
    background: #FAFAFA;
}
.product-item__disabled {
    opacity: 0.6;
}


.account__reviews {
    
}

.account__reviews .reviews__list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 96px;
}
.account__reviews .review__product {
    flex: 0 1 auto;
}
.account__reviews .review-list {
    flex: 0 1 100%;
}
.review__product__link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-decoration: underline;
    color: #0C0C0C;
}

.material_description {
    margin-top: 20px;
    margin-bottom: 15px;
}

.base_product_url {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 170.23%;
    color: #0C0C0C; 
}
.mat-bl label {
    padding: 0;
    margin:0;
}
.mat-bl label>input {
    display: none;
}
.mat-bl > div {
    display: inline-block;
    float: left;
    padding: 0;
    margin:0;
    margin-right: 15px;
    margin-bottom: 15px;
}

.th-imh.active {
    outline: 5px solid rgba(55, 93, 124, 0.2);
}