.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-center {
	justify-content: center !important;
}

a:hover, a:focus {
	color: #000;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.form-control:focus,
.has-success .form-control {
	border-color: var(--main-color);
	box-shadow: none;
}

.has-error .form-control,
.has-success .form-control,
.has-error .form-control:focus,
.has-success .form-control:focus {
	box-shadow: none;
}

.btn.transparent {
	display: inline-block;
	text-transform: uppercase;
	color: #5d5d5d;
	font-size: 15px;
	font-weight: 300;
	padding: 8px 20px;
	margin: 15px auto 0;
	border-top: 1px solid #cecece;
}

.btn.transparent:hover,
.btn.transparent:active,
.btn.transparent:focus {
	background-color: #010101;
	color: #fff;
	border-color: #010101;
}

/*************************
    LAYOUT MAIN
*************************/

/** TOP BAR **/
#categoriesWithIcons li a {
	line-height: 41px;
	background-color: #fff;
	color: #6b6b6b;
	border-color: #fff;
}

#categoriesWithIcons li a:hover,
#categoriesWithIcons li a:active,
#categoriesWithIcons li a:focus,
#categoriesWithIcons li.active a {
	color: var(--main-color-inverse);
	background-color: #fff;
	border-color: #fff;
}

#categoriesWithIcons li a:hover i,
#categoriesWithIcons li.active a i {
	opacity: 0;
	color: #fff;
}

.priceRange .btn {
	height: 45px;
	background-color: #fff;
	border: 1px solid #eceff1;
	border-left: 0;
	color: #000;
	line-height: 43px;
	text-align: center;
	padding: 0;
	display: block;
	width: 100%;
}

.module .nav_inner .menu-title {
	color: var(--main-link-color);
	font-weight: 500;
	font-size: 20px;
	background-color: transparent;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: auto;
	text-transform: unset;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	position: relative;
}

.module .nav_inner .menu-title:after {
	content: ' ';
	width: 3.684em;
	border-bottom: 2px solid var(--main-color-inverse);
	display: block;
	position: absolute;
	bottom: -1px;
}

#prices.p-20 {
	padding: 0 !important;
	padding-left: 10px !important;
	margin: 15px 0;
}

#prices.p-20 li {
	margin-bottom: 8px
}

#brands label,
.module .nav_inner label {
	font-weight: 400;
	font-size: 16px;
}

#brands {

}

.leftColumn.aside .custom-control {
	cursor: pointer;
}

.topBar {
	background-color: transparent;
	color: #333e48;
}

.topBar .slogan {
	font-size: 12px;
	line-height: 33px;
	padding: 2.5px 0;
	position: relative;
	margin-right: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.topBar .social ul li a {
	background: var(--main-color) !important;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 30px;
	font-size: 14px;
}

.topBar .social ul li {
	margin-right: 0;
}

.topBar .topMenu {
	color: #fff;
	line-height: 40px;
}

.topBar .topMenu ul li {
	margin: 0;
	padding: 0;
	margin-right: 30px;
}

.topBar .topMenu ul li:last-child {
	margin-right: 0;
}

.topBar .topMenu ul li a {
	color: #fff;
}

.topBar .topMenu ul li a:hover {
	color: #fff;
}

.topBar .topMenu ul li a i {
	font-size: 18px;
	margin-right: 3px;
}

.topBar ul.contactMenu li a:hover {
	background-color: transparent;
}

.topBar ul.contactMenu li:first-child {
	border-right: 0;
}

header.navbar-fixed-top .topBar .topMenu {
	display: none;
}

.header-menu-nav {
	display: block;
}


.contactMenu {
	line-height: 28px;
}

.header-menu-nav ul.menu-nav > li {
	margin-right: 0px;
	position: relative;
	padding: 0;
}

.header-menu-nav ul.menu-nav > li:last-child {
	margin-right: 0;
}

.header-menu-nav ul.menu-nav li::after {
	content: "";
	width: 1px;
	height: 12px;
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -13px;
}

.header-menu-nav ul.menu-nav li:last-child::after {
	display: none;
}

.topBar .header-menu-nav .menu-nav > li > a {
	text-shadow: none;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	padding: 6px 9px;
	color: var(--main-color);
	border: 0;
	text-decoration: none;
	font-weight: 500;
}

.topBar .header-menu-nav li a:hover i,
.topBar .header-menu-nav li a:hover {
	color: var(--main-color-inverse);
}

.topBar .header-menu-nav li a i {

}

.st-menu ul li a:hover {
	background: var(--main-color);
	color: #fff;
}

.navbar-brand {
	padding: 20px 0;
}

#categoriesWithIcons li a i {
	opacity: 0;
}

#categoriesWithIcons li a i,
#navbar-search form button {
	color: #fff;
	background: transparent;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 400;
	height: 32px;
	max-height: 32px;
	border-color: var(--main-color-inverse);
	font-size: 12px;
	border-radius: 7px;
	background: var(--main-color-inverse);
	margin-right: 3px;
}

#navbar-search {
	border-radius: 0;
	border: solid 1px var(--main-color-inverse);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	min-width: 250px;
}

#navbar-search input::-webkit-input-placeholder {
	color: var(--main-color);
}

#navbar-search form:before {
	display: none;
}

#navbar-search form input {
	border: 1px solid #efefef;
	line-height: 34px;
	font-size: 13px;
	height: 36px;
	flex-grow: 1;
	display: block;
	border: none;
	margin-left: 10px;
	outline: none;
	padding: unset;
}

#navbar-cart .blockcart .header-cart .cart-products-count {
	color: var(--white);
	background-color: var(--main-color-inverse);
	top: -15px;
	font-size: 11px;
	width: auto;
	height: 20px;
	min-width: 20px;
	padding: 1px;
	line-height: 18px;
	right: auto;
	left: 22px;
}

.navbarWrapper {
	background-color: transparent;
}

.navbar-nav > li a:after {
	background: #e29292;
}

.navbar-nav > li.active,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.open > a {
	background-color: transparent;
	color: var(--main-color-inverse);
}

.navbar-nav > li a {
	display: block;
	padding: 11px 17.5px;
	font-weight: 500;
	font-size: 16px;
	color: var(--main-color);
	background: 0 0;
	line-height: 24px;
	position: relative;
	border-left: transparent;
	text-transform: uppercase;
}

.navbar-nav > li:first-child a {
	border-left: 0;
}

.nav > li > a > img {
	max-width: none;
	max-height: 30px;
	margin-right: 10px;
}

.navbarTools {
	padding: 0;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-evenly;
	align-items: center;
}

.memberLoginMenu li a {
	font-size: 14px;
}

.memberLoginMenu li a i {
	font-size: 18px;
}

#navbar-cart .blockcart .header-cart i {
	font-size: 22px;
}

.navbarTools a {
	font-size: 16px;
	font-weight: 500;
	color: var(--main-color);
	line-height: 36px;
	display: block;
}

.navbarTools a i,
#navbar-cart .blockcart .header-cart i {
	color: var(--main-color);
	font-size: 30px;
}

#navbar-cart .blockcart .header-cart {
	width: unset;
	height: unset;
	line-height: 32px;
}

#navbar-cart .blockcart .header-cart span {
	/* display: none; */
}

.navbarTools .memberLoginMenu a:hover {
	background-color: var(--main-color-inverse);
}

.breadcrumbWrapper {
}

.breadcrumbWrapper li a {
	color: #777;
}

.breadcrumb > .active {
}

.section-title {
	position: relative;
}


h1.section-title,
h3.section-title {
	position: relative;
	font-size: 22px;
	margin: 0;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	color: var(--main-color);
}

h3.heading-title {
	font-size: 30px;
	font-weight: 700;
	color: var(--main-color);
}

h3.heading-title span {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	padding-left: 0;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-align: center;
}

.section-title span {
	position: relative;
	margin-bottom: 0;
	display: block;
}

.info-box {
	border: 0;
	padding: 30px 10px;
	position: relative;
	overflow: unset;
	text-align: center;
}


.info-box i {
	background-color: #787878;
	color: #fff;
}

.info-box .content {
	margin-left: 0;
}

.info-box .content h4 {
	font-size: 24px;
	color: var(--main-color);
}

.info-boxes .info-box:hover i {
	background-color: #eadc8f;
	color: #fff;
}

.info-box b,
.info-box strong {
	font-weight: 600;
	color: #cd61aa;
}

.section-title h2,
.section-title h1 {
	font-weight: 400;
	color: #4a4a4a;
	border-color: #0095ff;
	font-size: 24px;
}

.section-title h2 i,
.shop-img .button-group,
.paymentTypeSelection .nav-tabs > li.active > a, .paymentTypeSelection .nav-tabs > li.active > a:hover, .paymentTypeSelection .nav-tabs > li.active > a:focus, .paymentTypeSelection .nav-tabs > li > a:hover {
	background: var(--main-color) none repeat scroll 0 0;
}

.single-shop:hover .shop-title > h3 a,
.contact-span h5 {
	color: #6f6f6f;
	font-size: 20px;
	text-transform: none;
	font-weight: 300;
}

.contact-span a {
	color: #6f6f6f;
}

.shop-quick-view > a {
	background: var(--main-color);
}

.shop-quick-view > a:hover {
	color: #ffff;
	background-color: #000;
}

.shop-img .button-group a:hover {
	color: #99d144;
}

.shop-img .button-group a {
	border-color: #fff;
}

.discountPercentage {

	background: var(--main-color-inverse);
}

.btn.main,
.btn.light-green {
	padding: 0 15px;
	color: #fff;
	border: 0;
	font-size: 14px;
	line-height: 40px;
}

.btn.main {
	background-color: #000000;
}

#go_up,
.btn.main:hover,
.btn.main:focus,
.btn.main:active {
	background-color: var(--main-color);
	color: #fff;
}

.btn.pink {
	background-color: #e04f7f !important;
	border: 1px solid #e04f7f !important;
	color: #fff;
}

.btn.pink:hover,
.btn.pink:focus,
.btn.pink:active {
	background-color: #e5004b !important;
	border-color: #e5004b !important;
	color: #fff;
}

.product-slider .item .products .product-info .btn,
.shop-text-all .btn {
	padding: 7px 10px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #0095ff;
	min-width: 85px;
	display: inline-block !important;
	font-size: 14px !important;
	border: 1px solid #0095ff;
}

.shop-text-all .btn.transparent {
	background-color: transparent;
	border: 1px solid #0095ff !important;
	padding: 7px 40px;
	color: #525252;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.product-slider .item .products .product-info .actionTools,
.shop-text-all .actionTools {
	/* display: none; */
}

.sss .content .btn {
	font-size: 20px;
	padding: 10px 30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.effect-ming .hoverEffectTextCentered {
	background-color: rgba(145, 201, 60, 0.68);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: transparent;
	border: transparent;
	color: var(--main-color-inverse);
}

.contact-i {
	color: var(--main-color-inverse);
}

.phone-no {
}

.tabbable-line > .nav-tabs > li {
	border-bottom: 2px solid transparent;
}

.tabbable-line > .nav-tabs > li.active {
	border-bottom: 2px solid var(--main-color-inverse);
}

.input-label .animated-input + i + span {
	color: #000;
}

#productAddToCart.single_add_to_cart_button {
	border: 2px solid var(--main-color-inverse);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 25px;
}

#productAddToCart.single_add_to_cart_button {
	border-color: var(--main-color-inverse);
}

#productAddToCart.single_add_to_cart_button:hover {
	border-color: var(--main-color);
	background-color: var(--main-color) !important;
	color: #fff;
}

.btn.btn-buyNow {
	margin: 0 20px 30px 0;
	float: left;
	background: var(--main-color);
	height: 54px;
	border-radius: 0px;
	padding: 0 30px;
	border: 2px solid var(--main-color);
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 25px;
}

.btn.btn-buyNow:hover {
	background-color: var(--main-color-inverse) !important;
	color: #fff;
	border-color: var(--main-color-inverse) !important;
}

.product-tabs .nav.nav-tabs.nav-tab-cell li a:hover, .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus,
.product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
	background: var(--main-color);
	color: #fff;
}

.product-tabs .tab-content .tab-pane {
	padding: 30px 0;
}

.featuredProductsWrapper {
	background-image: url(../../images/featuredProductsBg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 500px;
}

.featuredProductsWrapper h3.section-title {
	color: #616161;
	font-size: 24px;
	text-align: center;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: var(--main-color-inverse);
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	background-color: var(--main-color-inverse);
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle {
	color: #000;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover:after {
	background: var(--main-color-inverse);
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle:after {
	background: var(--main-color-inverse);
}

.portlet.light > .portlet-title > .caption > h1.caption-subject,
.portlet.light > .portlet-title > .caption > h2.caption-subject,
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
	color: var(--main-color-inverse);
}

.checkoutMenu ul li a.active,
.checkoutMenu ul li a:hover,
.checkoutMenu ul li a:focus,
.checkoutMenu ul li a.active, .checkoutMenu ul li a:hover, .checkoutMenu ul li a:focus {
	color: var(--main-color-inverse);
}

.productDetails .productPrice .newPrice {
	color: var(--main-color);
	font-size: 35px;
}

#productDetailPhotos .owl-prev {
	background-color: #0e71b8;
}

#productDetailPhotos .owl-next {
	background-color: #0e71b8;
}

#productDetailPhotosThumbs .owl-item.synced img {
	border-color: var(--main-color);
}


.portlet.light {
	padding: 12px 20px 15px 20px;
	background-color: #fff;
}

.col-md-3.sidebar .portlet.light {
	padding: 0;
}

.col-md-3.sidebar .portlet.light .portlet-title {
	background: #fff;
	color: var(--main-color-inverse);
	text-align: center;
	min-height: auto;
	margin-bottom: 0;
	border-radius: 0;
}

.col-md-3.sidebar .portlet.light .portlet-title .caption {
	float: none;
}

.col-md-3.sidebar .portlet.light .portlet-title .caption h2 {
	color: var(--main-color-inverse);
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	padding: 10px 0;
}

.col-md-3.sidebar .portlet.light .portlet-body {
	padding: 15px 20px;
	font-weight: 400;
	color: #8d8d8d;
}

.featuredProductsWrapper {
	background-image: url("../images/featured-products-bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.hakkimizdaTop {
	background-image: url("../images/hakkimizda-bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.owl-controls {
	text-align: center;
	margin-top: 15px;
}

.owl-dot {
	display: inline-block;
	margin: 0 2px;
}

.owl-dot span {
	width: 15px;
	height: 15px;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
}

.owl-dot.active span {
	background-color: #0e71b8;
	border-color: #0e71b8;
}

.slideWrapper {
	background-image: url("../images/slide-bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.slideWrapper .hero {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.relatedProductsWrapper .owl-controls,
.hero .owl-controls {
	display: none;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: relative;
	top: calc(50% - 15px);
	margin-top: 0;
}

.product-slider {
	padding: 0;
}

.product-slider .owl-theme .owl-controls {
	position: absolute;
}

.product-slider .owl-carousel .owl-item {
	padding-bottom: 0;
	padding-top: 0;
}


/*** Kitas Grids **/
.grid-list:before, .grid-list:after {
	display: table;
	content: "";
	line-height: 0;
	width: 100%;
}

.grid-list:after {
	clear: both;
}

.grid-list div[class^="ty-column"] {
	float: left;
	margin-right: 0;
}

.ty-column5 {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	margin-right: -0.25em;
}

@media (max-width: 979px) {
	.ty-column5 {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.ty-column5 {
		width: 50%;
	}
}

@media screen and (max-width: 960px) and (min-width: 481px) {
	.grid-list div[class^="ty-column"] {
		max-width: 33.3333%;
		min-width: 50%;
		width: auto;
	}
}

.ut2-gl__item {
	position: relative;
	padding: 0;
	margin: 0 -1px -1px 0;
}

.ut2-gl__item:hover {
	overflow: visible;
}

.ut2-gl__body {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: white;
	padding: 15px;
	margin: 0;
	-webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
	-moz-box-shadow: inset 0 0 0 1px #e1e1e1;
	/* box-shadow: inset 0 0 0 1px #e1e1e1; */
	-webkit-transition: box-shadow 0.1s ease-in-out;
	-moz-transition: box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
}

element.style {
	min-height: 348px;
}

.ut2-gl__item:hover .ut2-gl__body {
	position: relative;
}

@media screen and (min-width: 768px) {
	.ut2-gl__item:hover .ut2-gl__body {
		z-index: 2;
		-webkit-box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.12), 0 0 5px rgba(34, 34, 34, 0.05), 0 0 10px rgba(34, 34, 34, 0.15);
		-moz-box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.12), 0 0 5px rgba(34, 34, 34, 0.05), 0 0 10px rgba(34, 34, 34, 0.15);
		box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.12), 0 0 5px rgba(34, 34, 34, 0.05), 0 0 10px rgba(34, 34, 34, 0.15);
	}

	.grid-list:not(.owl-theme) .ut2-gl__item:hover .ut2-gl__body {
		padding: 30px;
		margin: -15px 0 0 -15px;
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		-webkit-box-shadow: 0 0 5px rgba(34, 34, 34, 0.2), 0 0 30px rgba(34, 34, 34, 0.1);
		-moz-box-shadow: 0 0 5px rgba(34, 34, 34, 0.2), 0 0 30px rgba(34, 34, 34, 0.1);
		box-shadow: 0 0 5px rgba(34, 34, 34, 0.2), 0 0 30px rgba(34, 34, 34, 0.1);
	}
}

.ut2-gl__image {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border: 0;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.ut2-gl__image > a, .ut2-gl__image .cm-item-gallery > a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	width: 100%;
}

.ut2-gl__image img {
	max-height: 100%;
}

.ty-product-labels {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
	margin-bottom: -3px;
	z-index: 1;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

.ty-product-labels--top-right {
	top: 0;
	right: 0;
	justify-content: flex-end;
}

.ty-product-labels {
	flex-direction: column;
	align-items: flex-end;
	line-height: normal;
}

.ty-product-labels__item {

	padding: 5px 10px;
	margin-left: 3px;
	margin-bottom: 3px;
	overflow: hidden;
}

.ty-product-labels__item--discount {
	background-color: #e80000;
}

.ty-product-labels__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	min-height: 20px;
	-webkit-border-radius: 13px 0 13px 13px;
	-moz-border-radius: 13px 0 13px 13px;
	border-radius: 13px 0 13px 13px;
	border-bottom: 1px solid #e80000;
	border-top: 1px solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	margin-right: 3px;
	background: #fff;
	color: #e80000;
	border: 2px solid;
	text-shadow: none !important;
}

.ty-product-labels__content {
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 120%;
}

.ty-product-labels__item--discount .ty-product-labels__content {
	color: #e80000;
}

.ty-product-labels__content em {
	margin-left: 3px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.ty-product-labels__item--discount .ty-product-labels__content em {
	color: #e80000;
}

.ut2-gl__name {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 7px;
}

.ut2-mid-narrow .ut2-gl__name {
	margin-top: 6px;
	margin-bottom: 7px;
}

.ut2-mid-narrow .ut2-gl__name {
	margin-top: 5px;
	margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
	.grid-list:not(.owl-theme) .ut2-gl__name {
		margin-bottom: 7px;
		height: 38px;
	}

	.grid-list:not(.owl-theme) .ut2-gl__name .product-title {
		min-height: auto;
		height: auto;
	}
}

.ut2-gl__name .product-title {
	font-size: 15px;
	line-height: 1.3;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 36px;
	max-height: 38px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	color: #000;
	font-weight: 600;
}

.ut2-mid-narrow .product-title {
	font-size: 14px;
}

.ut2-gl__rating {
	display: flex;
	align-items: flex-start;
	height: 16px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.grdhizlid {
	position: inherit;
	display: inline-flex;
	align-items: center;
	height: 16px;
	padding: 3px 8px 2px 8px;
	margin: -1px 3px 1px 3px;
	font-size: 10px;
	font-weight: 550;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.05em;
	background: #56b500;
	color: white;
	z-index: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.ut2-mid-narrow .ab_dotd_product_label, .ut2-mid-narrow .grdhizlid, .ut2-mid-narrow .grdhizlib, .ut2-min-narrow .ab_dotd_product_label, .ut2-min-narrow .grdhizlid, .ut2-min-narrow .grdhizlib, .ty-compact-list .ab_dotd_product_label, .ty-compact-list .grdhizlid, .ty-compact-list .grdhizlib, .grid-list.screen-mobile .ab_dotd_product_label, .grid-list.screen-mobile .grdhizlid, .grid-list.screen-mobile .grdhizlib {
	height: 16px;
	font-size: 10px;
}

.ut2-gl__price {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ut2-gl__price.pr-mix {
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.grid-list:not(.owl-theme) .ut2-gl__price {
		height: auto;
		min-height: auto !important;
	}
}

.grdfytlr {
	margin-top: 5px;
	margin-bottom: 7px;
}

.ut2-gl__price > div {
	display: flex;
	justify-content: center;
}

.grdltfyt {
	margin-right: 10px;
}

.grdinfyt {
	margin-left: 10px;
}

.ut2-gl__price.pr-mix .tylprc, .ut2-gl__price.pr-mix .ty-strike:after {
	color: #8c8c8c;
	border-color: #8c8c8c;
}

.ty-strike {
	display: inline-block;
	color: #ff4100;
	text-decoration: none;
	position: relative;
	padding: 3px 2px;
}

.ty-strike:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid #ff4100;
	width: 100%;
	box-sizing: content-box;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.ut2-gl__price.pr-mix .tylprc, .ut2-gl__price.pr-mix .ty-strike:after {
	color: #8c8c8c;
	border-color: #8c8c8c;
}

.ty-strike .tylprc {
	color: #ff4100;
}

.ut2-gl__price.pr-mix .tylprc, .ut2-gl__price.pr-mix .ty-strike:after {
	color: #8c8c8c;
	border-color: #8c8c8c;
}

.ty-price-update {
	display: inline-block;
	font-size: 13px;
}

.ut2-gl__price .ty-price-update {
	max-width: 100%;
	line-height: 1;
}

.ty-price {
	margin: 6px 0;
	color: #333;
}

.ty-price,
.grid-list .ty-price-num {
	font-size: 120%;
	font-weight: 700;
}

.ut2-mid-narrow .ty-price-num {
	font-size: 140%;
	font-weight: 700;
}

.ty-price,
.ut2-gl__price.pr-mix.pr-color .ty-price-num, .ut2-gl__price.pr-mix.pr-color .ty-price-num span {
	color: #333;
}

.ut2-gl__bottom {
	display: none;
	width: 100%;
	float: left;
}

.hidden {
	display: none;
	visibility: visible;
}

.hidden {
	display: none;
}

.ut2-gl__control {
	display: none;
	padding-top: 10px;
	line-height: 0;
}

.ut2-gl__control.viewx {
	display: inline-block;
	max-width: 190px;
	margin: auto;
}

.ut2-gl__item:hover .ut2-gl__control {
	position: relative;
}

@media screen and (min-width: 767px) {
	.ut2-gl__item:hover .ut2-gl__control.hidden {
		display: inline-block !important;
	}
}

.ut2-gl__control.ut2-view-qty .button-container {
	display: inline-block;
	max-width: 120px;
}

.ut2-gl__control .button-container > div {
	height: 36px;
	width: 100%;
	align-items: center;
	white-space: nowrap;
}


.ut2-gl__control .ty-btn__add-to-cart {
	margin-right: 0 !important;
}

.ut2-mid-narrow .ut2-gl__control .ty-btn, .ut2-mid-narrow .ut2-gl__control .ty-btn:hover {
	padding: 0px 10px;
	font-size: 14px;
	color: #fff;

}

.ty-btn:hover {
	background: #d81820;
	color: #fff;
}

.ty-btn > span {
	display: flex;
	align-items: center;
	height: 26px;
}


#productcategoriesFilter .module {
	margin-bottom: 30px;
	padding: 0;
}

#brands {
	padding: 0 !important;
	margin: 10px 0 !important;
}

.ty-pagination-container {
	width: 100%;
}

.ty-column4 {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	margin-right: -0.25em;
}

@media screen and (min-width: 480px) {
	.ty-pagination-container #categories_view_pagination_contents,
	.ty-pagination-container #products_search_pagination_contents {
		display: flex;
		flex-wrap: wrap;
	}

	.ty-pagination-container div[class^="ty-column"] {
		flex: 1;
		flex-basis: auto;
		min-width: 210px;
		margin-right: 0;
	}
}

@media (max-width: 979px) {
	.ty-column4 {
		width: 50%;
	}

	.ut2-gl__body,
	.ut2-gl__item {
		height: 420px !important;
	}

	.ut2-gl__price > div {
		display: block;
		text-align: center;
	}

	.grdltfyt {
		margin-right: 0;
		display: block;
	}

	.ut2-gl__control.viewx {
		display: block !important;
	}
}

#productDetailPhotos {

}

.variant_value:not(.passive):not(.selected):hover,
.variant_value.selected {
	border-color: #d81820;
}

.variant_value {
	padding: 2px;
	border-width: 2px;
}

.leftColumn.aside {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 30px;
}

.leftColumn .module {
	border: 0;
	padding: 0;
	margin-bottom: 30px;
	background-color: #fff;
}

.product-slider .owl-carousel .item {
	padding: 0 15px 40px 0;
}

.container {
	width: 100%;
	max-width: 1410px;
}

.container-fluid.maxWidth {
	max-width: 1410px;
}

.mainSlider a.slideItem {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	margin-top: 15px;
}

.mainSlider .content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	opacity: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	transition: all 0.35s ease;
}

.mainSlider .content .inner {
	position: relative;
	z-index: 9;
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	transition: opacity 3.35s ease-out 0.15s, transform 0.35s ease-out;
}

.mainSlider .slideItem:hover .content .inner {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.mainSlider .content h4 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.mainSlider .content .more {
	background-color: #fff;
	color: #000;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 3px;
	margin-top: 10px;
}

.mainSlider .slideItem:hover .content {
	height: 100%;
	padding: 30px;
	color: white;
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index: 1;
	border: 1px solid #efefef;
}

.mainSlider .slideItem .content:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-origin: border-box;
	border-style: solid;
	border-color: white;
	border-width: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.35s ease;

}

.mainSlider .slideItem:hover .content:after {
	border-width: 30px;
	background: rgba(0, 0, 0, 0.5);
}

.bannerItem {
	display: block;
	overflow: hidden;
	position: relative;
	transition: all .8s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bannerItem .photo {
	overflow: hidden;
	display: block;
}

.bannerItem .content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	z-index: 9;
	color: #fff;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.bannerItem .content .title {
	font-weight: 300;
	font-size: 30px;
	display: inline-block;
	max-width: 50%;
	line-height: 1.1;
}

.bannerItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.bannerItem:hover img {
	-webkit-transform: scale(1.06) rotate(
			1deg);
	-ms-transform: scale(1.06) rotate(1deg);
	transform: scale(1.06) rotate(
			1deg);
}

.categoryBannerItem {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

.categoryBannerItem .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	opacity: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	transition: all 0.35s ease;
}

.categoryBannerItem:hover .overlay {
	height: 100%;
	padding: 15px;
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index: 1;
	border: 1px solid #efefef;
}

.categoryBannerItem .overlay:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-origin: border-box;
	border-style: solid;
	border-color: white;
	border-width: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.35s ease;

}

.categoryBannerItem:hover .overlay:after {
	border-width: 15px;
	background: rgba(0, 0, 0, 0.5);
}

.categoryBannerItem .overlay .inner {
	position: relative;
	z-index: 9;
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	transition: opacity 3.35s ease-out 0.15s, transform 0.35s ease-out;
}

.categoryBannerItem:hover .overlay .inner {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.categoryBannerItem .overlay .more {
	background-color: #fff;
	color: #000;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 3px;
	margin-top: 10px;
}

.single-shop {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.shop-img img {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-shop .actionTools {
	padding: 0px 5px;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
}

.single-shop .actionTools ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.single-shop .actionTools ul {
	margin-bottom: 0;
}

.single-shop .actionTools ul li:not(:last-child) {
	margin-right: 5px;
}

.single-shop .actionTools a {
	background-color: var(--main-color-inverse);
	height: 46px;
	line-height: 44px;
	text-align: center;
	display: block;
	transform: none !important;
	color: #fff;
	border: 1px solid var(--main-color-inverse);
	padding: 0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 46px;
	overflow: hidden;
}

.single-shop .actionTools a:hover span {
	opacity: 0;
	display: none;
}

.single-shop .actionTools a:hover {
	background-color: var(--main-color-inverse);
	color: var(--white);
}

.single-shop .actionTools ul li a i {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 18px;
}

.single-shop .actionTools ul li a span {
	display: inline-block;
	opacity: 0;
	text-transform: uppercase;
	margin-left: 4px;
}

.single-shop:hover .actionTools {
}

.single-shop:hover .actionTools ul {
	margin-bottom: 0;
}

.single-shop .addRemoveProductFavorites span,
.single-shop .btn-buyNow {
	display: none;
}

.single-shop .shop-text-all {
	text-align: left;
	padding: 0 5px 0 15px;
}

.btn.main {
	text-transform: uppercase;
	background: var(--main-color-inverse);
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	line-height: 40px;
}

.btn.remove-btn {
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}

.btn.main:hover {
	background-color: #070708;
}

.accordion li ul li a {
	font-weight: 400;
	color: #7b7b7b;
}

a.category_name.active {
	color: #000;
}

.module .category-list-inner > ul.accordion {
	max-height: 400px;
}

#memberAddressSelectionForm .addressContainer .addressText {
	font-weight: 400;
	width: 100%;
	margin-right: 20px;
	font-size: 14px;
}

#memberAddressSelectionForm h4 {
	font-size: 15px;
	color: #000;
	font-weight: 700;
}

#memberAddressSelectionForm h4 i {
	display: none;
}

#memberAddressSelectionForm .checkAddress {
	margin-left: 20px;
}

#memberAddressSelectionForm .addressContainer {
	padding: 15px 0;
}

.productOrderSummary h4,
#memberAddressSelectionForm .invoiceAddressBlock h1.caption-subject,
#memberAddressSelectionForm .shippingAddressBlock h1.caption-subject {
	font-size: 18px;
	color: var(--main-color);
	font-weight: 700;
}

.productOrderSummary h4 {
	font-size: 24px;
}

.addressBlock {
	margin-top: 30px;
}

.paymentTypeSelection {
	margin-bottom: 30px;
}

.noArrows .owl-buttons {
	display: none;
}

.d-flex {
	display: flex !important;
	align-items: center;
}

.justify-content-between {
	justify-content: space-between !important;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.social-top .follow {
	justify-content: flex-end;
}

.social-top .follow label {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	padding: 3px 0;
}

.social-top .follow ul.link-follow {
	margin-left: 10px;
}

.social-top .follow ul.link-follow li a {
	background: 0 0 !important;
	width: 20px;
	color: #333e48;
	border: 0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

.header-menu .header-menu-vertical {
	position: relative;
	z-index: 9;
}

.header-menu .header-menu-vertical .menu-title {
	color: var(--main-link-color);
	font-weight: 700;
	font-size: 14px;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 20px;
	border-radius: .5em;
	cursor: pointer;
	margin: 0;
	background-color: var(--main-color);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	line-height: 44px;
}

.header-menu .header-menu-vertical .menu-content {
	width: 100%;
	background: #fff;
	border: 0;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: auto;
	padding: 10px 0;
}

.header-menu .header-menu-vertical .menu-content li {
	display: block;
	position: relative;
	padding: 0 1em;
}

.header-menu .header-menu-vertical .menu-content li a {
	position: relative;
	display: block;
	overflow: hidden;
	text-transform: capitalize;
	word-wrap: break-word;
	color: var(--main-link-color);
	font-weight: 400;
	transition: all .3s linear;
	padding: 6.5px 0 6.5px 5px;
	line-height: 1.5;
	white-space: normal;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.header-menu .header-menu-vertical .menu-content li:last-child a {
	border-bottom: 0
}

.header-menu .header-menu-vertical .menu-content li a i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	color: #aeaeae;
}

.header-menu .header-menu-vertical .display-none {
	display: none;
}

.header-menu .header-menu-vertical .menu-title:before {
	content: "\e601";
	display: inline-block;
	font-size: 21px;
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	margin-right: 10px;
	text-align: center;
	vertical-align: -3px;
}

.header-menu .header-menu-vertical .menu-title:after {
	content: "\e604";
	display: inline-block;
	font-size: 12px;
	font-family: 'simple-line-icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	margin-left: 7px;
	float: right;
	transform: translate(0, 2px);
}

.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 {
	padding: 0;
	width: 240px;
	border: 1px solid #eaeaea;
	background: #fff;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu {
	position: absolute;
	z-index: 9;
	text-align: left;
	top: 0;
	left: 100%;
	background: #fff;
	padding: 15px 10px 15px 10px;
	display: inline-block;
	width: 855px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
	border: 1px solid #eaeaea;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li {
	width: 100%;
	padding: 0;
	line-height: 20px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	display: block;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li:last-child {
	border-bottom: 0;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li {
	width: 100%;
	padding: 0;
	line-height: 20px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	display: block;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li a {
	margin: 5px 0 5px 0;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a {
	padding: 2px 20px 2px 20px;
	color: #222;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li a {
	padding: 3px 20px;
}

.header-menu .header-menu-vertical .menu-content li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.header-menu .header-menu-vertical .menu-content li a:hover {
	background-color: #f5f5f5;
	font-weight: 700;
}

.header-menu .header-menu-vertical li:hover > a {
	background-color: #f5f5f5;
	font-weight: 700;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li:hover > a {
	color: var(--main-color);
	background-color: #fff;
	padding-left: 30px;
}

.static-area {
	padding: 60px 0;
}

.static-area .static-area-wrap {
	background-color: #fff;
	padding: 40px 10px;
}

.static-area .single-static {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 0 20px 0 30px;
}

.static-area .single-static img {
	flex: 0 0 auto;
	margin: 0;
	margin-right: 15px;
}

.static-area .single-static .single-static-meta h4 {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 0;
}

.static-area .single-static .single-static-meta p {
	line-height: 17px;
	color: #777;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}

.single-shop .stock-code {
	/* display: none; */
	color: #878787;
}

.single-shop .add-to-link {
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 1;
	font-size: 0;
	visibility: hidden;
	opacity: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.single-shop .add-to-link li {
	vertical-align: top;
	margin-bottom: 10px;
	transition: all .3s linear;
	display: block;
}

.single-shop:hover .add-to-link {
	opacity: 1;
	visibility: visible;
}

.single-shop .add-to-link a {
	display: inline-block;
	background: #e8e8e8;
	color: #272727;
	padding: 0;
	border: none;
	line-height: 43px;
	height: 43px;
	width: 43px;
	border-radius: 100%;
	padding: 0;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	transform: scale(.7);
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
}

.single-shop:hover .add-to-link a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.single-shop .add-to-link a:hover {
	background: var(--main-color);
	color: #fff;
}

.main-blog-slider-wrapper {
	background-color: #fff;
	padding: 15px;
}

.main-blog-slider-wrapper .blogItem .photo .date {
	text-align: center;
	width: 116px;
	padding-top: 5px;
	position: absolute;
	background: url(../images/bkg_date_blog.png) top center no-repeat;
	margin: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.main-blog-slider-wrapper .blogItem .photo .date > span {
	width: 46px;
	height: 46px;
	text-align: center;
	background: var(--main-color);
	padding: 6px 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	display: inline-block;
}

.main-blog-slider-wrapper .blogItem .photo .date .year-post {
	display: none;
}

.main-blog-slider-wrapper .blogItem .photo .date span.date-post {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	display: block;
}

.main-blog-slider-wrapper .blogItem .photo .date span.month-post {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 2px;
	display: block;
}

.myAccount.container.p-t-40 {
}

#tab-description ul {
	padding: 0;
}

.priceRange {
	overflow: hidden;
}

.accordion li:first-child {
	border-top: 0;
}

.newsletterWrapper {
	background-color: var(--main-color);
	color: var(--main-link-color);
	padding: 10px 0;
}

.newsletterWrapper .newsletter-inner {
	display: flex;
	align-items: center;
}

.newsletterWrapper h5 {
	color: var(--main-link-color);
	font-size: 24px;
	margin-right: 25px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 300;
}

.newsletterWrapper .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
	border: 0;
	height: 41px;
	padding: .734em 2em;
	border-top-left-radius: 1.571em;
	border-bottom-left-radius: 1.571em;
}

.newsletterWrapper button.btn {
	border-radius: 50px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	/* padding: .715em 2.134em; */
	background-color: #fff;
	color: var(--main-color);
	font-weight: 700;
	line-height: 39px;
	border: 1px solid var(--white);
	height: 41px;
	overflow: hidden;
	padding: 0 25px 0 20px;
	text-transform: uppercase;
	text-align: center;
	border-left: 1px solid var(--main-color);
}

.newsletterWrapper button.btn:hover {
	background-color: var(--main-color);
	color: #fff;
	border-left: 1px solid #fff;
}

.newsletterWrapper .marketing-text {
	font-weight: 500;
}

.product-tabs ul.nav,
.homeProductTabs ul.nav {
	overflow: auto;
	border: none;
	padding-bottom: 6px;
	position: relative;
	margin-bottom: 0;
	flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	justify-content: center;
}

.product-tabs .nav li a,
.homeProductTabs .nav li a {
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 15px;
}

.homeProductTabs .nav li a {
	font-size: 60px;
	padding: 0;
	font-weight: 700;
	text-transform: unset;
	margin: 0;
	color: #000;
	cursor: default;
}

.product-tabs .nav::after,
.homeProductTabs .nav::after {
	content: ' ';
	border-bottom: 1px solid transparent;
	display: block;
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.product-tabs .nav li.active::before,
.homeProductTabs .nav li.active::before {
	/*content: ' ';
	height: 4px;
	width: 10px;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	border-radius: 0 0 10px 10px;
	transform: translateX(-50%);
	background-color: var(--main-color);*/

}

.product-tabs .nav li.active a::after,
.homeProductTabs .nav li.active a::after {
	content: ' ';
	border-bottom: 2px solid transparent;
	display: block;
	position: absolute;
	bottom: -1px;
	width: 100%;
	z-index: 1;
	right: 0;
	background-color: var(--main-color-inverse);
	display: none;
}

.product-tabs .nav-pills > li.active > a,
.product-tabs .nav-pills > li.active > a:focus,
.product-tabs .nav-pills > li.active > a:hover,
.homeProductTabs .nav-pills > li.active > a,
.homeProductTabs .nav-pills > li.active > a:focus,
.homeProductTabs .nav-pills > li.active > a:hover {
	color: var(--main-color);
	background-color: transparent;
	position: relative;
	border-radius: 0;
}

.product-tabs .nav > li > a:focus,
.product-tabs .nav > li > a:hover,
.homeProductTabs .nav > li > a:focus,
.homeProductTabs .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}

.products .product {
	position: relative;
}

.products {

}

.products .product .product-outer {
	height: 100%;
}

.products .product::after {
	content: '';
	border-right: 1px solid #eaeaea;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 70%;
	transform: translateY(-50%);
}

.products .product {
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

.products .product .product-inner {
	padding: 1em;
	position: relative;
}

.product-loop-header {
	position: relative;
}

.onsale-products .product-title,
.products .product .product-inner .product-title a {
	display: block;
}

.onsale-products .product-title,
.products .product .product-inner .product-title a.name {
	font-weight: 700;
	overflow: hidden;
	font-size: .857em;
	line-height: 1.167em;
	height: 2.334em;
	color: var(--main-link-color);
}

.products .product .shop-img {
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

.products .product .shop-img > img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.onsale-products .price-add-to-cart,
.products .product .price-add-to-cart {
	clear: both;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 2.571em;
	margin-bottom: .5em;
}

.onsale-products .price-add-to-cart {
	justify-content: center;
	height: auto;
}

.products .product .price {
	font-size: 16px;
	font-weight: 400;
}

.onsale-products .price {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	color: #dc3545;
}

.onsale-products .price .oldPrice,
.products .product .price .oldPrice {
	color: #768b9e;
	text-decoration: line-through;
	font-size: 13px;
	display: block;
	margin: 0;
	padding: 0;
}

.onsale-products .price .oldPrice {
	display: inline-block;
}

.onsale-products .read-more {
	display: none;
}

.products .product .read-more {
	float: right;
	background-color: transparent;
	text-indent: -99999px;
	padding: 0;
	border-width: 0;
	display: inline-block;
	font-weight: 400;
	line-height: 1.714;
	color: #333e48;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .594rem 1rem;
	font-size: .875rem;
	border-radius: 1.375rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.onsale-products .read-more:before,
.products .product .read-more:before {
	content: "\f07a";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0px !important;
	color: #fff;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background-color: #eaeaea;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: -.125em;
	float: right;
}

.onsale-products .item:hover .read-more:before,
.products .product:hover .read-more:before {
	background-color: var(--main-color);
}

.products .product .hover-area {
	display: none;
	border: none;
	position: relative;
	background-color: #fff;
}

.products .product .hover-area .action-buttons {
	width: 100%;
	font-size: .929em;
	line-height: 1.385em;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 0;
}

.products .product .add-to-cart-wrap {
	display: none;
}

.onsale-products .action-buttons {
	margin: 0;
	text-align: center;
	justify-content: center;
}

.onsale-products .action-buttons a {
	background-color: var(--main-color);
	padding: 10px 25px;
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 27px;
	border-radius: 1.4em;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.onsale-products .action-buttons a:hover {
	background-color: #000;
}

@media (min-width: 768px) {
	.products .product {
		border-bottom-width: 0;
	}
}

@media (min-width: 992px) {
	.onsale-products .product-title,
	.products .product .product-inner .product-title a.name {
		font-size: 1em;
		line-height: 1.28572em;
		height: 2.57144em;
	}
}

@media (min-width: 1200px) {
	.products .product .product-inner {
		padding: 1.429em 1.714em 1em 1.714em;
	}

	.products .product .price {
		font-size: 20px;
	}

	.products .product:hover {
		z-index: 999;
		position: relative;
	}

	.products .product:hover .product-inner {
		position: absolute;
		width: 100%;
		height: auto;
		min-height: 100%;
		box-shadow: 0 0 6px 0 rgb(1 1 1 / 30%);
		background-color: #fff;
		border-bottom: 1px solid #eaeaea;
	}

	.products .product:hover .hover-area {
		display: block;
		padding-top: 15px;
		border-top: 1px solid #eaeaea;
	}

	.products .product .hover-area .action-buttons {
		flex-wrap: wrap;
	}

	.products .product .add-to-cart-wrap {
		display: block;
	}
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}

	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}

	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}

	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}

	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width: 1480px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

.form-control-feedback {
	top: 15px;
	right: 15px;
	color: #aaa;
}

.bayiItem {
	border: 1px solid #ddd;
	padding: 15px;
	display: block;
	color: #4f4f4f;
}

.bayiItem h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.bayiItem:hover {
	color: #000;
}

.bayiItem.active {
	border-color: var(--main-color);
}

.section-onsale-product {
	border-color: var(--main-color);
}

.section-onsale-product .section-heading {
	margin-bottom: 20px;
}

.section-onsale-product .onsale-products .product-title {
	text-align: center;
}

.section-onsale-product .onsale-products .item {
	position: relative;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.footerLogos.owl-theme .owl-controls {
	margin-top: 15px;
	top: 0;
}

.custom-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.custom-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
	top: 0
}


.cartProductDesc .product_id {
	display: none;
}

.product-image {
	position: relative;
}

.product-thumbs-wrap, .product-single-carousel {
	flex-basis: 100%;
	max-width: 100%;
}

.product-gallery {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
	position: sticky;
	box-shadow: rgb(0 0 0 / 4%) 0px 1px 7px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
}

.product-single-carousel .owl-nav button.owl-prev,
.product-single-carousel .owl-nav button.owl-next {
	background: transparent;
	position: absolute;
	top: 50%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	margin-top: -15px;
	font-size: 16px;
	line-height: 1;
	padding: 0;
	border: 0;
	background: 0 0;
	cursor: pointer;
	border-radius: 50px;
	transition: all .3s ease;
	margin: 0;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 400;
	color: #000;
	opacity: 0;
}

.product-single-carousel .owl-nav button.owl-prev:hover,
.product-single-carousel .owl-nav button.owl-next:hover {
	background-color: var(--white);
	color: var(--main-color-inverse);
}

.product-single-carousel .owl-nav .owl-prev {
	left: 2rem;
}

.product-single-carousel .owl-nav .owl-next {
	right: 2rem;
}

.product-single-carousel:hover .owl-nav button.owl-prev, .product-single-carousel:hover .owl-nav button.owl-next {
	opacity: 1;
	visibility: visible;
}

.product-thumbs-wrap {
	position: relative;
	margin-top: 1rem;
	overflow: hidden;
}

.product-thumbs {
	transition: top .3s ease-out;
	display: flex;
}

.product-thumb {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.product-thumbs-wrap button, .product-thumb::before {
	content: '';
	transition: border-color .3s;
	border: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.product-thumb.active::before {
	border-color: var(--main-color-inverse);
}

.product-thumbs-wrap > button {
	display: none;
}

.product-thumbs-wrap button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4rem;
	border: 0;
	transition: opacity .3s, transform .3s;
	z-index: 1;
	opacity: 0;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
	cursor: pointer;
}

.product-thumbs-wrap button, .product-thumbs .owl-nav .owl-prev, .product-thumbs .owl-nav .owl-next {
	background-color: #fff;
	color: #666;
	font-size: 1.6rem;
}

.product-thumbs-wrap button, .product-thumb::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.product-thumbs-wrap:hover button:not(.disabled) {
	opacity: .9;
	transform: none;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
	.pg-vertical .product-single-carousel {
		max-width: calc(100% - 160px);
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		overflow: hidden;
	}

	.pg-vertical .product-thumbs-wrap {
		order: 1;
		max-width: 150px;
		margin: 0 0 0 1rem;
	}

	.pg-vertical .product-thumbs {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.pg-vertical .product-thumb {
		margin: 0 0 1rem;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		overflow: hidden;
	}

	.pg-vertical .thumb-up, .pg-vertical .thumb-down {
		display: flex;
		width: 100%;
		height: 2.4rem;
	}

	.pg-vertical .thumb-up {
		transform: translateY(-100%);
	}

	.pg-vertical .thumb-down {
		top: auto;
		transform: translateY(100%);
	}

	.pg-vertical .thumb-up i::before {
		content: "\f077";
	}

	.pg-vertical .thumb-down i::before {
		content: "\f078";
	}
}


.aspectRatio {
	display: block;
	height: 0;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}

.aspectRatio, .imgRatio-img {
	background-color: #fff;
}

.is-cover .nonwidth img {
	max-width: none;
	height: 100.5%;
	display: block;
}

.single-shop .second-thumb img {
	opacity: 0;
}

.primary-thumb img,
.second-thumb img {
	position: absolute;
	height: auto;
	width: auto;
	max-width: 100.5%;
	max-height: 100.5%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.single-shop:hover .second-thumb img {
	display: block !important;
	animation: fade1 .5s;
	opacity: 1;
}

.product-slider .owl-carousel {
	overflow: hidden;
	padding: 20px 0px 0px;
	margin: -20px 0px 0;
}

.product-slider .owl-carousel .owl-nav {
	position: absolute;
	top: 40%;
	margin: 0;
	z-index: 9;
	width: 100%;
}

.product-slider .owl-carousel.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	left: 0;
	width: 25px;
	height: 44px;
	line-height: 25px;
	margin: 0;
	background: #fff;
	font-size: 20px;
	border: 1px solid var(--main-color-inverse);
}

.product-slider .owl-carousel.owl-theme .owl-nav [class*='owl-'] span {
	display: none;
}

.product-slider .owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: var(--main-color-inverse);
}

.product-slider .owl-carousel.owl-theme .owl-nav [class*='owl-']:hover:before {
	color: var(--white);
}

.product-slider .owl-carousel.owl-theme .owl-nav .owl-next {
	left: unset;
	right: 15px;
	border-right: 0 !important;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.product-slider .owl-carousel.owl-theme .owl-nav .owl-prev {
	border-left: 0 !important;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.product-slider .owl-carousel.owl-theme .owl-nav .owl-next:before {
	content: "\f105";
	font-family: fontawesome;
	color: var(--main-color);
	font-size: 23px;
	right: -4px;
	position: absolute;
	top: 0;
	line-height: 42px;
	width: 100%;
	text-align: center;
}

.product-slider .owl-carousel.owl-theme .owl-nav .owl-prev:before {
	color: var(--main-color);
	content: "\f104";
	font-family: fontawesome;
	font-size: 23px;
	left: -3px;
	position: absolute;
	line-height: 42px;
	width: 100%;
	text-align: center;
	top: 0
}

.product-slider .owl-carousel .owl-stage-outer {
	overflow: unset;
	transition-property: transform;
	box-sizing: content-box;
	position: relative;
	width: 100%;
	z-index: 1;
}

.product-slider .owl-dots .owl-dot.active span,
.product-slider .owl-dots .owl-dot:hover span {
	border-radius: 5px;
	background-color: #cccccc;
	width: 25px;
}

.product-slider .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #cccccc;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.product-slider .owl-nav.disabled + .owl-dots {
	margin-top: 40px;
}

@media (hover: hover) {
	.single-shop .shop-img:hover .primary-thumb:not(:last-child) img {
		opacity: 0;
	}

	.single-shop .shop-img:hover .second-thumb img {
		display: block !important;
		animation: fade1 .5s;
	}
}

.shop-img {
	position: relative;
	display: block;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
}

.product-slider .owl-carousel .owl-stage-outer {
	overflow: unset;
	transition-property: transform;
	box-sizing: content-box;
	position: relative;
	width: 100%;
	z-index: 1;
}

.heading-bordered {
	position: relative;
	overflow: hidden;
}

.heading-bordered span,
.heading-bordered img {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 0 30px
}

.heading-bordered:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--main-color-inverse);
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}

.heading-bordered:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--main-color-inverse);
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

.copyright {
	color: var(--main-color);
	line-height: 24px;
	padding: 0 0 10px 0;
}

.card-logos {
	padding: 30px 0 0 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--main-color-inverse);
	border-color: var(--main-color-inverse);
}

.owl-theme .owl-dots .owl-dot span {
	margin: 5px 3px;
	width: 20px;
	height: 6px;
	border-radius: 3px;
}

.variants {
	margin-bottom: 20px;
}

.variants h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.variant {
	padding-left: 5px;
}

.variant_value .varyantItem .content {
	margin-left: 0;
}

.variant_value .varyantItem .content span {
	display: block;
	font-weight: 300;
}

.variant_value .varyantItem {
	display: flex;
	align-items: center;
	justify-content: center;
}

.variants .variant.type2 .varyantItem .content span {
	display: none;
}

.variants .variant .variant_value {
	border: 1px solid transparent;
	width: auto;
	min-width: 90px;
	height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 36px;
	text-align: center;
	position: relative;
	margin-right: 7px;
	color: #878787;
	font-weight: 300;
	text-transform: uppercase;
}

.variants .variant .variant_value:before {
	content: "";
	position: absolute;
	border: 1px solid #ebebeb;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.variant_value:not(.passive):not(.selected):hover, .variant_value.selected {
	border-color: transparent;
}

.variants .variant .variant_value:not(.passive):not(.selected):hover:before,
.variants .variant .variant_value.selected:before {
	border-color: var(--main-color-inverse);
}

.variants .variant .variant_value.selected {
	border-color: transparent;
}

.variants .variant .variant_value.selected .content span {
	font-weight: 400;
	color: #000;
}

.btn.red,
.btn {
	border-radius: 0;
}

.myFavorites .actionTools .addRemoveProductFavorites {
	display: none;
}

.breadcrumbInner {
	position: relative;
}

.breadcrumbInner:after {
	content: "";
	background: url(../images/slide-mask.png) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 136px;
	z-index: 99;
	display: none;
}

.project-slogan-wrapper {
	margin-top: 150px;
}

.project-slogan {
	background-color: #f5f5f5;
	width: 460px;
	height: 460px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	border: 30px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: -210px auto 0;
	padding: 30px;
}

.project-slogan h3 {
	font-size: 20px;
	font-weight: 600;
	color: #010102;
}

.project-slogan h3 span {
	font-size: 100px;
	display: block;
	margin-bottom: 0;
	font-weight: 700;
}

.project-slogan a {
	display: inline-block;
	text-transform: uppercase;
	color: #5d5d5d;
	font-size: 15px;
	font-weight: 300;
	padding: 8px 20px;
	margin: 15px auto 0;
	border-top: 1px solid #cecece;
	background-image: url("../images/icon-search.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-top: 30px;

}

.homeProductTabs {
	padding-top: 60px;
}

.biziTakipEdin .block {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 90px;
	text-align: center;
	font-size: 15px;
	color: #969696;
}

.biziTakipEdin .block.instagram {
	background-image: url("../images/instagram.png");
}

.biziTakipEdin .block.whatsapp {
	background-image: url("../images/whatsapp.png");
}

.biziTakipEdin .block {
	display: block;
}

.biziTakipEdin .block span {
	font-weight: 500;
	color: #545454;
	font-size: 18px;
	display: block;
}

section.projects {
	background-image: url("../images/projelerimiz-bg.jpg");
	padding: 80px 0;
}

section.projects h3.heading-title {
	color: #fff;
}

section.projects h3.heading-title span {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	padding-left: 0;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-align: center;
}

.breadcrumbWrapper {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
	z-index: 0;
}

.breadcrumbInner h1 {
	font-size: 45px;
	font-weight: 700;
	position: relative;
	color: #fff;
	text-align: center;
}

.breadcrumbInner h1:before {
	content: "";
	width: 50px;
	height: 4px;
	background-color: var(--main-color-inverse);
	bottom: -10px;
	left: 2px;
	position: absolute;
	display: none;
}

.breadcrumbInner {
	padding-top: 13em;
	padding-bottom: 4em;
	position: relative;
	color: #fff;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 300;
	text-transform: lowercase;
	text-align: center;
	display: none;
}

.breadcrumb > li,
.breadcrumb > li a,
.breadcrumb > .active,
.breadcrumb > li + li:before {
	color: #fff;
	opacity: 0.8;
}

.breadcrumb > li:first-child {
	padding-left: 0;

}

.breadcrumb-item + .breadcrumb-item::before {
	color: #ffffff;
}

.kurumsalPage img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.category-list-with-icon a {
	border: 1px solid #e5e5e5;
	padding: 30px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.category-list-with-icon a,
.category-list-with-icon a span {
	display: block;
	text-align: center;
}

.category-list-with-icon a span {
	color: #010102;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 15px;
}

.category-list-with-icon a img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: .3;
}

.category-list-with-icon a.active img,
.category-list-with-icon a:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	opacity: 1;
}

.filtersAndOrdering {
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;

}

.filtersAndOrdering p {
	color: #909090;
	font-weight: 300;
	margin-top: 10px;
}

.relatedProductsWrapper {
	background-color: #f5f5f5;
}

.product-properties table thead {
	display: none;
}

.product-properties .table-striped > tbody > tr:nth-child(odd) > td,
.product-properties .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #fff;
}

.product-properties .table.table-bordered,
.product-properties .table > tbody > tr > td,
.product-properties .table > tfoot > tr > td {
	border: 0;
	font-weight: 400;
	color: #666666;
	font-size: 16px;
	padding: .5rem 1rem;
}

.product-properties .table > tbody > tr > td:first-child {
	color: #878787;
	font-weight: 300;
	width: 130px;
	padding-left: 0;
}

.product-properties .table > thead > tr,
.product-properties .table > tbody > tr,
.product-properties .table > tfoot > tr {
	border: 0;
}

.productRight .action-buttons a {
	box-shadow: 0 1px 4px #0000000d;
	border: solid 1px #e6e6e6;
	background-color: #fff;
	color: #8c8c8c;
	padding: 8px 15px;
	flex-direction: column;
	margin-right: 13px;
}

.productRight .action-buttons a i {
	margin-bottom: 5px;
	display: block;
	margin-top: 5px;
}

.productRight .action-buttons a:hover {
	background: var(--main-color-inverse);
	color: #fff;
}

.kurumsalPage .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
	position: absolute;
	bottom: 37px;
	z-index: 9;
	width: 100%;
}

.site-navbar {
	margin-bottom: 0;
	border-bottom: none;
	background-color: #fff;
	padding: 0 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.blue-bg {
	background: #edf9fe;
	padding: 50px 0;
}

.category-list-with-img img {
	/* filter: sepia(100%) hue-rotate(160deg) saturate(500%); */
	/* opacity: .4; */
}

.category-list-with-img a {
	display: block;
	overflow: hidden;
	position: relative;
	display: flex;
	height: 100px;
	background: #fff;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.category-list-with-img a.active {
	background: #fff;
}

.category-list-with-img a.active:after {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
}

.category-list-with-img a.active img {
	opacity: 1;
	filter: unset;
}

.category-list-with-img.listing-page {
	padding: 0;
}

.category-list-with-img.listing-page a {
	padding: 60px 0;
}

.frontBottomText {
	padding: 80px 0;
}

.footer-contact {
	background: #fff;
	color: var(--main-color);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.footer-contact li {
	line-height: 46px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0;
}

.footer-contact li span {
	line-height: 1;
}

.footer-contact li span h5 {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #7c7c7c;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1;
}

.myAccount label {
	font-weight: 400;
}