body {
	font-family: 'Open Sans';
	font-weight: 400;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	letter-spacing: 1px;
}

#form-currency {
	all: unset;
}

#form-language {
	all: unset;
}

.owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
	border-radius: 0
}

.img-thumbnail {
	border: none
}

.owl-carousel {
	background: transparent !important;
}

/* .button-group button {
	pointer-events: none;
	opacity: 0.5;
} */

.form-control {
	border: 1px solid #ededed;
	box-shadow: none;
	letter-spacing: 1px;
	border-radius: 0 !important
}

.form-control:focus {
	border-color: #222;
	box-shadow: none;
}

svg {
	vertical-align: middle;
}

/* .panel-default .form-control{
	height: 40px;
	} */
.btn-red {
	background: #d63837;
	color: white;
	border-radius: 4px;
	border: 1px solid #d63837;
	height: 45px;
	box-shadow: none;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 14px;
	padding: 0 12px;
	min-width: 165px;
	transition: 0.3s ease;
	margin-left: 10px;
	border: none;
}

.btn-red:hover {
	background: black;
	color: white;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
	color: #222;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none
}

svg {
	vertical-align: middle;
	transition: 0.3s ease
}

ul {
	padding: 0;
	margin-bottom: 0;
}

body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #14233d;
	border-radius: 10px;
	outline: 1px solid slategrey;
}

.popup_cart_products::-webkit-scrollbar {
	width: 8px;
	height: 5px;
}

.popup_cart_products::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.popup_cart_products::-webkit-scrollbar-thumb {
	background-color: #14233d;
	border-radius: 10px;
	outline: 1px solid slategrey;
}

input[type="checkbox"] {
	transform: scale(1.1);
}

.acpage .pull-right input[type="checkbox"] {
	margin-top: 0;
	vertical-align: middle;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: none
}

.nav {
	padding: 0
}

a:hover,
a:focus {
	text-decoration: none;
	color: #d63837;
	outline: none;
}

button:hover {
	outline: none;
	text-decoration: none
}

a {
	transition: all 0.4s ease-in-out 0s;
	text-decoration: none;
}

.valign {
	vertical-align: middle !important;
}

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

@media (min-width:1200px) and (max-width: 1589px) {


	.list-unstyled.myac ul {
		display: flex;
		align-items: center;
	}
}

@media (min-width:1440px) and (max-width: 1589px) {
	.container {
		width: 1400px;
	}
}

@media (min-width:1590px) {
	.container {
		width: 1560px;
	}

	.cwidth,
	.cont {
		width: 20%;
	}

	.crwidth,
	#content {
		width: 100%;
	}

	.manun {
		width: 60%;
	}
}

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

/* 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: #222;
	word-wrap: break-word;
	transition: 0.3s ease;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #14233d;
	border-bottom: 1px solid #ededed;
	text-transform: capitalize;
}

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;
	z-index: 0;
}

/* .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;
}

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

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

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	background-color: transparent;
}

/* top */
.myac a i {
	font-size: 16px;
	width: 25px;
}

#top {
	padding: 12px 0 5px 0;
	background-color: #14233d;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.htop,
.mobilemenu {
	background-color: #14233d;
}

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

#top .dropdown-toggle,
#top-links li,
#top-links a,
.top-left li>a {
	color: #fff;
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 1px;
	transition: 0.3s ease
}

#top-links .dropdown-toggle {
	padding: 0
}

#top .btn-link:hover,
#top-links a:hover,
.dropdown-menu>li>a:hover,
.top-left li>a:hover {
	color: #d63837;
}

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

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

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

/* search */
.acin {
	display: flex;
	vertical-align: middle;
	/* flex-wrap:wrap; */
}

@media (min-width: 992px) and (max-width: 1199px) {
	.myac ul {
		display: flex;
		align-items: center;
	}
}


.acin li {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.myac .login-title,
#cart .login-title {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 5px 0;
	display: block;
	white-space: nowrap;
}

.myac li span,
#cart li span {
	font-size: 12px;
	text-transform: capitalize;
	color: #b8b8b8;
	margin: 0;
	white-space: nowrap;
}

.myac li h2 {
	margin: 0;
	font-size: 12px;
}

.fullmenu {
	background-color: #f0f0f0;
	padding: 14px 0;
}

#search .input-lg {
	height: 45px;
	padding: 0 15px;
	border: none;
	border-radius: 4px !important;
}

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

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

#cart .dropdown-menu {
	min-width: 295px;
}

.dropdown-menu {
	border-radius: 0;
}

#cart .btn-danger {
	background-color: #fff;
	color: #222;
	padding: 0;
	border-color: #fff;
	border: none;
	transition: all 0.4s ease-in-out 0s;
}

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

#cart .table-striped>tbody>tr:nth-of-type(2n+1) {
	background: none;
}

#cart li tbody tr td {
	border-bottom: 1px solid #f6f6f6 !important;
	border: none;
}

#cart li tbody tr td {
	border-bottom: 1px solid #f6f6f6 !important;
	border: none;
}

.cartqt {
	width: 12%;
}

.cartdrop {
	padding: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.cartdrop_cart .cart-thumb {
	min-width: 100px;
	/* min-height:45px; */
}

.cartdrop_cart .cart-thumb a {
	display: block;
	width: 100%;
}

.cartdrop_cart img {
	width: 100%;
	padding: 0;
}

.cartname {
	overflow: hidden;
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	margin-left: 20px;
	transition: 0.3s ease;
	max-width: 240px;
}

.cartname:hover {
	color: #14233d;
}

.cartname a {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #14233D;
}

.cartprice {
	clear: both;
	position: relative;
	top: -25px;
	left: 70px;
	width: 50%;
	color: #14233d;
	font-size: 13px;
	direction: ltr;
	margin-bottom: -10px;
}

#cart .dropdown-menu li>div {
	padding: 0 21px;
}

#cart .dropdown-menu li>div table td {
	border: 1px solid #ececec;
}

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

	#cart .dropdown-menu li>div.close-cart-popup-btn {
		min-width: 14%;
	}
}

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

#cart .dropdown-menu li {
	display: block
}

/* menu */
#menu .nav>li>a,
.view_more a {
	padding: 10px 0;
	font-family: 'Open Sans';
	font-weight: 500;
	/* text-transform: capitalize; */
	letter-spacing: 0;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

.view_more a {
	display: block;
	cursor: pointer
}

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

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

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

#menu .dropdown-inner a {
	min-width: 176px;
	display: block;
	padding: 3px 11px;
	clear: both;
	line-height: 17px;
	text-transform: capitalize;
}

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

#menu .dropdown-submenu .grand-child {
	padding: 0 13px;
	font-size: 13px;
}

.submenu-title {
	color: #14233d !important;
	font-family: 'Open Sans';
	font-weight: 500;
	text-transform: capitalize;
}



@media (min-width: 768px) {

	#cart.open .dropdown-menu,
	#top .open .dropdown-menu,
	.myac.open .dropdown-menu {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		margin-top: 15px !important;
	}

	#cart .dropdown-menu,
	#top .dropdown-menu,
	.myac .dropdown-menu {
		transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.35s ease-out 0s;
		margin-top: 50px;
		right: 0;
		left: auto;
		/* border: 1px solid #eee;
		border-bottom: 2px solid #222; */
		/* box-shadow: none; */
		transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.35s ease-out 0s;
		margin-top: 50px;
	}

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

	.product-quickview-detail .sticky {
		position: sticky;
		margin-top: 20px;
		top: 20px;
	}

	.newsletter-bg .description-top p {
		margin-left: 75px;
		margin-right: 75px;
	}

	/* .product-thumb:hover .rating{
		opacity: 0;
	}
	.product-list  .product-thumb:hover .rating,#deal:hover .rating,#onsale .product-thumb:hover .rating,#special .product-thumb:hover .rating{
		opacity: 1;
		} */
}

@media (max-width: 767px) {
	.appxs {
		margin-top: 15px;
	}

	#text-search,
	#btn-search-category {
		height: 40px !important;
		min-width: auto !important;
	}

	.haccount.dropdown-menu>li>a {
		padding-left: 0;
		padding-right: 0;
	}

	#logo img {
		max-width: 130px;
		transition: 0.5s;
	}

	.appxsmenu .navbar {
		min-height: auto;
		margin-bottom: 0
	}

	.product-quickview-detail .sticky,
	.product-quickview-detail .pro-content,
	.product-quickview-detail .prorate {
		width: 100%;
	}

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

	#menu div.dropdown-menu {
		margin: 0 !important;
	}

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

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: transparent
	}

	.comp .table-responsive>.table>tbody>tr>td,
	.comp .table-responsive>.table>tbody>tr>th,
	.comp .table-responsive>.table>tfoot>tr>td,
	.comp .table-responsive>.table>tfoot>tr>th,
	.comp .table-responsive>.table>thead>tr>td,
	.comp .table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
}

/* content */
.d-flex {
	display: flex;
	flex-wrap: wrap;
}

#content {
	min-height: 600px;
}

/* home page latest */
#latestp {
	margin-top: 100px;
}

/* footer */
footer a {
	color: #727272;
	font-family: 'Open Sans';
	font-weight: 500;
}

.footleft p {
	color: white;
	line-height: 23px;
	font-size: 13px;
	letter-spacing: 0;
	margin-top: 30px;
}

footer .footer_menu_title {
	font-size: 16px;
	margin-top: 0;
	font-family: 'Open Sans';
	font-weight: 500;
	margin-bottom: 20px;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
}

.footer_soc_title {
	margin-bottom: 15px;
	color: white;
}

footer .footer_menu_title button {
	background: transparent;
	display: none;
}

.middle-footer {
	padding: 50px 0
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 20px 0;
	padding: 5px 5px;
	border: none;
	border-radius: 0;
	/* text-transform: capitalize; */
	border-radius: 4px;
	line-height: normal !important;
}

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

.breadcrumb>li a::after {
	content: '|';
	color: #222;
	margin: 0;
}

.breadcrumb>li:last-child a::after {
	content: '';
	margin: 0;
}

.breadcrumb>li+li::before {
	padding: 0;
	color: transparent;
	content: '';
}

.pagination {
	margin: 0;
	display: flex
}

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

.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border-radius: 0;
}

.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;
}

.product-btns-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.stock-style .text-success {
	color: #4dcd4f;
	padding: 3px 5px;
	border: 1px solid #4dcd4f;
	border-radius: 6px;
}

.stock-style .text-danger {
	color: #d63837;
}

.product-btns-wrapper .product-buy-btn {
	flex-grow: 1;
}

.btn-primary {
	color: #fff;
	background-color: #14233d;
	border: none;
	font-family: 'Open Sans';
	font-weight: 500;
	/* text-transform: capitalize; */
	transition: 0.3s ease;
	border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #d63837;
	color: #fff;
}

.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-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,
.btn-danger {
	color: #ffffff;
	background: #222;
	border: none;
	transition: 0.3s ease
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-danger:hover,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-danger.focus,
.btn-danger:focus,
.btn-info.focus,
.btn-info:focus {
	border: none;
	color: #fff;
	background: #14233d;
}

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

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

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

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

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

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

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

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

/* product list */
.product-thumb .image a {
	display: block;
	height: 210px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

/* @media (max-width: 768px) {
	.product-thumb .image a {
		height: auto;
	}
	} */
.product-thumb .rating {
	margin: 15px 0;
	transition: 0.3s ease
}

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

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

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

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

h2.price {
	margin: 0;
}

.alert a {
	font-family: 'Open Sans';
	font-weight: 500;
}

.product-thumb .price-old {
	color: #bbb;
	text-decoration: line-through;
	font-size: 14px;
}

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

.thumbnails {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.zoomWrapper {
	position: relative
}

.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;
}

/* custom css */
.thumb_img img {
	max-width: 30px;
}

.thumb_img {
	padding-right: 10px;
	cursor: pointer;
}

.myac .dropdown-toggle {
	display: inline-block
}

.linktop ul {
	display: inline-block
}

.manun li {
	display: inline-block;
	text-transform: capitalize;
	margin-right: 30px;
}

.myac .dropdown-toggle svg {
	fill: #fff;
}

.cont {
	white-space: nowrap;
}

.gtouch {
	font-family: 'Open Sans';
	font-weight: 500;
	margin: 0 5px;
}

.left-icon {
	color: #fff;
	font-size: 13px;
}

.left-icon svg {
	fill: #fff;
	margin-right: 8px;
}

.headertop {
	padding: 12px 0;
	display: flex;
	align-items: center;
	transition: 0.5s;
	position: relative;
}

.sbleft {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#logo img {
	width: 90%;
	transition: 0.4s;
}

.times ul {
	display: inline-block;
	margin-left: 25px;
	padding-left: 25px;
}

#cart .dropdown-toggle svg,
.acin a svg {
	fill: #fff;
	vertical-align: bottom;
}

.haccount li {
	display: block
}

#cart .dropdown-toggle {
	border: none;
	background: transparent;
	outline: none;
	text-decoration: none;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none
}

/* 
#search .btn-default{
	background: #d63837;
	cursor: pointer;
	color: #fff;
	height: 40px;
	text-align: center;
	border: none;
	min-width: 40px;
	transition: all .3s ease;
	font-family: 'Open Sans';
	font-weight: 500;
	text-transform: capitalize;
	margin-left: 5px;
	border-radius: 4px;
}
#search .btn-default:hover,#search .btn-default:focus{
	background-color: #222;
	color: #fff;
}
#search .btn-default:hover svg,#search .btn-default:focus svg{
	fill: #fff;
	} */
.myac {
	margin: 0 10px;
}

/* menu */
.allcat {
	background: #d63837;

	font-size: 16px;

	text-transform: uppercase;

	font-family: 'Open Sans';
	font-weight: 500;

	padding: 15.5px 15px;

	color: #fff;

	margin-bottom: 20px;
}

/* .evenmenu {
    background-color: #fff;
}
.oddmenu {
    background-color: #f7f7f7;
    } */
.enangle {
	font-size: 18px;
	transition: all 0.3s ease 0s;
}

#menu li a:hover .enangle {
	transform: rotate(-90deg);
}

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

.home-top {
	margin-top: 20px;
}

/* slider */
#slideshow0 img {
	border-radius: 4px;
}

#slideshow0 .owl-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
}

#slideshow0 .owl-controls .owl-page.active span {
	background: #14233d !important;
}

#slideshow0.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 22px;
	height: 6px;
	border-radius: 0;
	background: #78c0f6;
}

/* banner */
.sellbanner .beffect {
	margin-bottom: 10px;
}

.sellbanner .beffect:last-child {
	margin-bottom: 0;
}

.leftbanner {
	margin-top: 30px;
}

/* servvice */
.deliveryinfo {
	margin-top: 30px;
}

.deliveryinfo ul {
	text-align: center;
	background-color: #ededed;
	transition: all .3s ease-in-out;
	padding: 15px 0;
	margin: 0;
	color: #222;
	cursor: pointer;
	border-radius: 4px;
}

.deliveryinfo ul svg {
	transition: all .3s ease;
}

.deliveryinfo ul li {
	vertical-align: middle;
}

.ser-t h4 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
	transition: 0.3s ease
}

.deliveryinfo ul:hover {
	background-color: #14233d;
}

.deliveryinfo ul:hover h4 {
	color: #fff;
}

.deliveryinfo ul:hover h4 a font {
	color: #fff !important;
}

.deliveryinfo ul:hover svg {
	fill: #fff;
}

.slideborder {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin: 0;
	padding: 10px 0
}

.slb {
	padding-left: 10px;
	padding-right: 5px;
}

.sellbanner {
	padding-right: 10px;
	padding-left: 5px;
}

/* category tab */
.category-tab .nav-tabs li {
	display: block;
}

.category-tab .nav-tabs li a {
	border-radius: 0;
	padding: 18px 15px;
	display: block;
	font-family: unset;
	border-bottom: 1px solid #eee;
}

.category-tab .nav-tabs li a:hover,
.category-tab .nav-tabs li.active a,
.category-tab .nav-tabs li.active a:focus,
.category-tab .nav-tabs>li.active>a,
.category-tab .nav-tabs>li.active>a:focus,
.category-tab .nav-tabs>li.active>a:hover {
	border-bottom: 1px solid #eee !important;
	background-color: #d63837;
	color: #fff;
}

.view_morec a {
	font-family: 'Open Sans';
	font-weight: 700;
	cursor: pointer
}

/* slide btn */
.owl-theme .owl-controls .owl-buttons div {
	color: #999 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	opacity: 1 !important;
	position: absolute;
	top: -60px;
	left: auto
}

.owl-theme .owl-controls .owl-buttons div i:hover {
	color: #222;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	right: 25px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 15px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev::after {
	content: '|';
	color: #919191;
	font-size: 12px;
	padding: 0 20px;
	vertical-align: top;
	position: relative;
	top: 4px;
}

.owl-carousel .owl-buttons div i {
	font-size: 24px !important;
	margin: 0 !important;
}

/* product */
.product-thumb:hover .second-img {
	opacity: 1;
}

.product-thumb .second-img {
	top: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

#product-category .product-thumb .second-img {
	opacity: 1;
	position: relative;
}

.product-thumb .image img {
	border-radius: 4px;
	height: 93%;
	width: 80% !important;
}

@media (max-width: 768px) {
	.product-thumb .image img {
		height: auto;
		width: auto !important;
	}
}

.tab-head {
	margin-top: 50px;
}

.tab-head .nav-tabs {
	padding-right: 130px;
	margin-bottom: 20px;
}

.nav-tabs>li {
	float: none;
	display: inline-block;
}

.nav-tabs {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.tab-head h1,
.cattab h1 {
	text-transform: capitalize;
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 700;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #14233d;
	cursor: default;
	background-color: #fff;
	border: none;
	cursor: pointer;
}

.nav>li>a {
	padding: 0 0 15px 0;
	border: none;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 500;
	/* text-transform: capitalize; */
}

.nav>li>a:focus,
.nav>li>a:hover {
	border: none;
	background: transparent;
}

.nav-tabs li.active::after {
	height: 2px;
	width: 100%;
}

.nav-tabs li::after {
	content: '';
	position: absolute;
	bottom: 0;
	transition: all .3s ease-in-out;
	width: 0;
	border-bottom: 2px solid #14233d;
	left: 0;
}

.sep::before {
	content: '|';
	color: #717171;
	margin: 0 20px;
}

.product-thumb .caption h4 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-family: 'Open Sans';
	font-weight: 500;
	margin: 0;
	padding: 3px 0
}

@media (max-width: 768px) {
	.product-thumb .caption h4 {
		text-overflow: unset;
		white-space: normal;
		font-size: 13px;
	}
}

#deal .product-thumb .caption {
	padding: 0
}

.list-des {
	color: #727272;
	font-size: 12px;
	margin-top: 5px;
}

.product-thumb .caption h4 a:hover,
.product-thumb .caption h4:hover {
	color: #d63837;
}

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

.sale::before {
	bottom: -7px;
	color: #14233d;
	content: "\f0dd";
	font-family: fontawesome;
	font-size: 18px;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all .3s ease-in-out;
}

.sale {
	background: #14233d;
	color: #fff;
	text-transform: capitalize;
	padding: 4px 10px;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all .3s ease-in-out;
	font-size: 12px;
	font-family: 'Open Sans';
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
}

.product-thumb .price {
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 18px;
	/* border-bottom: 1px solid #e6e6e6; */
	margin: 10px 0;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
	min-height: 33px;
}

.product-thumb .button-group button {
	background-color: transparent;
	border: none;
	padding: 0
}

.product-thumb .button-group button.bcart {
	background: #14233d;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: 0.3s ease;
	/* padding: 10px 15px; */
	min-width: 85px;
	height: 40px;
	position: relative;
}

.product-thumb .button-group button.bcart img {
	width: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-thumb .button-group button.bcart:hover {
	background: #d63837;
	color: #fff
}

.hidden-btn-text span {
	color: transparent !important;
	font-size: 1px;
}

.product-thumb {
	border: 1px solid #e7e7e7;
	transition: 0.3s ease-in-out;
	position: relative;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 4px;
	min-height: 470px;
	display: flex;
	flex-direction: column;
}

/* .product-thumb:hover .button-group{
	opacity: 1;
	} */
.price-new {
	font-size: 18px;
}

.product-thumb .price span {
	display: inline-block
}

.product-thumb .button-group {
	/* clear: both; */
	/* opacity: 0; */
	transition: all .3s ease-in-out;
	/* left: 10px;
	right: 10px;
	bottom: 10px; */
	/* position: absolute */
}

.bwish svg,
.bcom svg,
.bcart svg {
	transition: 0.3s ease;
}

.bwish:hover svg,
.bcom:hover svg,
.bcart:hover svg {
	fill: #d63837;
}

.bquickv a:hover {
	color: #d63837;
}

.bquickv a i {
	margin-top: 5px;
}

.bquickv {
	display: inline-block;
	margin-top: 8px;
}

.bcom {
	margin: 8px 15px 0 15px;
}

.bwish {
	margin-top: 8px;
}

.heading {
	text-transform: capitalize;
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 700;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}

.imgbanner {
	margin-bottom: 50px;
}

.bestsell {
	margin-bottom: 20px;
}

.pro-tab {
	margin-bottom: 50px;
}

.category-tab {
	margin-top: 50px;
	margin-bottom: 50px;
}

.blog_webi {
	margin-top: 50px;
}

/* category tab */
.nav-tabs>li.wr_hide_menu1 {
	display: block;
	position: absolute;
	right: 0;
}

.nav-tabs>li.wr_hide_menu1 a {
	margin-top: 10px;
}

.home-cat .nav-tabs li::after {
	border-bottom: 1px solid #e7e7e7;
	transition: none
}

.cattab {
	margin-bottom: 20px;
}

.product-layout .image {
	position: relative
}

/* 2 row */
#special .caption p {
	color: #777;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 8px 0;
}

#special .product-thumb .caption {
	padding: 0px 10px 0 10px;
}

#special .product-thumb {
	margin: 0 0 30px 0;
	padding: 15px 10px;
	float: left;
	width: 100%;
}

.lproduct-layout .image {
	padding: 0
}

.lproduct-layout .price,
.product-list .price {
	min-height: 23px;
}

#special .product-thumb .price,
#onsale .product-thumb .price {
	border-bottom: none;
	margin: 0;
	padding: 0
}

#special .product-thumb:hover .price,
#onsale .product-thumb:hover .price {
	border-bottom: none
}

#special .price-new,
#special .price,
#onsale .price-new,
#onsale .price {
	font-size: 16px;
}

#deal .product-thumb:hover .price {
	border-bottom: 1px solid #e6e6e6;
}

/* blog */
.blog-comment {
	margin: 0 0 10px 0;
}

.blog-right h4 {
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s ease;
}

.blog-right h4:hover {
	color: #14233d;
}

.webi-post-author,
.write-comment a {
	color: #a9a9a9
}

.seper {
	padding: 0 10px;
}

.webi-post-author .fa-calendar {
	margin-right: 5px;
}

.blog-left:hover .webi_post_hover {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transform: scale(0.94, 0.9);
	border-radius: 4px;
}

.blog-left:hover .blog_mask {
	visibility: visible;
}

.webi-blog-image {
	position: relative;
	margin-bottom: 15px;
}

.webi-blog-image img {
	border-radius: 4px 4px 0 0;
	height: 400px;
}

#blog .product-block .webi-blog-image {
	margin-bottom: 0;
}

.webi_post_hover {
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s ease;
	-webkit-transform: scale(0.8);
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px;
}

.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #14233d;
	padding: 8px 10px;
}

.webi_post_hover .icon:hover {
	background-color: #14233d;
	color: #fff;
}

.webi_post_hover .icon i {
	font-size: 16px;
}

.readmore_link i {
	vertical-align: middle;
}

.blog-right {
	border: 1px solid #e7e7e7;
	border-radius: 0 0 4px 4px;
	padding: 0 10px 10px 10px;
}

.blog-ic {
	position: absolute;
	left: 0;
	right: 0;
	margin: -8px auto;
	text-align: center;
	top: 50%;
}

.lb-nav a {
	transition: none
}

/* left column */
.lefthead {
	background: #ededed;
	color: #222;
	font-size: 16px !important;
	padding: 17px 15px 13px 15px;
	font-family: 'Open Sans';
	font-weight: 500;
	text-transform: uppercase !important;
	margin: 0;
	border-radius: 4px 4px 0 0
}

#onsale {
	border: 2px solid #ededed;
	border-radius: 0 0 4px 4px;
}

.onsale {
	margin-top: 30px;
}

#onsale .product-thumb .caption h4 {
	border: none;
	margin: 0;
	padding-bottom: 10px;
}

#onsale .product-thumb {
	float: left;
	width: auto;
	max-width: 100%;
	border-bottom: 1px solid #e7e7e7;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 15px 0;
	margin-top: 0;
}

#onsale .lproduct-layout:last-child .product-thumb {
	border-bottom: none;
}

#onsale.owl-theme .owl-controls .owl-buttons div,
#deal.owl-theme .owl-controls .owl-buttons div,
#carousel0.owl-theme .owl-controls .owl-buttons div {
	top: -37px;
}

#onsale .product-thumb .rating {
	margin: 4px 0;
}

#special .product-thumb .rating {
	margin: 0
}

#carousel0 .text-center {
	margin: 3px;
}

/* testimonial */
.des_testimonial {
	font-size: 12px;
	color: #999;
}

.content_test h1 {
	font-size: 15px;
	text-transform: capitalize;
	font-family: 'Open Sans';
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 10px;
}

.content_test h3 {
	color: #838383;
	font-size: 12px;
	text-transform: capitalize;
	margin: 0;
}

.testimonial {
	border: 2px solid #ededed;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 4px;
}

.testimonial img.pull-left {
	margin-right: 5px;
}

#testi .owl-controls .owl-page.active span {
	background: #14233d !important;
	border: 1px solid #14233d !important;
}

#testi.owl-theme .owl-controls .owl-page span {
	opacity: 1;
	background: #fff;
	border: 1px solid #bbb;
	margin: 0;
	width: 13px;
	height: 13px;
	box-shadow: none
}

#testi .owl-pagination {
	margin-bottom: 15px;
}

/* deal of the day */
.deal .product-thumb {
	border: none;
	margin: 0;
}

.deal .product-thumb .button-group {
	position: unset;
	opacity: 1;
}

#deal {
	border: 2px solid #ededed;
	padding: 10px;
}

.deal {
	margin-top: 30px;
}

.logo-slider {
	margin-top: 30px;
}

#carousel0 {
	border: 2px solid #ededed;
	padding: 10px;
	border-radius: 0 0 4px 4px;
}

/* footer */
.webi-newsletter .alert {
	position: absolute;
	left: 0;
	right: 0;
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 6px;
	top: auto
}

.webi-newsletter {
	background-color: #222;
	margin: 0;
	padding: 30px 20px;
}

.bestlc h2,
.bestlc .footer_form_title {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	font-family: 'Open Sans';
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: block;
}

.bestlc h3,
.footer_form_description {
	font-size: 12px;
	text-transform: capitalize;
	color: rgba(255, 255, 255, .3);
	margin: 0;
}

.newsletter .button-submit button {
	position: absolute;
	right: 15px;
	top: 0;
	background: #ededed;
	cursor: pointer;
	color: #222;
	height: 38px;
	border: none;
	text-align: center;
	transition: all .3s ease-in-out;
	border-radius: 20px;
	min-width: 120px;
}

.newsletter .button-submit button:hover {
	background: #d63837;
	color: #fff;
}

.newsletter .description-top svg {
	vertical-align: baseline;
}

.newsletter .form-control {
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	background: transparent;
	padding: 22px 10px;
	color: #fff;
}

.bestrc .form-group {
	margin-bottom: 0;
}

.bestrc {
	margin-top: 9px;
}

footer li {
	color: white;
	line-height: 23px;
	font-size: 12px;
	font-family: 'Open Sans';
	font-weight: 500;
}

.f-left i {
	font-size: 16px;
	color: #000;
	width: 30px;
}

.footleft li {
	height: 35px;
	width: 35px;
	line-height: 35px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 100%;
	padding: 2px 0;
	background: #f3f3f3;
	text-align: center;
}

.footleft li:hover a {
	color: #fff;
}

.foot-payment {
	margin-top: 20px;
}

.foot-payment li i {
	font-size: 20px;
}

.copy {
	background-color: #222;
	color: rgba(255, 255, 255, 0.8);
	padding: 10px 0;
}

.copy a {
	color: #fff;
	opacity: .8;
}

#scroll {
	position: fixed;
	right: 20px;
	bottom: 45px;
	cursor: pointer;
	z-index: 8;
	height: 32px;
	width: 32px;
	line-height: 30px;
	display: none;
	outline: none;
	text-align: center;
	border-radius: 1px;
	transition: all .5s ease-in-out;
	background: #222222;
	color: #fff;
	border: 2px solid #ededed;
	border-radius: 4px;
}

#scroll i {
	font-size: 20px;
}

#scroll:hover {
	background: #d63837;
}

footer {
	margin-top: 50px;
	background-color: #14233d;
}

/* product page */
#zoom_03 {
	border-radius: 4px;
}

.thumbnail {
	border-radius: 0;
	border: 1px solid #ededed;
}

.pro-price {
	font-size: 18px !important;
	color: #14233d !important;
	font-family: 'Open Sans';
	font-weight: 500;
}

.palert,
#tab-review .alert {
	position: relative;
}

#tab-review i {
	color: #fbd10d;
}

#tab-specification .table-bordered>thead>tr>td,
#tab-specification .table-bordered>tbody>tr>td {
	border: 1px solid #f6f6f6;
}

#tab-specification strong {
	color: #14233d;
}

.pro-content h1 {
	font-size: 18px;
	/* text-transform: capitalize; */
	color: #14233d;
	letter-spacing: 1px;
	margin-top: 0;
}

.pro-content .alert,
.product-quickview-detail .alert {
	position: unset;
}

.pro-content .qty-plus-minus .form-control {
	width: 60px;
	text-align: center;
	color: #111;
	padding: 6px 1px;
}

.btnminus,
.btnplus {
	line-height: 22px;
}

.producthr {
	border-top: 1px solid #f2f2f2;
}

.text-decor,
.text-de {
	text-transform: capitalize;
	color: #111;
	font-size: 14px;
	letter-spacing: 1px;
	min-width: 150px;
	display: inline-block;
	line-height: 25px;
}

.textdeb {
	color: #d63837;
	margin: 0 4px;
}

.text-decor-bold {
	text-transform: capitalize;
	font-size: 14px;
}

.text-decor-bold h2,
.text-decor-bold span {
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 18px;
}

.custom-radio .img-thumbnail {
	display: block;
	padding: 0;
	border-radius: 4px;
	border: none;
	height: 30px;
	width: 30px;
}

.text-decorop {
	text-transform: capitalize;
	color: #111;
	font-size: 14px;
	letter-spacing: 0;
}

.datebtn {
	background-color: #14233d;
	color: #fff;
	box-shadow: none;
	transition: all 0.5s linear;
	font-size: 12px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 0;
}

.datebtn:hover,
.btnup:hover,
.add-to-cart:hover,
.add-to-cart:active:focus,
.add-to-cart:focus {
	background-color: #d63837;
	color: #fff;
}

.btnup {
	color: #fff;
	background-color: #14233d;
	transition: all 0.5s linear;
	font-size: 16px;
	box-shadow: none;
	border-radius: 4px;
}

.prowrite {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.proreview {
	text-align: center;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 4px;
	text-transform: capitalize;
}

.prorate {
	margin: 5px 0;
}

.productwish button {
	background-color: transparent;
	color: #14233d;
	box-shadow: none;
	border: none;
	font-size: 37px;
	margin-right: 10px;
	padding: 0;
}

.pro-content .pcrt svg {
	fill: #fff;
}

.pro-content .qty-plus-minus .form-control:focus {
	border-color: #ededed;
}

.pro-content #input-quantity {
	border-radius: 0;
}

.product-tab {
	margin-top: 30px;
	margin-bottom: 40px;
	border: 1px solid #ededed;
}

.product-tab .nav>li>a {
	padding-top: 15px;
}

.product-tab .nav-tabs {
	border-bottom: 1px solid #ededed;
}

.product-tab li {
	margin: 0 15px;
}

.product-tab .tab-pane {
	padding: 15px;
}

.product-tab .tab-pane p,
.product-tab .tab-pane table {
	margin-bottom: 0;
}

.co-heading {
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #ededed;
}

.qtlabel {
	margin-top: 5px;
}

#gallery_01 img {
	border: 1px solid #ededed;
	border-radius: 4px;
}

/* category page */
.filter-panel .panel-footer {
	background-color: #fff;
}

.filter-panel .list-group a {
	color: #14233d;
	border-bottom: 1px dotted #ededed;
	padding-bottom: 10px;
	font-weight: normal;
}

.filter-panel .list-group a:hover {
	background-color: transparent;
	border-bottom: 1px dotted #ededed;
}

.filter-panel .list-group-item {
	background-color: transparent;
}

.cate-top {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ededed;
	border-radius: 4px;
}

.cate-top h1 {
	margin: 0;
}

.cate-top img {
	border-radius: 4px;
}

.cate-top h2 {
	font-size: 18px;
	color: #14233d;
	letter-spacing: 0.5px;
	margin-top: 0;
	text-transform: capitalize;
}

.cate-top p {
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0.5px;
	/* text-transform: capitalize; */
}

.cate-border {
	background-color: #fff;
	border: 1px solid #ededed;
	margin: 25px 0;
	padding: 10px 0px;
	border-radius: 4px;
}

#compare-total {
	padding: 0;
	color: #14233d;
	font-family: 'Open Sans';
	font-weight: 500;
	margin-top: 5px;
}

.catesort label {
	background-color: #fff;
	border: none;
	color: #222 !important;
}

.lgrid {
	margin-top: 5px;
}

.lgrid svg {
	fill: #aaa;
	cursor: pointer;
}

.lgrid .active svg {
	fill: #222;
	cursor: pointer;
}

.catesort select option {
	background-color: #fff;
	color: #222;
}

.select-input::after {
	font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}

.catesort .input-group .form-control {
	z-index: 0
}

.catesort select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.listgridbtn {
	background-color: #fff;
	padding: 0 !important;
	margin: 0 2px;
}

.listgridbtn.active,
.listgridbtn.active:hover,
.listgridbtn:hover {
	background-color: transparent;
	box-shadow: none;
}

.listgridbtn i {
	font-size: 22px;
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}

.product-grid .list-des {
	display: none;
}

.product-list .product-thumb .button-group {
	position: unset;
	opacity: 1;
	border-top: none
}

.product-list .product-thumb {
	float: left;
	width: 100%;
	padding: 10px 0
}

.product-list .product-thumb .price {
	border-bottom: 1px solid transparent;
}

.product-list .product-thumb .price {
	padding: 0
}

.product-list .rating {
	margin-top: 0;
	margin-bottom: 4px;
}

.product-list .product-thumb .button-group button,
.product-list .bquickv a {
	background: #14233d;
	color: #fff;
	padding: 8px 9px;
	transition: 0.3s ease;
	border-radius: 4px;
}

.product-list .product-thumb .button-group .bcart {
	height: 36px;
}

.product-list .bcom {
	margin: 0;
}

.product-list .product-thumb .button-group button:hover,
.product-list .bquickv a:hover {
	background: #d63837;
	color: #fff;
}

.product-list .bwish svg,
.product-list .bcom svg,
.product-list .bcart svg {
	fill: #fff;
}

.product-list .button-group .bwish,
.product-list .button-group .bcom,
.product-list .button-group .bquickv {
	float: none !important
}

/* pagination */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #14233d;
	border-color: #14233d;
	z-index: 0
}

.pagination>li>a,
.pagination>li>span {
	color: #14233d;
	padding: 7px 10px 5px 10px;
	border: 1px solid #ededed;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #fff;
	background-color: #14233d;
	border-color: #14233d;
}

.pagi .tot {
	line-height: 34px;
	font-size: 12px;
}

.pagi {
	margin: 20px 0 0 0;
	border-radius: 4px;
	border: 1px solid #ededed;
	padding: 8px 0;
}

.listgridbtn.btn.active:focus,
.listgridbtn.btn:focus {
	background-color: #fff;
}

.catfilter .panel-heading {
	background: #ededed;
	color: #222;
	padding: 15px;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	border: none;
	border-radius: 0
}

.catfilter {
	border: 1px solid #ededed;
	border-radius: 0;
	box-shadow: none;
	margin-top: 30px;
}

.catfilter .list-group-item {
	border: 1px solid #ededed;
	text-transform: capitalize
}

.act {
	color: #14233d !important;
	font-family: 'Open Sans';
	font-weight: 700;
}

.catfilter .panel-footer {
	background-color: #fff;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	background: transparent;
	text-shadow: none
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.cleft #content .col-lg-4:nth-child(3n+1) {
	clear: none;
}

/* newsletter popup */
.newsletter-bg {
	text-align: center;
	padding: 45px 35px;
}

.newsletter-bg .description-top h2 {
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin: 35px 0 25px 0;
}

.newsletter-bg .description-bottom {
	display: none;
}

.newsletter-bg .description-top p {
	font-size: 12px;
	margin-bottom: 20px;
}

.newsletter-bg .button-submit {
	margin-bottom: 20px;
}

.newsletter-bg .button-submit button {
	background: #222;
	color: #fff;
}

.newsletter-bg .button-submit button:hover {
	background: #d63837;
	color: #fff;
}

.newsletter-bg .inner .form-group input {
	width: 67%;
	margin: 0 auto;
	height: 42px;
}

/* .newsletter-bg .checkbox input[type="checkbox"]{
	position: unset;
	} */
/* other pages */
#accordion #input-password,
#affiliate-login #input-password,
#account-login #input-password {
	margin-bottom: 10px;
}

.addlist {
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
}

.addl {
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}

.search-page select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.search-page .select-input::after {
	right: 25px;
}

.panel {
	box-shadow: none;
	border-radius: 0
}

.panel-default {
	border-color: #ededed;
}

.acpage h2,
.acpage h1,
.not-found-head,
.sitem h1 {
	font-size: 18px;
	color: #222;
	text-transform: capitalize;
	margin-top: 0;
}

.sitem ul {
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.brand-list .brands-content {
	padding: 8px;
}

.bname {
	background: none repeat scroll 0 0 #f2f2f2;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 5px 8px;
}

.brand-list {
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #fff;
}

.rightc .list-group {
	margin-top: 20px;
}

.well {
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ededed;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	background: transparent;
}

.well p {
	font-size: 12px;
}

.achead {
	font-size: 14px !important;
	color: #fff !important;
	background-color: #222;
	padding: 8px 10px;
}

.acco {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
}

.accolor {
	margin-top: -10px;
	padding: 10px 5px !important;
	line-height: 25px;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}

.accolor:last-child {
	margin-bottom: 0
}

.table-hover>tbody>tr:hover {
	background-color: transparent;
}

.alert {
	position: fixed;
	top: 20px;
	right: 0;
	font-size: 12px;
	border-radius: 0;
	z-index: 99;
}

.alert .close {
	opacity: 1;
	right: 0;
	top: 0;
}

.panel-heading,
.panel-group .panel {
	border-radius: 0
}

.panel-title {
	font-size: 14px;
}

#accordion .panel-title i {
	float: right;
}

.comb .btn-primary {
	margin: 3px 0;
}

.com-description {
	width: 25%;
}

.com-summary {
	width: 1%;
}

/* banner effect */
.beffect img {
	border-radius: 4px;
}

.beffect:hover a::after {
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0deg);
	transition-delay: 0.1s;
	border-radius: 4px;
}

.beffect a::after {
	background-color: rgba(255, 255, 255, 0.3);
	content: "";
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 10px;
	opacity: 0;
	position: absolute;
	transform: rotate3d(1, 1, 0, 100deg);
	transition: all 0.7s ease 0s;
	border-radius: 4px;
}

.beffect a {
	display: block;
	overflow: hidden;
	position: relative;
}

/*loader start */
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-left: -40px;
}

#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	opacity: 0;
	-moz-transition: all 1.3s ease 0.3s;
	-o-transition: all 1.3s ease 0.3s;
	-webkit-transition: all 1.3s ease 0.3s;
	transition: all 1.3s ease 0.3s;
	overflow: hidden;
}

#page-preloader.visible {
	opacity: 1;
	z-index: 100500;
	overflow: hidden;
}

#page-preloader .preloader {
	position: absolute;
	left: 50%;
	top: 45%;
	text-align: center;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
}

#page-preloader.visible .preloader {
	opacity: 1;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.object {
	position: absolute;
	top: 0px;
	z-index: 4;
	background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
	width: 100%;
	height: 100%;
}

#page-preloader {
	display: none;
}

#page-preloader {
	display: block;
}

/* quickview */
.product-quickview-detail {
	width: 100%;
}

.product-quickview-detail .webi-quickview {
	display: none
}

.product-quickview-detail #content {
	min-height: auto;
}

.mfp-iframe-scaler iframe {
	background: #fff !important;
	box-shadow: none
}

.product-quickview-detail .swiper-viewport {
	margin: 0;
}

/* blog */
.blogal .alert {
	position: unset;
}

.headingpage {
	font-size: 15px !important;
	font-family: 'Open Sans';
	font-weight: 500;
}

.blog-desc {
	color: #777;
	line-height: 25px;
}

.blog-comment {
	margin: 0 0 10px 0;
}

.wco {
	margin-left: 38px;
	position: relative;
	top: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #777;
}

.bcomment {
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	padding: 15px;
}

.view-comment {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.view-comment:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.blogu span {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 23px;
}

.date span {
	margin: 0 20px;
}

.view-comment i {
	font-size: 18px;
	line-height: 30px;
}

.allcomment h5 {
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 14px;
	margin: 0 0 18px 0;
}

.blog_comment::before,
.blog_comment::after {
	content: '|';
	padding: 0 15px;
}

.webi_blog_page .blog-desc {
	padding: 15px 0
}

.allmb {
	margin-bottom: 15px;
}

/* search */
@media screen and (min-width: 1024px) {
	.insearch {
		height: 55px;
		display: grid;
		align-items: center;
	}
}

.insearch .input-group-btn button {
	background: #d63837;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #d63837;
	height: 45px;
	box-shadow: none;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 14px;
	padding: 0 8px;
	min-width: 100px;
	transition: 0.3s ease;
	margin-left: 10px;
}

.insearch .input-group-btn button:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

/* */
.for_subcats_pict .in {
	/* border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 4px #e5e5e5; */
	/* padding: 5px; */
	/* margin-top:10px; */
	/* display: -webkit-flex; */
	/* display: -ms-flex; */
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	width: 100%;
	text-align: center;
	flex-direction: column;
	gap: 10px;
}

.subcat-wrapper {
	display: grid;
	/* gap: 20px; */
	grid-template-columns: repeat(2, 1fr);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	/* gap: 10px; */
}

.subcat-wrapper .for_subcats_pict {
	padding: 0;
	width: auto;
	height: 35px;
	height: auto;
	/* border: 1px solid #e5e5e5; */
	/* box-shadow: 2px 2px 4px #e5e5e5; */
	padding: 0 10px;
}

.subcat-wrapper .txt_for_subcats_pict a {
	white-space: wrap;
	font-size: 13px;
	letter-spacing: 0;
	max-width: 120px;
	display: block;
	height: 40px;
	line-height: 136%;
}

.img_for_subcats_pict {
	width: 100%;
	display: flex;
	justify-content: center;
	/* float: left; */
	/* display: none; */
}

.img_for_subcats_pict img {
	width: auto;
	height: 75px;
	display: block;
}

.subcategory-block img {
	display: none;
}

.txt_for_subcats_pict {
	width: auto;
	float: left;
}

.webi-ownstyle.webi-quickview {
	display: none;
}

.lang-mobile-wrapper {
	display: none;
}


.product-layout .wrap-plus-minus {
	margin-bottom: 0;
}

.caption-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.price-summ {
	margin: 0;
	font-size: 12px;
}

.caption-bottom .wrap-plus-minus input {
	width: 37px;
	font-size: 12px;
	background: #ededed;
	height: 40px;
}

.caption-bottom .plus {
	font-size: 13px;
}

.caption-bottom .plus,
.caption-bottom .minus {
	padding: 9px 6px;
	background: #ededed;
}

.product-thumb .caption h4 {
	letter-spacing: 0 !important;
}

.row.d-flex {
	margin-left: -5px;
	margin-right: -5px;
}

.row.d-flex .product-layout {
	padding: 0 5px;
}

.caption-bottom br {
	display: none;
}

.caption-model {
	color: grey;
}

.caption-stock p {
	margin: 0;
}

.quantity_description-title {
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	z-index: 10;
	background-image: url(/image/catalog/category/arrow-black-cat.svg);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1px;
	color: transparent;
	background-color: transparent;
	border: unset;
	padding: 0;
	width: 20px;
	height: 20px;
}

.slick-prev {
	left: 10px;
	rotate: 180deg;
}

.slick-next {
	right: 10px;
}

.quantity_description-hide {
	display: none;
}

.rating_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rating_item {
	margin: 0;
	padding: 0;
	border: unset;
}

.rating_item a {
	letter-spacing: 0;
}

.vert_line_cat {
	height: 15px;
	border-right: 1px solid #222;
}

.form-group-qnt {
	display: flex;
	flex-direction: column;
}

.product_quantity_wrapper {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 20px;
}

.product_quantity_wrapper .pro-price {
	margin: 0;
}

.new_price_wrapper {
	display: flex;
	align-items: flex-end;
	gap: 6px;
}

.new_price_wrapper span {
	margin: 0;
	font-size: 24px !important;
}

.new_price_wrapper span {
	text-transform: none;
	font-size: 18px;
	line-height: 21px;
}

.text-decor-bold-count {
	display: flex;
	gap: 7px;
}

.text-decor-bold-count span {
	text-transform: none;
}

.list-inline #cart h1 {
	display: none;
}

.list-inline #cart h2 {
	font-size: 12px;
	text-transform: capitalize;
	color: #b8b8b8;
	margin: 0;
	white-space: nowrap;
}

.simplecheckout .simplecheckout-warning-block {
	padding: 33px;
	max-width: 600px;
	text-align: center;
	top: 49px;
	left: 50%;
	translate: -50% 0;
	font-size: 16px;
}

.product-thumb .button-group button.bcart.add-to-cart-catalog-disabled {
	background-color: gray;
	cursor: default;
}

.img-responsive-grey {
	filter: grayscale(1);
}

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

.live-search ul li .product-image {
	width: 100px !important;
}

.live-search .product-image img {
	width: 100% !important;
}

.live-search ul li .product-name {
	width: 80% !important;
}

.live-search ul li .product-price {
	font-size: 16px !important;
	margin-top: 0 !important;
	float: unset !important;
	width: 20% !important;
}

.search_bottom {
	display: flex;
	align-items: center;
	margin: 10px 0;
	justify-content: center;
	gap: 21px;
}

.no_order_msg {
	padding: 12px 5px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0 !important;
	background: #f3e600;
	/* animation: msgColor 1s infinite alternate; */
}

/* @keyframes msgColor {
	0% {
		background: white;
	}

	100% {
		background: #aac7f8;
	}
} */

.search_bottom .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 35px;
	padding: 0;
	position: relative;
	/* pointer-events: none; */
	/* opacity: 0.5; */
}


.search_bottom .btn img {
	width: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search_bottom .wrap-plus-minus {
	margin-bottom: 0;
}

.live-search ul li .product-price .price {
	display: inline !important;
}

.product-buy-btn_disabled {
	background-color: grey !important;
}

.img-responsive_disabled {
	filter: grayscale(1);
}

.overlay-popup {
	position: fixed;
	inset: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0;
}

.show-overlay {
	opacity: 1;
	visibility: visible;
}

.popup-cart.show-popup-cart {
	display: flex !important;
	flex-direction: column;
	opacity: 1 !important;
	visibility: visible !important;
}

.dropdown-menu.pull-right.popup-cart {
	position: fixed;
	left: 50% !important;
	top: 50%;
	right: unset !important;
	translate: -50% -50%;
	right: unset;
	padding: 26px 0;
	margin-top: 0 !important;
	width: 100%;
	max-width: 713px;

	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.popup-cart-title {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-bottom: 21px !important;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #14233D;
	position: relative;
}

.close-cart-popup-btn {
	position: absolute;
	right: 8px;
	top: 1px;
	rotate: 45deg;
	font-size: 28px;
	cursor: pointer;
}

.cartdrop_cart {
	padding: 20px 0;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#cart li .cartprice_popup span {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #14233D;
}

#cart li .product_model {
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #8D879F;
	margin-top: 8px;
}

.cart_right_side {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 17px;
	flex-basis: 35%;
}

/* .cart_right_side>div {
	display: flex;
	align-items: center;
	gap: 20px;
	} */

.flex-btn-quantity {
	display: flex;
	width: 90px;
	position: relative;
}

.score.form-control {
	text-align: center;
}

.btn-quantity {
	border: none;
}

.cart_left_side {
	flex-basis: 65%;
}

.popup_btns_group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.cont_buy {
	cursor: pointer;
	border: none;
	background: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #14233D;
	text-decoration: underline;
}

.total-checkout {
	display: flex;
	align-items: center;
	gap: 20px;
}

.popup_total_info_num {
	display: inline-block;
}

.popup_total_info_num span:not(:first-child) {
	display: none !important;
}

#cart li .popup_total_info_num span {
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #14233D;
	text-transform: lowercase;
}

#cart li .popup_total_info_text {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #14233D;
}

.popup_checkout_btn {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup_cart_products {
	max-height: 361px;
	overflow-y: auto;
}

.simple_checkout h1 {
	font-weight: 600;
	font-size: 26px;
	line-height: 41px;
	color: #14233D;
	margin-bottom: 42px;
	text-transform: none;
}

.simplecheckout .row-customer_telephone label,
.simplecheckout .row-customer_email label,
.simplecheckout .row-customer_password label,
.simplecheckout .row-customer_confirm_password label {
	display: none !important;
}

.row-customer_register {
	display: flex;
	flex-direction: column;
}

.form-horizontal .row-customer_register label {
	text-align: left;
}

#content .simple-content .checkout-heading {
	background-color: transparent;
	border: unset;
}

#content .simple-content .checkout-heading {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	color: #14233D;
	padding: 10px;
}

#content .simple-content .checkout-heading-button a {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #14233D;
	text-decoration: underline;
}

.simple-content .simplecheckout-left-column {
	width: 46%;
}

.number-title-simplecheckout {
	text-align: center;
	padding-top: 2px;
	background: #F0F0F0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	color: #14233D;
	margin-right: 13px;
	display: inline-block;
}

.simple-content .simplecheckout-block-content {
	padding-left: 62px;
}

.control-label {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #14233D;
}

.row-customer_register .control-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #14233D;
	/* margin-bottom: 20px; */
}

.row-customer_register .radio label {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #14233D;
}

.form-horizontal .col-sm-8 {
	width: 100% !important;
}

.form-horizontal .col-sm-8 input.form-control {
	height: 50px;
	font-weight: 400;
	font-size: 15px;
	color: black;
}

.form-horizontal .col-sm-8 input.form-control::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: #8B9098;
}


.simplecheckout-block .radio {
	margin-bottom: 20px;
}

.simplecheckout-block-content p {
	font-size: 16px;
	line-height: 25px;
	margin-top: 11px;
}

.simplecheckout-block .radio label {
	font-size: 14px;
}

.simplecheckout-right-column {
	width: 48% !important;
}

#simplecheckout_shipping_address {
	margin-top: 47px;
}

.simplecheckout #simplecheckout_shipping_address label {
	display: none !important;
}

.simplecheckout #simplecheckout_shipping_address select {
	height: 50px;
	font-weight: 400;
	font-size: 15px;
	color: #8B9098;
}

.simplecheckout #simplecheckout_shipping_address select option {
	font-weight: 400;
	font-size: 15px;
	color: #8B9098;
}

.custom_cart_wrapper {
	display: flex;
	/* display: none; */
	justify-content: space-between;
	margin-top: 50px;
	border-top: 1px solid #DDDDDD;
}

.custom_cart_products {
	width: 46%;
}

.custom_cart_totals {
	width: 48%;
	padding-left: 61px;
	margin-top: 12px;
}

.custom_cart_product {
	display: flex;
	gap: 20px;
}

.custom_cart_product_img {
	width: 100px;
	min-width: 100px;
	overflow: hidden;
	border-radius: 6px;
}

.custom_cart_product_img img {
	width: 100%;
	display: block;
}

.custom_cart_product_info {
	flex-grow: 1;
}

.custom_cart_product_info a {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #14233D;
}

.product_model {
	display: block;
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #8D879F;
}

.custom_cart_quantity {
	margin-top: 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom_cart_product_info .input-group {
	width: 100%;
}

.quany_price_wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.custom_quant_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EDEDED;
	border: none;
	height: 34px;
	width: 20px;
	font-size: 18px;
}

.quany_price_wrapper input {
	background: #EDEDED;
	text-align: center;
}

.custom_cart_product_total {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #14233D;
	white-space: nowrap;
}

.custom_quant_btn_delete {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
}

.custom_cart_product {
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
}

.custom_cart_qunat {
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
}

.subtotal_count {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #8D879F;
}

.simplecheckout_custom_total {
	padding-top: 20px;
}

.simplecheckout_custom_total_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.simplecheckout_custom_total_title {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #14233D;
}

.simplecheckout_custom_total_value {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #14233D;
}

#total_total {
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#total_total .simplecheckout_custom_total_value,
#total_total .simplecheckout_custom_total_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #14233D;
}

.simplecheckout_custom_total_wrapper input {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	height: 50px;
	max-width: 200px;
}

.simplecheckout_custom_total #simplecheckout_button_cart {
	margin-left: auto !important;
	display: flex;
	max-width: 200px;
	height: 50px;
	justify-content: center;
	align-items: center;
}

#simplecheckout_comment {
	padding-left: 62px;
}

#simplecheckout_comment .checkout-heading {
	padding-left: 0 !important;
}

#simplecheckout_comment textarea {
	border: 1px solid #DDDDDD;
	border-radius: 5px !important;
	resize: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #8B9098;
	height: 150px;
}

#simplecheckout_comment textarea::placeholder {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #8B9098;
}

.checkout-heading-custom {
	padding-left: 0 !important;
}

.simplecheckout-button-block.buttons {
	padding: 0 !important;
}

.simplecheckout-button-block.buttons .simplecheckout-button-right {
	max-width: 517px;
	width: 100%;
}

.simplecheckout-button-block.buttons .simplecheckout-button-right a {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D63837;
	width: 100%;
}

.custom_quant_btn_plus.disabled {
	pointer-events: none;
	cursor: no-drop;
}

.max_error_text {
	display: none;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	width: 100%;
	color: #D63837 !important;
	text-transform: none !important;
}

.wrap-plus-minus .p-l-price-tooltip {
	padding: 0;
	box-shadow: none;
	border: none;
	color: #D63837;
	top: unset !important;
	bottom: -17px;
	background: none;
	font-style: normal;
	font-size: 11px;
	white-space: nowrap;
}

.qty-plus-minus {
	position: relative;
}

.max_error_text_product {
	font-size: 11px;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -22px;
}

.max_error_text_popup {
	font-size: 11px !important;
	position: absolute;
	bottom: -21px;
	left: 50%;
	translate: -50% 0;
}

.quany_price_wrapper .quantity {
	position: relative;
}

.alert.alert-success.alert-dismissible {
	display: none;
}

.min_order_info {
	text-align: center;
	margin-top: 16px;
}

#button-cart img {
	width: 20px;
	margin-left: 10px;
}

.plus_pr.disabled {
	pointer-events: none;
	cursor: no-drop;
}

#cart-total-mobile {
	display: none;
}

.btn.disabled {
	pointer-events: none;
}

.cart_right_side .input_value {
	pointer-events: none;
	padding: 0;
}

.cart_right_side .btn-quantity {
	width: 25px !important;
}

.simplecheckout-warning-block {
	display: none;
}

.other-cat-title {
	font-size: 21px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.butn_new_text {
	display: inline;
	margin: 0;
}

.button-group button span.hidden-btn-text,
.button-group button p {
	display: none;
}


.breadcrumb li span {
	letter-spacing: 0;
}

.overlay_log {
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	position: fixed;
	inset: 0;
	z-index: 180;
	background: rgba(47, 47, 47, 0.7);
}


.login_info_popup {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: 0.3s;
	position: fixed;
	left: 50%;
	top: 50%;
	translate: -50% -40%;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 0px 17px 0 rgba(0, 0, 0, .3);
	z-index: 200;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	scale: 0.8;
}

.close_popup_log {
	position: absolute;
	top: 10px;
	right: 15px;
	rotate: 45deg;
	font-size: 30px;
	cursor: pointer;
}

.login_info_popup span {
	font-size: 22px;
	line-height: 140%;
}

.login_info_popup a {
	color: #d63837;
	transition: 0.3s;
}

.login_info_popup a:hover {
	text-decoration: underline;
}

.active_popup_log.overlay_log {
	opacity: 1;
	visibility: visible;
}

.active_popup_log.login_info_popup {
	opacity: 1;
	visibility: visible;
	scale: 1;
	translate: -50% -50%;
}

.login_popup_info_btn_s {
	background-color: grey;
	pointer-events: none;
	cursor: unset;
}

.header_top_info_r {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.fullmenu.hidden-xs {
	display: none;
}

.allcat {
	display: none;
}

.block-faq-page ul {
	padding-left: 25px;
}

.block-faq-page #accordion .card-body,
.block-faq-page #accordion .card-body p,
.block-faq-page #accordion .card-body ul li {
	font-size: 16px;
}

.list-inline li a {
	letter-spacing: 0;
}


.list-top-menu {
	display: flex;
	align-items: center;
}

footer ul li a {
	font-size: 13px;
	letter-spacing: 0;
	color: white;
}

.fa-map-marker:before,
.fa-envelope:before,
.fa-phone:before {
	color: white;
}

footer .newsletter {
	padding: 0;
}

.copy_powered {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy_powered span,
.copy_powered span a {
	color: grey;
}

.footer_soc_links img {
	width: 15px;
}

.footer_soc_link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.footleft li {
	position: relative;
	transition: 0.3s;
	isolation: isolate;
}

.footleft li:after {
	content: '';
	position: absolute;
	inset: 0;
	background: white;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}

.footleft li:hover:after {
	opacity: 1;
	visibility: visible;
	inset: -2px;
}

.noUi-origin.noUi-connect.noUi-draggable {
	background: black !important;
	box-shadow: none !important;
	border: none !important;
	height: 3px !important;
	top: 3px !important;
}

div#scale-price {
	box-shadow: none !important;
	border: none;
	background: transparent;
	height: 7px;
}

.noUi-pips.noUi-pips-horizontal {
	display: none;
}

.noUi-horizontal .noUi-handle {
	width: 17px !important;
	height: 17px !important;
	left: -17px !important;
	top: -7px !important;
	background: white;
	border: 1px solid lightgrey !important;
	border-radius: 50%;
	box-shadow: none;
	border: none;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
	left: -1px !important;
	top: -4px !important;
}

.noUi-background {
	background: white !important;
	box-shadow: unset !important;
}

.noUi-handle:after,
.noUi-handle:before {
	display: none !important;
}

#scale-price {
	margin-bottom: 20px;
}

.header_soc a img {
	width: 22px;
}

body:has(.simpleregister) #column-right {
	display: none !important;
}

body:has(.simpleregister) #content.simple_checkout {
	width: 100%;
}

.simpleregister-have-account a {
	color: red;
}

body:has(.simpleregister) .simple_checkout h1 {
	margin-bottom: 10px;
}

body:has(.simpleregister) legend {
	display: none;
}

.simple_reg_top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 25px;
	row-gap: 22px;
	padding: 20px 30px;
	background: #f8f8f8;
}

body .register_fields_wrapper label {
	width: 100%;
	padding: 0;
	display: flex !important;
	flex-direction: row-reverse;
	float: unset;
	justify-content: flex-end;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.07em;
	color: #14233d;
	gap: 3px;
	margin-bottom: 8px;

}

body .register_fields_wrapper label:before {
	color: #14233d !important;
}

.register_fields_wrapper .col-sm-10,
body .row-register_customer_group_id .col-sm-10 {
	width: 100% !important;
	padding: 0;
}

.register_fields_wrapper .form-group {
	margin-bottom: 0;
}

.register_fields_wrapper input.form-control,
.register_fields_wrapper select.form-control {
	border: 1px solid #e3e3e3 !important;
	border-radius: 4px !important;
	padding: 0 18px;
	height: 47px;
}

.simple_reg_bottom {
	margin-top: 22px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	row-gap: 22px;
}

.simpleregister-button-block {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-direction: row-reverse;
	padding: 0 !important;
	overflow: unset !important;
}

body .row-register_customer_group_id>label {
	display: none !important;
}

.reg_customer_title {
	margin: 25px 0 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.07em;
	color: #14233d;
}

body .row-register_customer_group_id .radio {
	margin: 0;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 0 18px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}

body .row-register_customer_group_id .radio:has(input:checked) {
	border: 1px solid #d63837;
}

body .row-register_customer_group_id .radio label {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #14233d;
	padding-left: 0;
	transition: 0.3s;
}

body .row-register_customer_group_id .radio input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

body .row-register_customer_group_id .radio:has(input:checked) label {
	color: #d63837;
}

.row-register_customer_group_id .col-sm-10>div {
	display: flex;
	align-items: center;
	gap: 15px;
}

/* .simpleregister-block-content {
	display: none;
} */

.simpleregister-button-right {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 25px;
}

.row-register_newsletter {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 0 !important;
}

.row-register_newsletter .col-sm-2,
.row-register_newsletter .col-sm-10 {
	width: 100% !important;
	padding: 0 !important;
}

.row-register_newsletter .col-sm-2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.07em;
	color: #14233d;
	white-space: nowrap;
}

.row-register_newsletter .col-sm-10 .checkbox {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	width: 25px;
	position: relative;
	top: 2px;
}

.row-register_newsletter .col-sm-10 .checkbox label {
	padding: 0;
}

#simpleregister_button_confirm {
	border-radius: 4px;
	padding: 0 43px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}































@media (max-width: 1590px) {
	.product_quantity_wrapper {
		gap: 0;
		justify-content: space-between;
	}

	.pro-content .qty-plus-minus .form-control {
		width: 40px;
	}

	.simplecheckout-button-block.buttons .simplecheckout-button-right {
		max-width: 343px;
	}
}

@media (max-width: 1130px) {
	.list-top-menu li a {
		white-space: nowrap;
	}
}

@media (max-width: 768px) {

	.footer_content {
		margin-bottom: 25px;
	}

	footer .collapse {
		display: block;
	}

	footer .footer_menu_title {
		margin-bottom: 10px;
	}

	.footer_menu_wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.footer_menu_wrapper:before {
		display: none;
	}

	footer .footer_menu_title {
		font-size: 14px;
	}

	footer .f-left i {
		width: 20px;
	}

	.copy_powered {
		flex-direction: column;
		gap: 10px;
	}

	#scroll {
		bottom: 67px;
	}

	.footer li {
		line-height: 21px;
	}

	.footer_soc_links {
		margin-bottom: 20px;
	}

	.lang-mobile-wrapper {
		display: flex;
		justify-content: center;
	}

	.lang-mobile-wrapper .dropdown-toggle {
		padding-right: 0;
	}

	.lang-mobile-wrapper .dropdown-toggle span {
		color: white;
	}
}


@media (min-width: 768px) {

	#cart .dropdown-toggle svg,
	.acin a svg {
		margin: 0 5px;
	}

	.ofer {
		margin-top: 5px;
	}

	.cate-menu {
		margin-top: 20px;
	}

	#xsfilter {
		display: block !important
	}

	/* .product-thumb:hover .price{
	border-bottom: 1px solid transparent
	} */
	#menu .navbar-collapse.collapse {
		padding: 0;
		background: #f8f8f8;
		border-radius: 4px;
		border: none;
	}

	#form-currency .dropdown-toggle::before,
	#form-currency .dropdown-toggle::after {
		content: '|';
		color: #aaa;
		margin: 0 15px;
	}

	#menu .dropdown-menu {
		background: #FFF;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		left: 100%;
		margin: 0 !important;
		border: none;
		top: 0;
	}

	#menu .dropdown-menu {
		height: auto;
		overflow-y: auto;
	}

	#menu .dropdown:hover .dropdown-menu {
		display: block;
		padding: 0;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		border-radius: 0;
	}

	#menu .nav {
		border: 1px solid #ededed;
		border-radius: 4px;
		padding: 0 15px;
	}

	.footer-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.middle-footer h5 button {
		display: none;
	}
}


@media (max-width: 599px) {

	.min_order_info {
		font-size: 13px;
	}

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

	.header_top_info_r {
		display: block;
	}

	.ocf-offcanvas.ocfilter-mobile .ocfilter-mobile-handle {
		left: unset;
		top: 4px;
		width: 30px;
		height: 30px;
		z-index: 4000;
		right: 15px;
	}

	.ocf-offcanvas.ocfilter-mobile .ocfilter-mobile-handle .btn {
		padding: 0;
		position: relative;
	}

	.ocf-offcanvas.ocfilter-mobile .ocfilter-mobile-handle .btn i {
		display: none;
	}

	.ocf-offcanvas.ocfilter-mobile .ocfilter-mobile-handle .btn:before {
		content: '+';
		color: white;
		rotate: 45deg;
		font-size: 26px;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		translate: -50% -50%;
	}

	.ocf-offcanvas.ocfilter-mobile .ocfilter-mobile-handle .btn {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		width: 100%;
		height: 100%;
	}

	.ocf-offcanvas.ocfilter-mobile .ocfilter-mobile-handle button {
		background: #d63837;
	}

	.max_error_text_popup {
		bottom: -24px;
		font-size: 9px !important;
	}

	#cart-total {
		display: none;
	}

	#cart-total-mobile {
		display: flex;
		border-radius: 50%;
		background-color: red;
		justify-content: center;
		align-items: center;
		color: white !important;
		position: absolute;
		right: -3px;
		top: -5px;
		width: 25px;
		height: 25px;
	}

	.popup_btns_group {
		flex-direction: column-reverse;
		gap: 15px;
	}

	.simplecheckout .simplecheckout-warning-block {
		padding: 17px;
		top: 120px;
	}

	body.active::before {
		display: none;
	}

	body {
		padding-top: 103px;
	}

	#header-main {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.breadcrumb>li a::after {
		margin: 0 3px;
	}

	.breadcrumb {
		display: flex;
		overflow-y: scroll;
		flex-wrap: nowrap;
	}

	.breadcrumb>li {
		white-space: nowrap;
	}

	.home-top {
		margin-top: 0;
	}

	.row.slideborder {
		padding: 0;
		border: unset;
		margin-left: -15px;
		margin-right: -15px;
	}

	.row.slideborder .slb {
		padding: 0;
	}

	.subcat-wrapper {
		gap: 10px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.subcat-wrapper .for_subcats_pict {
		height: auto;
		padding: 10px;
	}

	.txt_for_subcats_pict {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.caption-bottom {
		flex-wrap: wrap;
		justify-content: unset;
		margin-top: auto;
	}

	.caption-bottom .button-group {
		width: 100%;
	}

	.caption-bottom .button-group button {
		width: 100%;
	}

	.price-summ {
		width: 50%;
		text-align: center;
		font-size: 14px;
	}

	.product-layout .wrap-plus-minus {
		width: 50%;
	}

	.product-thumb .rating {
		margin: 15px 0 5px;
	}

	.caption-model {
		font-weight: 500;
		font-size: 12px;
	}

	.f-button-add-cart {
		width: 100%;
	}

	.product-thumb .caption h4 {
		height: 62px;
		line-height: 18px;
	}

	.product-layout .wrap-plus-minus {
		margin-bottom: 0;
	}

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

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

	.myac .dropdown-toggle ul li span {
		display: none !important;
	}

	#cart .login-title {
		display: none;
	}

	.btn-group-sm {
		display: none;
	}

	.acin {
		justify-content: flex-end;
		gap: 20px;
		position: relative;
		top: 8px;
		/* translate: 0 11px; */
	}

	.cart_left_side {
		flex-basis: 100%;
		display: flex;
	}

	.cartname {
		margin-left: 0;
	}

	.total-checkout {
		flex-direction: column;
	}

	.cartdrop_cart {
		flex-direction: column;
		gap: 15px;
	}

	/* .myac ul {
	display: none;
	} */

	.newsletter-bg .inner .form-group input {
		width: 100%;
	}

	.blog_links {
		font-size: 12px;
		letter-spacing: 0.5px;
	}

	.blog_comment::before,
	.blog_comment::after {
		padding: 0 3px;
	}

	.webi_blog_page .blog-desc {
		font-size: 12px;
	}

	.pagi .text-left,
	.pagi .text-right {
		width: 100%;
		text-align: center;
	}

	.pagination {
		display: inline-block
	}

	.pagi .tot {
		line-height: normal
	}

	.category-tab .tab-content .owl-buttons {
		display: none
	}

	.ct a {
		font-size: 12px;
		letter-spacing: 0;
	}

	.catesort {
		width: 100%;
		margin-top: 15px;
	}

	.category-tab .tab-content .owl-buttons {
		display: none
	}

	.catb.toggle.collapsed::after {
		font-family: 'FontAwesome';
		content: '\f067';
		font-size: 14px;
		font-weight: normal;
		float: right;
		cursor: pointer;
	}

	.catb.toggle::after {
		font-family: 'FontAwesome';
		content: '\f068';
		font-size: 14px;
		font-weight: normal;
		float: right;
		cursor: pointer;
	}

	.category-tab {
		position: relative;
	}

	.catb {
		position: absolute;
		right: 0;
		top: 2px;
		background: #fff;
		color: #111;
		padding: 0 !important;
	}
}

@media (min-width: 1200px) and (max-width: 1589px) {

	.myac li h1,
	#cart li h1 {
		display: none
	}

	.list-group a {
		font-size: 12px;
		letter-spacing: 0
	}

	.category-tab #cat_tab {
		width: 33.33%;
	}

	.category-tab .tab-content {
		width: 66.66%;
	}

	.manun li {
		margin-right: 12px;
	}

	.offerbanner img {
		max-width: 159px;
	}

	.times ul {
		margin-left: 2px;
		padding-left: 2px;
	}

	.staticb li:last-child {
		display: none
	}

	.deliveryinfo li {
		display: block;
	}

	.deliveryinfo ul svg {
		margin-bottom: 5px;
	}

	.product-list .image {
		width: 33.33%;
		position: relative;
		float: left;
	}

	.product-list .caption {
		width: 66.66%;
		float: left;
	}

	.webTab {
		margin: 0 5px;
	}

	.home-cat .nav>li>a {
		font-size: 14px;
		letter-spacing: 0;
	}
}

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

	#menu .nav>li>a,
	.view_more a {
		font-size: 14px;
	}

	.lefthead {
		letter-spacing: 0
	}

	.owl-theme .owl-controls .owl-buttons .owl-prev::after {
		padding: 0 10px;
	}

	.bcom {
		margin: 8px 10px 0 10px;
	}

	.product-thumb .button-group button.bcart {
		padding: 10px 5px;
	}

	#onsale .price-new,
	#onsale .price {
		font-size: 14px;
	}

	#onsale .product-thumb .price-old {
		font-size: 12px;
	}

	.category-tab .nav-tabs li a {
		font-size: 14px;
		padding: 14px 10px;
	}

	.webTab {
		margin: 0 6px;
	}

	.product-list .image {
		width: 33.33%;
		position: relative;
		float: left;
	}

	.product-list .caption {
		width: 66.66%;
		float: left;
	}

	.manun li {
		margin-right: 12px;
	}

	.deliveryinfo li {
		display: block;
	}

	.deliveryinfo ul svg {
		margin-bottom: 5px;
	}

	.ser-t h4 {
		font-size: 12px;
		letter-spacing: 0;
	}

	#deal .product-thumb .price {
		margin-bottom: 7px;
	}

	.product-thumb .price-old {
		display: none
	}

	footer h5 {
		font-size: 14px;
	}

	footer a {
		font-size: 12px;
	}

	.prowrite {
		font-size: 12px;
		letter-spacing: 0;
	}

	.pro-content .rating .fa-stack {
		font-size: 7px;
	}
}

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

	#menu .nav>li>a,
	.view_more a {
		font-size: 12px;
	}

	.fullmenu {
		padding: 15.5px 0;
	}

	.myac {
		margin: 0 2px;
	}

	#btn-search-category {
		min-width: auto
	}

	.owl-theme .owl-controls .owl-buttons .owl-prev::after {
		padding: 0 10px;
	}

	.lefthead {
		letter-spacing: 0
	}

	.headertop {
		padding: 20px 0;
	}

	#onsale .price-new,
	#onsale .price {
		font-size: 14px;
	}

	#onsale .product-thumb .price-old {
		font-size: 12px;
	}

	.bcom {
		margin: 8px 10px 0 10px;
	}

	.product-thumb .button-group button.bcart {
		padding: 10px 5px;
	}

	.manun li {
		margin-right: 15px;
	}

	.addf {
		font-size: 12px;
	}

	.addl .btn-info,
	.addl .btn-danger {
		font-size: 12px;
		letter-spacing: 0;
		padding: 6px 10px;
	}

	.rightc .list-group a {
		font-size: 12px;
		letter-spacing: 0;
	}

	.cin {
		margin-top: 8px;
	}

	.cleft #content .col-sm-4:nth-child(3n+1) {
		clear: none
	}

	.product-list .image {
		width: 40%;
		position: relative;
		float: left;
	}

	.product-list .caption {
		width: 60%;
		float: left;
	}

	#search .btn-default {
		min-width: auto;
	}

	.left-icon {
		font-size: 12px;
		letter-spacing: 0;
	}

	#deal .product-thumb .price {
		margin-bottom: 7px;
	}

	.product-thumb .price-old {
		display: none
	}

	footer h5 {
		font-size: 14px;
		letter-spacing: 0;
	}

	footer a,
	footer li {
		font-size: 12px;
	}

	.foot-payment li i {
		font-size: 16px;
	}

	.middle-footer #column-left1 {
		text-align: center;
		margin-bottom: 35px;
	}

	#flogo img {
		margin: 0 auto;
	}

	.bestlc h3 {
		font-size: 11px;
		letter-spacing: 0;
	}

	.bestlc h2 {
		font-size: 13px;
	}

	.deliveryinfo ul {
		margin-bottom: 5px;
	}

	#menu .dropdown-inner a {
		min-width: 123px;
		padding: 3px 5px;
	}
}

@media (max-width: 991px) {

	.simple_reg_top {
		padding: 20px;
	}

	.simpleregister-button-block {
		flex-direction: column-reverse;
		gap: 10px;
	}

	.reg_customer_title {
		text-align: center;
		margin-top: 40px;
	}

	.header_soc a img {
		width: 17px;
	}

	.myac .login-title,
	#cart .login-title {
		font-size: 14px;
	}

	.product-thumb .button-group button.bcart {
		min-width: 75px;
	}

	#top-links a {
		font-size: 12px;
	}

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

	#form-currency .dropdown-toggle::before,
	#form-currency .dropdown-toggle::after {
		margin: 0 5px;
	}

	.list-top-menu {
		flex-wrap: wrap;
	}

	.list-top-menu li a {
		font-size: 11px;
	}

	.cate-top h1 {
		font-size: 28px;
	}

	#cart .dropdown-toggle {
		flex-direction: column;
	}

	#simplecheckout_shipping_address {
		margin-top: 0px;
	}

	.custom_cart_wrapper {
		flex-direction: column;
		margin-top: 15px;
	}

	.custom_cart_products {
		width: 100%;
	}

	.custom_cart_totals {
		width: 100%;
		padding-left: 0;
		margin-top: 12px;
	}

	.simplecheckout-button-block.buttons .simplecheckout-button-right {
		max-width: 100%;
	}

	.myac li h1,
	#cart li h1,
	.myac li h2 {
		display: none
	}

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

	.addlist {
		margin-bottom: 10px;
	}

	.cattab {
		float: left;
		width: 100%;
		margin-bottom: 7px;
		margin-top: 13px;
	}

	.category-tab .nav-tabs li a {
		padding: 15px 10px;
	}

	#cat_tab .nav-tabs>li {
		display: block;
	}

	.tab-head h1,
	.cattab h1 {
		font-size: 16px;
	}

	.pro-content h1 {
		font-size: 16px;
		margin-top: 15px;
	}

	.list-des {
		font-size: 12px;
		letter-spacing: 0
	}
}

@media (max-width: 821px) {
	#cart li span {
		white-space: unset;
	}
}

@media (max-width: 767px) {

	#menu .nav>li>a,
	.view_more a {
		padding: 15px;
	}

	.appxsmenu {
		width: 15%;
	}

	.blankd {
		padding: 0
	}

	.newsletter .button-submit button {
		min-width: auto;
	}

	.catfilter .toggle.collapsed::after {
		font-family: 'FontAwesome';
		content: '\f067';
		font-size: 14px;
		font-weight: normal;
		cursor: pointer;
	}

	.catfilter .toggle::after {
		font-family: 'FontAwesome';
		content: '\f068';
		font-size: 14px;
		font-weight: normal;
		cursor: pointer;
	}

	.catfilter .panel-heading {
		position: relative;
	}

	.catfilter .panel-heading button {
		position: absolute;
		top: 10px;
		right: 15px;
		padding: 0;
		background: transparent
	}

	.catfilter .panel-heading {
		padding: 10px;
	}

	.product-thumb .caption {
		padding: 0 5px 10px;
		margin-top: auto;
	}

	.newsletter-bg {
		padding: 30px 10px;
	}

	.catfilter {
		margin-top: 0
	}

	#menu .dropdown-inner a {
		padding: 3px 25px;
	}

	.mfp-iframe-holder .mfp-content {
		height: 100%;
	}

	.product-quickview-detail .swiper-viewport {
		margin: 15px 0 0 0
	}

	/* sidenav */
	#mySidenav li a i {
		margin-top: 4px;
	}

	body.active {
		overflow: hidden;
	}

	body.active::before {
		background: #000000 none repeat scroll 0 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0.7;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 999;
		transition: all .2s ease 0s;
		-webkit-transition: all .2s ease 0s;
		-moz-transition: all .2s ease 0s;
		-ms-transition: all .2s ease 0s;
		-o-transition: all .2s ease 0s;
	}

	body.active .sidenav {
		overflow-x: unset;
		overflow-y: scroll;
	}

	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		transition: 0.5s;
		padding-top: 60px;
		overflow-x: hidden;
		box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .06);
		clear: both;
		height: 100%;
		background-color: #fff;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.sidenav .close-nav {
		background-color: #222;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}

	#mobile_top_menu_wrapper {
		margin: 0;
		line-height: 20px;
		display: block !important;
	}

	.close-nav i {
		color: #fff;
		font-size: 16px;
	}

	.navbar-header button {
		padding: 0;
		margin: 0;
		border: none !important;
		float: none
	}

	#menu .navbar-collapse {
		display: block;
		border: none;
	}

	.scart {
		display: none
	}

	.haccount .xsblock {
		display: inline-block;
	}

	.myac .dropdown-toggle svg,
	#cart .dropdown-toggle svg {
		width: 28px;
		height: 27px;
	}

	#cart li h2 {
		position: absolute;
		top: 3px;
		font-size: 9px;
		width: 70px;
	}

	.staticb {
		position: absolute;
		top: 0;
		right: 15px;
		padding: 0
	}

	.headertop {
		padding: 55px 0 15px;
		position: relative;
	}

	.position-static {
		position: static;
	}

	.insearch {
		position: absolute;
		top: 10px;
		right: 15px;
		left: 15px;
	}

	#search .btn-default {
		height: 40px;
		min-width: auto;
		margin-left: 5px;
	}

	#search .input-lg {
		height: 40px;
	}

	.mxs li:first-child {
		display: block;
	}

	#top {
		display: none
	}

	#menu .navbar-toggle i {
		font-size: 17px;
		color: #fff;
		margin-top: 5px;
	}

	.mxs {
		margin: 0
	}

	.mxs .dropdown-toggle {
		padding: 5px 4px !important;
		letter-spacing: 0;
		border: 1px solid #eee;
	}

	.haccount {
		min-width: 24rem;
		padding: 10px 10px;
		line-height: 27px;
		font-size: 13px;
		letter-spacing: 0.5px;
	}

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

	.home-top {
		margin-top: 15px;
	}

	.deliveryinfo ul {
		text-align: left;
		padding: 15px;
		margin-bottom: 5px;
	}

	.tab-head .nav-tabs {
		padding: 0;
		text-align: left;
	}

	#special .product-thumb .price {
		float: none !important;
		margin-bottom: 10px;
	}

	#special .product-thumb hr {
		margin: 10px 0;
	}

	#special .rating {
		text-align: left;
		margin-top: 4px;
	}

	.product-thumb .button-group {
		position: unset;
		opacity: 1;
		margin-top: 10px;
	}

	.webi-newsletter {
		padding: 8px 0;
	}

	.middle-footer #column-left1 {
		text-align: center;
		margin-bottom: 20px;
	}

	#flogo img {
		margin: 0 auto;
	}

	footer li,
	footer a {
		font-size: 12px;
		font-weight: 400;
	}

	footer h5 .toggle.collapsed::after {
		font-family: 'FontAwesome';
		content: '\f067';
		font-size: 14px;
		font-weight: normal;
		float: right;
		cursor: pointer;
	}

	footer h5 .toggle::after {
		font-family: 'FontAwesome';
		content: '\f068';
		font-size: 14px;
		font-weight: normal;
		float: right;
		cursor: pointer;
	}

	.middle-footer .btn {
		color: #222;
		text-shadow: none;
		background: none;
		background-image: none;
		background-image: none;
		border: 0;
		box-shadow: none;
		font-size: 12px;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}

	footer h5 {
		margin-bottom: 5px;
		margin-top: 10px;
		font-size: 14px;
	}

	.middle-footer {
		padding: 30px 0;
	}

	#column-left {
		padding: 0;
	}

	.tab-head,
	.blog_webi {
		margin-top: 40px;
	}

	.pro-tab {
		margin-bottom: 40px;
	}

	.category-tab {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.onsale {
		margin-top: 0;
	}

	#special .product-thumb {
		margin: 0 0 20px 0;
	}

	.product-tab .nav>li>a {
		font-size: 12px;
		letter-spacing: 0;
	}

	.product-tab li {
		margin: 0 8px;
	}

	.product-tab .tab-pane {
		font-size: 12px;
	}

	.prowrite,
	.proreview {
		font-size: 11px;
		letter-spacing: 0;
		padding: 0 12px;
	}

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

	.product-list .product-thumb .button-group {
		margin-top: 0
	}

	.search-page .select-input {
		margin: 10px 0;
	}

	.continfo img {
		margin-bottom: 10px;
	}
}

@media (min-width: 1590px) {
	.rightc {
		width: 20%;
	}

	#content.acwidth {
		width: 60%;
	}

	.product-list .product-thumb .caption h4 {
		font-size: 16px;
	}

	.product-list .image {
		width: 33.33%;
		position: relative;
		float: left;
	}

	.product-list .caption {
		width: 66.66%;
		float: left;
	}

	/* .product-grid {
		width: 25%;
	} */

	.product-list {
		width: 50%;
	}
}

@media (max-width: 1440px) {
	.container {
		width: 1290px;
	}
}

@media (max-width: 1300px) {
	.container {
		width: 100%;
		max-width: 1145px;
	}
}

@media (min-width: 1300px) {
	.product-grid {
		width: 25%;
	}
}

@media (min-width: 992px) {
	.sticky {
		position: sticky;
		top: 15px;
	}

	.catb {
		display: none;
	}

	.home-cat.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

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

	.product-grid,
	.product-list,
	.ses,
	#cat_tab,
	.category-tab .tab-content {
		width: 50%;
	}

	.ct {
		display: none
	}

	.deal .product-thumb {
		margin: 0 5px;
	}
}

@media (max-width: 1199px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 5px;
		text-align: left;
	}

	.headingpage,
	.blog-comment {
		padding-top: 15px;
	}

	label {
		font-size: 12px;
	}

	#search-by-category .search-container .categories-container {
		display: none
	}

	#text-search {
		border-radius: 4px !important;
	}
}

@media (min-width: 600px) {

	.catb {
		display: none;
	}

	.home-cat.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

@media (max-width: 500px) {

	.simple_reg_top {
		display: flex !important;
		flex-direction: column;
	}

	.row-register_firstname {
		order: 1;
	}

	.row-register_lastname {
		order: 2;
	}

	.row-register_telephone {
		order: 3;
	}

	.row-register_email {
		order: 4;
	}

	.row-register_password {
		order: 5;
	}

	.row-register_confirm_password {
		order: 6;
	}

	.simple_reg_bottom {
		grid-template-columns: repeat(1, 1fr);
	}

	.row-register_customer_group_id .col-sm-10>div {
		flex-direction: column;
	}

	body .row-register_customer_group_id .radio {
		width: 230px;
	}

	#simpleregister_button_confirm {
		width: 230px;
	}

	.simpleregister-button-right {
		flex-direction: column-reverse;
	}

	.no_order_msg {
		position: fixed;
		top: 0;
		z-index: 1000;
		font-size: 12px;
		line-height: 120%;
	}

	.simple_checkout h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#content .simple-content .checkout-heading {
		font-size: 18px;
	}

	#content .simple-content .checkout-heading-button a {
		font-size: 14px;
	}

	.custom_cart_wrapper {
		overflow: hidden;
	}

	.custom_cart_product_img {
		width: 60px;
		min-width: 60px;
	}
}

/* style  */


.block_seo_text {
	margin-top: 50px;
}

.block_seo_text h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	color: #222222;

}

.block_seo_text a {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #D63837;
	text-decoration: underline;
}

.block_seo_text>p {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #222222;
}


.block_seo_text .line::after {
	content: '';
	margin-top: 46px;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.block_seo_text .block_cat {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.block_seo_text .block_cat .block_cat_img_text {
	display: flex;
	flex-direction: column;
	flex-basis: 31.3%;
	margin-right: 35px;
	margin-top: 35px;
}

.block_seo_text .block_cat .block_cat_img_text:nth-child(-n + 3) {
	margin-top: 30px;
}

.block_seo_text .block_cat .block_cat_img_text:nth-child(3n) {
	margin-right: 0px;
}

.block_seo_text .block_cat .block_cat_img_text h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #222222;
	margin-top: 20px;
}

.block_seo_text .block_cat .block_cat_img_text p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #222222;
	margin-top: 10px;
}

.block_seo_text .block_cat .block_cat_img_text a {
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 120%;
	color: #D63837;
	margin-top: 20px;
	text-decoration: underline;
}

.block_seo_text .block_cat .block_cat_img_text img {
	width: 100%;
}

@media (max-width: 1589px) {
	.block_seo_text h2 {
		font-size: 28px;
	}

	.block_seo_text .block_cat .block_cat_img_text {
		margin-right: 25px;
	}
}

@media (max-width: 1280px) {
	.block_seo_text h2 {
		font-size: 30px;
	}

	.block_seo_text .block_cat {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_seo_text .block_cat .block_cat_img_text:nth-child(-n + 3) {
		margin-top: unset;
		margin-top: 35px;
	}

	.block_seo_text .block_cat .block_cat_img_text:nth-child(2n) {
		margin-right: 0px;
		margin-top: 35px;
	}

	.block_seo_text .block_cat .block_cat_img_text {
		margin-right: 0px;
		flex-basis: calc(50% - 5px);
		margin-top: 35px;
	}

}

@media (max-width: 1024px) {

	.block_seo_text .block_cat .block_cat_img_text {
		flex-basis: unset;
		width: 100%;
	}

}

@media (max-width: 768px) {
	.block_seo_text .block_cat {
		flex-direction: column;
	}

	.block_seo_text .block_cat .block_cat_img_text {
		flex-basis: unset;
		width: 100%;
	}
}



/*  icons   */

.block-text-icons .title-block-text {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.block-text-icons .title-block-text h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 41px;
	line-height: 120%;
	color: #222222;
	flex-basis: 50%;
	margin: unset;
}

.block-text-icons .title-block-text .block-text {
	flex-basis: 50%;
}

.block-text-icons .title-block-text p.text-1 {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #222222;
}

.block-text-icons .title-block-text p.text-2 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #222222;
	margin-top: 30px;
	line-height: 26px;
}



.block_list_icon_text {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 14px;
	margin-top: 14px;
}

.block_list_icon_text li {
	margin-right: 0px;
	margin-top: 14px;
}

.block_list_icon_text li:nth-child(-n + 2) {
	margin-top: 0px;
}

.block_list_icon_text li:nth-child(2n) {
	margin-right: 0px;
}

.block_list_icon_text li {
	flex-basis: calc(50% - 5px);
	background: #F8F8F8;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 152px;
}

.block_list_icon_text .img {
	background: #FFC44D;
	width: 72px;
	min-width: 72px;
	height: 72px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	margin-right: 20px;
}



@media (max-width: 990px) {

	.block_list_icon_text li {
		flex-basis: unset;
		background: #F8F8F8;
		display: flex;
		flex-direction: row;
		align-items: center;
		min-height: 152px;
		width: 100%;
	}

	.block_list_icon_text li:nth-child(-n + 2) {
		margin-top: 10px;
	}

	.block_list_icon_text .img {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
		height: 50px;
		min-height: 50px;
		margin-left: 10px;
		margin-right: 20px;
	}


}



/* banner  */

.block_seo_text .block-banner {
	background: linear-gradient(98.14deg, #FFDA65 16.87%, #FFBB43 88.78%);
	border-radius: 5px;
	position: relative;
	min-height: 321px;
	display: flex;
	align-items: center;
}

.block_seo_text .block-banner::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/image/catalog/block_seo/block-seo-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	z-index: 1;
	border-radius: 0px 5px 0px 0px;
}




.block_seo_text .block-banner .block-text {
	width: 100%;
	z-index: 2;
	position: relative;
	margin-left: 50px;
	display: block;
	max-width: 733px;
}

.block_seo_text .block-banner h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 41px;
	line-height: 120%;
	color: #222222;
	margin-top: 0px;
}

.block_seo_text .block-banner p {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #222222;
}







@media (max-width: 1580px) {

	.block_seo_text .block-banner::before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(/image/catalog/block_seo/block-seo-bg.png);
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: top right;
		z-index: 1;
		border-radius: 0px 5px 0px 0px;
	}


	.block_seo_text .block-banner .block-text {
		width: 100%;
		z-index: 2;
		position: relative;
		margin-left: 50px;
		display: block;
		margin: 25% 10px 10px 10px;
	}


}


@media (max-width: 768px) {
	.block-text-icons.line-text .title-block-text h2 {
		margin-top: 30px;
		margin-bottom: 20px;
		flex-basis: unset;
	}

	.block-text-icons.line-text .title-block-text .block-text {
		flex-basis: unset;
	}

	.block-text-icons .title-block-text h2 {
		flex-basis: unset;
		margin-bottom: 20px;
	}

	.block-text-icons .title-block-text .block-text {
		flex-basis: unset;
	}





}


/* block seo text cat  */



.block-text-icons .title-block-text h2 {
	font-size: 30px;
}


.block-ul-list p {
	margin-top: 10px
}

.block_list_icon_text .text {
	padding-right: 10px;
	letter-spacing: unset;
}









/* FAQ  */
.block-faq h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	color: #222222;
}

#accordion {
	margin-top: 24px;
}

#accordion .faq {
	margin-top: 10px;
}

#accordion .faq:nth-child(1) {
	margin-top: 10px;
}

#accordion .card-header {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #222222;
	background: #F8F8F8;
	height: 70px;
	display: flex;
	align-items: center;
	padding-left: 30px;
	position: relative;
	padding-right: 30px;
}


#accordion .card-header .faq-link img {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -3px;
	transform: rotate(-180deg);
}

#accordion .card-header .faq-link[aria-expanded="true"] img {
	transform: unset;
}




#accordion .card-header button {
	text-align: left;
}

#accordion .card-body {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #222222;
	background: #F8F8F8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px 30px 23px 30px;
	position: relative;
}

#accordion .card-body::before {
	content: '';
	position: relative;
	display: block;
	border-top: 1px solid #E7E7E7;
	width: 100%;
	padding-bottom: 30px;
	margin-right: unset;
	margin-left: unset;
}



#accordion .card-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#accordion .card-body::before {
	margin-right: unset;
	margin-left: unset;
}

@media (max-width:700px) {
	.catalog_btn {
		display: none;
	}
}

@media (max-width: 768px) {
	.catalog_btn {
		min-width: 70px !important;
		padding: 0 !important;
		font-size: 12px;
	}

	.catalog_btn i {
		display: none;
	}

	#accordion .card-header {
		height: 100%;
		max-height: 100px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	#accordion .card-header button {
		padding-left: 0px;
	}

}




/* ul list */
.block-ul-list h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	color: #222222;
}

.block-ul-list p {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #222222;
	margin-top: 10px;
}

.block-ul-list ul {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #222222;
	list-style-image: url('/image/catalog/block_seo/icons/triangle.svg');
	margin-left: 16px;
}

.block-ul-list ul li {
	margin-top: 10px;
}



/* green line ol  */
.block-ol-list h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	color: #222222;
}

.block-ol-list p {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #222222;
}

.block-ol-list ol {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #222222;
	display: flex;
	flex-direction: column;
	padding-left: 0px;
}

.block-ol-list ol li {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.block-ol-list ol li span.title {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #222222;
}

.block-ol-list ol li span.title::after {
	content: '';
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #82C344;
	position: relative;
	width: 100%;
	display: block;

}

.block-ol-list ol li span.description {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #222222;
}

/* block-delivery-icons  */

.block-delivery-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 14px;
	margin-top: 14px;
}

.block-delivery-icons li:nth-child(-n + 2) {
	margin-top: 0px;
}

.block-delivery-icons li {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 152px;
	justify-content: center;
}

.block-delivery-icons li .text {
	margin-top: 20px;
}


@media (max-width: 768px) {
	.block-delivery-icons {
		display: flex;
		flex-direction: column;
	}


	.block_seo_text h2 {
		font-size: 24px !important;
	}

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


}



.header_soc {
	margin: 0 18px;
}

.header_soc_telegram {
	margin-left: 0;
}

#form-language button img {
	display: none;
}

.headerFixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1005;
	transition: 0.1s;
}

.header_top_fixed_up.headerFixed {
	z-index: 2000;
}

#top.header_top_fixed.headerFixed {
	padding: 12px 0 !important;
	top: 0;
}

#header-main.header_top_fixed.headerFixed {
	top: 48px;
}

.fullmenu {
	transition: 0.3s;
}

#header-main.header_top_fixed.headerFixed .fullmenu {
	height: 0;
	overflow: hidden;
	padding: 0;
}

#header-main.header_top_fixed.headerFixed .headertop {
	padding: 15px 0;
}

#header-main.header_top_fixed.headerFixed #logo img {
	width: 70%;
}

.product-btns-wrapper button:active {
	background-color: #14233d;
}

.product-btns-wrapper button:focus {
	background-color: green;
}

.product-btns-wrapper button:has(img) {
	background-color: green;
}

.product_info_text_inside {
	display: none;
}

.product_info_text .product_info_text_inside {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #d63837;
	color: #14233d;
}

.pover_wrapper p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
}

.pover_wrapper ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 20px;
}

.pover_wrapper ul li {
	padding-left: 10px;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.header_num a {
	margin-top: 3px;
	display: block;
}

.bank_transfer_info {
	display: none;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 17px;
	margin-top: 5px;
}

.radio input[type="radio"]:checked~.bank_transfer_info {
	display: block;
}

#simplecheckout_payment_form {
	display: none;
}



#product-category.category_id_176 .subcat-wrapper {
	grid-template-columns: repeat(3, 1fr);
}



.aboutus_top_wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 35px;
}

.aboutus_top_side {
	flex-basis: 50%;
}

.aboutus_top_img {
	width: 100%;
}

.aboutus_top_title {
	color: #222;
	font-size: 35px;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 20px;
}

.aboutus_top_descr p {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
}

.aboutus_top {
	margin-bottom: 70px;
}

.aboutus_top_bl_wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.aboutus_top_block img {
	height: 120px;
}

.aboutus_top_block h2 {
	color: #222;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	display: block;
	margin: 20px 0 10px;
}

.aboutus_top_block p {
	color: #222;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.16px;
	margin: 0;
}

.aboutus_top_blocks {
	margin-bottom: 80px;
}

.aboutus_start_title {
	color: #222;
	font-size: 33px;
	font-weight: 500;
	line-height: 120%;
	display: block;
	margin-bottom: 20px;
}

.aboutus_start_text {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.19px;
}

.aboutus_start {
	margin: 30px 0 60px;
}

.aboutus_start_years {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	margin: 30px 0 60px;
	position: relative;
}

.aboutus_start_years:after {
	content: '';
	position: absolute;
	top: 45px;
	left: 0;
	display: block;
	/* max-width: 400px; */
	width: 100%;
	border-top: 1px solid #F57C21;
	z-index: -1;
}

.aboutus_start_year_txt {
	color: #F57C21;
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

.year_circule {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #F57C21;
	margin-bottom: 30px;
	z-index: 10;
	border: 2px solid white;
}

.aboutus_start_year_descr {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
}

.slideborder .col-lg-8.col-md-8.slb {
	width: 100%;
	padding: 0 10px;
}

.slideborder .col-lg-8.col-md-8.slb .owl-wrapper {
	margin-bottom: 0;
}

.slideborder .col-lg-8.col-md-8.slb img {
	object-fit: cover;
}

.tags_cat {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
	padding: 5px 10px;
	border-radius: 8px;
	color: white;
	font-size: 13px;
	background: green;
	height: auto !important;
	text-transform: lowercase;
	transition: 0.3s;
}

.tags_cat_best {
	background: #6182fe;
}



.tags_cat:hover {
	color: white;
	background: rgb(6, 185, 6);
}

.tags_cat_best:hover {
	background: #3451bb;
}

.latest_wrapper_prod {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.latest_wrapper_prod .image {
	width: 100%;
}

.latest_wrapper_prod .product-list {
	width: 100% !important;
}



.price_wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

.latest_wrapper_prod .caption {
	width: 100%;
}

.latest_wrapper_prod .product-thumb {
	min-height: 445px;
}

.latest_wrapper_prod .price_wrapper {
	margin-top: 15px;
}

.row:has(.pagination) {
	margin-top: 50px;
}

#product-category .row:has(.pagination) {
	margin-top: 20px;
}

.open_ocfilter {
	display: none;
}






























@media(max-width: 992px) {
	.latest_wrapper_prod {
		grid-template-columns: repeat(2, 1fr);
	}
}



@media(max-width: 500px) {

	.ocfilter-mobile.show {
		left: 0;
	}

	.cate_border_mobile {
		display: flex;
		align-items: center;
		gap: 15px;
		border: unset;
		margin: 0;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.open_ocfilter {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #d63837;
		color: white;
		border-radius: 7px;
		height: 38px;
	}

	#input-sort {
		height: 38px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.cate_border_mobile:before,
	.cate_border_mobile:after {
		display: none;
	}

	.cate_border_mobile .select-input::after {
		display: none;
	}

	.open_ocfilter,
	.catesort_mob {
		flex-basis: 50%;
	}

	.catesort_mob {
		width: 50%;
		margin-top: 0;
		padding: 0;
	}

	.row:has(.pagination) {
		margin-top: 15px;
	}

	.latest_wrapper_prod {
		grid-template-columns: repeat(1, 1fr);
	}

	.aboutus_top_wrapper {
		flex-direction: column;
	}

	.aboutus_top_title {
		font-size: 28px;
	}

	.aboutus_top_descr p {
		font-size: 14px;
	}

	.aboutus_top_bl_wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
	}

	.aboutus_top_block {
		text-align: center;
	}

	.aboutus_top_block p {
		font-size: 14px;
	}

	.aboutus_start_years {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		margin: 30px 0;
	}

	.aboutus_start_year_descr {
		font-size: 14px;
	}

	.year_circule {
		margin-bottom: 15px;
		display: none;
	}

	.aboutus_start_years:after {
		display: none;
	}

	.aboutus_start_year_txt {
		margin-bottom: 10px;
	}

	.subcat-wrapper .txt_for_subcats_pict a {
		font-size: 11px;
		height: 33px;
	}

	#product-category .row:has(.pagination) {
		margin-top: 0;
	}

	#product-category .breadcrumb {
		margin-top: 10px;
	}

	.subcat-wrapper .for_subcats_pict {
		height: 30px;
		height: auto;
		padding: 0 10px;
	}

	.live-search {
		display: none !important;
	}

	.compare_total_wrapper,
	.catesort_wrapper,
	.sort_title,
	.lgrid_wrapper {
		display: none;
	}

	.other-cat-title {
		margin-bottom: 20px;
		margin-top: 30px;
	}
}

@media screen and (min-width:1400px) {
	#product-category #content {
		width: 75% !important;
	}
}

@media screen and (min-width:700px) {

	.thumb_cat {
		padding-right: 1rem
	}

	.thumb_cat img {
		width: 16px;
		height: 16px;
	}

	.thumb {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 12px;
	}

	.thumb img {
		width: 75px;
		height: auto;
	}

	#catalog-menu {
		width: 300px;
		position: absolute;
		top: 100%;
		/* Below the header */
		left: 0;
	}

	.dropdown-cat {
		position: static !important;
	}

	#catalog-menu .dropdown-cat {
		background-color: #80808017;
		;
	}

	#catalog-menu .dropdown-cat:active {
		background-color: white;
		;
	}

	#catalog-menu .dropdown-cat:hover {
		background-color: white;
		;
	}

	.submenu-subtitle {
		font-weight: 500;
		color: black;
		font-size: 14px;
	}

	.grand-child-list li {
		opacity: 75;

	}

	.grand-child-list li:not(:first-child) {
		margin-top: 4px;
	}

	#catalog-menu .nav>li>a {
		font-size: 14px !important;
	}

	.main-category {
		border: none !important;
		padding: 0 !important;
	}

	.cat_item {
		border: none !important;
		padding-left: 25px !important;
	}

	.navbar-collapse {
		padding: 0 !important;
	}

	/* Subcategory container now aligns with #catalog-menu, not individual items */
	.subcategory-container {
		position: absolute;
		top: 0;
		/* Align with the parent menu */
		left: 100%;
		/* Show to the right */
		width: 110vh;
		/* Adjust as needed */
		background: #fff;
		border-left: 1px solid #ccc;
		display: none;
		padding: 15px;
		overflow-y: auto;
		z-index: 1001;
	}

	/* Ensure the subcategory container takes full height of #catalog-menu */
	.subcategory-container.fixed-height {
		height: 100%;
		/* Same height as parent menu */
	}

	.subcategory-content {
		column-count: 5;
		/* Adjust number of columns as needed */
		column-gap: 25px;
		width: 100%;
		min-height: 552px;
		column-rule: 1px solid #80808017;
		padding-left: 15px;
	}

	.subcategory-block {
		break-inside: avoid;
		/* Prevent blocks from splitting between columns */
		padding: 10px;
		width: 100%;
		display: block;
	}

	.grand-child-list {
		margin-top: 5px;
	}

	.grand-child-list li {
		list-style: none;
		font-size: 12px;
	}

	/* Show subcategory container on hover */
	.dropdown-cat:hover .subcategory-container {
		display: block;
	}

	.subcategory-block span {
		font-size: 16px !important;
	}
}

@media screen and (max-width:1030px) and (min-width: 700px) {
	#product-category #content {
		width: 75% !important;
	}

	.subcategory-content {
		column-count: 3;
		/* Adjust number of columns as needed */
		column-gap: 25px;
		width: 100%;
		min-height: 552px;
		column-rule: 1px solid #80808017;
	}

	#catalog-menu {
		width: 250px;
		position: absolute;
		top: 100%;
		/* Below the header */
		left: 0;
	}

	.subcategory-container {
		min-width: 750px;
	}
}

@media screen and (max-width:1450px) and (min-width: 1030px) {
	.subcategory-content {
		column-count: 5;
		/* Adjust number of columns as needed */
		column-gap: 25px;
		width: 100%;
		min-height: 552px;
		column-rule: 1px solid #80808017;
	}

	#catalog-menu {
		width: 300px;
		position: absolute;
		top: 100%;
		/* Below the header */
		left: 0;
	}

	.subcategory-container {
		min-width: 950px;
	}
}