body {
	background-color: rgba(255, 255, 255, 1) /*{body|background-color}*/;
	background-image: none /*{body|background-image}*/;
	font-size: 14px /*{body|body-font-size}*/;
	color: #222222 /*{body|text-colour}*/;
}
a, a:hover, a:active, .btn-link, .btn-link:hover{
	color: #333333 /*{body|link-colour}*/
}
.wrapper-header {
	background-color: rgba(255, 255, 255, 1) /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}
.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active {
  color: #1f1f1f /*{header|link-colour}*/
}
.wrapper-header .btn-default {
	background-color: #efefef /*{header|button-colour}*/;
	border-color: #efefef /*{header|button-colour}*/;
	color: #333333 /*{header|button-text-colour}*/;
}
.header-search .ajax_search {
	border-color: #efefef /*{header|button-colour}*/;
	box-shadow: none;
	border-width: 2px;
}
.navbar.navbar-default {
	background-color: #002324 /*{header|menu-background-colour}*/;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a, .navigation-list li a,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff /*{header|menu-colour}*/;
}
@media (max-width: 767.98px){
	.navbar-nav .dropdown-menu .dropdown-item{
		color: #ffffff /*{header|menu-colour}*/
	}
}
a#cartcontentsheader {
	padding: 13px 17px;
	background-color: #5d7c81 /*{header|Cart-icon-background-colour}*/;
	color: #ffffff /*{header|Cart-icon-text-colour}*/;
	border: none;
}
.wrapper-footer {
	background-color: #002324 /*{footer|background-color}*/;
	color: #ffffff /*{footer|text-colour}*/;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: #ffffff /*{footer|link-colour}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{buttons|btn-default-text-colour}*/;
	background-color: #ffffff /*{buttons|btn-default-bg-colour}*/;
	border-color: #cccccc /*{buttons|btn-default-border-colour}*/;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333 /*{buttons|btn-default-text-colour-hover}*/;
	background-color: #e6e6e6 /*{buttons|btn-default-bg-colour-hover}*/;
	border-color: #adadad /*{buttons|btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary[disabled].active,
fieldset[disabled] .btn-outline-secondary.active,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active {
	background-color: #ffffff /*{buttons|btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{buttons|btn-default-disabled-border-colour}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{buttons|btn-primary-text-colour}*/;
	background-color: #002324 /*{buttons|btn-primary-bg-colour}*/;
	border-color: #002324 /*{buttons|btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{buttons|btn-primary-text-colour-hover}*/;
	background-color: #002324 /*{buttons|btn-primary-bg-colour-hover}*/;
	border-color: #002324 /*{buttons|btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active {
	background-color: #002324 /*{buttons|btn-primary-disabled-bg-colour}*/;
	border-color: #002324 /*{buttons|btn-primary-disabled-border-colour}*/;
}
/* Success Button */
.btn-success {
	color: #ffffff /*{buttons|btn-success-text-colour}*/;
	background-color: #5d7c81 /*{buttons|btn-success-bg-colour}*/;
	border-color: #5d7c81 /*{buttons|btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #ffffff /*{buttons|btn-success-text-colour-hover}*/;
	background-color: #5d7c81 /*{buttons|btn-success-bg-colour-hover}*/;
	border-color: #5d7c81 /*{buttons|btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active, .btn-success:not(:disabled):not(.disabled):active {
	background-color: #5d7c81 /*{buttons|btn-success-disabled-bg-colour}*/;
	border-color: #5d7c81 /*{buttons|btn-success-disabled-border-colour}*/;
}
/*CSS 21 MAR 2025 START*/
.wrapper-footer .container {
    max-width: 1545px;
}

footer.wrapper-footer {
    background: #333333;
    padding-top: 66px;
	    padding-left: 15px;
    padding-right: 15px;
}
.footer-top-section span.footer-logo img {
    width: 100%;
}
.foot3 form input[type="email"] {
    background: #D9D9D9;
    border-radius: 60px !important;
    min-height: 64px;
    padding: 0px 25px;
    color: #000;
    width: 100%;
}
.foot3 form {
    margin-top: 35px;
}
.foot3 form .checkbox {
    margin-top: 20px;
}
.Information h4 {
    display: none;
}
.wrapper-footer p.small strong {
    font-weight: 300;
}

.wrapper-footer p.small {
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    line-height: 29px;
}
.Information ul.nav.flex-column {
    text-align: center;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #3C3C3C;
    margin-top: 30px;
    padding-top: 40px;
}
.list-social i {
    font-size: 25px;
    color: #ffff;
    margin-right: 11px;
}
.Information ul.nav.flex-column li {
    display: inline-block;
    font-size: 15px;
}
.Information ul.nav.flex-column li a {
    padding: 0px 10px;
}
.foot3 form .checkbox  label {
    font-size: 14px;
}
.foot3 form .checkbox label input.terms_box {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.foot3 form input[type="submit"] {
    background: #628725;
    border: 0;
    width: 140px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 60px !important;
    position: absolute;
        right: -2px;
    bottom: 0;
    height: 100%;
}
.foot1 p {
    max-width: 483px;
    font-size: 16px;
    margin-top: 20px;
}
.footer-top-section .foot2 .Information {
    display: none;
}
.footer-top-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 31px;
}
.foot2 li.nav-item a {
    font-size: 16px;
}
.foot3 p {
    font-size: 16px;
    line-height: 28px;
}
.homepage-banner-section .carousel-caption {
    right: 0;
    bottom: auto;
    top: 50%;
    left: 0;
    text-align: left;
    transform: translateY(-50%);
    padding: 20px 44px;
    max-width: 710px;
    width: 100%;
    border: 0;
    background: transparent;
}
.homepage-banner-section .carousel-caption h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: urbanist;
}
.homepage-banner-section .carousel-caption p {
    font-size: 18px;
    line-height: 29px;
    font-family: urbanist;
    font-style: italic;
    letter-spacing: 1.5px;
    margin: 27px 0;
}
.homepage-banner-section .carousel-caption span.btn.btn-primary.btn-lg {
    font-size: 19px;
    line-height: 29px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: urbanist;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    min-width: 190px;
    background: transparent;
    border: 1px solid;
    border-radius: 5px;
}
.homepage-banner-section .carousel-caption p:nth-of-type(2) {
    margin-top: 43px;
}
.homepage-banner-section .carousel-indicators .active {
    background-color: #5D7C81;
}
.homepage-category-outer.container {
    max-width: 1860px;
    padding-top: 64px!important;
    padding-bottom: 50px!important;
}
.homepage-category-section .row {
    gap: 30px 0;
}
.homepage-category-outer .wrapper-category-image img {
    object-fit: cover;
    min-height: 510px;
}
.homepage-category-outer .category-thumbnail.text-center {
    padding: 0 10px;
}
.homepage-category-outer .category-text-cstm {
    position: absolute;
    bottom: 22px;
    width: 100%;
    text-align: left;
    padding: 0 21px;
}
.homepage-category-outer .category-text-cstm h3 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    font-family: urbanist;
}
.homepage-category-outer .category-text-cstm a.shop-button {
    font-size: 16px;
    line-height: 1.2;
    background: #D9D9D9;
    text-transform: uppercase;
    font-family: urbanist;
    min-width: 132px;
    display: inline-flex;
    min-height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-top: 20px;
}
.homepage-category-outer .wrapper-category-image {
    position: relative;
}
.homepage-category-outer .wrapper-category-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/assets/images/shadow.png);
    width: 100%;
   height: 188px;
    background-position: bottom;
    background-size: 100%;
	background-size:cover;
}
.category-featured-prds h2 {
    font-size: 36px;
    line-height: 1.2;
    font-family: urbanist;
    letter-spacing: 2px;
    margin-bottom: 35px!important;
    text-align: left;
}
.homepage-category-section{
	padding-bottom: 82px;
}
.category-featured-prds article {
    padding: 0 10px !important;
    max-width: 373px;
}
.category-featured-prds .pro-heading {
    margin: 0!important;
}
.article_outer_wrap {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 80px;
    margin-bottom: 65px;
}
.category-featured-prds .thumbnail.card-body .card-title {
    font-size: 21px;
    line-height: 28px;
    font-family: urbanist;
    letter-spacing: 1.3px;
    text-align: center;
    margin-bottom: 20px;
}
.category-featured-prds .thumbnail.card-body .price span {
    font-size: 20px;
    line-height: 28px;
    font-family: urbanist;
    letter-spacing: 1.3px;
    text-align: center;
    display: block;
}
.category-featured-prds .thumbnail.card-body p {
	font-family: urbanist;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1.2px;
}
.category-featured-prds .thumbnail.card-body {
    padding: 20px;
}
.article_outer_wrap::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background-color: #D9D9D9;
    border-radius: 5px;
}
.article_outer_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #000;
}
.category-featured-prds article button.addtocart.btn-primary.btn.btn-block.btn-loads {
    font-size: 21px;
    line-height: 28px;
    min-height: 58px;
    background: #628725;
    border: 0;
    font-family: urbanist;
    font-weight: 500;
}
.thumb_img_btn{
	position: relative;
}
.category-featured-prds article button.addtocart.btn-primary.btn.btn-block.btn-loads {
    font-size: 21px;
    line-height: 28px;
    min-height: 58px;
    background: #628725;
    border: 0;
    font-family: urbanist;
    font-weight: 500;
    position: absolute;
    bottom: 18px; 
	opacity: 0;
	transition: 0.3s ease;
}
.category-featured-prds article:hover button.addtocart.btn-primary.btn.btn-block.btn-loads {
    opacity: 1;
	transition: 0.3s ease;
}

.header-top .container,.wrapper-header {
    max-width: 1890px !important;
}
.header-top ul.nav {
    padding-bottom: 0!important;
}
.header-top {
    background: #628725;
    min-height: 45px;
    display: flex;
    align-items: center;
}
.header-top a.nav-link {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    font-family: urbanist;
    padding: 10px 18px;
}
.wrapper-header .wrapper-logo a{
    display: block;
    width: 385px;
}
.wrapper-header .search_bar{
	max-width: 513px;
	margin-left: 0;
}
.wrapper-header .search_sec {
    padding: 5px 0!important;
    justify-content: right;
    width: 100%;
    align-items: center;
    gap: 20px;
}
.wrapper-header a#cartcontentsheader {
    padding: 0;
    background-color: transparent;
}
.wrapper-header .search_sec .main_mobile_search {
    display: none;
}
.wrapper-header .search_sec .mobile_search {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}
.wrapper-header .search_sec .mobile_search .acrroess_button {
    background-color: #fff;
    
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    width:80%;
    transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	    padding: 30px 20px;
    border-radius: 10px;
}
.wrapper-header .search_sec .mobile_search .acrroess_button span.remove_popup {
    font-size: 23px;
    background-color: #f2f2f2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: -10px;
    border-radius: 50px;
    line-height: 40px;
}
.wrapper-header .a2c_item_count {
    position: absolute;
    right: -10px;
    background: #505760;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -10px;
	
}
.wrapper-header a#cartcontentsheader:after {
    display: none;
}
.navbar.navbar-default ul.navbar-nav.mr-auto {
    margin: auto;
    gap: 35px;
}
.navbar.navbar-default .container {
    max-width: 1890px !important;
}
.navbar.navbar-default {
    background-color: #505760/*{header|menu-background-colour}*/;
    min-height: 86px;
}
.navbar.navbar-default a.nav-link {
    font-size: 18px;
    padding: 0!important;
    font-family: urbanist;
}
.benefits-section {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background-color: #fff;
}
.benefit-item .benefit-text {
    text-align: left;
}
.benefit-item {
	text-align: center;
	display: flex;
    align-items: center;
	    column-gap: 32px;
}
.benefit-icon {
	width: 125px;
	height: 125px;
	background-color: #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
.benefit-icon img {
	width: 64px;
	height: 64px;
}
.benefit-title {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}
.benefit-description {
	color: #000000;
	font-size: 18px;
}
.instagram-section {
	text-align: center;
	padding: 20px;
	background-color: #fff;
}
.instagram-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.instagram-section h2 span {
	font-weight: bold;
}
.instagram-gallery {
	overflow-x: auto;
	padding: 10px 0;
}
.instagram-gallery img {
    width: 388px;
    height: 370px;
    border-radius: 5px;
}
.mobile-banner{display:none;}

/* Thumbnails: On Sale Badge */
.savings-container {
    width: 100%;
    left: -5px;
    top: -5px;
    z-index: 1;
}
.savings-container .badge-danger {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    white-space: normal;
    font-size: 13px;
    font-weight: 500;
    padding: 2px;
}
/* Thumbnails: On Sale Badge */
@media only screen and (max-width: 1600px) {
.navbar.navbar-default ul.navbar-nav.mr-auto {
    margin: auto;
    gap: 8px 17px !important;
    flex-wrap: wrap !important;
}
.navbar.navbar-default a.nav-link {
    font-size: 16px;

}
.homepage-category-outer .wrapper-category-image:after {
    height: 9vw;
    
}
.benefit-item {column-gap: 20px;}
.benefit-title {
    font-size: 19px;
    
}
.benefit-description {
 
    font-size: 16px;
}
.benefit-icon {
    width: 114px;
    height: 114px;
   
}
.category-featured-prds .thumbnail.card-body .card-title {
    font-size: 20px;

}
}
@media only screen and (max-width: 1400px)
{
/*	.navbar.navbar-default a.nav-link {
    font-size: 14px;

}*/
.benefit-icon {width: 85px;height: 85px;}
.benefit-icon img {
    width: 53px;
    height: 53px;
}
.benefit-item {

    column-gap: 15px;
}
.benefit-title {
    font-size: 18px;
    
}
.category-featured-prds .thumbnail.card-body .card-title,
.category-featured-prds .thumbnail.card-body p,.category-featured-prds .thumbnail.card-body .price span {
    font-size: 18px;

}
.category-featured-prds .thumbnail.card-body {
    padding: 20px 10px;
    
}
}

@media only screen and (max-width: 1199px)
{
	.navbar.navbar-default ul.navbar-nav.mr-auto {
        gap: 13px;
    }
	.navbar.navbar-default a.nav-link {
        font-size: 14px;
    }
	.homepage-category-outer .category-text-cstm h3 a {
    font-size: 23px;
    
}
.homepage-banner-section img {
    min-height: 390px;
    object-fit: cover;
}
}

@media only screen and (max-width: 1024px)
{
	.benefits-section {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.benefit-item {
        column-gap: 15px;
        flex-direction: column;
		        padding-bottom: 50px;
    }
	
	    .benefit-icon {
        width: 125px;
        height: 125px;
    }
	.benefit-icon img {
        width: 64px;
        height: 64px;
    }
	.benefit-item .benefit-text {
    text-align: center;
}
    .benefit-title {
        font-size: 18px;
        padding-top: 15px;
    }
	
}
@media only screen and (max-width: 989px)
{
	.instagram-gallery {
    display: flex;
}
.instagram-gallery img {
    width: 50%;
    height: 240px;
}
.instagram-section h2 {
    font-size: 32px;
 
}
.footer-top-section .row {
    flex-direction: column;
}
.footer-top-section .foot1,.footer-top-section .foot2,.footer-top-section .foot3 {
    width: 100%;
    max-width: 100%; 
}
.footer-top-section span.footer-logo img {
    width: auto;
    margin: 0 auto;
    display: table;
}
.footer-top-section .foot1 p {
    margin: 0 auto;
    text-align: center;
    max-width: 451px;
    font-size: 15px;
    line-height: 28px;
	    padding-top: 26px; 
		padding-bottom:8px;
}
.footer-top-section .foot1 ul.nav.list-social {
    display: none;
}
.footer-top-section ul.nav ,.footer-top-section .content-information{
    opacity: 0;
    visibility: hidden;
    height: 0;
	  transition: all 0.5s ease;
	  -webkittransition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	          display: block;
}
.footer-top-section ul.nav.flex-column.active,
.footer-top-section .content-information.active
{
	opacity:1;
	visibility:visible;
	height:auto;
}
.footer-top-section h4 {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #5D7C81;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-top: 20px !important;
	position:relative;
	        text-align: left;
}
.footer-top-section h4:before
{
	content:"1";
	background:url("/assets/images/footer-icon-bottom.png") center no-repeat;
	position:absolute;
	right:0;
	top:27px;
	width:16px;
	height:16px;
	color:transparent;
}
.footer-top-section ul.nav li a {
    text-align: left;
    padding-left: 0;
}
.footer-top-section .content-information p {
    text-align: left;
}
.Information ul.nav.flex-column {
    border-top: none;
}
.footer-bottom-section .Information {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.Information ul.nav.flex-column li {
    font-size: 12px;
	padding-bottom: 15px;
}
footer.wrapper-footer .text-md-left {
    padding-left: 0;
    padding-right: 0;
}
.wrapper-footer p.small {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    line-height: 30px;
}
img.logo {
    max-width: 238px;
}

} 

@media only screen and (max-width: 767px)
{
	
	.navbar-responsive-collapse .dropdown-toggle:after {
    right: 0 !important;
    position: absolute;
}
	.navbar-nav .dropdown-menu {
    display: none;
}
.navbar-nav .dropdown-menu.active.show {
    display: block;
}
	.navbar-responsive-collapse {
    padding-top: 10px;
}
.navbar-responsive-collapse a.nav-link.dropdown-toggle {
    font-size: 16px;
    padding-bottom: 10px !important;
}
.navbar-responsive-collapse  ul.dropdown-menu li a {
    padding-bottom: 9px;
}
.navbar-responsive-collapse  ul.dropdown-menu li a:focus,.navbar-responsive-collapse  ul.dropdown-menu li a:hover {
    background: transparent;
}
.navbar-responsive-collapse  ul.dropdown-menu li a:focus,.navbar-responsive-collapse  ul.dropdown-menu li a:hover
{
	color:#000;
}
	.wrapper-header .search_sec .mobile_search .search_bar
	{
		display:block; 
		padding-left:0;
		padding-right:0;
	}
	.wrapper-header .search_bar {
    display: none;
}
	.wrapper-header .search_sec .main_mobile_search {
    display: block;
}
	.wrapper-header .wrapper-logo a {  
    width: 100%;
}
	.category-featured-prds article button.addtocart.btn-primary.btn.btn-block.btn-loads {
    font-size: 18px;
    line-height: 28px;
   text-transform: uppercase;
}
	
.header-top ul.nav {
    align-items: center;
    justify-content: center !important; 
}
	.nMobileNav {
	justify-content: space-between !important;
}
	.navbar ul.nMobileNav li:nth-child(3),.navbar ul.nMobileNav li:last-child {
    display: none;
}
	.homepage-category-section {
    padding-bottom: 107px;
}
	.homepage-category-outer.container .mobile-slider ul.slick-dots {
    bottom: -40px;
}
	.homepage-category-outer .category-text-cstm h3 a {
    font-size: 25px;
}
	.homepage-category-outer .category-text-cstm {
 
    padding: 0 0 0 23px;
}
.homepage-category-outer .wrapper-category-image:after {
    height: 188px;
}
	.homepage-banner-section .carousel-caption h2 {
    font-size: 32px;
	    padding-bottom: 16px;

}
.homepage-category-outer .category-text-cstm a.shop-button {

    margin-top: 16px;
}
.homepage-category-outer.container {
 
    padding-top: 45px !important;
    padding-bottom: 18px !important;
}

.homepage-category-outer.container .mobile-slider {
    margin-left: 0;
    margin-right: 0;
}
.homepage-category-outer.container .mobile-slider ul.slick-dots button {
    width: 16px;
    height: 16px;
    background-color: #5D7C81;
    border-radius: 50px;
}
.homepage-category-outer.container .mobile-slider ul.slick-dots li.slick-active button
{
	background-color: #002324;
}

.homepage-category-outer.container .mobile-slider ul.slick-dots button:before {
    color: transparent;
}
.homepage-category-outer.container .mobile-slider ul.slick-dots li {
    margin: 0 3px;
    width: 16px;
    height: 16px;
} 
.homepage-banner-section .carousel-caption p:nth-of-type(2) {
    margin-top: 30px;
}
.mobile-banner .carousel-caption {
    padding-top: 25px !important;
}
	.mobile-banner {display:block;}
	.desktop-banner{display:none;}
	    .category-featured-prds h2 {
        font-size: 32px;
        margin-bottom: 20px !important;
    }
.mobile-banner .homepage-banner-section .carousel-caption {
    position: relative;
    transform: inherit;
    top: inherit;
    text-shadow: none;
    color: #000;
    text-align: center;
    padding: 30px 15px;
}
.mobile-banner .homepage-banner-section p {
    margin: 0;
}
.mobile-banner .homepage-banner-section p span.btn.btn-primary {
    color: #000;
 
}
.mobile-banner .homepage-banner-section p span.btn.btn-primary {
    color: #000;
    border: 1px solid #000 !important; 
    box-shadow: none;
}
.nMobileNav li {
    width: auto;
}

} 

@media only screen and (max-width: 600px)
{
	.category-featured-prds .article_outer_wrap {
   
    padding-bottom: 50px;
    margin-bottom: 25px;
}
	.category-featured-prds .thumbnail.card-body .card-title {
    margin-bottom: 5px;
}
.category-featured-prds article {
    padding: 0px 5px !important;
    max-width: 50%;
}  
.category-featured-prds section.row.products-row { 
    margin: 0;
}
.homepage-category-outer {
    padding-left: 9px;
    padding-right: 9px; 
}
.header-top .d-none{
	display: block !important;
}
.header-top a.nav-link {
    font-size: 16px;
}
}
@media only screen and (max-width: 575px){
	.col-12.col-sm-8.header_right {
		max-width: 50%;
	}
	.col-12.col-sm-4.wrapper-logo.text-center.text-sm-left.header_logo {
		text-align: left !important;
		max-width: 50%;
	}
}
@media only screen and (max-width: 479px){
	.footer-top-section span.footer-logo img {
		width: 100%;
	}
	.benefit-title {
	font-size: 16px;
	padding-top: 10px;
    line-height: 1.2;
	}
.category-featured-prds .thumbnail.card-body .card-title, .category-featured-prds .thumbnail.card-body p, .category-featured-prds .thumbnail.card-body .price span {
    font-size: 16px;
    line-height: 1.2;
}
.category-featured-prds article {
    min-width: 250px;
}
.benefit-icon {
    width: 105px;
    height: 105px;
}
.header-top a.nav-link {
    font-size: 15px;
    padding: 10px;
}
.header-top ul.nav {
    gap: 8px;
}
.col-12.col-sm-8.header_right {
    max-width: 40%;
}
.col-12.col-sm-4.wrapper-logo.text-center.text-sm-left.header_logo {
    text-align: left !important;
    max-width: 60%;
}
.wrapper-header .search_sec {
    gap: 10px;
}
.wrapper-header .search_sec img {
    width: 20px;
}
img.logo {
    max-width: 180px;
}
.wrapper-header .a2c_item_count {
    width: 20px;
    height: 20px;
}
    .instagram-gallery img {
        height: auto;
    }
	.benefit-item:nth-child(3), .benefit-item:nth-child(4) {
    padding-bottom: 20px !important;
}
}

@media only screen and (max-width: 420px){
	.homepage-banner-section .carousel-caption p {
    font-size: 17px;
    line-height: 28px;
 
}
	.wrapper-header .search_sec .mobile_search .acrroess_button { 
	   width: 90%;
	}
	    .instagram-section h2 {
        font-size: 24px;
        line-height: 36px;
    }
	    .benefit-title {
        font-size: 14px;
       
    }
	    .benefit-icon {
        width: 100px;
        height: 100px;
    }
	    .category-featured-prds h2 {
        font-size: 21px;
        margin-bottom: 20px !important;
    }
	.homepage-category-outer .category-text-cstm h3 a {
        font-size: 20px;
        max-width: 200px;
    }
	.homepage-category-outer .category-text-cstm {
    
    width: 90%;
    
}
.benefit-description {
        font-size: 15px;
    }
}
@media only screen and (max-width: 350px){
	img.logo {
    max-width: 170px;
}
} 





    
/*CSS 21 MAR 2025 END*/

