/*
Irfan Akram
Project: LMG
*/

/*.main-banner-grid:not(:last-child) {
	margin-bottom: 0.25rem;	
} */
:root {
	--border-primary-color: #028854;
	--bg-primary-color: #028854;
	--text-primary-color: #000;
	--text-hover-color: #028854;
	--text-price-color: #028854;
	--text-sale-price-color: #ccc;
	--brand-border-color: #028854;
	--bg-hover-pink-color: #028854;
	--bg-white: #FFFFFF;
	--text-black: #000000;
	--best-selling-border-left: #e7e5e5;
}
a:hover {
	color: var(--text-hover-color) !important;	
}
.p-20px {
	padding: 20px;	
}
.pl-20px {
	padding-left: 20px;
}
.pr-20px {
	padding-right: 20px;
}
.pt-20px {
	padding-top: 20px;
}
.pb-20px {
	padding-bottom: 20px;
}
.text-md {
	font-size: 3rem !important;	
}
.text-xs {
    font-size: 0.75em !important;
}
.text-hover:hover {
	color: var(--text-hover-color)!important;	
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    max-height: 587px;
    overflow: hidden;
}
.bg-img-banner {
    background-image: url(/public/assets/banners/bg-countdown.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1em 1em 2em;
}
.flash-deals-wrapper {
	padding: 0;
	background: transparent;
}
.countdown-background {
    padding: 10px !important;
}
.flash-deals-wrapper .product-single-hover{
	background-color: #ffffff !important;
	border-radius: 0;
}
.product-single-hover .quick-view,
.product-single-hover .inline_product img,
.product-single-hover .inline_product {
	border-radius: 0;
}
.product-single-hover .inline_product {
	border-radius: 0;
	border: 0;
}
.product-single-hover .inline_product img {
	height: auto;	
}
.product-single-hover .single-product-details {
	padding: 15px;	
}
.product-single-hover .single-product-details a {
	color: #000;
	min-height: 40px;
}
.line-clamp {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;  
  overflow: hidden !important;
}
.feature-product .product-single-hover .inline_product {
	overflow: hidden;	
}
/*.feature-product .product-single-hover .inline_product img {
	max-height: 300px;
	min-height: 300px;
} */
.feature-product {
    padding: 15px 15px 25px;
}
.product-single-hover {
	border-radius: 0;
	border: 1px solid #ccc;
}
.product-single-hover:hover {
	border-color: var(--border-primary-color);
}
.brands-slider .__brand-item {
	display: flex;
	align-items: center;
    justify-content: center;
	overflow: hidden;
	border-color: transparent;
}
.brands-slider .__brand-item img {
    aspect-ratio: auto;
    -o-object-fit: unset;
    object-fit: unset;
}
.product-single-hover.style--card .inline_product img {
    border-radius: 0;
}
.brand-list-img {
   /* width: 210px;
    height: 210px; */
	background-color: var(--bg-white);
    border: 1px solid var(--brand-border-color);
}
.__brand-item:hover img {
    transform: scale(1);
}
.__featured-deal-wrap {
	background-color: var(--bg-white)!important;	
}
.__inline-61 .feature-product-title {
	text-align: left;	
}
.navbar-light .navbar-tool-icon-box.bg-secondary {
	border: 1px solid #028854;	
}
.navbar-tool-icon-box {
	line-height: 3.025rem;	
}
.wishlist-b {
    border-color: #ff0000 !important;
}
.user-b {
    border-color: #028854 !important;
}
.cart-b {
    border-color: #009739 !important;
}
.fa-heart.navbar-tool-icon, .navbar-light .navbar-tool-icon-box svg.fa-heart.navbar-tool-icon path {
    color: #FF0000 !important;
    fill: #FF0000 !important;
}
.fa-cart-shopping.navbar-tool-icon, .navbar-light .navbar-tool-icon-box svg.fa-cart-shopping.navbar-tool-icon path {
    color: #009739 !important;
    fill: #009739 !important;
}
.navbar-light .navbar-tool-icon-box svg path {
    fill: #028854 !important;
}
.navbar-tool .navbar-tool-label {
	color: var(--text-primary-color) !important;	
}
.text-18px {
    font-size: 18px;
}
.footer-heading-before {
    position: relative;
}
.footer-heading-before:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #028854;
}
.footer-menu-list {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.footer-link-item .footer-item-link {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 6px 0;
}
.text-14px {
    font-size: 14px;
}
.page-footer .form-control {
    border-radius: 5px;
    padding-right: 50px !important;
    background-color: #f9f9f9 !important;
    border-color: #efefef !important;
    color: var(--text-primary-color);
    height: 55px;
}
.page-footer .subscribe-button {
	background-color: var(--bg-primary-color) !important;
}
.page-footer .subscribe-button:hover {
	background-color: var(--bg-hover-pink-color) !important;
	color: var(--text-white);
}
.__cate-side-arrordion .menu--caret-accordion:last-child .card-header {
    border-color: transparent !important;
}
.text-xs-10 {
	font-size: 12px !important;	
}
.__cate-item .__img {
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}
.__cate-item .__img img {
	aspect-ratio: 1;	
}
.category-wise-product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1000;
    width: 45px;
    height: 35px;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    background-color: #f9f9f9 !important;
    border: 0;
	transform: translateY(-50%);
}
.category-wise-product-slider .slick-prev {
    left: 0;
}
.category-wise-product-slider .slick-next {
    right: 0;
}
.category-wise-product-slider .slick-arrow {
	display: none !important;	
}
.category-wise-product-slider:hover .slick-arrow {
	display: flex !important;	
}
.category-product-item .product-single-hover {
	border: 0;
}
.category-product-item:nth-child(odd) {
	border-right: 1px solid #e7e7ef;
}
.category-product-item:nth-child(even) {
	border-right: 1px solid #fff;
}
/* .category-product-item:last-child {
	border-top: 1px solid #e7e7ef;	
} */
.category-product-view-title {
	margin-left: 0 !important;	
}
.product-by-brand-promotion .product-single-hover {
    border-radius: 0;
    border: 0px solid #ccc;
	box-shadow: none !important;
}
.product-by-brand-promotion .product-single-hover:first-child {
    border-right: 1px solid #f9f9f9;
}
.product-by-brand-promotion .slick-slide > div {
    box-shadow: 0px 8.1793107986px 16.3586215973px -2.4537930489px rgba(145, 158, 171, 0.05), 0px 0px 1.635862112px 0px rgba(145, 158, 171, 0.2);
	display: flex;
}
.heading {
	font-size: 22px;
	font-weight: 600;
}
.sub-heading {
	font-size: 16px;
	font-weight: 600;
}
.text-md {
    font-size: 2rem !important;
}
@media(min-width: 768px) {
	.list-group {
		flex-wrap: wrap;	
	}
	.list-group-item {
		flex: 0 0 calc((100% - 4em) / 3);
		margin: 0 0.5em 0.8em;
	}
}
@media(min-width: 992px) {
	.product-listing-content {
		display: flex;
	}
	.sidebar-right {
        max-width: 40%;
        width: 100%;
        flex: 40%;
    }
	.product-list {
		width: 75rem;
	}	
}
@media(min-width: 1050px) {
	.list-group {
		flex-wrap: nowrap;	
	}
	.list-group-item {
		flex: 0 0 calc((100% - 4em) / 5);
		margin: 0 0.5em;
	}
}

@media(min-width: 1200px) {
	/*.feature-product .product-single-hover .inline_product img {
		max-height: 300px;
		min-height: 300px;
	} */
	.best-selling-border-left {
		border-left: 1px solid var(--best-selling-border-left);	
	}
	.best-selling-border-left:first-child {
		border-left: 1px solid transparent;	
	}
	.best-selling-border-left:nth-of-type(4n+4) {
		border-left: 1px solid transparent;	
	}
	.__best-selling {
		transition: all 0.4s ease-in-out;	
	}
	.__best-selling:hover {
		box-shadow: 0 0 20px -8px rgba(0,0,0, 0.65);	
	}
	.product-listing-content {
		display: flex;
	}
	.sidebar-right {
		max-width: 22rem;
		flex: 22rem;
	}
	.product-list {
		width: 75rem;
	}
}
.bottom-sticky .btn-secondary{
	   color: black !important;
}
/* --------------------- Min Width ended ------------------------*/

.category-top-sellers .seller-list-title h5{
		padding-left: 0px !important;
	}
@media(max-width: 1380px){
	/*.product-single-hover.style--card .inline_product img {
		height: 200px;
	}*/
	.category-top-sellers .seller-list-title h5{
		padding-left: 0px !important;
	}
}
@media(max-width: 1024px) {
	.navbar-expand-md .navbar-nav .nav-link {
		font-size: 0.9rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100%;	
	}
}
@media (max-width: 1199px) {
	#cart-summary .table-responsive .card.__card.cart_information.__cart-table{
	    min-width: 830px;
	}
}
@media(max-width: 991px) {
	/*.product-single-hover.style--card .inline_product img {
		height: 250px;
	}*/
	.navbar-expand-md .navbar-nav .nav-link {
		padding-top: 0.9rem;
		padding-right: 0.425rem !important;
		padding-left: 0.425rem !important;
	}
	.seller-card {
		padding-top: 20px;
	}
	.container {
    	max-width: 100%;
	}
	.product-listing-content {
		display: block;
	}
	.sidebar-right {
		display: none;	
	}
	.sidebar-right.show {
		display: block;	
	}
}
@media(max-width: 991px) and (min-width: 768px) {
	.border-md-white {
		border-color: #FFF !important;
	}
	/*.product-single-hover.style--category .inline_product img {
		max-height: 450px;
		height: 450px;
	}*/
}
@media (max-width: 767px) {
	.deal_of_the_day {
		height: auto !important;
		padding-bottom: 20px;
	}
	.product-single-hover.style--card .inline_product img,
	.product-single-hover.style--category .inline_product img{
		height: auto !important;
	}
	
	/*.feature-product .product-single-hover .inline_product img {
		max-height: 300px;
		min-height: 100%;
	} */
	.product-single-hover .single-product-details {
		min-height: 100%;	
	}
	.navbar-nav.align-items-center {
		-ms-flex-align: start !important;
		align-items: start !important;
	}
	.navbar-collapse .navbar-nav .nav-item {
		width: 100%;
	}
	/*.brand-list-img {
		width: 175px;
		height: 175px;
	}*/
	.__featured-deal-wrap {
		overflow: hidden;	
	}
	.featured_deal {
		background: var(--text-white);
		overflow: hidden;
	}
	/*.product-single-hover .single-product-details a {
		min-height: auto;	
	} */
	.text-xs-10 {
		font-size: 11px !important;	
	}
	.product-single-hover {
		height: 100%;	
	}
	.container {
		max-width: 100%;	
	}
}
@media(max-width: 767px) and (min-width: 567px) {
	.border-sm-white {
		border-color: #FFF !important;
	}
	.product-single-hover {
		box-shadow: none;	
	}
}
@media(max-width: 768px){
.__chat-seller .inbox_chat {
    height: auto;
	max-height: 355px;
}
	.category-top-sellers .categories-title{
	     margin-left: 10px !important;
	}
	.category-top-sellers .categories-title h5,
	.category-top-sellers .seller-list-title h5{
		padding-left: 0px !important;
	}
	.categories-section-home .d-flex.__gap-6px.flex-between.px-4 {
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}
	.card .card-body .navbar-nav .dropdown .dropdown-menu.__dropdown-menu-3.__min-w-165px.show,
	.loyalty-card .navbar-nav .dropdown .dropdown-menu.__dropdown-menu-3.__min-w-165px.show{
	    left: auto !important;
		right: 0px !important;
		transform: translate3d(0px, 35px, 0px) !important;
	}
	h3, .h3 {
    	font-size: 1.3rem;
	}
	.text-md {
		font-size: 2rem !important;
	}
}
@media(max-width:680px) {
	.brand-list-img {
		width: unset;
		height: unset;
	}	
}
@media(max-width: 567px) {
	.border-xs-white {
		border-color: #FFF !important;
	}
	.border-left:not(:last-child) {
		border-bottom: 1px solid #e3e9ef !important;
		border-left: 0 !important;
		padding-bottom: 1rem;
	}
}

@media(max-width: 560px) {
	.product-link-title {
		font-size: 0.85em;	
	}
}
@media(max-width: 534px) {
	#featured_products_list {
		max-width: 100%;
		margin: 0 auto;
	}	
}
@media(max-width: 430px) {
	.__text-22px,
	.__inline-61 .feature-product-title,
	.seller-list-title .font-bold,
	.categories-title .font-bold{
		font-size: 1rem;
	}
}
@media(max-width: 425px) {
	.brands-slider {
		padding-top: 2rem !important;	
	}
	.flash-product-price, .text-accent {
		font-size: 11px !important;
	}
	.product-single-hover .single-product-details {
		padding: 8px;
	}
	.product-single-hover .single-product-details a {
		font-size: 0.75rem;	
	}
	.text-xs-10 {
		font-size: 10px !important;	
	}
	.product-single-hover.style--category .inline_product img {
		max-height: 325px;
		height: 325px;
	}
	
	.page-heading {
		font-size: 25px;
		font-weight: bold;
	}
	.breadcurmb-heading {
		font-size: 1.6rem !important;	
	}
	.owl-nav {
		display: none !important;	
	}
	.checkout_details .card h4.text-nowrap{
		font-size: 1.25rem !important;
	}
	.iframe-full-height-wrap div p:not(:last-child){
		font-size: 13px;
	}
	.__card .card-body p,
	.__card .card-body ul{
		font-size: 14px;
	}
	.__card .card-body p a{
		display:block;
	}
	.fs-13 {
		font-size: 14px;
	}
	#accordion button.btn.btn-link.collapsed.px-1,
	#accordion button.btn.btn-link.px-1{
		white-space: normal !important;
	}
	#accordion .col-12.align-items-center{
		display: flex;
	}
	h3, .h3 {
    	font-size: 1rem !important;
	}
	.heading {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 1rem;
	}
}	
@media(max-width: 375px) {
	.__inline-61 .feature-product-title {
		font-size: 17px;
	}
	.page-footer .row .mb-4 {
    margin-bottom: 0.75rem !important;
	}
	.page-footer .store-contents {
        margin-bottom: 0px;
    }
	.checkout_details .card h4.text-nowrap{
		font-size: 1.25rem !important;
	}
	.checkout_details .card p{
		font-size: 14px !important;
	}
	.checkout_details .card a.text-nowrap{
		margin-bottom: 0.5rem !important;
	}
	.card .card-body .navbar-nav .dropdown .dropdown-menu.__dropdown-menu-3.__min-w-165px.show,
	.loyalty-card .navbar-nav .dropdown .dropdown-menu.__dropdown-menu-3.__min-w-165px.show{
	    left: 0px !important;
		right: 0px !important;
		transform: translate3d(7px, 35px, 0px) !important;
	}
}
@media (max-width: 374px) {
	.cart_information .d-flex.justify-content-between {
		flex-direction: column;
		align-items: center;
	}
	.cart_information .qty.flex-column {
		-ms-flex-direction: column !important;
		flex-direction: row !important;
	}
}
@media (max-width: 320px) {
	.product-single-hover.style--card .inline_product img {
		height: 120px;
	}
	.page-footer .store-contents img {
		max-width: 130px;
	}
	.card.__card .card-body table {
		margin-left: -15px;
	}
	.card .card-body .navbar-nav .dropdown .dropdown-menu.__dropdown-menu-3.__min-w-165px.show,
	.loyalty-card .navbar-nav .dropdown .dropdown-menu.__dropdown-menu-3.__min-w-165px.show{
		transform: translate3d(0px, 35px, 0px) !important;
	}
	
}
.flash_deal_product:hover .flash-product-title {
    color: var(--text-hover-color) !important;
}
.footer-heder {
    color: #000000;
}
