@import url("fonts/new/clearsans.css");
@import url("fonts/new/playfair.css");
@import url("fonts/new/raleway.css");

body {
	min-width: 375px;
	font-family: "Clear Sans", sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	position: relative;
	background-image: url(/catalog/images/bg.jpg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-attachment: fixed;
}
/*.container {
	min-width: 375px;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", sans-serif;
}
ul li,
ol li {
	font-size: 17px;
	line-height: 1.5em;
}
ul {
	list-style-type: decimal;
}
ol {
	list-style-type: disc;
}
a {
	color: #e43759 !important;
	cursor: pointer !important;
	transition-duration: 0.2s;
	transition-property: all;
}
a:hover {
	text-decoration: none;
	transition-duration: 0.2s;
	transition-property: all;
	text-decoration: underline !important;
}
a:focus,
a:active {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 12px;
	font-weight: normal;
}
*,
a:focus {
	outline: none;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}
input[type="text"].form-control,
select.form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control {
	height: 40px;
	border: 1px solid #ecedef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f0f0f0;
	box-shadow: none;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fdfdfd', GradientType=0 );
	color: #4f5f6f;
	font-family: "Clear Sans", sans-serif;
	font-size: 16px;
	box-shadow: 0;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 15px;
}
.input-group .input-group-addon {
	font-size: 15px;
	height: 30px;
}
.clearfix:after {
	content: "";
	display: block;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: "* ";
	color: #f00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
}
/* top */
#top {
	background-color: #4f5f6f;
	margin: 0;
	min-height: 58px;
	display: table;
	width: 100%;
}
#top ul {
	margin-bottom: 0;
}
#top ul li {
	padding: 0;
}
#top #top-left-links ul li a,
#top #top-left-links ul li a:visited {
	display: block;
	padding: 0px 18px;
	font-size: 14px;
	color: #fff;
	height: 58px;
	line-height: 58px;
	border-left: 1px solid rgba(96, 115, 166, 0.3);
	margin-right: -4px;
	border-bottom: 3px solid transparent;
}
#top #top-left-links ul li a:hover {
	color: #c9e7f1;
	background: #57697a;
	border-bottom: 3px solid #00d4fb;
}
#top #top-left-links ul li:first-child a {
	border-left: 0;
}
#top #top-right-links > ul > li {
	padding: 0px 10px;
	margin-left: -2px;
	background: #57697a;
}
#top #top-right-links > ul > li a,
#top #top-right-links > ul > li a:visited,
#top #top-right-links > ul > li a:hover {
	color: #fff;
	display: block;
	height: 55px;
	line-height: 55px;
	border-radius: 0;
}
#top #top-right-links > ul > li {
	border-bottom: 3px solid transparent;
	position: relative;
}
#top #top-right-links > ul > li:hover {
	border-bottom: 3px solid #00d4fb;
}
#top #top-right-links ul li i.fa-caret-down {
	font-size: 10px;
	margin-left: 6px;
}
#top #top-right-links ul li i:first-child {
	margin-right: 6px;
}
#top .top-container {
	display: table-cell;
	vertical-align: middle;
}
#top .container {
	padding: 0 15px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-decoration: none;
}
#top .btn-link.btn-language,
#top .btn-link.btn-currency {
	color: #fff;
}
#top-links a:hover {
	color: #444;
}
#top .btn-link.btn-language:hover,
#top .btn-link.btn-currency:hover {
	color: #59c2e6;
}
#top .btn-link.btn-language i:first-child,
#top .btn-link.btn-currency i:first-child {
	font-size: 18px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #fff;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
header {
	background: #f7f7f7 !important;
}
/* logo */
#logo {
	margin: 0 0 18px 0;
}
.header-logo-image {
	max-height: 100px;
}
/* search */
#search {
	background-color: #fff;
	border: 1px dashed #ff2a4e;
	width: 100%;
	height: 50px;
}
.header-list {
	list-style-type: none;
	color: #e43759;
	line-height: 1.5;
	padding: 0;
}

.header-phones,
.header-phones a {
	color: #e43759 !important;
	font-weight: 600;
}
.header-phones span {
	font-size: 12px;
}

.cart-place {
	min-width: 140px;
	margin: 0 20px 0 0;
}

#search .btn-lg {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 15px;
	text-shadow: none;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	color: #4f5f6f;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #d5d9dd;
	border-right: 0;
}
#search .input-lg {
	border: 0;
	width: 100%;
}
#search .btn-lg i.fa-caret-down {
	margin-left: 8px;
}
#search .btn-search {
	border: 0;
}
#search .fa-search {
	color: #ff1493;
}
/* cart */
#cart {
	height: 49px;
	margin-bottom: 10px;
	text-align: center;
	background: #f7f9fa;
	padding-top: 2px;
	border-radius: 3px;
}

#cart .cart-total-price {
	font-family: "OpenSansRegular";
	font-size: 14px;
	color: #ff1493;
	margin-right: 10px;
}
#cart > a {
	cursor: pointer;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
#cart.open > .btn {
	background-image: none;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.menu-row {
	background: #e43759 !important;
	/*border-top: 1px solid #e43759;
    border-bottom: 1px solid #e43759;
    margin-bottom: 16px;*/
}
#menu {
	background-color: transparent;
	background-image: none;
	border: 0;
	min-height: 20px;
	margin: 0;
}
#menu .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
#menu .nav > li {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 2px solid transparent;
	transition-duration: 0.2s;
	transition-property: all;
	padding-left: 15px;
	padding-right: 15px;
}
#menu .nav > li > a {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	text-shadow: none;
	padding: 10px 4px;
	min-height: 15px;
	background-color: transparent;
	font-weight: 700;
}
#menu .nav > li:hover,
#menu .nav li.open {
	background-color: #59c2e6;
	color: #fff;
	border-radius: 0;
	border-top: 2px solid #647382;
	transition-duration: 0.2s;
	transition-property: all;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 0 0 3px 3px;
	border: 0 !important;
}
#menu .megamenu-html-block {
	color: #333;
	padding: 10px;
}
#menu .megamenu-html-block iframe {
	border: 0;
	border: none;
}
#menu .dropdown-inner ul li.second-level-li {
	padding-top: 0px;
	padding-bottom: 0px;
	min-width: 200px;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 7px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	font-weight: normal;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	color: #00d4fb !important;
}
#menu .see-all:hover {
	color: #fff !important;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #fff;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#menu .sale-ul {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu .sale-ul > div {
	display: block !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu .sale-ul > div .megamenu-sale-item .megamenu-parent-img:hover + .megamenu-parent-title {
	color: #00d4fb;
}
#menu .sale-ul > div .megamenu-sale-item .megamenu-parent-img {
	min-width: 0px;
}
#menu .sale-ul > div .megamenu-sale-item .dropprice {
	color: #34bbe3;
	text-align: center;
	font-weight: bold;
}
#menu .sale-ul > div .megamenu-sale-item .dropprice span {
	color: rgba(0, 0, 0, 0.35);
	text-decoration: line-through;
	margin-right: 8px;
	font-size: 12px;
}
#menu .sale-ul .megamenu-html-inner img {
	float: right;
}
#menu .dropdown-menu img {
	transition-duration: 0.2s;
	transition-property: all;
}
#menu .dropdown-menu img:hover {
	opacity: 0.8;
	transition-duration: 0.2s;
	transition-property: all;
}
#menu .megamenu-full-width-parrent .megamenu-parent-img img {
	margin-left: auto;
	margin-right: auto;
}
#menu .megamenu-full-width-parrent .megamenu-parent-img img:hover {
	-webkit-animation: shake 0.5s ease-in-out;
	animation: shake 0.5s ease-in-out;
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		-webkit-transform: translateX(-10px);
	}

	40% {
		-webkit-transform: translateX(10px);
	}

	60% {
		-webkit-transform: translateX(-10px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}
@keyframes shake {
	0% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(-10px);
	}

	40% {
		transform: translateX(10px);
	}

	60% {
		transform: translateX(-10px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}
#menu .megamenu-full-width-parrent a {
	min-width: 0;
}
#menu .megamenu-full-width-parrent .megamenu-parent-img {
	text-align: center;
}
#menu .nav > li:hover > a,
#menu .nav > li.open > a {
	color: #fff;
}
@media (min-width: 992px) {
	#menu .sale-ul > div .megamenu-sale-item {
		margin-bottom: 20px;
	}
	#menu .sale-ul > div .megamenu-sale-item .megamenu-parent-title {
		font-weight: normal !important;
		font-size: 12px !important;
		display: block !important;
		margin: 6px 0 !important;
		text-align: center !important;
		padding: 0 !important;
		min-width: 0px !important;
	}
	#menu .dropdown-menu {
		margin-top: -2px !important;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
		padding-top: 0;
	}
	#menu .dropdown .dropdown-menu.megamenu-full-width {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#menu .dropdown:hover .dropdown-menu.megamenu-full-width {
		max-height: 100vh;
		overflow-y: auto;
		overflow-x: hidden;
		height: auto;
	}
	#menu .dropdown-menu li > a:hover {
		background-color: transparent;
		background-image: none;
	}
	#menu .dropdown-menu li.second-level-li:hover {
		background-color: #59c2e6;
		transition-duration: 0.1s;
		transition-property: all;
	}
	#menu li.dropdown.megamenu-full-width-parrent {
		position: inherit;
	}
	#menu div.dropdown-menu.megamenu-full-width {
		width: 100%;
		margin-left: 0 !important;
	}
	#menu .megamenu-full-width ul.list-unstyled > li.megamenu-hassubchild {
		display: inline-block;
		width: 186px;
		margin: 8px 0 16px 0;
	}
	#menu .megamenu-full-width a:hover,
	#menu .megamenu-full-width a.megamenu-parent-img:hover + a {
		background: transparent;
		color: #59c2e6 !important;
		text-decoration: underline;
	}
	#menu .megamenu-full-width a.third-level-link {
		color: #666;
	}
	#menu .megamenu-full-width .see-all:hover,
	#menu .megamenu-full-width .see-all:focus {
		color: #333333 !important;
	}
	#menu .megamenu-full-width a.megamenu-parent-title {
		font-weight: bold !important;
		font-size: 12px;
		line-height: 18px;
		display: block;
		margin: 6px 0;
	}
	#menu .megamenu-full-width .megamenu-hassubchild.megamenu-with-img {
		text-align: center;
	}
	#menu .megamenu-full-width .megamenu-hassubchild.megamenu-with-img .megamenu-parent-title {
		font-weight: normal;
	}
	#menu .megamenu-full-width .megamenu-hassubchild .megamenu-ischild {
		border-left: 1px solid rgba(231, 231, 231, 0.58);
		padding-left: 2px;
	}
	#menu .megamenu-full-width .megamenu-hassubchild:first-child .megamenu-ischild {
		border-color: transparent;
	}
	#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild {
		text-align: center;
	}
	#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild .megamenu-parent-title {
		font-weight: normal;
		font-size: 12px;
		text-transform: uppercase;
		margin-top: 0px;
		margin-bottom: 0px;
		min-width: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#menu .megamenu-full-width a {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#menu .megamenu-full-width .sale-ul a.megamenu-parent-title {
		text-transform: none;
	}
	#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild .megamenu-parent-img {
		min-width: 0;
		padding: 10px 20px;
	}
	#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild .megamenu-parent-img img {
		border: 1px solid #e7e7e7;
	}
	#menu
		.megamenu-full-width
		.brands-dropdown-inner
		.megamenu-hassubchild
		.megamenu-parent-img:hover
		+ .megamenu-parent-title {
		color: #00d4fb;
	}
	#menu .has-child {
		position: relative;
	}
	#menu .has-child .angle-right {
		position: absolute;
		top: 0px;
		right: 0px;
		color: #333333;
		display: block;
		padding: 5px 20px;
	}
	#menu .has-child:hover i,
	#menu .has-child:hover a {
		color: #fff;
	}
	#menu .nav > li a.dropdown-toggle + .dropdown-menu {
		min-width: 270px;
	}
	#menu .has-child .megamenu-ischild {
		display: block !important;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 103%;
		top: 0;
		background: #fff;
		list-style: none;
		padding-left: 0;
		border-radius: 0 0 3px 3px;
		border-color: transparent !important;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		min-width: 220px;
		width: auto;
	}
	#menu .has-child:hover .megamenu-ischild {
		visibility: visible;
		transition: all 100ms;
		left: 100%;
		opacity: 1;
	}
	#menu .has-child .megamenu-ischild li {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#menu .has-child .megamenu-ischild li a,
	#menu .has-child .megamenu-ischild li a:visited {
		color: #333333 !important;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#menu .has-child .megamenu-ischild li:hover a {
		color: #00d4fb;
		text-decoration: underline;
	}
	#menu .has-child .megamenu-ischild li a {
		transition: all 0;
	}
	#menu
		.megamenu-full-width
		.megamenu-hassubchild.megamenu-with-img
		.megamenu-parent-img:hover
		+ .megamenu-parent-title {
		color: #00d4fb !important;
	}
	#menu .megamenu-full-width .megamenu-parent-title {
		font-weight: normal !important;
		text-align: center;
	}
	#menu .megamenu-full-width .megamenu-parent-img {
		text-align: center;
	}
	#menu .megamenu-full-width .megamenu-hassubchild {
		margin-bottom: 2px;
	}
	#menu .megamenu-full-width .megamenu-hassubchild:hover:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(231, 231, 231, 0.23);
		width: 40%;
		height: 1px;
		margin: 0 auto;
	}
	#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild:hover:before,
	#menu .megamenu-full-width .megamenu-hassubchild.megamenu-with-img:hover:before {
		display: none;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover,
	#menu .dropdown-menu li.second-level-li:hover {
		background: transparent !important;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

#menu ul.flexMenu-popup {
	top: 100%;
	right: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: -2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#menu ul.flexMenu-popup > li {
	display: block;
	float: none;
	position: relative !important;
	transition-duration: 0.2s;
	transition-property: all;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
#menu ul.flexMenu-popup > li:hover {
	background-color: #59c2e6;
	transition-duration: 0.2s;
	transition-property: all;
}
#menu ul.flexMenu-popup > li > a {
	min-width: 160px;
	display: block;
	padding: 7px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu ul.flexMenu-popup > li:hover > a {
	color: #fff;
}
#menu ul.flexMenu-popup > li > a:hover {
	background-color: transparent;
	background-image: none;
}
#menu ul.flexMenu-popup > li:hover .dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0;
	right: -100%;
}
#menu ul.flexMenu-popup > li:hover .dropdown-menu .megamenu-hassubchild {
	float: none;
	display: block;
	text-align: left;
}
#menu ul.flexMenu-popup > li:hover .dropdown-menu img,
#menu ul.flexMenu-popup > li:hover .dropdown-menu .megamenu-parent-img {
	display: none !important;
}
#menu ul.flexMenu-popup > li:hover .dropdown-menu .megamenu-parent-title {
	margin: 0;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	padding: 5px 0px;
}

/* content */
#content {
	padding-bottom: 15px;
}
/* footer */
footer {
	margin-top: 16px;
	padding-top: 50px;
	background-color: #4f5f6f;
	color: #f5f5f6;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #4f5f6f;
	margin-top: 40px;
	margin-bottom: 40px;
}
footer a,
footer a:visited {
	color: #f5f5f6 !important;
}
footer a:hover {
	color: #85d0eb;
}
footer h5,
footer .h5 {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 18px;
	color: #85d0eb;
	text-transform: uppercase;
}
footer .footer-advantages {
	text-align: center;
}
footer .footer-advantages i {
	font-size: 40px;
}
footer .footer-advantages span {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 14px;
	color: #76828f;
}
footer .first-row h5 {
	margin-top: 20px;
}
footer .first-row .socials-box {
	
	display: flex;
	align-items: center;
}
.payment-box {
	display: table;
	padding-top: 3px;
}
.payment-box span {
	background-repeat: no-repeat;
	display: inline-block;
	opacity: 0.9;
	background-image: url(../image/sprite-payment.png);
	width: 50px;
	height: 50px;
	margin-right: 4px;
}
.payment-box span.text-payments {
	opacity: 1;
	min-width: 128px;
	margin-right: 10px;
	margin-top: 0;
	background-image: none;
	display: inline-block;
	position: relative;
	top: -21px;
}
.oct-copy {
	display: inline-block;
	margin-top: 18px;
}
.payment-box .privat24 {
	background-position: 0 0;
}
.payment-box .sberbank {
	background-position: -50px -50px;
}
.payment-box .visa {
	background-position: -150px -50px;
}
.payment-box .skrill {
	background-position: -100px -50px;
}
.payment-box .interkassa {
	background-position: 0px -50px;
}
.payment-box .liqpay {
	background-position: 0px -100px;
}
.payment-box .paypal {
	background-position: -50px 0;
}
.payment-box .robokassa {
	background-position: -150px -0px;
}
.payment-box .yandex-money {
	background-position: -100px -100px;
}
.payment-box .webmoney {
	background-position: -50px -100px;
}
.payment-box .qiwi {
	background-position: -100px 0;
}
footer .first-row .socials-box i {
	font-size: 30px;
	margin-left: 10px;
	position: relative;
	top: 8px;
}
footer .first-row .socials-box img {
	height: 35px;
	width: auto;
	top: 8px;
	position: relative;

}
footer .first-row .socials-box a:hover {
	color: #59c2e6 !important;
}
footer .footer-contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	font-family: "OpenSansRegular", sans-serif;
	margin-bottom: 12px;
}
footer .footer-contacts ul li i {
	color: #86d1eb;
	margin-right: 6px;
}
footer .second-row .about-text p {
	line-height: 22px;
}
footer .third-row h5,
footer .third-row .h5 {
	margin-bottom: 24px;
}
footer .third-row ul li {
	line-height: 18px;
	padding-left: 4px;
	font-size: 14px;
}
footer .last-row {
	color: #cccccc;
	margin-top: 30px;
}
footer .last-row i {
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-left: 4px;
}
footer form {
	position: relative;
}
footer .input-box input {
	width: 100%;
	display: inline-block;
	background: #f7f7f7;
	box-shadow: none;
	border: 1px solid #76828f;
	border-radius: 3px;
	padding: 16px 18px;
	-webkit-appearance: none;
}
footer .input-box input::-webkit-input-placeholder {
	color: #4c4c4c;
}
footer .input-box input::-moz-placeholder {
	color: #cccccc;
}
footer .input-box input:-moz-placeholder {
	color: #cccccc;
}
footer .input-box input:-ms-input-placeholder {
	color: #cccccc;
}
.mobile-icons-box {
	position: fixed;
	top: 0;
	padding-top: 1px;
	padding-bottom: 5px;
	/* right: 10px; */
	background: white;
	width: 100% !important;
	z-index: 99999999;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

#menu-mobile,
#back-top,
#uptocall-mini {
	z-index: 999999999 !important;
}
footer .actions button {
	position: absolute;
	right: 10px;
	top: 7px;
	background: #59c2e6;
	border: 0;
	box-shadow: none;
	border-radius: 3px;
	padding: 8px 18px;
}
footer .actions button span {
	display: inline-block;
	margin-right: 20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.content-row {
	margin-bottom: 32px;
}
.content-row + .oct-carousel-row .oct-carousel-box {
	margin-top: 0;
}
/* breadcrumb */
.breadcrumb-box {
	/* margin-top: 60px;*/
	border-radius: 0;
}
.breadcrumb {
	background: transparent;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 4px 10px 4px 0;
	border-radius: 3px;
}
.akciya {
	font-size: 22px;
	color: #7d7d7d;
	text-align: center;
}
.akciyaban {
	font-size: 22px;
	color: #7d7d7d;
	text-align: center;
	position: absolute;
	margin-left: 40%;
	margin-top: -12%;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0;
	position: relative;
	white-space: nowrap;
	margin-left: 0;
	margin-right: 0;
}
.breadcrumb > li a {
	color: #4f5f6f;
}
.breadcrumb > li a:hover {
	color: #59c2e6;
}
.breadcrumb > li span {
	color: #59c2e6;
}
h1.cat-header {
	margin-top: 10px;
	font-family: "PlayFair Display", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #4f5f6f;
}
.subcat-header {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 20px;
	font-family: "OpenSansRegular";
	color: #4f5f6f;
}
#subcats .subcat-box {
	padding: 10px;
	text-align: center;
	transition-duration: 0.2s;
	transition-property: all;
}
#subcats .subcat-box:hover {
	transition-duration: 0.2s;
	transition-property: all;
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	z-index: 100;
}
#subcats .subcat-box a {
	cursor: pointer;
	color: #4f5f6f;
	font-weight: bold;
}
#subcats .subcat-box:hover a {
	color: #e43759;
}
#subcats .subcat-box img {
	margin-bottom: 10px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#subcats .subcat-box:hover img {
	opacity: 0.8;
	transition-duration: 0.2s;
	transition-property: all;
}

.sort-row .input-group-addon {
	border-radius: 0;
	background: transparent;
	border: 0;
	color: #3d3d3d;
	font-family: "OpenSansSemibold";
}
.sort-row .btn-group-vertical > .btn,
.sort-row .btn-group > .btn {
	float: right;
}
.oct-product-view-text {
	font-family: "OpenSansSemibold";
	color: #3d3d3d;
	margin-right: 6px;
	position: relative;
	top: 6px;
}
.appearance .btn-group button {
	text-shadow: none;
	background-repeat: no-repeat;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.04);
	background-image: none;
	border: 0;
	box-shadow: none;
	color: #3d3d3d;
	padding-top: 8px;
}
.appearance .btn-group button {
	margin-left: 6px;
}
.appearance .btn-group button.active,
.appearance .btn-group button:hover {
	color: #59c2e6;
	background-color: rgba(0, 0, 0, 0.08);
}
.appearance .btn-group button.active:hover,
.appearance .btn-group button:active,
.appearance .btn-group button:focus {
	background-color: rgba(0, 0, 0, 0.08);
	border-color: transparent;
}
.form-control:focus {
	outline: 0;
	box-shadow: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #48ad45;
	background-image: linear-gradient(to bottom, #48ad45, #48ad45);
	background-repeat: repeat-x;
	border-color: #48ad45 #48ad45 #48ad45;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #48ad45;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23a1d1;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #dddddd;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #dddddd;
	text-shadow: 0 1px 0 #fff;
}
/* carousel */
.carousel-caption {
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: "\f053";
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: "\f054";
	font-family: FontAwesome;
}
/* product list */
.product-list {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	width: 98%;
}
.product-grid {
	margin-bottom: 10px;
}
#res-products .product-grid {
	min-height: 540px;
}

.product-thumb .cat-options .form-group > label {
	color: #4f5f6f;
	font-size: 12px;
}
.product-thumb .radio {
	display: inline-block;
	margin: 0;
}
.product-thumb .radio img {
	height: 22px;
	width: 22px;
	margin: 0 2px;
	padding: 2px;
	line-height: 1.42857143;
	background-color: #4f5f6f;
	border: 0;
}
.product-thumb .cat-options .form-group {
	margin-bottom: 10px;
}
.product-thumb .cat-options .form-group .radio .not-selected {
	position: relative;
}
.product-thumb .cat-options .form-group .radio .not-selected:before {
	content: " /";
	position: relative;
	left: -10px;
}
.product-thumb .cat-options .form-group label + br + .radio .not-selected:before {
	display: none;
}
.product-thumb .cat-options .form-group label + br + .radio .not-selected {
	padding-left: 0;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.product-list .product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-grid .product-thumb h4 {
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.zagolovok {
	font-size: 18px !important;
}
.product-list .product-thumb h4,
.product-list .product-thumb .rating,
.product-list .product-thumb .price,
.product-list .product-thumb .cart,
.product-list .product-thumb .oct-additional-info {
	text-align: left;
}
.product-thumb h4 a {
	font-family: "Raleway", sans-serif;
	color: #4f5f6f;
	line-height: 1.4;
	font-weight: bold;
}
.product-list .product-thumb h4 a {
	font-size: 16px;
}
.product-thumb .oct-sticker-box {
	top: 10px;
	right: 10px;
	z-index: 1;
}
.product-thumb .oct-discount-box {
	top: 10px;
	left: 10px;
	z-index: 1;
}
.product-thumb .quick-view {
	z-index: 2;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 160px;
}
.product-list .product-thumb .image + div {
	margin-left: 350px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	margin-top: 4px;
	display: block;
}
.product-thumb .rating .fa-stack {
	width: 1.2em;
}
.product-grid .product-thumb hr {
	margin-top: 6px;
	margin-bottom: 6px;
}
.product-list .product-thumb hr {
	display: none;
}

.product-list .product-thumb .price .common-price {
	margin-top: 8px;
}
.product-thumb .cart a {
	cursor: pointer;
	display: inline-block;
}
.product-grid .product-thumb .oct-product-desc {
	text-align: left;
	display: none;
	margin-top: 15px;
}
.product-thumb .oct-product-desc {
	color: rgba(0, 0, 0, 0.4);
}
.product-grid .product-thumb .oct-additional-info {
	height: 0;
	overflow: hidden;
	color: #949494;
	font-size: 16px;
	line-height: 18px;
	transition: opacity 0.4s ease-out;
	opacity: 0;
}

.oct-product-stock {
	margin-top: 6px;
	margin-bottom: 0;
}
.product-list .oct-product-stock {
	margin-top: 16px;
	margin-bottom: 12px;
}
.oct-product-stock span {
	color: #59c2e6;
	font-family: "OpenSansSemibold";
}

.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: rgba(79, 95, 111, 0.42);
	font-size: 15px;
}
.rating .fa-star {
	color: #59c2e6;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #59c2e6;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: red !important;
	font-size: 18px;
	height: 40px;
	overflow: hidden;
	font-family: "OpenSansBold";
	font-weight: 600;
	margin-right: 0;
	margin-bottom: 0;
}
.product-thumb .price .common-price {
	display: inline-block;
	margin-top: 14px;
}
.content-row,
.col-sm-12 {
}

#cart {
	font-size: 17px;
	background: white;
	padding: 10px;
	margin: 0px;
}
.product-thumb .price span {
	display: block;
}
.product-thumb .price-new {
	font-weight: 600;
	color: red;
}
.product-thumb .price-old {
	font-size: 14px;
	color: black !important;
	text-decoration: line-through;
	font-family: "OpenSansLight";
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button,
	.product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button,
	.product-thumb .button-group button + button {
		width: 33.33%;
	}
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
/* Template styles */
.buttons-top-box {
	display: table;
	line-height: 46px;
	width: 20%;
	margin-bottom: 25px;
}
.phones-top-box {
	width: 100%;
}
.buttons-top-box div {
	display: table-cell;
}
.buttons-top-box div a {
	display: block;
	color: #cecece;
	cursor: pointer;
}
.buttons-top-box div a:hover {
	color: #00d4fb;
}
.buttons-top-box div i {
	font-size: 24px;
	position: relative;
}
.buttons-top-box div i span {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 16px;
	height: 16px;
	background: rgb(189, 201, 212);
	border-radius: 100%;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	border: 1px solid #fff;
	transition-duration: 0.2s;
	transition-property: all;
}
.buttons-top-box div a:hover i span {
	background: #ff1d00;
	transition-duration: 0.2s;
	transition-property: all;
}
.phones-dropdown a {
	color: #566072;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}
@media (max-width: 1320px) {
	.phones-dropdown a {
		font-size: 22px;
	}
}
.phones-dropdown a i.fa-phone,
.phones-dropdown i.fa-clock-o {
	color: #e43759;
	font-size: 33px;
	position: relative;
	top: 4px;
	margin-right: 4px;
}
.phones-dropdown a i.fa-caret-down {
	font-size: 14px;
	margin-left: 4px;
}
.phones-dropdown a.show-phones {
	font-size: 12px;
	color: #949494;
	font-weight: normal;
	line-height: 0;
	position: relative;
	top: 6px;
	left: 28px;
	display: block;
	cursor: pointer;
}
#top .dropdown-menu,
header .dropdown-menu {
	margin: 3px 0 0;
	border-radius: 0 !important;
	padding: 0;
	min-width: 135px;
	left: 0;
	right: 0;
}
header .dropdown-menu {
	margin-top: 0;
}
#top #top-right-links .dropdown-menu li span,
#top #top-right-links .dropdown-menu li a,
header .dropdown-menu li a {
	height: auto !important;
	color: #000 !important;
	line-height: 26px !important;
	font-size: 12px;
	display: block;
	padding: 3px 10px;
}
#top #top-right-links .dropdown-menu li a:hover,
header .dropdown-menu li a:hover {
	background: transparent !important;
	color: #00d4fb !important;
	text-decoration: underline;
}
/* Slideshow */
.oct-slideshow-box,
.oct-day-goods-box {
	background: transparent !important;
	position: relative;
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}
.oct-slideshow-box:before,
.oct-day-goods-box:before {
	/* content: ''; */
	position: absolute;
	left: 0;
	top: 30px;
	bottom: 30px;
	width: 30px;
	background: #fff;
	-webkit-box-shadow: -3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	-moz-box-shadow: -3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	box-shadow: -3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	z-index: 1;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.oct-slideshow-box:after,
.oct-day-goods-box:after {
	/* content: ''; */
	position: absolute;
	right: 0;
	top: 30px;
	bottom: 30px;
	width: 30px;
	background: #fff;
	-webkit-box-shadow: 3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	-moz-box-shadow: 3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	box-shadow: 3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	z-index: 1;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.oct-slideshow-box.owl-carousel .owl-wrapper-outer {
	z-index: 2;
	background: #fff;
	border: 0;
	/* padding: 40px 0; */
}
.oct-slideshow-box .item {
	background: #fff;
}
.oct-slideshow-box .item img {
	opacity: 1;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-slideshow-box .item img:hover {
	opacity: 0.8;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-slideshowplus-header {
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 42px;
}
.oct-slideshow-box .item .oct-slideshow-item-text {
	margin-top: 26px;
	margin-bottom: 26px;
	font-size: 24px;
	font-family: "OpenSansLight";
	line-height: 30px;
}
.oct-slideshow-box .item .oct-slideshow-item-button {
	margin-top: 30px;
}
.oct-slideshow-box .item .oct-slideshow-item-button i {
	font-size: 18px;
	position: relative;
	margin-left: 6px;
	top: 2px;
}
.oct-slideshow-box .owl-pagination {
	text-align: center;
	top: auto;
	position: absolute;
	bottom: 30px;
	left: 12%;
	z-index: 10;
}
.oct-slideshow-box .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 20px;
	box-shadow: none;
	border: 3px solid #4f5f6f;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-slideshow-box .owl-controls .owl-page.active span,
.oct-slideshow-box .owl-controls .owl-page span:hover {
	background: #fff;
	border-color: #59c2e6;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-slideshow-box .owl-controls .owl-buttons div {
	z-index: 10;
	opacity: 1;
	color: #4f5f6f;
	text-shadow: none;
}
.oct-slideshow-box .owl-controls .owl-buttons div:hover {
	color: #59c2e6;
}
.oct-slideshow-box .owl-controls .owl-buttons .owl-prev {
	left: 6%;
}
.oct-slideshow-box .owl-controls .owl-buttons .owl-next {
	right: 6%;
}
/* /Slideshow */
/* Button */
.oct-button,
.oct-button:visited,
.oct-button:focus {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(245, 245, 245) !important;
	font-size: 14px;
	background: #48ad45;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	vertical-align: middle;
}
.oct-button:hover {
	background: #4f5f6f;
	text-decoration: none;
	color: #ddd;
}
.oct-button-inv {
	background: #4f5f6f;
}
.oct-button-inv:hover {
	background: #59c2e6;
}
/* /Button */
/* Advantages */
.main-advantage-row {
	margin-top: 0;
	margin-bottom: 16px;
}
.main-advantage-item {
	height: 120px;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding-left: 30px;
	padding-right: 30px;
	display: table;
}
.main-advantage-item.first-advantage-item {
	background: url(../image/first-advantage-item.png) no-repeat;
	background-size: cover;
}
.main-advantage-item .main-advantage-item-icon {
	display: table-cell;
	vertical-align: middle;
}
.main-advantage-item .main-advantage-item-icon i {
	font-size: 40px;
	margin-right: 14px;
	color: #e43759;
	transition-duration: 0.2s;
	transition-property: all;
}
.main-advantage-item:hover .main-advantage-item-icon i {
	opacity: 0.8;
	transition-duration: 0.2s;
	transition-property: all;
}
.main-advantage-item .main-advantage-item-text {
	color: #4f5f6f;
	font-size: 24px;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
	line-height: 30px;
	font-family: "Playfair Display", sans-serif;
}
.main-advantage-item.first-advantage-item .main-advantage-item-text {
	color: #fff;
}
/* /Advantages */
/* product-tab */
.oct-product-tab {
	background: #fff;
	padding: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.oct-product-tab ul.nav-tabs {
	display: table;
	width: 100%;
	border: 1px solid rgba(214, 218, 222, 0.5);
	border-radius: 3px;
}
.oct-product-tab ul.nav-tabs > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid rgba(214, 218, 222, 0.5);
	border-right: none;
	border-radius: 0;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-product-tab ul.nav-tabs > li.active,
.oct-product-tab ul.nav-tabs > li:hover {
	background: #4f5f6f;
	transition-duration: 0.4s;
	transition-property: all;
}
.oct-product-tab ul.nav-tabs > li:first-child {
	border-left: 0;
}
.oct-product-tab ul.nav-tabs > li a,
.oct-product-tab ul.nav-tabs > li a:hover,
.oct-product-tab ul.nav-tabs > li.active a {
	border: 0;
	background: transparent;
	font-size: 14px;
	color: #59c2e6;
	text-transform: uppercase;
}
.oct-product-tab ul.nav-tabs > li a:hover,
.oct-product-tab ul.nav-tabs > li.active a {
	color: #fff;
}
.oct-product-tab ul.nav-tabs > li a i {
	margin-right: 6px;
}
.oct-product-tab .tab-content {
	padding-top: 20px;
}
.oct-product-tab .tab-content .owl-carousel {
	margin: 0 0 8px;
}
.oct-product-tab .owl-wrapper-outer,
.oct-carousel-row .owl-wrapper-outer {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0px;
}
#oct-related {
	background: transparent !important;
}
.owl-carousel .owl-wrapper-outer {
	height: auto;
}
.br-theme-fontawesome-stars {
	margin-left: 22px !important;
}
.oct-carousel-row .oct-carousel-box {
	padding: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.oct-product-tab .owl-controls,
.oct-carousel-row .owl-controls,
.oct-day-goods-box .owl-controls,
.news-carousel-box .owl-controls,
.brands-carousel-box .owl-controls {
	text-align: center;
	margin-top: 30px;
}
.oct-product-tab .owl-carousel .owl-buttons div,
.oct-carousel-row .owl-carousel .owl-buttons div,
.oct-day-goods-box .owl-carousel .owl-buttons div,
.news-carousel-box .owl-carousel .owl-buttons div,
.brands-carousel-box .owl-carousel .owl-buttons div {
	opacity: 1;
	position: relative;
	display: inline-block;
	width: 58px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #d5d9dd;
	left: auto;
	right: auto;
	text-shadow: none;
	color: #4f5f6f;
}
.oct-product-tab .owl-carousel .owl-buttons div:hover,
.oct-carousel-row .owl-carousel .owl-buttons div:hover,
.oct-day-goods-box .owl-carousel .owl-buttons div:hover,
.news-carousel-box .owl-carousel .owl-buttons div:hover,
.brands-carousel-box .owl-carousel .owl-buttons div:hover {
	color: #59c2e6;
	opacity: 1;
}
.oct-product-tab .owl-carousel .owl-buttons div.owl-prev,
.oct-carousel-row .owl-carousel .owl-buttons div.owl-prev,
.oct-day-goods-box .owl-carousel .owl-buttons div.owl-prev,
.news-carousel-box .owl-carousel .owl-buttons div.owl-prev,
.brands-carousel-box .owl-carousel .owl-buttons div.owl-prev {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.oct-product-tab .owl-carousel .owl-buttons div.owl-next,
.oct-carousel-row .owl-carousel .owl-buttons div.owl-next,
.oct-day-goods-box .owl-carousel .owl-buttons div.owl-next,
.news-carousel-box .owl-carousel .owl-buttons div.owl-next,
.brands-carousel-box .owl-carousel .owl-buttons div.owl-next {
	border-left: 0;
	left: -1px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.oct-product-tab .owl-carousel .owl-buttons div i,
.oct-carousel-row .owl-carousel .owl-buttons div i,
.oct-day-goods-box .owl-carousel .owl-buttons div i,
.news-carousel-box .owl-carousel .owl-buttons div i,
.brands-carousel-box .owl-carousel .owl-buttons div i {
	position: static;
	margin: 0;
}
.oct-product-tab .owl-carousel .owl-item,
.oct-carousel-row .owl-carousel .owl-item {
	text-align: center;
	position: relative;
}
.oct-product-tab .owl-carousel .owl-item .image,
.oct-carousel-row .owl-carousel .owl-item .image {
	position: relative;
}
.oct-product-tab .owl-carousel .owl-item .image .quick-view,
.oct-carousel-row .owl-carousel .owl-item .image .quick-view {
	position: absolute;
	left: 14%;
	right: 14%;
	top: 40%;
	border-radius: 3px;
	background: rgba(79, 95, 111, 0.6);
	padding-top: 6px;
	padding-bottom: 6px;
	transition-duration: 0.2s;
	transition-property: all;
	display: none;
}
.oct-product-tab .owl-carousel .owl-item:hover .image .quick-view,
.oct-carousel-row .owl-carousel .owl-item:hover .image .quick-view {
	display: block;
}
.product-thumb .image .quick-view {
	position: absolute;
	left: 14%;
	right: 14%;
	top: 40%;
	border-radius: 3px;
	background: rgba(79, 95, 111, 0.6);
	padding-top: 6px;
	padding-bottom: 6px;
	opacity: 0;
	transition: opacity 0.2s linear;
}
.oct-product-tab .owl-carousel .owl-item .quick-view:hover,
.oct-carousel-row .owl-carousel .owl-item .quick-view:hover,
.product-thumb .image .quick-view:hover {
	background: rgba(79, 95, 111, 0.9);
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-product-tab .owl-carousel .owl-item .quick-view a,
.oct-carousel-row .owl-carousel .owl-item .quick-view a,
.product-thumb .image .quick-view a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.oct-product-tab .owl-carousel .owl-item .quick-view a:hover,
.oct-carousel-row .owl-carousel .owl-item .quick-view a:hover,
.product-thumb .image .quick-view a:hover {
	text-decoration: underline;
}
.oct-product-tab .owl-carousel .owl-item .name a,
.oct-carousel-row .owl-carousel .owl-item .name a,
.oct-day-goods-box .owl-carousel .owl-wrapper-outer .item .oct-day-goods-item .name a,
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .name a {
	color: #4f5f6f;
	font-size: 14px;
	display: block;
	width: 80%;
	margin: 20px auto;
	height: 40px;
	overflow: hidden;
}
.oct-product-tab .owl-carousel .owl-item .name a:hover,
.oct-product-tab .owl-carousel .owl-item .image:hover + .name a,
.oct-carousel-row .owl-carousel .owl-item .name a:hover,
.oct-carousel-row .owl-carousel .owl-item .image:hover + .name a,
.oct-day-goods-box .owl-carousel .owl-item .name a:hover,
.oct-day-goods-box .owl-carousel .owl-item .image:hover + .name a,
.news-carousel-box .owl-carousel .owl-item .name a:hover,
.news-carousel-box .owl-carousel .owl-item .image:hover + .name a {
	color: #59c2e6 !important;
	text-decoration: underline;
}
.price {
	font-family: "OpenSansBold";
	font-size: 18px;
	margin-bottom: 14px;
}
.price-old {
	color: black;
	text-decoration: line-through;
	margin-right: 6px;
	font-size: 14px;
	font-family: "OpenSansRegular";
}
.price-new {
	color: red !important;
}
.oct-product-tab .owl-carousel .owl-item .rating,
.oct-carousel-row .owl-carousel .owl-item .rating,
.oct-day-goods-box .owl-carousel .owl-item .rating {
	position: absolute;
	margin: 0 auto;
	left: 38%;
	bottom: 77px;
}
.oct-product-tab .owl-carousel .owl-item .rating i,
.oct-carousel-row .owl-carousel .owl-item .rating i,
.oct-day-goods-box .owl-carousel .owl-item .rating i,
.product-thumb .rating i {
	font-size: 12px;
}
.oct-product-tab .owl-carousel .owl-item .cart .oct-button,
.oct-carousel-row .owl-carousel .owl-item .cart .oct-button {
	display: inline-block;
	cursor: pointer;
}
.oct-product-tab .owl-carousel .owl-item .cart .oct-button.wishlist,
.oct-product-tab .owl-carousel .owl-item .cart .oct-button.compare,
.oct-carousel-row .owl-carousel .owl-item .cart .oct-button.wishlist,
.oct-carousel-row .owl-carousel .owl-item .cart .oct-button.compare,
.product-thumb .cart .oct-button.wishlist,
.product-thumb .cart .oct-button.compare {
	padding-left: 12px;
	padding-right: 12px;
	background: #4f5f6f;
}
/* /product-tab */
.oct-sticker-box {
	position: absolute;
	top: 0;
	right: 1px;
	opacity: 0.8;
}
.oct-sticker-item {
	border-radius: 3px;
	background: #4f5f6f;
	color: #fff;
	padding: 4px 10px;
	margin-bottom: 8px;
}
.oct-discount-box {
	position: absolute;
	top: 16px;
	left: 16px;
	opacity: 1;
}
.oct-discount-item {
	border-radius: 10px;
	background: #ff294d;
	color: #fff;
	padding: 10px 10px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
}
.oct-carousel-header {
	text-align: center;
	font-family: "Playfair Display", sans-serif;
	font-size: 40px;
	color: #444;
	margin-bottom: 30px;
	position: relative;
	font-weight: 600;
	margin-bottom: 35px;
}
.oct-carousel-header:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	width: 40%;
	height: 1px;
	margin: 0 auto;
	background: #ebebeb;
	opacity: 0.36;
}
.oct-carousel-header a,
.oct-carousel-header a:visited {
	color: #4f5f6f;
}
.oct-carousel-header a:hover {
	color: #59c2e6;
	text-decoration: underline;
}
.oct-day-goods-box .oct-carousel-header,
.news-carousel-box .oct-carousel-header {
	margin-bottom: 20px;
}
.oct-day-goods-box .owl-carousel {
	background: transparent;
}
.oct-day-goods-box .owl-carousel .owl-wrapper-outer {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.oct-day-goods-box:before,
.oct-day-goods-box:after {
	top: 20%;
	bottom: 25%;
	z-index: 0;
}
.oct-day-goods-box .owl-carousel .owl-wrapper-outer .item {
	padding: 5px;
	text-align: center;
}
.oct-day-goods-box .owl-carousel .owl-wrapper-outer .item .oct-day-goods-item {
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	position: relative;
}
.oct-day-goods-box .owl-carousel .owl-item .rating {
	bottom: 170px;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy {
	background: #4f5f6f;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .cart {
	height: 50px;
	position: relative;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .cart:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 70%;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}
.inline {
	display: inline-block;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .cart a {
	display: block;
	line-height: 50px;
	color: #fff;
	font-family: "OpenSansLight";
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .cart a i {
	position: relative;
	top: -2px;
	font-size: 13px;
	margin-right: 4px;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .flip-clock-wrapper {
	text-align: center;
	position: relative;
	width: 100%;
	height: 60px;
	margin: 10px auto 10px auto;
	background: transparent;
	font-family: "OpenSansLight";
	padding-left: 25px;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .flip-clock-wrapper ul {
	background: transparent;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .flip-clock-wrapper ul li a div div.inn {
	background: #4f5f6f;
	color: #fff;
	font-family: "OpenSansLight";
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .flip-clock-divider .flip-clock-label {
	color: #fff;
}
.oct-day-goods-box .owl-carousel .owl-wrapper-outer .item .oct-day-goods-item:hover .things-to-buy,
.oct-day-goods-box
	.owl-carousel
	.owl-wrapper-outer
	.item
	.oct-day-goods-item:hover
	.things-to-buy
	.flip-clock-wrapper
	ul
	li
	a
	div
	div.inn {
	background: #59c2e6;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-day-goods-box .owl-controls {
	margin-top: 20px;
}
.oct-carousel-row .oct-last-reviews .owl-carousel .owl-item .rating {
	left: 0;
	bottom: 0;
	margin-top: -12px;
	margin-bottom: 24px;
	position: relative;
}
.oct-carousel-row .oct-last-reviews .owl-carousel .owl-item .rating:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	width: 33%;
	height: 1px;
	background: rgba(26, 57, 67, 0.04);
	margin: 0 auto;
}
.oct-carousel-row .oct-last-reviews .owl-carousel .owl-item .review-text {
	font-family: "OpenSansRegular";
	font-size: 12px;
	line-height: 22px;
	color: #909090;
	width: 70%;
	margin: 0 auto;
}
.banner-row {
	margin-top: 16px;
	margin-bottom: 16px;
}
.banner-row .banner-box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.about-text-header {
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.about-text-header:before {
	content: "\f0e7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #59c2e6;
	width: 18px;
	margin: 0 auto;
}
.about-text-box {
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 18px;
	margin-top: 16px;
}
.about-text-box p {
	font-family: "OpenSansRegular";
	font-size: 13px;
	line-height: 24px;
	color: #909090;
}
.news-carousel-box .owl-carousel {
	background: transparent;
}
.news-carousel-box .owl-wrapper-outer {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item {
	padding: 5px;
	text-align: center;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item {
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 20px 10px;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .image {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 100px;
	margin: 20px auto;
	text-align: center;
	border: 3px solid rgba(79, 95, 111, 0.5);
	transition-duration: 0.2s;
	transition-property: all;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item:hover .image {
	transition-duration: 0.2s;
	transition-property: all;
	border: 3px solid rgba(89, 194, 230, 0.5);
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .image a {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .image img {
	max-width: 170%;
	max-height: 157%;
	margin: -30px auto 0;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .name {
	height: 80px;
	overflow: hidden;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-date,
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-date span {
	color: #4f5f6f;
	font-family: "OpenSansBold";
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-button {
	margin-bottom: 16px;
	margin-top: 26px;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-button .oct-button {
	padding: 8px 20px;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-button .oct-button i {
	font-size: 18px;
	position: relative;
	margin-left: 6px;
	top: 2px;
}
.brands-carousel-box {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-top: 14px;
}
.brands-carousel-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	bottom: 30px;
	width: 30px;
	background: #fff;
	-webkit-box-shadow: -3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	-moz-box-shadow: -3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	box-shadow: -3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	z-index: 1;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.brands-carousel-box:after {
	content: "";
	position: absolute;
	right: 0;
	top: 30px;
	bottom: 30px;
	width: 30px;
	background: #fff;
	-webkit-box-shadow: 3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	-moz-box-shadow: 3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	box-shadow: 3px 0px 5px -1px rgba(184, 180, 184, 0.5);
	z-index: 1;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.brands-carousel-box:before,
.brands-carousel-box:after {
	top: 10%;
	bottom: 10%;
	z-index: 0;
}
.brands-carousel-box .brands-carousel {
	padding: 40px 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.brands-carousel .owl-wrapper-outer {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}
.brands-carousel-box .brands-carousel .item {
	cursor: pointer;
}
.brands-carousel-box .brands-carousel .item img {
	margin: 0 auto;
	text-align: center;
}
/* bottom-slide-panel */
#oct-slide-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1001;
}
#oct-slide-panel .oct-slide-panel-heading {
	height: 50px;
	background: #70879e;
}
#oct-slide-panel .oct-slide-panel-content {
	background: #fff;
	height: 0;
	transition: height 0.2s ease-out;
	overflow: hidden;
}
#oct-slide-panel .oct-slide-panel-content.oct-slide-panel-content-opened {
	height: 600px;
	transition: height 0.2s ease-in;
	overflow-y: scroll;
}
.oct-slide-panel-item-content {
	display: none;
}
.oct-slide-panel-item-content.oct-panel-active {
	display: block !important;
}
.oct-panel-link,
.oct-panel-link:focus,
.oct-panel-link:visited {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 48px;
	font-size: 16px;
	transition-duration: 0.2s;
	transition-property: all;
	position: relative;
}
#oct-last-seen-link,
#oct-favorite-link,
#oct-compare-link,
#oct-bottom-cart-link {
	border-left: 1px solid #76828f;
	transition-duration: 0.2s;
	transition-property: all;
}
#oct-last-seen-link:hover,
#oct-favorite-link:hover,
#oct-compare-link:hover,
#oct-bottom-cart-link:hover,
.oct-panel-link-active {
	background: #57697a;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-panel-link:hover,
.oct-panel-link-active a {
	color: #c9e7f1 !important;
	text-decoration: none;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-panel-link i {
	font-size: 18px;
	margin-right: 4px;
}
#oct-bottom-cart-link {
	border-right: 1px solid #76828f;
}
.oct-slide-panel-quantity {
	padding: 2px 4px;
	background: #fff;
	color: #000;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
	margin-left: 4px;
}
.oct-panel-link:hover .oct-slide-panel-quantity,
.oct-panel-link-active .oct-slide-panel-quantity {
	background: #c9e7f1;
}
.oct-slide-panel-content .oct-carousel-box {
	padding: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	box-shadow: none;
	border-radius: 0;
}
#oct-bluring-box {
	position: relative;
}
#oct-bluring-box.oct-bluring {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
#oct-bluring-box #oct-bluring-box-item {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9000;
	background: rgba(47, 63, 86, 0.4);
}
#oct-bluring-box.oct-bluring #oct-bluring-box-item {
	display: block;
	cursor: pointer;
}
#oct-bottom-cart-content {
	padding-top: 34px;
	padding-bottom: 34px;
}
.oct-bottom-cart-in-cart {
	text-align: center;
	margin-bottom: 34px;
}
.oct-bottom-cart-in-cart p {
	color: #4f5f6f;
	font-size: 16px;
}
.oct-bottom-cart-in-cart span {
	color: #59c2e6;
	font-family: "OpenSansSemibold";
}
.oct-bottom-cart-box .table > thead > tr > td,
.oct-bottom-cart-box .table > thead > tr > th {
	border: 0;
	background-color: rgba(201, 231, 241, 0.48);
	font-size: 14px;
	line-height: 40px;
}
.oct-bottom-cart-box .table > tbody > tr > td,
.oct-bottom-cart-box .table > tbody > tr > th,
.oct-bottom-cart-box .table > tfoot > tr > td,
.oct-bottom-cart-box .table > tfoot > tr > th,
.oct-bottom-cart-box .table > thead > tr > td,
.oct-bottom-cart-box .table > thead > tr > th {
	border-top: 0;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}
.oct-bottom-cart-box td.delete-td button {
	border: 0;
	background-color: transparent;
	background-image: none;
	font-size: 18px;
	width: 22px !important;
	height: 22px;
	line-height: 18px;
	color: rgb(224, 94, 100);
	border-radius: 15px;
	margin-left: 20px;
}
.oct-bottom-cart-box .table .oct-bottom-cart-table-text {
	color: #59c2e6;
	font-family: "OpenSansSemibold";
	font-size: 14px;
}
.oct-bottom-cart-box .table a.oct-bottom-cart-table-text:hover {
	text-decoration: underline;
}
.oct-bottom-cart-total-cart {
	text-align: center;
}
.oct-bottom-cart-total-cart .total-text {
	font-size: 14px;
	line-height: 24px;
	margin: 8px auto;
}
.oct-bottom-cart-total-cart .total-text span {
	color: #59c2e6;
	font-family: "OpenSansSemibold";
}
.oct-bottom-cart-box .table .form-control {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	border-radius: 0;
	max-width: 50px;
	margin-left: 20px;
	margin-bottom: 0;
}
/* /bottom-slide-panel */
#column-left .list-group,
#column-right .list-group {
	background: #4f5f6f;
}
#column-left .list-group a,
#column-right .list-group a {
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: "OpenSansSemibold";
	font-size: 14px;
	background: transparent;
	border-radius: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
#column-left .list-group a.active,
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
	text-shadow: none;
	background: #59c2e6;
	border: 0;
}
.cat-desc-box {
	margin-top: 16px;
	margin-bottom: 16px;
	border-radius: 3px;
}
.cat-desc-box img {
	float: left;
	margin: 4px 10px 0 0;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	display: none;
}
.pagination {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: 10px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li > a,
.pagination > li > span {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	font-family: "OpenSansBold";
	font-size: 14px;
	color: #59c2e6;
	padding: 10px 14px;
	background: rgba(0, 0, 0, 0.02);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #4f5f6f !important;
	background: rgba(0, 0, 0, 0.08) !important;
	border: 0 !important;
	box-shadow: none;
}
.product-header {
	font-family: "Raleway", sans-serif;
	line-height: 32px;
	color: #4f5f6f;
	margin-top: -6px;
	margin-bottom: 25px;
}
.after-header-row {
	margin-bottom: 16px;
}
.user-dropdown {
	color: #e43759;
	margin-top: 20px;
	margin-left: 30px;
}
.user-dropdown a span {
	color: #e43759;
}

.vremyaraboty {
	float: right;
}
.after-header-item {
	background: #f4f6f8;
	border-radius: 3px;
	padding: 2px 6px;
	font-family: "OpenSansBold";
	font-size: 14px;
	color: #4f5f6f;
	text-align: center;
}
.after-header-item .blue {
	color: #59c2e6;
	font-family: "OpenSansRegular";
}
.after-header-item .rating i.fa {
	font-size: 12px;
}
.after-header-item .rating .fa-stack {
	font-size: 6px;
}
.after-header-item a {
	color: #4f5f6f;
}
.after-header-item a:hover {
	text-decoration: underline;
}
.product-hr {
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-price h2,
.product-price h3 {
	display: inline-block;
	margin-top: 0;
}
.product-price h3 {
	margin-right: 10px;
	font-family: "OpenSansRegular";
	text-decoration: line-through;
	color: black !important;
	font-size: 20px;
	margin-bottom: 0;
}
.product-price h2 {
	font-family: "OpenSansBold";
	color: red !important;
	margin-bottom: 0;
	font-size: 24px;
}
.ocfilter-mobile {
	z-index: 9999999999999999 !important;
}
.found-cheaper {
	height: 42px;
	padding-left: 4px;
	padding-right: 4px;
	background: #f4f6f8;
	border-radius: 3px;
	line-height: 42px;
	text-align: center;
}
.found-cheaper a,
.found-cheaper a:visited {
	font-size: 14px;
	font-family: "OpenSansRegular";
	color: #4f5f6f;
	text-decoration: underline;
}
.found-cheaper a:hover {
	text-decoration: none;
}
.number {
	background: #f4f6f8;
	border-radius: 3px;
	padding: 8px 0;
}
.number .frame-change-count {
	display: table;
	text-align: center;
	width: 100%;
}
.number .btn-minus,
.number .btn-plus,
.number input.plus-minus {
	display: table-cell;
}
.number input.plus-minus {
	text-align: center;
	width: 40px;
	border: 0;
}
.number .btn-minus button,
.number .btn-plus button {
	background: transparent;
	background-image: none;
	border: 0;
	padding-left: 12px;
	padding-right: 12px;
}
.number .btn-minus button i,
.number .btn-plus button i {
	font-size: 12px;
	font-weight: 100;
	color: #4f5f6f;
	transition-duration: 0.2s;
	transition-property: all;
}
.number .btn-minus button:hover i,
.number .btn-plus button:hover i {
	color: #59c2e6;
	transition-duration: 0.2s;
	transition-property: all;
}
.price-col p {
	color: #c4c4c4;
	font-size: 11px;
}
.product-buttons-row {
	margin-top: 14px;
	margin-bottom: 8px;
}
.product-buttons-box {
	display: table;
	width: 103%;
	border-collapse: separate;
	border-spacing: 8px 0;
	position: relative;
	left: -8px;
}
.row .atname,
.row .atdesc {
	font-size: 12px;
	background: #f5f6f8;
	background: -moz-linear-gradient(left, #f5f6f8 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #f5f6f8 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
	background: linear-gradient(to right, #f5f6f8 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f8', endColorstr='#ffffff',GradientType=1 );
	padding: 4px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
}
.row .atdesc {
	background: transparent;
	font-weight: normal;
	font-size: 11px;
}
.atinfo {
	margin: 10px;
}
.product-buttons-box a {
	display: table-cell;
	text-align: center;
	cursor: pointer;
}
.product-buttons-box a:first-child {
	margin-left: 0;
}
.product-buttons-row .button-one-click,
.product-buttons-row .button-wishlist,
.product-buttons-row .button-compare {
	background: #48ad45 !important;
	cursor: pointer;
}
.product-buttons-row .button-one-click:hover,
.product-buttons-row .button-wishlist:hover,
.product-buttons-row .button-compare:hover {
	background: #59c2e6;
}
.product-info-li {
	background: #f5f6f8;
	background: -moz-linear-gradient(left, #f5f6f8 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #f5f6f8 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
	background: linear-gradient(to right, #f5f6f8 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f8', endColorstr='#ffffff',GradientType=1 );
	padding: 4px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 12px;
}
.product-info-li span {
	font-family: "OpenSansBold";
	color: #4f5f6f;
}
.product-info-li a,
.product-info-li a:visited {
	font-family: "OpenSansRegular";
	color: #4f5f6f;
	text-decoration: underline;
}
.product-info-li a:hover {
	text-decoration: none;
}
.product-images .thumbnail {
	border: 0;
	border-radius: 0;
}
.options-header {
	font-size: 16px;
	text-transform: uppercase;
}
#product .product-info-li.list-li {
	padding-bottom: 2px;
	padding-top: 10px;
}
#product .options-box {
	margin-top: -10px;
}
#product .options-box .radio {
	display: inline-block;
}
#product .options-box .radio.oct-product-radio {
	display: block;
}
#product .options-box .img-thumbnail {
	display: inline-block;
	width: 22px;
	height: auto;
	padding: 2px;
	line-height: 1.42857143;
	background-color: #4f5f6f;
	border: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#product .options-box .selected-img .img-thumbnail {
	background-color: #59c2e6;
}
#product .options-box .radio-img .selected-img {
	position: relative;
}
#product .options-box .radio-img:first-child .selected-img:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 9px;
	left: 8px;
	border-radius: 2px;
	background: #70c9e8;
}
#product .options-box .radio-img .selected-img:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 9px;
	left: 18px;
	border-radius: 2px;
	background: #70c9e8;
}
#product .options-box .radio label {
	padding-left: 10px;
}
#product .control-label {
	font-family: "OpenSansBold";
	color: #4f5f6f;
}
#product .options-box .radio label .product-input-radio {
	position: absolute;
	margin-left: -20px;
	margin-top: 0px;
}
#product .options-box .radio:first-child label.not-selected-img,
#product .options-box .radio:first-child label.selected-img {
	padding-left: 0;
}
.product-tabs-row {
	margin-top: 20px;
}
.product-tabs-row .nav-tabs {
	border: 0;
}
.product-tabs-row .nav-tabs > li > a {
	color: #fff;
	background-color: #59c2e6;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	font-family: "OpenSansSemibold";
	/*	margin-right: 16px;*/
	position: relative;
	z-index: 2;
}
.product-tabs-row .nav-tabs > li.active > a,
.product-tabs-row .nav-tabs > li.active > a:focus,
.product-tabs-row .nav-tabs > li.active > a:hover {
	background-color: #4f5f6f;
	color: #fff;
	border: 0;
}
.product-tabs-row .nav-tabs > li.active > a:before {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-top: 6px solid #4f5f6f;
	display: block;
	bottom: -30%;
	left: 45%;
	width: 0;
	height: 0;
	z-index: 1;
}
.product-tabs-row .tab-content {
	padding: 10px;
}
.product-tabs-row #tab-description p {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
.oct-specification {
	margin-top: 10px;
}
.oct-specification table {
	background: #fff;
	border-top: 1px solid #f4f4f4;
	margin-bottom: 20px;
}
.oct-specification .table-bordered > tbody > tr > td,
.oct-specification .table-bordered > tbody > tr > th,
.oct-specification .table-bordered > tfoot > tr > td,
.oct-specification .table-bordered > tfoot > tr > th,
.oct-specification .table-bordered > thead > tr > td,
.oct-specification .table-bordered > thead > tr > th {
	border: 1px solid #f1f5f5;
}
.oct-specification .table-bordered > thead > tr > td.head-td {
	background: #fcfcfc;
}
.oct-specification .table-bordered > tbody > tr:nth-child(2n) {
	background: #fcfcfc;
}
/* Account */
.account-content {
	padding: 0 0 20px 0;
	font-size: 14px;
	min-height: 100px !important;
}
.account-content h1 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 0;
}
ul.account-ul li {
	text-align: center;
}
ul.account-ul li:hover a {
	color: #fff !important;
	border-radius: 1px;
	background: #59c2e6;
}
ul.account-ul li a {
	display: block;
	margin: 0 auto;
	color: #59c2e6;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.account-ul li i {
	display: block;
	width: 100%;
	margin: 10px auto;
	font-size: 40px;
}
ul.account-ul li a span {
	display: block;
	margin: 0 auto;
}
.account-content form legend,
.account-content h2 {
	font-size: 20px;
	text-transform: uppercase;
	border: 0;
	color: #59c2e6;
	margin-bottom: 40px;
	text-align: center;
}
.account-content form legend i,
.account-content h2 i {
	margin: 0 10px 0 0;
	font-size: 20px;
}
.account-content .table-div,
.account-content form {
	width: 100%;
	margin: 0 auto;
}
.form-horizontal .control-label {
	text-align: left;
	font-size: 14px;
}
.account-content .form-control {
	border-radius: 0;
}
.telhead {
	font-size: 22px;
	text-align: center;

	color: #e43759;
}

.account-content .buttons {
	margin-top: 20px;
	text-align: center;
}
.account-content .buttons div {
	display: inline-block;
	margin: 0 20px;
}
.account-content .buttons div .button-back {
	text-decoration: underline;
	color: #4f5f6f;
}
.account-content .buttons div .button-back:hover {
	text-decoration: none;
	color: #59c2e6;
}
.account-content .buttons div .fa {
	margin-right: 6px;
}
.account-content .table-div {
	border: 1px solid rgba(173, 206, 204, 0.5);
	padding: 15px;
	margin-bottom: 20px;
}
.account-content .table-div table {
	border: 0;
	margin-bottom: 0;
}
.account-content .table tbody tr td {
	border: 0;
}
.account-content .table-hover > tbody > tr:hover {
	background: transparent;
}
.account-content .table-div table .button-back.no-mt {
	margin-top: 0;
}
.account-content .table-div table .button-back.no-mt .fa {
	margin-left: 6px;
	font-size: 16px;
}
.account-content .table-div table .button-back {
	text-decoration: underline;
	display: block;
	margin-top: 30px;
	color: #4f5f6f;
}
.account-content .table-div table .button-back:hover {
	text-decoration: none;
	color: #59c2e6;
}
.account-content .table-div.wishlist-table {
	padding: 0;
	border-radius: 2px;
}
.wishlist-tr {
	color: #fff;
	background-color: #59c2e6 !important;
}
.wishlist-tr,
.wishlist-tr td {
	border: 0 !important;
}
.wishlist-content-tr {
	padding: 10px;
	height: 80px;
}
.account-content .table tbody tr td {
	border: 0;
}
.wishlist-content-tr a {
	color: #59c2e6;
}
.wishlist-content-tr a .text-center img {
	width: 45%;
}
.wishlist-content-tr td {
	vertical-align: middle !important;
}
.wishlist-content-tr a.oct-button,
.wishlist-content-tr button + a {
	color: #fff !important;
	padding: 10px 20px 11px 20px;
}
.newsletter-label {
	text-align: right !important;
}
.newsletter-div {
	text-align: left !important;
}
.account-content .well {
	padding: 19px 0;
}
.well p.text {
	min-height: 180px;
	font-size: 13px;
}
.well {
	background: 0 0;
	border: 0;
	box-shadow: none;
}
/* /Account */
.info-content {
	font-size: 14px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.87);
}
.info-content strong {
	font-weight: 600;
}
.info-content p,
.info-content ul,
.info-content ol {
}
.row.sort-row {
	margin: 0 0 10px;
	padding: 15px 0 0 0;
}
.appearance .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	padding-right: 10px;
}
.empty-bottom-cart {
	font-size: 14px;
}
.oct-bottom-cart-box thead td {
	font-family: "OpenSansSemibold";
}
.popup-table-price {
	font-size: 16px;
}
.cart-content .oct-carousel-header {
	margin-top: 0;
}
.cart-content .oct-carousel-header:after {
	display: none;
}
.cart-content .oct-bottom-cart-box .table .form-control {
	max-width: 100%;
	margin-left: 0;
}
.cart-content .buttons {
	margin-bottom: 34px;
}
.not-selected-img input.none,
.selected-img input.none {
	display: none !important;
}
.oct-checkout-content {
	margin-left: 15px;
	margin-bottom: 30px;
}
.oct-checkout-content .login-checkout,
.fastorder-panel-default,
.fastorder-panel-group .panel-default {
	border-radius: 0 !important;
	box-shadow: none;
	background: transparent;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.fastorder-panel-default .panel-body {
	padding: 0;
}
.oct-checkout-content #show-login {
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
}
.oct-checkout-content #show-login .registered-text {
	margin-bottom: 10px;
}
.oct-checkout-content #show-login a {
	cursor: pointer;
}
.oct-checkout-content .login-form {
	text-align: center;
	margin-bottom: 0;
}
.oct-checkout-content .login-checkout {
	margin-bottom: 0;
}
.oct-checkout-content .login-form .form-inline .form-group {
	display: block;
}
.oct-checkout-content input[type="text"],
.oct-checkout-content input[type="password"],
.oct-checkout-content select {
	width: 100%;
	height: 40px;
	border: 1px solid #ecedef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f0f0f0;
	box-shadow: none;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fdfdfd', GradientType=0 );
	color: #4f5f6f;
	font-family: "OpenSansRegular";
	font-size: 14px;
	margin-bottom: 10px;
	box-shadow: 0;
}
.oct-checkout-content textarea {
	width: 100%;
	border: 1px solid #ecedef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 20px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fdfdfd', GradientType=0 );
	color: #4f5f6f;
	font-family: "OpenSansRegular";
	font-size: 14px;
	margin: 0 auto;
	min-height: 200px;
	box-shadow: none;
}
.oct-checkout-content .login-form .form-inline .form-group input[type="text"],
.oct-checkout-content .login-form .form-inline .form-group input[type="password"] {
	margin-bottom: 20px;
}
.oct-checkout-content .login-form .form-inline .form-group .oct-button {
	margin-bottom: 10px;
}
.oct-checkout-content .checkout_form-first-div .fastorder-panel-default > .panel-heading {
	border: 0;
	padding-left: 0;
	background: transparent;
}
.oct-fastorder-header {
	color: #59c2e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	position: relative;
	line-height: 32px;
	margin-bottom: 4px;
	padding: 4px 0;
}
.oct-fastorder-header span {
	/*position: absolute;
	top: 0;
	left: -50px;
	text-align: center;
	width: 39px;
	height: 39px;
	line-height: 38px;
	background: #59c2e6;
	color: #fff;
	font-size: 22px;*/
	position: relative;
	padding: 5px 15px;
	background: #59c2e6;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.checkout_form {
	padding-bottom: 30px;
	padding-right: 15px;
}
.oct-bottom-cart-img-thumbnail {
	border: 0;
}
.oct-checkout-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-color: transparent;
}
.oct-checkout-content .fastorder-panel-default + .fastorder-panel-default {
	margin-bottom: 0;
}
.oct-checkout-content .oct-bottom-cart-total-cart {
	text-align: left;
}
#collapse-voucher input[type="text"],
#collapse-shipping input[type="text"],
#collapse-reward input[type="text"],
#collapse-coupon input[type="text"] {
	width: 100%;
	height: 40px;
	border: 1px solid #ecedef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f0f0f0;
	box-shadow: none;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fdfdfd', GradientType=0 );
	color: #4f5f6f;
	font-family: "OpenSansRegular";
	font-size: 14px;
	box-shadow: 0;
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#collapse-shipping input[type="text"] {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#collapse-voucher .oct-button,
#collapse-reward .oct-button,
#collapse-coupon .oct-button,
.oct-m-search .oct-button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#collapse-shipping .input-group {
	display: block;
}

#collapse-shipping .oct-button {
	margin-top: 20px;
}
.oct-refresh-button {
	height: 40px;
	line-height: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#main-menu .dropdown-menu {
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 200px;
	margin-top: 20px !important;
}
#main-menu .dropdown:hover .dropdown-menu {
	opacity: 1;
	margin-top: 0px !important;
	visibility: visible;
	transition: all 700ms;
	z-index: 1001;
	display: block;
}
#filter-close {
	display: none;
	position: absolute;
	top: 8px;
	right: 14px;
	width: 40px;
	height: 52px;
	color: #fb1c33;
	font-size: 22px;
	z-index: 101;
	text-align: right;
}
.box-content.filtered {
	background: #f7f9fa;
}
#selected-filters .checkbox,
.filtered .list-group-item.item-name,
.filtered .list-group-item.price-name {
	font-size: 14px;
}
.filtered .list-group-item,
.filtered a.list-group-item:focus,
.filtered a.list-group-item:hover,
.filtered button.list-group-item:focus,
.filtered button.list-group-item:hover {
	background-color: transparent;
}
.filtered .item-content,
.filtered .list-group-item.price-item {
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.filtered .list-group-item {
	border: 0;
}
.filtered .list-group-item.item-name,
.filtered .list-group-item.item-name:hover {
	background: #f2fafd;
}
#filter-products-form {
	position: relative;
}
#filter-products-form a.list-group-item .link {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 10px;
}
.filtered .link i {
	color: #4f5f6f !important;
}
#filter-products-form .item-content,
.filtered .checkbox-image input[type="checkbox"] + label::before,
.filtered .checkbox-image input[type="checkbox"]:checked + label::before,
.filtered .checkbox-image input[type="radio"] + label::before,
.filtered .checkbox-image input[type="radio"]:checked + label::before {
	display: none;
}
#filter-products-form .expanded .item-content {
	/*max-height: 300px;
	overflow-y: auto;
	overflow-x: visible;*/
	display: block;
	border-radius: 0px;
}
#filter-products-form .inner-box.expanded {
	position: relative;
}
#filter-products-form .expanded .item-content .filter-results {
	text-align: center;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
	display: none;
}
#filter-products-form .expanded .item-content .select .filter-results {
	top: 35%;
}
#filter-products-form .expanded .item-content .filter-results .filter-tooltip-corner {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	top: 50%;
	left: -6px;
	margin-top: -6px;
	border-width: 6px 6px 6px 0;
	border-right-color: #59c2e6;
}
#filter-products-form .expanded .item-content .filter-results:hover .filter-tooltip-corner {
	border-right-color: #4f5f6f;
}
#filter-products-form .expanded .item-content .filter-results .filter-tooltip-inner {
	padding: 0px;
	color: #fff;
	text-align: center;
	background-color: #59c2e6;
	border-radius: 3px;
}
#filter-products-form .expanded .item-content .filter-results .filter-tooltip-inner button {
	padding: 3px 8px;
	font-size: 12px;
}
.filtered .checkbox input[type="checkbox"] + label,
.filtered .checkbox-inline input[type="checkbox"] + label,
.filtered .radio input[type="radio"] + label,
.filtered .radio-inline input[type="radio"] + label {
	cursor: pointer;
	padding-left: 0;
	font-size: 12px;
	color: #4f5f6f;
	line-height: 22px;
}
.filtered input[type="checkbox"] + label::before,
.filtered input[type="radio"] + label::before,
.filtered input[type="checkbox"]:checked + label::before,
.filtered input[type="radio"]:checked + label::before {
	border: 1px solid #b6ae88;
}
.filtered input[type="checkbox"] + label::before,
.filtered input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: -3px 10px 0 0;
	border: 1px solid #59c2e6;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.filtered .checkbox input[type="checkbox"],
.filtered .checkbox-inline input[type="checkbox"],
.filtered .radio input[type="radio"],
.filtered .radio-inline input[type="radio"] {
	display: none;
}
.filtered input[type="checkbox"]:checked + label::before,
.filtered input[type="radio"]:checked + label::before {
	background: #36283a;
	border-width: 3px;
}
.filtered input[type="checkbox"]:checked + label::before,
.filtered input[type="radio"]:checked + label::before {
	background: #4f5f6f;
	padding: 5px !important;
	border: 3px solid #59c2e6;
}
.box-heading {
	font-size: 18px;
	color: #4f5f6f;
	background: #f2fafd;
	padding: 10px;
}
.filtered .radio input[type="radio"] + label:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.selected-filters-label {
	padding-left: 0 !important;
}
#selected-filters {
	padding-bottom: 10px;
}
.box-content {
	background: #f7f9fa;
	margin-bottom: 15px;
}
.input-group.date .input-group-btn button,
.input-group.time .input-group-btn button,
.input-group.datetime .input-group-btn button {
	height: 40px;
	margin-top: 0;
}
#filter-products-form .checkbox-image {
	float: left;
	margin-right: 6px;
}
#filter-products-form .checkbox-image img {
	cursor: pointer;
	border: 2px solid #4f5f6f;
	border-radius: 2px;
}
#filter-products-form .highlight {
	border: 2px solid #59c2e6 !important;
}
.content-row .left-info {
	position: relative;
}
.content-row .left-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-sticker-box {
	display: inline-block;
	position: absolute !important;
	left: 17px;
	top: 2px;
	z-index: 1000;
	margin-left: 0 !important;
	text-align: center;
}
.product-sticker-box div {
	border-radius: 3px;
	background: #e91e63;
	color: #fff;
	padding: 4px 10px;
	margin-top: 10px;
	margin-left: 14px;
	font-size: 13px;
}
#main-product-you-save {
	position: absolute;
	top: 10px;
	left: 30px;
	border-radius: 3px;
	background: #f11f48;
	color: #fff;
	padding: 13px;
	z-index: 1000;
	font-size: 22px;
	font-weight: bold;
}
#main-product-you-save + .product-sticker-box {
	top: 40px;
}
.content-row .left-info .thumbnail {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}
.thumbnails-one a {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid rgb(238, 238, 238);
}
#image-additional.image-additional {
	float: none;
	width: 100%;
	max-width: 100% !important;
	margin-left: 0;
}
.left-info .thumbnails {
	overflow: visible;
}
#image-additional.image-additional .owl-item img {
	border: 1px solid rgb(238, 238, 238);
	transition-duration: 0.2s;
	transition-property: all;
}
#image-additional.image-additional .owl-item img:hover {
	border-color: #4f5f6f;
	transition-duration: 0.2s;
	transition-property: all;
}
#image-additional.image-additional .owl-wrapper-outer {
	border: 0;
	box-shadow: none;
}
#image-additional.image-additional .owl-item {
	margin-right: 2px;
}
#image-additional .owl-pagination {
	display: none;
}
.product-buttons-box .oct-preorder-button {
	display: block;
	width: 30%;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	background: transparent !important;
}
.product-advantages-box .product-advantages-item {
	text-align: center;
}
.product-advantages-box i {
	color: #59c2e6;
	font-size: 34px;
	margin-bottom: 4px;
	display: block;
}
.product-advantages-box a span {
	font-size: 13px;
	line-height: 18px;
	color: #4f5f6f;
	text-decoration: underline;
}
.product-advantages-box a:hover span {
	text-decoration: none;
}
#form-review textarea,
textarea.form-control {
	width: 100%;
	border: 1px solid #ecedef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 20px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fdfdfd',GradientType=0 );
	color: #4f5f6f;
	font-family: "OpenSansRegular";
	font-size: 14px;
	margin: 0 auto;
	margin-bottom: 20px;
	min-height: 120px;
	box-shadow: none;
}
.empty-text {
	margin-bottom: 20px;
}
.middle-header {
	display: flex;
	align-items: center;
}
#uptocall-mini {
	bottom: 70px;
	left: 20px;
	border: 10px solid rgba(21, 150, 175, 0.15);
	border-radius: 100%;
	position: fixed;
	z-index: 999;
	cursor: pointer;
	opacity: 0.85;
}
#uptocall-mini .uptocall-mini-phone {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #59c2e6;
	width: 55px;
	height: 55px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#uptocall-mini:hover .uptocall-mini-phone {
	background-color: #4f5f6f;
}
#uptocall-mini .uptocall-mini-phone:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../image/mini.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 34%;
	-webkit-animation: uptocallphone 1.5s linear infinite;
	-moz-animation: uptocallphone 1.5s linear infinite;
	animation: uptocallphone 1.5s linear infinite;
}
.field-tip .tip-content {
	position: absolute;
	top: 4px;
	right: 9999px;
	width: 160px;
	margin-right: -220px;
	padding: 10px;
	color: #fff;
	background: #4f5f6f;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition: opacity 250ms ease-out;
	-ms-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
	font-size: 14px;
}
.field-tip:hover .tip-content {
	left: -168px;
	opacity: 1;
}
.field-tip .tip-content:before {
	content: " ";
	position: absolute;
	top: 50%;
	right: -16px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right-color: #4f5f6f;
	color: #4f5f6f;
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@-webkit-keyframes uptocallphone {
	0%,
	100%,
	50% {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
}
@-moz-keyframes uptocallphone {
	0%,
	100%,
	50% {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
}
@keyframes uptocallphone {
	0%,
	100%,
	50% {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
}
#back-top {
	position: fixed;
	right: 34px;
	bottom: 160px;
	z-index: 1000;
	background: #59c2e6;
	margin-bottom: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: 50px;
	height: 50px;
	line-height: 50px;
	opacity: 0.45;
}
#back-top i {
	display: block;
	font-size: 30px;
	color: #fff;
	position: relative;
	top: 7px;
}
#back-top:hover {
	background: #4f5f6f;
	opacity: 0.85;
}
.user-dropdown .btn-group,
.user-dropdown .btn-group button.btn.btn-link {
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	transition-duration: 0.2s;
	transition-property: all;
}
#top #top-right-links .dropdown.user-dropdown button:hover,
#top #top-right-links .dropdown.user-dropdown button:hover span {
	color: #59c2e6 !important;
	transition-duration: 0.2s;
	transition-property: all;
}
.user-dropdown .btn-group button.btn.btn-link span {
	display: inline !important;
}
.user-dropdown .btn-group button.btn.btn-link + .dropdown-menu {
	position: relative;
	border: 0;
	box-shadow: none;
	background: transparent !important;
}
.user-dropdown .btn-group button.btn.btn-link + .dropdown-menu button {
	color: #000 !important;
	line-height: 26px !important;
	font-size: 12px;
}
#wrap {
	z-index: 999 !important;
}
.oct-category-item-box {
	display: block !important;
	padding: 10px 15px;
	margin-bottom: 30px;
	text-align: left !important;
	height: 200px;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-category-item-box:hover {
	transition-duration: 0.2s;
	transition-property: all;
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.oct-category-item-icon,
.oct-category-item-text {
	display: inline-block !important;
}
.oct-category-item-box .oct-category-item-text {
	font-size: 18px;
	line-height: 22px;
}
.oct-category-item-box .oct-category-item-text .oct-category-item-header {
	display: block;
	margin-bottom: 10px;
}
.oct-category-item-text ul {
	padding-left: 14px;
	text-align: left;
}
.oct-category-item-text ul li {
	font-size: 12px;
	line-height: 18px;
}
.oct-category-item-text ul li a,
.oct-category-item-text ul li a:visited {
	color: #4f5f6f;
}
.oct-category-item-text ul li a:hover {
	color: #59c2e6;
	text-decoration: underline;
}
.oct-category-item-text ul li.oct-category-see-more {
	margin-top: 4px;
	list-style: none;
}
.oct-category-item-text ul li.oct-category-see-more a {
	color: #59c2e6;
	font-family: "OpenSansSemibold";
}
.oct-category-item-text ul li.oct-category-see-more a:hover {
	color: #4f5f6f;
}
.html-dropdown-menu {
	min-width: 500px;
}
#column-left .panel-default > .panel-heading,
#column-right .panel-default > .panel-heading {
	text-transform: uppercase;
	font-size: 16px;
	border: 0;
	border-radius: 0;
	padding: 20px 15px;
	background-color: #d93c82;
	color: #fff;
	box-shadow: none;
	border: none;
}
#formob {
	display: none;
}
.noUi-connect {
	background: #d93c82 !important;
}
#column-left .panel-default,
#column-right .panel-default {
	border: 0;
}
.news-row .product-thumb {
	text-align: left;
	border: 0;
	background-color: rgba(240, 243, 246, 0.77);
}
.news-row .product-grid .product-thumb:hover {
	position: relative;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.news-row .product-thumb .image {
	height: 190px;
	overflow: hidden;
}
.news-row .product-thumb:hover img {
	opacity: 0.8;
	transition-duration: 0.2s;
	transition-property: all;
}
.news-row .product-grid {
	min-height: 276px;
}
.news-row .product-thumb:hover {
	border: 0;
}
.news-row .product-thumb .image img {
	width: 100%;
	transition-duration: 0.2s;
	transition-property: all;
}
.news-row .product-thumb h4 {
	margin-bottom: 0;
	text-align: left;
}
.news-row .product-grid .product-thumb .caption p {
	font-size: 14px;
	line-height: 22px;

	font-weight: 400;
	color: #5a5a5a;
	height: 66px;
	overflow: hidden;
}
.news-row .product-grid .product-thumb .caption .pull-right {
	text-align: right;
}
.badge-box {
	display: inline-block;
}
.news-row .product-grid .product-thumb .caption .pull-right .badge-box {
	margin-left: 0px;
}
.badge-box i {
	color: #59c2e6;
	font-size: 16px;
	position: relative;
	top: 2px;
}
.badge-box .badge {
	color: #4f5f6f;
	padding: 3px;
	background: transparent;
}
.oct-news-content-box .oct-panel {
	padding-left: 0;
}
.oct-news-content .thumbnails {
	float: left;
	margin: 0 20px 0 -20px;
	list-style: none;
}
.oct-news-content-box .thumbnail {
	border: 0;
	padding: 0;
}
.oct-news-content #description_block {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 22px;
	text-align: justify;
	font-weight: 400;
}
.checkbox-holder {
	padding-top: 6px;
	padding-bottom: 12px;
}
.search-header {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #4f5f6f;
}
.language-currency,
.language-currency .language,
.language-currency .currency,
#top-right-links .language-currency + ul {
	display: inline-block;
}
#top-right-links .language-currency .dropdown-menu {
	margin-top: 10px;
}
.cats-button {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
	overflow: hidden;
}
.cats-button + .dropdown-menu {
	right: auto;
}
#service-popup .popup-text {
	text-align: left;
	font-family: "OpenSansRegular";
}
.cat-model {
	color: rgba(0, 0, 0, 0.4);
	letter-spacing: 0.3px;
	margin-bottom: 0;
	height: 20px;
	overflow: hidden;
}
.product-tabs-row .tab-content,
.product-tabs-row #tab-description p,
#description_block p,
.info-content p,
.info-content ul,
.info-content ol,
.cat-desc-box,
.cat-desc-box p,
.cat-desc-box ul,
.cat-desc-box ol {
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
}
#subcats .owl-prev,
#subcats .owl-next {
	text-align: center;
	background-color: #fff;
	width: 23px;
	padding: 13px 0;
	line-height: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
	top: 34%;
}
#subcats .owl-prev:hover,
#subcats .owl-next:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background: rgba(0, 0, 0, 0.03);
}
#subcats .owl-prev i,
#subcats .owl-next i {
	color: #000;
	text-align: center;
	font-size: 14px;
	line-height: 22.4px;
	font-size: 18px;
	line-height: 1.4rem;
}
.thumbnails.all-carousel a {
	margin-left: 19px;
	display: inline-block;
	margin-bottom: 20px;
	width: 90px;
}
.thumbnails.all-carousel a:first-child {
	margin-left: 0;
}
#sstore-3-level,
#sstore-3-level ul,
#sstore-3-level ul li,
#sstore-3-level ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 600;
	font-family: "Raleway";
}
#sstore-3-level {
	width: 100%;
}
#sstore-3-level > ul > li > a {
	padding: 20px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #ffffff;
	background: #4f5f6f;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#sstore-3-level ul:first-child > li > a {
	padding-top: 28px;
}
#sstore-3-level > ul > li .toggle-a {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
}
#sstore-3-level ul > li.has-sub.open > a.toggle-a:after,
#sstore-3-level ul > li.has-sub.open > a.toggle-a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sstore-3-level ul > li.has-sub > a.toggle-a:before {
	position: absolute;
	right: 22px;
	top: 27px;
	display: block;
	width: 15px;
	height: 3px;
	background: #59c4e9;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#sstore-3-level ul > li.has-sub > a.toggle-a:after {
	position: absolute;
	right: 28px;
	top: 23px;
	z-index: 5;
	display: block;
	height: 15px;
	width: 3px;
	background: #59c4e9;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.product-tabs-row #tab-description p {
	line-height: 21px;
}
#res-products {
	margin-bottom: 30px !important;
}
#sstore-3-level ul:first-child li.has-sub > a.toggle-a:after {
	top: 21px;
}
#sstore-3-level ul:first-child li.has-sub > a.toggle-a:before {
	top: 27px;
}
#sstore-3-level > ul > li.active > ul {
	display: block;
	border-top: 2px dashed chocolate;
}
#sstore-3-level ul ul {
	display: none;
}
#sstore-3-level ul ul li a {
	line-height: 1.4;
	padding: 20px 30px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: #59c2e7;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#sstore-3-level .list-group-item:first-child {
	border-radius: 0;
}
#sstore-3-level ul ul ul li a {
	padding-left: 40px;
	color: #4f5f6f;
	background: #59c2e7;
}
#sstore-3-level ul > li.has-sub > ul > li.has-sub > a:after,
#sstore-3-level ul > li.has-sub > ul > li.has-sub > a:before {
	background-color: #fff;
}
#sstore-3-level {
	margin-bottom: 20px;
}
#sstore-3-level ul ul ul li a:hover {
	color: #fff;
}
#sstore-3-level ul ul ul li a.current-link {
	color: #ffffff;
	background: #8cd5ef;
}
.sort-row .form-group,
.sort-row .appearance {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 6px;
}
.sort-row .form-group .options {
	text-align: left;
}
.SumoSelect > .CaptionCont {
	border: 0;
	background-color: rgba(0, 0, 0, 0.04);
}
.left-sort-row,
.right-sort-row {
	display: inline-block;
}
.right-sort-row {
	float: right;
	margin-right: 15px;
}
.left-sort-row label {
	display: inline-block;
	width: auto;
	padding-top: 2px !important;
}
.input-sort-div .SumoSelect {
	width: 200px;
}
.masked {
	background: #eee;
	opacity: 0.4;
}
.masked,
.masked_loading {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 998;
	top: 0;
	left: 0;
}
.masked_loading {
	background: url(../image/ring-alt.svg) center center no-repeat;
}
#res-products {
	position: relative;
}
.table.compare-table > tbody + tbody {
	border-width: 1px;
}
.table.compare-table td {
	vertical-align: middle;
}
.compare-table-thead {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}
.table.compare-table .oct-button {
	display: inline-block !important;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	max-width: 60%;
}
#subcats .subcat-box a span {
	display: block;
	height: 46px;
	overflow: hidden;
	line-height: 16px;
	font-size: 18px;
}
.review-table tbody {
	padding-left: 15px;
	padding-right: 15px;
}
.review-table {
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fdfdfd', GradientType=0 );
	border: 1px solid #ecedef;
}
#tab-review .table-striped > tbody > tr:nth-of-type(odd),
#tab-review .white-tr {
	background-color: transparent;
}
#tab-review .table > tbody > tr > td,
#tab-review .table > tbody > tr > th,
#tab-review .table > tfoot > tr > td,
#tab-review .table > tfoot > tr > th,
#tab-review .table > thead > tr > td,
#tab-review .table > thead > tr > th {
	border-top: 0;
}
#tab-review .table-bordered > tbody > tr > td,
#tab-review .table-bordered > tbody > tr > th,
#tab-review .table-bordered > tfoot > tr > td,
#tab-review .table-bordered > tfoot > tr > th,
#tab-review .table-bordered > thead > tr > td,
#tab-review .table-bordered > thead > tr > th {
	border: 0;
}
.review-table .author {
	font-size: 18px;
	margin-right: 10px;
}
.review-table .reputation-buttons button {
	border: 0;
	border-radius: 0;
	background: 0 0;
	padding-right: 0;
	cursor: pointer;
}
.review-table .reputation-buttons button i {
	font-size: 18px;
	margin: 0 2px 0 10px;
}
.review-table .reputation-buttons button.plus-reputation i {
	color: #0f7305;
}
.review-table .reputation-buttons button.minus-reputation i {
	color: #9e4040;
}
.review-table .positive_text {
	color: #0f7305;
	margin-bottom: 0;
}
.review-table .negative_text + p,
.review-table .positive_text + p {
	margin-bottom: 16px;
	margin-left: 19px;
}
.review-table .negative_text {
	color: #9e4040;
	margin-bottom: 0;
}
.review-table .negative_text i,
.review-table .positive_text i {
	margin-right: 4px;
	font-size: 12px;
}
.review-table .review-text {
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}
.review-table .rating span.my-rating {
	margin-right: 6px;
}
.review-table .rating span.fa-stack {
	display: inline-block;
	margin-top: -2px;
}
.oct-quantity-div {
	padding-top: 14px;
	padding-bottom: 0;
}
.opt-oct-button {
	padding: 10px 6px 10px 6px;
	position: relative;
}
.left-opt-button {
	right: -4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.right-opt-button {
	left: -4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.oct-quantity-text-input {
	text-align: center;
}
.oct-quantity-div table thead td {
	font-weight: 600;
}
.oct-quantity-div table {
	margin-bottom: 0;
}
.default-slideshow.oct-slideshow-box .owl-pagination {
	position: relative;
	left: auto;
}
.default-slideshow.oct-slideshow-box:before,
.default-slideshow.oct-slideshow-box:after {
	bottom: 50px;
}
#oct-related .owl-wrapper-outer {
	box-shadow: none;
}
.oct-manufacturer-item {
	padding: 10px;
	text-align: center;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-manufacturer-item:hover {
	transition-duration: 0.2s;
	transition-property: all;
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.oct-manufacturer-item a {
	cursor: pointer;
	color: #4f5f6f;
	font-weight: bold;
}
.oct-manufacturer-item:hover a {
	color: #59c2e6;
	text-decoration: underline;
}
.oct-manufacturer-item img {
	margin-bottom: 10px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.oct-manufacturer-item:hover img {
	opacity: 0.8;
	transition-duration: 0.2s;
	transition-property: all;
}
.oct-manufacturer-item a span {
	display: block;
	height: 46px;
	overflow: hidden;
	line-height: 16px;
}
input[name="terms"] + .text-danger {
	margin-top: 0;
}
.oct-related-row .oct-carousel-box {
	box-shadow: none;
}
.thumbnails a {
	border: 2px solid transparent;
}
.selected-thumb {
	border: 2px solid #59c2e6 !important;
}
footer .third-row a:hover {
	text-decoration: underline;
}
.reviews-content .product-list {
	border-bottom: 1px solid #ececec;
	padding: 10px 4px 20px;
	overflow: visible;
	width: 100%;
}
.list-reviews-row,
.reviewspage-header,
.store-rating {
	font-size: 16px;
}
.small-date {
	font-size: 12px;
	color: #b7b7b7;
}
.bigrating {
	font-size: 14px;
}
.avg_rating,
.sreview-author,
.store-rating {
	font-weight: 700;
}
.avg_rating {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	color: #2aa51d;
}
.avg_rating_info {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 20px;
	right: 15px;
	padding: 15px;
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	border: 1px solid rgba(226, 226, 226, 0.69);
	margin-top: 20px;
}
.avg_rating:hover + .avg_rating_info {
	visibility: visible;
	transition-duration: 0.4s;
	transition-property: all;
	opacity: 1;
	margin-top: 0px;
}
.reviews-content .product-list .well-sm {
	color: #5a5959;
	font-size: 14px;
	line-height: 24px;
	padding: 16px 0 0;
}
.rev-pagination {
	padding: 10px 0 0;
}
.positive-text-box {
	margin-right: 0 !important;
}
.negative-text-box {
	margin-left: 0 !important;
}
.contacthtml-box h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: normal;
}
.contacthtml-box ul {
	padding-left: 18px;
	margin-bottom: 30px;
}
.captcha-box .form-group .col-sm-12,
.contact-button-box {
	padding-left: 7px;
}
.map-box-row {
	margin-top: 60px;
	margin-bottom: 30px;
}
.oct-col-module .oct-carousel-header {
	font-size: 18px;
}
.oct-col-module .news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item,
.oct-col-module.oct-carousel-row .oct-carousel-box {
	border-radius: 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#column-left .oct-col-module:first-child .oct-carousel-box,
#column-right .oct-col-module:first-child .oct-carousel-box {
	margin-top: 0;
}
.oct-m-search {
	display: none;
	width: 100%;
	background: #fff;
	max-height: 100%;
}
.oct-msearchresults {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}
#msearchresults {
	padding-left: 0;
	list-style: none;
}
.close-m-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 4px;
}
.close-m-search a {
	font-size: 26px;
	background: transparent;
	color: #59c2e6 !important;
}
.close-m-search a:hover {
	background: transparent !important;
}
#menu .flexMenu-viewMore .dropdown-menu {
	left: auto !important;
	right: 100% !important;
	margin-right: 0px !important;
	margin-top: 0 !important;
}
#menu .flexMenu-viewMore .dropdown:hover .dropdown-menu {
	margin-right: 0px !important;
	margin-top: 0 !important;
}
.oct-carousel-box .img-responsive,
.oct-day-goods-box .img-responsive,
.product-tab-row .img-responsive {
	margin-left: auto;
	margin-right: auto;
}
.oct-carousel-box .news-item .image {
	padding-left: 15px;
	padding-right: 15px;
}
.oct-carousel-box .news-item .img-responsive {
	width: 100%;
}
#menu-mobile {
	display: none;
}
html.noscroll {
	overflow: hidden;
}
html.noscroll body {
	overflow: hidden;
}
.phones-dropdown .dropdown-menu {
	padding: 10px;
	min-width: 150px;
}
.phones-dropdown .dropdown-menu li a {
	display: inline-block;
}
#payment_agree-block .alert-danger,
#agree-block .alert-danger {
	margin-top: 30px;
}
.mobile-category-header {
	display: none;
}
.oct-text-terms {
	margin-top: 10px;
	text-align: center;
	color: #fff;
}
@media (max-width: 380px) and (min-width: 320px) {
	.compare {
	}
}
@media (max-width: 800px) {
	.block-img img {
		max-height: 213px;
	}
}
@media (max-width: 780px) {
	.header-logo {
		position: absolute !important;
		top: 20px !important;
	}
}
@media (max-width: 376px) {
	.header-logo {
		position: absolute !important;
		top: -56px !important;
	}
}
@media (min-width: 800px) {
	.owl-wrapper-outer {
		height: auto !important;
	}
}
.oct-text-terms input[type="checkbox"] {
	position: relative;
	top: 3px;
	margin-left: 4px;
}
.table > thead > tr.wishlist-tr > td {
	vertical-align: middle !important;
}
.oct-article-info {
	display: inline-block;
	margin-right: 20px;
}
.oct-news-content-box .product-thumb .caption {
	margin-left: 350px;
}
.footer .third-row .f-acc-toggle {
	display: none;
}
.news-row .product-thumb h4 a {
	font-size: 16px;
}
.oct-news-content .product-list .product-thumb .image {
	margin-bottom: 20px;
}
.oct-news-content .product-list {
	width: 97%;
	margin-left: 15px;
	margin-right: 20px;
}
#show-login .registered-button {
	margin-top: 20px;
}
.contact-form-box .captcha-box {
	padding-left: 7px;
}
.return-captcha-box {
	margin-left: 25.8%;
}
.oct-carousel-row.news-row .news-item {
	min-height: 340px;
	text-align: left;
}
.oct-carousel-row.news-row .news-item .news-desc {
	padding-left: 20px;
	padding-right: 20px;
	height: 60px;
	overflow: hidden;
}
.oct-carousel-row.news-row .news-item .news-date {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	font-weight: 600;
}
.oct-carousel-row .owl-carousel .owl-item .news-item .name a {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.cats-button:hover + .dropdown-menu {
	transition: all 700ms;
	z-index: 1001;
}
.micro-name,
.micro-availability,
.micro-price {
	display: none;
}
#search .dropdown-menu {
	display: none;
}
#search .open-dropdown .dropdown-menu {
	display: block;
}
.hover-effect {
	display: block;
	cursor: pointer;
}
.hover-effect img {
	display: block;
}
.hover-effect:hover img {
	opacity: 0.8;
}
@media not all and (min-resolution: 0.001dpcm) {
	.input-group .input-group-addon {
		line-height: 30px;
	}
}
.oct-specification .head-td {
	background: #f0f3f6;
	padding: 4px 10px;
}
.oct-specification .attr-td {
	padding: 4px 10px;
}
.oct-filter-view {
	font-weight: 600;
	text-decoration: underline;
}
.oct-slideshow-right img {
	width: 100%;
}
#product .text-danger {
	font-size: 15px;
	padding: 10px;
	color: #f00;
}
@-moz-document url-prefix() {
	#oneclick-popup .popup-form-box input.plus-minus {
		margin-bottom: -16px !important;
	}
}
#left-buttons {
	display: none;
}
#product-info-counter {
	margin-bottom: 20px;
}
.product-info-counter-header {
	text-transform: uppercase;
	padding-top: 7px;
	color: rgba(53, 57, 62, 0.47);
}
#product-info-counter .counter {
	padding-left: 15px;
	background: #fff;
}
#product-info-counter .flip-clock-wrapper {
	text-align: center;
	position: relative;
	width: 100%;
	height: 34px;
	margin: 0px auto 0px auto;
	background: transparent;
	font-family: "OpenSansLight";
}
#product-info-counter .flip-clock-wrapper ul {
	background-color: transparent !important;
}
#product-info-counter .flip-clock-wrapper ul li a div div.inn {
	background: #fff;
	color: #59c2e6;
	font-family: "OpenSansRegular";
}
#product-info-counter .flip-clock-divider .flip-clock-label {
	color: #4f5f6f;
}
#product-info-counter .flip-clock-divider {
	margin-top: 6px;
	width: 20px;
}
#product-info-counter .flip-clock-divider:first-child {
	width: 0px;
}
#top .dropdown-menu.user-dropdown-menu {
	left: auto;
}
.buynow {
	height: auto;
	line-height: 26px;
	width: auto;
	padding: 4px 20px;
	font-size: 16px;
	background: rgb(79, 95, 111);
	color: #ffffff;
	letter-spacing: 1px;
}
.buynow a {
	color: #c6d0da !important;
	text-decoration: underline;
}
.buynow a:hover {
	text-decoration: none;
}
.benefits h3 {
	font-size: 40px;
	font-family: "Playfair Display", sans-serif;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 40px;
	color: #e43759;
}
.benefits-item-icon {
	padding: 18%;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	width: 80%;
	margin: 0 auto;
	box-shadow: 0 2px 20px 0px #c7c7c7;
}
.benefits-item-icon img {
	width: 100%;
}
.benefits-item-text {
	text-align: center;
	font-size: 22px;
	font-family: Raleway;
	margin: 30px 0;
	color: #333;
	font-weight: 600;
	line-height: 1.3;
	padding: 0 20px;
}
.header-title {
	font-size: 30px;
	text-align: center;
	margin: 20px 0 30px;
	font-family: "Playfair Display", sans-serif;
	color: #fc2a4d;
}
.benefits,
.padding-section {
	padding: 80px 0;
}
.subtitle-new {
	font-family: "Raleway";
	font-size: 23px;
	font-weight: 500;
	color: #333;
	margin: 20px 0 25px;
}
.delivery h2 {
	font-size: 40px;
	color: #e43759;
	display: inline-block;
	margin: 0 0 10px;
	font-weight: bold;
}
span.line-after-title {
	/* display: inline-block; */
	/* height: 4px; */
	/* width: 50%; */
	/* background-color: #4CAF50; */
}
.icon-block img {
	width: 50px;
}
.text-block {
	margin: 15px 0 0;
}
.text-block p {
	font-size: 16px;
	line-height: 1.4;
	font-family: Raleway;
	color: #444;
	font-weight: 500;
}
.delivery .btns {
	text-align: right;
	margin: 30px 0 20px;
}
.padding-left-0 {
	padding-left: 0 !important;
}
.btn-n-1 {
	background: #e43759;
	display: inline-block;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #e43759;
	margin: 0 10px;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0 0 9px #ff7691;
}
.btn-n-2 {
	background: transparent;
	display: inline-block;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid;
	margin: 0 10px;
	border-radius: 30px;
}
.btn-n-1:hover,
.btn-n-1:active {
	color: #333;
}
.btn-n-1:hover,
.btn-n-1:active {
	color: #333;
}
.btn-n-2:hover,
.btn-n-1:active {
	color: #333;
}
.delivery img {
	max-width: 100%;
}
.delivery .subtitle-new:nth-child(2n) {
	margin-bottom: 40px;
}
div#tab-description * {
	font-family: "Clear Sans", sans-serif !important;
	font-weight: 500 !important;
	line-height: 1.4;
	font-size: 16px !important;
	color: #333;
}
div#tab-description strong span font {
	font-weight: 600 !important;
	color: #e43759;
}

div#content .MsoNormal * {
	font-family: "Raleway", sans-serif !important;
	font-weight: 500;
	color: #333 !important;
}

div#content .MsoNormal b span u {
	color: #e43759 !important;
	font-weight: bold;
	font-size: 20px;
}
div#content .MsoNormal span u {
	color: #e43759 !important;
}
.col-sm-12.cat-desc-box * {
	font-family: "Raleway", sans-serif !important;
	color: #000;
	font-size: 16px !important;
	line-height: 1.4;
	font-weight: 500;
}
.col-sm-12.cat-desc-box h2 {
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: 700;
}
.col-sm-12.cat-desc-box h3 {
	font-size: 17px !important;
	text-transform: uppercase;
	font-weight: 600;
}
.col-sm-12.cat-desc-box font u {
	color: #e01960 !important;
	font-weight: 800;
	font-size: 17px !important;
}
div#content .MsoNormal b span {
	color: #e43759 !important;
	font-style: italic;
	font-weight: bold;
}
#main-menu .dropdown-inner ul li.second-level-li {
	align-items: center;

	vertical-align: middle;
}
#main-menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 5px 3px 20px;
	clear: both;
	line-height: 20px;
	font-size: 14px;
	background: #fff;
}
#main-menu .dropdown-inner a:hover {
	background: red;
	color: #000;
}
.header-middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-center {
	display: flex;
	font-weight: 600;
	color: #e43759;
	align-items: center;
	flex-direction: column;
}

@media (max-width: 510px) {
	.header-center {
		font-size: 14px;

		font-weight: 700 !important;
	}

	.headertime {
		font-size: 12px !important;
	}
}
.mobile-icons-box a {
	margin: 0 !important;
}
.sticky {
	position: fixed;
	top: 0px;
	z-index: 100000000;
}
.input-box {
	color: #4c4c4c;
}
.image-row {
	position: relative;
	margin: 0 11px;
}
.block-img img {
	max-width: 100%;
	height: auto !important;
}

.img-caption {
	position: relative;
	background: #e43759;

	text-align: center;
	top: 5%;
	width: 100%;
	padding: 5px 0px;
}
.img-caption h1 {
	color: #fff;
}
.image-row-mobile {
	margin-top: 58px;
}

@media (max-width: 993px) {
	.image-row-mobile {
		margin-top: 0px;
	}
}
@media (max-width: 803px) {
	.image-row-mobile {
		margin-top: 52px;
	}
}
@media (max-width: 600px) {
	.img-caption h1 {
		font-size: 25px;
	}
	.block-img img {
		max-height: 170px;
	}
}
@media (max-width: 465px) {
	.block-img img {
		max-height: 125px;
	}
	img-caption {
		bottom: 0;
	}
	.img-caption h1 {
		font-size: 18px;
	}
}
@media (max-width: 380px) {
	img-caption {
		bottom: 0;
	}
	.image-row-mobile {
		margin-top: 0;
	}
	.img-caption h1 {
		font-size: 16px;
	}
}
.block-img {
	display: flex;
	justify-content: center;
}
.container2 {
	max-width: 2047px;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.header-image-row-mobile {
		display: none;
	}
}
.under-ul {
	display: flex;
	justify-content: center;
}
.under-ul ._item {
	margin: 15px 10px 0 10px;
}
.advan {
	width: 20%;
}

.noUi-pips-horizontal {
}
.ocfilter-option label {
	float: left;
	white-space: nowrap !important;
}
.noUi-horizontal .noUi-handle {
	width: 23px !important;
	height: 23px !important;
	left: -17px !important;
	top: -4px !important;
	border-radius: 50% !important;
}
.list-group .list-group-item {
	overflow: hidden !important;
}
.ocfilter-option .ocf-option-name {
	margin-bottom: 0px !important;
}
.ocf-option-values {
	margin-top: 10px;
}
.checkout-info-image {
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	justify-content: center;
	background: #fff;
	border-bottom: 1px solid #f1f4f6;
}
.checkout-info .checkout-image-block {
	display: inline-block;
	vertical-align: middle;
}
.checkout-stock {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.checkout-info .checkout-header,
.checkout-info .card {
	margin-bottom: 0;
}
.checkout-info,
.checkout-info .checkout-header {
	border-bottom: 1px solid #f1f4f6;
}

.card {
	padding: 10px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}
.checkout-info .checkout-header .checkout-info-header,
.checkout-info .checkout-info-body,
.checkout-header-right,
.checkout-info-button,
.checkout-price-block,
.checkout-payment {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.checkout-info .checkout-header h3,
.checkout-info-body h5 {
	letter-spacing: normal;
}
.checkout-info .checkout-header h3 {
	margin: 0;
	font-size: 21px;
	width: 100%;
}
.checkout-info-body > div {
	padding-right: 10px;
}
.checkout-info-button {
	position: relative;
}
.checkout-info-button .plus-minus {
	display: flex;
}
.checkout-info-button button {
	cursor: pointer;
	display: inline-block;
	width: 30px;
	text-align: center;
	background: #dbe0e5;
	line-height: 30px;
	border: 0;
	margin-left: 20px;
	padding: 0;
	border-radius: 100%;
	color: #000;
}
.checkout-info-button .form-control {
	width: 50px;
	border: 0;
}
.checkout-info-button .form-control,
.checkout-info-button button {
	display: inline-block;
	line-height: 25px;
}
.checkout-info-button .form-control {
	padding: 0 20px 0 10px;
	font-size: 13px;
	border-color: #dbe0e5;
	border-radius: 0;
}
.checkout-info-body h5 {
	color: #000;
}
.checkout-info .checkout-header h3,
.checkout-info-body h5 {
	letter-spacing: normal;
}
.checkout-price-block .c-price + .c-price {
	margin-left: 6.2rem;
}
.checkout-header-right .button-remove {
	font-size: 13px;
	color: #999;
	cursor: pointer;
	letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
	.checkout-info-body h5 {
		margin: 0 0 5px 0;
	}
	body {
		overflow-x: hidden;
	}
	.card {
		padding: 20px;
	}
	.checkout-info {
		padding-left: 18rem;
	}
	.checkout-info-image {
		width: 18rem;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
		height: 100%;
		border-right: 1px solid #f1f4f6;
		border-bottom: 0;
	}
}
@media only screen and (min-width: 992px) {
	.checkout-info {
		margin-bottom: 0;
	}
}
.checkout-info,
.checkout-info .checkout-header {
	border-bottom: 1px solid #f1f4f6;
}
.checkout-info {
	position: relative;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
}
.checkout-info-button .form-control {
	width: 50px;
	border: 0;
}
#m-cart {
	margin: 0 0 0 5px !important;
}
.megamenu-parent-img img {
	max-height: 65px;
}
.ya-map {
	overflow: hidden;
	margin-bottom: 25px;
}
.category-name-a,
.list-group-item {
	color: #fff !important;
}

.whatsapp-button {
	position: fixed;
	right: 2px;
	bottom: 75px;
	transform: translate(-50%, -50%);
	background: #25d366; /*цвет кнопки*/
	border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	height: 55px; /*высота кнопки*/
	color: #fff;
	text-align: center;
	line-height: 53px; /*центровка иконки в кнопке*/
	font-size: 35px; /*размер иконки*/
	z-index: 9999;
}
.whatsapp-button a {
	color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #25d366; /*цвет анимированных волн от кнопки*/
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

.whatsapp-button:after {
	animation-delay: 0.5s;
}

@keyframes animate {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.video-list .video__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
}

.video-list .video__item iframe {
	max-width: 100%;
	height: auto;
}

.banner-slider img {
	width: 100%;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	opacity: 0.5;
	transition: all 0.3s;
	cursor: pointer;
}
.slick-arrow:hover {
	opacity: 1;
}
.slick-arrow.fa-chevron-right {
	right: 0;
}
.slick-arrow.fa-chevron-left {
	left: 0;
}
.mobile-top-header .header-center .center__row {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
}
.mobile-adv {
	font-size: 12px;
	text-align: center;
}
