@charset "utf-8";
/* CSS Document by DigitalWinds Studio */
/**reset**/
body {margin: 0;padding: 0;font-family: Circe, sans-serif;font-size: 14px;font-weight: 100;}
* {outline: none; -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
a {outline: none;}
img {image-rendering: auto;image-rendering: -webkit-optimize-contrast;vertical-align: bottom;}
.flex-block {display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;}
.container {width: 95%; margin: 0 auto;max-width: 1500px;}

/*** fonts ***/
@font-face {
	font-family: Circe;
	font-display: swap;
	src: url(/templates/shop/fonts/Circe-light.woff) format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: Circe;
	font-display: swap;
	src: url(/templates/shop/fonts/Circe-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Circe;
	font-display: swap;
	src: url(/templates/shop/fonts/Circe-Bold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: FontAwesome;
	font-display: swap;
	src: url(/templates/shop/fonts/fontawesome-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal
}
.fa-icon:after {
	font-family: FontAwesome;
	font-weight: normal;
}
.fa-icon:before {
	font-family: FontAwesome;
	font-weight: normal;
}

.optycaty { opacity:0.7;}
.optycaty:hover { opacity:1;}
/***popup style***/
#best-success-added {
    position: fixed;
    top: 0px;
    width: 100%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 300;
}
#b-success-added {
	position: fixed;
	top: 0px;
	width: 100%;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 300;
}
#front-popup-add-body {
	width: 450px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	background: #fff;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#front-popup-add-body:before {
	content: '';
    background: url(../img/divider.svg) center center no-repeat;
    width: 45px;
    height: 47px;
    background-size: contain;
    position: absolute;
    top: -23px;
    border-radius: 10px;
}
.front-popup-add-title {
	font-size: 22px;
	font-weight: 400;
	color: #565656;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 10px;
}
.front-popup-add-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}
.front-popup-add-continue, .front-popup-add-checout {
	font-size: 12px;
    margin-right: 0px;
    width: 150px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    background: #333;
    background-size: cover;
    padding: 14px;
    text-transform: uppercase;
    opacity: 0.7;
}
.front-popup-add-continue:hover, .front-popup-add-checout:hover {
	 opacity: 1;
}

/***************** slick slider ****************************/

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	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 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.product-page-foto-preview .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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 img {
	display: block;
	width:100%;
}
.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;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}


.top-arrow .arrow-right {
    top:50%;
	display: inline-block;
    position: absolute;
    right: 0px;
    background:none;
    padding-right: 0px;
	z-index:2;
}
.top-arrow .arrow-left {
    top: 50%;
	display: inline-block;
    position: absolute;
    left: 0px;
    background:none;
    padding-left: 0px;
	z-index:2;
}	

.slick-arrow:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
    text-align: center;
    border: none;
    color: #333;
    border-radius: 16px;
    line-height: 23px;
    font-size: 48px;
    cursor: pointer;
}
	



/** header **/
.top-menu { background: #f5f5f5;padding: 26px 0px;position: fixed;
    z-index: 5;
    width: 100%;}

.top-line {flex-direction: row;
    justify-content: space-between;
    align-items: center;}

.menu {align-items: center; width:240px;}	

.mobile-menu-open {
	position: relative;
	display: block;
	width: 28px;
	height: 21px;
	margin-right: 20px;
	cursor:pointer;
}
.opener-pin {
	background-color: #333;
	display: block;
	height: 3px;
	width: 100%;
	margin-top: 6px;
	transition: all .4s;
	opacity: 1;
}
.opener-pin:first-child {
	margin-top: 0;
}
.mobile-menu-open-act .opener-pin:first-child {
	transform: rotate(45deg);
	position: absolute;
	top: 9px;
	background-color: #333;
}
.mobile-menu-open-act .opener-pin:nth-child(2) {
	opacity: 0;
}
.mobile-menu-open-act .opener-pin:last-child {
	transform: rotate(-45deg);
	position: absolute;
	top: 3px;
	background-color: #333;
}


.phone-number {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #333;
    text-decoration: none;
    margin-right: 40px;
}


.logo img {
    width: 290px;
    height: auto;
}
.top-icons { width:240px;align-items: center;flex-direction: row;
    justify-content: flex-end;}
.top-icons a img {
    height: 27px;
    width: auto;
    margin-left: 20px;
}


.nav-container {    position: absolute;
    top: 75px;
    background: #f5f5f5;
    padding: 20px;
    z-index: 200;
	width:360px;
	left:-360px;
    height: calc(100vh - 75px); transition:0.5s;overflow: auto;}
.header-block-act .nav-container {left:-0px; transition:0.5s;}
.mine-menu-new {margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;}
.mine-menu-new li {list-style: none;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;}
.mine-menu-new li a { text-decoration:none; display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex; padding: 5px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-transform: lowercase;}	
.mine-menu-new li a:hover { color:#ccab51;}	
.submenu-new-li { width:100%;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex; margin:0px; padding:0px;flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;align-items: center;}
.submenu-new-li span { text-align:right; cursor:pointer;}
.submenu-new-li span:hover { color:#ccab51;}	
.submenu-new-li span:before { content:'-'; display:block; width:40px; height:auto;font-size: 30px;
    font-weight: 500;}
.mine-menu-new-sub-inact span:before { content:'+'; display:block; width:40px; height:auto;font-size: 30px;
    font-weight: 500;}	
.submenu-new-li a {width: calc(100% - 40px);}	
.mine-menu-new-sub {display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex; margin: 0px;
    padding: 0px;
    padding-left: 30px;
    flex-direction: column;}
.mine-menu-new-sub a { display:block;}
.mine-menu-new-sub-inact .mine-menu-new-sub { display:none;}

.basket-small {text-decoration: none;
    position: relative;}
.basket-small .total-count-item {
    ont-size: 11px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    position: absolute;
    right: -5px;
    top: -5px;
    line-height: 24px;
    background: #565656;
    text-align: center;
    color: #fff;
}

/**body**/

.home-slider { margin-bottom:30px; padding-top:84px;}

.product-new-header {color: #ccab51;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;}
	
	
	
/**** product prewiv ****/
.product-caption {
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-caption-inner {
	border: 1px solid #ebebeb;
	border-radius: 0px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.product-caption-inner:hover {
	box-shadow: 0px 0px 6px 1px #ccab51;
}
.product-bottom-section {
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.product-caption-inner .product-photo {
    height: 270px;
    display: flex;
    background-size: cover !important;
    width: 100%;
    margin: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}


.product-caption-inner .product-photo div {
	width: 100%;
	position: relative;
}
.product-caption-inner .product-photo div:after {
	content: '';
	position: absolute;
	left: 1px;
	right: 1px;
	background: #ccc;
	bottom: 0px;
	height: 3px;
}
.product-caption-inner .product-photo div.active:after {
	background: #ed1c24;
}
.product-caption-inner .product-photo div.activeoff:after {
	background: #ed1c24;
}
.product-bottom-section .product-name {
	height: 70px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	color: #565656;
	text-decoration: none;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 16px;
}

.product-bottom-section .product-name:hover {
	color: #ccab51;
}

.product-bottom-section .addCart {
	display: block;
	width: 32px;
    height: 32px;
	margin-top: -6px;
}
.product-caption-inner .discount-box {
	position: absolute;
	top: 9px;
	right: 10px;
	background: #ccab51;
	color: #fff;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	font-size: 13px;
	font-weight: 400;
}
.product-caption-inner .new-box {
	position: absolute;
    top: 9px;
    left: 10px;
    background: #ccab51;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    font-size: 13px;
    font-weight: 400;
}


.original-price {
	color: #ccab51;
	font-weight: 400;
	font-size: 22px;
}
.discount-price {
	color: #7e7f81;
	font-weight: 400;
	font-size: 15px;
	margin-left: 10px;
	text-decoration: line-through;
}
.original-price:after {
	font-family: FontAwesome;
	content: "\f158";
	font-weight: 100;
	font-size: 20px;
	margin-left: 5px;
}
.discount-price:after {
	font-family: FontAwesome;
	content: "\f158";
	font-weight: 100;
	font-size: 14px;
	margin-left: 5px;
}
.product-bottom-section .product-price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.cekout {flex-direction: row;
    align-items: center;
    justify-content: space-between;}
.product-bottom-section .addCart:before {
	content:'';
	background:url(/templates/shop/icons/basket.svg);
	display:block; width: 32px;
    height: 32px;}
.product-bottom-section .addCart {opacity: 0.6;}
.product-bottom-section .addCart:hover {opacity: 1;}


.home-menu-line { margin-top:30px;}
.graf-menu-home {padding:10px;}
.graf-menu-home img { width:100%; height:auto;}
.graf-menu-home { position:relative; text-decoration:none; color:#fff !important;}

.graf-menu-home span {position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase; width:115px;}
/*** footer ***/
.footer {background: #3f3f3f;margin-top: 30px; position:relative;}
.footer-in {padding: 20px 0px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
.footer-in a { color:#FFF; text-decoration:none; margin-bottom:3px; margin-top:3px;}		

.copi-footer-in { color:#FFF; margin-top:3px; width:240px;}	
.urlico-footer-in {flex-direction: column;
    align-items: center;}
.payment-footer-in {flex-direction: column;
    align-items: flex-end; width:240px;}



.notify-cookie img {width: 50px;
    height: auto;
    margin-right: 20px;}
.notify-cookie {
    position: absolute;
	flex-direction: row;
    align-items: center;
    bottom: 10px;
    z-index: 500;
    width: 700px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-left: calc(50% - 350px);border-radius: 0px;
	}
.close-notify {    height: 40px;
    background: #6d6d6d;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 0px;
    margin-left: 20px; cursor:pointer;}
.close-notify:hover { background:#333;}	


.product-page-full {margin-bottom: 30px; padding-top: 84px;}
.product-page-full-item {flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;}
.product-page-full-item .product-full-photo { width:36%;flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;}
.product-page-full-item .product-full-photo .product-page-foto-preview { width:100px;}
.product-page-full-item .product-full-photo .product-page-foto-full { width:calc(100% - 116px);}
.product-page-full-item .product-full-photo .product-page-foto-preview img { width:90%!important; margin:3px;}
.product-page-full-item .product-full-photo .product-page-foto-full img { width:100%;}

.product-page-full-item .product-full-char { width:36%;}
.product-page-full-item .product-full-char strong { color:#333;}
.product-page-full-item .product-full-char p { color:#333;}
.product-page-full-item .product-full-chekot { width:20%;}


.product-page-full-item .product-full-chekot {position: -webkit-sticky;
    position: sticky;
    top: 100px; background: #f5f5f5;
    padding: 30px;
}
.product-page-full-item .product-full-chekot .original-price { font-size:30px;}	
.product-page-full-item .product-full-chekot .discount-price { font-size:22px;}
.product-page-full-item .product-full-chekot .discount-price:after { font-size:20px; text-decoration:none;}
.product-page-full-item .product-full-chekot .btn-checout-full {
    font-size: 16px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    background: #333;
    background-size: cover;
    padding: 14px;
    text-transform: uppercase;
    opacity: 0.7;
	border: none;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
}
.product-page-full-item .product-full-chekot .btn-checout-full:hover {opacity:1;}
.tab-area {margin-top: 30px;
    border-bottom: 2px solid #f5f5f5;
    position: relative;}
.tab-area span {font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    display: block;
    padding: 10px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: -2px;}
.tab-area span:hover {border-bottom: 2px solid #ccab51;color:#ccab51;}	
.tab-area .tab-active {border-bottom: 2px solid #ccab51;color:#ccab51;}
.tab-pane { font-size:16px;}
.mobile-line-bottom { display:none;}
	
@media (max-width: 765px) {
	.top-line { min-height:45px;}
    .top-line .phone-number { display:none !important;}
	
	.home-slider {
        width: 100% !important;
		margin-left:0px; margin-right:0px;
    }
	.home-slider img {
        width: 100% !important;
    }
.menu, .top-icons {

    width: 50px;
}
.logo img {
    width: 240px;
}
.top-line .heart { display:none;}
.top-line .cabinet { display:none;}
.footer-in {flex-direction: column;}
.copi-footer-in {width:240px; margin-bottom:10px;justify-content: center;
    text-align: center;}	
.urlico-footer-in {flex-direction: column;
    align-items: center; margin-bottom:10px;}
.payment-footer-in {flex-direction: column;
    align-items: center; width:240px;}
.slick-list {
    padding-left: 0px !important;
}
.product-caption {
    padding: 3px;
}
.product-caption-inner .product-photo {
    height: 180px;
}
.product-bottom-section .product-name {
    height: 56px;
    font-size: 13px;
}
.product-bottom-section .product-price {

    flex-direction: column;

}
.product-bottom-section .original-price {
    font-size: 18px;
}
.product-bottom-section .original-price:after {
font-size: 17px;
}
.graf-menu-home {
    padding: 3px;
}
.product-new-line .slick-arrow { display:none !important;}
.home-menu-line .slick-arrow { display:none !important;}
.notify-cookie {
    width: 90%;
    margin-left: 5%;
    box-sizing: border-box;
  }
 .not-mobile-coci {
    display: none;
  }
  
  
.product-page-full-item .product-full-chekot {position: fixed;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 12000;
        bottom: 65px;
        top: auto;
        padding: 10px 20px;}

.product-full-chekot .product-page-checout {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
    justify-content: space-between;
	align-items: center;
	}
.product-full-chekot .product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.product-page-full-item .product-full-chekot .original-price {
    font-size: 23px;
}
.product-page-full-item .product-full-chekot .discount-price {
    font-size: 20px;
}
.product-page-full-item .product-full-chekot .btn-checout-full {
    margin-top:0px;
}
.product-page-full-item {
    flex-direction: column;
}
.product-page-full-item .product-full-photo {
    width: 100%;
}
.product-page-full-item .product-full-char	{
    width: 100%;
}
.product-page-full-item .product-full-photo .product-page-foto-preview {
    width: 0px;
    overflow: hidden;
}
.product-page-full-item .product-full-photo .product-page-foto-full { width:100%;}
.product-page-full-item .product-full-photo .product-page-foto-full .arrow-button { display:none!important;}

.mobile-line-bottom {
	background: #f5f5f5;
    position: fixed;
    bottom: 0px;
    z-index: 120000;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 60px;}
.mobile-line-bottom { display:flex;}
.mobile-line-bottom img { height:20px;} 
.footer {

    margin-bottom: 60px;

}
}

@media (max-width: 400px) {
    .product-caption-inner .product-photo {
        height: 150px;
    }
	    .product-bottom-section .product-name {
        font-size: 11px;
    }
	.product-caption-inner .discount-box {

    font-size: 9px !important;

}
}	