@font-face {
    font-family: "PTSans";
    font-weight: "normal";
    font-style: normal;
    src: url(../fonts/pt-sans/normal/pt-sans-cyrillic.woff2) format("woff2"), url(../fonts/pt-sans/normal/pt-sans-cyrillic.woff) format("woff"), url(../fonts/pt-sans/normal/pt-sans-cyrillic.ttf) format("truetype"), url(../fonts/pt-sans/normal/pt-sans-cyrillic.eot) format("eot");
    unicode-range: "U+0400-04FF,U+20BD"
}
@font-face {
    font-family: "PTSans Bold";
    font-weight: "bold";
    font-style: normal;
    src: url(../fonts/pt-sans/bold/pt-sans-cyrillic.woff2) format("woff2"), url(../fonts/pt-sans/bold/pt-sans-cyrillic.woff) format("woff"), url(../fonts/pt-sans/bold/pt-sans-cyrillic.ttf) format("truetype"), url(../fonts/pt-sans/bold/pt-sans-cyrillic.eot) format("eot");
    unicode-range: "U+0400-04FF,U+20BD"
}
@font-face {
    font-family: "PTSans";
    font-weight: "normal";
    font-style: normal;
    src: url(../fonts/pt-sans/normal/pt-sans-latin.woff2) format("woff2"), url(../fonts/pt-sans/normal/pt-sans-latin.woff) format("woff"), url(../fonts/pt-sans/normal/pt-sans-latin.ttf) format("truetype"), url(../fonts/pt-sans/normal/pt-sans-latin.eot) format("eot");
    unicode-range: "U+0000-007F"
}
@font-face {
    font-family: "PTSans Bold";
    font-weight: "bold";
    font-style: normal;
    src: url(../fonts/pt-sans/bold/pt-sans-latin.woff2) format("woff2"), url(../fonts/pt-sans/bold/pt-sans-latin.woff) format("woff"), url(../fonts/pt-sans/bold/pt-sans-latin.ttf) format("truetype"), url(../fonts/pt-sans/bold/pt-sans-latin.eot) format("eot");
    unicode-range: "U+0000-007F"
}
@font-face {
    font-family: 'DNS-icon';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/dns-icons/dns-icon.woff2) format("woff2"), url(../fonts/dns-icons/dns-icon.woff) format("woff"), url(../fonts/dns-icons/dns-icon.ttf) format("truetype"), url(../fonts/dns-icons/dns-icon.eot) format("eot")
}

.desktop-controls-btn {
	display: none;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
div, select {
	outline: 0!important;
	outline-color: transparent!important;
	outline-width: 0!important;
	outline-style: none!important;
	box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

body {
    font-family: "PTSans","Helvetica","Arial",sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333;
    background-color: #f6f6f6;
}
* {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1, .h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
h2, .h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 11px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
div {
	box-sizing: border-box;
}
input {
	box-sizing: border-box;
}
button {
	box-sizing: border-box;
}
a {
	transition: all .3s;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}
p {
    margin: 0 0 11px;
}

body.active {
	overflow: hidden;
}

.wrapper {
	max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*** BTN ***/
.btn {
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
}
.mobile-filter-btn {
	display: none;
    text-align: center;
    padding: 8px 12px;
    width: auto;
	margin-bottom: 10px;
    background: #0085c6;
    border-color: transparent;
    font-size: 16px;
    color: #fff;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
    border-radius: 4px;
    text-decoration: none;
}
.mobile-filter-btn:hover {
	background: #0072aa;
}



/*** Woo ***/
.woocommerce-notices-wrapper {
	display: none;
}



/*** Header ***/
header {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    position: relative;
    z-index: 1001;
}
.header-top {
	min-height: 40px;
    max-height: 40px;
    font-size: 13px;
    position: relative;
    z-index: 100;
    background: #fff;
}
.header-top-menu {
	width: -moz-calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
	float: left;
	position: relative;
	z-index: 100;
	overflow: hidden;
	height: 40px;
}
.header-top-menu ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-top-menu ul > li {
    display: inline-block;
    position: relative;
}
.header-top-menu ul > li > a {
	display: inline-block;
	cursor: pointer;
	padding-right: 15px;
	line-height: 40px;
	color: #3b3b3b;
	text-decoration: none;
}
.header-top-menu ul > li > a:hover {
	color: #0085c6;
	text-decoration: underline;
	outline: 0;
}

.header-top-btn {
	width: 400px;
	float: left;
	overflow: hidden;
	line-height: 40px;
	text-align: right;
}
.header-top-btn div {
	display: inline-block;
	margin-left: 10px;
}
.header-top-btn a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	margin-left: 10px;
}
.header-top-btn a:hover {
	color: #0085c6;
	text-decoration: underline;
	outline: 0;
}

.header-top-phone {
	font-weight: bold;

}
.header-top-phone:before {
	content: "\e182";
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	color: #7e7e7e;
	font-size: .8em;
	margin-right: 4px;
}


.header-main {
	box-sizing: border-box;
	background: rgba(255,115,0,0.9);
	transition: background 200ms ease-out 0s;
	z-index: 1030;
	height: 60px;
	box-sizing: content-box;
}
.header-fixing {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
body.admin-bar .header-fixing {
	top: 32px;
}
.header-margin {
	margin-bottom: 60px;
}
.mobile-header-btn {
	display: none;
}


/*** Header Drop Menu ***/
.header-drop {
	box-sizing: content-box;
	padding-bottom: 0;
	text-align: left;
	max-height: 60px;
	min-width: 220px;
	max-width: 220px;
	line-height: 60px;
	float: left;
	display: block;
}
.header-drop-logo {
	position: relative;
	cursor: pointer;
}
.header-drop-logo:after {
	content: "\e259";
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	opacity: .5;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	color: #fff;
}
.header-drop-logo img {
	vertical-align: middle;
}
.header-drop-logo img.desktop {
	display: inline-block;
}
.header-drop-logo img.mobile {
	display: none;
}
.header-drop:hover .header-drop-menu {
	display: block;
	position: relative;
	z-index: 100;
}
.header-drop-menu {
	display: none;
	background: #fff;
	position: relative;
	z-index: 100;
}
.sidebar-home .header-drop-menu {
	display: block;
	margin-top: -16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.header-drop-menu a {
	text-decoration: none;
}
.header-drop-menu li {
	list-style: none;
}
.header-drop-menu > ul {
	margin: 0;
	padding: 0;
}
.header-drop-menu > ul > li {
	list-style: none;
	border-radius: 0 !important;
	display: block;
	border: 1px solid #ddd;
	border-left: 2px solid #ffba75;
	border-bottom: none;
	padding: 0;
	background: #fff;
	position: static;
	border-left-color: #ffba75;
	box-shadow: inset -12px 0 24px -14px #ddd;
}
.header-drop-menu > ul > li:hover {
	box-shadow: initial;
}
.header-drop-menu > ul > li > a {
	color: #333;
	display: block;
	line-height: 40px;
	position: relative;
	text-decoration: none;
}
.header-drop-menu > ul > li > a > span.svg {
    position: absolute;
    top: 7px;
    left: 9px;
    width: 22px;
    height: 22px;
}
.header-drop-menu > ul > li > a > span.svg > img {
	height: auto;
    width: 100%;
}
.header-drop-menu > ul > li > a > span.title {
    font-size: 13px;
    padding-right: 0;
    padding-left: 40px;
}
.header-drop-menu > ul > li > a > span.icon {
    color: #aaa;
    font-size: 8px;
    vertical-align: middle;
    float: right;
    display: inline-block;
    height: 100%;
    line-height: 40px !important;
    margin-right: 10px;
}
/*** Overlay ***/
.header-drop-overlay {
	display: none;
}
.header-drop-overlay.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 10;
}
/*** END ***/

/*** Mobile Menu ***/
.mobile-menu-container {
	display: none;
}
.menu-container{
	text-align: center;
}
.mobile-menu{
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	padding: 12px 25px;
	color: #ffffff;
	background: #4dadf7;
	border-radius: 2px;
	border: none;
	width: auto;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	transition: all 400ms;
}
.mobile-menu:hover{
	background: #228ae6;
   	cursor: pointer;
}
.mobile-menu-overlay, .mobile-menu-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile-menu-container, .mobile-menu-container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile-menu-overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-container{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	overflow: hidden;
	z-index: 10201;
	top: 60px;
	background: rgb(255, 255, 255);
	border-top: 1px solid rgba(0,0,0,0.15);
	height: -moz-calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
}
body.admin-bar .mobile-menu-container {
	top: 92px;
	height: -moz-calc(100% - 92px);
	height: -webkit-calc(100% - 92px);
	height: calc(100% - 92px);
}
.mobile-menu-container.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile-menu-container .mobile-menu-content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
.mobile-menu-container ul{
	margin: 0;
	padding: 0;
}
.mobile-menu-container ul li{
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.mobile-menu-container ul li a{
	display: block;
	padding: 15px 20px;
	background: #fff;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.mobile-menu-container ul li a span.svg {
    display: inline-block;
    padding-right: 10px;
    float: left;
}

.mobile-menu-container ul li a.parent{
	background: #fff;
	background-size: 20px;
}
.mobile-menu-container ul li a.parent:hover{
	background: #f5f5f5;
	background-size: 20px;
}
.mobile-menu-container ul li a.back{
	background: #fff;
	background-size: 20px;
	min-height: 50px;
}
.mobile-menu-container ul li a.back:hover{
	background: #f5f5f5;
	background-size: 20px;
}
.mobile-menu-container ul li a:hover{
	background: #f5f5f5;
}
.mobile-menu-container ul li ul{
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2;
}
.mobile-menu-container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	overflow-x: hidden;
}
.mobile-menu-container ul li a.parent:after {
	font-family: 'DNS-icon' !important;
	content: "\e258";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	color: #888585;
	display: inline-block;
	float: right;
	font-size: 12px;
	height: 100%;
	line-height: 25px;
	margin-right: -10px;
	vertical-align: middle;
}
.mobile-menu-container ul li a.back:after {
	font-family: 'DNS-icon' !important;
	content: "\e079";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #888585;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
.mobile-menu-container ul li ul.loaded ul.loaded:after {
	content: '';
	display: block;
	width: 100%;
	height: 1000px;
	background: #fff;
}


/*** Mobile Menu Btn ***/
.mobile-header-btn {
	display: none;
	width: 26px;
	height: 26px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	cursor: pointer;
}
.mobile-header-btn span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .25s ease-in-out 0s;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #999;
    border-radius: 9px;
    opacity: 1;
    top: 8px;
}
.mobile-header-btn span:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    top: 0;
    width: 100%;
}
.mobile-header-btn span:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    top: 9px;
    width: 100%;
    opacity: 1;
}
.mobile-header-btn span:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    top: 18px;
}
.mobile-header-btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-header-btn.active span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.mobile-header-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*** END ***/


.woof_sku_search_container.woof_container {
	padding: 10px !important;
}
.woof_sku_search_container input[type='search'] {
    width: 100% !important;
    padding: 9px !important;
    margin: 0 !important;
    line-height: normal !important;
    font-size: 14px;
    border-radius: 4px !important;
}

.header-drop-menu .dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: 800px;
	height: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	display: none;
	margin: 0;
}
.header-drop-menu .dropdown:hover > .dropdown-menu {
	display: block;
}
.header-drop-menu .dropdown-menu > li {
	width: 220px;
	padding: 10px 0;
	margin: 0 10px;
	line-height: normal;
}
.header-drop-menu .dropdown-menu > li > a {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	display: inline;
	padding-right: 5px;
}
.header-drop-menu .dropdown-menu.fluid > li {
	position: absolute;
}
.header-drop-menu .dropdown-menu .dropdown-menu { 
	margin-left: 30px;
	list-style: outside disc;
	position: relative;
	left: 0;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}
.header-drop-menu .dropdown-menu .dropdown-menu > li {
	padding-top: 6px;
	width: 180px;
	padding-bottom: 0;
	line-height: normal;
}
.header-drop-menu .dropdown-menu .dropdown-menu > li > a {
	font-size: 13px;
	color: #888;
	text-decoration: none;
	padding-left: 20px;
	font-weight: normal;
	line-height: normal;
}


/*** Search Form ***/
.header-main-search {
	float: left;
	width: -moz-calc(100% - 550px);
	width: -webkit-calc(100% - 550px);
	width: calc(100% - 550px);
    display: block;
    padding: 10px 20px;
    vertical-align: top;
    height: 60px;
    position: relative;
}
.header-main-search input,
.header-main-search input[type="search"] {
	height: 40px;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 6px 12px;
	background: #fff;
	color: #555;
	border: none;
	outline: 0;
	border-radius: 4px;
}
.header-main-search button {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 60px;
	height: 40px;
	border-radius: 0 4px 4px 0;
	box-shadow: none;
	border: 1px solid #fff;
	background: #fff;
	outline: none;
	border-left: none;
	cursor: pointer;
}
.header-main-search button:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 0;
	content: " ";
	color: transparent;
	font-size: 0;
	border-left: solid 1px #e6e6e6;
}
.header-main-search button > span {
	color: #9898a1;
	font-size: 16px;
}
.header-main-search button > span:before {
	content: "\e003";
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
}

/*** Header BTN ***/
.header-main-btn {
	width: 330px;
	float: left;
	text-align: right;
}
.btn-wishlist-link {
	display: inline-block;
	padding: 0 12px;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	line-height: 60px;
	box-shadow: none;
	display: inline-block;
	color: #fff;
	background: transparent;
	border: none 0;
	border-radius: initial;
	position: relative;
	text-decoration: none;
}
.btn-wishlist-link:before {
	content: "\e004";
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	margin-right: 6px;
}
.btn-wishlist-link:hover {
	color: #fff;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
}
.btn-price-link {
	display: inline-block;
	box-shadow: 0 2px 0 0 #e3e3e3;
	background: #fff;
	border-color: #e3e3e3;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	padding: 8px 12px;
	margin-left: 20px;
}
.btn-price-link .symbol {
	color: #ff7f00;
}
.btn-price-link .symbol:after {
	color: #ff7f00;
	content: "\e905";
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	margin-right: 4px;
	margin-left: 5px;
}
.btn-price-link .total-quantity {
	border-radius: 4px;
	background-color: #ff7f00;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	margin-left: 10px;
	top: -2px;
	vertical-align: middle;
	padding: 3px 7px;
	position: relative;
}
.btn-price-link:hover {
	background: #ededed;
    border-color: #e3e3e3;
}
.btn-price-link span.icon-cart:after {
	color: #989696;
	content: "\51";
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	margin-right: 4px;
}




#primary {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 16px;
	min-height: 500px;
}

.woocommerce-breadcrumb {
	font-size: 13px;
	clear: both;
	margin-bottom: 20px;
	color: gray;
}
.woocommerce-breadcrumb a {
	color: #333;
	text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
	color: #0085c6;
	text-decoration: none;
}
.sidebar {
	width: 220px;
	float: left;
}
/*
.sidebar-filter {
	border: 1px solid #ddd;
	border-radius: 4px;
}
*/
.custom-woof-wrapper {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.filters-toggle-btn {
	display: none;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 20px;
}
.filters-toggle-btn:after {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e258";
	font-size: 16px;
	margin-left: 5px;
}

.product-container {
	margin-left: 240px;
	overflow: hidden;
}
.desktop-controls-container {
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	padding: 10px 0;
	min-height: 40px;
	padding-right: 0;
	font-size: 13px;
	text-align: left;
	margin-bottom: 20px;
}
.desktop-controls-container .woocommerce-result-count {
	display: inline-block;
    margin: 0;
}
.desktop-controls-container .woocommerce-ordering {
	display: inline-block;
}
.desktop-controls-container .woocommerce-ordering select {
	font-size: 14px;
	cursor: pointer;
}
.desktop-controls-container .templateBlockSelector {
	float: right;
}
.desktop-controls-container .templateBlockSelector a {
	display: inline-block;
	margin-left: 10px;
	color: gray;
	font-size: 16px;
}
.templateBlockSelector a.btn-mode-list:before {
	font-family: 'DNS-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e012";
}
.templateBlockSelector a.btn-mode-table:before {
	font-family: 'DNS-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e011";
}

.catalog-list-wrapper {
	/**/
}

.term-description {
	margin-top: 40px;
}

.catalog-list-tags {
	position: relative;
	height: auto;
	padding-right: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}
.catalog-list-tags p {
	margin-top: 0;
	margin-bottom: 0;
}
.catalog-list-tags.close {
	height: 40px;
}
.catalog-list-tags .btn-more-tags {
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	border-bottom: 1px dotted #0089d4;
	color: #0089d4;
	font-size: 13px;
	cursor: pointer;
}
.catalog-list-tags .btn-more-tags:after {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e113";
}
.catalog-list-tags .btn-more-tags.close:after {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\54";
}

.catalog-list-tags a {
	color: #333;
	text-decoration: none;
	border-radius: 15px;
	background-color: #f7f7f7;
	border: 1px solid #d8d8d8;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 5px 10px 5px 0;
	padding: 0 10px;
	text-align: center;
	transition-timing-function: ease-in;
	transition: background .4s, border .4s;
}
.catalog-list-tags br {
	display: none;
}
.catalog-list-tags a:hover {
	background: #d8d8d8;
	border: 1px solid gray;
	text-decoration: none;
}

/*** Product Category Page ***/
.product .onsale {
	display: none;
}
.product-img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.product-img > a {
	display: block;
	width: 100%;
}
.product-img > a > img {
	width: 100%;
	height: auto;
}
.product-sku {
	font-size: 13px;
	color: #888;
	width: 100%;
	text-align: center;
}
.product-content {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.product-content h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 11px;
}
.product-content a {
	text-decoration: none;
}
.product-content .vobler {
	display: inline-block;
	padding: 5px;
	font-size: 11px;
	border-radius: 3px;
	background-color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-description {
	color: gray;
	font-size: 13px;
	display: inline-block;
	min-height: 35px;
}
.product-price {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
.product-price span.amount {
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
}
.product-price span.sale {
	text-decoration: line-through;
	color: #b2b2b2;
}
.product-price span.text {
	font-size: 14px;
	color: #b2b2b2;
	font-weight: normal;
}
.product-price .woocommerce-Price-currencySymbol {
	color: #b2b2b2;
	font-weight: normal;
}
.product-buttons {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.product-buttons .added_to_cart {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}
.product-buttons .add_to_cart_button {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	padding: 8px;
	width: 115px;
	background-color: rgba(255,115,0,0.9);
	border-color: transparent;
	font-size: 16px;
	color: #fff;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
}
.product-buttons .add_to_cart_button:hover {
	background: #ff7300;
	border-color: #e66800;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}
.product-buttons .add_to_cart_button span.icon-cart {
	font-size: 14px;
	margin-right: .3em;
}
.product-buttons .add_to_cart_button span.icon-cart:before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\51";
}
.product-buttons .add_to_wishlist {
	min-width: 40px;
	line-height: 31px;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	background: #fff;
	color: #8c8c8c;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
}
.product-buttons .add_to_wishlist:hover {
	background: #ff7300;
	border-color: #e66800;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}
.product-buttons .add_to_wishlist:hover span.icon-wishlist {
	color: #fff;
}
.product-buttons .add_to_wishlist span.icon-wishlist {
	font-size: 14px;
	color: gray;
}
.product-buttons .add_to_wishlist span.icon-wishlist:before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e004";
}

.add_to_wishlist .notification {
	position: absolute;
    display: none;
    bottom: -50px;
    left: -85px;
    width: 200px;
    text-align: center;
    background: #777;
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 14px;
    z-index: 5;
}
.add_to_wishlist .notification::before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
    left: 93px;
	width: 0; 
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #777;
}
.product-table:nth-of-type(3n) .add_to_wishlist .notification {
	left: -160px;
}
.product-table:nth-of-type(3n) .add_to_wishlist .notification::before {
	left: 171px;
}
.product-list .add_to_wishlist .notification {
	left: -160px;
}
.product-list .add_to_wishlist .notification::before {
	left: 170px;
}


/*** Product List ***/
.product-list {
	border-radius: 0;
	/*box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);*/
	width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
	min-height: 120px;
	padding: 10px;
}
.product-list:first-of-type {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.product-list+.product-list{
	border-top: none;
}
.product-list:last-of-type {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.product-list .product-img {
	width: 70px;
}
.product-list .product-content {
	width: -moz-calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
	width: calc(100% - 460px);
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.product .product-price {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
.product-list .product-buttons {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}


/*** Product Table ***/
.product-table {
	display: inline-block;
	margin-top: 10px;
	width: 310px;
	margin-right: 15px;
	margin-left: 0;
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
	vertical-align: top;
	padding: 15px;
}
.product-table:nth-of-type(3n) {
    margin-right: 0;
}
.product-table .product-img {
	display: block;
	width: 190px;
	height: 200px;
	margin: auto;
}
.product-table .product-img > a {
	display: block;
	width: 190px;
	height: 190px;
	margin: auto;
	text-align: center;
}
.product-table .product-img > a > img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	width: auto;
}
.product-table .product-sku {
	display: block;
	text-align: left;
	margin-left: -45px;
}
/*
.product-table .product-sku:before {
	content: 'ID: ';
	display: content;
}
*/
.product-table .product-content {
	width: 100%;
	padding: 0;
	padding-bottom: 20px;
	overflow: hidden;
	height: 140px;
    padding-top: 10px;
}
.product-table .product-price {
	width: 100%;
	padding: 0;
	padding-bottom: 20px;
	min-height: 120px;
}
.product-table .product-buttons {
	width: 100%;
	padding: 0;
}
.product-table .product-content .vobler {
	display: none;
}




.cat_top_banner {
	margin-bottom: 40px;
}

.catalog-top-text {
	background: #fffeef;
	color: #000;
	padding: 15px;
	border: 1px solid #f4ebaa;
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.catalog-top-text.close {
	height: 160px;
}
.catalog-top-text p {
	margin-top: 0;
	margin-bottom: 15px;
}
.catalog-top-text h3 {
	margin-top: 0;
}

.catalog-top-text .btn-top-text {
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	bottom: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
	background: #fffeef00;
}
.catalog-top-text.close .btn-top-text {
	background: linear-gradient(to top, #f4ebaa, #fffeefd4);
}
.catalog-top-text .btn-top-text span {
	border-bottom: 1px dotted;
}
.catalog-top-text .btn-top-text:after {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e113";
	font-size: 12px;
}
.catalog-top-text.close .btn-top-text:after {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\54";
}

/*** Доп. блоки ***/
.additional-blocks-wrapper {
	overflow: hidden;
}
.additional-block {
	float: left;
	background: white;
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	width: 225px;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.additional-block-img {
	width: 100%;
	text-align: center;
	height: 140px;
	line-height: 140px;
	margin-bottom: 20px;
}
.additional-block-img a {
	display: block;
	width: 100%;
	height: 100%;
}
.additional-block-img img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.additional-block-title > a {
	color: #0094d9;
	font-weight: bold;
	display: block;
	height: 2.6em;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
	.additional-block-text {
	color: #000;
	text-align: center;
}

.woo-cat-title {
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.woo-cat-title h1 {
	margin-bottom: 0;
	display: inline-block;
}
.woo-cat-title .btn-guide {
	margin-left: 10px;
	background: #4990e2;
	border-radius: 4px;
	color: #fff;
	float: right;
	padding: 7px 20px;
}
.woo-cat-title .svg-img {
	height: 18px;
	width: 18px;
	margin-right: 5px;
}
.woo-cat-title span {
	display: inline-block;
	vertical-align: middle;
}
.woo-cat-title .btn-guide:hover {

}



/*** Pagination ***/
.page-numbers {
	display: block;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	text-align: center;
}
.page-numbers > li {
	display: inline-block;
	float: none;
}
.page-numbers > li > span {
	box-sizing: border-box;
	padding: 0 16px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	font-size: 15px;
	text-align: center;
	cursor: not-allowed;
	color: #d8d8d8;
	border: 1px solid #d8d8d8;
}
.page-numbers > li > a {
	box-sizing: border-box;
	padding: 0 16px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d8d8d8;
	background: #fff;
	color: #333;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}



/*** Home Page ***/
.main-slider-wrap {
	margin-bottom: 30px;
}
.main-slider-wrap .nav-tabs:after, .main-slider-wrap .nav-tabs:before {
    content: " ";
    display: table;
}
.main-slider-wrap .nav-tabs {
	display: table;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	background: rgba(33, 33, 33, 0.2);
	padding: 10px 12px;
	width: auto;
	position: relative;
	margin: -27px auto 0;
}
.main-slider-wrap .nav-tabs > li {
	display: table-cell;
	border-radius: 4px;
	background: rgba(33, 33, 33, 0.3);
	border: none;
	float: left;
	height: 8px;
	width: 8px;
	margin-right: 7px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.main-slider-wrap .nav-tabs > li:hover {
	background: rgba(33, 33, 33, 0.5);
}
/*
.main-slider-wrap .nav-tabs > li:not(:first-of-type) {
	margin-right: 0;
}
*/
.main-slider-wrap .slider-tabs > li > button {
	display: none;
}
.main-slider-wrap .button-left, .main-slider-wrap .button-right {
	width: 30px;
	display: block;
	z-index: 10;
	border: 0;
	background: none;
	padding: 0;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	color: #fff;
	opacity: .5;
	cursor: pointer;
}
.main-slider-wrap .button-left {
	left: 0;
}
.main-slider-wrap .button-right {
	right: 0;
}
.main-slider-wrap .button-left .arrow, .main-slider-wrap .button-right .arrow {
	color: #000;
	font-size: 90%;
	font-weight: normal;
	background: rgba(255, 253, 253, 0.51);
	line-height: 40px;
}
.main-slider-wrap .button-left .arrow:hover, .main-slider-wrap .button-right .arrow:hover {
	background: rgba(33, 33, 33, 0.3);
}
.main-slider-wrap .button-left .arrow {
	-moz-border-radius-topright: 27px;
	-webkit-border-top-right-radius: 27px;
	border-top-right-radius: 27px;
	-moz-border-radius-bottomright: 27px;
	-webkit-border-bottom-right-radius: 27px;
	border-bottom-right-radius: 27px;
	padding-right: 3px;
}
.main-slider-wrap .button-left .arrow:before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e079";
}
.main-slider-wrap .button-right .arrow {
	-moz-border-radius-topleft: 27px;
	-webkit-border-top-left-radius: 27px;
	border-top-left-radius: 27px;
	-moz-border-radius-bottomleft: 27px;
	-webkit-border-bottom-left-radius: 27px;
	border-bottom-left-radius: 27px;
	padding-left: 3px;
}
.main-slider-wrap .button-right .arrow:before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e080";
}




.catalog-top-full-text {
	overflow: hidden;
	margin-bottom: 20px;
}

.catalog-top-full-text a {
	color: #0094d9;
	text-decoration: none;
}
.catalog-top-full-text a:hover {
	color: #00608d;
	text-decoration: underline;
}


.catalog-slider-products {
	margin-bottom: 40px;
}


/*** Widgets ***/
.news-widget {
	border-radius: 4px;
	background: white;
	border: solid 1px #d8d8d8;
	margin-top: 29px;
	padding: 15px;
	overflow: hidden;
}
.news-widget .widget-title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.news-widget .post {
	padding: 15px 0;
	position: relative;
}
.news-widget .post .img {
	display: block;
	margin-bottom: 10px;
}
.news-widget .post .img img {
	width: 100%;
}
.news-widget .post .title {
	font-size: 13px;
	line-height: 18px;
	color: #0094d9;
	text-decoration: none;
}
.news-widget .widget-title:hover {
	color: #78b7d6;
	text-decoration: underline;
}
.news-widget .post .title:hover {
	color: #00608d;
	text-decoration: underline;
}
.news-widget .post .content-info {
	color: gray;
	font-size: 13px;
	margin-top: 5px;
}
.news-widget .post .content-info .date {
	float: left;
}


/*** Woof Products ***/
.woof_products_top_panel {
	overflow: hidden;
	line-height: 32px;
	margin: 5px 0 15px 0;
	display: none;
	position: relative;
	z-index: 1;
}
.woof_products_top_panel ul {
	margin: 0;
	padding: 0;
}
.woof_products_top_panel li {
	float: left;
	margin: 0 15px 0 0;
	list-style: none;
}
.woof_products_top_panel a {
	border-radius: 15px;
	background-color: #f7f7f7;
	color: #333;
	border: 1px solid #d8d8d8;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 5px 10px 5px 0;
	padding: 0 10px;
	text-align: center;
	transition-timing-function: ease-in;
	transition: background .4s, border .4s;
}
.woof_products_top_panel a > span {
/*	background: initial; */
	padding-right: 20px;
	padding-left:   5px;
}

#woof_widget-2 {
	padding: 0;
}
#woof_widget-2 .widget {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
	padding: 0;
}
.custom-woof-wrapper {
	border: 0;
	border-radius: 0;
}
.filter-widget {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 30px;
}
.sidebar .widget {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #fff;
	padding: 15px;
}
.sidebar .widget .widget-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.sidebar .widget .widget-title:hover {
	color: #78b7d6;
    text-decoration: underline;
}
.filter-widget .woof_container {
	background-color: #fff;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 20px;
	position: relative;
	margin-bottom: 0;
}
.filter-widget .woof_container:hover {
	background: #f7f7f7;
}
.filter-widget .woof_container h4 {
	font-size: 13px;
	color: #333;
	display: table;
	overflow: hidden;
	padding: 20px 0;
	text-decoration: none;
	width: 100%;
	outline: none;
	font-weight: normal;
	margin: 0;
	cursor: pointer;
	padding-left: 20px;
}
/*
.filter-widget .woof_container h4::before {
	font-family: 'DNS-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
	line-height: 1;
	content: "\e259";
	color: #ddd;
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
}
*/
.filter-widget .woof_container .woof_front_toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	padding: 20px;
	font-size: 0;
}
.filter-widget .woof_container .woof_front_toggle_closed::before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e259";
	color: #ddd;
	display: inline-block;
	font-size: 10px;
	margin-top: 2px;
}
.filter-widget .woof_container .woof_front_toggle_opened::before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e259";
	color: #ddd;
	display: inline-block;
	font-size: 10px;
	margin-top: 2px;
	transform: rotateZ(180deg);
}

.filter-widget .woof_container h4.active::before {
	transform: rotateZ(180deg);
}
.filter-widget .woof_container .woof_block_html_items {
	/*display: none;*/
	padding-bottom: 20px;
}
.filter-widget .woof_container ul, 
.filter-widget .woof_container ol {
	padding-left: 0;
}
.filter-widget .woof_container li {
	width: 100%;
	padding: 0 !important;
}
.filter-widget .woof_container label {
	font-size: 13px;
}
span.woof_checkbox_count {
	color: gray;
	margin-left: 5px;
}
.woof_submit_search_form_container {
	text-align: center;
}
.woof_submit_search_form_container button {
	float: none !important;
	display: inline-block;
	width: 80%;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	color: #fff;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.25;
	border-radius: 4px;
	user-select: none;
	background: #0085c6;
	border-color: #0077b2;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}
.woof_submit_search_form_container button:hover {
	background: #0173ab;
	border-color: #0173ab;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}
.woof_submit_search_form_container button+button {
	margin-top: 10px;
}

/*** Single Product ***/
.single_product {
	position: relative;
}
.single_product .onsale {
	display: none;
}
.single-product-header {
	overflow: hidden;
	margin-bottom: 10px;
}
.single-product-sku {
	color: #bbb;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.single-product-tags {
	display: inline-block;
	vertical-align: top;
}
.single-product-tags .vobler {
	display: inline-block;
	padding: 5px;
	font-size: 11px;
	border-radius: 3px;
	background-color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-product-content {
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}


.single-product-attributes {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	padding-left: 60px;
	font-size: 14px;
	border: 1px solid #dbdbdb;
	padding: 10px;
	margin-top: 60px;
	margin-left: 20px;
}
.single-product-attributes table {
	margin: 0;
}
.single-product-attributes tr:nth-child(2n) {
	background: #f0f0f0;
}
.single-product-attributes th {
	padding: 5px 10px;
	color: #999999;
	font-weight: 400;
	width: 200px;
}
.single-product-attributes td {
	padding: 5px 10px;
}
.single-product-attributes p {
	margin: 0;
	padding: 0;
}

.single-product-gallery {
	margin: 0 25px 0 0;
	padding: 0 25px;
	width: 385px;
	display: inline-block;
	vertical-align: top;
}

.single-product-price {
	padding-top: 20px;
	display: inline-block;
	width: 225px;
	vertical-align: top;
}
/*** yith ***/
.product-type-yith_bundle form.yith-wcpb-bundle-form table {
	display: none !important; 
}
.product-type-yith_bundle button.minus {
	display: none !important;
}
.product-type-yith_bundle .single-product-attributes {
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}
.product-type-yith_bundle .single-product-attributes tr:nth-child(2n) {
	background: #fff !important;
}
.product-type-yith_bundle .single-product-attributes tr:nth-last-child(1) td {
	border-bottom: 0;
}
.product-type-yith_bundle .single-product-attributes .price {
	display: none !important;
}
/*** END ***/
.single-product-price .product-price {
	padding-right: 0;
	margin-bottom: 20px;
	width: 100%;
}
.single-product-price form.cart {
	display: block;
}
.single-product-price form.cart button.plus, .single-product-price form.cart button.minus {
	min-width: 40px;
	line-height: 31px;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	background: #fff;
	color: #8c8c8c;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}
.single-product-price form.cart button.plus {
	width: 30%;
	margin-right: 0;
	margin-left: 0;
}
.single-product-price form.cart button.minus {
	width: 30%;
	margin-left: 0;
	margin-right: 0;
}
.single-product-price form.cart .quantity {
	width: 36%;
	display: inline-block;
	margin-right: 0;
	overflow: hidden;
	vertical-align: top;
}
.single-product-price form.cart .quantity input,
.single-product-price form.cart .quantity input[type="number"] {
	width: 100%;
	text-align: center;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	line-height: 25px;
	font-size: 14px;
}
.single-product-price form.cart button.single_add_to_cart_button {
	display: inline-block;
	text-align: center;
	background-color: rgba(255,115,0,0.9);
	border-color: transparent;
	font-size: 16px;
	color: #fff;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: top;
	width: 100%;
	margin-top: 10px;
	padding: 15px;
}
.single-product-price form.cart button.single_add_to_cart_button:hover {
	background: #ff7300;
	border-color: #e66800;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}

.single-product-price .single-product-wishlist {
	padding-top: 20px;
}
.single-product-price .single-product-wishlist a {
	padding: 0;
	color: #ff8119;
	border-bottom: 1px dashed #ff8119;
	text-decoration: none;
	border-radius: 0;
}
.single-product-price .single-product-wishlist a .icon:before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e004";
}

.single-product-brand {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	bottom: 40px;
	box-shadow: -1px -2px 0 rgba(0,0,0,0.13) inset;
	display: inline-block;
	padding: 2px;
	position: absolute;
	right: 30px;
	top: -20px;
	text-align: center;
	width: 215px;
	height: 66px;
}
.single-product-brand a {
	display: block;
	height: 60px;
	width: 209px;
}
.single-product-brand a img {
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	padding: 4px;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}


/*** Tabs ***/
.woocommerce-tabs {
	margin-bottom: 20px;
}
.woocommerce-tabs > ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: table;
}
.woocommerce-tabs > ul > li {
	display: table-cell !important;
	background: #fafafa;
	border: solid 1px #eee;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -1px;
	margin-top: 0;
	padding-bottom: 0;
}
.woocommerce-tabs > ul > li.active {
	border-bottom: 1px solid #fff;
}
.woocommerce-tabs > ul > li > a {
	text-align: center;
	border: none;
	border-radius: 0;
	color: #555;
	margin: 0;
	outline: 0;
	text-decoration: none;
	border-top: 4px solid #fafafa;
}
.woocommerce-tabs > ul > li.active > a {
	color: #0094d9;
	border-top: 4px solid #0094d9;
	background: #fff;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
	margin-top: 0;
	padding: 20px;
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #fff;
}

/*** Related Product ***/
.related-product {
	background: #fff;
	border: solid 1px #ddd;
	border-top: none;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	margin: 32px 0 20px;
	padding: 32px;
}
.btn-related-product {
	font-size: 24px;
    vertical-align: middle;
    color: #333;
    cursor: pointer;
}
.btn-related-product:hover {
	color: #78b7d6;
}
.btn-related-product:before {
	font-size: 12px;
	margin-right: 16px;
	vertical-align: middle;
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e260";
}
.btn-related-product.showed:before {
	content: "\e259";
}
.related-product-slider {
	display: block;
	position: relative;
}
.related-product-slider.showed {
	display: none;
}
.related-product-slider .product-table {
	display: inline-block;
	margin-top: 10px;
	margin-left: 1px;
	width: 210px;
}
.related-product-slider .product-description {
	display: none;
}
.related-product-slider .product-buttons .add_to_wishlist {
	display: none;
}
.related-product-slider .product-table .product-content {
	height: 85px;
}
.related-product-slider .product-buttons .add_to_cart_button {
	margin-right: 0;
}
.related-product-slider .product-table .product-img {
	width: 100%;
}
.related-product-slider .product-table .product-img > a {
	width: 100%;
}
.related-product-slider .product-table .product-price {
	min-height: 90px;
}
.related-product .nav-btn {
	border-radius: 24px !important;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2) !important;
	background: #fff;
	opacity: .94;
	width: 48px;
	height: 48px;
	cursor: pointer;
	color: gray;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -24px;
}
.related-product .nav-btn.btn-next {
	right: -6px;
}
.related-product .nav-btn.btn-next:before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e080";
}
.related-product .nav-btn.btn-prev {
	left: -24px;
}
.related-product .nav-btn.btn-prev:before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e079";
}
.related-product-slider .product-price span.amount {
	font-size: 18px;
}


/*** Page ***/
.entry-content {
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
}

body.woocommerce-cart .entry-content {
	padding: 0;
}


/*** Cart ***/
.woocommerce-cart-form {
	display: inline-block;
	vertical-align: top;
	clear: both;
	width: calc(100% - 250px);
	border-right: 1px solid #ddd;
}
.product-cart {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.product-cart-thumbnail {
	display: inline-block;
	height: 70px;
	margin: 0;
	text-align: center;
	vertical-align: top;
	width: 70px;
}
.product-cart-name {
	width: 450px;
	display: inline-block;
	font-size: 0;
	margin: 0;
	padding: 0 20px;
	vertical-align: top;
	max-width: none !important;
}
.product-cart-name a {
	display: block;
	color: #555;
	font-weight: normal;
	font-size: 16px;
	height: 36px;
	line-height: 1.1em;
	overflow: hidden;
	margin-bottom: 13px;
	text-decoration: none;
}
.product-cart-price {
	display: inline-block;
	vertical-align: top;
}
.product-cart-quantity {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}
.product-cart-quantity input {
	max-width: 100%;
}
.product-cart-subtotal {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	padding-left: 20px;
}
.product-cart-remove {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	text-align: right;
}
.product-cart-remove a {
	display: inline-block;
    text-align: center;
    line-height: 30px;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    box-shadow: none;
    color: gray;
    background-color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin-left: 10px;
    margin-right: 10px;
}
.product-cart-remove a:hover {
	color: #fff;
	text-decoration: none;
	background: #ff7300;
	border-color: #e66800;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}
.product-cart-remove a:before {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	content: "\e053";
}
.shop_table .coupon {
	padding: 20px;
}
.shop_table .coupon .button {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	padding: 8px;
	background-color: rgba(255,115,0,0.9);
	border-color: transparent;
	font-size: 14px;
	color: #fff;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
}
.shop_table .coupon .button:hover {
	background: #ff7300;
	border-color: #e66800;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}

.cart-collaterals {
	display: inline-block;
	vertical-align: top;
	clear: both;
	width: 240px;
	padding: 20px;
}
.cart-collaterals .button {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	padding: 8px;
	background-color: rgba(255,115,0,0.9);
	border-color: transparent;
	font-size: 16px;
	color: #fff;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
}
.cart-collaterals .button:hover {
	background: #ff7300;
	border-color: #e66800;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}

.woocommerce-MyAccount-navigation ul {
	margin-left: 0;
}
.woocommerce-MyAccount-content header {
	box-shadow: none;
	position: relative;
	z-index: 1;
}

/*** Checkout ***/
.woocommerce-billing-fields p {
	width: 100% !important;
	margin-right: 0 !important;
}
.woocommerce-billing-fields p label {
	display: inline-block;
	background: #eee;
	width: 30%;
	vertical-align: top;
	padding: 5px;
}
.woocommerce-billing-fields p span.woocommerce-input-wrapper {
	display: inline-block;
	width: 69%;
	vertical-align: top;
}
.woocommerce-billing-fields p input {
	width: 100%;
}
.woocommerce-checkout-payment ul {
	margin-left: 0;
}

.woocommerce-checkout-payment button {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	padding: 8px;
	background-color: rgba(255,115,0,0.9);
	border-color: transparent;
	font-size: 16px;
	color: #fff;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	width: 200px;
}
.woocommerce-checkout-payment button:hover {
	background: #ff7300;
	border-color: #e66800;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.1);
}

#scroller {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	border-radius: 12px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: fixed;
	z-index: 1000;
	bottom: 24px;
	right: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	opacity: .88;
	background: #fff;
}
#scroller > img {
	width: 20px;
	height: auto;
	opacity: 0.5;
}
#scroller:hover > img {
	opacity: 1;
}


footer {
	width: 100%;
	background-color: #333;
	margin-top: 60px;
	color: #999;
	font-size: 14px;
}
.footer-mobile-menu {
	display: none;
}
.footer-mobile-menu ul {
	padding: 0;
	margin: 0;
}
.footer-mobile-menu ul > li {
	list-style: none;
	display: block;
	margin-top: 0 !important;
}
.footer-mobile-menu ul > li > a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 12px 0;
	color: #fff;
	border-top: 1px solid #444;
}
.footer-mobile-menu ul > li:nth-child(1) > a {
	border-top: 0;
}
.footer-mobile-menu ul > li > a:after {
	font-family: 'DNS-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	line-height: 1;
	font-size: 8px;
	color: #fff;
	float: right;
	padding-top: 8px;
	content: "\e258";
}
.footer-content-col {
	width: 18%;
	float: left;
}
.footer-content-col-two {
	width: 28%;
	float: left;
}
.footer-content {
	padding-top: 16px;
	padding-bottom: 16px;
	overflow: hidden;
	color: #fff;
}
.footer-content h4 {
	font-size: 18px;
	font-weight: normal;

}
.footer-content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.footer-content ul > li {
	margin-top: 12px;
}
.footer-content ul > li > a {
	color: #fff;
	text-decoration: none;
}
.footer-content ul > li > a:hover {
	color: #0085c6;
	text-decoration: none;
}
.footer-row {
	border-top: 1px solid #444;
	padding-top: 16px;
	padding-bottom: 16px;
}

/***  ***/
.ced_cwsm_price .woocommerce-Price-currencySymbol, .cwsm-single-price .woocommerce-Price-currencySymbol {
	font-size: 0;
}
.ced_cwsm_price .woocommerce-Price-currencySymbol:before, .cwsm-single-price .woocommerce-Price-currencySymbol:before {
	content: '₽';
	display: contents;
	color: #b2b2b2;
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
}
.ced_cwsm_price:after, .cwsm-single-price .woocommerce-Price-currencySymbol:after {
	content: ' - Ваша цена';
	display: contents;
	font-size: 14px;
    color: #b2b2b2;
    font-weight: normal;
}

/*** authorization ***/
.page-authorization {
	width: 100%;
	max-width: 550px;
	display: inline-block;
}
.page-authorization .entry-content {
	text-align: left;
}
.page-authorization h2 {
	display: none;
}
.page-authorization .entry-content .woocommerce-form-row label {
	display: block;
	font-weight: bold;
}
.page-authorization .entry-content .woocommerce-form-row input, 
.page-authorization .entry-content .woocommerce-form-row input[type="search"],
.page-authorization .wpcf7-form input[type="text"], 
.page-authorization .wpcf7-form input[type="email"],
.page-authorization .wpcf7-form input[type="tel"],
.page-authorization .wpcf7-form input[type="search"]{
	display: block;
	width: 100%;
	border-radius: 4px;
	height: 40px;
}
.page-authorization .entry-content .button,
.page-authorization .wpcf7-form input[type="submit"] {
	display: block;
	text-align: center;
	margin-right: 10px;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	max-width: 250px;
	background: #0085c6;
	border-color: transparent;
	font-size: 16px;
	color: #fff;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
}
.page-authorization .entry-content .button:hover,
.page-authorization .wpcf7-form input[type="submit"]:hover {
	background: #0072aa;
}
.grecaptcha-badge {
	display: none !important;
}

.custom-msg-wrapper {
	display: none;
}

.product_type_simple {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    padding: 8px;
    width: 115px;
    background-color: rgb(178, 178, 178);
    border-color: transparent;
    font-size: 16px;
    color: #fff;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
    border-radius: 4px;
    text-decoration: none;
}
.product_type_simple:before {
	font-family: 'DNS-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    content: "\51";
	font-size: 14px;
    margin-right: .3em;
}
.product-buttons .add_to_cart_button:before {
	content: none;
}
.related-product-slider .product-sku {
	margin-left: 0;
}
.related-product-slider .ced_cwsm_price {
	display: none !important;
}
.related-product-slider  .woocommerce-Price-currencySymbol:before {
	font-size: 18px !important;
}