@import url('header.css');
@import url('category.css');
@import url('review.css');
@import url('buttons.css');
@import url('shared.css');
@import url('utils.css');
html {
	  scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

body {
	background: #fff;
	font-size: 13px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* GLOBAL */

strong,
.font-weight-bold {
	font-weight: 600!important;
}

ul,
li {
	list-style: none;
	list-style-image: none;
}

input,
button,
textarea,
select,
.form-element,
.btn {
	border-radius: 0;
}

.breadcrumb {
	padding: .75rem 1rem!important;
}

.slick-next:before,
.slick-prev:before {
	content: ''!important;
	width: 24px;
	height: 24px;
	opacity: .4!important;
	display: block;
}

.slick-next:before {
	background: url(../images/arrow-right.png) no-repeat center center;
}

.slick-prev:before {
	background: url(../images/arrow-left.png) no-repeat center center;
}

dl,
ol,
ul {
	margin-bottom: 0.25rem!important;
}

button:active,
button:focus,
button:hover,
.btn:focus,
.btn:active,
.btn:hover {
	outline: none;
	box-shadow: none;
}

section h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
 


.global-content {
	font-size: 12px;
	color: #000;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.container-lg {
	max-width: 1400px;
	margin: -1px auto;
}


/* STARS */

.star-rating {
	background-image: url(../images/stars.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 78px;
	height: 14px;
	display: inline-block;
}

.star-rating.star-1 {
	background-position: left -64px;
}

.star-rating.star-2 {
	background-position: left -48px;
}

.star-rating.star-3 {
	background-position: left -32px;
}

.star-rating.star-4 {
	background-position: left -16px;
}

.star-rating.star-5 {
	background-position: left top;
}

.vote {
	height: 13px;
	padding-top: 2px;
	position: relative;
}

.vote small {
	top: 3px;
	position: absolute;
	left: auto;
	margin-left: 10px;
	font-size: 11px;
}


/* GRID TEMPLATE */

.list-of-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, auto);
	align-items: center;
}

.list-of-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, auto);
	align-items: center;
}

.list-of-grid-4 {
	display: grid;
	grid-template-columns: repeat(4, auto);
	align-items: center;
}

.list-of-grid-5 {
	display: grid;
	grid-template-columns: repeat(5, auto);
	align-items: center;
}

.list-of-grid-6 {
	display: grid;
	grid-template-columns: repeat(6, auto);
	align-items: center;
}

.list-of-grid-7 {
	display: grid;
	grid-template-columns: repeat(7, auto);
	align-items: center;
}


/* SELLER WHITE BOX SM */

.seller-white-box-sm {
	background: #fff;
	color: #096dcb;
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 5px;
}

.seller-white-box-sm span {
	font-size: 12px;
	font-weight: 500;
}

.seller-rating {
	float: right;
	margin-top: -5px;
}

.seller-rating small {
	display: block;
	font-size: 9px;
	text-align: right;
}


/* DISCOUNT BOX ORANGE */

.discount-box-orange {
	width: 62px;
	height: 50px;
	font-size: 20px;
	color: #fff;
	background: #fd8300;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
}

.discount-box-orange small {
	font-size: 12px;
	display: block;
}


/** --------------------
    GRID
-------------------- **/

.container-grid {
	position: relative;
}

.grid {
	width: 300px;
	position: absolute;
	top: 5px;
	z-index: 1000;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-template-areas: "categories subcategories subcategories subcategories";
}

.grid.active {
	display: grid;
}

.grid::before {
	content: "";
	display: block;
	background: transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFF;
	position: absolute;
	top: -5px;
	left: 65px;
}

.grid>div {
	background: #053b7c;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
}


/* Main Slider */

.main-banner {
	height: 575px;
	position: relative;
}

@media (max-width:991px) {
	.main-banner {
		height: 440px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
}

.main-banner .product-details {
	display: flex;
	justify-content: center;
}

.main-banner .slider-r {
	display: none;
	position: absolute;
	clear: both;
	bottom: 2%;
	width: 100%;
	overflow: hidden;
	padding: 0 0px;
}

.slider {
	background: #fff;
	padding: 10px;
}

.slick-slider {
	display: none;
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 5px 0 20px 0px;
}

.slick-list:focus {
	outline: none;
	border: 0;
}

.slick-loading .slick-list {
	background: white url(../images/loading.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding-right: 0;
	display: none;
}

.slick-slide .case {
	padding: 0 25px;
}

.slick-slide .case .row {
	background: #f7f7f7;
}

.slick-slide img {
	display: block;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	border: 0;
	outline: none;
	box-shadow: none;
}

.slick-initialized .slick-slide:focus {
	border: 0;
	outline: none;
	box-shadow: none;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:focus,
.slick-next:focus {
	outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

.slick-prev:before {
	content: '<';
}

.slick-next {
	right: -25px;
}

.slick-next:before {
	content: '>';
}

@media (max-width:991px) {
	.slider-r .product-details span.h2 {
		font-size:18px!important;
	}
	.slick-prev {
		left: 0px;
	}
	.slick-next {
		right: 0px;
	}
}


/* Dots */

.slick-slider {
	margin-bottom: 0px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: #eee;
	display: block;
	height: 10px;
	border-radius: 100%;
	width: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
	opacity: 0.50;
}

.slick-slider-img {
	margin: 10px;
	padding: 5%;
	position: relative;
	display: block;
	width: 100%;
}

.slick-slide .image {
	padding: 10px;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide img.slick-loading {
	display: none;
}


/* TOP CATEGORIES */

.top-item {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.top-item:hover {
	box-shadow: 0 0px 1px rgba(20, 20, 20, 0.9) inset;
}

.top-item a span {
	color: #000;
}

.top-item div:first-child {
	position: absolute;
	top: 0;
	left: 10px;
}

.top-item div:last-child {
	margin-top: 50px;
	margin-right: 10px;
}

.top-item div:last-child img {
	height: 110px;
}


/* HOT DEALS */

.hot-deals {}

.card {
	background: transparent;
	border: 0;
}

.card a:focus,
.card a:active {
	outline: none;
	border: 0;
	box-shadow: none;
}

.card a {
	color: #000;
	text-decoration: none;
	background: #fff;
	margin: 5px;
	padding: 10px 0;
}

.card-title {
	font-size: 13px;
	display: block;
	margin-bottom: 15px;
	height: 36px;
	overflow: hidden;
}

.card .price {
	font-size: 15px;
	font-weight: 500;
}

.card a {
	padding: 3px;
	position: relative;
}

.card a .free-shipping {
	position: absolute;
	bottom: 2px;
	right: 0;
	font-size: 10px;
	z-index: 2;
	font-family: Arial;
	left: 0;
	width: 100px;
	text-align: center;
	margin: 0 auto;
	background: #63656c;
	color: #fff;
}

.card .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem 0.3rem;
	text-align: center;
}

.card:hover .price {
	color: orange;
}

.card a:hover {
	box-shadow: 0 0px 2px rgba(20, 20, 20, 0.5) inset;
}

.card:hover .price small {
	color: #000;
	opacity: .7;
}

.card .price small {
	font-size: 12px;
	font-weight: 500;
	opacity: .7;
	text-decoration: line-through;
}

.selected-category .slick-prev,
.selected-category .slick-next,
.custom-category .slick-prev,
.custom-category .slick-next,
.hot-deals .slick-prev,
.hot-deals .slick-next {
	top: -40px;
	margin-top: 0;
	width: 40px;
	height: 30px;
}

.selected-category .slick-prev:before,
.selected-category .slick-next:before,
.custom-category .slick-prev:before,
.custom-category .slick-next:before,
.hot-deals .slick-prev:before,
.hot-deals .slick-next:before {
	color: #333;
	font-size: 26px;
}

.custom-category .slick-next,
.hot-deals .slick-next,
.selected-category .slick-next {
	right: 5px;
}

.custom-category .slick-prev,
.hot-deals .slick-prev,
.selected-category .slick-prev {
	right: 50px!important;
	left: unset;
}

.nav-pills .nav-link {
	border-radius: .25rem;
	color: #000;
	font-size: 13px;
	text-transform: none;
	font-weight: 600;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #f7931d;
	background-color: transparent;
}

.nav-tabs .nav-link {
	background: #4c76a9;
	color: #fff;
	border-radius: 0; 
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 25px;
}

/* PRODUCT DETAILS */

#product-detail .product-gallery .slider-for img {
	max-height: 420px;
	width: auto;
	margin: auto;
}

#product-detail .product-gallery .slider-for {
	border: 1px solid #eee;
}

#product-detail .slider-for .slick-prev,
#product-detail .slider-for .slick-next {
	background: transparent;
	height: 27px;
	width: 27px;
	z-index: 1;
}

#product-detail .slider-for .slick-prev {
	left: 0;
}

#product-detail .slider-for .slick-next {
	right: 0;
}

#product-detail .slider-for .slick-prev:before,
#product-detail .slider-for .slick-next:before {
	color: #444;
	font-size: 30px;
}

#product-detail .product-gallery {
	text-align: center;
}

#product-detail .product-info h1 {
	font-size: 20px;
	font-weight: 600;
}

.price-box {
	display: inline-block;
	line-height: 22px;
}

.price-box .price {
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
}

.price-box .old-price {
	display: block;
	font-size: 18px;
	opacity: 0.6;
	text-decoration: line-through;
}

#product-detail .slider-nav .slick-slide {
	width: 158px;
	height: 110px;
	display: inline-block;
	padding: 20px;
}

#product-detail .slider-nav .slick-slide figure {
	width: 130px;
	height: 90px;
	border: 1px solid #eee;
	padding: 5px;
	text-align: center;
}

#product-detail .slider-nav .slick-slide figure img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.product-specs li {
	padding: 5px;
	display: grid;
	grid-template-columns: 150px 70%;
}

.product-specs li span,
.card-specs ul li span {
	font-weight: 600;
}

.product-specs li:nth-child(even) {
	background: #fff
}

.product-specs li:nth-child(odd) {
	background: #eee
}

.card-comparison {
	display: inline-block;
	border: 1px solid #eee;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.card-specs ul li {
	padding: 5px;
	display: grid;
	grid-template-columns: 150px auto;
}

.card-specs button {
	float: right;
}

.card-specs ul li:nth-child(even) {
	background: #fff
}

.card-specs ul li:nth-child(odd) {
	background: #eee
}


/* FOOTER */

footer {
	font-size: 13px;
}
.footer-grid {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:25px;
}
.footer-share-app {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:25px;
}
footer a {
	color: #000;
	font-size: 13px;
}

footer .social-media {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
footer .social-media li {
	display: inline-flex;
	justify-content:flex-start;
	align-items:center;
	margin-right: 5px;
}

.footer-menu .h6 {
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom:0px!important;
	padding: 8px 0!important;
}

.footer-menu ul li {
	padding: 6px 0;
}

.footer-menu ul li a {
	font-size: 13px;
	color: #000;
}

.product-grid {
	text-align: center;
	transition: all 0.3s ease;
	background: #fff;
	margin: 5px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	position:relative;
}

.product-grid a {
	color: #000;
	text-decoration: none;
}

.product-grid:hover {
	 
	 z-index:99;
}

.product-grid .product-image {
	position: relative;
	overflow: hidden;
	padding: 30px;
}

.product-grid .product-image .image {
	display: block;
}

 

.product-image .pic-1 {
	backface-visibility: hidden;
	transition: all .4s ease 0s;
}

.product-grid .product-image:hover .pic-1 {
	opacity: 0;
}

.product-image .pic-2 {
	backface-visibility: hidden;
	opacity: 0;
	transform: scale(0.95);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	transition: all .4s ease 0s;
}

.product-grid .product-image:hover .pic-2 {
	opacity: 1;
	transform: scale(1);
}

.product-grid .product-new-label {
	color: #fff;
	background-color: #0abde3;
	font-size: 11px;
	text-align: center;
	line-height: 32px;
	padding: 0 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.product-grid .product-free-shipping-label {
	color: #fff;
	background-color: #439E4A;
	font-size: 11px;
	text-align: center;
	padding: 0 5px;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.product-grid .product-like-icon {
	color: #555;
	background-color: #e7e7e7;
	font-size: 18px;
	line-height: 29px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	opacity: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	transition: all 0.3s ease;
	padding-top: 0px;
}
.product-grid .liked a {
  border: 1px solid green !important;
  color: green !important;
}

.product-grid .liked {
  border: 0!important;
}
.product-grid .product-like a{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 100%;
	color:#ddd;
	border: 1px solid #DCDCDC;
}
.product-grid:hover .product-like-icon {
	opacity: 1;
}

.product-grid .product-like-icon:hover {
	color: #00D1B7;
}

.product-grid .product-content {
	padding: 15px 15px 0;
	position: relative;
	z-index: auto;
	transition: all 0.3s ease;
}

.product-grid:hover .product-content {
	z-index: 10;
}

.product-grid .category {
	font-size: 12px;
	margin: 0 0 7px;
	display: block;
}

.product-grid .title {
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 8px;
	max-height: 46px;
	overflow: hidden;
	height: 46px;
}

.product-grid .price {
	color: #fb560d;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px;
}

.product-grid .price small {
	text-decoration: line-through;
}

.product-grid .seller-rating-section {
	background-color: #fff;
	width: 100%;
	padding: 8px 8px 15px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 100%;
	transition: all 0.1s ease;
	border: 1px solid #efefef;
	border-top: 0;
}

.product-grid:hover .seller-rating-section {
	opacity: 1;
}

.btn-filter,
.btn-close {
	display: none;
}

.dropdown-mobile {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:1366px) {
	.product-grid .product-image {
		padding: 1px;
	}
}


/* Global Medai queries */

@media screen and (max-width:1280px) {
	.list-of-grid-2 {
		grid-template-columns: repeat(2, auto);
	}
	.list-of-grid-3 {
		grid-template-columns: repeat(2, auto);
	}
	.list-of-grid-4 {
		grid-template-columns: repeat(3, auto);
	}
	.list-of-grid-5 {
		grid-template-columns: repeat(4, auto);
	}
	.list-of-grid-6 {
		grid-template-columns: repeat(5, auto);
	}
	.list-of-grid-7 {
		grid-template-columns: repeat(5, auto);
	}
	.product-grid .product-image {
		padding: 5px;
	}
}

@media screen and (max-width:1024px) {
	 
	.list-of-grid-5 {
		grid-template-columns: repeat(3, auto);
	}
}

@media screen and (max-width:991px) {
	.product-grid .price {
		font-size: 13px;
	}
	.product-grid .price small {
		font-size: 10px;
	}
	.list-of-grid-6 {
		grid-template-columns: repeat(4, auto);
	}
	.list-of-grid-4 {
		grid-template-columns: repeat(2, auto);
	}
}

@media screen and (max-width:767px) {
	section h2 {
		padding-left:5px;
	}
	.product-grid { 
		margin-bottom: 30px; 
	}
	.dropdown-menu.show {
		transform: translate3d(-54px, 45px, 0px)!important;
	}
	/* Category Filter Window */
	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-share-app {
		grid-template-columns: repeat(1, 1fr);
	}
	.category-list {
		padding-top: 15px!important;
	}
	.btn-filter {
		display: block;
	}
	.go-popup {
		position: fixed;
		z-index: 9999;
		top: 0%;
		background: #fff;
		left:0%;
		margin-top: 0!important;
		right:0%;
		overflow-x: hidden;
		overflow-y: auto;
		height: 100%;
		padding-bottom: 30px!important;
		display: block;
	}
	.go-popup .btn-close {
		position: fixed;
		top: 8px;
		right: 17px;
		border: 0;
		font-size: 25px;
		background: transparent;
	}
	.btn-close:hover .fa-times {
		transform: rotate(180deg);
		transition: .5s;
	}
	button.btn-filter {
		background: #f8f9fa;
		border: 0;
		padding: 10px 15px;
		font-weight: 600;
		border-right: 1px solid #ddd;
	}
	.grid-category {
		grid-template-columns: auto!important;
	}
	.btn-login i,
	.btn-basket-count i {
		font-size: 16px;
	}
	.quantity .num-in {
		width: auto;
	}
	.btn-add-basket {
		width: 80%;
	}
	.buynow-box {
		position: fixed;
		bottom: 0;
		z-index: 99999;
		background: #f8f9fa;
		width: 100%;
		left: 0;
		padding: 0 5px 5px 5px;
		border-top: 1px solid #eeeeee;
	}
	.buynow-box.justify-content-start {
		justify-content: space-between!important;
	}
	#product-detail .product-info h1 {
		display: none;
	}
	.breadcrumb-item.active {
		max-width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.list-of-grid-6 {
		grid-template-columns: repeat(3, auto);
	}
	.container-lg h3 {
		font-size: 18px;
	}
	.selected-category .slick-prev,
	.selected-category .slick-next,
	.custom-category .slick-prev,
	.custom-category .slick-next,
	.hot-deals .slick-prev,
	.hot-deals .slick-next {
		zoom: 0.75;
	}
	.btn-login i,
	.btn-basket-count i {
		margin-top: 0!important;
		margin-right: 0!important;
	}
	.btn-login span,
	.btn-basket span {
		display: none!important;
	}
}

@media screen and (max-width:580px) {
	.main-banner {
		height: 300px;
	}
	.list-of-grid-5 {
		grid-template-columns: repeat(2, auto);
	}
	.other-seller-row {
		text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
	}
	.other-seller-row span {
		margin-bottom: 10px;
		display: block;
	}
	.other-seller-row span p{
		margin-bottom: 0px; 
	}
	.brand-wrap img {
		width: 110px;
		margin-top: 5px;
	}
	.list-of-grid-6 {
		grid-template-columns: repeat(2, auto);
	}
	.list-of-grid-4 {
		grid-template-columns: repeat(2, auto);
	}
	.product-grid .product-image img {
    height: 115px;
}
}

@media screen and (max-width:480px) {
	.selected-category .slick-prev,
	.selected-category .slick-next,
	.custom-category .slick-prev,
	.custom-category .slick-next,
	.hot-deals .slick-prev,
	.hot-deals .slick-next {
		display: none!important;
	}
	.slick-slide.img-lg img {
		display: block!important;
		width: 100%!important;
		height: auto!important;
	}
	.product-specs li {
		padding: 5px;
		display: grid;
		grid-template-columns: auto;
	}
	input.radio-box+label {
		width: auto;
	}
	input.radio-box+label img {
		width: 20px;
	}
	.product-grid .price {
		font-size: 12px;
	}
	.product-grid .price small {
		font-size: 9px;
	}
	.slick-list {
		padding-bottom: 0!important;
	}
	.footer-grid {
		grid-template-columns: repeat(1, 1fr);

	}
}

@media screen and (max-width:380px) {
	.breadcrumb-item:nth-child(2) {
		display: none;
	}
	.brand-wrap img {
		width: 60px;
		margin-top: 15px;
	}
	.breadcrumb-item.active {
		max-width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}
}
/** --------------------
    MEDIAQUERIES
-------------------- **/

@media screen and (max-width: 1000px) {
	.menu .container-nav-links {
		padding: 0 10px;
	}
	.menu .case {
		width: 100%;
	}
}

@media screen and (max-width: 2800px) {
	.menu .case {
		width: 90%;
	}
	.menu .container-menu-buttons {
		display: flex;
	}
	.menu .container-nav-links {
		padding: 20px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		position: fixed;
		left: 0;
		background: #00306a;
		height: 100vh;
		width: 300px;
		z-index: 2000;
		transition: .3s ease all;
		transform: translate(-100%);
	}
	.menu .container-nav-links.active {
		transform: translate(0%);
	}
	.menu .btn-departments {
		width: 100%;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}
	.menu .btn-departments i {
		position: static;
		margin-left: 20px;
		transform: rotate(-90deg);
	}
	.menu .links {
		width: 100%;
	}
	.menu .links a {
		display: block;
		margin: 10px 0;
		padding: 10px;
	}
	.grid {
		display: grid;
		transition: .3s ease all;
		transform: translateX(-100%);
		z-index: 3000;
		width: 300px;
		position: fixed;
		left: 0;
		height: 100vh;
		grid-template-areas: "categories categories categories categories";
	}
	.grid.active {
		transform: translateX(0);
	}
	.grid::before {
		display: none;
	}
	.grid .btn-back {
		display: inline-block;
	}
	.grid .categories .subtitle {
		display: block;
	}
	.grid .container-subcategories {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		transform: translateX(-100%);
		transition: .3 ease all;
		overflow: auto;
	}
	.grid .container-subcategories.active {
		transform: translateX(0);
	}
	.grid .container-subcategories .subcategory {
		grid-template-columns: 1fr;
	}
	.grid .container-subcategories .subcategory-banner {
		width: 100%;
	}
	.grid .container-subcategories .subcategory-links {
		min-height: 100vh;
		overflow: auto;
	}
	.grid .container-subcategories .subcategory-gallery a {
		width: 25%;
		height: 100%;
	}
}

.header-grid {
	column-count: 3;
	display: grid;
	grid-template-columns: 250px auto 420px;
	padding: 0 10px;
}

.header-grid .right-side {
	margin: 0 10px;
}

@media (max-width:1024px) {
	.header-grid {
		grid-template-columns: auto auto;
	}
	.grid-item:nth-child(1) {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}
	.grid-item:nth-child(2) {
		grid-row: 2 / 3;
		grid-column: 1 / 3;
		margin-top: 5px;
	}
	.grid-item:nth-child(3) {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}
	.header-grid .right-side {
		margin: 0;
	}
}
.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 400px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		-o-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}


	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}

	.modal.right.fade .modal-dialog {
		right: 0px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #f1efef;
	}
.gird-box {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  padding: 10px 0;
  background: #F4F7F8;
  margin-bottom: 10px;
  border-radius: 5px;
  }
 
  .gird-box .image {
    width: 93px;
    grid-column: 1 / span 1;
    position:relative;
    background: #fff;
    margin-left: 10px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
.gird-box .image img{
	  width: 100px;
	  /*! height: 80px; */
	
  }
  .gird-box .image span {
   position: absolute;
   top: -5px;
   right: -7px;
   background: #be5532;
   border-radius: 50%;
   color: #fff;
   width: 20px;
   text-align: center;
   font-size: 14px;
   height: 21px;
   cursor:pointer;
   padding-top: 0px;
   line-height: 22px;
  }
 .gird-box .text {
    font-weight: 600;
    padding: 0 17px;
    font-size: 14px;
    color: #554D47;
    margin-top: 16px;
}
.cart-total {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
  padding:5px 0;
  border-bottom: 1px solid #f1efef!important;
  margin-bottom:10px;
  font-weight:600;
 }
  .cart-total .title {
    grid-column: 1 / span 1;
  }
  .cart-total .count {
	text-align:right;
	padding-right:10%;
  }
  h4#myModalLabel2 {
    font-size: 16px;
    margin-top: 4px;
}
.gird-box .text h6 {
    font-size: 15px;
    color: #232323!important;
}
.btn-custom {
    border-radius: 0px!important;
    font-size: 16px;
    border: 0px;
}
i.fas.fa-times {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #949494;
    line-height: 28px;
    color: #848484!important;
    opacity: 0.9;
}
.btn-buy  {
	font-size:14px;
	font-weight:500;
	border:1px solid #67C177;
	border-radius:0px;
	background: #67C177;
	color:#fff;
	padding: 10px 28px!important;
}
.btn-buy:hover  {
	background:#fff;
	color: #67C177;
	border: 1px solid #67C177;
}
.btn-cart  {
	font-size:14px;
	font-weight:500;
	border:1px solid #D83E3D;
	border-radius:0px;
	background: #D83E3D;
	color:#fff;
	padding: 10px 28px!important;
}
.btn-cart:hover  {
	background:#fff;
	color: #D83E3D;
	border: 1px solid #D83E3D;
}
.liked {
    border: 1px solid #40ad40;
    color: #40ad40;
}
.liked i {
	color: green;
}
.pro-deail {
	float: left;
}

.pro-deail a img{
	width: 35%;
	float: left;
}
.w-15 {
	width:15%!important;
}
.pro-deail  .title, .pro-deail  .price  {
	width: 70%;
	margin-left: 10px;
	float: left;
	font-size: 14px;
	color: #000;
}
 .pro-deail .price {
	 color: var(--color-yellow);
	 font-size: 18px;
}
 
.table-bordered td, .table-bordered th {
    font-size: 12px!important;
    font-weight: 500!important;
}
.xsearchresult {
    width: 100%;
    z-index: 99999;
    float: left;
    position: absolute;
    text-align: left;
    top: 46px;
    /*! margin-top: 10px; */
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
}

.searchin tr{
	cursor:pointer;
}
.searchin {
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 1px solid #e4e3e3;
    border-left: 1px solid #e4e3e3;
    border-right: 1px solid #e4e3e3;
    padding: 5px;
}
.cat-right-top {
    border: 2px solid #f2f2f2;
    margin-bottom: 10px;
    padding: 3px 15px;
    overflow: hidden;
}
.screening {
    float: left;
    font-size: 12px;
    font-weight: 600;
    color: #6d6c6c;
    line-height: 38px;
    padding-right: 8px;
}



@media (max-width: 568px) {
	.xsearchresult {
		width:  100% !important;
		z-index: 99999;
		float: left;
		position: absolute;
		text-align: left;
		top: 46px;
		margin-top: 0px;
		padding: 0;
		left: 0;
	}
	.mobil-searchresult {
		border-bottom: 1px solid #ddd;
		padding: 10px;
		width: calc(100% + 10px);
		overflow: hidden;
		margin-left: -5px;
		min-height: 20px;
		padding-right: 10px;
	}
	.mobil-searchresult a {
		width: calc(100% - 15px);
		float: left;
		padding-right: 10px;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
}
.nav-tabs .nav-link {
	color:#fff!important;
}
.badge {
  display: inline-block;
  padding: 0.325em 0.425em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2em;
}
.badge-success {
  background-color: #40ad40!important;
  --tor-bg-lightness: 1;
  --tor-bg-opacity: 1;
}