@font-face {
  font-family: 'bebas';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/bebasneuecyrillic.ttf') format('truetype');
}
@font-face {
  font-family: 'primavera';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/primavera-script.ttf') format('truetype');
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 18px;
    line-height: 1.6;
    color: #1F1F1F;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -160px 0;
}
.footer-push{
    height: 160px;
}
.footer-wrapper{
    min-height: 160px;
    background: url(../images/uzor1.png) #2A1E16;
    color: #BB9657;
    position: relative;
    font-size: 14px;
}
.footer-top{
    min-height: 100px;
    padding: 30px 0 0;
    position: relative;
    z-index: 20;
}
.footer-bottom{
    color: #bfbfbf;
    padding: 10px 0 20px;
    min-height: 40px;
    position: relative;
    z-index: 20;
}
.footer-bottom a{
    text-decoration: none;
}
.footer-bottom a:hover{
    color: #fff;
}
.footer .btn{
    margin-bottom: 0;
}
.footer-tel{
    font-size: 20px;
}
.footer-tel a{
    text-decoration: none;
    color: #fff;
}
.footer-tel a:hover{
    color: #FFBE3A;
}
.footer-email-link{
    text-decoration: none;
}
.footer-email-link:hover{
    color: #fff;
}
.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push16{
    height: 16px;
}
.push17{
    height: 17px;
}
.push18{
    height: 18px;
}
.push19{
    height: 19px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.push110{
    height: 110px;
}
.push120{
    height: 120px;
}
.push130{
    height: 130px;
}
.push140{
    height: 140px;
}
.push150{
    height: 150px;
}
.push200{
    height: 200px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
.f48{
    font-size: 48px;
}
h1,
.title-h1{
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: 'bebas'; 
}
h2,
.title-h2{
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'bebas'; 
}
h3,
.title-h3{
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'bebas'; 
}
h4,
.title-h4{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'bebas';  
}
h5,
.title-h5{
    font-family: 'bebas';
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 1.3;
    color: #201e1e;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FFBE3A;
    transition: all 200ms ease-out;
    text-decoration: underline;
}
a:hover{
    color: #000;
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
a.invert{
    color: #000;
}
a.invert:hover{
    color: #FFBE3A;
}
.decoration-none{
    text-decoration: none;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.hidden{
  opacity:0;
}
.visible{
    opacity:1;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
input:focus:-ms-input-placeholder{
    opacity: 0;
}
input:focus::-webkit-input-placeholder{
    opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus:-ms-input-placeholder{
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.red{
    color: #D83638;
}
.green{
    color: #84C71C;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.static{
    position: static;
}
em, i,
.italic{
    font-style: italic;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
.error{
    color: #FF0000;
}
img{
    max-width: 100%;
}
img.left{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;    
}
img.right{
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;    
}
.white{
    color: #fff;
}
.black{
    color: #212429;
}
.gray{
    color: #848484;
}
ul.list,
ol.list{
    margin-bottom:30px;
}
ul.list > li,
ol.list > li{
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4;
}
ul.list > li{
    padding-left: 20px;
}
ul.list > li:before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #FFBE3A;
}
ul.list > li:after{
    content:"";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
ul.list ul,
ol.list ul,
ol.list ol,
ul.list ol{
    padding-top: 10px;
    padding-left: 10px;
}
ul.list ul li,
ol.list ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
ul.list ul li:after,
ol.list ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
ul.list ol li,
ol.list ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
ol.list{ 
    counter-reset: item; 
}
ol.list li{
    display: block; 
}
ol.list li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
ul.list ul ol li:after,
ol.list ul ol li:after{
    display: none;
}
blockquote p{
    margin-bottom: 0;
}
blockquote,
q{
    display: block;
    padding-left: 20px;
    border-left: 2px solid #481c01;
    margin-bottom: 20px;
    font-family: 'bebas'; 
    font-size: 24px;
}
.modal{
    display: none;
    width: 600px;
    max-width: 100%;
    background: #fff;
    padding: 50px 40px;
}
.modal .btn{
    margin-bottom: 0;
}
.btn{
    font-family: 'bebas';
    display: inline-flex;
    height: 54px;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #2A1E16;
    background: #FFBE3A;
    font-size: 23px;
    line-height: 1;
    padding: 0 35px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all 300ms ease-out;
    border-radius: 9px;
}
.btn:hover{
    background: #2A1E16;
    color: #fff;
}
.btn.invert{
    background: #2A1E16;
    color: #fff;
}
.btn.invert:hover{
    color: #2A1E16;
    background: #FFBE3A;
}
.btn.block{
    display: flex;
    width: 100%;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
hr{
    border-top: 1px solid #DBDBDB;
}
.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#up {
    position: fixed;
    z-index: 300;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #2a1e16;
    width: 48px;
    height: 48px;
    padding-top: 9px;
    text-align: center;
    cursor: pointer;
    transition: background-color 200ms ease-out;
    background: #FFBE3A;
    border-radius: 5px;
}
#up svg {
    height: 20px;
    position: relative;
    bottom: -5px;
}
#up:hover{
    background: #2a1e16;
    color: #fff;
}

/* Fancybox */
.fancybox_modal {
    display: none;
    width: 560px;
    max-width: 100%;
    border-radius: 9px;
}
.fancybox_modal_inner{
    background: #fff;
    padding: 35px 25px;
    animation-name: zoomIn;
    animation-timing-function: ease-out;
    font-size: 14px;
}
.fancybox_modal.fancybox_modal_big{
    width: 900px;
}
@media(min-width: 990px){
    .fancybox_modal.fancybox_modal_big{
        width: 960px;
    }
    .fancybox_modal.fancybox_modal_big .fancybox_modal_inner{
        padding: 50px;
    }
}
#responseMessage .fancybox_modal-content.error {
    color: #FF4632;
}
/* /. Fancybox */

/* slick carousel begin*/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    padding: 20px 0;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
}
.slick-dots li.slick-active{
    background: #FFBE3A;
}
/* slick carousel end */

.middle{
    padding-bottom: 30px;
}

/* HEADER */
.header-wrapper-push{
    height: 100px;
}
.header-wrapper{
    background: #fff;
    color: #BB9657;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    z-index: 300;
}
.header{
    height: 100px;
}
.logo{
    display: inline-block;
    padding: 10px 10px 5px;
    margin-right: 30px;
    vertical-align: top;
    height: 100%;
}
.logo-inner{
    height: 100%;
    display: flex;
    align-items: center;
}
.header-schedule{
    display: inline-block;
    position: relative;
    bottom: -10px;
    font-size: 14px;
}
.header-schedule-inner{
    height: 100%;
    display: flex;
    align-items: center;
}
@media(max-width: 1229px){
    .header-schedule{
        max-width: 335px;
    }
}
.header-cart{
    position: absolute;
    right: 10px;
    top: 32px;
    font-size: 36px;
    line-height: 1;
}
.header-cart i{
    font-size: 35px;
}
.header-cart > div > div > div{
    display: inline-block;
    position: relative;
    padding-top: 3px;
}
.header-cart span {
    background: #ffbe3a;
    color: #000;
    position: absolute;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    padding: 3px 4px 3px;
    border-radius: 10px;
    top: -4px;
    right: -10px;
    min-width: 18px;
}
.header-cart .absolute{
    display: none;
}
.header-cart .full .absolute{
    display: block;
}
.header-cart .full{
    transition: all 200ms ease-out;
}
.header-cart .full:hover{
    background-color: rgba(255,255,255,0.1);
}
.header-contacts{
    position: absolute;
    right: 90px;
    top: 0;
    height: 100%;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.header-contacts > svg{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    font-size: 26px;
}
.header-contacts > svg path{
    fill: #BB9657;
}
.header-tel{
    font-size: 22px;
    line-height: 1.4;
    font-family: 'primavera', cursive;
}
.header-tel a{
    color: #bb9657;
    text-decoration: none;
}
.header-tel a:hover{
    color: #FFBE3A;
}

@media(max-width: 1329px){
    .header-wrapper,
    .header,
    .header-wrapper-push{
        height: 80px;
    }
    .header-schedule{
        bottom: 0;
        height: 100%;
    }
    .header-tel{
        line-height: 1.2;
    }
    .header-cart{
        top: 24px;
    }
}

@media(max-width: 840px) {
    .header-contacts{
        padding-left: 0;
    }
    .header-contacts > svg{
        display: none;
    }
}

@media(max-width: 560px) {
    .header-cart{
        position: fixed;
        z-index: 1000;
        top: 15px;
        right: 15px;
    }
    .header{
        height: auto;
        padding: 12px 0;
        text-align: center;
    }
    .header-wrapper{
        height: auto;
        position: relative;
        z-index: 100;
    }
    .header-wrapper-push{
        display: none;
    }
    .header-contacts{
        display: block;
        position: static;
    }
    .logo{
        margin: 70px 0 20px;
        padding: 0;
        box-shadow: none;
    }
}
/* /. HEADER */



/* TOP SLIDER BEGIN */
.top-slider-wrapper{
    position: relative;
}
.top-slider > div:not(:first-of-type){
    display: none;
}
.top-slider .item{
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
}
.top-slider .item-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.top-slider .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-slider .item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.top-slider .item .container{
    position: relative;
    z-index: 50;
}
.top-slider .sup-title{
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-family: 'primavera', cursive; 
    font-size: 60px;
}
.top-slider .title{
    font-size: 84px;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-family: 'bebas';
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -24px;
    z-index: 20;
    border-radius: 4px;
    cursor: pointer;
}
.top-slider .slick-prev{
    left: 25px;
}
.top-slider .slick-next{
    right: 25px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: rgba(0,0,0,0.8);
}
.top-slider .slick-dots{
    position: absolute;
    bottom: 0;
}
.slick-prev:after, 
.slick-next:after{
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	content: "";
	display: block;
	height: 16px;
	left: 50%;
	margin-left: -5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.slick-prev:after{
	transform: rotate(45deg);
}
.slick-next:after{
	margin-left: -11px;
	transform: rotate(225deg);
}
@media(max-width: 1329px){
    .top-slider .title{
        font-size: 6vw;
    }
    .top-slider .sup-title{
        font-size: 4vw;
    }
    .top-slider .item{
        height: 50vw;
        padding-top: 50px;
    }
}
@media(max-width:560px){
    .top-slider .item {
        height: 70vw;
        padding-top: 0;
    }
    .top-slider .sup-title{
        font-size: 7vw;
        text-align: center;
    }
    .top-slider .title{
        font-size: 8vw;
        margin-bottom: 3vw;
        text-align: center;
    }
}
/* /. TOP SLIDER */

/* CATALOG */
.simple-filter{
    margin-bottom: 20px;
}
.simple-filter li{
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 10px;
    font-size: 36px;
    font-family: 'bebas';
    transition: all 200ms ease-out;
    position: relative;
    color: #481C01;
}
.simple-filter li.active,
.simple-filter li:hover{
    color: #FFBE3A;
}
.simple-filter li:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #FFBE3A;
    opacity: 0;
    transition: all 200ms ease-out;
}
.simple-filter li.active:after{
    opacity: 1;
}
.catalog .title{
    font-size: 30px;
    line-height: 1.2;
    height: 40px;
    overflow: hidden;
    transition: all 200ms ease-out;
    
}
.catalog .element{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 3px solid #FFBE3A;
    transition: all 200ms ease-out;
    background: #fff;
}
.catalog .element:hover{
    border-color: transparent;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.catalog .element:hover .title{
    color: #84C71C;
}
.catalog > .container > .row > hr:nth-of-type(2n){
    clear: both;
}
@media(max-width: 1329px){
    .simple-filter li{
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 991px) {
    .simple-filter li{
        margin: 0 10px 10px;
        font-size: 3vw;
    }
}
@media only screen and (max-width: 767px) {
    .simple-filter li{
        margin: 0 8px 8px;
        font-size: 20px;
    }
}
/*============================= CATALOG END =============================*/


/*============================= PRODUCT =============================*/
.index-products{
    position: relative;
    background: url("../images/concrete-wall.png") #f1ece7;
}
.catalog-template{
    background: url("../images/concrete-wall.png") #f1ece7;
}
.products-row{
    display: flex;
    flex-wrap: wrap;
}
.products-row > div{
    margin-bottom: 20px;
}
.products .element{
    background: #fff;
    border-radius: 20px;
    transition: all 200ms ease;
    height: 100%;
}
.products .element form{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products .element-footer-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0;
}
.products .element .introtext{
    font-size: 17px;
    line-height: 1.2;
}
.products .element:hover{
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
}
.products .element .img-wrapper{
    height: 250px;
    padding: 0 17px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .element .img-wrapper img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.products .element .element-content{
    padding: 0 17px 17px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 250px);
}
.products .element .element-content .element-icon{
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: 0.2;
    width: 80px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.products .element .element-content .title {
    font-family: 'bebas'; 
    font-size: 32px;
    line-height: 1.14;
    margin-bottom: 15px;
    padding: 0 2px;
    transition: all 200ms ease-out;
    color: #481C01;
}
.products .element:hover .element-content .title{
    color: #FFBE3A;
}
.products .element .element-content .price{
    font-size: 32px;
    font-family: 'bebas';
}
.products .element .element-content .price-wrap{
    margin-bottom: 15px;
}
.products .element .product-weight{
    position: relative;
    top: 12px;
    font-size: 17px;
}
.products .element .btn{
    position: relative;
    z-index: 20;
    margin-bottom: 0;
}
.strike{
    text-decoration: line-through;
}
.products .element .element-counter{
    position: relative;
    z-index: 30;
}
.product-detail .product-weight{
    font-family: "bebas";
    display: inline-block;
    color: #2A1E16;
    font-size: 22px;
    background: #FFBE3A;
    padding: 5px 20px;
    border-radius: 10px;
}
.element-counter .form-control {
    display: inline-block;
    height: 38px;
    width: 74px;
    padding: 0 2px;
    text-align: center;
    font-size: 17px;
    color: #000;
    background: #F4F4F6;
    border: 1px solid #E5E5E5;
    margin-bottom: 0;
    font-weight: normal;
    border-radius:5px;
}
.element-counter button{
    width: 25px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: none;
    background: transparent;
    font-size: 24px;
}
.element-counter button:hover{
    color: #FFBE3A;
}
.element-counter button[disabled]:hover{
    color: #FFBE3A;
}
.products .element .col-xs-4.element-counter-wrap{
    max-width: 90px;
}
.stickers{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}
.sticker-element{
    color: #fff;
    padding: 4px 6px;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.sticker-element.action{
    background: #ea1527;
}
.sticker-element.novelty{
    background: #1BBE4C;
}
.sticker-element.hit{
    background: #FFB200;
}
@media(max-width: 1329px) {
    .products .element .element-content .title{
        font-size: 25px;
    }
    .products .element .btn{
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        font-size: 19px;
    }
    .element-counter .form-control{
        width: 62px;
    }
}
@media(max-width: 767px){
    .products .element{
        width: 470px;
        margin: auto;
        max-width: 100%;
    }
    .products .element .btn{
        font-size: 15px;
    }
    .element-counter .form-control{
        width: 50px;
    }
    .products .element .product-weight{
        float: none;
        display: block;
        top: 0;
    }
}
/*============================= PRODUCT END =============================*/
.about-section{
    position: relative;
    background: #fff;
}
@media only screen and (max-width: 991px) {
    .about-section .inner{
        background: #fff !important;
        min-height: inherit;
    }
}



.product-img-wrapper img{
    width: 100%;
}
.product-img-wrapper a{
    background: rgba(255,255,255,0.4);
    z-index: 20;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-img-wrapper a svg{
    transform: scale(0);
    transition: all 200ms ease-out;
}
.product-img-wrapper a:hover{
    opacity: 1;
}
.product-img-wrapper a:hover svg{
    transform: scale(1);
}
.product-detail-content .element-counter{
    margin-top: -4px;
}
.product-detail-content .element-counter button{
    font-size: 20px;
    width: 25px;
}
.product-detail-content .element-counter .form-control {
    height: 30px;
    border-color: #c7c7c7;
}
.product-detail-content .old-price{
    margin-left: 32px;
}
.product-detail-content button.btn{
    padding-left: 45px;
    padding-right: 45px;
}




/*************************************** cart */
#msOrder {
    margin-top: 20px !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
    border-radius: 10px;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-body .element-price{
    display: inline-block;
}
.cart-body .remove{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .remove button {
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
}
.cart-body .remove svg {
    width: 20px;
    height: 20px;
    transition: all 200ms ease-out;
}
.cart-body .remove:hover svg{
    transform: rotate(180deg);
}
.cart-body .subelement2{
    padding-left: 120px;
    min-height: 100px;
}
.cart-body .subelement2 .text,
.cart-body .element .element-price,
.cart-body .element .element-counter{
    min-height: 100px;
    display: flex;
    align-items: center;
}
.cart-body .element .element-img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #EBEBEB;
    transition: all 200ms ease-out;
    opacity: 1;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}
.cart-total-wrapper .btn svg{
    margin-left: 10px;
}
.cart-total-wrapper .btn path{
    transition: all ease-out 200ms;
}
.cart-total-wrapper .btn:hover path{
    fill: #fff;
}
@media (max-width: 991px){
    .cart-body .element .subelement1 .row > div{
        width: auto;
    }
    .cart-body .element .element-counter{
        margin-left: 30px;
    }
}
@media (max-width: 767px){
    .cart-body .element .element-img{
        position:static;
        margin-bottom: 20px;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        min-height: 1px;
    }
    .cart-body .element .subelement1 .row > div{
        width: 100%;
    }
    .cart-body .element .element-counter{
        border: 1px solid #E5E5E5;
        padding: 10px;
        border-radius: 5px;
        margin-top: 10px;
        margin-left: 0;
        display: inline-flex;
    }
}


/*************************************** cart: end */
.order-wrapper{
    background: #fff;
    padding: 10px 0;
}
.order-wrapper #msOrder .error {
    border: none !important;
    border-bottom: 1px solid red !important
}
.order-section .checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.order-section .checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.order-section .checkbox label > div{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}
.order-section .checkbox label:hover > div{
    border-color: #2a1e16;
}
.order-section .checkbox label > div.radio{
    border-radius: 100%;
}
.order-section .checkbox label > div.radio:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-section .checkbox input:checked + .radio{
    border-color: #2a1e16;
    background-color: #2a1e16;
}
.order-section #msOrder .radio{
    min-height: 1px;
}
.order-section .checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.order-section .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-section .checkbox input:checked + .checkboxsquare{
    border-color: #2a1e16;
    background-color: #2a1e16;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-section #msOrder .radio{
    min-height: 1px;
}
.order-section input[type="checkbox"].error + div + span{
    color: red;
}
.order-section .checkbox input:checked.error + div + span{
    color: #444444;
}
.order-section .checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}

.order-section #msOrder .form-control.error{
    border-color: #FF1A00 !important;
}
.form-control:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #545454;
}
.reviews-wrapper .ec-message {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dbdbdb;
}
.reviews-wrapper .ec-message .title{
    color: #bb9657;
    font-family: "bebas";
    font-size: 30px;
    letter-spacing: 1px;
}
.reviews-wrapper .ec-message .date em{
    font-style: normal;
    color: #ababab;
    font-size: 13px;
    margin-bottom: 10px;
}
.rev-name{
    color: #84C61C;
}
.mix{
    display: none;
}
.alert.alert-success{
    color: #639611;
}
@media only screen and (max-width: 767px) {
    .mix{
        width: 100%;
    }
}
.index-text-section{
    background-color: #553827;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.ie .index-text-section{
    background-attachment: scroll;
}
.index-text-section:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.index-text-section .inner{
    position: relative;
    z-index: 20;
}
.index-text-section .title{
    font-family: 'primavera', cursive;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 30px;
}
.benefits-wrapper {
    background: #fff;
}
.benefits-wrapper .container > .row{
    display: flex;
    flex-wrap: wrap;
}
.benefits-wrapper .container > .row > div{
    margin-bottom: 30px;
}
.benefits-wrapper .element{
    height: 100%;
    font-family: 'bebas'; 
    font-size: 28px;
    line-height: 1.2;
    padding: 30px 10px;
    color: #481C01;
    background: url(../images/concrete-wall.png) #f1ece7;
    border-radius: 20px;
}
.benefits-wrapper .element .img-wrapper{
    margin-bottom: 30px;
}

@media only screen and (max-width: 1329px) {
    .benefits-wrapper .element{
        font-size: 26px;
    }
}
@media(max-width: 767px){
    .benefits-wrapper .container > .row > div{
        width: 100%;
    }
    .index-text-section .title{
        font-size: 9vw;
        margin-bottom: 3vw;
    }
}
@media(max-width: 560px){
    .index-text-section .text{
        font-size: 5vw;
        line-height: 1.2;
    }
}

#mapexMap {
    width: 100%;
    height: 500px;
}
.contacts-template #mapexMap{
    margin-top: -20px;
    height: 400px;
}
@media only screen and (max-width: 991px) {
    #mapexMap{
        height: 400px;
    }
}


.map-section{
    position: relative;
    margin-top: -80px;
}
.map-section .container{
    padding-top: 80px;
    position: relative;
    z-index: 10;
}
.map-section .contacts {
    background: url(../images/concrete-wall.png) rgb(241, 236, 231);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    font-size: 28px;
    border: 1px solid #d7d7d7;
}
.map-section .contacts .item{
    color: #4a1e03;
    font-size: 18px;
    line-height: 1.3;
    padding-left: 60px;
    position: relative;
    height: 162px;
    display: flex;
    align-items: center;
}
.map-section .contacts .row > div:first-child .item:after{
    display: none;
}
.map-section .contacts .item:after{
    background: #4f1e03;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    top: 25%;
    width: 1px;
    z-index: 5;
}
.map-section .contacts .item .txt{
    margin-left: 60px;
}
.map-section .contacts .item a[href^="tel:"]{
    font-size: 22px;
}
.map-section .contacts .item a{
    color: #4a1e03;
    text-decoration: none;
}
.map-section .contacts .icon{
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}
.map-section .contacts .icon img{
    vertical-align: center;
}
.map-section #map{
    height: 589px;
    position: relative;
    z-index: 5;
}


@media only screen and (max-width: 767px){
    .map-section .contacts {
        background: none;
        display: inline-block;
        padding: 20px 0;
        position: static;
        text-align: left;
        width: auto;
    }
    .map-section .container {
        padding-top: 0;
    }
    .map-section .contacts .item {
        padding: 15px;
    }
    .map-section .contacts .item:after {
        opacity: 0;
    }
}



.top-menu{
    position: absolute;
    left: 206px;
    top: 50px;
}
.top-menu li{
    display: inline-block;
    margin-right: 25px;
}
.top-menu li:last-of-type{
    margin-right: 0;
}
.top-menu a {
    color: #BB9657;
    text-decoration: none;
    display: block;
    position: relative;
    font-family: 'bebas';
    font-size: 20px;
    letter-spacing: 1px;
}
.top-menu a:after{
    content:"";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    transition: all 200ms ease-out;
    background: #BB9657;
}
.top-menu .active a:after,
.top-menu a:hover:after{
    width: 100%;
    left: 0;
    right: 0;
}
.top-menu .active a{
    color: #FFBE3A;
}
.top-menu .active a:after{
    background: #FFBE3A;
}
@media (max-width: 1329px) {
    .header-cart{
        right: 70px;
    }
    .header-contacts{
        right: 140px;
    }
}
@media (max-width: 991px) {
    .header-cart{
        right: 65px;
    }
    .header-contacts{
        right: 120px;
    }
}

@media (max-width: 560px) {
    .header-cart{
        top: 12px;
        right: auto;
        left: 15px;
    }
}

/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 20px;
    top: 30px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    transition: all 200ms ease-out;
    z-index: 1010;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    transition: transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #282626;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #282626;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E;
}
.icon-menu-burger:before {
    top: -9px;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    transform: rotate(45deg);
    transition: transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 80px;
    right: -470px;
    background: #481C01;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    transition: all 200ms ease-out;
}
.overlay {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    transition: opacity 200ms ease-out;
}
.mobile-logo{
    padding: 0 0 0 85px;
    position: relative;
}
.mobile-logo img{
    position: absolute;
    left: 5px;
    top: 0;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-family: bebas;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #FFBE3A;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 5px;
    height: 3px;
    background: #EF2B32;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}

.mobile-menu a[href="javascript:void();"]{
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 20px;
}
.mobile-menu a[href="javascript:void();"]:before{
    display: none;
}


@media only screen and (max-width: 1329px) {
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 510;
        opacity: 1;
    }
}


@media (max-width: 560px) {
    .menu-button {
        top: 21px;
    }
    .mobile-bar{
        background: #fff;
        height: 60px;
        width: 100%;
        box-shadow: 0 2px 2px rgba(0,0,0,0.3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
    }
    .mobile-menu{
        top: 60px;
    }
}


@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
@media (min-width: 1330px) {
    .mobile-menu {
        display: none;
    }
}

/************* /. mobile-menu **************/
.calories-wrapper span{
    display: inline-block;
    padding: 2px 15px;
    margin: 0 10px 10px 0;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
}
.mini-container{
    max-width: 100%;
    margin: auto;
    width: 1000px;
}

.inner-menu{
    margin: 0 -10px 0;
}
.inner-menu li{
    display: inline-block;
    margin: 0 10px 10px;
}
.inner-menu a{
    text-decoration: none;
    color: #A5A8B4;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.inner-menu a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #FFBE3A;
    opacity: 0;
}
.inner-menu .active a:after{
    opacity: 1;
}
.inner-menu .active a,
.inner-menu a:hover{
    color: #000;
}


/* NEWS */
.news-list .element{
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 400px;
    min-height: 275px;
    transition: all 200ms ease-out;
}
.news-list .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    z-index: 4;
}
.news-list .element .img-element{
    height: 100%;
}
.news-list .element .img-element img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .element .img-wrapper .date,
.pageimage .date{
    position: absolute;
    background: #2a1e16;
    top: 0;
    left: 0;
    line-height: 1.2;
    padding: 10px 40px;
    color: #FFBE3A;
}
.news-list .element .element-content{
    padding: 30px;
    min-height: 275px;
}
.news-list .element .element-content .text{
    line-height: 1.4;
    height: 7em;
    overflow: hidden;
    font-size: 14px;
}
.news-list .element .category{
    margin-bottom: 10px;
}
.news-list .element .category span{
    background: #F2F2F2;
    color: #A3A7B4;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
}
.news-list .element:hover{
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.news-list .element h4{
    transition: all 200ms ease-out;
    max-height: 2.4em;
    overflow: hidden;
}
.news-list .element:hover h4{
    color: #FFBE3A;
}
@media only screen and (max-width: 767px) {
    .news-list .element .img-wrapper{
        position: relative;
        width: 100%;
        height: 70vw;
    }
    .news-list .element{
        padding-left: 0;
    }
    .news-list .element,
    .news-list .element .element-content{
        min-height: inherit;
    }
}
/* /. NEWS */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #5E6066;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.pagination .active a{
    background: #FFBE3A;
    color: #fff;
    border-radius: 100%;
}
.pagination a:hover{
    color: #000;
}
/* /. PAGINATION */

/* Agreement */
.agreement {
    position: relative;
    margin-bottom: 30px;
    color: #838383;
    line-height: 1.4;
    font-size: 14px;
    padding-left: 30px;
}

.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.agreement label {
    display: inline;
    position: relative;
    cursor: pointer;
    font-weight: normal;
}

.agreement input+label:before {
    background: #EBEFF4;
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: -30px;
    border-radius: 5px;
}

.agreement input:checked+label:before {
    background: url(../images/check-black.svg) 50% no-repeat #EBEFF4;
}

.agreement input.error+label {
    color: red;
}

@media(max-width:991px){
    .agreement{
        font-size: 14px;
        margin-bottom: 25px;
    }
    .agreement input+label:before{
        top: 2px;
    }
}
@media(max-width:767px){
    .agreement{
        font-size: 13px;
        margin-bottom: 20px;
    }
    .agreement input+label:before{
        top: 1px;
    }
}
/* /. Agreement */


.contacts-section .box2 .element .title{
    font-weight: 600;
    color: #2a1e16;
    margin-bottom: 2px;
}
.contacts-section .box2 .element{
    margin-bottom: 25px;
}
.contacts-section .box2 .element a{
    color: #1F1F1F;
    text-decoration: none;
}
.contacts-section .box2 .element a:hover{
    color: #FFBE3A;
}

/*   MEDIA QUERIS */
@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 36px;
    }
    .modal{
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 992px){
    ::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 9px;
        height: 1px;
    }
    ::-webkit-scrollbar {
        width: 9px;
    }
    ::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 9px;
        height: 0px;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #FFBE3A;
    }
    ::-webkit-scrollbar-track {
        background-color: #202020;
    }
    .product-detail-content h1{
        font-size: 48px;
    }
    .product-detail-content{
        padding-left: 20px;
    }
}