body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
}

html {
	overflow-x: hidden;
	width: 100vw;
	max-width: 100vw;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-thumb {
	background-color: #c4c4c4;
	border-radius: 5px;
}

.d-block {
	display: block;
	margin-bottom: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb {
	background-color: #005AA9;
	border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar {
	width: 15px;
}

.custom-scroll {
	scrollbar-width: thin;
	scrollbar-color: #005AA9 #fff;
}

@media (min-width: 1200px) {
	.container {
		width: 1210px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

/* 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: #23a1d1;
}

a:hover {
	text-decoration: none;
}

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

label {
	font-size: 12px;
	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-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;
}

.vertical-center {
	display: flex;
	align-items: center;
}

/* Fix some bootstrap issues */
/* .form-control:focus {
	box-shadow: 0 0 2px #005AA9;
} */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs {
	margin-bottom: 15px;
}

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

/* Gradent to all drop down menus */
#top-links .dropdown-menu li>a {
	color: #333;
}

.dropdown-menu li>a:hover {
	background-color: #c4c4c4;
}

/* top */
#top {
	color: #005AA9;
	padding: 13px 0;
	/* margin: 0 0 20px 0; */
	min-height: 40px;
	z-index: 1001;
	position: relative;
}

#top .container {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top .container::after,
#top .container::before {
	display: none;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
	will-change: opacity;
}

#top #top-links .topbar-email {
	font-size: 16px;
}

@media (max-width: 988px) {

	#top .btn-link,
	#top-links li,
	#top-links a {
		font-size: 13px;
	}

	#top #top-links .topbar-email {
		font-size: 12px;
	}

	.logo-text {
		font-size: 14px;
	}
}

@media (min-width: 768px) {

	#top .btn-link:hover,
	#top-links a:hover {
		opacity: 0.7;
	}

	.pr-sm-0 {
		padding-right: 0;
	}

	.pl-sm-0 {
		padding-left: 0;
	}
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	flex-grow: 1;
}

#top-links .list-inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

@media (max-width: 768px) {
	#top-links .list-inline {
		justify-content: flex-end;
	}
}

#top a {
	color: #005AA9;
}

.topbar-icon {
	display: inline-flex;
	align-items: center;
	margin-right: 7px;
}

.icon-center-fix {
	padding-bottom: 5px;
}

.top-phones {
	display: inline-flex;
	flex-direction: column;
	padding-top: 20px;
}

#top-links .top-phones a {
	font-weight: 400;
}

.under-header {
	background: #005AA9;
	padding: 25px 0 0;
	margin-bottom: 25px;
}

.burger-menu {
	cursor: pointer;
}

.mobile-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 101;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.4s, opacity 0.4s;
	will-change: visibility, opacity;
}

.mobile-menu.active {
	opacity: 1;
	visibility: visible;
}

.mobile-menu-inner {
	padding: 0 30px;
	position: relative;
	z-index: 1;
	transform: translateY(-100%);
	transition: transform 0.3s;
	will-change: transform;
}

.mobile-menu-inner .close-menu {
	position: absolute;
	top: 10px;
	right: 50px;
	width: 20px;
	fill: rgba(0, 0, 0, 0.5);
}

.mobile-menu.active .mobile-menu-inner {
	transform: translateY(0);
}

.gray-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.4s, opacity 0.4s;
	will-change: visibility, opacity;
}

.mobile-menu.active .gray-bg {
	opacity: 1;
	visibility: visible;
}

.mob-menu-list {
	list-style: none;
	padding: 30px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	margin: 0;
	display: flex;
	flex-direction: column;
}

.mob-menu-list a {
	color: #333;
	text-align: center;
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 10px;
	font-size: 16px;
}

/* logo */
.logo {
	display: inline-flex;
	margin-right: 27px;
}

.logo img {
	max-width: 60px;
	height: auto;
}

.logo-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #005AA9;
	max-width: 150px;
}

#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	width: 100%;
	position: relative;
	z-index: 0;
}

#search input {
	font-size: 18px;
}

#search input::placeholder {
	font-style: italic;
	font-family: 'Lato';
	font-size: 18px;
}

#search .input-lg {
	height: 47px;
	line-height: 20px;
	padding: 0 20px;
	border: none;
	border-radius: 10px;
}

#search .btn {
	width: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 10px;
	background-color: #FED546;
}

#search .input-group-btn {
	position: absolute;
	right: -2px;
	top: 0;
	width: 72px;
	height: 100%;
}

/* cart */

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

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

.cart-button {
	position: relative;
	cursor: pointer;
	transition: opacity 0.3s;
	will-change: opacity;
}

.cart-button:hover {
	opacity: 0.6;
}

#cart-total {
	background-color: #FED546;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 16px;
	position: absolute;
	top: -7px;
	right: -7px;
	color: #fff;
	width: 20px;
	height: 20px;
}


/* tables */

.table-row {
	display: flex;
	align-items: center;
	padding: 30px 0;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	;
}

.whishlist-page .table-row:last-of-type {
	border-bottom: none;
}

.table-head-title {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
}

.prod-text {
	display: flex;
	flex-direction: column;
}

.prod-info {
	display: flex;
}

.col-info {
	width: 45%;
}

.prod-image {
	min-width: 100px;
	max-width: 100px;
	height: auto;
	object-fit: contain;
	margin-right: 70px;
	line-height: 19px;
}

.prod-image a {
	width: 100%;
	display: block;
}

.prod-image img {
	width: 100%;
}

.row-item p.prod-name {
	margin-bottom: 5px;
}

.prod-name a {
	color: #005AA9;
	font-size: 16px;
	text-decoration: none;
}

.prod-price {
	font-size: 18px;
	font-weight: 700;
}

.prod-price.bottom {
	margin-top: auto;
}

.prod-total {
	font-size: 24px;
	font-weight: 700;
}

.prod-total p {
	margin: 0;
}

.col-total {
	width: 12%;
	text-align: center;
}

.col-model {
	width: 12%;
	text-align: center;
}

.prod-model {
	font-size: 16px;
	font-weight: 700;
}

.prod-buy {
	max-width: 170px;
	width: 100%;
	margin-left: auto;
	margin-right: 50px;
}

.prod-buy .buy-btn {
	width: 100%;
}

.prod-quantity .quantity-input {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.col-quantity {
	width: 9%;
	text-align: center;
}

.col-delete {
	width: 20px;
}

.btn-delete {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	transition: opacity 0.3s;
	will-change: opacity;
}

.btn-delete:hover {
	opacity: 0.7;
}

.btn-prod-count {
	border: none;
	background: transparent;
	font-size: 20px;
	font-weight: 600;
}

.quantity-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.simplecheckout-cart-total {
	border: none;
}

.cart-totals {
	padding: 20px 0;
}

.cart-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-bottom: 10px;
}

.cart-total-row:last-of-type {
	font-weight: 700;
	font-size: 24px;
	margin-top: 25px;
}

.checkout-data-body .simplecheckout-right-column {
	width: 40%;
}

.col-shipment {
	width: 41%;
	padding-left: 20px;
}

.col-data {
	width: 52%;
}

#simplecheckout_shipping_address input,
#simplecheckout_shipping_address .custom-select {
	max-width: 268px;
}

.checkout-cart-body .simplecheckout-block-content {
	padding: 0;
}

#simplecheckout_shipping {
	display: none;
}

.custom-select {
	position: relative;
	display: flex;
	padding: 0;
}

.custom-select-opener {
	content: '';
	display: flex;
	width: 45px;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	background: #005AA9;
	border-radius: 10px;
	pointer-events: none;
}

svg *:focus,
svg:focus {
	outline: none;
}

.form-group.checkout {
	padding: 0;
	margin: 0 0 30px 0;
	max-width: 538px;
}

#content input:not([type="submit"]),
#content textarea,
#content select {
	border: 2px solid rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	padding: 10px;
	line-height: 1;
	font-size: 18px;
	height: 45px;
	transition: border 0.3s;
}

#content input:focus,
#content textarea:focus,
#content select:focus {
	border: 2px solid #FED546;
	box-shadow: none;
}

#content input::placeholder,
#content textarea::placeholder,
#content select {
	font-size: 18px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.42);
}

#content .quantity-input {
	border: none;
}

.section-wrapper {
	margin-bottom: 30px;
}

.checkout-cart-body.checkout-data-body {
	padding-top: 40px;
}

.checkout-data-body.checkout-data-body-top {
	margin-bottom: 0;
	border-radius: 0;
	border-bottom: 0;
}

.checkout-cart-body.checkout-data-body-bottom.buttons {
	border: 2px solid #ccc;
	border-top: none;
	padding: 0 30px 10px 30px;
}

.checkout-cart-body.checkout-data-body-bottom.buttons .buy-btn {
	padding-left: 40px;
	padding-right: 40px;
}

.checkout-cart-body .simplecheckout-button-right {
	float: left;
}

/* 
.checkout-data-body-bottom {} */

.radio-wrapper {
	display: flex;
	flex-direction: column;
}

.row-customer_register,
.row-customer_register+div {
	width: 40%;
	display: inline-flex;
}

.form-group .radio-wrapper .radio-title {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 16px;
}

.form-group .radio-wrapper .radio-title.big {
	font-size: 20px;
	font-weight: 600;
}

.form-group .radio-wrapper label {
	display: flex !important;
	padding: 0;
	text-align: left;
	font-size: 14px;
	align-items: center;
}

.form-group .radio-wrapper label input {
	display: none !important;
}

.custom-radio-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.4);
	margin-right: 17px;
}

.form-group .radio-wrapper label input:checked+.custom-radio-button::before {
	background: #005AA9;
}

.custom-radio-button::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: background 0.4s;
}

.radio-wrapper-inner {
	display: flex;
	flex-direction: column;
}

.simplecheckout-step .simplecheckout-block {
	margin-bottom: 0;
}

.simplecheckout-error-text {
	position: absolute;
	transform: translateY(-5px);
	font-size: 10px;
}

.empty-text {
	font-size: 19px;
	margin: 50px 0;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

.header-control {
	display: flex;
	margin-bottom: 0;
}

.header-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	background-color: transparent;
}

.whishlist-link {
	display: block;
	padding-top: 8px;
	margin-left: 15px;
	transition: opacity 0.4s;
	will-change: opacity;
}

.whishlist-link:hover {
	opacity: 0.7;
}

/* .whishlist-link svg path {
	transition: fill 0.4s;
	will-change: fill;
}


.whishlist-link:hover svg path {
	fill: #005AA9;
} */

#cart {
	width: 46px;
}

.table-row.cart-header {
	padding-left: 30px;
	padding-right: 30px;
}

.table-row p {
	margin: 0;
}



/* content */
#content {
	min-height: 600px;
}

/* slider */

.slider-wrapper {
	padding-right: 85px;
}

.slideshow .swiper-pagination {
	bottom: 5px;
}

.my-slider .swiper-viewport {
	border: none;
	box-shadow: none;
	border-radius: 10px;
}

.slideshow .swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: none;
	transition: background-color 0.3s;
	will-change: background-color;
}

.swiper-viewport.products-slider-wrapper {
	box-shadow: none;
	border: none;
	margin: 0;
}

.slideshow .swiper-pagination-bullet:hover,
.slideshow .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #005AA9;
}

.my-slider .swiper-viewport .swiper-pager .swiper-button-next {
	right: -40px;
}

.my-slider .swiper-viewport .swiper-pager .swiper-button-next,
.my-slider .swiper-viewport:hover .swiper-pager .swiper-button-prev {
	opacity: 1;
}

.my-slider .swiper-viewport .swiper-pager .swiper-button-next:hover,
.my-slider .swiper-viewport .swiper-pager .swiper-button-prev:hover {
	opacity: 0.8;
}

.slideshow .swiper-button-prev::before,
.slideshow .swiper-button-next::before {
	font-family: 'arrow';
	color: #005AA9;
	font-size: 50px;
}

.slideshow .swiper-button-next::before {
	content: '';

}

.slideshow .swiper-button-prev::before {
	content: '';
}

.swiper-viewport .product-thumbnails-slider {
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.one-product-wihs {
	position: absolute;
	top: 30px;
	right: 40px;
	z-index: 5;
}

.product-thumbnail-inner {
	padding: 70px 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-thumbnail-inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.swiper-viewport.product-thumbnails-slider .swiper-button-next,
.swiper-viewport.products-slider-wrapper .swiper-button-next {
	opacity: 0.7;
	right: 30px;
}

.swiper-viewport.product-thumbnails-slider .swiper-button-next:hover,
.swiper-viewport.products-slider-wrapper .swiper-button-next:hover {
	opacity: 1;
	right: 30px;
}

.swiper-viewport.product-thumbnails-slider:hover .swiper-button-next,
.swiper-viewport.products-slider-wrapper:hover .swiper-button-next {
	right: 30px;
}

.swiper-viewport.product-thumbnails-slider .swiper-button-prev,
.swiper-viewport.products-slider-wrapper .swiper-button-prev {
	opacity: 0.7;
	left: 30px;
}

.swiper-viewport.product-thumbnails-slider .swiper-button-prev:hover,
.swiper-viewport.products-slider-wrapper .swiper-button-prev:hover {
	opacity: 1;
	left: 30px;
}

.swiper-viewport.product-thumbnails-slider:hover .swiper-button-prev,
.swiper-viewport.products-slider-wrapper:hover .swiper-button-prev {
	left: 30px;
}

.swiper-viewport.products-slider-wrapper .swiper-pager {
	top: 25%;
}

/* categories */

.categories-page {
	margin-bottom: 50px;
}

.categories-wrapper {
	position: relative;
}

.categories-header {
	background-color: #005AA9;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 10px;
	padding: 5px 25px;
	height: 47px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	transition: border-radius 0.3s ease-in-out 0.1s;
	will-change: border-radius;
}

.categories-body {
	position: absolute;
	width: 100%;
	z-index: 100;
	background: #fff;
	transform: translateY(100px) scale(0.8);
	transform-origin: top center;
	visibility: hidden;
	opacity: 0;
	border: 2px solid #ccc;
	border-top: none;
	max-height: 70vh;
	border-radius: 0 0 10px 10px;
	transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
	will-change: transform, opacity, visibility;
}

.categories-body .list-group {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	max-width: 100%;
}

.categories-header-icon {
	transition: opacity 0.3s;
	will-change: opacity;
}

.categories-params-text {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.categories-wrapper.active .categories-body {
	transform: translateY(0) scale(1);
	visibility: visible;
	opacity: 1;
}

.categories-wrapper.active .categories-header-icon {
	opacity: 0;
}

.categories-wrapper.active .categories-header {
	border-radius: 10px 10px 0px 0px;
}

.ocfilter-mobile .mob-filter-header {
	border-radius: 0;
}

@media (min-width: 768px) {
	.categories-wrapper:hover .categories-body {
		transform: translateY(0) scale(1);
		visibility: visible;
		opacity: 1;
	}

	.categories-wrapper:hover .categories-header-icon {
		opacity: 0;
	}

	.categories-wrapper:hover .categories-header {
		border-radius: 10px 10px 0px 0px;
	}

	.only-mob {
		display: none;
	}
}

/* footer */
footer {
	margin-top: 70px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #005AA9;
	color: #fff;
}

footer .row {
	display: flex;
	flex-wrap: wrap;
}

footer .container {
	position: relative;
}

footer hr {
	border-top: none;
}

footer a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	transition: color 0.3s;
	will-change: color;
}

footer li {
	margin-bottom: 10px;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}

footer .powered {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}

.footer-contacts a {
	padding-left: 25px;
	position: relative;
	display: flex;
	align-items: center;
}

.footer-contacts .footer-icon {
	position: absolute;
	left: 0;
}

footer .sectioned-col {
	display: flex;
	flex-direction: column;
}

.footer-social+.footer-social {
	margin-left: 15px;
}

.footer-social {
	transition: opacity 0.3s;
	will-change: opacity;
}

.footer-social:hover {
	opacity: 0.7;
}

.vertical-list {
	display: flex;
	flex-wrap: wrap;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	position: fixed;
	top: 15px;
	left: calc(2vw - 8px);
	z-index: 1002;
	font-size: 16px;
	max-width: 96vw;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: none;
	background-color: transparent;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	position: relative;
	/* white-space: nowrap; */
	font-size: 16px;
}

.breadcrumb>li a {
	color: #005AA9;
	transition: color 0.3s;
	will-change: color;
}

.breadcrumb>li a:hover {
	color: #007DEA;
}

.breadcrumb>li:last-child a {
	color: #aaa;
}

.breadcrumb>li+li:before {
	content: '\00a0\00a0\00a0/\00a0\00a0\00a0';
	padding: 0;
}

.pagination {
	margin: 0;
	border-radius: 10px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 10px 0 0 10px;
}

.pagination>li:last-child>a {
	border-radius: 0 10px 10px 0;
}

.pagination>.active>span {
	background: #005AA9;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 20px;
	padding: 6px 20px;
	border: 1px solid #005AA9;
	transition: background-color 0.3s;
	will-change: background-color;
}

.pagination>li>a {
	color: rgba(0, 0, 0, 0.8);
}

.pagination>li>a:hover {
	border: 1px solid #005AA9;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 16px;
	border-radius: 10px;
	border: none;
	transition: background-color 0.3s, color 0.3s;
	will-change: background-color, color;
}

.btn:focus {
	outline: none !important;
}

.btn:active {
	box-shadow: none;
}

.wish-btn {
	background-color: transparent;
	border: none;
	padding: 0;
}

.wish-btn svg path {
	transition: fill 0.3s;
	will-change: fill;
}

.wish-btn.active svg path {
	fill: #4C8BC3;
}

.buy-btn {
	background: #FED546;
	border-radius: 10px;
	border: none;
	padding: 8px;
	display: flex;
	position: relative;
	font-size: 16px;
	color: #005AA9;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	will-change: background-color, color;
}

.buy-btn:hover {
	background: #ffcd17;
}

.buy-btn .buy-cart-icon {
	transform: translateX(-20px);
}

.btn-bordered {
	padding: 8px;
	display: flex;
	position: relative;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	will-change: opacity;
	font-size: 16px;
	border: 2px solid rgba(0, 0, 0, 0.4);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	background-color: #e7e7e7;
}

.btn-primary {
	color: #ffffff;
	background-color: #005AA9;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #007DEA;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.categories-body .list-group {
	margin: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	overflow-y: scroll;
	padding-right: 0;
}

#content label.checkbox-inline input {
	height: 10px;
}

.categories-menu-item,
.list-group a {
	color: #4D4D4D;
	padding: 10px 25px 10px 25px;
	border: none;
	font-size: 16px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: color 0.3s;
	will-change: color;
	cursor: pointer;
}

.list-group a.active,
.categories-menu-item.active,
.list-group a.active:hover,
.categories-menu-item:hover,
.list-group a:hover,
.categories-menu-item.active:hover,
.list-group a:focus,
.categories-menu-item.active:focus {
	color: #FED546;
	background-color: transparent;
}

.submenu {
	height: 0;
	overflow: hidden;
	padding-left: 20px;
	transition: height 0.3s;
	will-change: height;
}

a.submenu-item {
	padding-top: 0;
}

.open-cateorie-plus-pag {
	transform-origin: 50% 25%;
	transition: transform 0.3s;
	will-change: transform;
}

.submenu-wrapper.active .open-cateorie-plus-pag {
	transform: scaleY(0);
}

.open-cateorie-plus {
	height: 50px;
	position: absolute;
	right: 0;
	min-width: 70px;
	width: 70px;
	transform: translateX(15px);
	cursor: pointer;
	z-index: 2;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.categories-grid {
	padding: 20px;
}

.categotie-block {
	border: 2px solid rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	padding: 10px;
}

/* product list */
.section-wrapper .row,
.section-wrapper-content {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #ccc;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	padding-top: 30px;
}

.section-primary-header {
	background-color: #005AA9;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	border-radius: 10px 10px 0 0;
	margin: 0;
}

.products-grid {
	display: grid;
	grid-gap: 40px 30px;
	margin-bottom: 40px;
}

.products-grid.cols-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.products-grid.cols-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-layout {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.product-layout.type-3 {
	padding: 30px 25px;
	text-align: left;
}

.product-layout.type-1 .wish-btn {
	position: absolute;
	right: 45px;
	z-index: 1;
}

.product-layout.type-3 .product-bottom {
	display: flex;
}

.product-layout.type-3 {
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.product-layout .buy-btn {
	min-width: 170px;
	margin: 0 auto;
}

.product-layout.type-3 .buy-btn {
	margin: 0 auto 0 0;
}

.type-1.product-layout+.type-1.product-layout {
	border-left: 1px solid #ccc;
}

.type-2.swiper-slide-next::before,
.type-2.swiper-slide-next::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #ccc;
	width: 1px;
	height: 70%;
	top: 0;
}

.type-2.swiper-slide-next::after {
	right: 0;
}

.type-2.swiper-slide-next::before {
	left: 0;
}

.product-thumb {
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%;
}

.product-layout.type-3 .product-thumb {
	padding: 0;
}

.product-thumb .image {
	text-align: center;
	margin-bottom: 20px;
}

.product-thumb .image a {
	transition: opacity 0.3s;
	will-change: opacity;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.type-1 .product-thumb .product-name,
.type-2 .product-thumb .product-name {
	text-align: center;
	max-width: 280px;
}

.product-thumb .product-name {
	font-weight: bold;
	font-size: 16px;
	color: #005AA9;
	display: block;
	margin: 0 auto;
	transition: color 0.3s;
	will-change: color;
}

.product-thumb .product-name:hover {
	color: #007DEA;
}

.product-thumb .caption {
	padding: 0 20px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #333;
	font-size: 18px;
	display: block;
	margin: auto 0 25px;
}

.type-1 .product-thumb .price,
.type-2 .product-thumb .price {
	text-align: center;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

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

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

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

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
	right: -1px;
}

/* blocks */

.section-title {
	text-align: center;
	font-size: 30px;
	margin: 0 0 30px 0;
}

.image-section {
	position: relative;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.image-section-text {
	font-size: 16px;
	max-width: 570px;
	color: rgba(0, 0, 0, 0.8);
	margin: 0;
}

.image-section-title {
	max-width: 600px;
	font-size: 24px;
	color: #000000;
	margin: 0 0 20px 0;
}

.image-section img+.image-section-inner {
	margin-left: 20px;
}

.image-section-inner+.image-section img {
	margin-left: 20px;
}

@media (max-width: 1200px) {
	.image-section img {
		max-width: 200px;
	}

	.image-section {
		margin-top: 40px;
	}
}

/* sing;e-product */

#product-product .main-product-name {
	font-size: 24px;
	color: #005AA9;
	margin: 0 0 30px 0;
}

#product-product .two-cols-list {
	margin-bottom: 15px;
}

#product-product .two-cols-list li {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
}

#product-product .main-price {
	font-size: 36px;
	margin-top: 15px;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.7);
}

#product-product .product-top {
	margin-bottom: 40px;
}

#product .buy-btn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	height: 100%;
}

#product .buy-btn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	height: 100%;
}

.center-title {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.8);
}

.two-cols-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.two-cols-list li {
	flex-basis: 50%;
}


.two-cols-list li:nth-child(2n) {
	padding-left: 30px;
}


.two-cols-list li:nth-child(2n + 1) {
	padding-right: 30px;
}

.stock.yes {
	color: #18BB15 !important;
}


.stock.no {
	color: #ca2525 !important;
}

.quantity-wrapper {
	height: 100%;
	display: inline-flex;
	align-items: center;
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

.quantity-input,
.quantity-button {
	background-color: transparent;
	border: none;
	text-align: center;
}

products-grid .quantity-input {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.7);
}

.quantity-button {
	font-size: 24px;
	color: rgba(0, 0, 0, 0.5);
}

.annotation-section {
	margin-bottom: 80px;
}

.annotation-text {
	padding: 0 30px 30px 30px;
	font-size: 16px;
	color: #000000;
}

.annotation-text p {
	margin: 0;
}

/* categories */

.categories-page-header {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	padding-top: 10px;
	padding-bottom: 10px;
}

.categories-title {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	padding: 0;
	min-width: 268px;
}

.ocfilter .list-group-item {
	border: none;
}

.header-sort {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.header-sort select {
	background: transparent;
	border: none;
	box-shadow: none !important;
	color: #FED546;
	font-size: 16px;
	display: inline-block;
	width: fit-content;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.header-sort svg {
	fill: #FED546;
	cursor: pointer;
}

#ocfilter .section-wrapper-content {
	padding-top: 0;
	padding-top: 24px;
	transform: translateY(-20px);
}

#ocfilter .list-group-item.ocfilter-option {
	padding: 10px 0 0 10px;
}

#ocfilter .list-group-item.ocfilter-option:not(:last-child) {
	border-bottom: 2px solid #005AA9;
	margin-bottom: 2px;
}

#ocfilter .ocf-option-values {
	max-height: 255px;
	overflow-y: scroll;
	scrollbar-color: #005AA9 #fff;
	scrollbar-width: thin;
}

#ocfilter .ocf-option-values::-webkit-scrollbar-thumb {
	background-color: #005AA9;
	border-radius: 10px;
}

#ocfilter .ocf-option-values::-webkit-scrollbar {
	width: 15px;
}

#ocfilter .scale {
	margin-top: 5px;
	margin-bottom: 50px;
}

#ocfilter .noUi-target {
	border: 1px solid #005AA9;
	box-shadow: none;
	border-radius: 10px;
}

#ocfilter .noUi-origin {
	border-radius: 11px;
}

#ocfilter .ocfilter-option label {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	display: flex;
	padding-left: 20px;
	position: relative;
}

#ocfilter .ocfilter-option label .custom-checkbox {
	position: absolute;
	left: 0;
}

#ocfilter .list-group {
	width: 100%;
}


/* custom fields */

.custom-form .noUi-connect {
	background: #FED546;
	box-shadow: none;
}

.custom-form .noUi-horizontal .noUi-handle {
	border-radius: 50%;
	border: 1px solid #005AA9;
	width: 23px;
	height: 23px;
	top: -3px;
	left: -11px;
}

.custom-form .noUi-horizontal .noUi-handle::before,
.custom-form .noUi-horizontal .noUi-handle::after {
	display: none;
}

.custom-form .ocfilter-option .ocf-option-name {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
}

.custom-checkbox-field input {
	display: none !important;
}

.custom-checkbox {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 2px 1px 0 1px;
	border-radius: 5px;
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	border: 1px solid #005AA9;
	cursor: pointer;
	margin-bottom: -5px;
	position: relative;
}

.custom-checkbox-field svg {
	fill: #fff;
	opacity: 0;
	transform: translateY(-5px);
	transition: transform .2s, opacity .2s, background 0.3s;
	will-change: transform, opacity, background
}

.custom-checkbox-field input:checked+.custom-checkbox {
	background: #005AA9;
}

.custom-checkbox-field input:checked+.custom-checkbox svg {
	opacity: 1;
	transform: translateY(0);
}

.ocfilter-mobile-handle {
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

/* popup */


.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1002;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	background-color: rgba(69, 69, 69, 0.8);
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility .5s;
	-o-transition: opacity .5s, visibility .5s;
	transition: opacity .5s, visibility .5s
}

.popup.active {
	opacity: 1;
	visibility: visible;
}

.popup.active .popup__appear {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.popup__close-btn {
	position: fixed;
	top: 15px;
	right: 15px;
	display: block;
	padding: 0;
	border: none;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity;
}

.popup__close-btn:hover {
	opacity: .8;
}

.popup__close-btn svg {
	pointer-events: none;
	fill: #333;
}

.popup__appear {
	-webkit-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .7s;
	transition: opacity .3s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .3s;
	transition: transform .7s, opacity .3s;
	transition: transform .7s, opacity .3s, -webkit-transform .7s;
	will-change: transform, opacity;
}

/* cart-popup */

#cart-wrapper {
	border-radius: 10px;
	overflow: hidden;
}

.popup-cart-wrapper {
	height: 100%;
}

.popup-cart-body {
	height: 90%;
	overflow-y: scroll;
	scrollbar-width: thin;
}

.popup-cart-body::-webkit-scrollbar {
	width: 5px;
}

.popup-cart-body::-webkit-scrollbar-thumb {
	background-color: #c4c4c4;
	border-radius: 5px;
}

#cart-popup {
	padding: 50px 10px;
}

.popup-cart-body {
	background-color: #fff;
	padding: 0 30px;
}

.empty-cart {
	padding: 50px 80px;
	font-size: 25px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	white-space: nowrap;
}

.cart-popup-submit {
	display: flex;
	flex-direction: column;
	max-width: 270px;
	width: 100%;
}

.popup-cart-total {
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	align-self: flex-start;
}


.cart-total {
	font-size: 24px;
	font-weight: 700;
	margin-left: 18px;
}

.btn-cart {
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 700;
}

.continue-btn {
	font-weight: 600;
}

#content input.quantity-input {
	border: none;
}

/* checkout */

.checkout-cart-body,
.popup-cart-body {
	border-radius: 0 0 10px 10px;
}

.checkout-cart-body {
	width: 100%;
	margin: 0;
	border: 2px solid #ccc;
	border-top: none;
	padding: 0 30px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.open-cateorie-plus:not(.desc) {
		visibility: hidden;
	}

	.submenu {
		height: auto;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		transform: translateX(100px);
		left: calc(100% - 20px);
		top: 0;
		height: calc(100% + 1.5px);
		background: #fff;
		min-width: 100%;
		border-radius: 0 0 10px 0;
		z-index: 1;
		padding: 20px 10px 0 20px;
		border: 2px solid #ccc;
		border-top: none;
		border-left: none;
		transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
		will-change: opacity, visibility, transform;
	}

	.submenu.expanded {
		min-width: 200%;
	}


	.submenu.expanded .submenu-item {
		width: 50%;
	}

	.categories-header {
		position: relative;
		z-index: 1000;
	}

	a.submenu-item {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.submenu-inner {
		height: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.submenu-wrapper:hover .submenu {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.open-cateorie-plus.desc {
		transition: transform 0.3s;
	}

	.submenu-wrapper:hover .open-cateorie-plus.desc {
		transform: translateX(25px);
	}
}

@media (min-width: 1200px) {
	a.submenu-item {
		margin-bottom: 20px;
		font-size: 16px;
	}
}


@media (max-width: 1200px) and (min-width: 768px) {
	.product-layout.type-3 .buy-btn {
		min-width: 100px;
	}

	.buy-btn .buy-cart-icon {
		transform: translateX(-5px);
	}
}

@media (max-width: 1200px) {
	.product-layout.type-3 {
		padding: 20px 15px;
	}
}

@media (max-width: 992px) {
	footer .powered {
		bottom: -60px;
		left: 10px;
	}

	footer {
		padding-bottom: 70px;
	}

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

	.type-1.product-layout {
		max-width: 400px;
		margin: 10px auto 0;
		padding-top: 40px;
	}

	.type-1.product-layout+.type-1.product-layout {
		border-top: 1px solid #ccc;
		border-left: none;
	}

	.categories-body .list-group {
		padding-top: 10px;
	}

	.products-grid.cols-3,
	.products-grid.cols-4 {
		grid-template-columns: 1fr 1fr;
	}

	.categories-title {
		font-size: 16px;
	}

	.pagination>li>a,
	.pagination>li>span {
		font-size: 15px;
		padding: 4px 14px;
	}

	.pagination svg {
		width: 10px;
	}

	.prod-image {
		margin-right: 10px;
	}

	.prod-total {
		font-size: 18px;
	}

	.categories-menu-item:not(.submenu-item) {
		padding: 7px 38px 7px 18px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	#ocfilter .ocfilter-option label {
		font-size: 10px;
	}

	.custom-form .ocfilter-option .ocf-option-name {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.open-cateorie-plus.desc {
		display: none;
	}

	.list-group a.active:hover,
	.categories-menu-item:hover,
	.list-group a:hover,
	.categories-menu-item.active:hover,
	.list-group a:focus,
	.categories-menu-item.active:focus {
		color: rgb(77, 77, 77);
	}

	a.submenu-item {
		margin: 5px 0;
	}

	.categories-body {
		width: 100vw;
		left: -16px;
	}

	.header-control {
		margin: 20px 0;
	}

	body,
	.btn {
		font-size: 14px;
	}

	.product-list .product-thumb .button-group {
		border-left: none;
	}

	.image-section {
		flex-direction: column;
	}

	.image-section:nth-last-of-type(2n) {
		flex-direction: column-reverse;
	}

	.image-section-image {
		margin-bottom: 20px;
	}

	.image-section-text {
		font-size: 14px;
		text-align: center;
	}

	.image-section-title {
		font-size: 20px;
		text-align: center;

	}

	.slider-wrapper {
		padding-right: 15px;
	}

	.my-slider .swiper-viewport .swiper-pager .swiper-button-next {
		right: 7px;
	}

	.swiper-viewport.product-thumbnails-slider .swiper-button-next {
		right: 10px;
	}

	.swiper-viewport.product-thumbnails-slider .swiper-button-prev {
		left: 10px;
	}

	.my-slider .swiper-viewport img {
		margin: 0 auto;
	}

	#categories {
		margin: 0 15px 15px;
	}

	.logo-text {
		font-size: 13px;
	}

	.mob-wider {
		padding-left: 0;
		padding-right: 0;
	}

	.categories-page-header {
		flex-wrap: wrap;
	}

	#ocfilter .section-wrapper-content {
		transform: translateY(0);
	}

	.col-model {
		display: none;
	}

	.popup-cart-total,
	.prod-quantity .quantity-input {
		font-size: 16px;
	}

	.popup-cart-total {
		margin-bottom: 20px;
	}

	.col-quantity,
	.col-total {
		width: 20%;
	}

	.btn-cart,
	.prod-name a {
		font-size: 14px;
	}

	.section-title {
		font-size: 24px;
	}

	.section-wrapper {
		margin-bottom: 20px;
	}
}

@media (max-width: 666px) {
	.table-row {
		flex-wrap: wrap;
	}

	.table-row {
		position: relative;
	}

	.prod-delete button {
		position: absolute;
		right: 0;
		top: 48%;
	}
}

@media (max-width: 598px) {
	.col-info {
		width: 95%;
		margin-bottom: 15px;
	}

	.col-quantity {
		width: 60%;
	}

	.col-total {
		width: 30%;
	}

	.prod-delete .btn-delete {
		top: 30px;
		right: -10px;
	}

	.prod-price {
		display: none;
	}

	.quantity-buttons {
		justify-content: flex-start;
	}

	.prod-image {
		min-width: 60px;
	}

	.cart-total {
		font-size: 16px;
	}

	.popup-cart-total {
		width: 100%;
	}

	.table-head-title {
		display: none;
	}

	.section-title {
		font-size: 20px;
	}

	.breadcrumb>li {
		font-size: 14px;
	}

	.prod-buy {
		max-width: 160px;
		margin-right: auto;
		margin-left: 0;
	}
}

@media (max-width: 546px) {
	.product-layout.type-3 .buy-btn {
		min-width: 50px;
		max-width: 200px;
		width: 70%;
	}

	/* .product-layout.type-3 .buy-btn span {
		display: none;
	}

	.buy-btn .buy-cart-icon {
		transform: translateX(0);
	} */

	.logo img {
		max-width: 60px;
		height: auto;
		object-fit: contain;
	}

	.empty-cart {
		padding: 50px 30px;
		;
	}

	.product-layout.type-1 .wish-btn {
		right: 25px;
	}

	.products-grid.cols-3,
	.products-grid.cols-4 {
		grid-template-columns: 1fr;
	}

	.pagination>li>a,
	.pagination>li>span {
		font-size: 12px;
		padding: 4px 10px;
	}

	.pagination svg {
		width: 9px;
	}

	.header-sort svg {
		display: none;
	}

	.cart-total-row:last-of-type {
		font-size: 20px;
	}

	.checkout-cart-body {
		padding: 0 15px;
	}

	.checkout-cart-body.checkout-data-body-bottom.buttons {
		padding: 0 15px 10px 15px;
	}

	.checkout-cart-body.checkout-data-body-bottom.buttons .buy-btn {
		padding-left: 15px;
		padding-right: 15px;
	}

	.checkout-cart-body .simplecheckout-button-right {
		float: none;
	}

	.col-data {
		width: 100%;
	}
}

@media (max-width: 320px) {
	.logo-text {
		font-size: 11px;
	}

	.logo img {
		max-width: 60px;
		height: auto;
		object-fit: contain;
	}

	.topbar-email {
		display: none;
	}
}