/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------*/
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #202b36;
	background: #FFF;
	font-size: 12px;
	line-height: 1.428571429;
	width: 100%;
	position: relative;
}

.product-image img {
	background: #fff;
}

*:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #202b36;
	line-height: 1.35;
	font-weight: 600;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #202b36;
	cursor: pointer !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #ee3333;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 13px;
	font-weight: normal;
}

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] {
	min-width: 50px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.flip {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* tooltip */
.tooltip.top .tooltip-arrow {
	border-top-color: #ee3333;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #ee3333;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: #ee3333;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #ee3333;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #ee3333;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #ee3333;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #ee3333;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #ee3333;
}

.tooltip-inner {
	background: #d43f3a;
}

.alert {
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}

/* transition */
a:hover,
.banner-3 a:hover::before,
#button-guest:hover,
#button-search:hover,
#button-review:hover,
#button-account:hover,
#button-login:hover,
#button-confirm:hover,
#button-payment-method:hover,
#button-register:hover,
#button-shipping-method:hover,
#button-quote:hover,
#button-coupon:hover,
.form-horizontal input.btn:hover,
a.btn:hover,
input[type='submit']:hover,
.button:hover,
.product-layout:hover .action-links-link,
.static-policy .col:hover .text-content h2,
.static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist,
.layout1:hover .btn-compare,
.banner-2 a:hover::before,
.product-image:hover .img-r,
.banner-1>div:hover img {
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}

#button-guest:hover,
#button-search:hover,
#button-review:hover,
#button-account:hover,
#button-login:hover,
#button-confirm:hover,
#button-payment-method:hover,
#button-register:hover,
#button-shipping-method:hover,
#button-quote:hover,
#button-coupon:hover,
.form-horizontal input.btn:hover,
a.btn:hover,
input[type='submit']:hover,
.button:hover {
	color: #fff;
	background-color: #ee3333;
}

#button-guest,
#button-search,
#button-review,
#button-account,
#button-login,
#button-confirm,
#button-payment-method,
#button-shipping-method,
#button-quote,
#button-coupon,
#button-register,
.form-horizontal input.btn,
a.btn,
input[type='submit'],
.button {
	border: none;
	background: #657A8D;
	padding: 0px 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	line-height: 42px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#button-voucher,
#button-coupon {
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
}

#button-search+h2 {
	display: none;
}

#button-search {
	margin: 15px 0;
}

#modal-agree {
	z-index: 9999;
}

/* owl carousel */
.owl-carousel.owl-theme:hover .owl-nav div {
	opacity: 1;
}

.owl-carousel.owl-theme .owl-dot:hover span,
.owl-carousel.owl-theme .owl-dot.active span {
	background: #202b36;
}

.owl-carousel.owl-theme .owl-dots {
	margin-top: 40px;
}

.owl-carousel.owl-theme .owl-dot {
	display: inline-block;
	vertical-align: top;
}

.owl-carousel.owl-theme .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #e1e1e1;
	margin: 5px;
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-theme .owl-nav {
	margin: 0;
}

.owl-carousel.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	font-size: 0;
	margin: 0;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	padding: 0;
	line-height: 46px;
	border: 2px solid #e1e1e1;
	color: #9e9e9e;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-theme .owl-nav div:before {
	font-family: "Ionicons";
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	width: 100%;
}

.owl-carousel.owl-theme .owl-nav div.owl-prev {
	left: -80px;
}

.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
	content: "\f124";
}

.owl-carousel.owl-theme .owl-nav div.owl-next {
	right: -80px;
}

.owl-carousel.owl-theme .owl-nav div.owl-next:before {
	content: "\f125";
}

.owl-carousel.owl-theme .owl-nav div:hover {
	background: #ee3333;
	border-color: #ee3333;
	color: #fff;
}

@media (max-width: 767px) {

	/* Только для мобилок, если нужно */
	.owl-dots.disabled {
		display: block !important;
	}

	.owl-dot {
		display: inline-block !important;
		/* Чтоб точки были видимы */
	}
}

/*--------------*/
/* newsletter popup */
.b-close {
	display: block;
}

.newletter-popup {
	background: #fff;
	top: 50% !important;
	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

/* .top-menu .box {
	display: flex;
} */

.box.box-right {
	display: flex;
	align-items: center;
}

#boxes .newletter-title h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}

.newletter-popup #dialog {
	padding: 50px 20px;
}

#boxes .box-content label {
	font-weight: 400;
	max-width: 650px;
}

#boxes #frm_subscribe .required {
	color: #f00;
	padding-right: 5px;
}

#boxes #frm_subscribe a {
	cursor: pointer;
}

#boxes #frm_subscribe #subscribe_pemail {
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding-left: 15px;
}

#boxes .box-content .subscribe-bottom {
	margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
	margin: 0;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}

#boxes #frm_subscribe #notification {
	color: #f00;
}

#boxes #frm_subscribe #notification .success {
	color: #67D7BB;
}

#popup2 {
	text-align: center;
	background: #333;
	border-radius: 0;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	color: #fff;
	margin-top: -49px;
	margin-right: -19px;
}

#popup2:hover {
	background: #ee3333;
}

/* newsllter */
.newletter-subscribe-container {
	text-align: center;
	border-top: 1px solid #ebebeb;
	margin-top: 100px;
	padding-top: 100px;
}

.newletter-subscribe-container .container-inner {}

.newletter-subscribe-container .container-inner img.icon-newletter {
	position: absolute;
	bottom: 4px;
	left: -110px;
}

#dialog-normal .newletter-title {
	display: block;
}

#dialog-normal .newletter-title h3 {
	color: #657A8D;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}

#dialog-normal .newletter-title h3 span {
	color: #da2424;
	font-weight: 500;
}

#dialog-normal .newletter-title h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 18px;
}

#dialog-normal .newletter-title p {
	display: block;
	margin: 0;
}

#dialog-normal .newleter-content {
	display: block;
	margin-top: 55px;
}

#subscribe {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#subscribe_email {
	display: inline-block;
	background: #fff;
	padding: 10px 215px 10px 25px;
	border: 2px solid #ebebeb;
	line-height: 30px;
	height: 55px;
	border-radius: 0;
	color: #9d9d9d;
	font-size: 12px;
	width: 620px;
	font-weight: 400;
	border-radius: 2px;
}

#subscribe .btn:hover {
	color: #ee3333;
}

#subscribe .btn {
	position: absolute;
	top: 50%;
	right: 0;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	padding: 0 60px;
	background: transparent;
	color: #657A8D;
	border-left: 2px solid #ebebeb;
	box-shadow: none;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#notification-normal {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
}

#notification-normal div.warning {
	color: red;
	text-align: center
}

/* Header */
.common-home header {
	min-height: 0;
	background: none;
	margin-bottom: 0;
}

/*.product-category header,.product-product header{
	background: url(../image/bkg_header_1.jpg) center repeat-x;

}*/
header {
	position: relative;
	min-height: 600px;
	/*background: url(../image/bkg_header_2.jpg) center repeat-x;*/
	margin-bottom: 60px;

}

#top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 5px;
}

#top p {
	margin: 0;
	color: #fff;
	font-size: 12px;
	padding: 11px 0;
}

#top .box-left {
	float: left;
}

#top .box-right {
	float: right;
}

#middle {
	position: relative;
	z-index: 2;
}

.header-inner {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.header-inner .container-inner {
	position: relative;
}

.setting-button {
	font-size: 24px;
	color: #fff;
	width: 40px;
	/* height: 40px; */
	line-height: 40px;
	cursor: pointer;
	box-shadow: none !important;
}

.setting-button:hover {
	color: #ee3333;
}

.top-menu .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .setting-content .text-ex,
header .setting-content .btn-link-current {
	margin-right: 9px;
	color: #202b36;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 25px;
	padding: 0;
	font-size: 12px;
	border: 0;
	pointer-events: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

header .setting-content .text-ex {
	margin-right: 5px;
}

header .setting-content>div {
	margin-bottom: 14px;
}

header .setting-content>div:last-child {
	margin-bottom: 0;
}

header .setting-content .content {
	border-top: 1px solid #ebebeb;
	margin-top: 3px;
	padding-top: 4px;
	padding-left: 20px;
}

header .btn-group .dropdown-menu {
	position: absolute;
	right: 0;
	float: none;
	width: 280px;
	padding: 35px 40px 32px 40px;
	left: auto;
	text-align: left;
	font-size: 12px;
	margin: 0;
	background: white;
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

header .btn-group header-links {
	left: auto;
	right: -15px;
}

header .setting-content .btn-group .dropdown-menu li {
	padding-left: 20px;
}

header .btn-group .dropdown-menu li:last-child {
	border: 0;
}

header .btn-group .dropdown-menu li>a,
header .btn-group .dropdown-menu li>button {
	font-size: 12px;
	padding: 3px 0;
	line-height: 24px;
	display: block;
	text-transform: capitalize;
	font-weight: normal;
	height: inherit;
	border-radius: 0;
	text-align: left;
	color: #202b36;
}

header .btn-group .dropdown-menu li>a:hover,
header .btn-group .dropdown-menu li>button:hover {
	text-decoration: none;
	color: #ee3333;
}

header .btn-group .dropdown-menu li a img,
header .btn-group .dropdown-menu li button img {
	vertical-align: baseline;
	margin-right: 5px;
}

header .btn-group .dropdown-menu>a:hover,
header .btn-group .dropdown-menu>button:hover,
header .btn-group .dropdown-menu .item-selected {
	color: #ee3333;
	text-decoration: none;
}

.logo-container {
	display: inline-block;
	vertical-align: top;
}

#logo {
	padding: 10px 0;
}

#logo a {
	display: inline-block;
}

.headerSpace {
	display: none;
}

.switch {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.switch:last-child {
	margin-right: 0;
}

.switch .text-ex {
	display: none;
}

.switch .btn-group .dropdown-menu {
	right: auto;
	left: 0;
	width: auto;
	padding: 15px 20px;
	/* min-width: auto; */
}

.switch .btn-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	border: 0;
	padding: 10px 0;
	text-decoration: none;
}

.switch .btn-link:hover {
	color: #ee3333;
}

/* Search */
.search-button {
	font-size: 22px;
	color: #fff;
	/* height: 40px; */
	width: 40px;
	line-height: 40px;
	cursor: pointer;
	box-shadow: none !important;
}

.search-button:hover {
	color: #ee3333;
}

#search .search-content {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	left: auto;
	right: -15px;
	width: auto;
}

#search {
	float: left;
}

#search input {
	height: 55px;
	font-size: 12px;
	color: #a4a4a4;
	width: 420px;
	font-weight: 400;
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: none !important;
	padding: 10px 60px 10px 20px;
}

#search .input-group-btn {
	position: absolute;
	right: 0;
	width: auto;
}

#search .input-group-btn button {
	background: transparent;
	border: 0;
	height: 55px;
	width: 55px;
	box-shadow: none !important;
	margin: 0;
}

#search .input-group-btn button i {
	font-size: 22px;
	color: #23232c;
}

#search .input-group-btn button:hover i {
	color: #ee3333;
}

#search .input-group-btn button i:before {
	content: "\f4a4";
	font-family: "Ionicons";
}

/* search category */
.top-search {}

#search-by-category {
	position: relative;
	width: 100%;
}

#search-by-category .search-container {}

#search-by-category .search-container .categories-container {
	position: absolute;
	padding: 10px 0;
	left: 0;
	top: 0;
}

#search-by-category .search-container #text-search {
	padding: 0 55px 0 190px;
	height: 49px;
	border-radius: 3px;
	font-size: 12px;
	border: 0;
	z-index: 1;
	background: #fff;
	color: #c2c2c2;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#search-by-category #sp-btn-search {
	position: absolute;
	right: 0px;
	top: 0;
}

#search-by-category .search-container .categories-container .hover-cate p {
	margin: 0;
	color: #363f4d;
	padding: 0 30px 0 25px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 29px;
}

#search-by-category .search-container .categories-container .hover-cate p:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#search-by-category .search-container .categories-container .hover-cate p i {
	display: inline-block;
	vertical-align: top;
	font-size: inherit;
	line-height: inherit;
	margin-left: 19px;
}

#search-by-category .search-container .categories-container .hover-cate .cate-items {
	z-index: 9999 !important;
	position: absolute;
	display: none;
	background: #FFF;
	max-height: 300px;
	overflow: auto;
	margin-top: 0px;
	border: 1px solid #ddd !important;
	padding: 5px;
	width: 100%;
	cursor: pointer;
	top: 100%;
	text-align: left;
}

.cate-items li {
	text-transform: capitalize;
	color: #363f4d;
	font-size: 11px;
	list-style: none;
	line-height: 18px;
}

.cate-items li:hover {
	color: #ee3333
}

.cate-items li.f1 {
	padding-left: 5px;
}

.cate-items li.f2 {
	padding-left: 15px;
}

#search-by-category .search-ajax {
	position: absolute;
	z-index: 9999 !important;
	background: none repeat scroll 0% 0% #fff;
	left: 0px;
	top: 100%;
	width: 88%;
}

.ajax-result-item .product-info .detail .price-box .old-price {
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}

.ajax-result-item .product-info .detail .price-box p {
	display: inline-block;
}

.ajax-result-item .product-info .detail .price-box {
	font-weight: 700;
	margin: 0 0 10px 0;
}

.ajax-result-item .product-info .detail .product-name {
	margin: 10px 0;
}

#search-by-category .search-ajax li {
	list-style: none;
}

#search-by-category .search-ajax .ajax-result-container {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-msg {
	padding: 20px;
	margin: 0;
	color: #646464;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
	display: block;
	border: 1px solid #ddd;
	max-height: 300px;
	overflow: auto;
	padding: 10px;
}

#btn-search-category:hover {
	color: #363f4d;
}

#btn-search-category {
	background: #ee3333;
	border: none !important;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 3px;
	height: 49px;
	width: 49px;
	color: #fff;
	font-size: 0;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 49px;
}

#btn-search-category:before {
	font-family: 'Stroke-Gap-Icons';
	content: "\e6a4";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#wishlist-total,
#link-compare,
#cart>button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
	font-size: 13px;
	color: #ee3333;
	text-transform: capitalize;
	text-align: center;
}

#wishlist-total .icon,
#link-compare .icon,
#cart>button .icon {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#wishlist-total .text,
#link-compare .text,
#cart .text {
	display: none;
}

#wishlist-total:hover,
#link-compare:hover,
#cart>button:hover {
	color: #363f4d;
}

#link-compare span {
	display: none;
}

.search-container {}

.cart-container {
	padding: 45px 15px 0 0;
	width: 18%;
}

#cart-total .item-cart,
#wishlist-total .count,
#cart-total {
	position: absolute;
	display: block;
	color: #fff;
	top: 0px;
	left: 35px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	transform: translateY(-5px);
	transform: translateX(-5px);
}

#cart .dropdown-menu {}

#cart {
	width: auto;
	float: left;
	margin: 0 20px;
}

#cart-total .total-price {
	color: #fff;
}

#cart>button {
	display: flex;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	margin: 0;
	position: relative;
}

#wishlist-total i,
#link-compare i {
	font-size: 20px;
	color: #fff;
	font-style: normal;
	width: 40px;
	/* height: 40px; */
	/* line-height: 40px; */
	/* display: block; */
}

/* #cart > button i {
	font-size: 20px;
} */

/* #cart > button i {
	font-size: 20px;
	color: #fff;
	font-style: normal;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	display: block;
} */


#cart button .ion-bag,
#cart button .ion-bag::before {
	font-size: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
}

#cart button:hover .ion-bag::before {
	color: #ee3333;
}

#wishlist-total:hover i,
#link-compare:hover i {
	color: #ee3333;
}

#cart .mycart {
	display: none;
}

#cart .dropdown-menu .text-empty {
	margin: 0;
	padding: 10px 0;
}

.top-menu {
	position: relative;
	z-index: 1;
}

.top-menu {
	background: rgba(29, 28, 28, 0.4);
}

.top-menu .col {
	float: left;
}

.top-menu .col-menu {}

.fix-header {
	border: none;
	background: rgba(29, 28, 28, 0.67);
	box-shadow: 0 0 5px #bdbdbd;
	-moz-box-shadow: 0 0 5px #bdbdbd;
	-webkit-box-shadow: 0 0 5px #bdbdbd;
	-o-box-shadow: 0 0 5px #bdbdbd;
	-ms-box-shadow: 0 0 5px #bdbdbd;
	width: 100%;
	max-width: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 889;
	margin: 0 auto;
	/* padding: 5px 0; */
	position: fixed !important;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 5.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_titles;
	-moz-animation-duration: 5.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
}

.fix-header #pt_custommenu::after,
.fix-header #pt_custommenu::before {
	display: none;
}

.fix-header .pt_custommenu div.pt_menu .parentMenu a {
	/* padding-top: 15px; */
	/* padding-bottom: 15px; */
}

.fix-header #pt_custommenu {
	margin: 0;
}

.fix-header .cart-container,
.fix-header .search-container,
.fix-header .logo-container {
	/* display: none; */
}

.fix-header .vermagemenu-container {
	display: none;
}

body:not(.common-home) .vermagemenu-container .vermagemenu {
	position: static;
	margin-bottom: 50px;
}

body:not(.common-home) .vermagemenu-container {
	width: 100%;
	padding: 0;
}

/* body:not(.common-home) header:not(.fix-header) .hozmenu-container{
	width: 100%; */
}

/* cms block */
.banner-static {
	text-align: center;
	clear: both;
	/* overflow: hidden; */
}

.banner-static .owl-pagination {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 2%;
}

.banner-static .image a {
	/* position: relative; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
}

.banner-static .image a:hover img {
	opacity: 0.8;
}


.static-menu-bottom {
	padding: 30px 30px 5px 30px;
}

.static-sidebar {
	margin-top: 30px;
}

.static-sidebar .image a .text {
	top: 10%;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.static-sidebar .text .text1 {
	display: block;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "texgyreadventor";
	color: #363f4d;
}

.static-sidebar .text .text2 {
	display: block;
	font-size: 20px;
	font-family: "texgyreadventor";
	color: #363f4d;
	font-weight: 400;
}

.static-sidebar .text .text3 {
	font-size: 13px;
	font-weight: 300;
	color: #363f4d;
	margin-top: 25px;
	display: block;
}

.static-sidebar .text .text3 strong {
	display: block;
	font-weight: 500;
	color: #4380db;
	font-size: 24px;
}

.static-top-nego3 {
	padding: 0 20px;
}

.static-top-nego3 a,
.static-top-nego3 a img {
	width: auto;
	border-radius: 6px;
	max-width: none;
}

.static-top-nego3 .row {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.static-top-nego3 .col {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin-top: 20px;
}

.static-middle-nego3 {
	margin-top: 80px;
	padding: 0 20px;
}

/* Products */
.owl-item.active .item {
	-moz-animation: zoomIn 500ms ease;
	-o-animation: zoomIn 500ms ease;
	-webkit-animation: zoomIn 500ms ease;
	animation: zoomIn 500ms ease;
}

.item .item-inner {
	position: relative;
}

.label-product {
	color: #fff;
	background: #da2424;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	text-transform: capitalize;
	font-size: 12px;
	z-index: 3;
}

.label_sale {
	background: #657A8D;
	top: 10px;
	z-index: 4;
}

.item-inner .images-container {
	position: relative;
	background: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.item-inner .images-container .product-image {
	position: relative;
	display: block;
	text-align: center;
}

.item-inner .images-container img {
	margin: auto;
}

.item-inner .images-container .product-image img {
	/*height: 100%;*/
}

.item-inner .images-container .img-r {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.item-inner:hover .images-container .img-r {
	opacity: 1;
	visibility: visible;
}

.item-inner button.btn-quickview {
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	text-transform: capitalize;
	color: #657A8D;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 0;
	border-radius: 3px;
	text-align: center;
	border: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border: 1px solid #929292;
	border-radius: 2px;
}

.tttabs-readmore {
	width: 100%;
	text-align: center;
}

.tttabs-readmore a {
	font-size: 12px;
	color: #fff;
	line-height: 51px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	padding: 0 50px;
	background: transparent;
	margin-top: 53px;
}

.item-inner button.btn-quickview:before {
	content: "\f39c";
	font-family: "Ionicons";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	width: 100%;
}

.qv-button-container {
	display: block;
}

.tt-product {}

.item-inner .action-links button {
	display: block;
	margin-bottom: 5px;
}

.item-inner .action-links button:hover {
	background: #657A8D;
	color: #fff;
}

.item-inner .action-links button:last-child {
	margin-bottom: 0;
}

.item-inner button.btn-cart {
	padding: 0;
	background: transparent;
	color: #657A8D;
	text-transform: uppercase;
	font-weight: 600;
	line-height: normal;
}

.item-inner button.btn-cart:before {
	content: "+";
	margin-right: 4px;
}

.item-inner button.btn-cart:hover {
	color: #ee3333;
}

button.btn-compare span,
button.btn-wishlist span {
	display: none;
}

button.btn-compare i,
button.btn-wishlist i {
	display: none;
}

button.btn-compare,
button.btn-wishlist {
	line-height: 40px;
	height: 40px;
	border: 1px solid #929292;
	border-radius: 2px;
	width: 40px;
	display: block;
	background-color: #fff;
	font-weight: normal;
	font-size: 0;
	padding: 0;
	border-radius: 3px;
	text-align: center;
	color: #657A8D;
}

button.btn-compare:before,
button.btn-wishlist:before {
	content: "\f387";
	font-family: "Ionicons";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	width: 100%;
}

button.btn-compare:before {
	content: "\f39d";
}

button.btn-compare:hover,
button.btn-wishlist:hover {
	background-color: #657A8D;
}

.item-inner .caption {
	padding: 25px 0 0 0;
	background: transparent;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.item-inner .caption-top {
	padding-top: 0;
	margin-bottom: 16px;
}

.item-inner .caption .manufacture-product {
	display: none;
}

.product-name {
	margin-bottom: 11px;
	display: block;
	margin-top: 0;
}

.product-name a {
	color: #202b36;
	padding: 0;
	display: block;
	line-height: 18px;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	height: 35px;
}

.ratings {
	display: block;
}

.ratings a {
	font-size: 12px;
	color: #adadad;
	line-height: 1;
	margin-left: 10px;
}

.ratings a:hover {
	color: #ee3333;
}

.ratings a.review-count {
	margin-right: 10px;
	margin-left: 20px;
}

.ratings .rating-box {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	color: #adadad;
}

.rating-box div[class^='rating'] {
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 12px;
	width: 67px;
}

.rating-box div.rating1 {
	background-image: url('../image/rating1.png');
}

.rating-box div.rating2 {
	background-image: url('../image/rating2.png');
}

.rating-box div.rating3 {
	background-image: url('../image/rating3.png');
}

.rating-box div.rating4 {
	background-image: url('../image/rating4.png');
}

.rating-box div.rating5 {
	background-image: url('../image/rating5.png');
}

.price-box p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

.price-box .price-tax {
	display: none;
}

.price-box .price {
	color: #4cbcdb;
	font-size: 16px;
	font-weight: 600;
}

.price-box p.special-price .price {
	color: #ee3333;
	font-weight: 700;
}

.price-box p.old-price {
	margin-left: 5px;
}

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

.item-inner .caption .price-box {
	display: block;
	font-family: 'Karla', sans-serif;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.item-inner .caption .price-box label {
	margin: 0;
	font-size: 13px;
	display: none;
	color: #363f4d;
}

/* module title*/
.module-title {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 92px;
}

.module-title h2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	color: #23232c;
	padding-bottom: 6px;
}

/* grid-style */
.tt-product .product-layout.grid-style:not(:first-child) {
	margin-top: 45px;
}

.grid-style .item-inner button.btn-cart {
	position: absolute;
	transform: translateY(-35px);
	left: -20px;
	bottom: 0;
	opacity: 0;
}

.button_tags {
	transform: translateY(-20px);
}

.grid-style .item-inner:hover button.btn-cart {
	opacity: 1;
	left: 0;
}

/* .btn-cart:hover {
	background: #657A8D !important;
	 border: #657A8D !important;
} */
.grid-style .item-inner:hover .caption .price-box {
	opacity: 0;
}

.grid-style .item-inner .ratings {
	display: none;
}

.grid-style .item-inner .action-links {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.grid-style .item-inner:hover .action-links {
	right: 20px;
	opacity: 1;
}

/* list-style*/
.list-style {
	border: 0;
	padding: 0;
	margin-top: 0;
}

.list-style .module-title {}

.list-style .label-pro-new,
.list-style .label-pro-sale {
	right: 0;
}

.list-style .item {}

.list-style .item .item-inner:before {
	display: none;
}

.list-style .item .item-inner {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.list-style .item .item-inner .images-container {
	float: left;
	width: 31.5%;
	padding: 0;
}

.list-style .item .item-inner .caption {
	text-align: left;
	padding-left: 15px;
	padding-right: 0;
	overflow: hidden;
	padding-top: 11px;
}

.list-style .product-name {}

.list-style .item-inner .price-box {
	margin-top: 15px;
}

.list-style .item-inner .action-links {
	margin-top: 58px;
}

.list-style.product-layout {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dotted #ebebeb;
}

.list-style.product-layout:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.list-style2 .item-inner .price-box {
	margin-top: 35px;
}

/* module-other */
.module-other {}

.module-other.module-nav2 .owl-carousel.owl-theme .owl-nav {
	right: 10px;
}

.module-other .item-inner .action-links button.btn-cart {
	padding: 0 33px;
}

.module-other .product-customize {
	margin-bottom: 20px;
}

.module-other .product-customize.list-style {
	width: 100%;
}

.module-other .product-customize {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.module-other .tt-product {
	border: 0;
	background: transparent;
	margin: 0 -10px;
}

.module-other .list-style.product-layout {
	border: 0;
}

.module-other .owl-item.active .item {
	border: 0;
}

.module-other .item .item-inner {
	background: #fff;
}

/* module-style3 */
.module-style3 .label-pro-new,
.module-style3 .label-pro-sale {
	right: 0;
}

.module-style3 .item-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.module-style3 .item-inner .images-container {
	float: left;
	width: 37%;
}

.module-style3 .item-inner .caption {
	float: left;
	width: 63%;
	padding: 13px 10px 0 15px;
}

.module-style3 .item-inner .caption .price-box {
	opacity: 1 !important;
}

.module-style3 .item:not(:first-child) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ebebeb;
}

/* module-nav2 */
.module-nav2 .owl-carousel.owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	margin: 0;
	width: calc(100% + 100px);
	left: -50px;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	width: 20px;
	background: transparent;
	border-radius: 0;
	height: 30px;
	line-height: 30px;
	border: 0;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	margin: 0;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div:before {
	font-size: 35px;
	color: #202b36;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div.disabled {
	color: #b2b2b2 !important;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div:hover {
	color: #ee3333;
	background: none;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-prev {
	right: 14px;
	float: left;
}

.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-next {
	float: right;
}

.module-nav2 .owl-carousel.owl-theme .owl-dots,
#instagram_block_home .owl-dots {
	position: absolute;
	right: -5px;
	top: -30px;
	margin: 0;
}

/* slider-group */
.slider-group {
	margin-top: 20px;
}

/* background-full */
.background-full {
	background: #f6f6f6;
	padding-bottom: 80px;
}

.background-full2 {
	padding-bottom: 60px;
}

/* product-tabs-category-container-slider */
.tabs-category-slider {}

.tabs-category-slider .module-title {
	border: 0;
	text-align: center;
	margin-bottom: 43px;
	margin-top: 60px;
}

.tabs-category-slider .module-title h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}

.module-description p {
	margin-bottom: 42px;
	font-size: 12px;
	line-height: 24px;
	color: #657A8D;
	margin-top: 9px;
}

.tabs-category-slider .tabs-categorys {
	z-index: 1;
	display: block;
}

.tabs-category-slider .tabs-categorys li {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}

.tabs-category-slider .tabs-categorys li:last-child {
	margin-right: 0;
}

.tabs-category-slider .tabs-categorys li a {
	font-size: 14px;
	color: #202b36;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 300;
	cursor: pointer;
	display: block;
}

.tabs-category-slider .tabs-categorys li:last-child {
	margin: 0;
}

.tabs-category-slider .tabs-categorys li a:hover,
.tabs-category-slider .tabs-categorys li.active a {
	color: #202b36;
	font-weight: bold;
}

/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
	display: none;
}

.product-tabs-container-slider .tabs {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 17px;
}

.product-tabs-container-slider .tabs li {
	font-size: 14px;
	color: #bbbbbb;
	line-height: 26px;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin-right: 35px;
}

.product-tabs-container-slider .tabs li:last-child {
	margin: 0;
}

.product-tabs-container-slider .tabs li:hover,
.product-tabs-container-slider .tabs li.active {
	color: #333333;
}

.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .images-container {
	float: left;
	width: 45%;
}

.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .caption {
	overflow: hidden;
}

.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .quick-view,
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .action-links {
	display: none;
}

.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .caption .price-box {
	opacity: 1;
	visibility: visible;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}

/* featured-categories-container */
.featured-categories-container {
	margin-bottom: 80px;
}

.featured-categories-container .owl-item.active {
	border-right: 1px solid #ebebeb;
}

.featured-categories-container .owl-item.active.last {
	border: none;
}

.fcategory-content .image {
	display: block;
	border-radius: 1px;
	overflow: hidden;
}

.owl-featured-categories {
	border: 1px solid #ebebeb;
	background: #fff;
}

.fcategory-content {
	padding: 20px;
}

.fcategory-content .image img {
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.fcategory-content .image:hover img {
	-moz-transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-o-transform: scale3d(1.03, 1.03, 1.03);
	-ms-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
}

.featured-categories-container .content-thumb .name {
	margin-top: 17px;
	margin-bottom: 16px;
}

.featured-categories-container .content-thumb .name a {
	font-size: 14px;
	color: #ee3333;
	display: block;
	font-weight: 500;
}

.featured-categories-container .content-thumb .name a:hover {
	color: #ee3333;
}

.sub-featured-categories li a {
	display: block;
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
}

.sub-featured-categories li a:hover {
	color: #ee3333;
	padding-left: 7px;
}

.featured-categories-container .view-more {
	line-height: 29px;
	padding: 0 20px;
	color: #949494;
	text-transform: capitalize;
	background: #f1f1f1;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	margin-top: 21px;
}

.featured-categories-container .view-more:hover {
	background: #ee3333;
	color: #fff;
}

/* CountDown */
.occountdown_module {}

.item-inner .caption .available {
	display: none;
}

.occountdown_module .item-inner .caption .available {
	font-size: 13px;
	color: #363f4d;
	margin-bottom: 0;
	margin-top: 20px;
	text-transform: capitalize;
	display: block;
}

.occountdown_module .item-inner .caption .available span {
	color: #ee3333;
	margin-left: 3px;
}

.occountdown_module .product-des {
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
	margin-top: 18px;
	display: block;
	margin-bottom: 25px;
}

.text-hurryup {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #a8a8a8;
	margin-bottom: 0;
	margin-right: 20px;
}

.text-hurryup strong {
	display: block;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	color: #3d3d3d;
}

.is-countdown {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.countdown-row {
	display: block;
	margin: 0 -3.5px;
	overflow: hidden;
}

.countdown-section {
	width: 25%;
	float: left;
	padding: 0 3.5px;
}

.countdown-section .time-info {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 11px 0;
	border-radius: 3px;
}

.countdown-section:last-child {
	border: 0;
}

.countdown-amount {
	font-size: 16px;
	line-height: 1;
	color: #657A8D;
	position: relative;
	display: block;
	font-weight: 700;
	font-family: 'Karla', sans-serif;
}

.countdown-period {
	display: block;
	font-size: 12px;
	color: #c8c8c8;
}

/* oc-featured-products */
.oc-featured-products {
	margin-bottom: 80px;
}

/* testimonial */
.testimonial-container .block-content .thumb li:hover img,
.testimonial-container .block-content .thumb li.active img {
	opacity: 1;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	border-color: #ee3333;
}

.testimonial-container .block-content .thumb li img {
	opacity: .2;
	border: 3px solid transparent;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.testimonial-container .block-content .thumb li.active .testimonial-author,
.testimonial-container .block-content .thumb li:hover .testimonial-author {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.testimonial-container .block-content .thumb .testimonial-author {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	color: #363f4d;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.testimonial-container .block-content .testimonial-content {
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	font-style: italic;
	margin-bottom: 30px;
}

.testimonial-container .block-content .testimonial-content a {
	color: #363f4d;
}

.testimonial-container .block-content .thumb {
	margin: auto;
	padding: 0;
	text-align: center;
	max-width: 420px;
}

.testimonial-container .block-content .thumb li {
	display: inline-block;
	width: auto;
	margin: 0 5px;
	position: relative;
	vertical-align: top;
	padding-bottom: 57px;
	padding-top: 10px;
}

.testimonial-container .owl-pagination {
	display: none;
}

.testimonial-container .block-content {
	padding: 25px 0;
	padding-bottom: 30px;
}

.testimonial-container .owl-carousel.owl-theme .owl-nav {
	top: -91px;
}

/* corporate */
.ma-corporate-about {
	text-align: left;
	margin: 50px 0 80px;
}

.ma-corporate-about .col {
	margin-top: 30px;
}

.ma-corporate-about .col:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -32px;
	content: "";
	height: 64px;
	width: 1px;
	background: #ebebeb;
}

.ma-corporate-about .col:nth-child(4):after {
	display: none;
}

.ma-corporate-about .block-wrapper {
	display: inline-block;
	vertical-align: top;
	background: url(../image/wrapper1.png) left center no-repeat;
	padding: 12px 0;
	padding-left: 56px;
}

.ma-corporate-about .block-wrapper.wrapper2 {
	background: url(../image/wrapper2.png) left center no-repeat;
	padding-left: 60px;
}

.ma-corporate-about .block-wrapper.wrapper3 {
	background: url(../image/wrapper3.png) left center no-repeat;
	padding-left: 60px;
}

.ma-corporate-about .block-wrapper.wrapper4 {
	background: url(../image/wrapper4.png) left center no-repeat;
	padding-left: 63px;
}

.ma-corporate-about .block-wrapper .text-des {
	text-align: left;
	display: block;
}

.ma-corporate-about .block-wrapper .text-des h3 {
	color: #ee3333;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	display: block;
}

.ma-corporate-about .block-wrapper .text-des p {
	color: #959595;
	font-weight: 400;
	line-height: 20px;
	display: block;
	margin: 0;
}

/* End Corporate */
/* instagram_block_home */
#instagram_block_home {
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
}

#instagram_block_home a:hover img {
	opacity: 0.8;
}

#instagram_block_home .title_block {
	z-index: 2;
	text-align: left;
	margin-bottom: 30px;
}

#instagram_block_home .title_block h3 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	color: #202b36;
	padding-bottom: 6px;
}

#instagram_block_home .row_items {
	border-radius: 5px;
}

#instagram_block_home .row_items a {
	position: relative;
}

#instagram_block_home .row_items a svg {
	position: absolute;
	top: 10px;
	right: 10px;
}

#instagram_block_home .row_items img {
	height: 150px;
	border-radius: 5px;
	width: 100%;
}

/* blog */
.menu-recent img {

	width: 100%;
}

.menu-recent .articles-inner {
	border-right: 0 !important;
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.menu-recent .row_items .articles-inner:not(:first-child) {
	margin-top: 30px;
}

.menu-recent .articles-image {
	position: relative;
}

.menu-recent .articles-image a:hover img {
	opacity: 0.8;
}

.menu-recent .aritcles-content {
	overflow: hidden;
}

.menu-recent .articles-image a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.articles-name {
	display: block;
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	line-height: 18px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #202b36;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.articles-date {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 400;
	color: #929292;
	position: absolute;
	top: 20px;
	left: 20px;
	background: #fff;
	padding: 13px 15px;
	border-radius: 3px;
}

.articles-date span {
	display: block;
	color: #292929;
	font-size: 20px;
	font-family: 'Karla', sans-serif;
}

.articles-intro p {
	line-height: 24px;
	padding: 0;
	font-weight: 300;
	margin: 0;
	color: #202b36;
	font-size: 14px;
}

.menu-recent .author {
	color: #9d9d9d;
	text-transform: capitalize;
	display: block;
	margin-bottom: 16px;
}

.menu-recent .author span {
	color: #23232c;
}

.menu-recent .read-more {
	color: #202b36;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 5px;
}

.menu-recent .read-more:hover {
	color: #ee3333;
}

.blog-blog .intro-content img,
.blog-article .article-description img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

.blog-blog .article-list,
.blog-article .article-container {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.article-description p,
.intro-content p {
	line-height: 24px;
}

/* brand */
.brand-slider img {
	display: inline-block;
	vertical-align: top;
}

.brand-slider img:hover {
	opacity: 0.7;
}

.brand-slider {
	padding: 80px 0;
	text-align: center;
}

/* Social */
.follow {
	display: block;
	margin-top: 32px;
}

.follow label {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}

ul.link-follow {
	display: inline-block;
	vertical-align: top;
}

ul.link-follow li {
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}

ul.link-follow li:last-child {
	margin-right: 0;
}

ul.link-follow li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #327e97;
	border-radius: 100%;
	font-size: 0;
	line-height: 41px;
	padding: 0;
	width: 41px;
	height: 41px;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

ul.link-follow li a:before {
	font-size: 14px;
}

ul.link-follow li a span {
	display: none;
}

ul.link-follow li a:hover {
	background: #ee3333;
	color: #fff;
}

/* footer */
.common-home footer {}

footer {}

.footer-top {
	background: #33839e;
	padding: 93px 0 0px 0;
}

footer .col-footer {
	margin-bottom: 30px;
}

.footer-title {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

.col1 .footer-title {
	margin-bottom: 25px;
}

.footer-content {
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}

.footer-content .des {
	margin-bottom: 0;
	color: #fff;
}

.footer-content .des a {
	display: block;
	color: #fff;
}

.footer-content .des a:hover {
	color: #ee3333;
}

.footer-tags a {
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	background: #327e97;
	color: #fff;
	border-radius: 3px;
	padding: 0 20px;
	margin-bottom: 15px;
}

.footer-tags a:hover {
	color: #fff;
}

.footer-contact li {
	padding: 3px 0;
}

.footer-contact li span {
	min-width: 53px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: top;
}

.footer-payment {
	display: block;
	margin-top: 8px;
	float: right;
}

.footer-payment label {
	color: #363f4d;
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
	font-style: italic;
}

footer .list-unstyled.text-content li a:hover {
	color: #F7F2EB;
	padding-left: 7px;
}

footer .list-unstyled.text-content li a {
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 6px 0;
}

.footer-middle {
	background: #232f3e;
}

.footer-middle .container-inner {
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.tag-static {}

.tag-static li a:first-child {
	padding: 0 15px;
	font-weight: 400;
	color: #fff;
	background: #37475a;
	border-radius: 2px;
	margin-right: 8px;
}

.tag-static li a:first-child:after,
.tag-static li a:last-child:after {
	display: none;
}

.tag-static li a {
	line-height: 32px;
	text-transform: capitalize;
	color: #5b697b;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.tag-static li a:after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	margin: 0 9px;
	color: #5b697b;
}

.tag-static li a:hover {
	color: #fff;
}

.tag-static li {
	display: block;
	margin-bottom: 8px;
}

.tag-static li:last-child {
	margin-bottom: 0;
}

.footer-bottom {
	background: #33839e;
}

.footer-bottom .container-inner {
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.footer-bottom .footer-copyright {
	float: left;
	color: #fff;
	font-size: 12px;
	background: none;
	text-transform: capitalize;
	font-weight: 400;
	text-align: left;
	padding: 13px 0;
}

.footer-bottom .footer-copyright a {
	color: #fff;
}

.footer-bottom .footer-copyright a:hover {
	text-decoration: underline;
}

#back-top:hover {
	border-color: #ee3333;
}

#back-top {
	position: fixed;
	bottom: 210px;
	right: 9%;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ebebeb;
	color: #292929;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding: 18px 20px;
	font-weight: 600;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .9);
	z-index: 999;
}

@media(max-width: 1400px) {
	#back-top {
		bottom: 110px;
		right: 0px;
	}
}

@media(max-width: 1024px) {
	#back-top {
		padding: 10px;
		right: 30px;
		bottom: 65px;
	}

	#back-top span {
		display: none;
	}
}

#back-top span {
	margin-right: 15px;
}

#back-top i {
	font-size: 12px;
}

/* breadcrumb */
.common-home .breadcrumbs {
	display: none;
}

.breadcrumbs {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumbs {
	margin-top: 90px;
}

.what-canova-item img {
	max-width: 350px;
}

.what-canova-item .block-image {
	margin-right: 15px;
}

.product-category .breadcrumbs {
	margin-top: 50px;
}

.product-product .breadcrumbs {
	margin-top: 20px;
}

.breadcrumbs h1 {
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 2px;
}

.breadcrumb {
	background: none;
	padding: 13px 0;
	text-transform: capitalize;
	line-height: 25px;
}

.breadcrumb li:before {
	margin: 0 5px;
}

.breadcrumb li a:hover {
	color: #ee3333;
}

.breadcrumb li a {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

/* */
.layer-category,
#product-product {
	padding: 30px;
	padding-bottom: 0;
	background: #fff;
	margin-top: -140px;
	position: relative;
}

/* toolbar */
.category-image {
	margin-top: 30px;
}

.category-image img {
	border: none;
}

.text-refine {
	margin-top: 0;
	font-size: 20px;
	font-weight: 500;
}

.list-cate li {
	padding: 5px 0;
}

#compare-total {
	line-height: 28px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.toolbar-products {
	padding: 6px 0;
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.toolbar-products.toolbar-bottom {
	margin-bottom: 0;
	margin-top: 10px;
}

.toolbar-products .modes {
	display: inline-block;
	vertical-align: top;
}

.toolbar-products .toolbar-amount {
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	color: #202b36;
	display: inline-block;
	vertical-align: top;
}

#grid-view i,
#list-view i {
	display: none;
}

.modes button {
	width: 20px;
	height: 18px;
	padding: 0;
	margin-right: 15px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
}

#grid-view {
	background: url(../image/bkg_grid.png) center no-repeat;
}

#grid-view.selected,
#grid-view:hover {
	background: url(../image/bkg_grid_hover.png) center no-repeat;
}

#list-view {
	background: url(../image/bkg_list.png) center no-repeat;
}

#list-view.selected,
#list-view:hover {
	background: url(../image/bkg_list_hover.png) center no-repeat;
}

.toolbar-products .sorter {
	display: inline-block;
	vertical-align: top;
}

.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
}

.toolbar-products .sorter label,
.toolbar-products .limiter label {
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	margin: 0;
	color: #202b36;
	font-size: 12px;
}

.toolbar-products .sorter select,
.toolbar-products .limiter select {
	padding: 0 0px;
	height: 28px;
	font-size: 12px;
	color: #202b36;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	border: 0;
	background: #fff;
	box-shadow: none;
}

.toolbar-products .sorter select {
	width: 120px;
}

.toolbar-products .pages {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}

.toolbar-products .pages ul {
	margin: 0;
	border-radius: 0;
}

.toolbar-products .pages ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.toolbar-products .pages ul li a {
	color: #657A8D;
	font-size: 12px;
	font-weight: 400;
	padding: 0 4px;
	width: 28px;
	border-radius: 3px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: none;
}

.toolbar-products .pages ul li span {
	color: #fff;
	background: none;
	font-size: 12px;
	border: none;
	padding: 0 4px;
	width: 28px;
	height: 28px;
	border-radius: 3px;
	line-height: 28px;
}

.toolbar-products .pages ul li.active span,
.toolbar-products .pages ul li:hover a {
	color: #fff;
	background: #202b36;
	border: none;
}

/* category */
.category-img {
	display: block;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
}

.category-img img {
	border: none;
}

.custom-products {}

.custom-products .product-grid {
	margin-bottom: 45px;
}

/* .product-grid .product-des {
	display: none;
} */

.product-grid .product-des {
	display: block;
	max-height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
	font-size: 13px;
	color: #202b36;
}

.product-list {
	margin-bottom: 40px;
}

.product-list .item .item-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.product-list .col-image,
.product-list .col-des {}

.product-list .images-container {}

.product-list .caption {
	padding: 10px 0 0 0;
}

.product-list .caption-top {
	padding-top: 10px;
}

.product-list .product-name {
	margin-bottom: 19px;
}

.product-list .product-name a {}

.product-list .item-inner .caption .price-box {
	margin-top: 18px;
}

.product-list .price-box .price {}

/* .product-list .product-des {
	font-size: 13px;
	line-height: 24px;
	padding: 25px 0 0 0;
	margin-top: 29px;
	margin-bottom: 18px;
	border-top: 1px solid #ebebeb;
} */

.product-list .product-des {
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* Максимум 3 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 13px;
  line-height: 24px;
  padding: 25px 0 0 0;
  margin-top: 29px;
  margin-bottom: 18px;
  border-top: 1px solid #ebebeb;
}

.product-list .button.btn-cart {
	background: #4cbcdb;
	line-height: 55px;
	padding: 0 38px;
	color: #fff;
	margin-right: 17px;
	margin-top: 10px;
}

.product-list .button.btn-cart:hover {
	background: #b8006b;
	color: #fff;
}

.product-list .action-links {
	display: inline-block;
	vertical-align: top;
}

.product-list .item-inner .action-links button {
	margin-right: 8px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
	height: 55px;
	border: 2px solid #f1f1f1;
	line-height: 51px;
	width: 55px;
}

.product-list .action-links button:last-child {
	margin-right: 0;
}

.product-list .item-inner .action-links button:hover {
	border-color: #657A8D;
}

/* product detail */
.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	border: 0;
}

.zoomContainer {
	top: 0px !important;
	left: 15px !important;
	right: 0px;
	bottom: 0px;
	width: 100% !important;
}

.zoomContainer .zoomLens {
	width: 100px !important;
	height: 100px !important;
}

.product-quickview .product-info-main .button-cart {
	min-width: auto;
}

.product-quickview .zoomContainer .zoomLens {
	display: none !important;
}

.product-quickview .thumbnails {
	pointer-events: none;
}

.product-quickview .ratings a {
	display: none;
}

.zoomContainer .zoomWindowContainer .zoomWindow {
	margin-left: 15px;
	border-color: #ee3333 !important;
}

.image-additional-container {}

.image-additional-container .thumbnail {
	margin: 0;
	opacity: 0.2;
}

.image-additional-container .thumbnail:hover,
.image-additional-container .thumbnail.current-additional {
	opacity: 1;
}

.owl-style3 {}

.owl-style3 .owl-item {}

.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-prev {
	left: -30px !important;
	opacity: 1;
}

.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-next {
	right: -30px !important;
	opacity: 1;
}

.product-info-main .product-name {
	font-size: 22px;
	font-weight: 500;
	color: #202b36;
	text-transform: uppercase;
	margin: 35px 0 17px 0;
}

.product-info-main .price-box {
	display: block;
	margin-top: 20px;
}

.product-info-main .price-box .price {}

.product-info-main .short-des {
	line-height: 24px;
	padding-top: 25px;
}

#input-quantity2,
#minus2,
#plus2,
#input-quantity,
#minus,
#plus {
	height: 28px;
	box-shadow: none;
	font-weight: 400;
	text-align: center;
	width: 27px;
	font-size: 12px;
	border-radius: 0px;
	border: none;
	padding: 0;
	color: #a6a6a6;
	border: 2px solid #f1f1f1;
}

#minus,
#minus2 {
	position: absolute;
	top: 0;
	right: 0;
}

#plus,
#plus2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

#input-quantity2,
#input-quantity {
	width: 50px;
	min-width: auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #292929;
	font-size: 14px;
}

.product-info-main .form-group {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.product-info-main .button-cart {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	padding: 0 35px;
	line-height: 54px;
}

.product-info-main .button-cart:before {
	content: "+";
	margin-right: 4px;
}

.product-info-main button.btn-wishlist,
.product-info-main button.btn-compare {
	line-height: 50px;
	height: 54px;
	float: left;
	width: 54px;
	border: 2px solid #f1f1f1;
	margin-top: 15px;
}

.product-info-main button.btn-wishlist {
	margin-right: 8px;
}

.product-info-main button.btn-wishlist:hover,
.product-info-main button.btn-compare:hover {
	border-color: #657A8D;
}

#product2.has-option,
#product.has-option {
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}

#product+div {
	margin: 20px 0;
}

.quantity-box {
	float: left;
	position: relative;
	padding-right: 25px;
}

.product-info-main label[for='input-quantity'],
.product-info-main .quantity-box {
	margin-top: 15px;
	margin-right: 20px;
}

.product-info-main .box-options {
	padding: 5px 0 21px;
}

.product-info-main ul.list-unstyled {}

.product-info-main ul.list-unstyled li {
	display: block;
	line-height: 24px;
	color: #202b36;
}

.product-info-main ul.list-unstyled li span,
.product-info-main ul.list-unstyled li a {
	color: #ee3333;
	margin-left: 5px;
}

.product-info-main ul.list-unstyled li a:hover {
	text-decoration: underline;
}

.product-info-detailed {
	margin-top: 60px;
}

.product-info-detailed .nav-tabs {
	margin-bottom: 0;
	/* border: 1px solid #ebebeb; */
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.product-info-detailed .nav-tabs li {
	margin-bottom: 0;
	position: relative;
	margin-right: 40px;
}

.product-info-detailed .nav-tabs li:last-child {
	margin-right: 0;
}

.product-info-detailed .nav-tabs li a {
	font-size: 20px;
	color: #c5c5c5 !important;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 0;
	border: none !important;
	padding: 8px 0;
	margin: 0;
	background: none;
}

.product-info-detailed .nav-tabs li.active a,
.product-info-detailed .nav-tabs li a:hover {
	color: #202b36 !important;
	border-radius: 0;
}

.product-info-detailed .nav-tabs li.active a:before {
	opacity: 1;
}

.product-info-detailed .tab-content {
	line-height: 30px;
	padding-top: 25px;
	padding-bottom: 70px;
	color: #202b36;
	font-size: 16px !important;
}

#tab-description p {
	margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 0 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
	background: none !important;
}

.bootstrap-datetimepicker-widget td span {
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}

.alert.alert-success {
	text-align: center;
	font-size: 14px;
	margin: 0;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
}

.account-login .well {
	background: none;
	box-shadow: none;
}

#map-canvas {
	min-height: 400px;
	margin: 20px 0;
}

.information-contact form .required {
	margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
	border: none;
	height: auto;
}

#content {
	min-height: 300px;
}

.btn-quickview span {}

.btn-quickview i {
	display: none;
}

#cart .dropdown-menu {
	margin: 0;
	padding: 10px 30px 0 30px !important;
	width: 350px;
	right: -15px;
	left: auto;
	list-style: none none;
	border: 0;
	background: #fff;
	margin-top: 11px;
	box-sizing: border-box;
	top: 100%;
}

#cart .dropdown-menu:after,
#cart .dropdown-menu:before {
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

#cart .dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	right: 26px;
	top: -12px;
	opacity: 0;
}

#cart .dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	right: 25px;
	top: -15px;
}

#cart .total-price {
	font-size: 14px;
	font-weight: 500;
	margin-left: 17px;
	padding: 12px 0;
	display: inline-block;
	vertical-align: top;
}

#cart .cart-close {
	position: absolute;
	top: 20px;
	right: 0;
	font-weight: 400;
}

#cart .cart-empty {
	padding-bottom: 25px;
	padding-top: 15px;
}

#cart .dropdown-menu p {
	margin: 0;
}

#cart .dropdown-menu>li:first-child .table>tbody>tr>td {
	border: 0;
}

#cart .dropdown-menu>li:last-child .table>tbody>tr>td.text-left {
	color: #657A8D;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 0;
}

#cart .dropdown-menu>li:last-child .table>tbody>tr>td.text-right {
	color: #929292;
	font-size: 16px;
	padding: 5px 0;
	font-family: 'Karla', sans-serif;
}

#cart .dropdown-menu>li:last-child .table>tbody>tr:last-child>td.text-right {
	font-size: 18px;
	font-weight: 700;
}

#cart .dropdown-menu>li:first-child .table>tbody>tr {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	display: block;
}

#cart .table>tbody>tr>td {
	border: none;
	padding: 0;
}

#cart .cart-close button {
	background: none;
	color: #bababa;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 18px;
}

#cart .cart-close button:hover {
	color: #ee3333;
}

#cart .cart-quantity {
	color: #969696;
	line-height: 20px;
	display: block;
	padding: 5px 0;
	font-size: 12px;
}

#cart .cart-price {
	font-size: 16px;
	color: #929292;
	padding-top: 2px;
	display: block;
	font-family: 'Karla', sans-serif;
}

#cart .cart-name {
	color: #363f4d;
	font-size: 14px;
	line-height: 18px;
	display: block;
}

#cart .cart-name:hover {
	color: #ee3333;
}

#cart .cart-button {
	padding: 30px 0;
	border-top: 1px solid #f0f0f0;
}

#cart p.cart-button a:last-child {
	margin: 0;
}

#cart p.cart-button a {
	border: none;
	background: #fff;
	border: 2px solid #657A8D;
	color: #657A8D;
	line-height: 56px;
	text-align: center;
	padding: 0 20px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 20px;
	border-radius: 3px;
	font-weight: 600;
}

#cart p.cart-button a strong {
	font-weight: 400;
}

#cart p.cart-button a:hover {
	color: #fff;
	background: #657A8D;
}

#cart p.cart-button a:hover i {
	color: #fff;
}

#cart p.cart-button a i {
	padding-left: 5px;
	font-size: 10px;
	display: none;
}

#cart .dropdown-menu .info-item {
	padding-left: 10px;
}

#cart .dropdown-menu .has-scroll {
	max-height: 320px;
	overflow: auto;
	padding: 0 30px;
	margin: 0 -30px;
}

/*
 *  STYLE 6
 */
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track {
	background-color: #fff;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb {
	background-color: #ccc;
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, .2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, .2) 50%,
			rgba(255, 255, 255, .2) 75%,
			transparent 75%,
			transparent)
}

#cart .dropdown-menu tr td strong {
	color: #232323;
	font-weight: 500;
	float: left;
	padding: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
}

/* responsive */
@media(max-width: 1349px) {
	.owl-carousel.owl-theme .owl-nav div.owl-prev {
		left: 0;
	}

	.owl-carousel.owl-theme .owl-nav div.owl-next {
		right: 0;
	}
}

@media(max-width: 991px) {
	.col-order {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.col-order #content {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		float: none;
	}

	.col-order #column-left {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		float: none;
	}

	#column-left,
	#column-right {
		margin-top: 30px;
	}

	header {
		min-height: auto;
	}

	.breadcrumbs {
		position: static;
		padding-top: 0px;
		margin-top: 0px;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.common-home header {
		background: #657A8D;
	}

	.blog-article .breadcrumb {
		padding-bottom: 20px;
	}

	.blog-article header {
		min-height: 300px;
	}

	.product-product .breadcrumb {
		padding-bottom: 0px;
	}

	.product-category .breadcrumbs {
		padding-bottom: 100px;
	}

	.header-inner {
		position: relative;
	}

	.tabs-category-slider .module-title {
		margin-top: 72px
	}

	.static-middle-nego3 {
		margin-top: 55px;
	}

	.module-title {
		margin-top: 52px;
	}

	.newletter-subscribe-container {
		margin-top: 60px;
		padding-top: 60px;
	}

	#instagram_block_home {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	footer {
		margin-top: 60px;
	}

	.footer-top {
		padding: 53px 0 15px 0;
	}

	.newletter-popup,
	.b-modal {
		display: none !important;
	}

	.zoomContainer,
	.vermagemenu-container,
	#search-by-category .search-container .categories-container {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {}

@media(min-width: 768px) {
	.toolbar-products .modes {
		float: left;
		margin-right: 20px;
	}

	.toolbar-products .sorter,
	.toolbar-products .limiter,
	.toolbar-products .pages {
		float: right;
	}

	.toolbar-products .toolbar-amount {
		float: left;
	}

}

@media(max-width: 767px) {
	.product-category header {
		min-height: 400px !important;
	}

	.link-compare {
		text-align: center;
	}

	#top .box-left,
	#top .box-right {
		float: none;

	}

	.module-title {
		padding-right: 0 !important;
	}

	.static-top-nego3 .col,
	.static-middle-nego1 .col,
	.static-bottom-nego1 .col {
		width: 100%;
		float: none;
	}

	#search input {
		width: 330px
	}

	#subscribe_email {
		width: 400px;
		padding-right: 120px;
	}

	#subscribe .btn {
		padding: 0 20px;
	}

	.footer-bottom .follow {
		float: none;
		margin-top: 10px;
		display: block;
		text-align: center;
	}

	.footer-bottom .footer-copyright,
	.footer-payment {
		float: none;
		display: block;
		text-align: center;
		max-width: none;
		line-height: 1.2;
	}

	.owl-buttons {
		display: none !important;
	}
}

@media(max-width: 640px) {
	.logo-container {
		display: block;
	}

	header .box {
		position: relative;
		display: inline-block;
		vertical-align: top;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#search,
	#cart,
	header .box-setting {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	#search .search-content {
		right: -100px;
	}
}

@media(max-width: 567px) {
	.product-info-detailed .nav-tabs li {
		float: none;
		display: block;
		border-bottom: 1px solid #ebebeb;
	}

	.product-info-detailed .nav-tabs li:last-child {
		border-bottom: 0;
	}

}


@media(max-width: 479px) {

	#search input {
		width: 250px
	}

	#search .search-content {
		right: -60px;
	}

	#cart {
		margin: 0 5px;
	}

	#cart .dropdown-menu {
		width: 250px;
		right: -30px;
	}

	#cart .dropdown-menu::before {
		right: 41px;
	}

	#cart .dropdown-menu::after {
		right: 40px;
	}

	header #form-currency .btn-group .dropdown-menu {
		right: -30px;
	}

	.product-info-main .button-cart {
		line-height: 45px;
		padding: 0 15px;
	}

	#input-quantity2,
	#input-quantity {
		height: 45px;
	}

	#minus,
	#plus {
		height: 24px;
	}

	.product-info-main button.btn-wishlist,
	.product-info-main button.btn-compare {
		height: 45px;
		line-height: 45px;
	}

	.menu-recent .articles-image {
		width: 100%;
		float: none;
	}

	.menu-recent .aritcles-content {
		padding-left: 0;
	}

	#subscribe_email {
		width: 290px;
	}
}

/*Fix products-grid */
@media (min-width: 1200px) {

	.custom-products .product-grid.three-items:nth-child(3n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1) {
		clear: left;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {

	.custom-products .product-grid.three-items:nth-child(3n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1) {
		clear: left;
	}
}

@media (max-width: 991px) and (min-width: 481px) {
	.custom-products .product-grid:nth-child(2n+1) {
		clear: left;
	}
}

@media (max-width: 480px) and (min-width: 0px) {
	.custom-products .product-grid:nth-child(2n+1) {
		clear: left;
	}

	/* .custom-products .product-grid{width: 100%;} */
	.xdstickers {
		width: 30px !important;
		height: 30px !important;
		font-size: 9px !important;
	}
}

/*Fix products-no-slider */
.two_items,
.three_items,
.four_items,
.six_items {
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	.six_items:nth-child(6n+1),
	.four_items:nth-child(4n+1),
	.three_items:nth-child(3n+1),
	.two_items:nth-child(2n+1) {
		clear: left;
	}
}

.menu_manufacturers {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.menu_manufacturer_item {
	width: 50%;
}

.downParentMenu {
	margin-left: 5px;
}

.pt_custommenu .actParent {
	display: flex;
	align-items: center;
}

.pt_custommenu .actParent img {
	margin-right: 5px;
}

.thumbnail>img {
	background: #fff;
}

.panel {
	background: #fff;
}

.filter-attribute-category {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.filter-attribute-category a {
	font-size: 16px;
	color: #202b36;
	font-weight: 600;
}

.filter-attribute-category img {
	margin-right: 7px;
	width: 20px;
	height: 20px;
}

.filter-checkbox {
	margin-bottom: 5px;
}

.filter-checkbox a {
	display: flex !important;
	align-items: center;
}

.checkbox-filter {
	height: 15px;
	width: 15px;
	border: 2px solid #657A8D;
	margin-right: 7px;
	border-radius: 2px;
	margin-bottom: 0px !important;
}

.filter-checkbox-active .checkbox-filter::before {
	content: '✔';
	top: 6px;
	position: absolute;
	font-size: 10px;
	left: 3.5px;
}

.filter-type-select {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

.filter-type-select .filter-select {
	border: 1px solid #657A8D;
	color: #657A8D;
	margin-right: 10px;
	font-size: 16px !important;
	padding: 5px 15px !important;
	border-radius: 2px;
}

.filter-type-select .filter-select-selected {
	background: #657A8D;
	color: #fff !important;
}

.product-product header {
	margin-bottom: 30px;
}

#sticky-menu {
	display: none;
}

.what-canova-item h1,
.what-canova-item h2,
.what-canova-item h3,
.what-canova-item h4,
.what-canova-item h5,
.what-canova-item h6 {
	margin-top: -7px !important;
	padding-top: 0px !important;
}

#checkout-cart .alert.alert-success {
	position: inherit;
}

#account-account ul li {
	margin-bottom: 5px;
}

.checkout-heading-button {
	background: #62B6BA;
	padding: 3px 10px;
	border-radius: 5px;
}

.checkout-heading-button a {
	color: #fff;
}

#top .box-left a {
	color: #fff;
}

.footer-reqisites {
	margin-top: 25px;
}

.footer-reqisites a {
	color: #fff;
	font-size: 12px;
}

.footer-reqisites a:hover {
	color: #F7F2EB;
}

.footer-reqisites li {
	color: #fff;
	font-size: 11px;
	margin-bottom: 3px;
	width: 200px;
}

.articles-intro {
	height: 55px;
}

.box-right .currency,
.box-right .language {
	display: none;
}

.module-categories .image {
	text-align: center;
}

@media(max-width: 360px) {
	.product-info-main .form-group {
		display: flex;
		flex-direction: column;
	}

	.quantity-box-wrap {
		width: 100%;
	}

	.add-wish-cart-but {
		width: 100%;
	}
}

.mobile_logo svg {
	width: 80px;
}

.mobile_logo {
	position: absolute;
	left: 50px;
	display: none;
}

.footer-logo svg {
	width: 200px;
}

#what-canova {
	margin-top: 90px;
}

#what-canova .module-title {
	margin-top: 0px;
}

/* ===================================================================== */
/* ===================================================================== */
/* ===================================================================== */
/* ===================================================================== */
/* ===================================================================== */
/* ===================================================================== */

.product-info-main > p {
    display: none !important;
}
.related_btn {
	transform: translateY(0px) !important;
}

.hit_des {
	display: block;
	max-height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
	font-size: 13px;
	color: #202b36;
}

.season_btn {
	transform: translateY(-20px) !important;
}

.hits_btn {
	transform: translateY(0px) !important;
}

/* .product-list .product-des {
	display: block;
	max-height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
	font-size: 13px;
	color: #202b36;
} */


.season_desc {
	display: block;
	max-height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
	font-size: 13px;
	color: #202b36;
}

/* .product-des {
	display: block;
	max-height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
	font-size: 13px;
	color: #202b36;
} */

.form-control {
	color: #202b36 !important;
}

.btn-group {
	display: block !important;
}


tbody .price {
	color: #202b36 !important;
}

tbody .total {
	color: #202b36 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #202b36;
	border-color: #202b36;
}


.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #202b36;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

#instagram_block_home .title_block h3 svg path {
	fill: #202b36 !important;
}

.article-description * {
	font-family: 'Montserrat', serif !important;
}

.what-canova-item * {
	font-family: 'Montserrat', serif !important;
	color: #202b36 !important;
	font-size: 14px !important;
}


.short-des p {
	font-size: 16px !important;
}

.what-canova-item .block-text span,
.what-canova-item .block-text p {
	font-family: 'Montserrat', serif !important;
}

.category-info span {
	font-family: 'Montserrat', serif !important;
	font-size: 16px !important;
}

.btn-primary {
	background: #b8006b;
	border-color: #b8006b;
}

.btn-primary:hover {
	background: #b8006b;
	border-color: #b8006b;
}

.btn.btn-danger:hover {
	background: #4cbcdb !important;
	border-color: #4cbcdb !important;
}

.list-unstyled {
	font-weight: 300 !important;
}

.list-unstyled li a{
	font-size: 14px !important;
}

legend {
	color: #202b36 !important;
}

#content {
	color: #202b36;
}

.form-group {
	color: #202b36;
}

#simplepage_form {
	color: #202b36;
}

.content-container {
	color: #202b36;
}

.short-des span {
	color: #202b36;
}

.category-des span {
	font-weight: 300;
}

#instagram_block_home .owl-item a {
	width: 180px;
	height: 180px;
	display: block;
	overflow: hidden;
	position: relative;
}

#instagram_block_home .owl-item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}


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

	/* Для всех мобильных, включая после 480px */
	.related-container.tt-product .owl-item {
		width: 50% !important;
		/* Принудительно половина ширины для двух товаров */
		flex: 0 0 50% !important;
	}

	.related-container.tt-product .product-layout {
		margin: 0 5px;
		/* Маленькие отступы */
	}

	.related-container.tt-product .owl-stage {
		display: flex !important;
		justify-content: space-between !important;
	}
}