
.cart-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  overflow-y: auto; 
  opacity: 0;
  visibility: hidden;
}

 
.cart-panel.open {
  right: 0;
  opacity:1;
  visibility: visible;
}

.cart-panel-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}

.cart-icon {
  position: relative;
  cursor: pointer;
}

.cart-count {
  background: red;
  color: #fff;
  border-radius: 50%;
  padding: 0 6px;
  font-size: 0.75rem;
  position: absolute;
  top: -8px;
  right: -8px;
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 360px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 30px; 
  opacity: 0;
  visibility: hidden;
}

.cart-panel.open {
  right: 0;
  opacity: 1; 
  visibility: visible;
}

.woocommerce-notices-wrapper .woocommerce-message{
	position: absolute;
    z-index: 9999;
    width: 400px;
    right: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
}




.main_attributes_block{
	margin: 30px 0;
}
.main_attributes{
	margin-top: 15px;
	display: flex;
	background: #f8f8f8; 
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}
.main_attributes>div{
	padding: 15px;
	text-align: center;
}
.main_attribute_title{
    font-size: 12px;
	font-weight: 600;
/* 	word-spacing: 200px; */
	margin-bottom:10px;
}
.main_attribute_label{
	font-weight: 600;
    font-size: 12px; 
} 
.main_attribute_item{
	width:23%;
	border-right: 1px solid #e7e7e7;
}
.main_attribute_item.pa_osnovna-kamera{
	width:30%;
	border-right: none;
}

.onbackorder a.button.product_type_simple {
	display: none;
}
.onbackorder.product_cat-novynky .summary_top_entry:before,
.onbackorder span.stic_sale{
	display: none;
}
.onbackorder .product-item.single-product span.onsale ,
.onbackorder.product-type-simple span.onsale {
    top: 21px !important;
}
.related-products-after-title{
    margin-bottom: 20px;
}

.pr_variations{
	list-style: none;
	display: flex
}

.pr_variations li{
	border-radius:8px;
	margin-right: 10px;
}

.pr_variations li a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:5px;   
	font-family: 'Roboto', sans-serif;
	
}

.pr_variations li a span{
	display: none !important;
}
.pr_variations li.related-current-product{
	box-shadow: 0 2px 8px rgba(0,0,0,.7);
}
.pr_variations li:hover{
	box-shadow: 0 2px 8px rgba(0,0,0,.7);
}

#justin_shipping_method_fields h3,
#wcus_np_billing_fields h3,
.wc-ukr-shipping-np-fields h3,
#ukrposhta_shippping_fields h3{
	font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #979797;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.inspire_checkout_fields_hide {
    display: none !important;
}
.payment_method_liqpay-webplus img{
	display: none;
}
.payment_method_liqpay-webplus label{
	position: relative;
    height: 40px;
    display: inline-block;
    font-size: 0;
    width: 100%;    
    max-width: 255px;
}
.payment_method_liqpay-webplus label:after {
    content: " ";
    position: absolute;
    background: url(../images/payment.png) no-repeat center center;
    width: 255px;
    max-width: 100%;
    background-size: contain;
    height: 40px;
    left: 0;
    bottom: 3px;
}


.page-wrap.woo_page_satalog{
	padding-top: 0;
}


.topmenu-cart{
	position: relative;
    display: flex;
	background: #fff url(../images/shopping-cart.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #1F3B70;
    margin-right: 10px;
    font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.topmenu-cart .menu-cart a{
	position: relative;
}

.mini_cart_count{
	position: absolute;
    background: #0048eb;
	border-radius: 100%;
	text-align: center;
    width: 10px;
    height: 10px;
    z-index: 99999;
    color: #fff;
    font-size: 8px;
	right:0;
	top: 0;
}
.mini_cart_content{
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 280px;
    z-index: 999999;
    font-size: 16px;
    right: -999em;
	
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.07);
	padding: 10px;
    border: 2px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
	display: none;
	
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}

.mini_cart_content .woocommerce-mini-cart__buttons a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.mini_cart_content .woocommerce-mini-cart__buttons a:hover{
	color: #0048eb;
}
.mini_cart_content li{
	list-style: none;
}
.mini_cart_content a{
	color: #323232;
	font-size: 14px;

}
.mini_cart_content .woocommerce-mini-cart-item{
	border-bottom: 1px solid #ECECEC;
	padding: 10px 0;
	position: relative;
}
.menu-cart:hover .mini_cart_content{
	display: block;
    right: 0;
    opacity: 1;
    visibility: visible;
}




.woocommerce-mini-cart {
	margin-top: 15px;
}






ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item,
 .woocommerce ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item{	 
	display: flex;
	justify-content: space-between;
    margin-bottom: 15px;
    flex-direction: row-reverse;
 }


 ul.woocommerce-mini-cart li a,
 .woocommerce ul.woocommerce-mini-cart li a,
.woocommerce-mini-cart .mcart_it_link{
	display: flex;
	justify-content: flex-start;
	color: #3d3d3d;
} 
 ul.woocommerce-mini-cart li a.remove_from_cart_button,
 .woocommerce ul.woocommerce-mini-cart li a.remove_from_cart_button{ 
	justify-content: center; 
	font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red);
}



ul.woocommerce-mini-cart li a.mcart_it_link,
 .woocommerce ul.woocommerce-mini-cart li a.mcart_it_link{ 
	font-weight: 500;
    line-height: 1.3;
    font-size: 14px;
} 

ul.woocommerce-mini-cart li a.mcart_it_link:hover, 
 .woocommerce ul.woocommerce-mini-cart li a.mcart_it_link:hover{ 
	color: #660099;
}
.woocommerce-mini-cart .mini_thumb{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #ECECEC;
}
.woocommerce-mini-cart .mini_thumb img{
    max-height: 100%;
    width: 100% !important;
	display: block;
	margin: 0 auto !important;	
}

 

.mini_thumb_name{	
    width: 160px;
}
.woocommerce-mini-cart-item .mini_thumb img{
    float: none !important;
}
 
 ul.woocommerce-mini-cart li a.remove_from_cart_button:hover{	
    background: #a00;
    color: #fff;
}
/****WOO*********************************************************/
.woocommerce div.product div.summary .woocommerce-Price-currencySymbol{
	font-size:22px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 15px 15px 15px 0;
    width: calc(25% - 12px);
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
.woocommerce ul.products li.product a img {
    width: auto;
    max-height: 265px;
    height: auto;
	margin: 0;
}



.product-item{
	position: relative;
	text-align: center;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
	    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
   /*  box-shadow: 0 2px 8px rgba(0,0,0,.1); */
	padding:20px 10px;
}
.product_photo{
	padding: 0;
    background: #fbfbfb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;	
}
.product_photo img{
	max-width: 100%
}
.product-item:hover {
	/* background: linear-gradient(0deg, #E9F0F8, #E9F0F8); */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
/* .woocommerce a.button, */
.product-item .product_buttons a.added_to_cart ,
.product-item .product_buttons a.add_to_cart_button{
    border: 2px solid #643b98;
    background: #643b98 url(../images/add_to_cart_white.svg) no-repeat center center;
	width:36px;
	height: 36px;
	border-radius: 100%;
	font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.product-item .product_buttons a.added_to_cart {
    border: 2px solid #643b98;
    background: #643b98 url(../images/add_to_cart_white.svg) no-repeat center center;
}
.product-item .product_buttons a.add_to_cart_button:hover{
    border: 2px solid #4bc5cb;
	background: #4bc5cb url(../images/add_to_cart_white.svg) no-repeat center center;
	width:36px;
	height: 36px;
	border-radius: 100%;
	font-size: 0;
}
.product-item .product_buttons{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 10px;
    width: 60px;
} 
.product-item .product_buttons a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    z-index: 9;	
	padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #61798D;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
}

.product-item .yith-add-to-wishlist-button-block a {
    position: relative;
    display: flex;
	gap: 0;
    align-items: center;
    justify-content: center;
    right: 0;
    z-index: 9;	
	padding: 3px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #61798D;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
}

.product-item .yith-add-to-wishlist-button-block a .yith-wcwl-icon{
	width: 25px;
	height: 25px;
}
.product-item .yith-add-to-wishlist-button-block a:hover{
    border: 2px solid #4bc5cb;
    background: #4bc5cb
}



.product-item:hover .yith-add-to-wishlist-button-block a,
.product-item:hover .product_buttons a{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.product-item .product_buttons a.added_to_cart{	
    opacity: 1;
    /* right: 0; */
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.product-item .yith-add-to-wishlist-button-block a i.fa-heart-o:before {
    content: "\f004";
	color: #4bc5cb;
}
.product-item:hover .yith-add-to-wishlist-button-block a:hover i.fa-heart-o:before {
    content: "\f004";
	color: #FF4949;
}
.yith-add-to-wishlist-button-block a.delete_item{
	color: #FF4949;
	
}
.yith-add-to-wishlist-button-block a{
	    background: #fff;
        border: 2px solid #4bc5cb;
	width:36px;
	height: 36px;
	border-radius: 100%;
	font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.yith-add-to-wishlist-button-block a i{
    font-size: 18px;
    font-weight: 300;
}
.yith-add-to-wishlist-button-block>a i{
	margin: 0 auto !important;
}

/* .product-item .el_book_inform,
.product-item .avtor{
	font-family: Museo Sans Cyrillic;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #787878;
}.product-item .avtor{
	
	padding-top: 10px;
}
.product-item .el_book_inform{
	padding-bottom: 10px;
} */

.pr_buttons{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pr_buttons .pr_price{	
    display: flex;
    flex-direction: column-reverse;
}
.pr_buttons .pr_price,
.pr_buttons .pr_add_to_cart{
	width: 50%; 
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.pr_buttons .woocommerce-Price-currencySymbol{
    font-size: 17px;
    font-weight: 400;
}

del .woocommerce-Price-amount.amount bdi{
    color: #8e8e8e;
    font-size: 17px;
    font-weight: 400;
}




.woocommerce ul.products li.product .pr_add_to_cart a.button{
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin:0;
    /*height: 33px; **/
	width:120px;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
	
	background: #fff url(../images/shopping-cart.svg) no-repeat center left;
 
    border-radius: 10px;
    border: 2px solid #945cb4;
}
.woocommerce ul.products li.product:hover .pr_add_to_cart a.button{
 
	color: #fff;
	background: #4bc5cb url(../images/shopping-cart-white.svg) no-repeat center left;
 
    border-radius: 10px;
    border: 2px solid #945cb4;
}





/* 
.product-item .product_title, */
.product-item .product_title a{
font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	padding: 10px;
	color: #323232;
	display: block;
}
.product-item:hover .product_title a{
	color: #470070;
}
.product-item .price,
.woocommerce ul.products li.product .product-item .price{
    font-family: 'ArnoPro-Display';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 19px;
	padding: 5px;
	color: #0048eb;
	/* color: #323232; */
}
.woocommerce .woocommerce-product-gallery__wrapper {
    padding-left: 0;
    background-color: #fff;
}

.woocommerce .thumbnails{
	overflow: hidden;
    width: 100% !important;
    float: left !important;
	padding-top: 0 !important;
}
.woocommerce .woocommerce-product-gallery__wrapper{
    float: right !important;
    width: 100% !important;
	padding: 30px;
	padding-top: 0 !important;
}




.woocommerce div.product div.images img { 
    transition: 3s;
}
.woocommerce .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:hover img {  
   transform: scale(1.1);
}




/* 
.woocommerce-product-gallery__image a{
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index:99;
} */
.woocommerce-product-gallery__trigger {position: absolute;
    top: 0 !important;
    right: 0 !important;
    font-size:0 !important;
    z-index: 9;
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    text-indent: -9999px;
    border-radius: 0 !important;
    box-sizing: content-box;
	}
	
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
	display:none !important;
	
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
		
	display:none !important;
	}
	.woocommerce div.product div.product_thumbnails .mini-thumb, 
	.woocommerce div.product div.product_thumbnails a, 
	.woocommerce-page #content div.product div.thumbnails a, 
	.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 105px !important;
    height: 105px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
	border: 1px solid #ECECEC;
	box-sizing: border-box;	
}
.product_thumbnails img{	
    width: auto !important;
    /* height: auto; */
    box-shadow: none;
    max-height: 100px;
    margin: 0 auto;
}
.ql_thumbnail_column .slick-slide img {
    min-width: auto; 
}
/****END WOO*********************************************************/
.summary_top_entry{
    position: relative;
	
    margin: 30px 0;
    display: block;
 /*    display: block;
    overflow: hidden; */
}
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce  div.woocommerce-product-gallery {
    margin-bottom: 30px;
	
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 60%;
}
.ql_thumbnail_column{
    width: 20%;
    position: relative;
	margin-right: 30px;
	
    height: 500px;
    overflow-Y: scroll;
}
.woocommerce-product-gallery__wrapper{	
    position: relative;
   /*  border-radius: 8px; */
    overflow: hidden;
	border: 1px solid #ECECEC;
    overflow: hidden;
 width: calc(80% - 30px);  
}

.ql_thumbnail_column .mini-thumb{
	
	border: 1px solid #ECECEC;
	    margin-bottom: 10px;
}


.summary_top_entry .yith-add-to-wishlist-button-block {
	width: auto;
	font-size: 18px;
	border: none;
	margin-bottom:20px;
	
}


.summary_top_entry .yith-add-to-wishlist-button-block a{
	width: auto;
	font-size: 18px;
	border: none;
	
}














.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
  /*  width: 100%;
    height: 100%;*/
}

.woocommerce div.product div.images {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{	
    padding: 10px;
}

.woocommerce-product-gallery__wrapper a {
    padding: 5px;
}


.woocommerce div.summary{
	padding-left:60px; 
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
}
.woocommerce div.summary .price, .woocommerce .single-product span.price{
    font-size: 34px !important;
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #660099 !important;
} 
.woocommerce div.summary .price del{    color: #9a9a9a;}
/* .woocommerce div.summary .price{
	padding-left: 60px;
} */
.attribute_icons{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 185px;
}
.price_block {    
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
	}
.price_block .paperova,
.price_block .not_paperova,
.price_block .elektronna,
.price_block .not_elektronna{
	width: 48px;
	height: 48px;
	background: #F5F5F5;
	border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 15px;
    margin-bottom: 5px;
}

/* .price_block .not_paperova, .price_block .not_elektronna {
	margin-right: 40px;
} */
.price_block .paperova span,
.price_block .elektronna span,
.price_block .not_paperova span,
.price_block .not_elektronna span{
	width: 24px;
    height: 24px;
    display: block;	
}
.price_block .paperova,
.price_block .elektronna {
	border: 1px solid #728CC0;
}
.price_block .not_paperova,
.price_block .not_elektronna {
	border: 1px solid #F5F5F5;
}
.price_block .paperova span {
   /*  background: url(images/social/icon-twitter.svg) no-repeat center center; */
	-webkit-mask: url(../images/paperbook_ico.svg) no-repeat 100% 100%;
	mask: url(../images/paperbook_ico.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #728CC0;
    background-size: contain;
}
.price_block .elektronna span {
   /*  background: url(images/social/icon-twitter.svg) no-repeat center center; */
	-webkit-mask: url(../images/ebook_ico.svg) no-repeat 100% 100%;
	mask: url(../images/ebook_ico.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #728CC0;
    background-size: contain;
}
.price_block .not_paperova span {
   /*  background: url(images/social/icon-twitter.svg) no-repeat center center; */
	-webkit-mask: url(../images/ebook_ico.svg) no-repeat 100% 100%;
	mask: url(../images/ebook_ico.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #787878;
    background-size: contain;
}
.price_block .not_elektronna span {
   /*  background: url(images/social/icon-twitter.svg) no-repeat center center; */
	-webkit-mask: url(../images/paperbook_ico.svg) no-repeat 100% 100%;
	mask: url(../images/paperbook_ico.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #787878;
    background-size: contain;
}


.woocommerce .summary_top_entry .product_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 28px;
    color: #363636;
    margin-bottom: 30px;
}
.woocommerce .woocommerce-tabs{
	margin-top: 30px;
    
	padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

/*!!!!!!!!!!!КНИГА!!!!!!!!!!!!!!*/

.btn_single_add_to_cart_button .single_add_to_cart_button{
    display: flex !important;
}


.woocommerce div.product form.cart .button span.cart_icon{
    height: 40px;
    width: 45px;
    /*background: url(../images/shopping-cart.svg) no-repeat center left;*/
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.0" id="katman_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 600 450" style="enable-background:new 0 0 600 450;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23ffffff;stroke-width:17.6762;stroke-miterlimit:10;}.st1{fill:none;stroke:%23ffffff;stroke-width:17.6762;stroke-linecap:round;stroke-miterlimit:10;}</style><g id="Group_1575" transform="translate(0.85 1.001)"><path id="Path_183" class="st0" d="M200.4,180.9H151c-7.8,0-14.1,6.3-14.1,14.1l0,0v14.1c0,7.8,6.3,14.1,14.1,14.1h0h42.4"/><line id="Line_5" class="st0" x1="359.3" y1="181.6" x2="244.9" y2="181.6"/><path id="Path_184" class="st0" d="M405.2,223.3h42.4c7.8,0,14.1-6.3,14.1-14.1l0,0V195c0-7.8-6.3-14.1-14.1-14.1l0,0h-49.4"/><path id="Path_185" class="st0" d="M440.5,223.3l-24.5,110.5c-2.2,9.7-10.8,16.6-20.7,16.6h-192c-9.9,0-18.5-6.9-20.7-16.6l-24.5-110.5"/><line id="Line_6" class="st1" x1="296.9" y1="244" x2="296.9" y2="316.8"/><line id="Line_7" class="st1" x1="338.5" y1="244" x2="338.5" y2="316.8"/><line id="Line_8" class="st1" x1="380.1" y1="244" x2="369.7" y2="316.8"/><line id="Line_9" class="st1" x1="255.3" y1="244" x2="265.7" y2="316.8"/><line id="Line_10" class="st1" x1="213.7" y1="244" x2="224.1" y2="316.8"/><line id="Line_11" class="st1" x1="255.3" y1="98.4" x2="213.7" y2="202.4"/><line id="Line_12" class="st1" x1="338.5" y1="98.4" x2="380.1" y2="202.4"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    }
    

    .woocommerce .quantity .qty {
  width: 70px;
  height: 45px;
  padding: 8px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  text-align: center;
  box-shadow: none;
  transition: all 0.3s ease;
}

.woocommerce .quantity .qty:focus {
  border-color: #007cba;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 124, 186, 0.5);
}

.single_add_to_cart_button{
	background:  #945cb4  !important;
box-shadow: none !important;
border-radius: 10px !important; 
}
.single_add_to_cart_button button:hover{
box-shadow: 0px 10px 20px hsla(310, 100%, 79%, 0.4) !important;
}
.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes{
	border: none;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
	background: none;
}
.woocommerce table.shop_attributes th{
	text-align: left;
	color: #A6A6A6;
	font-size: 18px;
	font-weight: 300;
	padding-left: 0;
	line-height: 22px;
	
    width: 185px;
}
.summary.entry-summary h2{
/* 	color: #a6a6a6a6;
	font-size: 30px; */
	display: none;
}
.woocommerce-page #content .site-main div.product .summary .product_title:after{
	content: none;
}
.woocommerce-page #content .site-main div.product .summary .product_title{
 color: #323232;
}
.woocommerce-product-attributes-item__value a{
	font-weight: 300;
	font-style: normal;
font-size: 18px;
line-height: 22px;
color: #0048eb;
}

.woocommerce .summary_top_entry form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_),
.woocommerce .summary_top_entry form.cart .single_add_to_cart_button.button{
	height: 45px;
    margin: 0;
background:  #0048eb;
border-radius: 4px;
font-family: 'Roboto', sans-serif;
padding-right: 20px;
}
.woocommerce table.my_account_orders .button{
background:  #0048eb;
border-radius: 4px;
color: #fff;	
}
.woocommerce table.my_account_orders .button:hover{
box-shadow: 0px 10px 20px rgba(115, 167, 224, 0.4);
border-radius: 4px;
color: #fff;	
}







.qib-container .minus.qib-button,
.qib-container .plus.qib-button{
	height: 48px !important;
    width: 48px !important;
    background: #f5f5f5 !important;
}
.qib-container .minus.qib-button:hover,
.qib-container .plus.qib-button:hover{
    background: #dcdcdc !important;
}
.qib-container .minus.qib-button{
	
border-radius: 4px 0 0 4px !important;
}
.qib-container .plus.qib-button{
	
border-radius: 0 4px 4px 0 !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
	height: 48px !important;
	
}


/******************************************************************************************/
.variations {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  font-family: inherit;
}

.variations th.label {
  text-align: left;
  line-height: 42px;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}

.variations td.value {
  position: relative;
}
 

/* Clear variations link */
a.reset_variations {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  color: #888;
  text-decoration: underline;
  visibility: visible !important;
  transition: color 0.3s ease;
}

a.reset_variations:hover {
  color: #007cba;
}

/* Responsive tweaks */
@media (max-width: 480px) {
  .variations th.label {
    display: block;
    margin-bottom: 5px;
  }
  .variations td.value {
    display: block;
  } 
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  max-width: 300px;
  padding: 10px 14px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  appearance: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
}

.woocommerce div.product form.cart .variations select:focus {
  border-color: #007cba;
  box-shadow: 0 0 4px rgba(0, 124, 186, 0.4);
  outline: none;
}

@media (max-width: 480px) {
  .woocommerce div.product form.cart .variations select {
    max-width: 100%;
  }
}

/******************************************************************************************/






.product_cat-novynky .product-item:before,
.product_cat-novynky .summary_top_entry:before, .novynky:before {
    content: 'НОВИНКА';
    background: #0048eb;
    position: absolute;
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
    top: 15px;
	left:0;
    z-index: 1;
}
.woocommerce span.onsale {
    min-height: auto;
    min-width: 75px;	
    width: max-content;
    padding: 0;
    font-weight: 400;
    position: absolute;
    text-align: center;
    line-height: initial;
    top: 50px !important;
    left: 0 !important;
    margin: 0;
    border-radius: 0;
    background-color: #cc1818;
    color: #fff;
    z-index: 20;
    color: rgb(255, 255, 255);
    font-size: 12px;
    left: 0px;
    z-index: 1;
    background: #cc1818;
    padding: 5px 8px;
    text-transform: uppercase;
}

.woocommerce .product.outofstock .product_buttons .button.product_type_simple{
	display: none;
}
.outofstock_w_btn_pr a.outofstock_w_btn{
	font-size: 10px;
    background: #fff;
    padding: 5px;
    color: #FF4949;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    box-shadow: none;
	display: none;
}

/* .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #0048eb;
}
 */
.woocommerce-tabs-line{
	border-bottom: 1px solid #ECECEC;
    margin-bottom: 60px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 ;
    margin: 0;
    overflow: inherit;
	
    border-bottom: 1px solid #ebebeb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
    padding: 0 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
padding-left: 0;
}






.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	position: relative;
	padding: 15px 0;
font-weight: bold;
font-size: 14px;
line-height: 17px;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after{
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    background: #660099;
    bottom: -1px;
    width: 0;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
	color: #660099;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after{
    width: 100%;
}
/* .page-content-woo{
	margin-top: 30px;
} */
/*******filter**************/


.woocommerce_sidebar{
 /*    border-top: 1px solid #ECECEC; */
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 15px;

}
.premmerce-active-filters-widget-wrapper{}
.woocommerce_sidebar .filter.filter--style-premmerce {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.select-filters {
    display: flex;
}

.filter--style-premmerce .filter__checkgroup-control {
    display: none !important;
}


.filter--style-premmerce .filter__item {
    border: none;
    padding: 7px 5px 7px 0;
}
.filter--style-premmerce .filter__properties-item:first-child .filter__checkgroup-title {
    padding-right: 4px;
    padding-left: 0px;
}
.filter--style-premmerce .filter__item .filter__header {
    display: none;
}.filter__inner {
    margin-top: 0;
}
.filter__item.filter__item--type-radio .filter__properties-list {
    display: flex;
}
.filter__item.filter__item--type-radio .filter__properties-list .filter__properties-item {
    margin-right: 10px;
    padding: 30px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.filter--style-premmerce .filter__item select, .filter--style-premmerce .filter__item input {
    font-size: 14px;
}
.filter__item.filter__item--type-radio .filter__properties-list .filter__properties-item .filter__checkgroup-check {
    display: none !important;
}
.filter__item.filter__item--type-radio .filter__properties-list .filter__properties-item label {
    color: #A6A6A6;
}
.filter__checkgroup-aside {
    display: none;
}


.pc-active-filter__list-item{
	margin-right: 5px;
}
.pc-active-filter__list {
    display: flex;
}
.pc-active-filter__item-link {
    text-decoration: none !important;
    color: #A6A6A6;
}
.pc-active-filter__item-link:hover {
    text-decoration: none !important;
}
.pc-active-filter__item-delete {
    line-height: 14px;
    border: 1px solid #6d6d6d;
    color: #6d6d6d;
   font-weight: normal;
    border-radius: 100%;
    margin-left: 3px;
}
.pc-active-filter__item-delete:hover {
    border: 1px solid #0048eb;
	background: #0048eb;
    color: #fff;

}
.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce p.stars a {	
   color: #FF6262;
}
.woocommerce p.stars a.active {
    color: #FF6262;
}
.woocommerce-message::before {
    color: #ff6262;
}
.woocommerce-message a.button{
	background: linear-gradient(104.37deg, #4F7AAE 5.08%, #0048eb 79.71%) !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    color: #fff;
}
.woocommerce-message a.button:hover{	
    box-shadow: 10px 10px 20px rgba(115, 167, 224, 0.4) !important;
    color: #fff;
}

@media screen and (min-width: 768px){
.filter__item.filter__item--type-radio {
    width: 35%;
}
}



/*****************************/
.woocommerce nav.woocommerce-pagination ul {
	
    border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce .woocommerce-pagination ul.page-numbers li a{
	font-family: Museo Sans Cyrillic;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #C4C4C4;
	padding: 8px;	
	background: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	text-decoration-line: underline;
	color: #0048eb; 
 background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul a.prev.page-numbers{
	-webkit-mask: url(../images/arrow_left.svg) no-repeat center center;
    mask: url(../images/arrow_left.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
	display: block;
	
}
.woocommerce nav.woocommerce-pagination ul a.next.page-numbers {
	-webkit-mask: url(../images/arrow_right.svg) no-repeat center center;
    mask: url(../images/arrow_right.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
    display: block;
	
}
.woocommerce nav.woocommerce-pagination ul a.next.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul a.prev.page-numbers:hover{
    background-color: #0048eb;
}

/**Кошик*******************/
.woocommerce table.shop_table{
	border: none !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
font-weight: 300;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
color: #979797;
}
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table th.product-price,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table td.product-quantity,
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table td.product-remove{
	text-align: center;
}
.woocommerce table.shop_table td.product-thumbnail a{
	    height: 135px;
		width: 120px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce table.shop_table td.product-thumbnail a img {
    width: auto !important;
    /* height: auto; */
    box-shadow: none;
    max-height: 100px;
    margin: 0 auto;
}
.woocommerce table.shop_table td.product-name a{
    font-family: 'ArnoPro-Display';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 130%;
	color: #323232;
	}
.woocommerce table.shop_table td.product-remove a{
	display: inline-block;
	border: 1px solid #A6A6A6;
	color: #A6A6A6 !important;
	height: 22px !important;
    width: 22px !important;
    border-radius: 100% !important;	
	font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.woocommerce table.shop_table td.product-remove a:hover{
	color: #0048eb !important;
    background: #fff !important;
	border: 1px solid #0048eb;
	
}
.woocommerce table.shop_table .qib-container .minus.qib-button,
.woocommerce table.shop_table .qib-container .plus.qib-button{
	height: 22px !important;
    width: 22px !important;
    border-radius: 100% !important;	
    background: #fff !important;
    box-shadow: none !important;
}

.woocommerce table.shop_table .qib-container .minus.qib-button:hover,
.woocommerce table.shop_table .qib-container .plus.qib-button:hover{	
	color: #0048eb !important;
	border: 1px solid #0048eb;
}
.woocommerce table.shop_table .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 22px !important;
    border: none !important;
}
.woocommerce table.cart td.actions .coupon .input-text {
	min-width: 120px	
}
.woocommerce a.woocommerce-Button.button, 
.woocommerce #respond input#submit,  .woocommerce button.button, .woocommerce input.button,
.woocommerce .woocommerce_order_button_block button,
.woocommerce a.checkout-button {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;

    margin: 10px 0;
	min-width: 200px;
	height: 48px;

    
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: linear-gradient(94.02deg, #4F7AAE 5.08%, #0048eb 79.71%);
	border-radius: 4px;	
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	}
 .woocommerce a.woocommerce-Button.button:hover, 
.woocommerce #respond input#submit:hover, .woocommerce button.button:hover,  .woocommerce input.button:hover,
.woocommerce .woocommerce_order_button_block button:hover,
	.woocommerce a.checkout-button:hover{
	background:  #0048eb;
    box-shadow: 10px 10px 20px rgba(115, 167, 224, 0.4)!important;
	color: #fff;
	/* color: #5687af; */
	}
input#coupon_code{
	margin-right: 10px;
}

	.woocommerce-NoticeGroup-checkout{width:100%;}
	.woocommerce-checkout_form{
	display: flex;
	justify-content: space-between;	 
    flex-wrap: wrap;
	/* border-top: 1px solid #E2E2E2; */
	}
	
	.woocommerce-checkout .order_cart_block_fields{
		width: 57.5%;
		border: 1px solid #E2E2E2;
		padding: 30px;
	}
	.woocommerce-checkout .order_cart_block{
		width: 42.5%;
		border: 1px solid #E2E2E2;
		padding: 30px;
		border-left: none;
	}
	.woocommerce-checkout .column-1{
		margin-bottom: 30px;
	}
	.woocommerce-checkout .order_review_heading{
		font-weight: 300;
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
		color: #979797;
		border-bottom: 1px solid #E2E2E2;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.woocommerce-shipping-fields__field-wrapper .form-row,
	.woocommerce-billing-fields .form-row,
	.column-2 .form-row.notes{
		
    display: flex;
    flex-direction: column;
		
	}
	.column-2 .form-row.notes label span{
		display: inline-block;
		
	}
	
	.place-order-buttons{
	display: flex;
	flex-direction: column;
		
	}
	.woocommerce_order_button_block{
		margin: 30px 0;
	}
	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f9f9f9;
    border-radius: 5px;
}
	
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ffffff;
    border-top: 1px solid transparent;
	}
	.woocommerce-info a,
	.woocommerce-info::before{
		color: #0048eb;
	}
	.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: flex;
    flex-direction: column;
}
	.woocommerce .change_pass{
		margin: 30px 0;
	}
	.woocommerce table.shop_table td.wishlist-empty{
		padding: 30px;
	}
	.wishlist-empty .btn_more{
		display: flex;
		justify-content: center;
	}
	.woocommerce a.button.alt:hover,
	.product-add-to-cart a.add_to_cart_button {
		height: 48px;
		background: linear-gradient(94.02deg, #4F7AAE 5.08%, #0048eb 79.71%);
		border-radius: 4px;
    display: flex !important;
    align-items: center;
	text-transform: uppercase;
    justify-content: center;
    width: 150px;
	}	
	.product-add-to-cart a.add_to_cart_button:hover{
		box-shadow: 0px 10px 20px rgba(115, 167, 224, 0.4);
		box-shadow: 0px 10px 20px rgba(115, 167, 224, 0.4);		
	}	
	.product_meta .posted_in{
		display: none;
	}
	
.btn_single_add_to_cart_button,
form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_){
	margin-left: 0;
}
.summary_top_entry .qib-container,
.summary_top_entry .qib-container:not(#qib_id):not(#qib_id){
	display: none;
}

.pswp__button--arrow--left:before{
    background: url(../images/chevron_prev.svg) 0 0 no-repeat !important;
    background-size: cover !important;
    width: 35px;
    height: 35px;
} 
.pswp__button--arrow--right:before {
    background: url(../images/chevron_next.svg) 0 0 no-repeat !important;
    background-size: cover !important;
    width: 35px;
    height: 35px;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received{	
    font-size: 22px;
    margin-bottom: 30px;
    color: #0048eb;
}

.woocommerce-MyAccount-content{
	margin: 30px 0;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
	display: block;
	color: #0048eb;
	padding: 5px 0
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3{
	    color: #0048eb;
		padding: 8px 0
}
.woocommerce-MyAccount-navigation ul li a:hover{
	text-decoration: underline !important;
	-webkit-text-stroke: 1px  #0048eb;;
	text-stroke: 1px  #0048eb;
}
.woocommerce-review__author{color: #0048eb;}
#reply-title{
	color: #0048eb;
    font-size: 26px;
    padding: 10px 0;
    display: block;
}

.wc-ukr-shipping-np-fields {
    margin-bottom: 25px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
	color: #787878;
}
.select2-container .select2-selection--single {
    height: 40px;
    margin: 5px 0 5px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 20px;
}
@media screen and (max-width: 768px) {
  
.woocommerce .product_photo {
    padding: 20px 20px 70px 20px;
    background: linear-gradient(0deg, #E9F0F8, #E9F0F8);
}

.product-item.single-product .tovar{	
    display: flex;
    flex-direction: column;
}
.product-item .product_buttons {
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    right: 0;
    top: 10px;
    width: 100%;
    order: 2;
    margin-top: -75px;
    margin-bottom: 35px;
}
.product-item.single-product .desc{
    order: 3;
}
  .product-item .product_buttons a {
    position: relative;
    justify-content: center;
    right: 0;
    padding: 10px;
    margin: 0 10px;
    margin-bottom: 10px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(-0px);
} 
/* .product-item .yith-add-to-wishlist-button-block a {
    position: relative;
    justify-content: center;
    right: 0;
    padding: 3px;
    margin: 0 10px;
    margin-bottom: 10px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(-0px);
}   */
	.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    width: fit-content;
    display: flex;
    align-items: flex-end;
	}
	
	.product-item .yith-add-to-wishlist-button-block a, .product-item .product_buttons a {
    color: #FF7878;
	}

/*************/	
.ql_thumbnail_column {
    display: none;
}

.woocommerce-product-gallery__wrapper {
    width: 100%;
}
.woocommerce div.summary {
    padding-left: 0;
    padding-top: 30px;
}
.price_block .attribute_icons, 
.price_block .paperova, .price_block .not_paperova, .price_block .elektronna, .price_block .not_elektronna {
    display: none;
}	
.woocommerce .summary_top_entry .product_title {
    font-size: 28px;
    text-align: center;
}
.woocommerce div.summary .price {
    padding-left: 0;
}
.woocommerce div.summary .price, .woocommerce .single-product span.price {
    font-size: 28px;
    line-height: 30px;
    color: #0048eb;
    display: block;
    text-align: center;
    width: 100%;
}
.woocommerce table.shop_attributes th {
    font-size: 16px;
    line-height: 22px;
    width: 100px;
}
.summary_top_entry .qib-container,
.summary_top_entry .qib-container:not(#qib_id):not(#qib_id){
	display: none;
}
.btn_single_add_to_cart_button{
    width: 100%;
	margin: 0 !important;
	
}
.woocommerce .summary_top_entry form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_), .woocommerce .summary_top_entry form.cart .single_add_to_cart_button.button{

    width: 100%;
}

.woocommerce-tabs .container{
    padding-left: 0px;
    padding-right: 0px;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    padding: 0;
}
.woocommerce-checkout_form {
    flex-direction: column;
}
.woocommerce-checkout .order_cart_block_fields,
.woocommerce-checkout .order_cart_block {
    width: 100%;
    border: 1px solid #E2E2E2;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}


#fancybox-right {
    right: 0px !important;
}
#fancybox-left {
    left: 0px !important;
}
	}

@media screen and (max-width: 480px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 100%;
}	.woocommerce ul.products li.product a img {
    width: auto;
    max-height: auto;
    height: auto;
}

.menu_left ul.hidden-links {
    position: fixed;
    background: #fff;
    text-align: center;
    left: 0;
    top: 65px;
    width: 100%;
    height: 100%;
    list-style: none;
    padding-right: 0;
}
.menu_left ul.hidden-links li {
    padding: 8px;
    width: 100%;
}







}











.woocommerce-product-gallery {
    max-width: 600px;
    margin: 0 auto;
}

.thumbs-gallery {
    margin-top: 15px;
}

.thumbs-gallery .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.5;
    cursor: pointer;
}

.thumbs-gallery .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #000;
}






















