/*[common]*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');

body,html{margin:0;width:100%;height:100%;}
body{font-family:"Roboto";font-weight:300;}
body *{color:inherit;}
input{outline:none;font-family:inherit;font-family:inherit;font-size:inherit;color:#000;}
textarea{resize:vertical;outline:none;font-family:inherit;font-family:inherit;font-size:inherit;color:#000;}
select{outline:none;font-family:inherit;font-family:inherit;font-size:inherit;color:inherit;color:#000;}
button{outline:none;font-family:inherit;font-size:inherit;cursor:pointer;color:#000;font-family:inherit;}
input[type='submit']{font-family:inherit;}
img{outline:none;border:none;}
a{text-decoration:none;cursor:pointer;}
h1,h2,h3,h4,h5,h6{font-weight:800;font-family:"Times New Roman";}
b,strong{}
.woocommerce-info a {color:#2271b1; text-decoration:underline; }
.woocommerce-info a:hover {text-decoration:none;}
/*[/common]*/

/*[scrollbar]*/
@media screen and (min-width: 1023px){
	body *::-webkit-scrollbar{width:8px;height:8px;}
	body *::-webkit-scrollbar-track{background:#ededed;border-radius:20px;}
	body *::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:20px;}
	html *{scrollbar-width:thin;scrollbar-color:#d5d5d5 #ededed;}
}
/*[/scrollbar]*/

/*[placeholder]*/
::-webkit-input-placeholder{color:#487D9B;opacity:1;}
::-moz-placeholder{color:#487D9B;opacity:1;}
:-ms-input-placeholder{color:#487D9B;opacity:1;}
::placeholder{color:#487D9B;opacity:1;}
/*[/placeholder]*/

	table.table_sizes { 
    width: 100%; /* Ширина таблицы */
    border-spacing: 0; /* Расстояние между ячейками */
		border-left:1px solid #ccc; border-top:1px solid #ccc;
		font-size:11px;
   }
table.table_sizes td
{border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
   table.table_sizes tr:nth-child(2n) {
    background: #F2F2F2; /* Цвет фона */
   } 
   table.table_sizes tr:nth-child(1) {
    background: #9B1844; /* Цвет фона */
    color: #fff; /* Цвет текста */
   } 

/*[galleryLightbox]*/
.galleryLightbox{display:none;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;overflow:auto;background:rgba(0,0,0,0.5);}
.galleryLightbox .galleryLightbox_outer{display:table;padding:0;margin:0;width:100%;height:100%;}
.galleryLightbox .galleryLightbox_inner{display:table-cell;vertical-align:middle;box-sizing:border-box;padding:0 15px;width:100%;height:100%;}
.galleryLightbox .galleryLightbox_window{display:table;position:relative;box-sizing:border-box;margin:0 auto;border:;background:#fff;}
.galleryLightbox .galleryLightbox_controls{transition:all 0.2s ease-in-out;opacity:0;}
.galleryLightbox .galleryLightbox_controls.active{opacity:1;}
.galleryLightbox .galleryLightbox_title{position:fixed;right:0;bottom:0;left:0;z-index:2;padding:20px;border-top:1px solid rgba(255,255,255,0.5);font-weight:500;font-size:18px;color:#fff;}
.galleryLightbox .galleryLightbox_title:empty{display:none;}
.galleryLightbox .galleryLightbox_navigation{}
.galleryLightbox .galleryLightbox_navigation a{display:block;position:fixed;top:50%;z-index:2;margin-top:-22px;width:44px;height:44px;background:rgba(30,30,30,0.6);cursor:pointer;}
.galleryLightbox a.galleryLightbox_navigation_prev{left:10px;}
.galleryLightbox a.galleryLightbox_navigation_prev:after{transition:all 0.2s ease-in-out;content:'';display:block;opacity:0.7;position:absolute;top:0;right:0;bottom:0;left:0;background:center center no-repeat;background-size:18px;}
.galleryLightbox a.galleryLightbox_navigation_prev:after{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' id='svg42' version='1.1' fill='none' viewBox='0 0 269.9549 205.88445' height='205.88445' width='269.9549'%3E%3Cpath style='fill:%23f9f9f9;fill-opacity:1;stroke:%23ffffff;stroke-width:14;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 98.429886,197.08089 -89.5999999,-89.6 c -2.5,-2.5 -2.5,-6.551 0,-9.051002 L 98.429886,8.829886 c 2.500004,-2.4999996 6.551004,-2.4999996 9.051004,0 2.5,2.5 2.5,6.743 0,9.243 l -78.676004,78.87 H 256.55489 c 3.535,0 6.4,2.466002 6.4,6.000004 0,3.534 -2.865,6 -6.4,6 H 28.804886 l 78.676004,78.881 c 1.25,1.25 1.875,2.992 1.875,4.629 0,1.637 -0.625,3.326 -1.875,4.576 -2.501,2.5 -6.551,2.552 -9.051004,0.052 z' id='path883' /%3E%3C/svg%3E%0A");}
.galleryLightbox a.galleryLightbox_navigation_prev:hover:after{opacity:1;}
.galleryLightbox a.galleryLightbox_navigation_next{right:10px;}
.galleryLightbox a.galleryLightbox_navigation_next:after{transition:all 0.2s ease-in-out;content:'';display:block;opacity:0.7;position:absolute;top:0;right:0;bottom:0;left:0;background:center center no-repeat;background-size:18px;}
.galleryLightbox a.galleryLightbox_navigation_next:after{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' id='svg42' version='1.1' fill='none' viewBox='0 0 269.9549 205.88445' height='205.88445' width='269.9549'%3E%3Cpath style='fill:%23f9f9f9;fill-opacity:1;stroke:%23ffffff;stroke-width:14;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 171.525,197.08089 89.6,-89.6 c 2.5,-2.5 2.5,-6.551 0,-9.051002 l -89.6,-89.600002 c -2.5,-2.4999996 -6.551,-2.4999996 -9.051,0 -2.5,2.5 -2.5,6.743 0,9.243 l 78.676,78.87 H 13.4 c -3.535,0 -6.4,2.466002 -6.4,6.000004 0,3.534 2.865,6 6.4,6 h 227.75 l -78.676,78.881 c -1.25,1.25 -1.875,2.992 -1.875,4.629 0,1.637 0.625,3.326 1.875,4.576 2.501,2.5 6.551,2.552 9.051,0.052 z' id='path883' /%3E%3C/svg%3E%0A");}
.galleryLightbox a.galleryLightbox_navigation_next:hover:after{opacity:1;}
.galleryLightbox .galleryLightbox_navigation a.disabled{display:none;}
.galleryLightbox .galleryLightbox_infobar{position:fixed;top:0;left:0;z-index:2;padding:10px 20px;font-size:18px;color:#fff;}
.galleryLightbox .galleryLightbox_infobar i{font-style:normal;}
.galleryLightbox .galleryLightbox_infobar b{display:inline-block;margin:0 10px;font-weight:normal;font-size:16px;}
.galleryLightbox .galleryLightbox_infobar a{color:#fff;}
.galleryLightbox .galleryLightbox_toolbar{position:fixed;top:0;right:0;z-index:2;background:rgba(30,30,30,0.6);}
.galleryLightbox .galleryLightbox_toolbar a{transition:all 0.2s ease-in-out;display:block;opacity:0.7;float:left;width:44px;height:44px;background:center center no-repeat;background-size:18px;cursor:pointer;}
.galleryLightbox .galleryLightbox_toolbar a:hover{opacity:1;}
.galleryLightbox .galleryLightbox_toolbar a.galleryLightbox_toolbar_close{background-size:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='20' width='20' id='svg13' version='1.1' viewBox='0 0 20 20'%3E%3Cg style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' transform='matrix(0.97087379,0,0,0.97087379,-5.5339806,-5.5339806)' id='cross'%3E%3Cline style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='25' y1='7' x2='25' x1='7' class='cls-1' /%3E%3Cline style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='7' y1='25' x2='25' x1='7' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.galleryLightbox .galleryLightbox_toolbar a.galleryLightbox_toolbar_fullscreen{display:none;background-size:14px;}
.galleryLightbox .galleryLightbox_toolbar a.galleryLightbox_toolbar_fullscreen{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='14px' version='1.1' viewBox='0 0 14 14' width='14px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23ffffff' id='Core' transform='translate(-215.ffffff, -257.ffffff)'%3E%3Cg id='fullscreen' transform='translate(215.ffffff, 257.ffffff)'%3E%3Cpath d='M2,9 L0,9 L0,14 L5,14 L5,12 L2,12 L2,9 L2,9 Z M0,5 L2,5 L2,2 L5,2 L5,0 L0,0 L0,5 L0,5 Z M12,12 L9,12 L9,14 L14,14 L14,9 L12,9 L12,12 L12,12 Z M9,0 L9,2 L12,2 L12,5 L14,5 L14,0 L9,0 L9,0 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.galleryLightbox.fullscreen .galleryLightbox_toolbar a.galleryLightbox_toolbar_fullscreen{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='14px' version='1.1' viewBox='0 0 14 14' width='14px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23ffffff' id='Core' transform='translate(-257.ffffff, -257.ffffff)'%3E%3Cg id='fullscreen-exit' transform='translate(257.ffffff, 257.ffffff)'%3E%3Cpath d='M0,11 L3,11 L3,14 L5,14 L5,9 L0,9 L0,11 L0,11 Z M3,3 L0,3 L0,5 L5,5 L5,0 L3,0 L3,3 L3,3 Z M9,14 L11,14 L11,11 L14,11 L14,9 L9,9 L9,14 L9,14 Z M11,3 L11,0 L9,0 L9,5 L14,5 L14,3 L11,3 L11,3 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.galleryLightbox .galleryLightbox_content{position:relative;}
.galleryLightbox .galleryLightbox_content img{display:block;max-width:100%;max-height:100%;}
@media screen and (max-width: 480px){
	
}
/*[/galleryLightbox]*/

/*[OwlCarousel2]*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*[/OwlCarousel2]*/

/*[carousel]*/
.carousel{position:relative;padding:0 42px;}
.carousel .navContainer{}
.carousel .navContainer.disabled{}
.carousel .navContainer button{transition:all 0.2s ease-in-out;display:block;opacity:0.8;position:absolute;top:50%;margin:-20px 0 0 0;width:40px;height:40px;background:center center no-repeat #fff;background-size:12px;box-shadow: 0px 15px 35px 0px rgba(155, 24, 68, 0.1);border:1px solid rgba(124, 124, 124, 0.2);border-radius:5px;color:transparent;}
.carousel .navContainer button:hover{opacity:1;}
.carousel .navContainer button.owl-prev{left:0;}
.carousel .navContainer button.owl-prev{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath style='fill:%237c7c7c;' id='path42' d='M 8.0330843,12.880793 2.4530838,7.2907931 8.0330843,1.7007928 a -1,1 0 0 0 0,-1.41000005 v 0 a -1,1 0 0 0 -1.41,0 L 0.26308427,6.6507931 a -0.91,0.91 0 0 0 0,1.28 L 6.6230843,14.290793 a -1,1 0 0 0 1.41,0 v 0 a -1,1 0 0 0 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.carousel .navContainer button.owl-next{right:0;}
.carousel .navContainer button.owl-next{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath style='fill:%237c7c7c;' id='path42' d='M 0.29079275,12.880793 5.8707933,7.2907931 0.29079275,1.7007928 a 1,1 0 0 1 0,-1.41000005 v 0 a 1,1 0 0 1 1.41000005,0 l 6.36,6.36000035 a 0.91,0.91 0 0 1 0,1.28 l -6.36,6.3599999 a 1,1 0 0 1 -1.41000005,0 v 0 a 1,1 0 0 1 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.carousel .navContainer button.disabled{opacity:0.3;}

.container-category .carousel .navContainer button{margin:-15px 0 0 0;width:30px;height:30px;background-size:9px;}

@media screen and (max-width: 767px){
	.carousel{position:relative;padding:0 32px;}
	table.table_sizes {font-size:9px;}
}

/*[/carousel]*/

/*[flexslider]*/
/*
* jQuery FlexSlider v2.7.2
* https://www.woocommerce.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flexslider{margin:0;padding:0}.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.flexslider{margin:0;position:relative}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}.flex-direction-nav a{width:55px;height:28px;margin:-14px 0 0;display:block;background:no-repeat 0 0;position:absolute;bottom:50px;z-index:2;cursor:pointer;text-indent:-9999px;opacity:1;-webkit-transition:all .3s ease;background-size:contain}.flex-direction-nav .flex-next{right:0;top:50%;background-image:url(../img/slider-next.png)}.flex-direction-nav .flex-prev{left:0;top:50%;background-image:url(../img/slider-prev.png)}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:.3!important;filter:alpha(opacity=30);cursor:default}.flex-control-nav{position:absolute;z-index:2;left:0;right:0;margin:20px auto 0;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:20px;height:20px;border-radius:20px;display:block;background:#ccc;cursor:pointer;text-indent:-9999px}.flex-control-paging li a.flex-active{background:#fff;cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}
/*[/flexslider]*/



/*[page_size]*/
.page_size{max-width:1280px;padding:0 15px;margin:auto;}
@media screen and (max-width: 767px){
	.page_size{padding:0 10px;}
}
/*[/page_size]*/
.page_content_wrapper{}
.page_contents table{line-height:22px;}
.page_contents ul{line-height:22px;}
.page_contents p{line-height:22px;}

/*[topNav]*/
.topNavWrapper{}
.topNav{display:table;width:;table-layout:fixed;position:relative;margin:auto;overflow:hidden;}
.topNav.enabled{overflow:visible;}
.topNav_wrapper{float:right;}
.topNav:not(.enabled) .topNav_wrapper{float:none;padding-left:50px;}
.topNav .menu{display:table;margin:0;padding:0;width:100%;}
.topNav .menu > li{display:table-cell;vertical-align:middle;position:relative;}
.topNav .menu > li a{text-decoration:none;font-weight:400;}
.topNav .menu > li a:hover{color:#9B1844;}
.topNav .menu > li.hasSubmenu > a:after{transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;content:'';display:inline-block;vertical-align:middle;margin:0 0 0 6px;width:14px;height:14px;background:center center no-repeat;background-size:contain;}
.topNav .menu > li.hasSubmenu > a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='7.8834944' width='13.999998' id='svg13' version='1.1' viewBox='0 0 13.999998 7.8834944'%3E%3Cg transform='matrix(0.67961158,0,0,0.67961158,-3.873786,-6.9320381)' style='fill:none;fill-opacity:1;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='chevron-bottom'%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23202020;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='11.5' y1='20.5' x2='7' x1='16' class='cls-1' /%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23202020;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='20.5' y1='11.5' x2='16' x1='25' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.topNav .menu > li.hasSubmenu.hover > a:after{transform:rotate(-180deg);}
.topNav .menu > li.more.hasSubmenu > a:after{margin:0;}
.topNav .menu > li > a{transition:all 0.2s ease-in-out;display:block;position:relative;padding:10px 0;margin:0 20px;white-space:nowrap;text-align:center;font-weight:500;cursor:pointer;}
.topNav .menu > li > a:hover{color:#9B1844;}
.topNav .menu > li:first-child > a{margin-left:0;}
.topNav .menu > li:last-child > a{margin-right:0;}
.topNav .menu > li ul{display:none;position:absolute;z-index:2;padding:10px 0;margin:10px 0 0 0;width:270px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,0.2);}
.topNav .menu > li ul:before{content:'';display:block;position:absolute;top:-20px;right:0;left:0;height:20px;background:transparent;cursor:pointer;}
.topNav .menu > li ul ul{top:-20px;}
.topNav .menu > li ul li{display:block;position:relative;background:#fff;}
.topNav .menu > li ul li a{transition:all 0.2s ease-in-out;display:block;position:relative;padding:8px 20px;font-size:16px;}
.topNav .menu > li ul li.current-menu-item > a{color:#9B1844;}
.topNav .menu > li ul li:hover > a{color:#9B1844;}
.topNav .menu > li ul li a.hasSubmenu > a{padding-right:44px;}
.topNav .menu > li ul li.hasSubmenu > a:after{transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;content:'';display:block;position:absolute;top:50%;right:20px;margin:-7px 0 0 0;width:14px;height:14px;background:center center no-repeat;background-size:contain;}
.topNav .menu > li ul li.hasSubmenu > a:after{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.8834943 13.999998' version='1.1' id='svg13' width='7.8834944' height='13.999998'%3E%3Cg id='chevron-bottom' transform='matrix(0,-0.67961158,0.67961158,0,-6.9320381,17.873785)'%3E%3Cline class='cls-1' x1='16' x2='7' y1='20.5' y2='11.5' id='line8' style='fill-opacity:1;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cline class='cls-1' x1='25' x2='16' y1='11.5' y2='20.5' id='line10' style='fill-opacity:1;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3C/g%3E%3C/svg%3E%0A");}
@media screen and (max-width: 1007px){
	.topNav{display:none;}
}
/*[/topNav]*/

/*[sideNavbar]*/
.sideNavbar_open{display:none;float:right;width:30px;cursor:pointer;}
.sideNavbar_open i{display:block;height:4px;margin:0 0 6px 0;background:#9B1844;border-radius:2px;}
.sideNavbar_open i:last-child{margin:0;}
	
.sideNavbar{transition:all 0.3s ease-in-out;overflow:auto;position:fixed;top:0;bottom:0;right:-340px;z-index:1000;width:280px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,0.2);color:#000;}
.sideNavbar.active{right:0;}
.sideNavbar_close{display:block;position:absolute;top:5px;right:5px;width:40px;height:40px;background:center center no-repeat;background-size:18px;cursor:pointer;}
.sideNavbar_close{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='20' width='20' id='svg13' version='1.1' viewBox='0 0 20 20'%3E%3Cg style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' transform='matrix(0.97087379,0,0,0.97087379,-5.5339806,-5.5339806)' id='cross'%3E%3Cline style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='25' y1='7' x2='25' x1='7' class='cls-1' /%3E%3Cline style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='7' y1='25' x2='25' x1='7' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}	
.sideNavbar_wrapper{padding:25px;}
.sideNavbar .mobNav{display:block;padding:25px 0 0 0;margin:0 -25px;}
.sideNavbar .mobNav .menu{display:block;padding:0;margin:0;}
.sideNavbar .mobNav .menu li{display:block;}
.sideNavbar .mobNav .menu ul{display:none;box-sizing:border-box;width:100%;min-width:100%;}
.sideNavbar .mobNav .menu li.active > ul{}
.sideNavbar .mobNav .menu a{display:block;padding:8px 25px;font-weight:400;}
.sideNavbar .mobNav .menu > li > a{display:block;padding:8px 25px;}
.sideNavbar .mobNav .menu > li ul{padding:0;margin:0;min-width:100%;}
.sideNavbar .mobNav .menu > li ul li:first-child{margin:10px 0 0 0;}
.sideNavbar .mobNav .menu > li ul li:last-child{margin:0 0 10px 0;}
.sideNavbar .mobNav .menu > li ul a{font-size:14px;}
.sideNavbar .mobNav .menu > li ul li > a{padding-left:40px;}
.sideNavbar .mobNav .menu > li ul ul li > a{padding-left:55px;}
.sideNavbar .mobNav .menu > li ul ul ul li > a{padding-left:70px;}
.sideNavbar .mobNav .menu li.hasSubmenu > a{position:relative;}
.sideNavbar .mobNav .menu li.hasSubmenu > a i{transition:transform 0.3s ease-in-out;display:block;position:absolute;top:50%;right:15px;margin:-15px -9px 0 0;width:30px;height:30px;background:center center no-repeat;background-size:12px;cursor:pointer;}
.sideNavbar .mobNav .menu li.hasSubmenu > a i{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='7.8834944' width='13.999998' id='svg13' version='1.1' viewBox='0 0 13.999998 7.8834944'%3E%3Cg transform='matrix(0.67961158,0,0,0.67961158,-3.873786,-6.9320381)' style='fill:none;fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='chevron-bottom'%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='11.5' y1='20.5' x2='7' x1='16' class='cls-1' /%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='20.5' y1='11.5' x2='16' x1='25' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.sideNavbar .mobNav .menu li.hasSubmenu.expand > a i{transform:rotate(180deg);}
.sideNavbar .mobNav .menu li:not(.hasSubmenu) > a{display:table;}
.sideNavbar .mobNav .menu .mobNav_close{display:block;position:absolute;top:0;right:0;width:40px;height:40px;background:center center no-repeat;background-size:18px;cursor:pointer;}
.sideNavbar .mobNav .menu .mobNav_close{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='20' width='20' id='svg13' version='1.1' viewBox='0 0 20 20'%3E%3Cg style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' transform='matrix(0.97087379,0,0,0.97087379,-5.5339806,-5.5339806)' id='cross'%3E%3Cline style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='25' y1='7' x2='25' x1='7' class='cls-1' /%3E%3Cline style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='7' y1='25' x2='25' x1='7' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}	

.sideNavbar .langs{margin:20px 0;}
.sideNavbar .tel{margin:20px 0 0 0;}

.sideNavbar .contacts{margin:20px 0 0 0;white-space:nowrap;}
.sideNavbar .contacts a{transition:all 0.2s ease-in-out;display:inline-block;margin:0 6px;width:40px;height:40px;background:center center no-repeat;background-size:contain;}
.sideNavbar .contacts .instagram{background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='58' height='58' rx='29' stroke='%239B1844' stroke-width='2'/%3E%3Cpath d='M36.25 17.5H23.75C20.2982 17.5 17.5 20.2982 17.5 23.75V36.25C17.5 39.7018 20.2982 42.5 23.75 42.5H36.25C39.7018 42.5 42.5 39.7018 42.5 36.25V23.75C42.5 20.2982 39.7018 17.5 36.25 17.5Z' stroke='%239B1844' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.0001 29.2124C35.1544 30.2527 34.9767 31.3152 34.4923 32.2487C34.0079 33.1822 33.2416 33.9392 32.3022 34.412C31.3628 34.8848 30.2982 35.0494 29.2599 34.8823C28.2215 34.7152 27.2623 34.225 26.5187 33.4813C25.775 32.7377 25.2848 31.7785 25.1177 30.7402C24.9506 29.7018 25.1152 28.6373 25.588 27.6979C26.0609 26.7585 26.8179 25.9921 27.7514 25.5077C28.6849 25.0233 29.7473 24.8456 30.7876 24.9999C31.8488 25.1572 32.8312 25.6517 33.5897 26.4103C34.3483 27.1688 34.8428 28.1512 35.0001 29.2124Z' stroke='%239B1844' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.875 23.125H36.885' stroke='%239B1844' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.sideNavbar .contacts .facebook{background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='58' height='58' rx='29' stroke='%239B1844' stroke-width='2'/%3E%3Cpath d='M37.5 17.5H33.75C32.0924 17.5 30.5027 18.1585 29.3306 19.3306C28.1585 20.5027 27.5 22.0924 27.5 23.75V27.5H23.75V32.5H27.5V42.5H32.5V32.5H36.25L37.5 27.5H32.5V23.75C32.5 23.4185 32.6317 23.1005 32.8661 22.8661C33.1005 22.6317 33.4185 22.5 33.75 22.5H37.5V17.5Z' stroke='%239B1844' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}


@media screen and (max-width: 1007px){
	.sideNavbar_open{display:block;margin:0 0 0 20px;}
}
/*[/sideNavbar]*/

.page_header{height:157px;}
.page_header .page_header_wrapper{}
.page_header .container-top{position:relative;z-index:12;background:#fff;border-bottom:1px solid rgba(124, 124, 124, 0.2);}
.page_header .container-bottom{background:#fff;}

.page_header .row{display:table;width:100%;}
.page_header .col{display:table-cell;vertical-align:middle;}

.page_header .container-top .col{padding:10px 0;}
.page_header .col:nth-child(1){width:230px;}
.page_header .logo{display:block;max-width:230px;}
.page_header .logo img{display:block;max-width:100%;}

.page_header .form-search{display:block;}
.page_header .form-search .input{position:relative;margin:auto;max-width:380px;}
.page_header .form-search input{display:block;box-sizing:border-box;padding:12px 24px 12px 24px;width:100%;background:rgba(124, 124, 124, 0.15);border:none;border-radius:5px;}
.page_header .form-search button{position:absolute;top:0;right:0;bottom:0;margin:0;width:60px;background:center center no-repeat;background-size:24px;outline:none;border:none;}
.page_header .form-search button{background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.002 19.095C15.4202 19.095 19.002 15.5133 19.002 11.095C19.002 6.67672 15.4202 3.095 11.002 3.095C6.58367 3.095 3.00195 6.67672 3.00195 11.095C3.00195 15.5133 6.58367 19.095 11.002 19.095Z' stroke='%237C7C7C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0019 21.095L16.6519 16.745' stroke='%237C7C7C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}


.page_header .col-tel{width:100px;}
.page_header .tel{display:table;white-space:nowrap;font-weight:500;color:#9B1844;}
.page_header  .container-top .tel{margin:auto;}

.page_header .btnset-cabinet{margin:auto;width:70px;}
.page_header .cabinet{display:block;float:left;background:center center no-repeat;width:28px;height:28px;}
.page_header .cabinet{background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.0019 26.845V24.345C25.0019 23.0189 24.4752 21.7472 23.5375 20.8095C22.5998 19.8718 21.328 19.345 20.002 19.345H10.002C8.67587 19.345 7.4041 19.8718 6.46642 20.8095C5.52874 21.7472 5.00195 23.0189 5.00195 24.345V26.845' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.002 14.345C17.7634 14.345 20.002 12.1064 20.002 9.345C20.002 6.58358 17.7634 4.345 15.002 4.345C12.2405 4.345 10.002 6.58358 10.002 9.345C10.002 12.1064 12.2405 14.345 15.002 14.345Z' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
	
.page_header .header_cart{display:inline-block;float:right;position:relative;background:center center no-repeat;width:28px;height:28px;}
.page_header .header_cart i{display:block;position:absolute;top:-8px;right:-8px;padding:2px 5px;min-width:9px;background: #9B1844;border-radius:50px;text-align:center;font-style:normal;font-weight:400;font-size:12px;color:#fff;}
.page_header .header_cart i:empty{display:block;}
.page_header .header_cart{background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50196 3.09503L3.75196 8.09503V25.595C3.75196 26.2581 4.01535 26.894 4.48419 27.3628C4.95303 27.8316 5.58892 28.095 6.25196 28.095H23.752C24.415 28.095 25.0509 27.8316 25.5197 27.3628C25.9886 26.894 26.252 26.2581 26.252 25.595V8.09503L22.502 3.09503H7.50196Z' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75196 8.09501H26.252' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.002 13.095C20.002 14.4211 19.4753 15.6928 18.5376 16.6305C17.5999 17.5682 16.3281 18.095 15.002 18.095C13.676 18.095 12.4042 17.5682 11.4665 16.6305C10.5288 15.6928 10.002 14.4211 10.002 13.095' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.page_header  .container-top .col-langs{width:10px;padding:0;}
.page_header .langs{text-transform:uppercase;white-space:nowrap;font-size:18px;color:#333;}
.page_header .langs a{transition:all 0.2s ease-in-out;display:inline-block;}
.page_header .langs a:hover{color:#9B1844;}
.page_header .langs a.current{font-weight:400;color:#9B1844;}

.page_header .container-bottom{}
.page_header .container-bottom .rowWrapper{position:relative;z-index:12;transition:all 0.2s ease-in-out;padding:10px 0 10px 0;}
.page_header.fixed .container-bottom .rowWrapper{padding:7px 0 7px 0;}

.page_header.fixed .container-bottom{position:fixed;top:0;right:0;left:0;z-index:12;box-shadow: 0px 0px 8px 0px rgba(155, 24, 68, 0.2);}
.page_header .container-bottom .row{table-layout:fixed;}
.page_header .container-bottom .col:nth-child(2){width:180px;}


.page_header  .col-sideNavbar_open{width:0;}


@media screen and (max-width: 1007px){
	.page_header{height:64px;}
	.page_header_wrapper{position:fixed;top:0;right:0;left:0;z-index:12;box-shadow: 0px 0px 8px 0px rgba(155, 24, 68, 0.2);}
	.page_header .container-top{z-index:12;}
	.page_header .container-top .col{}
	.page_header .container-top .col-langs{display:none;}
	.page_header .col:nth-child(1){width:84px;}
	.page_header .container-top .logo{margin:0;width:84px;}
	.page_header .container-top .form-search .input{max-width:280px;}
	.page_header .sideNavbar_open{float:right;}
	
	.page_header .container-bottom{display:none;}

}
@media screen and (max-width: 767px){
	.page_header{height:48px;}
	.page_header .container-top .form-search{display:none;}
	.page_header .container-top .col-tel{width:auto;}
	.page_header .container-top .tel{padding:0 10px;}
	.page_header .container-top .col-cabinet{width:100px;}
}
@media screen and (max-width: 375px){	
	.page_header .container-top .tel{display:none;}
}
/*[/header]*/


.topBanner{}
.topBanner img{display:block;width:100%;}

.breadcrumb{padding:20px 0;background:#9B1844;color:#fff;}
.breadcrumb a{transition:all 0.2s ease-in-out;}
.breadcrumb a:hover{text-decoration:underline;}
.breadcrumb .current-item{font-weight:400;}

.woocommerce .woocommerce-breadcrumb{margin:0 0 20px 0!important;font-size:initial!important;color:initial!important;}
.woocommerce .woocommerce-breadcrumb a{font-size:initial!important;color:initial!important;}


.woocommerce .woocommerce-breadcrumb{margin:0!important;color:#fff!important;}
.woocommerce .woocommerce-breadcrumb a{transition:all 0.2s ease-in-out;color:#fff!important;}
.woocommerce .woocommerce-breadcrumb a:hover{text-decoration:underline;}
.woocommerce .woocommerce-breadcrumb .current{font-weight:400;}


/*[body]*/
/*[page_content]*/
.page_content{}
.page_content_wrapper{padding:40px 0;}

.page_content-home{}
.page_content-home .page_content_wrapper{padding:0;}

.page_content-about{}
.page_content-about .page_content_wrapper{padding:0;}

.page_content:not(.page_content-home) h1{margin:0 0 20px 0;font-size:30px;}
.page_content.page_content-archive:not(.page_content-home) h1{font-size:30px;}

.page_content-catalog{padding-bottom:40px;background:center center repeat;background-size:100% auto;}
	
@media screen and (max-width: 1007px){
	.page_content:not(.page_content-home) h1{font-size:30px;}
}
@media screen and (max-width: 767px){
	.page_content:not(.page_content-home) h1{font-size:24px;}
	.page_content.page_content-archive:not(.page_content-home) h1{font-size:20px;}
}

/*[/page_content]*/

/*[section]*/
.section{padding:80px 0;}
.section_wrapper{}
.section .section_heading{padding:0 0 0 0;}
.section h1,
.section h2{padding:0;margin:0 0 40px 0;font-size:38px;}
@media screen and (max-width: 1007px){
	.section h1,.section h2{margin:0 0 30px 0;font-size:30px;line-height:36px;}
}
@media screen and (max-width: 767px){
	.section{padding:30px 0;margin:0;}
	.section h1,.section h2{margin:0 0 24px 0;font-size:24px;line-height:30px;}
}
/*[/section]*/

/*[section-main]*/
.section-main{position:relative;z-index:11;padding:130px 0;background:center center no-repeat;background-size:cover;}
.section-main .con{}
.section-main .title{padding:0;margin:0;font-size:50;color:#fff;}
.section-main .btn{transition:all 0.2s ease-in-out;display:inline-block;padding:16px 40px;margin:40px 0 0 0;background:#fff;border-radius:5px;font-weight:600;font-size:18px;color:#9B1844;}
.section-main .btn:hover{background:#9B1844;color:#fff;}
@media screen and (max-width: 767px){
	.section-main .con{text-align:center;}
}
/*[/section-main]*/

.section-categories{padding:0;}
.section-categories .row{display:table;table-layout:fixed;width:100%;}
.section-categories .col{display:table-cell;vertical-align:middle;}
.section-categories .img{position:relative;}
.section-categories .img:after{content:'';display:block;position:absolute;bottom:-45px;left:0;right:0;height:80px;background:center bottom no-repeat;background-size:contain;}
.section-categories .img:after{}
.section-categories .img img{display:block;width:100%;}
.section-categories .title{padding:0;margin:0;}
.section-categories .text{margin:15px 0 0 0;}
.section-categories .btn{transition:all 0.2s ease-in-out;display:inline-block;padding:16px 40px;margin:20px 0 0 0;background:#9B1844;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border-radius:5px;font-weight:600;font-size:18px;color:#fff;}
.section-categories .btn:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}

.section-categories .carousel{margin:20px 0 0 0;}
.section-categories .carousel .prod_imgWrapper{padding:10px;}
.section-categories .carousel .prod_img{display:block;margin:0 0 10px 0;height:100px;background:center center no-repeat #fff;background-size:80%;box-shadow: 0px 10px 15px 0px rgba(155, 24, 68, 0.1);border-radius:5px;}

.section-categories .container .col:nth-child(1){width:51%;}
.section-categories .container .col:nth-child(2){padding:0 0 0 40px;}

.section-categories .container{padding:50px 0;}
.section-categories .container:nth-child(1){background:linear-gradient(to right, rgba(236, 102, 8, 1), rgba(255, 255, 255, 0) 70%);}
.section-categories .container:nth-child(2){background:linear-gradient(to left, rgba(0, 152, 112, 1), rgba(255, 255, 255, 0) 70%);}
.section-categories .container:nth-child(3){background:linear-gradient(to right, rgba(230, 0, 126, 1), rgba(255, 255, 255, 0) 70%);}
.section-categories .container:nth-child(4){background:linear-gradient(to left, rgba(0, 159, 227, 1), rgba(255, 255, 255, 0) 70%);}

.section-categories .container:nth-child(2) .row{direction:rtl;}
.section-categories .container:nth-child(2) .col{direction:ltr;}
.section-categories .container:nth-child(4) .row{direction:rtl;}
.section-categories .container:nth-child(4) .col{direction:ltr;}

.section-categories .container:nth-child(2) .col:nth-child(2){padding:0 40px 0 0;}
.section-categories .container:nth-child(4) .col:nth-child(2){padding:0 40px 0 0;}

@media screen and (max-width: 1007px){
	.section-categories .container{}
	.section-categories .row{}
	.section-categories .col{display:block;}
	.section-categories .container .col:nth-child(1){width:100%;}
	.section-categories .container .col:nth-child(2){padding:0;}
	.section-categories .container:nth-child(2) .col:nth-child(2){padding:0;}
	.section-categories .container:nth-child(4) .col:nth-child(2){padding:0;}
	.section-categories .img:after{bottom:-35px;}
	.section-categories .title{margin:20px 0 0 0;}
}
@media screen and (max-width: 767px){
	.section-categories .container{text-align:center;}
}

.section-categories .btn{transition:all 0.2s ease-in-out;display:inline-block;padding:16px 40px;margin:20px 0 0 0;background:#9B1844;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border-radius:5px;font-weight:600;font-size:18px;color:#fff;}
.section-categories .btn:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}

.section-bestseller{position:relative;z-index:1;background:center center repeat;background-size:100% auto;}

.section-bestseller .btn{transition:all 0.2s ease-in-out;display:table;margin:40px auto 0 auto;box-sizing:border-box;padding:10px 50px!important;width:auto!important;background:#70DAED;outline:none;border:none;border-top:2px solid #b0ebf5!important;border-bottom:2px solid #45b2c6!important;border-radius:7px;text-align:center!important;white-space:nowrap;font-family:"Bebas Neue";color:#000;cursor:pointer;}
.section-bestseller .btn:hover{box-shadow:inset 0 9px 10px 0px rgba(255,255,255,0.7);}

.section-relatedProducts{padding-bottom:0;}

.uScrollbar-y{width:6px;}
.uScrollbar-y_track{background:#9DADCB;border-radius:0;}
.uScrollbar-x{height:6px;}
.uScrollbar-x_track{background:#9DADCB;border-radius:0;}
.uScrollbar-y_thumb{opacity:1!important;background:#013D4F;border-radius:0;width:12px;margin:0 -3px;}
.uScrollbar-x_thumb{opacity:1!important;background:#013D4F;border-radius:0;height:12px;margin:-3px 0;}

.catalogWrapper{}
.catalogWrapper .row{display:table;width:100%;}
.catalogWrapper .row .col{display:table-cell;vertical-align:top;}
.catalogWrapper .row .col:nth-child(1){width:300px;box-sizing:border-box;padding:0 40px 0 0;}
.catalogWrapper .categories{}
.catalogWrapper .categories .heading{font-weight:700;font-size:24px;}
.catalogWrapper .categories .list{margin:20px 0 0 0;border:1px solid #DDDDDD;border-top:none;}
.catalogWrapper .categories .menu{display:block;padding:0;margin:0;}
.catalogWrapper .categories .menu li{display:block;border-top:1px solid #DDDDDD;}
.catalogWrapper .categories .menu ul{display:none;box-sizing:border-box;width:100%;min-width:100%;}
.catalogWrapper .categories .menu li.active > ul{}
.catalogWrapper .categories .menu a{transition:all 0.2s ease-in-out;display:block;padding:10px 17px 10px 12px;}
.catalogWrapper .categories .menu a:hover{color:#9F2321;}
.catalogWrapper .categories .menu > li > a{font-weight:600;display:block;}
.catalogWrapper .categories .menu > li.current-menu-item > a{color:#9F2321;}
.catalogWrapper .categories .menu > li ul{padding:0;margin:0;min-width:100%;}
.catalogWrapper .categories .menu > li ul li:first-child{}
.catalogWrapper .categories .menu > li ul li:last-child{}
.catalogWrapper .categories .menu > li ul a{display:block;position:relative;padding:10px 17px 10px 24px;font-size:15px;}
.catalogWrapper .categories .menu > li ul a:before{content:'';display:block;position:absolute;top:19px;left:14px;width:2px;height:2px;background:#58595B;border-radius:5px;}
.catalogWrapper .categories .menu > li ul li.current-menu-item > a{color:#9F2321;}
.catalogWrapper .categories .menu li.hasSubmenu > a{position:relative;}
.catalogWrapper .categories .menu li.hasSubmenu > a i{transition:transform 0.3s ease-in-out;display:block;position:absolute;top:50%;right:15px;margin:-15px -9px 0 0;width:30px;height:30px;background:center center no-repeat;background-size:12px;cursor:pointer;}
.catalogWrapper .categories .menu li.hasSubmenu > a i{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='7.8834944' width='13.999998' id='svg13' version='1.1' viewBox='0 0 13.999998 7.8834944'%3E%3Cg transform='matrix(0.67961158,0,0,0.67961158,-3.873786,-6.9320381)' style='fill:none;fill-opacity:1;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='chevron-bottom'%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='11.5' y1='20.5' x2='7' x1='16' class='cls-1' /%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='20.5' y1='11.5' x2='16' x1='25' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.catalogWrapper .categories .menu li.hasSubmenu.expand > a i{transform:rotate(180deg);}


/*[itemProduct]*/
.itemProduct{}
.itemProduct .itemProduct_wrapper{transition:all 0.2s ease-in-out;background: #FEFEFE;border: 1px solid rgba(124, 124, 124, 0.2);border-radius: 5px;}
.itemProduct .itemProduct_wrapper:hover{box-shadow: 0px 15px 35px 0px rgba(155, 24, 68, 0.1);}
.itemProduct .img{display:block;position:relative;background:center center no-repeat;background-size:contain;}
.itemProduct .label-instock{position:absolute;top:0;left:0;padding:5px 10px;background: #26B103;border-radius: 3px;font-size:14px;color:#fff!important;}
.itemProduct .label-novelty{position:absolute;top:0;left:0;padding:5px 10px;background: #B9B2FF;border-radius: 3px;font-size:14px;color:#fff!important;}

.itemProduct .img{margin:15px;}
.itemProduct .img img{display:block;width:100%;}
.itemProduct .info{padding:12px 14px;border-top:1px solid rgba(124, 124, 124, 0.2);}
.itemProduct .info ul{display:table;padding:0;margin:0;width:100%;}
.itemProduct .info ul:nth-child(1){margin:0 0 14px 0;}
.itemProduct .info li{display:table-cell;vertical-align:middle;}
.itemProduct .info li:nth-child(2){padding:0 0 0 8px;width:10px;}
.itemProduct .title{display:block;font-weight:400;font-size:18px;}
.itemProduct .cat{margin:2px 0 0 0;font-weight:400;color:#7C7C7C;}
.itemProduct .price{display:table;font-weight:600;font-size:17px;}
.itemProduct .price bdi{}
.itemProduct .price ins{float:left;display:inline-block;margin:0 10px 0 0;text-decoration:none;}
.itemProduct .price del{font-weight:400;font-size:14px;color: #C4C4C4;}

.itemProduct .instock{white-space:nowrap;font-weight:400;color: #009870;}
.itemProduct .instock[data-status='outofstock']{color:#9B1818;}

.itemProduct .btnset{position:relative;}
.itemProduct .btnset .add_to_cart_button{transition:all 0.2s ease-in-out;display:block;position:relative;overflow:hidden;box-sizing:border-box;padding:0!important;width:36px;height:36px;background: center center no-repeat rgba(155, 24, 68, 1);background-size:60%;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:5px;white-space:nowrap;font-size:0px;color:transparent;cursor:pointer;}
.itemProduct .btnset .add_to_cart_button:hover{background-color:rgba(155, 24, 68, 0.8);}
.itemProduct .btnset .add_to_cart_button,
.itemProduct .btnset .add_to_cart_button:hover{background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 1.83337L2.75 5.50004V18.3334C2.75 18.8196 2.94315 19.2859 3.28697 19.6297C3.63079 19.9736 4.0971 20.1667 4.58333 20.1667H17.4167C17.9029 20.1667 18.3692 19.9736 18.713 19.6297C19.0568 19.2859 19.25 18.8196 19.25 18.3334V5.50004L16.5 1.83337H5.5Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.75 5.5H19.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6668 9.16663C14.6668 10.1391 14.2805 11.0717 13.5929 11.7594C12.9053 12.447 11.9726 12.8333 11.0002 12.8333C10.0277 12.8333 9.09507 12.447 8.40744 11.7594C7.7198 11.0717 7.3335 10.1391 7.3335 9.16663' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.itemProduct .btnset .add_to_cart_button:after{display:block;position:absolute;top:50%!important;left:50%!important;margin:-9px 0 0 -9px;width:18px;height:18px;font-size:18px;color:#fff;}
.itemProduct .btnset .add_to_cart_button.loading{background-image:none;opacity:0.8!important;}
.itemProduct .btnset .add_to_cart_button.added{background-image:none;}
.itemProduct .btnset .add_to_cart_button.added:after{margin:-9px 0 0 -9px!important;}
.itemProduct .btnset .added_to_cart{display:none;}

.itemProduct .add_to_favorite{display:block;position:absolute;top:50%;right:0;margin:-10px 0 0 0;width:22px;height:20px;background:center center no-repeat;background-size:contain;cursor:pointer;}
.itemProduct .add_to_favorite{background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19.65C10.69 19.65 10.39 19.61 10.14 19.52C6.32 18.21 0.25 13.56 0.25 6.68998C0.25 3.18998 3.08 0.349976 6.56 0.349976C8.25 0.349976 9.83 1.00998 11 2.18998C12.17 1.00998 13.75 0.349976 15.44 0.349976C18.92 0.349976 21.75 3.19998 21.75 6.68998C21.75 13.57 15.68 18.21 11.86 19.52C11.61 19.61 11.31 19.65 11 19.65ZM6.56 1.84998C3.91 1.84998 1.75 4.01998 1.75 6.68998C1.75 13.52 8.32 17.32 10.63 18.11C10.81 18.17 11.2 18.17 11.38 18.11C13.68 17.32 20.26 13.53 20.26 6.68998C20.26 4.01998 18.1 1.84998 15.45 1.84998C13.93 1.84998 12.52 2.55998 11.61 3.78998C11.33 4.16998 10.69 4.16998 10.41 3.78998C9.48 2.54998 8.08 1.84998 6.56 1.84998Z' fill='%23009870'/%3E%3C/svg%3E%0A");}
.itemProduct .add_to_favorite.added{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' id='svg4' version='1.1' fill='none' viewBox='0 0 22 20' height='20' width='22'%3E%3Cg%3E%3Cpath d='M11 19.65C10.69 19.65 10.39 19.61 10.14 19.52C6.32 18.21 0.25 13.56 0.25 6.68998C0.25 3.18998 3.08 0.349976 6.56 0.349976C8.25 0.349976 9.83 1.00998 11 2.18998C12.17 1.00998 13.75 0.349976 15.44 0.349976C18.92 0.349976 21.75 3.19998 21.75 6.68998C21.75 13.57 15.68 18.21 11.86 19.52C11.61 19.61 11.31 19.65 11 19.65ZM6.56 1.84998C3.91 1.84998 1.75 4.01998 1.75 6.68998C1.75 13.52 8.32 17.32 10.63 18.11C10.81 18.17 11.2 18.17 11.38 18.11C13.68 17.32 20.26 13.53 20.26 6.68998C20.26 4.01998 18.1 1.84998 15.45 1.84998C13.93 1.84998 12.52 2.55998 11.61 3.78998C11.33 4.16998 10.69 4.16998 10.41 3.78998C9.48 2.54998 8.08 1.84998 6.56 1.84998Z' fill='%23009870' style='fill-opacity:1;fill:%23009870;stroke:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23009870;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1' d='m 11.1,18.85 4.25,-2.3 4.7,-5.15 L 20.4,4.65 17.25,1.6 13.55,1.55 11.35,2.9 H 11 L 8.6,1.75 c 0,0 -2,-0.25 -2.9,-0.25 -0.9,0 -1.65,0.2 -1.65,0.2 l -1.7,1.55 c 0,0 -0.5,1.15 -0.8,2 -0.3,0.85 -0.5,2.05 -0.5,2.35 0,0.3 0.9,3.2 0.9,3.2 l 1.75,2.55 2.5,2.8 3,1.65 z' /%3E%3C/g%3E%3C/svg%3E%0A");}

.list-products{}
.list-products .list_wrapper{margin:-12px;}
.list-products .list_inner{display:table;width:100%;}

.list-products .itemProduct{width:20%; display: inline-block;
    vertical-align: top;}
.list-products .itemProduct .itemProduct_wrapper{margin:12px;}

.section-relatedProducts .itemProduct .itemProduct_wrapper{margin:12px 15px 40px 15px;}


@media screen and (max-width: 1200px){
	
	.list-products .list_wrapper{margin:-10px;}
	.list-products .itemProduct{width:25%;}
	.list-products .itemProduct .itemProduct_wrapper{margin:10px;}
	
}
@media screen and (max-width: 1007px){
	.list-products .itemProduct{width:33.33%;}
	.list-products .list_wrapper{margin:-8px;}
	.list-products .itemProduct .itemProduct_wrapper{margin:8px;}
}
@media screen and (max-width: 767px){
	.itemProduct .btnset .add_to_cart_button{padding:12px 20px!important;}
	.list-products .itemProduct{width:50%;}
}
@media screen and (max-width: 480px){
	.list-products .list_wrapper{margin:0;}
	.list-products .itemProduct{width:100%;}
	.list-products .itemProduct .itemProduct_wrapper{margin:0;}
	
	.list-products .itemProduct{float:none;margin:0 0 30px 0;width:auto;}
	.list-products .itemProduct:last-child{margin:0;}
	.list-products .itemProduct .itemProduct_wrapper{margin:0;}
}
/*[/itemProduct]*/

.woocommerce-notices-wrapper{margin:20px 0 0 0;}


.shop_table.woocommerce-checkout-review-order-table thead .product-total{display:none!important;}
.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal{display:none!important;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child{display:none!important;}

.woocommerce-ordering{display:none!important;}

.wp-block-woocommerce-cart-order-summary-totals-block{display:none;}
.wp-block-woocommerce-checkout-order-summary-totals-block{}
.wc-block-components-address-form__country{}


.shop_table.woocommerce-cart-form__contents th.product-quantity{text-align:center;}
.shop_table.woocommerce-cart-form__contents th.product-subtotal{display:none;}
.shop_table.woocommerce-cart-form__contents td.product-subtotal{display:none;}

.shop_table.shop_table_responsive tr.cart-subtotal{display:none;}

button.button[name='update_cart']{display:none!important;}

.shop_table .totalWrapper{display:table;width:100%;}
.shop_table .totalWrapper .cart-total{float:right;white-space:nowrap;}
.shop_table .totalWrapper .cart-total .tLable{display:inline-block;margin:0 20px 0 0;font-weight:600;}
.shop_table .totalWrapper .cart-total .tVal{display:inline-block;margin:5px 0 0 0;font-size:26px;}
.shop_table .totalWrapper .checkout-button{float:left;text-align:center;}

.woocommerce-MyAccount-navigation{}
.woocommerce-MyAccount-navigation li{margin-bottom:14px;}
.woocommerce-MyAccount-navigation li a{transition:all 0.2s ease-in-out;font-weight:400;}
.woocommerce-MyAccount-navigation li a:hover{color:#9B1844;}

.woocommerce-Addresses a.edit{transition:all 0.2s ease-in-out;font-weight:400;}
.woocommerce-Addresses a.edit:hover{color:#9B1844;}

button.button[type='submit']{transition:all 0.2s ease-in-out;display:table;position:relative;box-sizing:border-box;padding:14px 40px;background:#9B1844;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:5px;font-weight:500;color:#fff!important;cursor:pointer;}
button.button[type='submit']:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}

button.woocommerce-button[type='submit']{transition:all 0.2s ease-in-out;display:table;position:relative;box-sizing:border-box;padding:14px 40px;background:#9B1844;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:50px;font-weight:500;color:#fff!important;cursor:pointer;}
button.woocommerce-button[type='submit']:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}

.wc-block-cart__submit-button{transition:all 0.2s ease-in-out;display:block;position:relative;box-sizing:border-box;padding:14px 40px;margin-top:20px!important;background:#9B1844;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:5px;font-weight:500;color:#fff!important;cursor:pointer;}
.wc-block-cart__submit-button:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}

.wc-block-components-checkout-place-order-button{transition:all 0.2s ease-in-out;display:block;position:relative;box-sizing:border-box;padding:14px 40px;margin-top:20px!important;background:#9B1844;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:5px;font-weight:500;color:#fff!important;cursor:pointer;}
.wc-block-components-checkout-place-order-button:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}



button.woocommerce-form-login__submit{transition:all 0.2s ease-in-out;display:block;position:relative;box-sizing:border-box;padding:14px 40px;margin-top:20px!important;background:#9B1844!important;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:5px!important;font-weight:500;color:#fff!important;cursor:pointer;}
button.woocommerce-form-login__submit:hover{background:#9B1844!important;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4)!important;}

.woocommerce-form.woocommerce-form-login{padding:0!important;margin:;border:none!important;max-width:400px;}
.woocommerce-form.woocommerce-form-register{padding:0!important;margin:;border:none!important;max-width:400px;}

.woocommerce-form.woocommerce-form-login button{margin-top:10px;}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme{margin-top:14px;}

.woocommerce-form.woocommerce-form-register button{margin-top:10px!important;}
.woocommerce-form.woocommerce-form-register select{max-width:100%;}

.woocommerce-form__label-for-checkbox{display:inline-block;position:relative;padding:0 0 0 26px;margin:0;cursor:pointer;}
.woocommerce-form__label-for-checkbox input[type='checkbox']{opacity:0;position:absolute;top:0;left:0;}
.woocommerce-form__label-for-checkbox input[type='checkbox'] + span{cursor:pointer;}
.woocommerce-form__label-for-checkbox input[type='checkbox'] + span:before{content:'';display:block;position:absolute;top:6px;left:0;width:18px;height:18px;background:center center no-repeat transparent;background-size:12px;border:1px solid rgba(124, 124, 124, 0.4);border-radius:2px;cursor:pointer;}
.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 32 32' height='14.700555' version='1.1' viewBox='0 0 20.06854 14.700555' width='20.068541' xml:space='preserve'%3E%3Cpath id='path839' d='M 1.8,7.5848353 7.220026,12.900629 18.26854,1.8' style='fill:none;stroke:%23000000;stroke-width:3.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3C/svg%3E%0A");}

.myaccountmenu{}
.myaccountmenu a{transition:all 0.2s ease-in-out;display:inline-block;margin:0 10px 0 0;font-family: "Bebas Neue";color:#487D9B;}
.myaccountmenu a:hover{color:#fff;}

select{transition:all ease-in-out 0.2s;display:block;box-sizing:border-box;padding:12px 50px 12px 16px;width:100%;max-width:300px;appearance:none;background:right 14px center no-repeat;background-size:12px;outline:none;border:1px solid rgba(124, 124, 124, 0.2);border-radius:5px;font-size:inherit;cursor:pointer;}
select{background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.783691 1.31738C0.797363 1.33105 0.812174 1.34359 0.828125 1.35498C0.844076 1.36637 0.858887 1.37891 0.872559 1.39258C1.28727 1.80729 1.69971 2.22201 2.10986 2.63672C2.52002 3.05143 2.93132 3.46729 3.34375 3.88428C3.75618 4.30127 4.16748 4.71712 4.57764 5.13184C4.98779 5.54655 5.39795 5.96354 5.80811 6.38281C5.82178 6.39648 5.83431 6.4113 5.8457 6.42725C5.8571 6.4432 5.86735 6.46029 5.87646 6.47852C5.88558 6.47852 5.89355 6.47852 5.90039 6.47852C5.90723 6.47852 5.9152 6.47852 5.92432 6.47852C5.93343 6.46029 5.94369 6.4432 5.95508 6.42725C5.96647 6.4113 5.979 6.39648 5.99268 6.38281C6.40283 5.96354 6.81299 5.54655 7.22314 5.13184C7.6333 4.71712 8.0446 4.30127 8.45703 3.88428C8.86947 3.46729 9.28076 3.05143 9.69092 2.63672C10.1011 2.22201 10.5135 1.80729 10.9282 1.39258C10.9419 1.37891 10.9556 1.36637 10.9692 1.35498C10.9829 1.34359 10.9989 1.33105 11.0171 1.31738C11.0171 1.30827 11.0171 1.30143 11.0171 1.29688C11.0171 1.29232 11.0171 1.28548 11.0171 1.27637C11.0034 1.26725 10.9886 1.257 10.9727 1.24561C10.9567 1.23421 10.9442 1.22396 10.9351 1.21484C10.7619 1.03711 10.5887 0.861654 10.4155 0.688477C10.2424 0.515299 10.0715 0.342123 9.90283 0.168945C9.88916 0.155273 9.87549 0.142741 9.86182 0.131348C9.84814 0.119955 9.82992 0.105143 9.80713 0.0869141C9.48356 0.415039 9.15771 0.745443 8.82959 1.07812C8.50146 1.40625 8.17448 1.73551 7.84863 2.06592C7.52279 2.39632 7.1958 2.72786 6.86768 3.06055C6.53955 3.39323 6.21143 3.72591 5.8833 4.05859C5.55518 3.72591 5.22933 3.39551 4.90576 3.06738C4.57764 2.73926 4.25065 2.40999 3.9248 2.07959C3.59896 1.74919 3.27197 1.41764 2.94385 1.08496C2.61572 0.752279 2.2876 0.419596 1.95947 0.0869141C1.9458 0.100586 1.93441 0.115397 1.92529 0.131348C1.91618 0.147298 1.90479 0.162109 1.89111 0.175781C1.72249 0.348958 1.55273 0.522135 1.38184 0.695312C1.21094 0.86849 1.0389 1.04167 0.865723 1.21484C0.856608 1.22396 0.844076 1.23421 0.828125 1.24561C0.812174 1.257 0.797363 1.26725 0.783691 1.27637C0.783691 1.28548 0.783691 1.29232 0.783691 1.29688C0.783691 1.30143 0.783691 1.30827 0.783691 1.31738Z' fill='%237C7C7C'/%3E%3C/svg%3E%0A");}
select.active{background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' style='transform:rotate(-180deg)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.783691 1.31738C0.797363 1.33105 0.812174 1.34359 0.828125 1.35498C0.844076 1.36637 0.858887 1.37891 0.872559 1.39258C1.28727 1.80729 1.69971 2.22201 2.10986 2.63672C2.52002 3.05143 2.93132 3.46729 3.34375 3.88428C3.75618 4.30127 4.16748 4.71712 4.57764 5.13184C4.98779 5.54655 5.39795 5.96354 5.80811 6.38281C5.82178 6.39648 5.83431 6.4113 5.8457 6.42725C5.8571 6.4432 5.86735 6.46029 5.87646 6.47852C5.88558 6.47852 5.89355 6.47852 5.90039 6.47852C5.90723 6.47852 5.9152 6.47852 5.92432 6.47852C5.93343 6.46029 5.94369 6.4432 5.95508 6.42725C5.96647 6.4113 5.979 6.39648 5.99268 6.38281C6.40283 5.96354 6.81299 5.54655 7.22314 5.13184C7.6333 4.71712 8.0446 4.30127 8.45703 3.88428C8.86947 3.46729 9.28076 3.05143 9.69092 2.63672C10.1011 2.22201 10.5135 1.80729 10.9282 1.39258C10.9419 1.37891 10.9556 1.36637 10.9692 1.35498C10.9829 1.34359 10.9989 1.33105 11.0171 1.31738C11.0171 1.30827 11.0171 1.30143 11.0171 1.29688C11.0171 1.29232 11.0171 1.28548 11.0171 1.27637C11.0034 1.26725 10.9886 1.257 10.9727 1.24561C10.9567 1.23421 10.9442 1.22396 10.9351 1.21484C10.7619 1.03711 10.5887 0.861654 10.4155 0.688477C10.2424 0.515299 10.0715 0.342123 9.90283 0.168945C9.88916 0.155273 9.87549 0.142741 9.86182 0.131348C9.84814 0.119955 9.82992 0.105143 9.80713 0.0869141C9.48356 0.415039 9.15771 0.745443 8.82959 1.07812C8.50146 1.40625 8.17448 1.73551 7.84863 2.06592C7.52279 2.39632 7.1958 2.72786 6.86768 3.06055C6.53955 3.39323 6.21143 3.72591 5.8833 4.05859C5.55518 3.72591 5.22933 3.39551 4.90576 3.06738C4.57764 2.73926 4.25065 2.40999 3.9248 2.07959C3.59896 1.74919 3.27197 1.41764 2.94385 1.08496C2.61572 0.752279 2.2876 0.419596 1.95947 0.0869141C1.9458 0.100586 1.93441 0.115397 1.92529 0.131348C1.91618 0.147298 1.90479 0.162109 1.89111 0.175781C1.72249 0.348958 1.55273 0.522135 1.38184 0.695312C1.21094 0.86849 1.0389 1.04167 0.865723 1.21484C0.856608 1.22396 0.844076 1.23421 0.828125 1.24561C0.812174 1.257 0.797363 1.26725 0.783691 1.27637C0.783691 1.28548 0.783691 1.29232 0.783691 1.29688C0.783691 1.30143 0.783691 1.30827 0.783691 1.31738Z' fill='%237C7C7C'/%3E%3C/svg%3E%0A");}
select{color:rgba(124, 124, 124, 1);}
select option{color:#000;}
.orderby option[value='rating']{display:none;}

.checkbox-acceptance{margin:15px 0 0 0;font-size:14px;}
.checkbox-acceptance a{text-decoration:underline;}
.wpcf7-acceptance span.wpcf7-list-item{display:inline-block;position:relative;padding:0 0 0 30px;margin:0;cursor:pointer;}
.wpcf7-acceptance input[type='checkbox']{opacity:0;position:absolute;top:0;left:0;}
.wpcf7-acceptance input[type='checkbox'] + span{cursor:pointer;}
.wpcf7-acceptance input[type='checkbox'] + span:before{content:'';display:block;position:absolute;top:-1px;left:0px;width:20px;height:20px;border:1px solid #1E1E1E;border-radius:0;background:center center no-repeat;background-size:12px;cursor:pointer;}
.wpcf7-acceptance input[type='checkbox']:checked + span:before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 32 32' height='14.700555' version='1.1' viewBox='0 0 20.06854 14.700555' width='20.068541' xml:space='preserve'%3E%3Cpath id='path839' d='M 1.8,7.5848353 7.220026,12.900629 18.26854,1.8' style='fill:none;stroke:%231E1E1E;stroke-width:3.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3C/svg%3E%0A");}

.wpcf7-response-output{margin:20px 0 0 0!important;padding:12px 15px!important;border-width:1px!important;font-size:14px;}
.wpcf7-response-output:empty{display:none;}
.wpcf7-not-valid-tip{margin:5px 0 0 0;font-size:14px;color:#ff0000;}
.acceptance-check input{display:none;}


.woocommerce-account{}
.woocommerce-account form{}
.woocommerce-account form .input-text{display:block;box-sizing:border-box;padding:13px 20px;width:100%;border:1px solid rgba(124, 124, 124, 0.2);border-radius:5px;}
.woocommerce-account form .show-password-input{top:50%;right:20px;margin:-9px 0 0 0;}
.woocommerce-account form[class^='woocommerce'] button[type='submit']{transition:all 0.2s ease-in-out;display:table;float:none!important;position:relative;box-sizing:border-box;padding:14px 40px;margin:10px 0 0 0;background:#9B1844;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:5px;font-weight:normal;color:#fff;cursor:pointer;}
.woocommerce-account form[class^='woocommerce'] button[type='submit']:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}
.woocommerce-account form .woocommerce-privacy-policy-text p:last-child{margin-bottom:0;}
.woocommerce-account form a{color:#9B1844;}
.woocommerce-account form a:hover{text-decoration:underline;}

.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads{display:none;}

.woocommerce .checkout-button{transition:all 0.2s ease-in-out;position:relative;box-sizing:border-box;padding:14px 40px;background:#9B1844!important;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2)!important;border:none;border-radius:5px;font-weight:500;color:#fff!important;cursor:pointer;}
.woocommerce .checkout-button:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4)!important;}


.woocommerce-checkout form .input-text{display:block;box-sizing:border-box;padding:13px 20px;width:100%;border:1px solid #009870;border-radius:5px;}
.select2-container--default .select2-selection--single{box-sizing:border-box;padding:13px 20px;width:100%;height:auto;border:1px solid #009870;border-radius:5px;}
.select2-container .select2-selection--single .select2-selection__rendered{padding:initial;line-height:initial;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;right:10px;margin:-10px 0 0 0;}

.woocommerce-checkouts button{transition:all 0.2s ease-in-out;background:#009870!important;font-weight:normal!important;color:#fff;cursor:pointer;}
.woocommerce-checkouts button:hover{background-color:#5051eb!important;color:#fff;}

.checkout_coupon{}
.checkout_coupon button{transition:all 0.2s ease-in-out;padding:14px 20px!important;background:#009870!important;font-weight:normal!important;color:#fff!important;cursor:pointer;}
.checkout_coupon button:hover{background-color:#5051eb!important;color:#fff;}


.catalog_container{display:table;width:100%;}
.catalog_container > div{display:table-cell;vertical-align:top;}
.catalog_sidebar{width:300px;}
.catalog_sidebar_wrapper{}

.catalog_sidebar .module{margin:0 0 0 0;padding:0;}
.catalog_sidebar .module .module_head{position:relative;padding:0 20px 14px 0;cursor:pointer;}
.catalog_sidebar .module .module_head_wrapper{padding:0;margin:0;font-size:24px;}
.catalog_sidebar .module .module_content{display:block!important;overflow:hidden;min-width:100%;box-shadow: 0px 10px 15px 0px rgba(155, 24, 68, 0.1);border-radius:5px;}
.catalog_sidebar .module .module_content_wrapper{padding:0;}

.catalog_sidebar .module .menu{display:block;padding:0;margin:0;}
.catalog_sidebar .module .menu li{display:block;}
.catalog_sidebar .module .menu ul{display:none;box-sizing:border-box;width:100%;min-width:100%;}
.catalog_sidebar .module .menu li.active > ul{}
.catalog_sidebar .module .menu a{display:block;position:relative;padding:16px 20px;}
.catalog_sidebar .module .menu a:hover{}
.catalog_sidebar .module .menu > li > a{display:block;border-top: 1px solid rgba(124, 124, 124, 0.2);font-weight:500;color:#fff;}
.catalog_sidebar .module .menu > li:nth-child(1) > a{background:#EC6608;}
.catalog_sidebar .module .menu > li:nth-child(2) > a{background:#009870;}
.catalog_sidebar .module .menu > li:nth-child(3) > a{background:#E6007E;}
.catalog_sidebar .module .menu > li:nth-child(4) > a{background:#009FE3;}
.catalog_sidebar .module .menu > li.current-menu-item > a{font-weight:400;}
.catalog_sidebar .module .menu > li ul{padding:0;margin:0;min-width:100%;}
.catalog_sidebar .module .menu > li ul li:first-child{margin:0 0 0 0;}
.catalog_sidebar .module .menu > li ul li:last-child{margin:0 0 0 0;}
.catalog_sidebar .module .menu > li ul a{}
.catalog_sidebar .module .menu > li ul li.current-menu-item > a{border-top: 1px solid #6DC5D4;border-bottom: 1px solid #6DC5D4;font-weight:400;}
.catalog_sidebar .module .menu > li ul li > a{padding-left:30px;border-bottom:1px solid rgba(124, 124, 124, 0.2);}
.catalog_sidebar .module .menu > li ul li > a:before{content:'';display:inline-block;vertical-align:3px;margin:0 6px 0 0;width:5px;height:5px;background:#222;border-radius:10px;}
.catalog_sidebar .module .menu > li ul ul li > a{padding-left:40px;}
.catalog_sidebar .module .menu > li ul ul ul li > a{padding-left:50px;}
.catalog_sidebar .module .menu li.hasSubmenu > a{position:relative;}
.catalog_sidebar .module .menu li.hasSubmenu > a i{transition:transform 0.3s ease-in-out;display:block;position:absolute;top:50%;right:15px;margin:-15px -9px 0 0;width:30px;height:30px;background:center center no-repeat;background-size:12px;cursor:pointer;}
.catalog_sidebar .module .menu li.hasSubmenu > a i{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='7.8834944' width='13.999998' id='svg13' version='1.1' viewBox='0 0 13.999998 7.8834944'%3E%3Cg transform='matrix(0.67961158,0,0,0.67961158,-3.873786,-6.9320381)' style='fill:none;fill-opacity:1;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='chevron-bottom'%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='11.5' y1='20.5' x2='7' x1='16' class='cls-1' /%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='20.5' y1='11.5' x2='16' x1='25' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.catalog_sidebar .module .menu li.hasSubmenu.expand > a i{transform:rotate(180deg);}
.catalog_sidebar .module .menu li.hasSubmenu li.hasSubmenu a i{background-size:10px;}


.catalog_content_wrapper{margin:0 0 0 40px;}
.catalog_content .list-products .itemProduct{width:33.33%;}
.catalog_content .catalog_content_header{padding:0 0 15px 0;}
.catalog_content .catalog_content_header .row{display:table;width:100%;}
.catalog_content .catalog_content_header .col{display:table-cell;vertical-align:top;}
.catalog_content .catalog_content_header h1.page-title{font-size:26px;}

@media screen and (max-width: 1200px){
	.catalog_sidebar{width:270px;}
	.catalog_sidebar_wrapper{padding:18px;}	
	.catalog_sidebar .module .module_head{font-size:20px;}
	
	.catalog_content_wrapper{padding:18px;margin:0 0 0 20px;}
	.catalog_content .catalog_content_header h1.page-title{font-size:22px;}
}
@media screen and (max-width: 1007px){
	.catalog_container > div{display:block;}
	.catalog_sidebar{width:100%;}
	.catalog_sidebar_wrapper{padding:18px;}	
	.catalog_sidebar .module .module_head{font-size:18px;}
	
	.catalog_content_wrapper{padding:18px;margin:30px 0 0 0;}
	.catalog_content .catalog_content_header h1.page-title{font-size:20px;}
}

@media screen and (max-width: 767px){
	.catalog_sidebar .module .module_head{font-size:16px;}
	
	.catalog_content .catalog_content_header .col{display:block;}
	.catalog_content .catalog_content_header h1.page-title{font-size:18px;}
	.catalog_content .woocommerce-ordering{float:none;}
	.catalog_content .list-products .itemProduct{width:50%;}
}
@media screen and (max-width: 480px){
	.catalog_content .list-products .itemProduct{width:100%;}
}


.woocommerce div.product{display:table;table-layout:fixed;box-sizing:border-box;padding:50px 80px;width:100%;box-shadow: 0px 0px 45px 0px rgba(155, 24, 68, 0.1);border-radius:5px;}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{}
.woocommerce-product-gallery__image{margin-top:10px;}
.woocommerce-product-gallery__image{}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){}
.woocommerce-product-gallery__image img{border-radius:10px;}
.woocommerce-product-gallery__image a{display:block;}

.woocommerce-product-gallery .flex-viewport{border:1px solid rgba(124, 124, 124, 0.2);border-radius:5px;}
.woocommerce-product-gallery .flex-control-thumbs li{}
.woocommerce div.product div.images .flex-control-thumbs{margin:8px -8px 0 -8px;}
.woocommerce div.product div.images .flex-control-thumbs li{box-sizing:border-box;padding:8px;width:20%;}
.woocommerce div.product div.images .flex-control-thumbs li img{border:1px solid rgba(124, 124, 124, 0.2);border-radius:5px;}

.woocommerce-page div.product div.summary{box-sizing:border-box;padding:0;}
.summary .cat_name{margin:-15px 0 0 0;font-size:20px;font-weight:400;color:#7C7C7C;}

.summary .woocommerce-product-details__short-description p:last-child{margin-bottom:0;}

.priceinstockWrapper{margin:20px 0 0 0;}
.priceinstockWrapper ul{display:table;padding:0;margin:0;}
.priceinstockWrapper li{display:table-cell;vertical-align:middle;}

.summary .price{font-weight:700;color:#000!important;}
.summary .price{margin:0;}
.summary .woocommerce-variation-price{margin-top:30px;}

.priceinstockWrapper .instock{margin:0 0 0 30px;white-space:nowrap;font-weight:400;color: #009870;}
.priceinstockWrapper .instock[data-status='outofstock']{color:#9B1818;}


.single-product .summary .variations{display:block;text-align:left;}
.summary .variations tr,
.summary .variations th,
.summary .variations td{display:block;}
.summary .variations label{display:block;margin:20px 0 0 0;font-weight:500!important;color:#9B1844;}
.summary .variations select{font-weight:300!important;}
.summary .variations .reset_variations{display:none!important;}
.single-product .summary button[type='submit']{}

.single-product .woocommerce-variation-add-to-cart{margin-top:30px;}

.single-product .qib-container{margin:0px 0 0 0;}
.quantity-label{display:block;margin:25px 0 8px 0;font-weight:300!important;color:#9B1844;}

.productInfo .quantity .qty{padding:11px;margin:0 10px 0 0;border:1px solid #C4CCD0;border-radius:5px;font-size:20px;}

.qib-button:not(#qib_id):not(#qib_id){transition:all 0.2s ease-in-out;width:20px!important;height:30px!important;background-repeat:no-repeat!important;background-color:transparent!important;box-shadow:none;border:none!important;border-radius:0!important;color:transparent!important;background-size:16px!important;}
.qib-button:not(#qib_id):not(#qib_id):hover{background-color:transparent!important;}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id){margin:0 5px!important;width:40px!important;height:30px!important;background-color:none!important;border:1px solid rgba(124, 124, 124, 0.2)!important;border-radius:5px!important;font-weight:700;color:#000!important;}
.page_content-single-product .qib-container{padding:0 0 10px 0;}

.qib-container .minus.qib-button{background-position:left center!important;background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.2085 13H19.7918' stroke='%239B1844' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important;}
.qib-container .plus.qib-button{background-position:right center!important;background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 5.70837V20.2917' stroke='%239B1844' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.2085 13H19.7918' stroke='%239B1844' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important;}

button.single_add_to_cart_button{transition:all 0.2s ease-in-out;display:table;float:none!important;position:relative;box-sizing:border-box;padding:14px 40px;background:#9B1844!important;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:5px;font-weight:500;color:#fff!important;cursor:pointer;}
button.single_add_to_cart_button:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}

.single-product button.single_add_to_cart_button{margin-top:20px;}

#wpgs-gallery .wcgs-slider-image{border:1px solid #6DC5D4!important;border-radius:10px!important;}
#wpgs-gallery .gallery-navigation-carousel-wrapper{margin:20px 0 0 0!important;}
#wpgs-gallery .wcgs-thumb.swiper-slide{background:#001427!important;border:1px solid transparent!important;border-radius:10px!important;overflow:hidden!important;}
#wpgs-gallery .wcgs-thumb.swiper-slide img{border:none!important;border-radius:10px!important;}
#wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active{border:1px solid #6DC5D4!important;}

#wpgs-gallery .wcgs-swiper-arrow{display:none!important;}
#wpgs-gallery .sp_wgs-lightbox{display:none!important;}
#wpgs-gallery .wcgs-photo{background:#001427!important;}

@media screen and (max-width: 767px){
	.woocommerce div.product{padding:20px;}
}


button#place_order{transition:all 0.2s ease-in-out;position:relative;box-sizing:border-box;padding:14px 40px;background:#9B1844!important;box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.2);border:none;border-radius:5px;font-weight:500;color:#fff!important;cursor:pointer;}
button#place_order:hover{box-shadow: 0px 12px 20px 0px rgba(155, 24, 68, 0.4);}


.single-product-tabs{display:none;}
.single-product-tabs.uTabset{display:block;} 

.single-product-tabs .tab{}

.uTabset1_nav_item{padding:8px 0;background:none;border-bottom:2px solid rgba(124, 124, 124, 0.2);border-radius:0;}
.uTabset1_nav_item:not([data-open]):hover{background:none;border-color:#9B1844;}
.uTabset1_nav_item[data-open]{background:none;border-color:#9B1844;}

.single-product-tabs{}
.single-product-tabs .container{padding:20px;margin:0 0 20px 0;box-shadow: 0px 8px 35px 0px #9B18440D;}
.single-product-tabs .container .title{margin:0;font-size:18px;}
.single-product-tabs .container .con{margin:20px 0 0 0;}
.single-product-tabs .container .con p:last-child{margin-bottom:0;}
.single-product-tabs .container:last-child{margin:0;}

.single-product-tabs .container-delivery{}
.single-product-tabs .container-delivery .item{margin:10px 0 0 0;}
.single-product-tabs .container-delivery .item_wrapper{padding:16px;border:1px solid rgba(124, 124, 124, 0.2);}
.single-product-tabs .container-delivery .item_inner{}
.single-product-tabs .container-delivery .item ul{display:table;padding:0;margin:0;width:100%;}
.single-product-tabs .container-delivery .item li{display:table-cell;vertical-align:middle;}
.single-product-tabs .container-delivery .item li:first-child{width:50px;}
.single-product-tabs .container-delivery .item li:last-child{padding:0 0 0 14px;}
.single-product-tabs .container-delivery .item img{display:block;width:100%;}
.single-product-tabs .container-delivery .item .tit{font-weight:500;font-size:17px;color:#9B1844;}
.single-product-tabs .container-delivery .item .txt{margin:5px 0 0 0;}

.single-product-tabs .container-payment{}
.single-product-tabs .container-payment .row{display:table;width:100%;}
.single-product-tabs .container-payment .col{display:table-cell;vertical-align:middle;}
.single-product-tabs .container-payment .col:last-child{}


.page_content-payment{}
.page_content-payment .container{padding:30px 100px;margin:0 0 40px 0;box-shadow: 0px 8px 35px 0px #9B18440D;}
.page_content-payment .container .title{margin:0;font-size:26px;}
.page_content-payment .container .con{margin:20px 0 0 0;}
.page_content-payment .container .con p:last-child{margin-bottom:0;}
.page_content-payment .container:last-child{margin:0;}

.page_content-payment .container-delivery{}
.page_content-payment .container-delivery .list{margin:20px 0 0 0;}
.page_content-payment .container-delivery .list_wrapper{margin:-10px;}
.page_content-payment .container-delivery .list_inner{display:table;width:100%;}
.page_content-payment .container-delivery .item{float:left;width:50%;}
.page_content-payment .container-delivery .item_wrapper{margin:10px;padding:16px;border:1px solid rgba(124, 124, 124, 0.2);}
.page_content-payment .container-delivery .item_inner{}
.page_content-payment .container-delivery .item ul{display:table;padding:0;margin:0;width:100%;}
.page_content-payment .container-delivery .item li{display:table-cell;vertical-align:middle;}
.page_content-payment .container-delivery .item li:first-child{width:50px;}
.page_content-payment .container-delivery .item li:last-child{padding:0 0 0 14px;}
.page_content-payment .container-delivery .item img{display:block;width:100%;}
.page_content-payment .container-delivery .item .tit{font-weight:500;font-size:17px;color:#9B1844;}
.page_content-payment .container-delivery .item .txt{margin:5px 0 0 0;}

.page_content-payment .container-payment{}
.page_content-payment .container-payment .row{display:table;width:100%;}
.page_content-payment .container-payment .col{display:table-cell;vertical-align:middle;}
.page_content-payment .container-payment .col:last-child{}

.woocommerce-checkout #payment ul.payment_methods{display:none!important;}

.woocommerce-form-login .form-row-first, .woocommerce-form-login .form-row-last{float:none!important;width:100%!important;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 1px solid rgba(124, 124, 124, 0.2)!important;
	border-radius: 5px!important;
	padding: 13px 20px!important;
	box-sizing: border-box!important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme{margin-top:25px!important;}
.woocommerce-form-login .lost_password a{color:#9B1844;}
.woocommerce-form-login .lost_password a:hover{text-decoration:underline;}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{font-weight:bold;}

.form-row.address-field.thwcfd-field-country{display:none;}

@media screen and (max-width: 1007px){
	.page_content-payment .container{padding:30px 30px;margin:0 0 30px 0;}
}
@media screen and (max-width: 767px){
	.page_content-payment .container{padding:15px 15px;}
	.page_content-payment .container .title{margin:0;font-size:22px;}
	
	.page_content-payment .container-delivery .item{float:none;width:100%;}
	.page_content-payment .container-delivery .item li:first-child{width:40px;}
	.page_content-payment .container-delivery .item li:last-child{padding:0 0 0 10px;}
	
	.page_content-payment .container-payment .col{display:block;}
	.page_content-payment .container-payment .col:last-child{margin:20px 0 0 0;}
}

.page_footer{background:#5D0F29;color:#fff;}
.page_footer_wrapper{}
.page_footer .container-top{padding:30px 0;}
.page_footer .container-bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,0.5);}

.page_footer .row{display:table;width:100%;}
.page_footer .col{display:table-cell;vertical-align:top;box-sizing:border-box;padding:0 10px 0 0;}
.page_footer .col:last-child{padding:0;}

.page_footer .container-top .col:nth-child(4){width:50px;}
.page_footer .container-bottom .col{vertical-align:middle;}


.page_footer .logo{display:block;max-width:230px;}
.page_footer .logo img{display:block;max-width:100%;}

.page_footer .navFooter{display:block;margin:0 0 0 50px;}
.page_footer .navFooter > ul{display:block;vertical-align:top;padding:0;margin:0;width:500px;}
.page_footer .navFooter > ul > li{display:block;float:right;width:50%;}
.page_footer .navFooter > ul > li:first-child{float:left;}
.page_footer .navFooter > ul > li ul{display:block;padding:0;margin:0;}
.page_footer .navFooter > ul > li li{display:block;}
.page_footer .navFooter a{transition:all 0.2s ease-in-out;display:block;margin:0 0 15px 0;}
.page_footer .navFooter a:hover{text-decoration:underline;}

.page_footer .navFooter > ul > li > a{font-weight:400;font-size:17px;}

.page_footer .contacts{white-space:nowrap;text-align:right;}
.page_footer .contacts a{transition:all 0.2s ease-in-out;display:inline-block;margin:0 6px;width:40px;height:40px;background:center center no-repeat;background-size:contain;}
.page_footer .contacts .instagram{background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='58' height='58' rx='29' stroke='white' stroke-width='2'/%3E%3Cpath d='M36.25 17.5H23.75C20.2982 17.5 17.5 20.2982 17.5 23.75V36.25C17.5 39.7018 20.2982 42.5 23.75 42.5H36.25C39.7018 42.5 42.5 39.7018 42.5 36.25V23.75C42.5 20.2982 39.7018 17.5 36.25 17.5Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.0001 29.2124C35.1544 30.2527 34.9767 31.3152 34.4923 32.2487C34.0079 33.1822 33.2416 33.9392 32.3022 34.412C31.3628 34.8848 30.2982 35.0494 29.2599 34.8823C28.2215 34.7152 27.2623 34.225 26.5187 33.4813C25.775 32.7377 25.2848 31.7785 25.1177 30.7402C24.9506 29.7018 25.1152 28.6373 25.588 27.6979C26.0609 26.7585 26.8179 25.9921 27.7514 25.5077C28.6849 25.0233 29.7473 24.8456 30.7876 24.9999C31.8488 25.1572 32.8312 25.6517 33.5897 26.4103C34.3483 27.1688 34.8428 28.1512 35.0001 29.2124Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.875 23.125H36.885' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.page_footer .contacts .facebook{background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='58' height='58' rx='29' stroke='white' stroke-width='2'/%3E%3Cpath d='M37.5 17.5H33.75C32.0924 17.5 30.5027 18.1585 29.3306 19.3306C28.1585 20.5027 27.5 22.0924 27.5 23.75V27.5H23.75V32.5H27.5V42.5H32.5V32.5H36.25L37.5 27.5H32.5V23.75C32.5 23.4185 32.6317 23.1005 32.8661 22.8661C33.1005 22.6317 33.4185 22.5 33.75 22.5H37.5V17.5Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.page_footer .copyright{font-size:14px;}
.page_footer .pmethods{text-align:right;}
.page_footer .pmethods img{}

@media screen and (max-width: 1007px){
	.page_footer .logo{max-width:120px;}
	.page_footer .copyright{white-space:initial;}
	
	.page_footer .navFooter{display:block;margin:0 0 0 30px;}
	.page_footer .navFooter > ul{width:480px;}

}
@media screen and (max-width: 767px){
	.page_footer{text-align:center;}
	.page_footer .col{display:table;padding:0;margin:auto;}
	.page_footer .col:nth-child(4){width:auto;}
	
	.page_footer .container-top{}
	.page_footer .container-top .col:nth-child(4){width:auto;}
	
	.page_footer .logo{margin:0 0 30px 0;max-width:200px;text-align:center;}
	
	.page_footer .navFooter{display:block;margin:0 0 0 0;}
	.page_footer .navFooter > ul{display:block;vertical-align:top;padding:0;margin:0;width:auto;}
	.page_footer .navFooter > ul > li{display:block;float:none;width:auto;}
	.page_footer .navFooter > ul > li:first-child{float:none;margin:0 0 30px 0;}	
	
	.page_footer .contacts{margin:20px 0 0 0;}
	.page_footer .contacts a{margin:0 6px;}
	
	.page_footer .copyright{text-align:center;}
	.page_footer .pmethods{margin:20px 0 0 0;text-align:center;}
	.page_footer .pmethods img{}

}

/*[/body]*/

.itemProduct .btnset{display:none;}

/*[/pagination]*/
.pagination{margin:40px 0 0 0;text-align:center;}
.pagination *{transition:all 0.2s ease-in-out;}
.pagination h2{display:none;}
.pagination .nav-links{display:table;margin:auto;}
.pagination .page-numbers{float:left;display:block;box-sizing:border-box;padding:5px 8px;margin:0 5px;min-width:30px;border-radius:20px;text-decoration:none;font-size:18px;color:;cursor:pointer;}
.pagination a:not(.prev):not(.next):hover{background:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,0.1);text-decoration:none;color:#009870;}
.pagination .current{background:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,0.1);text-decoration:none;color:#009870;cursor:default;}
.pagination .page-numbers.prev{width:8px;margin:0 10px -1px 0;background:center center no-repeat;color:transparent;}
.pagination .page-numbers.prev{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23222222' id='path42' d='M 8.0330843,12.880793 2.4530838,7.2907931 8.0330843,1.7007928 a -1,1 0 0 0 0,-1.41000005 v 0 a -1,1 0 0 0 -1.41,0 L 0.26308427,6.6507931 a -0.91,0.91 0 0 0 0,1.28 L 6.6230843,14.290793 a -1,1 0 0 0 1.41,0 v 0 a -1,1 0 0 0 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.pagination .page-numbers.prev:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23009870' id='path42' d='M 8.0330843,12.880793 2.4530838,7.2907931 8.0330843,1.7007928 a -1,1 0 0 0 0,-1.41000005 v 0 a -1,1 0 0 0 -1.41,0 L 0.26308427,6.6507931 a -0.91,0.91 0 0 0 0,1.28 L 6.6230843,14.290793 a -1,1 0 0 0 1.41,0 v 0 a -1,1 0 0 0 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.pagination .page-numbers.next{width:8px;margin:0 0 -1px 10px;background:center center no-repeat;color:transparent;}
.pagination .page-numbers.next{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23222222' id='path42' d='M 0.29079275,12.880793 5.8707933,7.2907931 0.29079275,1.7007928 a 1,1 0 0 1 0,-1.41000005 v 0 a 1,1 0 0 1 1.41000005,0 l 6.36,6.36000035 a 0.91,0.91 0 0 1 0,1.28 l -6.36,6.3599999 a 1,1 0 0 1 -1.41000005,0 v 0 a 1,1 0 0 1 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.pagination .page-numbers.next:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23009870' id='path42' d='M 0.29079275,12.880793 5.8707933,7.2907931 0.29079275,1.7007928 a 1,1 0 0 1 0,-1.41000005 v 0 a 1,1 0 0 1 1.41000005,0 l 6.36,6.36000035 a 0.91,0.91 0 0 1 0,1.28 l -6.36,6.3599999 a 1,1 0 0 1 -1.41000005,0 v 0 a 1,1 0 0 1 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.pagination .disabled{opacity:0.7;cursor:default;}
/*[/pagination*/

.custom-woocommerce-pagination{display:table;margin:40px 0 0 0;width:100%;text-align:center;}
.custom-woocommerce-pagination *{transition:all 0.2s ease-in-out;}
.custom-woocommerce-pagination ul{display:table;padding:0;margin:auto;}
.custom-woocommerce-pagination li{display:block;float:left;}
.custom-woocommerce-pagination .page-numbers:not(ul){position:relative;display:block;box-sizing:border-box;padding:5px 8px;margin:0 5px;min-width:30px;border-radius:20px;text-decoration:none;color:;cursor:pointer;}
.custom-woocommerce-pagination a:not(.prev):not(.next):hover{background:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,0.1);text-decoration:none;color:#009870;}
.custom-woocommerce-pagination .current{background:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,0.1);text-decoration:none;color:#009870;cursor:default;}
.custom-woocommerce-pagination .prev{width:8px;margin:0 10px -1px 0;background:center center no-repeat;color:transparent;}
.custom-woocommerce-pagination .prev{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23222222' id='path42' d='M 8.0330843,12.880793 2.4530838,7.2907931 8.0330843,1.7007928 a -1,1 0 0 0 0,-1.41000005 v 0 a -1,1 0 0 0 -1.41,0 L 0.26308427,6.6507931 a -0.91,0.91 0 0 0 0,1.28 L 6.6230843,14.290793 a -1,1 0 0 0 1.41,0 v 0 a -1,1 0 0 0 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.custom-woocommerce-pagination .prev:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23009870' id='path42' d='M 8.0330843,12.880793 2.4530838,7.2907931 8.0330843,1.7007928 a -1,1 0 0 0 0,-1.41000005 v 0 a -1,1 0 0 0 -1.41,0 L 0.26308427,6.6507931 a -0.91,0.91 0 0 0 0,1.28 L 6.6230843,14.290793 a -1,1 0 0 0 1.41,0 v 0 a -1,1 0 0 0 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.custom-woocommerce-pagination .next{width:8px;margin:0 0 -1px 10px;background:center center no-repeat;color:transparent;}
.custom-woocommerce-pagination .next{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23222222' id='path42' d='M 0.29079275,12.880793 5.8707933,7.2907931 0.29079275,1.7007928 a 1,1 0 0 1 0,-1.41000005 v 0 a 1,1 0 0 1 1.41000005,0 l 6.36,6.36000035 a 0.91,0.91 0 0 1 0,1.28 l -6.36,6.3599999 a 1,1 0 0 1 -1.41000005,0 v 0 a 1,1 0 0 1 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.custom-woocommerce-pagination .next:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23009870' id='path42' d='M 0.29079275,12.880793 5.8707933,7.2907931 0.29079275,1.7007928 a 1,1 0 0 1 0,-1.41000005 v 0 a 1,1 0 0 1 1.41000005,0 l 6.36,6.36000035 a 0.91,0.91 0 0 1 0,1.28 l -6.36,6.3599999 a 1,1 0 0 1 -1.41000005,0 v 0 a 1,1 0 0 1 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.custom-woocommerce-pagination .disabled{opacity:0.7;cursor:default;}



/*[dialogbox]*/
.dialogbox{display:none;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;overflow:auto;background:rgba(0,0,0,0.5);}
.dialogbox .dialogbox_outer{display:table;padding:0;margin:0;width:100%;height:100%;}
.dialogbox .dialogbox_inner{display:table-cell;vertical-align:middle;box-sizing:border-box;padding:0 30px;width:100%;height:100%;}
.dialogbox .dialogbox_window{display:block;position:relative;box-sizing:border-box;background:#011327;border:1px solid rgba(109,197,212,1);border-radius:10px;margin:30px auto;max-width:600px;}
.dialogbox h2{padding:0 0 10px 0;margin:0;text-align:center;}
.dialogbox .dialogbox_close{transition:all 0.2s ease-in-out;position:absolute;z-index:2;top:12px;right:12px;width:20px;height:20px;background:center center no-repeat;background-size:contain;opacity:0.7;cursor:pointer;}
.dialogbox .dialogbox_close{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='20' width='20' id='svg13' version='1.1' viewBox='0 0 20 20'%3E%3Cg style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' transform='matrix(0.97087379,0,0,0.97087379,-5.5339806,-5.5339806)' id='cross'%3E%3Cline style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='25' y1='7' x2='25' x1='7' class='cls-1' /%3E%3Cline style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='7' y1='25' x2='25' x1='7' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.dialogbox .dialogbox_close:hover{opacity:1;}
.dialogbox .dialogbox_content{padding:40px;}

@media screen and (max-width: 767px){
	.dialogbox .dialogbox_content{padding:20px;}
}

@media screen and (max-width: 767px){

}

.dialogbox-buy{}

/*[/dialogbox]*/

/*
<div class='checkbox-acceptance'>[acceptance acceptance-279 optional] Отправляя заявку Вы соглашаетесь на обработку персональных данных [/acceptance]</div><div class='acceptance-check'>[text* acceptance-check]</div>
*/


