@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSansBold.eot');
    src: url('fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('fonts/OpenSansBold.woff2') format('woff2'),
         url('fonts/OpenSansBold.woff') format('woff'),
         url('fonts/OpenSansBold.ttf') format('truetype'),
         url('fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSansLight.eot');
    src: url('fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('fonts/OpenSansLight.woff2') format('woff2'),
         url('fonts/OpenSansLight.woff') format('woff'),
         url('fonts/OpenSansLight.ttf') format('truetype'),
         url('fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('fonts/OpenSansRegular.woff2') format('woff2'),
         url('fonts/OpenSansRegular.woff') format('woff'),
         url('fonts/OpenSansRegular.ttf') format('truetype'),
         url('fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSansSemibold.eot');
    src: url('fonts/OpenSansSemibold.eot') format('embedded-opentype'),
         url('fonts/OpenSansSemibold.woff2') format('woff2'),
         url('fonts/OpenSansSemibold.woff') format('woff'),
         url('fonts/OpenSansSemibold.ttf') format('truetype'),
         url('fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}
@font-face {
    font-family: 'Muller_Regular';
    src: url(../fonts/Muller_Regular.otf);
}
@font-face {
    font-family: ProductSans-Black;
    src: url(/fonts/ProductSans-Black.ttf);
}
body {
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #f0f3f6;
	position: relative;
}
.oct-news-content-box {
	font-family: 'Montserrat', sans-serif !important;
}
.oct-news-content-box p{
	font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #59c2e6;
	cursor: pointer !important;
	transition-duration: .2s;
	transition-property: all;
}
a:hover {
	text-decoration: none;
	transition-duration: .2s;
	transition-property: all;
}
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 {
	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;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	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 */
.banner_top .mobile {display: none}
@media (max-width:450px) {
	.banner_top .desktop {display: none}
	.banner_top .mobile {display: block}
	.pre-header {padding: 0!important}
}
#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,.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 {
	padding-top: 20px;
	background: #fff;
}
/* logo */
#logo {
	margin: 0 0 18px 0;
}
/* search */
#search {
	margin-bottom: 25px;
}
#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: 1px solid #d5d9dd;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	-webkit-appearance: none;
}
#search .btn-lg i.fa-caret-down {
	margin-left: 8px;
}
#search .btn-search {
    border: 1px solid #d5d9dd;
    border-left: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
}
#search .fa-search {
	color: #8e8e8e;
}
/* cart */
/*#cart {
	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: #59c2e6;
	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: #fff;
	border-top: 1px solid #edf1f6;
	margin-bottom: 16px;
	-webkit-box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.12);
	box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.12);
}
#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: .2s;
	transition-property: all;
}
#menu .nav > li > a {
	font-family: 'OpenSansSemibold';
	font-size: 12px;
	color: #4f5f6f;
	text-transform: uppercase;
	text-shadow: none;
	padding: 20px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li:hover {
	background-color: #59c2e6;
	color: #fff;
	border-radius: 0;
	border-top: 2px solid #647382;
	transition-duration: .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,.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: .2s;
	transition-property: all;
}
#menu .dropdown-menu img:hover {
	opacity: .8;
	transition-duration: .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 .5s ease-in-out;
	animation: shake .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 {
	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: 540px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#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: .2s;
		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, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		min-width: 220px;
		width: auto;
	}
	#menu .has-child:hover .megamenu-ischild {
		visibility: visible;
		transition: all 500ms;
		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: 10px;
	}
	#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, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#menu ul.flexMenu-popup > li {
	display: block;
	float: none;
	position: relative !important;
	transition-duration: .2s;
	transition-property: all;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
#menu ul.flexMenu-popup > li:hover {
	background-color: #59c2e6;
	transition-duration: .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 {
	min-height: 600px;
	padding-bottom: 15px;
}
/* footer */
footer {
	margin-top: 16px;
	padding-top: 50px;
	background-color: #4f5f6f;
	color: #f5f5f6;
	margin-bottom: 49px;
}
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: 24px;
	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: 16px;
}
footer .first-row .socials-box {
	padding-top: 10px;
}
.payment-box {
	display: table;
	padding-top: 3px;
}
.payment-box span {
    background-repeat: no-repeat;
	display: inline-block;
	opacity: .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: 18px;
	margin-left: 10px;
	position: relative;
	top: 8px;
}
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;
}
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: transparent;
    box-shadow: none;
    border: 1px solid #76828f;
    border-radius: 3px;
    padding: 16px 18px;
    -webkit-appearance: none;
}
footer  .input-box input::-webkit-input-placeholder {
	color: #cccccc;
}
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;
}
footer .actions button {
	position: absolute;
	right: 10px;
	top: 10px;
	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 {
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	border-radius: 3px;
	margin-top: 16px;
	margin-bottom: 32px;
}
.content-row + .oct-carousel-row .oct-carousel-box {
    margin-top: 0;
}
/* breadcrumb */
.breadcrumb-box {
	margin: 6px 0 20px 0;
	padding: 8px 0;
	border-radius: 0;
	background: transparent;
	font-size: 14px;
}
.breadcrumb {
	background: #fff;
	display: inline-block;
	margin: 0;
	padding: 4px 10px 4px 0;
	border-radius: 3px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0;
	position: relative;
	white-space: nowrap;
	margin-left: 0;
	margin-right: 0;
	font-family: 'OpenSansLight'!important;
}
.breadcrumb > li a {
	color: #4f5f6f;
}
.breadcrumb > li a:hover {
	color: #59c2e6;
}
.breadcrumb > li span {
	color: #59c2e6;
}
h1.cat-header {
	margin-top: 0;
	margin-bottom: 34px;
	font-style: italic!important;
	font-weight: 500!important;
	font-size: 24px;
	text-transform: uppercase;
	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: .2s;
	transition-property: all;
}
#subcats .subcat-box:hover {
	transition-duration: .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: #59c2e6;
	text-decoration: underline;
}
#subcats .subcat-box img {
	margin-bottom: 10px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#subcats .subcat-box:hover img {
	opacity: .8;
	transition-duration: .2s;
	transition-property: all;
}*/

/* NEW SUBCATS - ONLY NAME */
#subcats {
    display: flex;
    margin: 1em 0 2em;

    flex-wrap: wrap;
    gap: 0.5em;
}

#subcats .subcats_name {
    padding: .1em 1em;

    font-size: 0.9em;

    border-radius: 10px;
    background: #eee;
}

@media (min-width: 768px) {
	#subcats {
	    gap: 1em;
	}

	#subcats .subcats_name {
		padding: .3em 1em;
	    font-weight: bold;
	    font-size: 0.9em;
	    text-transform: uppercase;
	}
}


.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,.2), 0 1px 2px rgba(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: #000;
	background-color: #f6c243;
	border:0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #45378c;
	color: #ffffff;
}
.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: 498px;
}

.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-grid .product-thumb .image {
	float: none;
}
.product-grid .product-thumb h4 {
	height: 40px;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0
}
.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: 'OpenSansRegular';
	color: #4f5f6f;
	font-size: 14px;
	line-height: 20px;
}
.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: 180px;
}
.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: 12px;
	line-height: 18px;
    transition: opacity .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: #59c2e6;
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	font-family: 'OpenSansLight';
	font-weight: 600;
	margin-right: 0;
	margin-bottom: 0;
}
.product-thumb .price .common-price {
	display: inline-block;
	margin-top: 14px;
}
.product-thumb .price span {
	display: block;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #ed4b82;
}
.product-thumb .price-old {
	font-size: 14px;
	color: #cecece;
	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;
	}
}
@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;
	}
}

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

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

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

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

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

.product-layout.out-of-stock {
	opacity: 0.5;
}

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/* Template styles */
.buttons-top-box {
	display: table;
	line-height: 46px;
	width: 20%;
	margin-bottom: 25px;
}
.phones-top-box {
	width: 21.66666667%;
	margin-bottom: 25px;
}
.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: .2s;
	transition-property: all;
}
.buttons-top-box div a:hover i span {
	background: #FF1D00;
	transition-duration: .2s;
	transition-property: all;
}
.phones-dropdown a {
	color: #566072;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
.phones-dropdown a i.fa-phone {
	color: #cecece;
	font-size: 26px;
	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 {
	padding-left: 20px;
	padding-right: 20px;
	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,.5);
	-moz-box-shadow: -3px 0px 5px -1px rgba(184,180,184,.5);
	box-shadow: -3px 0px 5px -1px rgba(184,180,184,.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,.5);
	-moz-box-shadow: 3px 0px 5px -1px rgba(184,180,184,.5);
	box-shadow: 3px 0px 5px -1px rgba(184,180,184,.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;
	padding-top: 38px;
	padding-bottom: 38px;
}
.oct-slideshow-box .item img {
	opacity: 1;
	transition-duration: .2s;
	transition-property: all;
}
.oct-slideshow-box .item img:hover {
	opacity: .8;
	transition-duration: .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: .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: .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: #ffffff !important;
	font-size: 14px;
	background: #59c2e6;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border: 0;
}
.oct-button:hover {
  background: #4f5f6f;
  text-decoration: none;
  color: #ffffff;
}
.oct-button-inv {
	background: #4f5f6f;
}
.oct-button-inv:hover {
	background: #59c2e6;
}
/* /Button */
/* Advantages */
.main-advantage-row {
	margin-top: 32px;
	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, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(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: #59c2e6;
	transition-duration: .2s;
	transition-property: all;
}
.main-advantage-item:hover .main-advantage-item-icon i {
	opacity: .8;
	transition-duration: .2s;
	transition-property: all;
}
.main-advantage-item .main-advantage-item-text {
	color: #4f5f6f;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	line-height: 30px;
	font-family: 'OpenSansLight';
}
.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, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(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: .2s;
	transition-property: all;
}
.oct-product-tab ul.nav-tabs > li.active,
.oct-product-tab ul.nav-tabs > li:hover {
	background: #4f5f6f;
	transition-duration: .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-carousel-row .oct-carousel-box {
	background: #fff;
	padding: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(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: .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 .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, .9);
	transition-duration: .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;
}
.oct-product-tab .owl-carousel .owl-item .price,
.oct-carousel-row .owl-carousel .owl-item .price,
.oct-day-goods-box .owl-carousel .owl-item .price {
	font-family: 'OpenSansBold';
	font-size: 18px;
	margin-bottom: 14px;
}
.oct-product-tab .owl-carousel .owl-item .price .price-old,
.oct-carousel-row .owl-carousel .owl-item .price .price-old,
.oct-day-goods-box .owl-carousel .owl-item .price .price-old {
	color: #CECECE;
	text-decoration: line-through;
	margin-right: 6px;
	font-size: 14px;
	font-family: 'OpenSansRegular';
}
.oct-product-tab .owl-carousel .owl-item .price .price-new,
.oct-carousel-row .owl-carousel .owl-item .price .price-new,
.oct-day-goods-box .owl-carousel .owl-item .price .price-new {
	color: #59c2e6;
}
.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;
}

.oct-sticker-item {
	background: transparent !important;
}
.oct-sticker-box-wrapp{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 0 0 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    background: rgb(228, 0, 43);
    left: 5px;
	text-transform: uppercase;
}
.oct-sticker-box-wrapp > div{
	font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    color: #fff;
    padding: 9px 9px 9px 0;
}
.oct-sticker-box-wrapp > div:last-child{
	padding-right: 0;
}
.oct-sticker-box-wrapp > div.vertical-line{
	width: 1px;
    padding: 0;
    background: #fff;
    height: 18px;
    margin-right: 6px;
}
.oct-carousel-header {
	text-align: center;
	font-family: 'OpenSansRegular';
	text-transform: uppercase;
	font-size: 24px;
	color: #4f5f6f;
	margin-bottom: 30px;
	position: relative;
}
.oct-carousel-header:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	width: 40%;
	height: 1px;
	margin: 0 auto;
	background: #ebebeb;
	opacity: .36;
}
.list_lang {
    background: #f8f9fa;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px 0 rgb(0 0 0 / 10%);
    padding: 4px;
    height: 30px;
    margin-top: 4px;
    margin-bottom: 4px;
	display: flex;
}
.language-select {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px !important;
    font-size: 12px;
    background: transparent;
    display: inline-block;
    line-height: 21px;
}
.language-select.active {
    background: #fff;
    color: #000;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 20%);
    padding-left: 12px;
    padding-right: 12px;
}

.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, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	border-radius: 3px;
	position: relative;
}
.oct-day-goods-box .owl-carousel .owl-item .rating {
	bottom: 154px;
}
.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: .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;
}
.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: .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: .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, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(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, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(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, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(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: .2s;
	transition-property: all;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item:hover .image {
	transition-duration: .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, .5);
	-moz-box-shadow: -3px 0px 5px -1px rgba(184, 180, 184, .5);
	box-shadow: -3px 0px 5px -1px rgba(184, 180, 184, .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, .5);
	-moz-box-shadow: 3px 0px 5px -1px rgba(184, 180, 184, .5);
	box-shadow: 3px 0px 5px -1px rgba(184, 180, 184, .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, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(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: .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: .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: .2s;
	transition-property: all;
}
.oct-panel-link:hover,
.oct-panel-link-active a {
	color: #c9e7f1 !important;
	text-decoration: none;
	transition-duration: .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, .08);
}
.pagination {
	border-radius: 3px;
	border: 1px solid rgba(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-size: 24px;
	line-height: 32px;
	color: #4f5f6f;
	/*font-style: italic;
	font-weight: 500;*/
	 font-family: 'OpenSansBold';
	margin-top: -6px;
	margin-bottom: 20px;
}

.after-header-row {
	margin-bottom: 16px;
}
.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: 14px;
}
.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: #4f5f6f;
	font-size: 20px;
	margin-bottom: 0;
}
.product-price h2 {
	font-family: 'OpenSansBold';
	color: #59c2e6;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 42px;
}
.found-cheaper {


	padding-right: 4px;
	background: #ffffff!important;
	border-radius: 3px;

	text-align: center;
	padding-left: 60px;
	padding-top: 10px;
}
.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: 30px;
	 border: 0;
}
.number .btn-minus button,
.number .btn-plus button {
	background: transparent;
	background-image: none;
	border: 0;
	padding: 0
}
.number .btn-minus button i,
.number .btn-plus button i {
	font-size: 12px;
	font-weight: 100;
	color: #4f5f6f;
	transition-duration: .2s;
	transition-property: all;
}
.number .btn-minus button:hover i,
.number .btn-plus button:hover i {
	color: #59c2e6;
	transition-duration: .2s;
	transition-property: all;
}
.price-col p {
	color: #c4c4c4;
	font-size: 11px;
}
.product-buttons-row {
	margin-bottom: 8px;
}
.product-buttons-box {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px 0;
	position: relative;
}
.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: #4f5f6f;
	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 .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .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: relative;
	margin-left: -10px;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#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;
	font-family: "Montserrat",sans-serif;
    font-weight: 400;
}
.product-tabs-row #tab-description p {
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

.fancybox-bg {
	background: #ffffff !important;
}
.fancybox-container {
    z-index: 999999991 !important;
}
.fancybox-container--ready .fancybox-bg {
    opacity: 1 !important;
}
.fancybox-caption-wrap {
    background: transparent !important;
}
.fancybox-caption {
    color: #000 !important;
    line-height: 1.2 !important;
    font-size: 18px !important;
    font-weight: 700;
    text-align: center;
}


.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;
}
.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,.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 {
	margin-bottom: 24px
}
.row.sort-row {
    background: rgba(89, 194, 230, 0.08);
    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 {
	/*border-left: 1px solid #e0e0e0;
	padding-left: 30px;*/
	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;
	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;
	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: right;
}
#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;
}
#menu .dropdown-menu {
	opacity: 0;
    visibility: hidden;
    display: block;
    margin-top: 20px !important;
}
#menu .dropdown:hover .dropdown-menu {
	opacity: 1;
	margin-top: 0px !important;
	visibility: visible;
	transition: all 700ms;
	z-index: 1001;
}
#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;
	right: 19px;
    top: 0px;
	z-index: 1000;
	margin-left: 0 !important;
	text-align: center;
}
.product-sticker-box div {
    border-radius: 20px;
    background: #E91E63;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: 14px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#main-product-you-save {
    position: absolute;
    top: 10px;
    left: 30px;
    border-radius: 20px;
	background: #E91E63;
	color: #fff;
	padding: 10px 20px;
    z-index: 1000;
    font-size: 18px;
    font-weight: bold;
}
.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 #fff;
}
#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 #fff;
	transition-duration: .2s;
	transition-property: all;
}
#image-additional.image-additional .owl-item img:hover {
	border-color: #fff;
	transition-duration: .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: auto;
}
.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;
    right: 20px;
    border: 10px solid rgba(21, 150, 175, 0.15);
    border-radius: 100%;
    position: fixed;
    z-index: 999;
    cursor: pointer;
    opacity: .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: 50%;
	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: .45;
}
#back-top i {
	display: block;
	font-size: 30px;
	color: #fff;
	position: relative;
	top: 7px;
}
#back-top:hover {
	background: #4f5f6f;
    opacity: .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: .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: .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: .2s;
	transition-property: all;
}
.oct-category-item-box:hover {
	transition-duration: .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: #59c2e6;
    color: #4f5f6f;
	box-shadow: none;
	border: none;
}
#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, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.news-row .product-thumb .image {
	height: 190px;
	overflow: hidden;
}
.news-row .product-thumb:hover img {
	opacity: .8;
	transition-duration: .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: .2s;
	transition-property: all;
}
.news-row .product-thumb h4 {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
}
.news-row .product-grid .product-thumb .caption p {
    font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	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: .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 {
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}
#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:nth-child(n+5){
	display: none!important;
}
.thumbnails.all-carousel a:nth-child(1){
	display: none!important;
}
.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: 15px;
}
#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 .2s ease;
    -o-transition: color .2s ease;
    transition: color .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: 10px;
    height: 2px;
    background: #59c4e9;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
#sstore-3-level ul>li.has-sub>a.toggle-a:after {
    position: absolute;
    right: 26px;
    top: 23px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #59c4e9;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
#sstore-3-level ul:first-child li.has-sub>a.toggle-a:after {
    top: 31px;
}
#sstore-3-level ul:first-child li.has-sub>a.toggle-a:before {
    top: 35px;
}
#sstore-3-level>ul>li.active>ul {
    display: block;
}
#sstore-3-level ul ul {
    display: none;
}
#sstore-3-level ul ul li a {
    padding: 20px 30px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: #59c2e7;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .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:.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;
}
.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: .2s;
	transition-property: all;
}
.oct-manufacturer-item:hover {
	transition-duration: .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: .8;
	transition-duration: .2s;
	transition-property: all;
}
.oct-manufacturer-item a span {
	display: block;
	height: 46px;
	overflow: hidden;
	line-height: 16px;
}
input[name=terms] + .text-danger, .options-box + .text-danger {
	margin-top: 0 !important;
}
.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, .69);
	margin-top: 20px;
}
.avg_rating:hover+.avg_rating_info {
	visibility: visible;
	transition-duration: .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, .1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px rgba(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 {
	text-align: center;
    position: absolute;
    top: 16px;
    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: #cccccc;
}
.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: .8;
}
@media not all and (min-resolution:.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, 1);
	font-size: 8pt;
    padding-right: 0;
}
#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;
	margin-left: 3px;
}
#product-info-counter  .flip-clock-wrapper ul li a div div.inn {
    background: #fff;
    color: #45378c;
	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;
}
.register_block label {display: none}
/*---Delivery---*/
#img-delivery{
	margin-left: -15px;
    margin-right: -15px;
}
.how-to-order{
	background: url(../image/bg-smithereens.png);
	text-align: center;
	padding-top: 60px;
	font-size: #000;
}
.delivery-title{
	color: #6a2b71;
	text-transform: uppercase;
	font-family: 'OpenSansSemibold';
	margin-bottom: 48px;
}
.short-line-deliv{
	background-color: #000;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 126px;
}
.title-how-order{
	color: #000;
	font-size: 23px;
	font-family: 'OpenSansSemibold';
	margin-top: 50px;
}
.text-how-order{
	font-family: 'OpenSansRegular';
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	margin-top: 33px;
	line-height: 1.3;
}
.function-delivery{
	font-family: 'OpenSansBold';
	color: #000;
	font-size: 25px;
	margin-top: 18px;
}
.title-order-metod{
	font-family: 'OpenSansBold';
	color: #000;
	font-size: 25px;
	margin-bottom: 4px;
}
.first-order-metod:before{
    content: url(../image/first-metod.png);
    margin-right: 20px;
    width: 45px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}
.second-order-metod:before{
    content: url(../image/second-metod.png);
    margin-right: 20px;
    width: 45px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}
.third-order-metod:before{
    content: url(../image/third-metod.png);
    margin-right: 20px;
    width: 45px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}
.fourth-order-metod:before{
    content: url(../image/fourth-metod.png);
    margin-right: 20px;
    width: 45px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}
.text-order-metod{
	font-size: 15px;
	font-family: 'OpenSansRegular';
	margin-bottom: 25px;
	line-height: 1.5;
	margin-bottom: 22px;
}
.order-metod{
	padding-top: 36px;
	/*position: relative;
	height: 100%;*/
}
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.short-line-metod{
	position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#block-payment-metod{
	text-align: center;
}
.title-payment-metod{
	font-family: 'OpenSansSemibold';
	font-size: 36px;
	color: #5e5e5e;
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 45px;
}
.title-block-payment{
	text-transform: uppercase;
	color: #5b5b5b;
	font-size: 22px;
	font-family: 'OpenSansBold';
	margin-bottom: 3px;
}
.text-about-payment{
	font-family: 'OpenSansRegular';
	font-size: 13px;
}
.block-img-payment{
	width: 102px;
}
.info-payment-metod{
	padding-left: 30px;
	text-align: left;
}
.col-payment-metod{
	padding-top: 73px;
	margin-bottom: 2px;
}
#block-delivery-metod{
	background-color: #f7f3f8;
	text-align: center;
	padding-top: 8px;
	margin-top: 29px;
	padding-bottom: 35px;
	margin-bottom: 66px;
	margin-left: -15px;
    margin-right: -15px;
}
.title-delivery-metod{
	color: #6a2b71;
	text-transform: uppercase;
	font-family: 'OpenSansSemibold';
	margin-bottom: 35px;
	font-size: 36px;
}
.rubric-delivery-metod{
	font-size: 30px;
	color: #000;
	font-family: 'OpenSansBold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.content-delivery-metod p{
	font-family: 'OpenSansLight';
	font-size: 15px;
	color: #000;
	margin-bottom: 2px;
}
.img-logo-delivery{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 85px;
}
.rubric-city-work{
	font-family: 'OpenSansSemibold';
	font-size: 13px;
	color: #474747;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.list-city{
	color: #474747;
	font-size: 13px;
	line-height: 1.2;
	padding-top: 4px;
}
.row-order-metod{
	margin-top: 21px;
	margin-bottom: 57px;
}
.row-payment-metod{
	margin-bottom: 91px;
}
.row-delivery-metod{
	margin-top: 12px;
}
.col-delivery-metod{
	margin-top: 39px;
	margin-bottom: 0px;
}

#last-block-delivery{
	background: url(../image/bg-smithereens.png);
	padding-top: 95px;
	padding-bottom: 31px;
}
.line-long{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.metod-pickup{
		max-width: 273px;
    	margin-left: auto;
    	margin-right: auto;
    	line-height: 2.2;
	}
	.runner-metod{
	 max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
	}
	.free-shipping{
		max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
	}
	.new-img-deliv{
		text-align: center;
		display: none;
	}
.line-long img{
	margin-left: auto;
	margin-right: auto;
}
/*---End-Delivery---*/
/*---About---*/
.information-about{
	background-color: transparent!important;
	overflow-x: hidden;
}
.logo-about{
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.title-about{
	font-family: 'OpenSansLight';
	font-size: 25px;
	margin-top: 29px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	position: relative;
	text-align: center;
	width: 345px;
}
.title-about:before{
    /*content: url(../image/and-sign.png);*/
    background-image: url(../image/and-sign.png);
    background-size: 33px 37px;
    width: 33px;
    height: 37px;
    content: "";
    position: absolute;
    left: -40px;
    display: inline-block;
    vertical-align: middle;

    top: 0;
    bottom: 0;
    margin: auto;}
.packing-title-about{
	text-align: center;
}
.line-dots-about{
	position: absolute;
	bottom: -130px;
    z-index: 1;
    width: 100%;
}
#head-about{
	position: relative;
	margin-bottom: -61px;
}
#our-advantage{
	/*background: url(../image/bg-all.png) no-repeat center top / cover;*/
	position: relative;
	padding-top: 168px;
	padding-bottom: 0px;
}
.title-advantage{
	font-family: 'OpenSansLight';
	font-size: 50px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.advantage-bg{
	width: 100%;
}
.content-advantage{
	padding-bottom: 7px;
}
.block-advantage{
	font-family: 'OpenSansRegular';
	text-align: center;
	display: inline-block;
	max-width: 274px;
    vertical-align: top;
    }
.advant-block-title{
	color: #961745;
	font-size: 25px;
}
.advant-block-text{
	font-size: 15px;
}
.dispach-for-2hour{
	display: inline-block;
}
.dispach-for-2hour:before{
	content: url(../image/missile.png);
	display: inline-block;
}
.guarantee-block:before{
	content: url(../image/guarantee.png);
	display: inline-block;
}
.row-advantage{
	margin-top: 82px;
	position: relative;
	z-index: 0;

}
.snake-green{
	width: 678px;
	height: 207px;
	border: 6px solid #76dc3e;
	border-left: none;
	border-right: none;
	position: relative;
}
.snake-green:after{
    content: "";
    width: 207px;
    height: 207px;
    border: 6px solid #76dc3e;
    display: inline-block;
    border-radius: 0 207px 207px 0;
    position: absolute;
    right: -100px;
    top: -6px;
    border-left-color: transparent;
}
.snake-green:before{
    content: "";
    width: 207px;
    height: 207px;
    border: 6px solid #76dc3e;
    display: inline-block;
    border-radius: 207px 0 0 207px;
    position: absolute;
    left: -201px;
    bottom: -207px;
    border-right-color: transparent;
}
.guarantee-block{
	position: relative;
}
.packing-snake{
	position: absolute;
	left: 272px;
    top: 115px;
	z-index: -1;
}
.red-btn{
	display: block;
	width: 30px;
	height: 30px;
	background-color: #ef266e;
	border-radius: 50%;
	margin-top: -3px;
}
.red-btn-1{
	position: absolute;
    bottom: 46px;
    right: 0px;
}
.red-btn-2{
	position: absolute;
    bottom: 47px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.red-btn-3 {
    position: absolute;
    bottom: -47px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.red-btn-3 {
    position: absolute;
    bottom: -47px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.red-btn-4 {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.block-garant{
	max-width: 300px;
}
.packing-kolerovka{
	max-width: 300px;
	position: relative;
}
.buy-part-block{
	background-color: #fff;
}
.packing-garant{
	display: inline-block;
}
.packing-garant:before{
	content: url(../image/circle-percent.png);
	display: inline-block;
	 margin-top: 25px;
}
.packing-quality:before{
	content: url(../image/guarantee.png);
	display: inline-block;
	 margin-top: 25px;
}
.packing-kolerovka:after{
	content: url(../image/palette-about.png);
	display: block;
	position: absolute;
	right: -31px;
}
.col-kolerovka{
	width: 35%;
}
.about-company{
	margin-top: 132px;
	background-color: #f4f4f4;
	position: relative;
	padding-bottom: 40px;
}
.about-company:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 175px solid #f4f4f4;
    border-left: 100vw solid transparent;
    position: absolute;
    top: -175px;
    left: 0px;
    z-index: -1;
}
.about-company:after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 175px solid #f4f4f4;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: -175px;
    left: 0px;
    z-index: -1;
}
.title-about-company{
	font-family: 'OpenSansRegular';
	font-size: 35px;
	text-align: center;
	color: #431c47;
	margin-top: 0px;
}
.text-about-company{
	font-family: 'OpenSansLight';
	font-size: 15px;
	color: #000;
	text-align: center;
	margin-top: 39px;
	line-height: 1.5;
}
.link-promotions{
	color: #ec266d;
    border-radius: 27px;
    border: 2px solid #ec266d;
    font-family: 'OpenSansBold';
    font-size: 25px;
    padding: 14px 35px;
}
.link-promotions:hover, .link-promotions:focus{
	color: #ec266d;
    border: 2px solid #ec266d;
}
.company-aura{
	font-family: 'OpenSansBold';
	color: #000;
}

.sales-and-promotions{
	text-align: center;
	margin-top: 57px;
}
.last-text-about{
	margin-top: 29px;
}
#we-in-numbers{
	font-family: 'OpenSansRegular';
	margin-top: 170px;
	margin-bottom: 200px;
}
.title-in-numbers{
	color: #431c47;
	font-size: 55px;
	text-align: center;

}
.blue-numbers{
	color: #00c7c8;
	font-size: 55px;
	font-family: 'OpenSansBold';
}
.packing-circle{
	position: relative;
}
.text-circle-numbers{
	font-family: 'OpenSansRegular';
	font-size: 29px;
	color: #000;
	position: relative;
	z-index: 1;
	line-height: 1.4;
	position: absolute;
	top: 0px;
    bottom: 0px;
    left: 20px;
    margin-top: 20px;
}
.unit-numbers{
	font-size: 30px;
}
.row-in-numbers{
	margin-top: 73px;
	margin-bottom: 50px;
}

.text-tinting-paints{
	font-size: 20px;
    margin-top: 29px;
    line-height: 1.3;
}
.text-tinting-paints span{
	display: block;
}
.text-tinting-paints p{
	margin-bottom: 5px;
}

.tinting-paints{
	text-align: center;
	font-family: 'OpenSansLight';
	background-color: #f4f4f4;
	position: relative;
	padding-top: 20px;
}
.tinting-paints:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 175px solid #f4f4f4;
    border-left: 100vw solid transparent;
    position: absolute;
    top: -175px;
    left: 0px;
    z-index: -1;
}
.tinting-paints:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 175px solid #f4f4f4;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: -175px;
    left: 0px;
    z-index: -1;
}
.go-to-color-catalog{
	margin-top: 59px;
	margin-bottom: 50px;
}
}
.tinting-img{
	margin-top: 50px;
}
.link-color-catalog{
	color: #040404;
	border: 3px solid #ff05df;
	font-size: 22px;
	padding: 20px 100px;
}
.link-color-catalog:hover, .link-color-catalog:focus{
	color: #040404;
	border: 3px solid #ff05df;
}
#dropshopping{
	margin-top: 200px;
	font-family: 'OpenSansLight';
	color: #000;
	text-align: center;
	margin-bottom: 100px;
}
.title-dropshipping{
	color: #431c47;
	font-size: 35px;
	text-align: center;
	font-family: 'OpenSansBold';
	margin-bottom: 33px;
}
.we-can-earn{
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 18px;
}
.red-manager{
	color: #ff0000;
}
.about-dropshipping{
	font-size: 20px;
	color: #000;
	line-height: 1.6;
}
.about-dropshipping p{
	margin-bottom: 0px;
}
.define-dropshipping{
	font-weight: 600;
}
.dropshipping-img{
	margin-top: 40px;
}
.frame-arrow{
	margin-top: 76px;
	position: relative;
}
.frame-arrow-bg{
	width: 100%;
	position: absolute;
	margin-top: 50px;
}
.title-frame-arrow{
	font-size: 35px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}
.text-frame-arrow{
	margin-top: 208px;
	font-size: 25px;
	color: #000;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}
#unloading-goods{
	background: url(../image/bottom-about-bg.png) no-repeat center top / cover;
	padding-top: 254px;
	font-family: 'OpenSansLight';
	color: #fff;
	padding-bottom: 50px;
}
.title-unloading-goods{
	font-size: 35px;
    width: 411px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    border: 3px solid #fff;
    margin-bottom: 20px;
}
.list-price{
	font-size: 20px;
	padding-left: 30px;
}
.topical-sites div{
	margin-bottom: 15px;
}
.list-price li{
	line-height: 1.4;
}
.logo-olx{
	margin-right: 20px!important;
}
.topical-sites img{
	margin-left: auto;
	margin-right: auto;
}
.topical-sites{
	text-align: center;
}
.logo-olx, .logo-ria{
	display: inline-block;
}
.information-about #content {
    padding-bottom: 0px!important}
.information-about footer{
	margin-top: 0px;
}
.dropshipping-img{
	margin-left: auto;
	margin-right: auto;
}
/*---End-About---*/
/*---Product---*/
.block-btn-transform{
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;

}
.button-transform {
  border: none;
  background: transparent;
  padding: 10px 24px;
  font-size: 12px!important;
  line-height: 1.2;
  height: 48px;

  position: relative;
  color: #000;
  cursor: pointer;
  letter-spacing: 0.5px;

  display: block;
  text-align: center;
}
.button-transform:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 48px;
  background: transparent;
  border: 2px solid #4AB9F2;
  z-index: 0;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.button-transform span{
	background-color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 0;
    margin-top: 10px;
}
.button-transform:hover span{
	background-color: transparent;
}
.button-transform:hover {
  color: #fff;
}
.button-transform:hover:before {
  width: 100%;
  background: #4AB9F2;
  box-shadow: 0 10px 90px -2px rgba(0, 0, 0, 0.2);
}
.btn-kolerovka:before{
    content: url(../image/icons-wheel-20.png);
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: -24px;
}
.btn-certificat:before{
    content: url(../image/icons-verified-20.png);
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: -24px;
}
.button-texlist:before{
    content: url(../image/icons-paste-20.png);
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: -24px;
}
.btn-nova-poshta:before{
    content: url(../image/icon-nova-post-20.png);
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: -24px;
}
.button-nova-poshta{
	cursor: default;
}
.button-buy-click{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px!important;
}
.buy-click-input input{
	margin-bottom: 0px!important;
}
.form-buy-click{
	margin-top: -1px!important;
}
.in-one-click{
	height: 40px!important;
	padding: 10px 10px !important;
	font-family: 'Open Sans', sans-serif !important;
}
.box-cell{
	display: table-cell;
}
.box-cell a{
	display: block!important;
}
.mob-buy-click{
	display: none;
}
/*---Description---*/
.btn-read-all, .seo-text-read {
    border: 1px solid #777;
    color: #777;
    width: 250px;
    height: 40px;
    padding: 8px 15px 8px 5px;
    font-size: 20px;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    position: relative;
    letter-spacing: .5px;
    margin: 30px 0 7px;
    font-family: muller-regular,sans-serif;
}
.privilege {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}
.privilege:after {
    content: '';
    position: absolute;
    height: 10%;
    right: 0;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(left,rgba(255,255,255,.8),#fff 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,.8),#fff 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,.8),#fff 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,.8),#fff 100%);
    background: linear-gradient(to right,rgba(255,255,255,.8),#fff 100%);
    -webkit-box-shadow: 0 -18px 18px 7px rgba(255,255,255,.6);
    -moz-box-shadow: 0 -18px 18px 7px rgba(255,255,255,.6);
    box-shadow: 0 -18px 18px 7px rgba(255,255,255,.6);
}
.privilege-height {
    height: auto;
    max-height: 100%;
}
.privilege-height:after {
    background: 0 0;
    box-shadow: none;
}
.btn-read-all:after, .seo-text-read:after{
	position: absolute;
    content: url(../image/down-arrow-20.png);
    display: block;
    right: 15px;
    top: 8px;
}
.arrow-up:after {
    transform: rotate(180deg);
    top:
}
.ul-left-info{
	position: relative;
}
/*---End-Product---*
/*---Seo-text-home---*/
.spoiler {
 position: relative;
 overflow: hidden;
 max-height: 145px;
 line-height: 15px;
}
.spoiler:after {
    content: '';
    position: absolute;
    height: 10%;
    right: 0;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(left,rgba(240,243,246,.8),#f0f3f6 100%);
    background: -webkit-linear-gradient(left,rgba(240,243,246,.8),#f0f3f6 100%);
    background: -o-linear-gradient(left,rgba(240,243,246,.8),#f0f3f6 100%);
    background: -ms-linear-gradient(left,rgba(240,243,246,.8),#f0f3f6 100%);
    background: linear-gradient(to right,rgba(240,243,246,.8),#f0f3f6 100%);
    -webkit-box-shadow: 0 -18px 18px 7px rgba(240,243,246,.6);
    -moz-box-shadow: 0 -18px 18px 7px rgba(240,243,246,.6);
    box-shadow: 0 -18px 18px 7px rgba(240,243,246,.6);
}
.spoiler-height {
    height: auto;
    max-height: 100%!important;
}
.spoiler-height:after {
    background: 0 0;
    box-shadow: none;
}
/*---End-Seo-text-home---*/
.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 10000;
    border: 0;
    padding: 5px 0;
    -webkit-box-shadow: 0 0 5px 0 #e8f0f2;
    -moz-box-shadow: 0 0 5px 0 #e8f0f2;
    box-shadow: 0 0 5px 0 #e8f0f2;
}
.block-phone-mob{
	display: inline-block;
    padding: 8px 25px;
    line-height: 1.2!important;
    margin-right: auto;
    text-align: center;
    border: 1px solid #dc236e;
    margin-bottom: 10px;
}
.block-phone-mob span{
	position: relative;
}
.block-phone-mob span:before{
	position: absolute;
	top: -16px;
    right: -16px;
	line-height: 0;
	content: url(../image/aura-telephone-20.png);
}
/*---Frame-youtube---*/
.video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tab-description h2, #tab-description h3, #tab-description h4, #tab-description h5, #tab-description h6, .oct-news-content h2, .oct-news-content h3, .oct-news-content h4, .oct-news-content h5, .oct-news-content h6{
	font-style: italic!important;
	font-weight: 500!important;
	font-size: 27px!important;
}
 .oct-news-content h1, .oct-news-content h1 span{
	font-style: italic!important;
	font-weight: 500!important;
	}
.cat-desc-box h2, .cat-desc-box h3, .cat-desc-box h4, .cat-desc-box h5, .cat-desc-box h6{
	font-style: italic!important;
	font-weight: 500!important;
	font-size: 27px!important;
}
#tab-description h2 span, #tab-description h3 span, #tab-description h4 span, #tab-description h5 span, #tab-description h6 span, .oct-news-content h2 span, .oct-news-content h3 span, .oct-news-content h4 span, .oct-news-content h5 span, .oct-news-content h6 span{
	font-style: italic!important;
	font-weight: 500!important;
	font-size: 27px!important;
}
.cat-desc-box h2 span, .cat-desc-box h3 span, .cat-desc-box h4 span, .cat-desc-box h5 span, .cat-desc-box h6 span{
	font-style: italic!important;
	font-weight: 500!important;
	font-size: 27px!important;
}
.buy-click-input input{
	color: #000;
}
.buy-click-input input::-webkit-input-placeholder {
    color: #000!important;
}

.buy-click-input input::-moz-placeholder {
    color: #000!important;
    }
.buy-click-input input::-ms-input-placeholder {
     color: #000!important;
    }
/*---Адаптив---*/
@media (max-width: 767px) {
#tab-description h2, #tab-description h3, #tab-description h4, #tab-description h5, #tab-description h6, .oct-news-content h2, .oct-news-content h3, .oct-news-content h4, .oct-news-content h5, .oct-news-content h6{
	font-size: 18px!important;
}
.cat-desc-box h2, .cat-desc-box h3, .cat-desc-box h4, .cat-desc-box h5, .cat-desc-box h6{
	font-size: 18px!important;
}
#tab-description h2 span, #tab-description h3 span, #tab-description h4 span, #tab-description h5 span, #tab-description h6 span, .oct-news-content h2 span, .oct-news-content h3 span, .oct-news-content h4 span, .oct-news-content h5 span, .oct-news-content h6 span{
	font-size: 18px!important;
}
.cat-desc-box h2 span, .cat-desc-box h3 span, .cat-desc-box h4 span, .cat-desc-box h5 span, .cat-desc-box h6 span{
	font-size: 18px!important;
}
.phones-dropdown{
	text-align: center;
}
.info-payment-metod {
    padding-left: 0px;
}
.packing-snake{
	display: none!important;
}
.red-btn{
	display: none;
}
.dispach-for-2hour {
    text-align: center;
}
.packing-quality{
	text-align: center;
	display: block;
}
.packing-kolerovka:after {
    display: none;
}
.packing-kolerovka{
	text-align: center;
	margin-top: 31px;
}
.col-kolerovka {
    width: 100%;
}
.packing-garant{
	text-align: center;
}
.buy-part-img{
	display: none;
}
.packing-quality:before {
	display: block;
}
.packing-kolerovka:before {
    content: url(../image/palette-about.png);
    display: block;
}
.packing-garant:before {
    display: block;
}
.packing-garant{
    display: block;
}
.packing-kolerovka {
    max-width: 100%;}
.buy-part-block{
	background-color: transparent;
}
.col-buy-part{
	margin-top: 31px;
}
.buy-part-packing{
	text-align: center;
}
.buy-part-packing:before {
    content: url(../image/buy-part.png);
    display: block;

}
.dispach-for-2hour{
	display: block;
}
.dispach-for-2hour:before {
    display: block;
}
.about-company {
    margin-top: 60px;
}
.title-advantage {
    font-size: 30px;
    color: #ef266e;
}
#our-advantage {
   padding-top: 210px;}
#head-about {
    margin-bottom: -120px;
}
.row-advantage {
    margin-top: 60px;
}
.link-promotions {
    font-size: 21px;
    padding: 10px 30px;
}
.title-about-company {
    margin-top: 20px;
    color: #ec266d;
}
.logo-about {
    max-width: 100%;
}
.title-about {
    font-size: 19px;
    width: 345px;
}
.title-about:before {
    left: 10px;
}
.title-dropshipping {
	color: #ec266d;
	font-size: 26px;
}
.we-can-earn {
    line-height: 1.2;
}
.dropshipping-img{
	margin-left: auto;
	margin-right: auto;
}
.title-in-numbers{
	color: #ec266d;
	font-size: 22px;
	font-family: 'OpenSansBold';
}
.link-color-catalog {
    font-size: 18px;
    padding: 6px 10px;}
.about-company:before{
    border-bottom: 75px solid #f4f4f4;
    top: -75px;
}
.about-company:after{
	border-top: 75px solid #f4f4f4;
    bottom: -75px;
}
.tinting-paints:before{
    border-bottom: 75px solid #f4f4f4;
    top: -75px;
}
.tinting-paints:after{
    border-top: 75px solid #f4f4f4;
    bottom: -75px;
}
#dropshopping {
    margin-top: 100px;}
.tinting-img{
	margin-left: auto;
	margin-right: auto;
}
.title-unloading-goods {
	margin-left: auto;
	margin-right: auto;
}
.col-topical-sites{
	margin-top: 40px;
}
.title-about:before {
    background-image: url(../image/and-sign.png);
    background-size: 25px 28px;
    width: 25px;
    height: 28px;
}
.button-transform {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.product-tabs-row li{
	margin-bottom: 10px;
}

.block-phone-mob{
	padding: 8px 12px;
   	font-size: 14px!important;
}
#product-info-right .item-sku{
	display: none;
}
}
.block-btn-transform  { max-width: 461px }
.col-btn-transform { flex: 0 0 50%; }
.col-btn-transform a { min-height: 60px; display: flex; align-items:center; }
@media (min-width: 320px) and (max-width: 480px) {
		.how-to-order {
    	padding-top: 26px;
    }

    .row-payment-metod {
    margin-bottom: 23px;
}
    .new-img-deliv{
    	display: block;
    }
    .delivery-title {
    font-size: 23px;
	}
	.delivery-title {
     margin-bottom: 20px;
}
	.text-how-order {
    font-size: 16px;
    max-width: 290px;
    }
    .function-delivery {
    font-size: 17px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    }
    .title-payment-metod {
    font-size: 25px;
    color: #6d2f74;
}
.block-img-payment{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.info-payment-metod{
	display: block;
	text-align: center;
}
.city-work{
	margin-left: 0;
}
.free-shipping{
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.first-order-metod:before, .second-order-metod:before,  .third-order-metod:before, .fourth-order-metod:before{
    display: none;
}
.order-metod {
    padding-top: 11px;}
    .title-order-metod {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.short-line-metod{
	display: none;
}
.col-payment-metod {
    padding-top: 33px;}
.title-delivery-metod {
    font-size: 25px;
}
.rubric-delivery-metod {
    font-size: 25px;
   }
.row-delivery-metod {
    margin-top: 0px;
}
.content-delivery-metod p {
    font-size: 13px;
    margin-bottom: 0px;
}
#last-block-delivery {
    background: none;
    padding-top: 95px;
    padding-bottom: 31px;
}
.img-logo-delivery {
    max-width: 230px;
}
.img-logo-delivery {
    max-width: 230px;
}
.before-last-block{
	display: none;
}
#block-delivery-metod {
    margin-bottom: 0px;
}
.row-order-metod {
    margin-bottom: 30px;
}
.title-payment-metod {
   padding-top: 20px;
}
.title-frame-arrow {
    font-size: 20px;
    font-family: 'OpenSansBold';
}
.col-seller{
	margin-top: 30px;
}
.col-seller, .col-provider{
	margin-top: 50px;
}

.col-buyer {
    margin-top: 50px;
}
.col-buyer:before{
    content: url(../image/home-frame.png);
    display: block;
}
.col-buyer:after{
    content: url(../image/short-arrow-frame.png);
    display: block;
    margin-top: 10px;
}
.col-seller:before{
    content: url(../image/frame-hand.png);
    display: block;
}
.col-seller:after{
    content: url(../image/short-arrow-frame.png);
    display: block;
    margin-top: 10px;
}
.col-provider:before{
    content: url(../image/farba-frame.png);
    display: block;
}
.text-frame-arrow{
	font-size: 20px;
	line-height: 1.3;
}
.text-frame-arrow {
    margin-top: 20px;}
.frame-arrow {
    margin-top: 0px;}
#unloading-goods {
    padding-top: 400px;
    margin-top: -320px;}
.title-unloading-goods {
    font-size: 21px;
    width: 283px;
    padding-top: 12px;
    padding-bottom: 12px;}
    .list-price {
    font-size: 16px;

}
.col-topical-sites{
	margin-top: 20px;
}
.text-circle-numbers {
    font-size: 15px;
    margin-top: 30px;
    left: 76px;
    right: 0px;
    text-align: left;
}
.blue-numbers {
    font-size: 30px;
   }
.unit-numbers {
    font-size: 15px;
}
.col-circle{
	width: 100%;
	margin-bottom: 30px;
}
.circle-numbers{
	margin-left: auto;
    margin-right: auto;
    max-width: 130px;
}
.packing-circle {
    width: 250px;
    margin-right: auto;
    margin-left: auto
}
#we-in-numbers {
    margin-top: 100px;
    margin-bottom: 50px;}
.row-in-numbers {
    margin-top: 50px;}
.line-dots-about {
    position: absolute;
    bottom: -55px;
   }
   #our-advantage {
    padding-top: 170px;
}
.col-btn-transform{
	padding: 3px; 

}
.box-cell{
	display: block;
	margin-bottom: 10px;
}
.hidden-xxs{
	display: none;
}
.spoiler {
 	max-height: 270px;
}
.mobile-icons-box a {
		margin-left: 0px!important;
	}
.ts-search-box{
	padding-left: 0px;
	padding-right: 0px;
}
.block-phone-mob {
    padding: 8px 10px;
    font-size: 12px!important;
}
.header-fixed {
    padding: 15px 0;
}
.buy-click-input input{
		text-align: center;
		padding-right: 103px!important;
	}
.breadcrumb li a,
.breadcrumb > li span {
	font-size: 12px!important;
}
}
@media (min-width: 481px) and (max-width: 767px) {
	.how-to-order {
    	padding-top: 80px;
    }

    .delivery-title {
    font-size: 23px;
	}
	.text-how-order {
    font-size: 16px;
    max-width: 290px;
    }
    .function-delivery {
    font-size: 17px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    }
    .title-payment-metod {
    font-size: 25px;
    color: #6d2f74;
}
.block-img-payment{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.info-payment-metod{
	display: block;
	text-align: center;
}
.city-work{
	margin-left: 0px;
}
.free-shipping{
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.circle-numbers{
	max-width: 80px;
}
.text-circle-numbers {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 9px;
}
.blue-numbers {
    font-size: 22px;
    }
.unit-numbers {
    font-size: 12px;
}
.title-frame-arrow {
    font-size: 20px;
    font-family: 'OpenSansBold';
}
.col-seller{
	margin-top: 30px;
}
.col-seller, .col-provider{
	margin-top: 50px;
}
.col-buyer {
    margin-top: 50px;
}
.col-buyer:before{
    content: url(../image/home-frame.png);
    display: block;
}
.col-buyer:after{
    content: url(../image/short-arrow-frame.png);
    display: block;
    margin-top: 10px;
}
.col-seller:before{
    content: url(../image/frame-hand.png);
    display: block;
}
.col-seller:after{
    content: url(../image/short-arrow-frame.png);
    display: block;
    margin-top: 10px;
}
.col-provider:before{
    content: url(../image/farba-frame.png);
    display: block;
}
.text-frame-arrow{
	font-size: 20px;
	line-height: 1.3;
}
.text-frame-arrow {
    margin-top: 20px;}
.frame-arrow {
    margin-top: 0px;}
.row-in-numbers {
    margin-top: 40px;}
#we-in-numbers {
    margin-top: 120px;
    margin-bottom: 90px;}
    #unloading-goods {
    padding-top: 400px;
    margin-top: -340px;}
.we-can-earn {
    line-height: 1.4;
}
.line-dots-about {
    position: absolute;
    bottom: -66px;}
#our-advantage {
    padding-top: 179px;
}
.breadcrumb > li {
    white-space: inherit;
    font-size: 12px!important;

}
.breadcrumb > li > a{
	font-size: 12px!important;
}
.product-buttons-box a{
	font-size: 12px!important;
}
.spoiler {
 	max-height: 250px;
}
.buy-click-input input{
	text-align: center;
	padding-right: 114px!important;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.packing-snake {
    position: absolute;
    left: 128px;
    top: 115px;
    z-index: -1;
}
.snake-green:before {
    left: -115px;
}
.snake-green {
    width: 500px;}
.col-kolerovka {
    width: 43%;
}
.red-btn-3 {
    position: absolute;
    bottom: -47px;}
.packing-snake-2{
	position: absolute;
    left: 128px;
    top: 517px;
    z-index: -1;
}
.red-btn-1 {
    right: 108px;
}
.packing-quality{
	margin-top: 9px;
	text-align: center;
}
.packing-garant:before {
    display: none;
}
.red-btn-4 {
    position: absolute;
    bottom: -47px;}
    .col-buy-part{
    	margin-top: 70px;
    }
    .title-about-company {
     margin-top: 30px;
}
.text-circle-numbers {
    font-size: 18px;
    margin-top: 35px;
}
.blue-numbers {
    font-size: 40px;
   }
.unit-numbers {
    font-size: 26px;
}
.link-color-catalog {
    padding: 15px 60px;
}
.text-frame-arrow {
    margin-top: 127px;
    font-size: 20px;
}
.title-frame-arrow {
    font-size: 28px;
}
.title-unloading-goods {
    font-size: 24px;
    width: 274px;
    padding-top: 11px;
    padding-bottom: 11px;
    }
    .we-can-earn {
    line-height: 1.3;
}
.about-company {
    margin-top: 170px;}

.about-company:before{
    border-bottom: 125px solid #f4f4f4;
    border-left: 100vw solid transparent;
    position: absolute;
    top: -125px;
}
.about-company:after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 125px solid #f4f4f4;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: -125px;
    left: 0px;
    z-index: -1;
}
.tinting-paints:before{
    border-bottom: 125px solid #f4f4f4;
    top: -125px;
}
.tinting-paints:after{
    border-top: 125px solid #f4f4f4;
    bottom: -125px;
}
#we-in-numbers {
    margin-top: 150px;
    margin-bottom: 150px;}
#dropshopping {
    margin-top: 150px;}
.product-tabs-row li{
	margin-bottom: 10px;
}
.phones-dropdown{
	text-align: center;
}
.header-fixed {
    height: 130px;
    background: #fff;
    padding: 20px 0;}
    .buy-click-input input{
		text-align: center;
		padding-right: 146px!important;
	}
	.buy-click-input input{
	padding-left: 3px!important;
	font-size: 14px!important;
}

}
@media(min-width: 992px) and (max-width: 1199px){
	.packing-snake {
    position: absolute;
    left: 128px;
    top: 115px;
    z-index: -1;
}
.snake-green:before {
    left: -115px;
}
.snake-green {
    width: 600px;}
.col-kolerovka {
    width: 43%;
}
.red-btn-3 {
    position: absolute;
    bottom: -28px;}
.packing-quality:before {
    margin-top: 0px;
}
.title-unloading-goods {
    font-size: 33px;
    width: 377px;
}
.about-company {
    margin-top: 145px;}
.text-circle-numbers {
    font-size: 24px;
    margin-top: 30px;
}
.unit-numbers {
    font-size: 24px;
}
.blue-numbers {
    font-size: 40px;
}
.text-frame-arrow {
    margin-top: 180px;
}
	.buy-click-input input{
	padding-left: 3px!important;
	font-size: 14px!important;
}

.phones-dropdown a {
    font-size: 13px;
}
.buy-click-input input{
		text-align: center;
		padding-right: 129px!important;
	}
}
@media (min-width: 1200px) {
	.text-about-payment strong{
	display: block;
	text-align: center;
}
.text-about-payment {
    max-width: 312px;
    line-height: 1.5;
}
.text-how-order {
    width: 733px;
  }
  .city-work{
  	margin-left: 86px;
  }
  .red-btn-1 {
    bottom: 58px;
   }
   .red-btn-2 {
    bottom: 57px;}
    .red-btn-3 {
    bottom: -36px;
    }
    .red-btn-4 {
    bottom: 40px;}
    .transition-new-line{
    	display: block;
    }
    .eskaro-group{
	display: block;
}
.buy-click-input input{
		text-align: center;
		padding-right: 146px!important;
		font-size: 16px!important;
	}


}

.item-price-old {text-decoration: line-through;}

.phones-fixed-panel{
	display: inline-block;}
.btn-language:hover, .btn-language:focus{
	text-decoration: none;}
.btn-language{
	color: #000;
}
.language-mobile{
	display: inline-block;
}
@media (max-width: 767px) {
.language-mobile{
	float:right;
	}
}
@media (max-width: 480px) {
	.language-mobile{
	display: none;
}
	}

 .header-hidden
 {
 	display: none;
 	font-size: 13pt;
  }
 .scroll1 .header-hidden
 {
 	display: block;
 }
.calculator
{

}

.button-karta
{
	width: 100%;
	margin-bottom: 15px;
}

.buy-click-input:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.button-karta a
{
	float: left;
	width: 60%
}

.button-karta .number
{
	float: left;
	width: 36%;
	margin-left: 10px;
}

.border-karta
{
	border:1px dotted #848484;
	padding: 24px;
	margin-bottom: 15px;
	display: block;
}

.span-stock
{
	background: #fff;
    position: relative;
    color: #308b71;
    font-size: 12pt;
}

.product-hr
{
	border-color: #fff
}

.product-price h2 {

    font-size: 22pt;
        font-family: "ProductSans-Black", Arial, sans-serif;
}

.inner-info img
{
 float: left;

}

.inner-info p
{
	color: #D32A4B;
	font-size: 11pt;
	font-weight: bold;
	    font-family: "ProductSans-Black", Arial, sans-serif;
}

.inner-info ul
{
	color: #000;
	font-size: 10pt;
	    margin-left: 120px;
}

.img-deliv
{
	    margin: 30px 30px 0 35px;

}
.img-pay
{

    margin: 30px 40px 0 45px;
}
.button-colerovka
{
	    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 8px;
    width: 100%;
    text-align: left;
    font-size: 10pt;
    color: #000;
    text-decoration: underline;
    margin: 5px 0 10px 0
}

.button-colerovka img
{
	margin-right: 40px;
}

.button-sert, .button-list
{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fbfcfd;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-main);
    text-decoration: none;
    transition: all 0.2s;
}
.button-sert:hover, .button-list:hover {
    border-color: #f3c25a;
    background: #fffdf7;
} 


.rating-inner .after-header-item
{
	background: #fff;
	margin-top: -4px;
}
.ostavit-otziv
{
	background: #fff!important;
}

.ostavit-otziv a
{
	color: #000;
    margin-left: 15px;
    font-weight: bold;
   }

.sharethis-inline-share-buttons
{
	text-align: center!important;
}

.product-price .cena-title
{
	font-size: 15pt;
	color: #000;
	margin-right: 10px;
}
.img-hidd
{
	display: none;
}
/*.scroll1
{
	background: #fff;
	position: fixed;
	top: 100px;
	z-index: 998;
	opacity: 0.8;
	width: 310px;
	right: 150px;
}
.scroll1:hover
{
	opacity: 1
}
.scroll1 .img-hidd
{
	display: block;
	width: 180px;
	margin: 0 auto
}

*/

#product-info-right .form-group
{
	width: 360px!important;
	float: left;
	    min-height: 500px;

}
.button-karta span
{


position: relative;
    bottom: -2px;
    right: -4px;
     font-weight: bold;
}
@media(max-width: 1199px)
{
	#product-info-right .form-group
	{
		width: 250px!important
	}
	#product
	{
		padding-left: 15px!important
	}
	.button-karta a
	{
		width: 100%;
	}
	.button-karta .number
	{
		width: 100%;
		margin-left: 0
	}
	.found-cheaper
	{
		padding-left: 10px;
	}
	#product-info-right .form-group
	{
		min-height: 600px;
	}
}
@media(max-width: 991px)
{
	#product-info-right .form-group
	{width: 100%!important;}

	#product
	{
		padding: 0!important;
		display: inline-block
	}

	.scroll1
	{
		position: static;



    opacity: 1;
    width: inherit;

	}
	.scroll1 .img-hidd
    {
    	display: none
    }
    #product-info-right .form-group
	{
		min-height: inherit!important;
		    width: 100%!important;
	}

}


.width-block
{
	display: none;
}
.scroll1 .width-block
{
	    display: block;
    float: right;
    background: #fff;
    color: #000;
    font-size: 12pt;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: "ProductSans-Regular", Arial, sans-serif!important;
	position: absolute;
    right: 5px;
}


@media(max-width: 768px)
{



	.scroll1 .width-block, .scroll1 .header-hidden
{
	    display: none;

}

	#product
	{
		padding: 0!important;
		display: inline-block;
		width: 100%;
	}

	.option-item
	{

		float: none;
	}
	#product-info-right .form-group
	{
		min-height: inherit!important;
		    width: 100%!important;
	}
	.span-stock
	{
		top: 0
	}
	.scroll1
	{
		position: static;



    opacity: 1;
    width: inherit;

	}
	.scroll1 .img-hidd
    {
    	display: none
    }
    .img-deliv
    {
    	margin-bottom: 30px
    }
    .left-info, .product-header
    {
    	display: inline-block;
	}

    #product:after {
	   content: " "; /* Older browser do not support empty content */
	   visibility: hidden;
	   display: block;
	   height: 0;
	   clear: both;
	}

	.border-karta:after {
	   content: " "; /* Older browser do not support empty content */
	   visibility: hidden;
	   display: block;
	   height: 0;
	   clear: both;
	}
	.inner-info img
	{
		display: none;
	}
	.inner-info ul
	{
		margin-left: 0;
		text-align: center;
	}
	.inner-info p
	{
		margin-top: 10px;
	}

	.found-cheaper
	{
		padding-left: 50px;
	}
	.number input.plus-minus
	{
		width: 100px;
	}

}

.optgroups  {
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease 0ms;
    -o-transition: all .3s ease 0ms;
    transition: all .3s ease 0ms;
    list-style: none;
}
.optgroups li {
    display: inline-block;
    margin: 0 2px 0 0;
}

.optgroups li a {
    display: inline-block;
    min-width: 50px;
    margin: 0 auto 10px;
    padding: 5px;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.optgroups li a.active   {
    border: 1px solid #00589d;
    background: #00589d;
    color: #fff;
    text-decoration: none;
}

.h2  {
    position: relative;
    margin: 0 0 10px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
}

/*.barcode span {display: block; font-weight: bold; padding: 3px; background:#CCC; text-align: center;}*/
.table.attr {margin:10px 0;}
.table.attr .row  {border-bottom: 1px dashed #CCC}
.stock_warning {margin: 10px 0; color:red;}
/*.pmodel {padding: 4px; border: 1px dashed #D32A4B;text-align: center; font-weight: bold}*/
#oneclick-popup {margin-top: 10px}
.offscreen-img{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-backface-visibility: hidden;
}
.lazy-link {
    display: block;
    position: relative;
    height: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*background: transparent url(../image/lazy-loader.gif) no-repeat center center;*/
}
.ms-tr-anm:hover{background-color: #bfbfbf}
/*body[class^="product-category"] #column-left{
	display: block!important;
}

@media (max-width: 768px) {
	body[class^="product-category"] #column-left .box {display: none}
	body[class^="product-category"] #column-left {width:100%;margin-bottom: 20px;}
	.filter-button {text-align: center;font-size: 20px;border: 1px dashed #CCC;
    padding: 10px;}
}
*/
@media (max-width: 768px) {
	
	.privilege:after {display: none}
	.privilege-height {max-height: inherit}
	
	}
.us-reviews {
	background-color: #FBFBFB;
	padding-top: 30px;
}

.us-reviews-top {
	padding: 0 30px;
}

.us-reviews-btn:hover {
	opacity: .9;
}

.us-review-item {
	padding: 30px 0;
	border-bottom: 1px solid #F7F7F7;
}

.us-content-reviews .pagination,
#review .pagination,
#oct_popup_review .pagination {
    margin: 20px 0;
    padding-bottom: 20px;
}

.us-product-review-block {
	margin-right: 30px;
	background: #fbfbfb
}

.us-review-info {
	text-align: center;
}

.us-review-icon {
	margin-bottom: 10px;
}

.us-review-name,
.us-admin-answer-title {
	color: #57565C;
	font-size: 16px;
	font-weight: 600;
}

.us-review-date {
	color: #8E8D90;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 10px;
}

.us-reviews .us-rating-center,
.us-review-action {
	justify-content: center;
}

.us-review-action {
	margin-top: 20px;
}

.us-review-action-like {
	color: #71BE00;
}

.us-review-action-dislike {
	color: #EB5757;
}

.us-review-action-btn {
    border: 0;
    background: none;
    font-size: 20px;
    color: inherit;
    padding: 0;
    margin-bottom: 5px;
    transition: opacity .3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.us-review-action-btn:hover {
	opacity: .8;
}

.us-review-action-border {
	height: 20px;
	width: 1px;
	background: #F6F6F6;
	margin: 0 20px;
}

.us-review-text {
	color: #898989;
	background-color: #FFF;
	padding: 30px;
	position: relative;
}

#oct_popup_review .us-review-text {
	background: #fbfbfb
}

.us-review-text:before {
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #FFF;
	position: absolute;
	left: -20px;
	top: 15px;
}


.us-review-text-positive,
.us-review-text-negative {
	margin-left: 24px;
}

.us-review-text-negative {
	margin-top: 10px;
}

.us-review-text-title {
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
}

.us-review-text-title-positive {
	color: #71BE00;
}

.us-review-text-title-negative {
	color: #EB5757;
}

.us-review-text-title:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	top: 2px;
	left: -20px;
}

.us-review-text-title-positive:before {
	content: '\f067';
	color: #71BE00;
}

.us-review-text-title-negative:before {
	content: '\f068';
	color: #EB5757;
}

.us-review-text-negative p {
	margin-bottom: 20px;
}

.us-review-text-main {
	color: #898989;
	font-size: 14px;
}

.us-admin-answer {
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
}

.us-admin-answer .us-admin-answer-title {
	margin-bottom: 30px;
}

.us-review-text-main p:not(:last-child) {
	margin-bottom: 20px;
}


.us-content-reviews {
	padding:0
}

.us-content-reviews-top {
	border-bottom: 1px solid #F7F7F7;
	padding: 30px;
}

.us-rating-block {
	color: #545556;
	font-size: 24px;
	font-weight: 700;
	padding: 25px 26px;
	background: #D0EBA9;
	border-radius: 5px;
	margin-bottom: 20px;
}

.us-content-reviews-text {
	color: #8E8D90;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

.us-content-reviews-list {
	color: #444348;
	font-size: 14px;
	font-weight: 600;
}

.us-content-reviews-item {
	margin-bottom: 13px;
}

.us-content-reviews-quantity {
    font-size: 12px;
    width: 34px;
    margin: 0 10px;
    background: #e9e9e9;
    padding: 6px 0;
    border-radius: 2px;
    text-align: center;
}

.us-content-reviews .us-review-info {
	margin-top: 20px;
}

.us-rating-shop {
	position: relative;
}

.us-rating-shop span {
	color: #71BE00;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.us-rating-shop-details {
    position: absolute;
    left: 30px;
    right: 0;
    text-align: left;
    background: #fff;
    transition: margin-top 0.3s ease, opacity 0.3s ease;
    margin-top: 30px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.us-rating-shop:hover .us-rating-shop-details {
    opacity: 1;
    margin-top: 10px;
    z-index: 1021;
}

.us-review-block {
    margin-right: 30px;
}


.us-content-reviews .us-review-text,
.us-content-reviews .us-admin-answer {
	background: #FBFBFB;
}

.us-content-reviews .us-review-text{
	padding-top: 30px;
}

.us-review-text:before {
	border-right-color: #FBFBFB;
}

.us-content-reviews .us-admin-answer {
	margin-top: 0;
}

.us-content-reviews .us-admin-answer-title {
	margin: 20px 0;
}

.review_description {
    padding: 30px;
    color: #959497
}

.review_description p:not(:last-child) {
	margin-bottom: 1rem
}

.bxr-classic-image-v2{
    width: 100%;
    margin-bottom: 30px;
    display: table;
}

.bxr-classic-image-v2 .bxr-element-image{
    width: 100%;
    text-align: center;
    border: 1px solid #f6f6f6;
    float: left;
    margin-right: 20px;
    display: table-cell;
}

.bxr-classic-image-v2 .bxr-element-content{
    display: table-cell;
}

.bxr-classic-image-v2 .bxr-element-image img{
    max-width: 100%;
    margin: 0 auto;
}

.bxr-classic-image-v2 .bxr-element-name{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
}
.bxr-classic-image-v2 .bxr-element-name a{color:#45378c}

.bxr-classic-image-v2 .bxr-element-description{
    font-size: 13px;
    color: #808080;
    padding-top: 10px;
}

.bxr-classic-image-v2 .bxr-element-action{
    margin-top: 20px;
}

.bxr-classic-image-v2 .bxr-element-action .bxr-border-color-button{
    padding: 5px 30px;
}

.bxr-classic-image-v2 .bxr-element-date {
    display: inline-block;
}

.bxr-classic-image-v2 .bxr-element-date .bxr-color {
    padding: 5px 7px;
    margin-top: 4px;
    font-size: 13px;
}

.bxr-border-color-button {
  color: #45378c;
  text-decoration: none;
  border: 1px solid #45378c;
}
a.bxr-border-color-button {
  display: inline-block;
  text-decoration: none;
}
.bxr-color-button:hover,
.bx_auth_popup_form,
.containter input[type="submit"]:hover,
.authorize-submit-cell input[type="submit"]:hover,
.bx-registration-table input[type="submit"]:hover,
.bxr-border-color-button:hover {
  background: #45378c;
  color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(169, 134, 134, 0.5);
  -moz-box-shadow: 1px 1px 2px 0px rgba(169, 134, 134, 0.5);
  box-shadow: 1px 1px 2px 0px rgba(169, 134, 134, 0.5);
}
.bxr-color-button:active,
.bxr-border-color-button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sto {
width: 100%;
border-width: 0px;
}
.cat-desc-box a { color:#45378c; font-weight: normal;}

.sto tr td {
height: 80px;
border: 3px solid #ffffff;
}

.bingc-phone-button {bottom: 24%!important}

.checkout-confirmation {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.checkout-confirmation > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.checkout-confirmation > div.left-side {
	text-align: center;
}

.checkout-confirmation > div.left-side .icon-wrapper {
	position: relative;
	display: inline-block;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	margin-left: auto;
	margin-right: auto;
}

.checkout-confirmation > div.left-side .icon-wrapper .fa-shopping-basket {
	color: #dddddd;
	font-size: 60px;
}

.checkout-confirmation > div.left-side .icon-wrapper .fa-check {
	font-size: 35px;
	line-height: 0.7;
	color: #0071E3;
	position: absolute;
	right: -15px;
	bottom: -5px;
}

.checkout-confirmation > div.left-side .titles {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.checkout-confirmation > div.left-side .titles .title {
	font-size: 30px;
	margin: 0 0 10px 0;
}

.checkout-confirmation > div.left-side .titles .subtitle {
	font-size: 18px;
}

.checkout-confirmation > div.left-side .actions {
	text-align: right;
}

.checkout-confirmation > div.right-side .payment-comment {
	margin-top: 30px;
}

.checkout-confirmation > div.right-side .payment-comment textarea {
	resize: none;
	padding: 5px;
}

.checkout-confirmation > div.right-side .novaposhta-shipping {
	margin-top: 15px;
}

.checkout-confirmation > div.right-side .novaposhta-shipping img {
	width: 100%;
}

.checkout-confirmation > div.right-side .novaposhta-shipping ul li strong {
	font-weight: bold;
	color: #2a2a2f;
}

.checkout-confirmation > div.right-side .section-subtitle {
	display: flex;
	padding: 0 20px 20px 20px;
}

.checkout-confirmation > div.right-side .section-subtitle span {
	color: #0071E3;
	font-weight: bold;
}

.checkout-confirmation > div.right-side .order-details {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row {
	display: flex;
	justify-content: space-between;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row + .order-detail-row {
	margin-top: 55px;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column {
	max-width: 220px;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column + .order-detail-column {
	text-align: right;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column .column-title {
	font-weight: bold;
	font-size: 14px;
	color: #2a2a2f;
	margin: 0 0 15px 0;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul li {
	list-style: none;
	color: #2a2a2f;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul li.subtitle {
	text-transform: uppercase;
	color: #0071E3;
	font-size: 14px;
	font-weight: bold;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul li + li {
	margin-top: 5px;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul li span {
	color: #000000;
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals {
	margin-bottom: 30px;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals li {
	color: #000000;
	white-space: nowrap;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals li span {
	color: #2a2a2f;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals li.total {
	margin-top: 40px;
	color: #0071E3;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

.checkout-confirmation > div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals li.total span {
	font-weight: bold;
	color: #2a2a2f;
}

.checkout-confirmation > div.right-side .actions {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.content_cart_one .wishlist-tr {
    background: #f5f5f5 !important;
}
.content_cart_one h2{
    margin-bottom: 10px !important;
}
.top_my {
    margin-top: 50px;
}
.content_cart_one table tr {
    color: #666666;
    font-weight: 700;
}

/*#product, .button-cart {display:none!important;}*/
.wrap_037f {left:20px!important;}

.prod_icons img {margin:2px;}
.opt_block {text-align: left; color:#000;}
.opt_block .title { font-weight: bold; color: #71717a }
.opt_block > div { display: grid; grid-template-columns: repeat(3, 1fr);  gap: 10px; width: 100%; margin-bottom: 25px;}
.opt_block .item {display: inline-block; width:100%; border: 1.2px dashed #cbd5e1;
    padding: 12px 2px;
    border-radius: 14px;
    text-align: center;
    background: #fff;
    transition: border-color 0.2s;
}
.opt_block .item span {display: block; font-weight: bolder; font-size: 1.1em;}
.options-elements.withimg li { width:24%; }
#product-wrap-left .options-elements.withimg { max-height: initial; overflow: auto}
.evidnovlennya { border-radius: 10px;
    max-width: 166px;
    margin-bottom: 10px; }
.option-title { margin-top: 10px; display: none }
@media (max-width: 500px) {
	.checkout-simplecheckout .ts-mw-button { display: none}
	.checkout-onepcheckout .ts-mw-button, .checkout-onepcheckout .bingc-phone-button { display: none!important}
	.evidnovlennya {display:none; max-width: 150px }
	.product-hr, .calculator, .prod_icons { display: none }
	.options-elements.withimg li { width:32%; }
	.popupcart_buttons { display: flex;
    flex-direction: column-reverse; }
    .popupcart_buttons button {margin-bottom: 20px!important}
    .thumbnail a>img, .thumbnail>img {
    	max-width: 70%;
	}
	#image-additional .owl-item a { max-width: 100%; min-height: 70px!important; height: auto!important; margin-bottom: 0!important}
	#image-additional .owl-item { height: unset!important; }
	.options-elements .options-price {display: none}
	.options-elements { display: flex; gap: 5px; flex-wrap: wrap;}
	.opt_block .item { margin: 0 }
	.option-title { display: block }
	.mobile-stock {display: block!important; padding: 0; font-size: 14px; font-weight: bold;}
	#product-wrap-left .product-rating { display: none!important }
	#product-wrap-left .pmodel { border: none!important; padding: 0!important }
}

.delivery-pay-info { 
	text-align: left;
    margin-top: 21px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
}
.widget-item {
    display: flex;
    margin-bottom: 12px;
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.widget-item .item-icon img {
    width: 33px;
    margin-right: 12px;
}

.widget-item .item-content {color: #000;font-weight: bold;font-size: 13px;}

.widget-item span.small {
    font-weight: normal;
    color: #666;
    font-size: 12px;
    display: block;
}
.ts-mw-button {z-index: 20000000!important;}
.oct-button{ color:#222!important;   background-image: -webkit-gradient(linear,left top,left bottom,from(#fceb36),to(#f7d118));
    background-image: linear-gradient(180deg,#fceb36,#f7d118);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0);}
 .oct-button:hover {  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFC107),to(#FF9800));
    background-image: linear-gradient(180deg,#FFC107,#FF9800);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0);}

.oct-button2 {  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFC107),to(#FF9800));
    background-image: linear-gradient(180deg,#FFC107,#FF9800);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0);
    color:#000; font-weight: bold;
    border-color: #FF9800; transition: 3s ease-in-out;
}
.oct-button2:hover {  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFC107),to(#FF9800));
    background-image: linear-gradient(0deg,#FFC107,#FF9800);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0);transition: 3s ease-in-out}
    
.widget.widget-delivery {
    background: white;
    padding: 14px;
    margin-bottom: 11px;
}

bwchat#bwc-wrap.bwc-position-left #bwc-chat-omnichannel.bwc-mobile { left: 0!important; bottom:247px!important; }
bwchat#bwc-wrap #bwc-chat-cloud-message.bwc-animation-mobile-welcome-message .bwc-container .bwc-msg-welcome .bwc-container-msg-text, bwchat#bwc-wrap #bwc-chat-cloud-message.bwc-animation-mobile-welcome-message .bwc-container .bwc-msg-welcome .bwc-container-msg-btn { bottom:90px!important; }
.oct-sticker-right { position: absolute;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px; }
.oct-sticker-right .oct-sticker { padding: 5px 10px; border-radius: 5px; }
.files__list { margin-bottom: 50px; font-weight: bold; font-size: 18px; }
.files__list i { color: red; font-size: 1.5em}
/* --- СТИЛІ ДЛЯ СТОРІНКИ 404 AURA --- */
.error-page-aura {
    padding: 60px 15px;
    background: #fff;
    border-radius: 8px;
    margin: 20px 0;
}

.error-illustration {
    position: relative;
    margin-bottom: 20px;
}

.error-num {
    font-size: clamp(80px, 15vw, 150px);
    font-weight: 900;
    color: #f1f1f1;
    line-height: 1;
    display: block;
}

.construction-icon {
    font-size: 50px;
    margin-top: -40px;
}

.error-title {
    font-size: 28px;
    color: #4a338e !important; /* Твій фірмовий фіолетовий */
    margin-bottom: 15px;
    font-weight: 700;
}

.error-text {
    font-size: 16px;
    color: #666;
    max-width: 550px;
    margin: 0 auto 30px;
}

.error-search-block {
    max-width: 500px;
    margin: 0 auto 40px;
}

.error-search-block .input-group {
    border: 2px solid #4a338e;
    border-radius: 6px;
    overflow: hidden;
}

.error-search-block input {
    border: none !important;
    height: 50px !important;
    box-shadow: none !important;
}

.error-search-block .btn-primary {
    background: #4a338e !important;
    border: none !important;
    color: #fff !important;
    padding: 0 25px;
    height: 50px;
    font-weight: bold;
}

.error-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-aura-main {
    background: #ffb400; /* Твій фірмовий жовтий */
    color: #000 !important;
    padding: 15px 35px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn-aura-main:hover {
    background: #e6a300;
    text-decoration: none;
}

.btn-aura-outline {
    border: 2px solid #4a338e;
    color: #4a338e !important;
    padding: 13px 35px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

.btn-aura-viber {
    background: #7360f2;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 768px) {
    .error-actions { flex-direction: column; }
    .btn-aura-main, .btn-aura-outline, .btn-aura-viber { width: 100%; text-align: center; }
}
