body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #231F20;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background: #fff;
}
img:focus-visible{
	border:none!important;
	outline:none!important;
}
h1, h2, h3, h4, h5, h6 {
	color: #231F20;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.text-danger {
    color: #ff110c!important;
    font-size: 15px;
    margin-top: 6px;
}
.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block, 
.has-error .radio, .has-error .radio-inline, .has-error.checkbox label, 
.has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
	 color: #ff110c!important;
 }
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;

}
.dark-c{
   color: var(--Spirt-Black, #231F20); 
}
.fsz-14{
	font-size: 14px;
}
.fsz-15{
	font-size: 15px;
}
.fsz-16{
	 font-size: 16px;
}
.fsz-18{
	 font-size: 18px;
}
.fsz-20{
	 font-size: 20px;
}
.fsz-24{
	 font-size: 24px;
}
.fw-400{
	 font-weight: 400;
}
.fw-500{
	 font-weight: 500;
}
.fw-600{
	 font-weight: 600;
}
.fw-700{
	 font-weight: 700;
}
.fw-800{
	 font-weight: 800;
}
.callback-btn{
	position: fixed;
    right: 16px;
    bottom: 170px;
    background: #fff;
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #0a76d0;
	transition: all 0.3s ease;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
}
.callback-btn svg{
   transition: all 0.3s ease;	
}
.callback-btn:hover{
  background: #0a76d0;	
   transition: all 0.3s ease;
}
.callback-btn:hover svg {
  stroke: #fff;	
   transition: all 0.3s ease;
}
#call-back .modal-content{
	max-width:480px;
	width:100%;
}
#call-back .modal_head{
	background: #f3f3f3;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
}
#call-back .modal_head button{
	opacity: 1;
    position: absolute;
    top: 27px;
    right: 10px;
}
#call-back .modal_head span{
	font-size: 20px;
}
#call-back .modal_body {
    padding: 40px 60px;
}
.callback-field{
	margin-bottom: 20px;
}
.callback-field input{
	width:100%;
}
#callback-tel.has-error{
	border: 1px solid var(--Error, #EA4C28) !important;
}
.btn-submit-callback{
	margin-top: 15px;
    width: 100%;
}
#call-back input{
	outline:none!important;
}
#call-back input:focus,
#call-back input:focus-visible{
    border: 1px solid var(--Spirt-Select, #0087F8) !important;
    box-shadow: none!important;
}	
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.not-found-content{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 70px;
}
.not-found-content p{
	font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 40px;
}
.simple-content .empty-cart:before{
	content:'';
	display:block;
	width:220px;
	height:202px;
	background:url('../image/empty-cart.png');
	background-size:100%;
	background-repeat:no-repeat;
	margin-top: 75px;
    margin-bottom: 35px;
	position: relative;
    left: -23px;
}
/*Extra styles*/
a,button{
   transition: all 0.3s ease;	
}
@media (min-width: 1200px){
.container {
    width: 1296px;
}
}
button:hover,
button:focus,
a:hover,
a:focus{
	transition: all 0.3s ease;
}
img{
	max-width:100%;
	height: auto;
}
.d-flex-c{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.d-flex-h{
	display: flex;
    flex-direction: column;
    align-items: center;
}

header{
   background: #FAFAFA;
	/*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);*/
}

.head-inner{
	height:96px;
	background: #FAFAFA;
}
.head-tel{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.head-left{
	width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.h-contact-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	padding-left: 5rem;
}
.h-text-block{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.head-tel a,
.head-open-box,
.h-text-cart{
    color: var(--Spirt-Black, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
	line-height: 24px;
}
.head-open-box {
	padding-left: 5rem;
}
#cart{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.h-text-cart{
     margin-right:16px;	
}
.logo-h-block img{
	position: relative;
    top: -6px;
}
.head-menu{
    padding: 22px 0px;
    background: #fff;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
	border-top: 1px solid var(--Spirt-Outline, #E5E7EB);
}

.navbar{
   margin-bottom:0px;	
}
.head-right{
   padding-right:10px;	
}




.h-text-block a svg{
	margin-left: 8px;
}
.h-text-block a{
	font-size: 16px;
    color: #231f20;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	background:#fff;
	padding:12px 11px;
	border-radius: 30px;
}
.h-text-block a:hover{
	background:#231F20;
	color:#fff;
}
.h-text-block a:hover svg path{
	 stroke:#0A76D0;
}
.h-text-block a:hover svg circle{
   fill:#0A76D0;
}
.logo-h-block{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.h-buttons-block {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
}
.h-buttons-block .hb-b{
	position: relative;
}
#cart{
    position: relative;	
}
.wish-count,
#cart-total{
    position: absolute;
    top: -5px;
    right: -9px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--Primary-color, #0A76D0);
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#horizontal-menu .navbar-nav{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	float:none!important;
}
#horizontal-menu .navbar-nav li{
	margin: 0 16px;
}
#horizontal-menu.hmenu_type{
	margin-bottom:20px;
}
.swiper-viewport{
	background:transparent!important;
	border:none!important;
	box-shadow:none!important;
}
#slideshow0 img,
#slideshow1 img{
	border-radius:8px;
}

.slideshow1.swiper-pagination,
.slideshow0.swiper-pagination {
    bottom: 15px!important;
}	
.slideshow1 .swiper-pagination-bullet:hover,
.slideshow0 .swiper-pagination-bullet:hover {
    background: #fff;
	position:relative;
}
.slideshow1 .swiper-pagination-bullet,
.slideshow0 .swiper-pagination-bullet {
    background: #fff;
	position:relative;
	width: 12px;
    height: 12px;
	caret-color: transparent;
}
.slideshow1 .swiper-pagination-bullet-active:before,
.slideshow0 .swiper-pagination-bullet-active:before{
	content:'';
	display:block;
	width:6px;
	height:6px;
	background:#000;
	border-radius:100%;
	position:absolute;
	top:3px;
	left:3px;
}
#popup-login .form-group.group-tel input[type="tel"]{
    width: 100%;
    height: 45px;
    padding: 0 24px 0 45px !important;
    background: 0 0;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    font-family: Montserrat;
    font-size: 18px;
    transition: all 0.2s;
    -webkit-appearance: none;
}
#product-category h1{
	text-align:center;
	margin-bottom:30px;
}
.category-id-59 .brovarnya > a,
.category-id-60 .kukhnya > a,
.category-id-61 .bar > a{
	background: #0A76D0!important;
    color: #fff!important;
    border: 1px solid #0A76D0!important;
} 

.category-id-59 .brovarnya >  a img,
.category-id-60 .kukhnya >  a img,
.category-id-61 .bar > a img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.grid-info-hidden {
    position: relative;
    overflow: hidden;
	margin: 0 14px;
}
.product-thumb {
	border-radius: 8px;
    border: 1px solid var(--Spirt-Outline, #E5E7EB);
	padding: 24px;
	transition: all 0.3s ease;
}
.product-thumb  img{
	border-radius: 8px;
}
.product-thumb:focus, .product-thumb:hover {
    overflow: visible;
	box-shadow: 0 10px 15px #0000003d;
	transition: all 0.3s ease;
}
.product-thumb:focus .goods-tile__hidden-holder, .product-thumb:hover .grid-info-hidden {
     overflow: visible;
	 
}
.product-thumb .caption{
	margin-bottom:15px;
}
.grid-info-hidden-content {
    position: absolute;
    top: 0;
    left: -24px;
    right: -24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    background-color: #FAFAFA;
	z-index:99;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0 16px 16px #0000003d;	
	margin: 0 10px;
	color: #737373;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}
.grid-price-btn-block{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.grid-price-btn-block .price{
   color:#231F20;
   text-align: right;
   font-family: Montserrat;
   font-size: 24px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: flex-start;
   margin:0px;
}
.grid-price-btn-block  .price-old{
	order:1;
	color: #231F20;
    text-decoration: line-through;
    font-size: 16px;
    display: block;
}
.grid-price-btn-block  .price-new{
	order:2;
	color: var(--Error, #EA4C28);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.grid-price-btn-block button{
	border-radius: 8px;
    background: var(--Primary-color, #0A76D0);
	height:48px;
	border:none;
	width: 100%;
	color:#FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.grid-wish{
	border: none;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
	z-index: 9;
}
.grid-wish:hover svg path{
	stroke:#0A76D0;
}
.grid-f-block .h4 a{
   color: var(--Main-black, #231F20);
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
}
.grid-f-block{
	background:#fff;
	padding-top: 20px;
}
.mod-home-title-wrap{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 38px 0px;
}
.mod-home-title-wrap .h3{
    color: var(--Spirt-Black, #231F20);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mod-home-title-stroke{	
    display: block;
    height: 1px;
    width: 100%;
    background: #CACACA;
    margin: 0px 25px;
}
.mod-home-title-wrap a{
	display: flex;
    flex-direction: row;
    align-items: center;
    height: 42px;
    background: #fff;
    border-radius: 30px;
    padding: 0 24px;
    justify-content: space-between;
    min-width: 170px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--Main-black, #231F20);
	border: 1px solid var(--Outline, #CACACA);
}
.mod-home-title-wrap a:hover{
	background: var(--Primary-color, #0A76D0);
	border: 1px solid var(--Primary-color, #0A76D0);
}
.row-home {
    margin: 0 -4px;
}
.product-thumb{
    position:relative;	
}
.extra-field2{
	position: absolute;
    top: 10px;
    left: 20px;
	z-index: 9;
}
.volume-text{
	color: var(--Main-black, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.stickers{
	position: absolute;
    bottom: 10px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
	z-index:9;
}
.extra-field1{
   margin-bottom:10px;
}
.extra-field3{
   margin-bottom:10px;
}
.icon-allergens{
	display:block;
	width:18px;
	height:18px;
	background:url('../image/allergens-icon.svg');
	background-size:100%;
	background-repeat:no-repeat;
	margin-top: 3px;
}
.icon-hot{
	display:block;
	width:18px;
	height:14px;
	background:url('../image/hot-icon.svg');
	background-size:100%;
	background-repeat:no-repeat;
	margin-top: 0px;
}
.ef-icon-block{
	display: flex;
    background: #FEE6FF;
    justify-content: space-between;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    min-width: 112px;
    color: var(--Main-black, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.extra-field3 .ef-icon-block{
    min-width: 90px;
    max-width: 90px;
}
.extra-field3 .ef-icon-block{
	background:#FFDCDC;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
	background-color:#045da7!important;
}
.bootstrap-datetimepicker-widget td.today:before {

    border-bottom: 7px solid var(--Primary-color, #0A76D0)!important;
  
}
.datepicker-days .day.disabled{
	opacity: 0.2;
}
.btn-plus-cart:hover svg path,
.btn-minus-cart:hover svg path{
	stroke:#fff!important;
}
.btn-plus-cart:hover svg rect,
.btn-minus-cart:hover svg rect{
	fill:var(--Primary-color, #0A76D0)!important;
	stroke:var(--Primary-color, #0A76D0)!important;
	
}
.btn-minus-cart, 
.btn-plus-cart,
.btn-remove-cart,
.btn-minus-cart:focus, 
.btn-plus-cart:focus,
.btn-remove-cart:focus
.btn-minus-cart:focus-visible, 
.btn-plus-cart:focus-visible,
.btn-remove-cart:focus-visible{
	border:none;
	outline:none;
	background:none;
	padding: 0;
}
svg{
    border:none;
	outline:none;	
}
body input, textarea{
	border-radius: 8px!important;
    border: 1px solid var(--Outline, #CACACA)!important;
    background: var(--White, #FFF)!important;
	height:48px;
	color: var(--Main-black, #231F20)!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	padding:0 20px!important;
	line-height:48px!important;
}
body input:focus,
body input:focus-visible,
textarea:focus-visible,
textarea:focus{
	border: 1px solid var(--Spirt-Select, #0087F8)!important;
	box-shadow:none!important;
}
.form-control{
	height:48px;
}
.simple-h1{
    color: var(--Main-black, #231F20);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
	margin-bottom: 35px;
}
.cart-quantity input{
	height:36px;
}
.cart-wrap{
	
	border-radius: 8px 8px 0px 0px;
}
.order-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    background: #fff;
	position: relative;
	border-radius: 8px;
    border: 1px solid var(--Spirt-Outline, #E5E7EB);
	margin-bottom:8px;
}
.order-item img{
	border-radius:8px;
}
.order-sum{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.btn-remove-cart {
    position: absolute;
    top: 12px;
    right: 12px;
}
.cart-product-price p{
	margin:0;
}
.simplecheckout-left-column{
	border-radius: 8px;
    background: #F7F8FB;
	padding: 40px;
}
#simplecheckout_customer .panel-heading{
	padding-top:0px!important;
}
.simplecheckout-block-content {
    padding: 10px 0px!important;
}
.simplecheckout {
    width: 100%;
    margin: 0 auto;
	background: #fff;
    border-radius: 8px;
}
.order-title{
   color: var(--Main-black, #231F20);
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   padding: 20px 28px;
}
.cart-wrap .order-info{
   min-width: 50%;
}
.order-info a{
   display: block;
   margin-bottom: 0px;   
}
.order-info small{
    margin-top: 6px;
    display: block;
    margin-bottom: 3px;
}
.cart-quantity{
	margin-top:5px;
}
.cart-quantity input{
    max-width: 90px;
	text-align:center;
}
.cart-quantity .input-group-btn{
	width: 34px;
	height: 34px;
}
.cart-quantity .input-group{
   max-width:176px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.cart-product-price {
	color: var(--Main-black, #231F20);
    text-align: right;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
	margin-bottom:12px;
}
.cart-product-price-total {
	color: var(--Main-black, #231F20);
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
}
#total_sub_total{
	display:none;
}
.simplecheckout-cart-total{
	border:none;
}
#total_total .simplecheckout-cart-total-remove{
	display:none;
}
#total_total {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	border:none;
    position:relative;
	padding:20px 28px;
	padding-bottom:10px;
}

#total_total:after{
	display:none;
}
#total_total b{
	color: var(--Main-black, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
#total_total .simplecheckout-cart-total-value{
	color: var(--Main-black, #231F20);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}	
#simplecheckout_cart{
    margin-bottom:0px;	
}
.simplecheckout #buttons{
	padding: 0 0px;
	padding-bottom:20px;
	border-radius:0px 0px 8px 8px;	
	background-color:#F7F8FB;
}
.simplecheckout #buttons .simplecheckout-button-right{
	float:none;
}
.simplecheckout #buttons a,
.simplecheckout #buttons button{
	width:100%;
}
.simple-content .checkout-heading{
	background:none;
	border:none;
	background-color:unset!important;
}
.checkout-heading.panel-heading{
	color: var(--Main-black, #231F20)!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.step-count{
	margin-right: 7px;
}
.new-customer-text, .checkout-heading-button a{
    color: var(--Main-black, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;	
}
.simple-login {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 15px;
    align-items: flex-start;
}
#simplecheckout_customer .checkout-heading.panel-heading {
    display: block!important;
	padding: 15px 0px 15px 0px;
}
.checkout-heading.panel-heading, .checkout-heading.panel-heading span {
    display: flex!important;
    flex-direction: row;
    align-items: center;
}

.new-customer-text {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #0A76D0;
    margin-left: 22px;
    margin-right: 34px;
}
.simplecheckout-left-column .col-sm-4{
	display:none!important;
}
.simplecheckout-left-column .col-sm-8{
	width:100%;
}
#simplecheckout_customer,
#simplecheckout_shipping_address{

}
.simplecheckout-block-content {

}
#simplecheckout_shipping_address h3{
	color: var(--Main-black, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	margin-top: 10px;
}
.row-shipping_address_date_shipping{
	width:55%;
	float:left;
}
.row-shipping_address_time_shipping{
	width:55%;
	float:right;
}
#simplecheckout_shipping .checkout-heading{
	padding-left: 0!important;
}
#simplecheckout_shipping_address select{
	color: var(--Main-black, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sbSelector{
	border-radius: 8px!important;
    border: 1px solid var(--Outline, #CACACA)!important;
    background: var(--White, #FFF)!important;
    height: 48px;
    color: var(--Main-black, #231F20)!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 20px!important;
    line-height: 48px!important;
	width: 100%;
    display: block;
}
.sbToggleOpen+.sbSelector{
	border: 1px solid var(--Primary-color, #0A76D0)!important;
}
.sbOptions{
	background: #fff;
    border: 1px solid #0A76D0;
	border-top: 0;
    border-radius: 8px;
    padding: 0px;
    font-size: 14px;
	left: 0;
    position: absolute;
    right: 0;
	margin: 0 15px;
    z-index: 99;
}
.sbOptions li{
	list-style:none;
	padding: 0 20px;
}
.sbOptions li a{
	display:block;
	padding:10px 0px;
	color: var(--Main-black, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#simplecheckout_shipping_address .sbOptions li:nth-child(even) a {
    border-top: 1px solid #cacaca3b;
}
.simplecheckout-block-content input:checked +.check-circle, .form-check input:checked +.check-circle {
    border: 1px solid var(--Primary-color, #0A76D0);
}
.simplecheckout-block-content .check-circle, .form-check .check-circle {
    display: block;
    position: relative;
    border: 1px solid var(--Outline, #CACACA);
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
#simplecheckout_shipping input, #simplecheckout_payment input, .form-check input {
    display: none;
}
.simplecheckout-block-content input:checked +.check-circle:before, .form-check input:checked +.check-circle:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--Primary-color, #0A76D0);
    top: 4px;
    left: 4px;
}
.simplecheckout-block-content .radio label {
    display: flex!important;
    flex-direction: row;
    align-items: center;
    padding: 0;
}
.simplecheckout .radio label{
	color: var(--Main-black, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.row-shipping_address_date_shipping button i{
	display:block;
	background:url('../image/calendar.svg');
	width:24px;
	height:24px;
	position:absolute;
	top: 12px;
    right: 15px;	
    -web-kitfilter: brightness(0) saturate(100%) invert(49%) sepia(80%) saturate(873%) hue-rotate(342deg) brightness(98%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(49%) sepia(80%) saturate(873%) hue-rotate(342deg) brightness(98%) contrast(91%);

}
.row-shipping_address_time_shipping button i{
	display:block;
	background:url('../image/clock.svg');
	width:24px;
	height:24px;
	position:absolute;
	top: 12px;
    right: 15px;
    -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(80%) saturate(873%) hue-rotate(342deg) brightness(98%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(49%) sepia(80%) saturate(873%) hue-rotate(342deg) brightness(98%) contrast(91%);
}
.simplecheckout-block{
	margin-bottom:0px!important;
}
#simplecheckout_comment{
	padding: 20px 0px;
   
}
#simplecheckout_comment textarea{
	color: var(--Main-black, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.empty-cart{
	border-radius: 8px;
    background: var(--White, #FFF);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.empty-cart .content {
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 45px;
}
.empty-cart .content svg{
	margin-bottom:70px;
}
.empty-cart .content span{
	display:block;
	color: var(--Main-black, #231F20);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	text-align:center;
	margin-bottom:30px;
}
.empty-cart .button_oc:focus{
	background:#045da7!important;
}
.empty-cart .button_oc{
	width: 300px!important;
	display:block;
} 
#smca-modal-data-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding-top: 20px;
    text-align: center;
	font-weight: 500;
    margin-bottom: 10px;
}
#smca-modal-data-empty:before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    background: url(../image/empty-cart.png);
    background-size: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    position: relative;
    left: -6px;
}
.popup-window{
	max-width: 400px!important;
	border-radius:8px;
}

.btn-close-popup:after, .btn-close-popup:before{
	display:none!important;
}
.popup-title{
	color: var(--Main-black, #231F20);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.popup-lr-head{
    background: var(--Grey-bg, #FAFAFA);
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.btn-close-popup{	
    top: 22px!important;
    right: 20px!important;
}
.popup-window .inner {
    padding: 28px 28px!important;
}
body #popup-login .form-group.group-email input[type="email"], 
body #popup-login .form-group.group-password input[type="text"],
body #popup-login .form-group.group-password input[type="password"], 
body #popup-forgot_password .form-group.group-email input[type="email"],
body #popup-login .form-group.group-tel input[type="tel"] {
    padding: 0 20px 0 20px !important;
    height: 48px!important;
    color: var(--Main-black, #231F20);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#popup-login .form-group.group-email {
    margin-bottom:0!important;
}
.logged-user svg path{
    stroke: var(--Primary-color, #0A76D0);
}
.delimiter{
	font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-transform: lowercase;
	position:relative;
}
.delimiter:before{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: var(--Outline, #CACACA);
    margin-right: 20px;
    margin-top: 3px;
}
.delimiter:after{
	content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: var(--Outline, #CACACA);
    margin-left: 20px;
    margin-top: 3px;
}
#button-login-popup,
#button-register-popup,
#button-forgot-popup{
	height: 48px;
	border:none!important;
    background: var(--Primary-color, #0A76D0)!important;
    color: #fff!important;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	width: 100%;
}
#button-login-popup:hover{
	background:#045da7!important;
}
.popup-window .reg_block{
    border:none!important;	
padding: 16px 0px 16px 0px!important;
}
.registration-show{
	display: flex!important;	
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 48px;
    border: 1px solid  #0A76D0!important;		
    border-radius: 8px;	
	color: #0A76D0!important;	
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	width: 100%;
}
.registration-show:hover{
	border-color: #045da7!important;	
	background:#045da7!important;
}
#account-support-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: flex-end!important;
    margin-top: 5px;
}
#account-support-links a{
	color: #0A76D0;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	border:none;
}
.icon-error:before{
	display:none!important;
}
.icon-error{
	color: #f75152!important;	
    text-align: center;
    font-family: Montserrat!important;
	font-size:13px!important;
	padding: 0px!important;
	white-space: nowrap;
}
#slagreep{
	display:none;
}
.login-show{
	cursor:pointer;
}
.reg_block .login-show{
	color: #0A76D0!important;		
    text-align: right;
    font-size: 14px!important;	
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	border-color:#0A76D0!important;
}
.forgot_password svg path{
	stroke:#0A76D0;
}
.reg_block .forgot_password{
	display: flex!important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none!important;
    color: var(--Main-black, #231F20);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reg_block .forgot_password svg{
	margin-right:7px;
}
.popup-form .form .form-group{
	margin-bottom:20px;
}
#popup-forgot_password .inner .popup-text{
	color: var(--Main-black, #231F20);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.register-success{
	font-size:16px;
}
.account-menu{
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}
.account-menu a{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--Main-black, #231F20);
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 48px;
    border-radius: 8px;
    border: 1px solid var(--Outline, #CACACA);
    background: #fff;
    max-width: 226px;
    width: 100%;
	margin: 0 8px;
	margin-bottom: 20px;
}
.account-menu a:hover,
.account-menu .active{
	background: #0A76D0;
	border: 1px solid #0A76D0;
	color:#fff;
}
.account-menu a:hover svg path,
.account-menu .active svg path{
	stroke:#fff;
}
.account-menu a svg{
    margin-right: 7px;
}	
.btn-wish-remove{
	position: absolute;
    right: 15px;
    z-index: 9;
    top: 15px;
}
h1{
    color: var(--Spirt-Black, #231F20);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#simpleedit{
	max-width: 550px;
    margin: 0 auto;
}
#simpleedit .simpleregister-button-block{
	background:none;
}
#simpleedit .simpleregister-button-right{
	float:none;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#simpleedit #simpleregister_button_confirm{
	width:200px;
}
#simpleedit .col-sm-10{
	width:70%;
}
#simpleedit .col-sm-2 {
    width: 30%;
    text-align: left;
    color: var(--Main-black, #231F20);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
label[for=edit_password]{
	padding-left: 26px;
}
.account-orders-wrap{
	max-width: 952px;
	margin:0 auto;
}
.ac-order-item{	
    background: #fff;
	margin-bottom: 10px;
	border-radius: 8px;
}

.ac-order-head{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 26px 32px;
}
.ac-order-accordion{
	display:none;
	padding: 0 32px;
	background:#FAFAFA;
	border-radius: 0px 0px 8px 8px;
}
.oi-item{	
    padding: 30px 0px;
	border-top: 1px dashed #CACACA;
}
.oi-item:first-child{
	border-top:none; 
}
.oi-item-inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;	
}
.o-product-name,
.o-product-total{
	color: var(--Main-black, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
	
}
.o-product-total {
    text-align: right;
}	
.o-product-name{
	width: 66%;
}
.order-product-totals div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    border-bottom: 1px dashed rgba(64,107,128,.3);
    height: 1em;
    margin: 0px 1em;
    margin-top: -6px;
}
.ac-prod-price{
	color: var(--Main-black, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.o-product-name p, .o-product-total p{
	margin-bottom:2px;
}
.order-product-totals{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid var(--Outline, #CACACA);
    padding-top: 40px;
    padding-bottom: 30px;
	align-items: center;
}
.order-product-totals p:first-child{
	color: var(--Main-black, #231F20);
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.order-product-totals p:last-child{
    color: var(--Main-black, #231F20);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.more-info{
	height: 30px;
    background: #0A76D0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
	cursor:pointer;
	margin-top: 20px;
	width: 110px;
}
.order-info p{
	margin-bottom:6px;
	color: var(--Main-black, #231F20);  
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.order-total p:first-child{
    color: var(--Main-black, #231F20);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.order-total p:last-child{
	color: var(--Main-black, #231F20);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.od-bottom p,
.order-info p{
	color: var(--Main-black, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
	margin-bottom: 2px;
}
.od-top,.ac-column-head{
	color: var(--Main-black, #231F20);
    font-size: 12px!important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ac-sum{
	color: var(--Main-black, #231F20);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#smca-modal-body{
    max-width: 476px!important;	
	border-radius: 8px;
	background: #f7f8fb!important;
}
#smca-modal-body .modal-heading{
	height: 68px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--Main-black, #231F20);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	position:relative;
	background: #ffffff;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid #e3e3e3;
}
.smca-modal-close {
    top: 20px;
    position: absolute;
    right: 24px;
}
.smca-modal-close svg{
	width: 25px;
    height: 25px;
}
#smca-modal-body .modal-body {
    padding: 0px 10px 10px 10px!important;
	background: #F7F8FB!important;
}	
#smca-modal-body > .modal-footer{
	background: #F7F8FB!important;
}

#smca-modal-body  .order-item{
	margin:0;
	margin-bottom:8px;
}
#smca-modal-body  .order-item:first-child{
	margin-top:8px;
}
#smca-modal-body .cart-wrap{
	max-height: 450px;
    overflow: auto;
    padding-right: 10px;
    padding-left: 10px;
}
ul.dropdown-address::-webkit-scrollbar,
#smca-modal-body .cart-wrap::-webkit-scrollbar {
    width: 8px;               
}

ul.dropdown-address::-webkit-scrollbar-track,
#smca-modal-body .cart-wrap::-webkit-scrollbar-track {
    background: var(--Outline, #CACACA);
    border-radius:16px
}
ul.dropdown-address::-webkit-scrollbar-thumb,
#smca-modal-body .cart-wrap::-webkit-scrollbar-thumb {
    background-color: var(--Primary-color, #0A76D0);
    border-radius: 16px;       /
    border: 4px solid var(--Primary-color, #0A76D0);
}
#smca-modal-body .totals{
    padding:0 15px;	
	padding-top: 20px;
	position:relative;
}
.totals-inner{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;	
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}
.totals-inner p:last-child{
    color: var(--Main-black, #231F20);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.totals-inner p:first-child{
    color: var(--Main-black, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#smca-modal-body > .modal-footer {
	border: none;
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
	padding: 0 30px;
    padding-bottom: 20px;
}
.go-button-bottom{
	border-radius: 8px;
    background: var(--Primary-color, #0A76D0)!important;
    border-color: var(--Primary-color, #0A76D0)!important;
    color: #fff!important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	width: 100%;
    margin-bottom: 16px;
}

.close-button-bottom{
	width: 100%;
	border-radius: 8px;
    border: 1px solid #0A76D0!important;
    color:#0A76D0!important;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--White, #FFF);
}
.go-button-bottom:hover{
	background: #045da7!important;
    border-color: #045da7!important;
}
.close-button-bottom:hover, 
.registration-show:hover{
	background: #0A76D0!important;
    border-color: #0A76D0!important;
	color:#fff!important;
}
#button-confirm{
    border-radius: 8px;
    background: var(--Primary-color, #0A76D0)!important;
    color: #fff!important;
	border:none!important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    line-height: 48px!important;
    height: 48px;
    padding: 0;
    width:100%;
}
.smca-call-button:hover, 
#simplecheckout_button_confirm:hover,
#button-register-popup:hover,
#button-forgot-popup:hover,
#button-confirm:hover{
	background: #045da7!important;
}
#product-product h1{
    color: var(--Spirt-Black, #231F20);
    font-family: Inter;
    font-size: 36px!important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#product-product #content .prod-content-wrap{
	border-radius: 8px;
    background: #F7F8FB;
	padding: 40px;
	margin-top:10px;
}
#product-product .thumbnail{
	margin-bottom:0px;
}
.product-content{
	display: flex;
    flex-direction: row;
    justify-content: space-between;	
	max-width: 985px;
}

.prod-image-block, .product-info-wrap{
	width:50%;
}
#product-product .thumbnails > li{
    margin:0;	
}
#product-product .thumbnail{
    background: transparent;
    border: none;
	padding:0;
}
#product-product .thumbnail img{
	border-radius: 8px;
    border: 1px solid var(--Spirt-Outline, #E5E7EB);
    padding: 24px;
    background: #fff;
}
.stock-box{
	overflow:hidden;
}
.in-stock{
   color: #0C7827;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px; 	
   border-radius: 8px;
   background: #DBF2E1;
   padding:10px;
   display:block;
   float:left;
}
.product-info-wrap h1{
	text-align:left;
	margin-bottom:10px;
}
.to-wish-prod{
	color: var(--Input-gray, #999);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    background: none;
	padding:0;
}
.to-wish-prod:hover{
	color: var(--Main-black, #231F20);
}
.to-wish-prod:hover svg path{
    stroke: #0A76D0;
}
.product-quantity button{
	width: 48px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Outline, #CACACA)!important;
    border-radius: 8px;
}
.product-quantity button:hover{
	background: #045da7!important;
    border-color: #045da7!important;
}
.product-quantity button:hover svg path{
	 stroke: #fff;
}
.product-quantity{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin-bottom:16px;
}
#input-quantity{
	max-width:276px;
	text-align: center;
}
.product-info-wrap {
    padding-left:10px;	
	text-align: left;
}
.price-wrap{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
	margin-bottom: 20px;
	margin-top:10px;
}
.price-wrap p{
	margin:0;
}
.price-for-op{
    margin-top: 25px;
}
.price-prod-block{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 0;
}
.old-prod-price{
    color: var(--Main-black, #231F20);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-decoration: line-through;	
	margin-left:12px!important;
}
.new-prod-price,.prod-price{
    color: var(--Error, #F40B0B);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
.prod-price{
	color: var(--Main-black, #231F20);
}
.prod-weight{
   color: var(--Main-black, #231F20);
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin-bottom: 30px;
}

.desc-title{
	color: var(--Main-black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	margin-bottom:10px;
}
#tab-description{
	color: var(--Main-black, #231F20);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.p-allergens,.p-hot{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.p-allergens .ef-icon-block,
.p-hot .ef-icon-block{
	margin-right:12px;
}
.p-hot .ef-icon-block{
	background:#FFDCDC;
	min-width: 90px;
	max-width: 90px;
}
.p-allergens .allergens-text{
	color: var(--Main-black, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-desc{
	margin-top:20px;
	margin-bottom:20px;
	color: var(--Spirt-Black, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; 
}
.product-desc p{
	margin:0;
	font-size:14px;
	line-height:24px;
}
#product .form-group{
	max-width:360px;
}
#product{
	margin-top:34px;
}

body::-webkit-scrollbar {
    width: 8px;               
}

body::-webkit-scrollbar-track {
    background: var(--Outline, #CACACA);
    border-radius:16px
}

body::-webkit-scrollbar-thumb {
    background-color: var(--Primary-color, #0A76D0);
    border-radius: 16px;       /
    border: 4px solid var(--Primary-color, #0A76D0);
}
.no-overflow{
	padding-right:8px;
}
.text-empty{
    color: var(--Main-black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;	
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
	color: var(--Main-black, #231F20)!important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background:transparent!important;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.timepicker .btn{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}
.timepicker .btn:hover{
	background:#045da7!important;
}
.timepicker .btn span{
   font-size:14px;
}
.bootstrap-datetimepicker-widget:has(.timepicker){
   max-width:108px!important;	
}
.timepicker-minute, .timepicker-hour,.separator, .timepicker td{
	height:34px!important;
	line-height: 34px!important;
}
.sub-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
	padding:0;
}
.sub-categories li {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid var(--Outline, #CACACA);
    background: #FFF;
    height: 42px;  
	margin:0 12px;
    
}
.sub-categories li:hover{
	 background: #fff;
	  border-color: var(--Main-black, #231F20);
}
.sub-categories li.active{
    background: var(--Primary-color, #0A76D0);
    border-color: var(--Primary-color, #0A76D0);
}
.sub-categories li a{
	color: var(--Main-black, #231F20);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	 padding: 0px 22px;
}
.pagination{
	display: flex;
    flex-direction: row;
    justify-content: center;
	margin-top:20px!important;
}
.pagination>li.active>span,
.pagination>li>span:hover{
	background: var(--Primary-color, #0A76D0)!important;
	border-color: var(--Primary-color, #0A76D0)!important;
	color:#fff!important;
}

.pagination>li>a,
.pagination>li>span{
	width: 38px;
    height: 38px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin: 0 4px;
    border-radius: 8px!important;
}
.pagination>li>a,
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover{
	color: var(--Main-black, #231F20);
}
.not-found-img{
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin-top: 100px;
}
#error-not-found svg{
	margin:0 5px;
}
#error-not-found h1{
	margin-top:30px;
}

.slick-products .slick-track{
	padding-bottom:180px;
	
}
.slick-list{
	margin-bottom:-180px;
	z-index:9;
}
.slick-products .product-thumb:focus, .slick-products .product-thumb:hover {
    box-shadow: 0 10px 5px #0000003d;
}
.slick-products  .grid-info-hidden-content{
	box-shadow: 0 10px 7px #0000003d;
}
.slick-arrow{
	border:none;
	display:flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	width:42px;
	height:42px;
	border-radius:100%;
    background:#fff;
    border:1px solid #CACACA;	
	position: absolute;
    z-index: 99;
    top: 42%;
}
.slick-prev{
    left:-10px;	
}
.slick-next{
    right:-10px;	
}
.slick-prev:before{
	content:'';
	display:block;
	width:20px;
	height:20px;
	background:url('../image/arrow-left.svg');
	background-size:100%;
}
.slick-next:before{
	content:'';
	display:block;
	width:20px;
	height:20px;
	background:url('../image/arrow-right.svg');
	background-size:100%;
}
.slick-disabled{
	opacity:0.5;
}
.slick-arrow:hover{
	background: var(--Primary-color, #0A76D0)!important;
	border-color: var(--Primary-color, #0A76D0)!important;
}
.related-mod-title{
	margin: 20px 0px;
}
.related-mod-title .h3{
	font-size: 18px;
}
.related-mod-title .mod-home-title-stroke {
    width: 75%;	
}
.head-wrap{
	position:relative;
}
.to-wish-success {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #231F20;
    border-color: #231F20;
    color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.to-wish-success:before {
    right:88px;
    border: 8px solid transparent;
    content: " ";
    display: block;
    height: 0px;
    position: absolute;
    width: 0px;
    border-bottom-width: 0;  
    bottom: 0px;
    margin-left: 0px;
    border-top-color: #231F20;
    top: -8px;
    transform: rotate(180deg);
}
.to-wish-success svg{
   margin-right:14px;	
}
.to-wish-success span, .to-wish-success a{
	color:var(--Primary-color, #0A76D0)!important;
	margin:0 5px;
}
.to-wish-success .close{
	color:var(--Primary-color, #0A76D0)!important;
	opacity: 1;
    text-shadow: none;
	margin-left: 6px;
    margin-right: 3px;
}
.foot-soc a:hover svg rect{
	stroke:var(--Primary-color, #0A76D0)!important;
}
.foot-soc a:hover svg path{
	fill:var(--Primary-color, #0A76D0)!important;
}
.has-error input{
    border: 1px solid var(--Error, #EA4C28)!important;
}
.has-error input::placeholder {
  color: var(--Error, #EA4C28)!important;
}
.mobile-sidebar.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    opacity: 1;
}
.mobile-sidebar {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: -60px;
    left: 0;
    background: #fff;
    border-radius: 0.75rem 0.75rem 0 0;
    z-index: 12203;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity .15s linear .1s,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .15s linear .1s,-webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out,opacity .15s linear .1s;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}
.mob-sidebar-header {
    color: #000;
    font-size: 20px;
    padding: 20px;
    background: #EDEDED;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mob-sidebar-inner {
    height: 100%;
    max-height: calc(100% - 56px);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
}
.mobile-sidebar button {
    border: none!important;
    outline: none!important;
}
.mob-menu-content {
    padding: 0px 20px;
	margin-top: 15px;
}
.mob-login, .mob-h-wish{
    padding: 16px 0px;
    border-bottom: 1px solid var(--Outline, #CACACA);
}
#mob-overlay.active {
    background: rgba(0,0,0,.4);
    z-index: 12001;
    visibility: visible;
}
#mob-overlay {
    background: rgba(0,0,0,0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.overflow-hidden {
    overflow: hidden!important;
}
.account-log-reg, 
.mob-wish-btn,
.text-information{
   color: var(--Main-black, #231F20);
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: flex-start;
   position: relative;
}

.mob-menu-content .account-log-reg svg, 
.mob-menu-content .mob-wish-btn svg{
    margin-right: 15px;
}	

.mob-address-block{
	margin-top: 20px;
}
.mob-h-wish .wish-count{
	top: -4px;
    left: 12px;
    width: 14px;
    height: 14px;
    font-size: 10px;
}
.cart-wrap .order-info{
    max-width: 206px;
	margin-left:3rem;
}	
#simplecheckout_cart .cart-wrap .order-info{
    max-width: 180px;
	padding-bottom:5px;
	margin-left: 3rem;
}
.simplecheckout-cart-total.coupon-block{
	width: 65%;
    float: left;
    text-align: left;
	padding-right:0;
	padding-bottom:0;
}
.simplecheckout-cart-total{
	border:none!important;

}
#simplecheckout_cart .simplecheckout-cart-total.coupon-block .coupon-text {
    display: block;
    text-align: left;
    margin-bottom: 4px;
	font-size: 13px;
}
#simplecheckout_cart .coupon-block .form-control {
    display: inline-block !important;
    min-width: 50px;
    width: 100%;
    max-width: 100%!important;
    height: 48px;
    border-right: none!important;
    border-radius: 8px 0px 0px 8px!important;
}
#simplecheckout_cart .simplecheckout-cart-total.simplecheckout-cart-buttons {
    width: 35%;
    float: right;
    text-align: left;
    padding: 0;
    margin-top: 31px;
}
#simplecheckout_button_cart.not-active {
    background-color: #D4D4D4!important;
    opacity: 1!important;
}
#simplecheckout_cart .simplecheckout-cart-buttons #simplecheckout_button_cart {
    height: 48px;
    line-height: 48px;
    padding: 0;
    width: 100%;
    display: block;
	border-radius: 0px 8px 8px 0px;
}
#simplecheckout_cart .simplecheckout-cart-total.coupon-block .inputs {
	padding-right:0!important;
	margin-right:0!important;
}
#simplecheckout_cart .simplecheckout-cart-buttons .buttons, #simplecheckout_cart .simplecheckout-cart-total.coupon-block .inputs {
    display: block!important;
	
}
.simplecheckout-right-column{
    border-radius: 8px;
    background: #F7F8FB;
    padding: 40px;
	width:50%!important;
}
#total_coupon{
	font-size: 14px;
    padding: 20px 28px 0px 28px;
}
#total_coupon .simplecheckout-cart-total-value{
	font-size: 17px;
    font-weight: 700;
}
.simplecheckout-cart-total-remove svg{
	position: relative;
    top: 4px;
    width: 15px;
	cursor:pointer;
}
#total_total span:first-child{
	font-size: 14px;
	font-weight:700;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: 15px;
}
#common-success p{
	font-size: 20px;
    text-align: center;
	line-height: 26px;
}
.button-sucess{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.button-sucess a{
	padding: 0 60px;
}

.map-title-box{
	border-radius: 8px 8px 0px 0px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: #F7F8FB;
    padding: 38px 0px;
}
.map-title{
    color: var(--Spirt-Black, #231F20);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin-bottom:8px;
}
.m-t-text{
   color: var(--Spirt-Black, #231F20);
   text-align: center;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px; 
}
.simplecheckout label{
   width:100%;	
}
.oferta-wrap,.information-page-wrap{
	background: #fff;
    padding: 28px;
    border-radius: 8px;	
}
.information-page-wrap{
	padding: 40px;
}
.info-page-wrap div,
.info-page-wrap a,
.info-page-wrap p,
.info-page-wrap span,
.oferta-wrap div,
.oferta-wrap a,
.oferta-wrap p,
.oferta-wrap span{
	font-family: 'Montserrat', sans-serif!important;
	font-size:14px;
}
.footer-information-block a{
	text-decoration: underline;
}
.footer-information-block{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 20%;
}
.cp-inner{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.contacts-left{
    width: 52%;
	padding-right: 40px;
}	
.contacts-right{
	width:48%;
	border-left: 1px solid #CACACA;
    padding-left: 40px;
	display: flex;
    flex-direction: column;
}
.contacts-mid-title{
	margin-bottom:17px;
}
.contacts-mid-title,
.contacts-text,
.cr-text,
.cr-text a{
    color: var(--Main-black, #231F20);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.contacts-text,
.cr-text,
.cr-text a{
    font-size: 16px;
    font-weight: 400;
}
.cr-text{
    font-weight:600;
	display: flex;
    flex-direction: column;
}
.cr-item{
	margin-bottom:30px;
}
.messanger-box{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.messanger-box .cr-item-inner:first-child{
	margin-right:60px;
}
.messanger-icon{
	display:block;
	width:18px;
	height:18px;
	margin-right:14px;
}
.crm-viber .messanger-icon{
	background:url('../image/viber.svg');
	background-size:100%;
	background-repeat:no-repeat;
}
.crm-telega .messanger-icon{
	background:url('../image/telegram.svg');
	background-size:100%;
	background-repeat:no-repeat;
}
.crm-whatsap .messanger-icon{
	background:url('../image/whatsap.svg');
	background-size:100%;
	background-repeat:no-repeat;
}
.crm-facebook .messanger-icon{
	background:url('../image/facebook.svg');
	background-size:100%;
	background-repeat:no-repeat;
}
.crm-insta .messanger-icon{
	background:url('../image/instagram.svg');
	background-size:100%;
	background-repeat:no-repeat;
}
.cr-messanger-link{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin-bottom:7px;
}
#menu ul{
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
    padding: 0 4rem;
}
#menu ul a:hover{
	text-decoration:none;
	color:var(--Spirt-Black, #231F20);
}
.home-page-categories{
	display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
	margin-top: 28px;
}
.home-page-categories img{
	border-radius:8px;
}
.home-page-categories a{
    border-radius: 8px;
    border: 1px solid var(--Spirt-Outline, #E5E7EB);
    padding: 24px;
	display: flex;
    flex-direction: column;
    align-items: center;
}	
.hp-c-item{
   padding:0 7px;	
}
.hp-c-item:hover a{
	box-shadow: 0 10px 15px #0000003d;
}
.hp-c-item span{
	margin-top:24px;
}
.grid-prd-title{
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
	min-height: 52px;
}
.price-box p, 
.price-box span{
   font-family:Inter, sans-serif;
}
.price-box .price{
    display: flex;
    flex-direction: column-reverse;
}
.price-box .price-old{
    font-size: 14px;
    color: #a5a5a5;
    text-decoration: line-through;
}
.price-box .price-new{
    color: #F40B0B;	
}
.grid-f-block .options input,
.prod-options input {
	display:none;
}
.grid-f-block .options{
	margin-bottom: 16px;
}
.grid-f-block .options .option,
.prod-options {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;

}
.grid-f-block .options label,
.prod-options label{
   color: var(--Spirt-Black, #231F20);
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px; 
   border-radius: 8px;
   border: 1px solid var(--Spirt-Outline, #E5E7EB);
   width: 50px;
   height: 50px;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   transition:all 0.3s ease;
   cursor:pointer;
   background:#fff;
}
.grid-f-block .options input:checked + label,
.grid-f-block .options label:hover,
.prod-options input:checked + label,
.prod-options label:hover{
	color:#fff;
	background:var(--Primary-color, #0A76D0);
	border-color:var(--Primary-color, #0A76D0);
	transition:all 0.3s ease;
}
#input-payment-telephone{
	border-radius:8px 0px 0px 8px!important;
}
#oneclick{
	margin-top: 16px;
}
.text-oneclick{
	margin-bottom:4px;
}
.prod-buy-buttons .btn-primary{
	font-size:18px;
	padding: 0 30px;
}
.prod-buy-buttons input::placeholder{
	color:#BDC2D2;
}
#oneclick .alert-success{
	border-radius: 8px;
    background: #DBF2E1;
	color: #0C7827;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.cart-quantity{
   display:none!important;	
}
.mob-info-menu{
	padding: 0;
    list-style: none;
}
.mob-info-menu .mob-info-link a{
	padding: 10px 0px;
    display: block;
}
.mob-open-block, .mob-address-block, .mob-address-block a {
    color: var(--Main-black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.head-tel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}
.mob-open-block {
    margin-top: 20px;
}

.information-content{
   border-radius: 8px;
   background: #F7F8FB;
   padding:37px;
}
.information-content,
.information-content div,
.information-content p,
.information-content span{
   color: var(--Spirt-Black, #231F20);
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
}

.info-med-title{
   color: var(--Spirt-Black, #231F20);
   font-size: 18px!important;
   font-style: normal;
   font-weight: 600!important;
   line-height: 24px; 
}
.article-item{
	border-radius: 8px;
    background: #F7F8FB;
	padding:38px;
	margin-bottom:16px;
}
.article-thumb{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.article-thumb .image{
	width:100%;
	max-width:300px;
}
.article-thumb img{
	border-radius:8px;
}
.article-caption{
	display: flex;
    flex-direction: column;
	padding-left: 3rem;
}
.article-title{
	margin-bottom:6px;
}
.btn-read-more{
	color:#0A76D0;
	text-decoration:underline!important;
	display: block;
    margin-top: 10px;
    float: left;
    width: 166px;
}
.article-date{
	margin-top: 30px;
}
.contacts-content{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.contacts-info{
	display: flex;
    flex-direction: column;
    width: 24%;
}
.contacts-map{
	width:74%;
}
.contacts-text{
	margin-bottom:20px;
}
.dropdown-address li:hover {
    background-color: #0a76d0!important;
}
/*Extra styles end*/




/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
.footer-inner{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.footer-contacts{
	width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin-top: 30px;
}
.footer-contacts .head-tel{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-contacts .head-tel a{
	font-weight: 400!important;
	color: #CACACA!important;
	transition: all .25s ease-out;
	margin: 0px 10px;
    display: block;
}
.footer-contacts .head-tel a:hover{
	color: #fff!important;
	transition: all .25s ease-out;
}
.footer-inner p{
	margin-bottom:0;
	line-height: 25px;
}
.foot-soc{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
}
.foot-soc a{
    margin-right: 12px;
}
.footer-open-block{
	display: flex;
    flex-direction: column;
	width: 17%;
}	
.footer-soc-block{
	width:21%;
}
.footer-tagline-block{
	width:23%;
}
footer {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #303030;
    background: var(--Main-black, #231F20);
    color: var(--Outline, #CACACA);
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: var(--Outline, #CACACA);
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    background: #fff;
    margin-top: 15px;
	margin-bottom:0px;
}
.breadcrumb {
    padding: 8px 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}
.breadcrumb a, .breadcrumb li {
    color: #231F20;
    font-size: 10px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 0px 0px 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb li,
.breadcrumb a{
    color: var(--Spirt-Black, #231F20);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}
.breadcrumb li{
	color: var(--Spirt-Spirt, #0A76D0);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	border-radius: 8px;
    background: var(--Primary-color, #0A76D0);
	color: var(--Main-black, #231F20);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	border:none;
	line-height:48px;
	height: 48px;
	padding:0;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	border-radius: 8px;
    background: var(--Primary-color, #0A76D0);
	color: var(--Main-black, #231F20);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-primary {
	border-radius: 8px;
    background: var(--Primary-color, #0A76D0);
	color:#fff!important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	border:none;
	line-height:48px;
	height: 48px;
	padding: 0 20px;
}

.btn-primary.focus, .btn-primary:focus{
	background-color: #045da7!important;
	color: #fff!important;
	border:none!important;
	outline:none!important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #045da7!important;
	color: #fff!important;
}
.btn-primary.active.focus, 
.btn-primary.active:focus,
.btn-primary.active:hover, 
.btn-primary:active.focus,
.btn-primary:active:focus, 
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover{
	background-color: #045da7!important;
	color:#fff!important;
}
.btn-warning {
	height: 48px;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {	
	margin-bottom: 8px;
	overflow: auto;
}
.product-grid{
	padding-right: 7px;
    padding-left: 7px;
}
.product-thumb .image {
	text-align: center;
	position:relative;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}


.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #231F20;
}
.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
.footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-information-block,
.footer-soc-block,	
.footer-address-block,
.footer-open-block{
	width:50%;
	margin-bottom:24px;
}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
/*gallery styles*/
.demo-btn {
    display: inline-block;
    margin: 0 2.5px 4vh 2.5px;
    text-decoration: none;
    color: grey;
    padding: 15px;
    line-height: 1;
    min-width: 140px;
    background: rgba(0,0,0, 0.07);
    border-radius: 6px;
}

.demo-btn:hover {
    background: rgba(0,0,0,0.12);
}

@media (max-width: 640px) {

    .demo-btn {
        min-width: 0;
        font-size: 14px;
    };
}

/*
==========================================
2. Responsive Photo Gallery
========================================== 
*/
.m-p-g {
    max-width: 860px;
    margin: 0 auto;
}

.m-p-g__thumbs-img {
    margin: 0;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 1;
    position: relative;
    opacity: 0;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-tap-highlight-color: transparent;
    will-change: opacity,transform;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1);
	border: 1px solid #f0f0f0;
}

.m-p-g__thumbs-img.active {
    z-index: 50;
}

.m-p-g__thumbs-img.layout-completed {
    opacity: 1;
}

.m-p-g__thumbs-img.hide {
    opacity: 0;
}

.m-p-g__thumbs-img:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.m-p-g__fullscreen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: 0 0;
    visibility: hidden;
    -webkit-transition: background .25s ease-out,visibility 10ms .5s linear;
    transition: background .25s ease-out,visibility 10ms .5s linear;
    will-change: background,visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.m-p-g__fullscreen.active {
    -webkit-transition: background .25s ease-out,visibility .01s 0s linear;
    transition: background .25s ease-out,visibility .01s 0s linear;
    visibility: visible;
    background: rgba(0,0,0,.95);
}

.m-p-g__fullscreen-img {
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    max-width: 100%;
    visibility: hidden;
    will-change: visibility;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.m-p-g__fullscreen-img.active {
    visibility: visible;
    opacity: 1!important;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.23,1,.32,1),opacity .5s ease-out;
    transition: transform .5s cubic-bezier(.23,1,.32,1),opacity .5s ease-out;
}

.m-p-g__fullscreen-img.almost-active {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}

.m-p-g__controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 20vh;
    background: -webkit-linear-gradient(bottom,transparent 0,rgba(0,0,0,.55) 100%);
    background: linear-gradient(to top,transparent 0,rgba(0,0,0,.55) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1);
}

.m-p-g__controls-arrow,.m-p-g__controls-close {
    position: absolute;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.m-p-g__controls.active {
    opacity: 1;
    visibility: visible;
}

.m-p-g__controls-arrow,.m-p-g__controls-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
}

.m-p-g__controls-arrow:focus,.m-p-g__controls-close:focus {
    outline: 0;
}

.m-p-g__controls-arrow {
    z-index: 1;
    top: 0;
    width: 20%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.m-p-g__controls-arrow:hover {
    opacity: 1;
}

.m-p-g__controls-arrow--prev {
    left: 0;
    padding-left: 3vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-p-g__controls-arrow--next {
    right: 0;
    padding-right: 3vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.m-p-g__controls-close {
    top: 3vh;
    left: 3vw;
    z-index: 5;
}

.m-p-g__btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.m-p-g__btn:hover {
    background: rgba(255,255,255,.15);
}

.m-p-g__alertBox {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19);
    color: grey;
}

.m-p-g__alertBox h2 {
    color: red;
}
.to-wish-success svg path{
	fill:#0A76D0;
	
}
.product-quantity svg path,
.cart-quantity svg path{
	stroke:#0A76D0;
}
.product-quantity button:hover:svg paht{
	stroke:#FFF;
}
.product-quantity{
	display:none!important;
}
.advantages-content{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantages-item{
	border-radius: 8px;
    background: #F7F8FB;
    padding: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 32.6%;
}
.advantages-text-b{
	max-width:266px;
}
.footer-menu a{
    color: #CACACA;
	transition: all .25s ease-out;
}
.footer-menu a:hover{
    color: #fff!important;
	transition: all .25s ease-out;
}
@media (min-width: 576px){
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
}