/* Font family */
@font-face {
    font-family: 'Open Sans';
    src: url('../font-family/OpenSans-Regular.woff2') format('woff2'),
        url('../font-family/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../font-family/Roboto-Regular.woff2') format('woff2'),
        url('../font-family/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* End Font family */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
  
    height: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding-right: 0 !IMPORTANT;

}
.best_sller .product-grid { 
    padding: 0px 6px;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

/* Header Section */
.nav_head , .hero_sec{
    background: #1E28320D;
    width: 100%;
}
.top_bar {
    background: #A6842E;
    height: 60px;
    display: flex;
    align-items: center; 
}

.top_bar_email {
    color: #ffffff;
}

.top_bar-icons,
.top_bar-icons a {
    color: #ffffff;
    text-decoration: none;
}

.top_bar_social a {
    width: 23px;
    height: 14px;
}
.top_bar_social svg {
    font-size: 23px;
}
.gift {
    border-right: 1px solid white;
    border-width: 1px;
}

.mid_bar {
    display: flex;
    align-items: center;
    height: 108px;
}

.mid_bar_child {
    border-bottom: 0.2px solid #ADADAD;
    padding-bottom: 20px;
}

.search-container {
    position: relative;
}

.search-bar {
    width: 401px;
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    padding-right: 40px;
    font-size: 16px;
    outline: none;
    border-bottom: 0.2px solid #A6842E
}

.search-button {
    width: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
}

.logo-img {
    width: 270px;
    height: 47px;
}

.mid_bar_icons a {
    margin-left: 15px;
}

.mid_bar_icons a:first-child {
    margin-left: 0;
}

.mid_bar_icons img {
    width: 22px;
    height: 22px;
    margin-top: -8px;
}

.mid_bar_icons {
    display: flex; 
}
input.search-bar.d-none.d-lg-block {
    border: none;
    border-bottom: 1px solid #a6842e9c;
    border-radius: 0px;
    background: #a6842e17;
}
.icon-container {
    position: relative;
    margin-left: 15px;
}

.icon-container a {
    display: block;
}
.notification {
    position: absolute;
    top: -21px;
    right: -13px;
    background-color: #A6842E;
    color: white;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: bold;
}
.notification2 {
    position: absolute;
    top: -15px;
    right: -13px;
    background-color: #A6842E;
    color: white;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: bold;
}
 
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between !important;
}

.navbar li {
   
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.navbar li a {
    text-decoration: none;
    color: inherit;
}

select {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.navbar li.active a {
    color: #A6842E !important;   
}
.form-select{
    border: 0 !important;
    background-color: inherit !important;
}
.form-select.active{
    border: 0 !important;
    background-color: inherit !important;
    box-shadow: none !important;
}
.navbar-nav li.active a{
    color: #A6842E  !important;
}
h5#searchModalLabel {
    text-align: center !important;
    width: 88%;
}
.popup_input{
    display: flex;
    padding:20px 20px 6px 20px;
    margin:0 10px 20px 10px;
    border-bottom: 2px solid black;
}
.popup_input input{
    border: 0;
    width: 80%;
}
.popup_input button{
    padding: 5px 12px;
    border: 0;
    background: #000;
    color:white;
}

/* main-section-hero*/
.hero_sec{
    padding: 5rem 0;
    position: relative;
    margin-top:258px;
}
.hero_sec_img {
    background-image: url(../img/Rectangle\ 124.png);
    background-size: 420px 471px;
    width: 420px;
    height: 471px;
    margin-left: 20px;
    background-repeat: no-repeat;
}
.hero_sec_img img {
    width: 402px;
    height: 470px;
    text-align: right;
    float: inline-start;
}
.hero_sec_heading h1{
font-size: 68px;
font-weight: 600;
line-height: 77px;
color: #000000;
text-align: justify;
}
.hero_sec_heading p{
font-size: 25px;
font-weight: 400;
line-height: 55px;
color: #000000;
text-align: left;
}
.hero_sec_heading button {
    font-size: 19px;
    padding: 6px 26px 6px 26px;
    line-height: 33.98px;
    color: white;
    background: #1E2832;
    border: 0;
    outline: 0;
    float: left;
}
img.flower-img.right {
    opacity: 0.9;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 175px;
}
img.flower-img.left {
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}

/* Our products section */
.our-products_sec{
    background-color: #ffffff;
    padding: 75px 0px;
}
.vip_card {
    display: flex;
    align-items: center;
    border: 1px solid #A6842E;
    padding: 0 10px;
    height: 74px;
    gap: 20px;
}
.icon-container svg {
    color: #000000;
    font-size: 22px;
}
.vip_card span{
    color: #A6842E;
    font-size: 14px;
    line-height: 24px;
} 
.our_products_card h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1px;
    margin-top: 19px;
    color: #000000;
}
.our_products_card p{
font-size: 11px;
font-weight: 400;
line-height: 18px;
letter-spacing: 1px;
margin-top: 19px;
color: #898887;
}
.form-select{
    padding-left: 0 !important;
}
.form-select:focus {
    box-shadow: none !important;
    padding-left: 0 !important;
}
/* offcanvas */
.offcanvas-header{
    background-color:#A6842E ;
    color: white;
    height: 52px;
}
.offcanvas_close{
    color: white;
    border: 0;
    background-color:#A6842E ;
}
.offcanvas-item a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.123);
}
.offcanvas-item .form-select{
    border-bottom: 1px solid rgba(0, 0, 0, 0.123) !important;
}


.slick-next {
    position: absolute;
    top: 33%;
    left: 94%;
    font-size: 37px;
    color: rgba(30, 40, 50, 0.25);
    cursor: pointer;
}
.slick-prev:hover {
    color: #a6842e;
    transition: .6s;
}
.slick-next:hover {
    color: #a6842e;
    transition: .6s;
}
.slick-prev {
    font-size: 37px;
    color: rgba(30, 40, 50, 0.25);
    cursor: pointer;
    position: absolute;
    top: 33%;
}
.social_media svg {
    color: #1E2832;
    font-size: 23px;
    cursor: pointer;
}
.slider_section {
    padding: 8px;
}
.social_media svg {
    color: #1E2832;
    font-size: 18px;
    margin-right: 16px;
}
.site_footer .p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21.79px;
    color: #1E2832BF;
    text-transform: capitalize;
    font-family: 'Open Sans';
}
.site_footer {
    padding-top: 50px;
    padding-bottom: 70px;
}
.site_footer .h6 {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
    font-family: 'Open Sans';
}
.site_footer li {
    list-style: none;
    padding-bottom: 5px;
}
.site_footer a {
    text-decoration: unset;
    font-size: 14px;
    color: #1E2832;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 24px;
}
.site_footer a:hover {
    color: #d9b937 !important;
}
.social_media svg:hover {
    color: #d9b937 !important;
}
.footer_info {
    background: #1E2832;
}
.footer_info .p.text-white {
    text-transform: capitalize;
}
.footer_info a {
    text-decoration: auto;
}

/*  Instagram post*/
.item {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.descr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0) rotate(90deg);
    background: rgba(0, 0, 0, 0.5);
	color: blueviolet;
	text-align: center;
	padding-top: 20px;
	transition: opacity .3s ease, transform .3s ease, rotate .3s ease;
	font-size: 28px;
}
.item:hover .descr {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}
.portfolio img {
    width: 200px;
    height: 200px;
}
.descr svg {
    margin-top: 30%;
    color: #ffffff;
    font-size: 42px;
}
.h2 {
    font-size: 42px !IMPORTANT;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 58.59px;
    font-family: 'Roboto';
}
.instagram_post {
    padding: 84px 0px;
}
.newsletter input.fild {
    width: 530px;
    border: none;
    background: none;
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    padding-bottom: 11px;
}
::placeholder {
    color: rgba(30, 40, 50, 0.5);
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 18.75px;
}
.newsletter button.btn {
    border: none;
    padding-bottom: 14px;
    border-radius: 0;
    font-family: 'Roboto';
    margin-left: 16px;
    font-size: 15px;
    background: #000;
    padding: 7px 31px;
    color: #fff;
    margin-top: 12px;
}
:focus-visible {
    outline: none;
}
/*  end Instagram post*/
/* blog section */
.card {
    overflow: hidden;
    background: white;
    position: relative;
    margin: 1rem;
    cursor: pointer;
    border: navajowhite;
    border-radius: 0px;
    border: 0 !important;
}
.card-profile-info button {
    border: navajowhite;
    background: none !important;
}
.card-profile-info a {
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
}
  .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
  }
  
  .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
  }
  ul.slick-dots {
    display: none !important;
}
  .popular {
    background: #ef257a;
  }
  
  .technology {
    background: #651fff;
  }
  
  .psychology {
    background: #e85808;
  }
  
  .card-body {
    margin: 15rem 0rem 1rem 0rem;
    padding: 0;
}
.h2.text-center.mb-4 {
    font-size: 50px !important;
    font-weight: 600;

}
.h2.mb-4.color-black {
    font-size: 50px;
    font-weight: 600;

}
.h2.mt-5.mb-5 {
    font-size: 50px;
    font-weight: 600;

}
  .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
  }
  .blog-title {
    line-height: 29px;
    font-size: 23px;
    margin: 8px 0px;
}
p.profile-date.m-0 {
    font-size: 16px;
    color: #a1a1a1;
}
.post-desc {
    margin-bottom: 21px;
    color: #a1a1a1;
}
  .blog-description {
    color: #616b74;
    font-size: 0.9rem;
  }
  
  .card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
  }
  
  .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
  }
  .wrapper {
    padding: 0px 0px;
}
  .profile-name {
    font-size: 1rem;
  }
  
 
.product_info_price {
    display: inline-flex;
    width: 100%;
    padding: 0px 10px;
    justify-content: space-between;
}
.product_info_price span {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
  .profile-date {
    color: #616b74;
    font-size: 0.9rem;
  }
  .hidden {
    display: none;
 }
/* end blog section */
/* timer style */
.clock-container {
    display: inline-flex;
    width: 70%;
    justify-content: space-between;
}
.clock-timer {
    font-size: 47px;
    font-weight: 700;
    color: #a6842e;
    margin-bottom: 10px;
}
.clock-timer:after {
    content: ':';
    padding-left: 27px;
    font-size: 32px;
    left: 1px !important;
    top: -8px !important;
    position: relative;
}
.timer {
    padding: 66px 0px;
}
.timer {
    padding: 66px 0px;
}
.timer a {
    color: #fff;
    text-decoration: none;
}
.timer button.btn {
    background: #000;
    border-radius: inherit;
    padding: 10px 29px;
    margin-top: 36px;
    color: #fff;
}
.clock-seconds.clock-timer:after {
    display: none;
}
.clock-label {
    color: #a1a1a1;
}
.timer p {
    color: #858484;
}
.product_info_price p {
    color: #a1a1a1;
}
/* end timer style */
.categories{
    width: 24%;
}
.categories-bg {
    text-align: center;
    background: #fff;
    margin-right: 12px;
}
.product-categories {
    padding: 28px 0px;
}
.slider_categories svg{
    font-weight: 300 !important;
    padding: 6px 9px;
    font-size: 21px;
    background: #000;
    color: #fff;
}
.slick-prev {
    padding: 0;
}
.categories .h6 {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto';
}
.our-product {
    display: inline-flex;
}
.our_products_card {
    width: 20%;
    margin-right: 20px;
}
.our-product-slider img{
    width: 90%;
}
.our-product-slider {
    width: 70%;
}
/* change design */
.top_bar_email a {
    text-transform: lowercase;
} 
.ftr_icon img {
    width: 129px;
}
.ftr_icon {
    margin-left: -8px;
}
.top_bar_email a {
    text-decoration: auto;
}
a.nav-link:hover {
    color: #A6842E;
}
.show_mobile {
    display: none;
    width: 58px;
    height: 79px;
}
.our-product-slider .slick-prev {
    display: none !important;
}
.our-product-slider .slick-next {
    display: none !important;
}
.our-product-slider h2 {
    font-size: 22px;
 
    margin-top: 16px;
}
.our-product-slider .our-product img {
    margin: auto;
}

/* product */
.hover_content {
    transition: all .2s ease-in-out;
}
.product-grid {
    /* background-color: #fff; */
    font-family: 'Montserrat', sans-serif;
    text-align: center; 
}
  .product-grid .product-image{
    overflow: hidden;
    position: relative;
  }
  .product-grid .product-image a.image{ display: block; }
  .product-grid .product-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
 img.pic-1 {
    transition: 0.3s;
  }
  .add_to_cart img {
    width: 19px !important;
    height: 19px !important;
    margin-right: 6px;
    margin-top: -3px;
}
.add_to_cart button.btn {
    bottom: 0;
    position: absolute;
    width: 89%;
    left: -54px !important;
    background: #ffffffbf;
    border-radius: 0px;
    padding: 8px 3px;
    display: ruby;
}
.add_to_cart a {
    color: #000!important;
    text-transform: capitalize;
    text-decoration: auto;
}
  img.pic-1:hover{ 
        transform: scale(1.1); 
  }
  /* .product-grid .product-image .pic-1{ transition: all 0.3s ease 0s; }
  .product-grid .product-image:hover .pic-1{ transform: translateX(100%); }
  .product-grid .product-image .pic-2{
    width: 100%;
    height: 100%;
    transform: translateX(-101%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  } */
  .product-grid .product-image:hover .pic-2{ transform: translateX(0); }
  .product-grid .product-sale-label {
    color: #000000;
    background: var(--bs-hover);
    font-size: 13px;
    letter-spacing: 1px;
    padding: 2px 8px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    font-weight: 500;
}
  .product-grid .product-like-icon{
    color: #696969;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    right: 26px;
  }
  .product-grid .product-like-icon:hover{ color: var(--bs-hover); }
  .product-grid .product-like-icon:before,
  .product-grid .product-like-icon:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 7px 5px;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.3s ease 0s;
  }
  .product-grid .product-like-icon:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    right: auto;
    left: 50%;
    top: 15px;
    z-index: -1;
  }
  .product-grid .product-like-icon:hover:before,
  .product-grid .product-like-icon:hover:after{
    visibility: visible;
    top: 30px;
  }
  .product-grid .product-links {
    width: 170px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 71%;
    transition: all 0.3s ease 0s;
    top: 0;
}
.product-links svg {
    color: #000 !IMPORTANT;
}
  .product-grid:hover .product-links{
    bottom: 10px;
    opacity: 1;
  }
  .product-grid .product-links li{
    display: inline-block;
    margin: 0 2px;
  }
  .product-grid .product-links li a{
    color: #fff;
    background: #192a56;
    font-size: 16px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
  }
  .product-grid:hover .product-links li a:hover{ background: #333; }
  .product-grid .product-content{
    text-align: center;
    padding: 15px 0 0;
  }
  .product-grid .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
    margin-bottom: 10px;
}
  .product-grid .title a{
    color: #333;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    
  }
  .product-grid .title a:hover{ color: var(--bs-hover); }
  .product-grid .price{
    color: #c59f3f;
    /* color: var(--bs-hover); */
    font-size: 16px;
    font-weight: 700;

  }
  .rating span {
    font-size: 12px;
}
  .product-grid .price span{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px 0 0;
  }

  .rating svg {
    /* color: #777777;
    font-size: 10px; */
    color: #c1a614;
    font-size: 14px;
}
/* Product Color */
.product-color {
    margin-bottom: 5px;
}
.hover_content button.btn:hover a {
    color: #fff;
}
  .color-choose div {
    display: inline-block;
  }
  
  .color-choose input[type="radio"] {
    display: none;
  }
  .hover_content  button.btn {
    border: 1px solid #000000;
    border-radius: 3px;
    width: 100%;
    padding: 6px 0px;
}
.section-title h4.title {
    font-size: 35px;
    font-weight: 400;
    line-height: 24px;
} 
.h2{
    font-size: 50px !important;
}
.product-grid:hover .rating {
    visibility: visible;
}
.hover_content {
    /* margin-top: -15px; */
    margin-top: 0px !important;
    visibility: hidden;
}
.product-grid:hover .hover_content {
    visibility: visible; 
   
}
.hover_content button.btn:hover {
    background: #1e2832;
    transition: .5s;
    color: white !important;
    font-weight: 700;
}
.hover_content button.btn a:hover {
    color: #fff;
}
.hover_content  button.btn a {
    color: #000;
    text-transform: uppercase;
    text-decoration: auto;
    font-size: 14px;
}
  .color-choose input[type="radio"] + label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
  }
  
  .color-choose input[type="radio"] + label span {
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
  }
  
  .color-choose input[type="radio"]#red + label span {
    background-color: #000000;
  }
  .color-choose input[type="radio"]#blue + label span {
    background-color: #C85B80;
}
.color-choose input[type="radio"]#black + label span {
    background-color: #CBC03D;
}
  .color-choose input[type="radio"]:checked + label span {
    background-image: url(images/check-icn.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .coupen p{
    font-size: 13px;
    margin-bottom: 0px;
  }
  .coupen span{
    font-size: 16px;
    line-height: 1px !important;
    margin-bottom: 0px;
  }

  /* Product Page */
  /* .product_banner {
    background-image: url(../img/bg.png);
    background-size: contain;
    padding: 100px 1px;
    background-repeat: no-repeat;
    background-size: 100%;
  } */
  .product_banner{
    margin-top: 280px !important;
  }
  .product_banner h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 58px;
  }
  .product_banner span {
      color: #b7842e;
  }
  
  .overlay {
      background: rgb(0 0 0 / 55%);
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1030;
  }
  .search-section {
    padding: 0px 0;
    /* padding: 50px 0; */
  }
  .filter-header {
    font-weight: bold;
    font-size: 30px;
  }
  .filter-title {
      font-size: 25px;
      padding-bottom: 14px;
      margin-bottom: 15px;
      line-height: 28px;
  }
  .inlinr_fltr {
      width: 100%;
      justify-content: space-between;
      align-items: baseline;
  }
  .inlinr_fltr a {
      color: #000;
      text-transform: capitalize;
  }
  h2.border-bottom.filter-title {
      border: none !important;
      display: flex !important; 
  }
  .title {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .mb-30 {
    margin-bottom: 30px;
  } 

   
  .product-grid { 
      margin-bottom: 24px;
  }
  img.filter-icon {
      width: 22px;
      margin-right: 8px;
  }
 
    .details{
      --padding: 10px; 
      border-radius: 4px; 
    }
    
    .details + .details{
      margin-top: 15px;
    }
    
    .details__title {
      --width: 11px;
      --height: 3px;
      --radius: 1px;
      --color: currentColor;
      margin: 0;
      cursor: pointer;
      transition: all .2s ease-in-out;
      position: relative;
      padding: 9px 0px;
      border-bottom: 1px solid #000;
  }
  .details__desc-inner label {
      color: #a3a1a1;
      text-transform: capitalize;
  }
  .related_product .slick-prev img {
      filter: invert(1);
      width: 23px;
  }
  .related_product .slick-prev {
      top: 24%;
      left: -35px;
      background-color: #000;
      font-size: 0px;
      padding: 6px 6px;
  }
  .related_product .slick-next {
      top: 24%;
      right: 0 ;
      left: 100% ;
      background-color: #000000 !important;
      z-index: 99;
      padding: 5px 27px;
      padding-left: 7px;
      font-size: 0;
  }
  .related_product .slick-next img {
      filter: invert(1);
      width: 23px;
  }
  .sec_icn img {
      padding: 4px;
      border: 1px solid #000000;
  }
  .related_product_slider .related_pro_section {
      padding: 0px 6px;
  }
  .related_product h4 {
      text-transform: uppercase;
  }
  .related_product {
      background: rgba(247, 240, 237, 1);
  }
  .related_product  .product-grid {
      background: none !important; 
      margin-bottom: 62px;
  }
  .related_product .container.mb-5 {
      margin-bottom: 0 !important;
  }
  .select-dropdown {
      border: 1px solid #000;
      padding: 0px 18px;
      height: 35px;
      padding-top: 4px;
  }
  .select-dropdown select {
      text-transform: capitalize;
  }
  .mrg_lft {
      margin-left: 24px;
  }
  .show-ruslt h2 {
      font-size: 15px;
      font-weight: 400;
      text-transform: capitalize;
      margin-bottom: 32px;
  }
  .bars {
      background: #a6842e;
      padding: 6px;
      cursor: pointer;
  }
  .sec_icn {
      cursor: pointer;
  }
  .sec_icn img {
      width: 37px;
  }
  .prodct-top-info {
      display: inline-flex;
      gap: 16px;
      align-items: center;
      margin-bottom: 32px;
  }
  .bars img {
      width: 24px;
  }
    .details__title:before,
    .details__title:after{
      content:'';
      display: block;
      width: var(--width);
      height: var(--height);
      background-color: var(--color);
      position: absolute;
      border-radius: var(--radius);
      top: calc(50% - (var(--height) / 2));
      right: calc(var(--width) / 2); 
    }
    
    .details__title:after{
      rotate: 90deg;
    }
    
    .details__container[open] .details__title:before{
      rotate: 45deg;
      /* rotate: 135deg; */
    }
    
    .details__container[open] .details__title:after{
      rotate: 135deg;
      /* rotate: 225deg; */
    }
    
   
    
    .details__summary::marker{
      content:'';
    }
    
    .details__desc{
      display: grid;
      grid-template-rows: 0fr;
      transition: all .2s ease-in-out;
      overflow: hidden;
      padding-inline: var(--padding);
    }
    h2.details__title {
      font-size: 18px;
      text-transform: capitalize;
  }
    .details__container[open] + .details__desc{
      grid-template-rows: 1fr;
      padding-block: var(--padding);
    }
    
    .details__desc-inner{
      min-height: 0;
    }
    .product-grid .product-image img {
      height: 300px;
    object-fit: cover;
  }
  
  /* Single-product */
  /* .single_product_banner {
    background-image: url(../img/bg.png);
    background-size: contain;
    padding: 100px 1px;
    background-repeat: no-repeat;
    background-size: 100%;
} */
 .single_product_banner{
    margin-top: 315px;
 }
.single_product_banner h2 {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 400;
}
.single_product_banner span {
    color: #b7842e;
    text-transform: capitalize;
} 
.single_product_banner p{
    font-size: 16px;
    font-weight: 100;
}

img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
    /* min-width: 297px; */
}
.img-select {
    display: flex;
    gap: 13px;
    margin-top: 6px;
}
.img-item { 
    margin-top: 4px;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin: 1rem 0;
    margin-top: 0px;
}  
.product-tab .nav-link .active {
    color: #a6842e !important;
}
.product-tab button {
    color: #000 !important;
}

.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #E1BC5E;
}
.product-rating span {
    color: #777777;
    text-transform: capitalize;
    font-size: 16px;
}
h3.new-price {
    color: #A6842E;
    font-weight:600;
    font-size: 22px;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p {
    font-size: 14px; 
    color: #777777;
}
.product-detail h4 {
    font-size: 14px;
    color: #313131;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
} 
button.qty-count.qty-count--add {
    margin-left: -50px;
    border: none;
    background: #a6842e;
    color: #fff;
    padding: 1px 13px;
    font-size: 24px;
}
button.qty-count.qty-count--minus {
    margin-right: -38px;
    border: none;
    background: #a6842e;
    color: #fff;
    padding: 1px 13px;
    font-size: 24px;
    z-index: 99999;
    position: relative;
} 
.purchase-info .btn{
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}



.fav_compr a {
    color: #000000;
    text-transform: capitalize;
    padding-right: 18px;
    text-decoration: auto;
    font-size: 14px;
}
.fav_compr {
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 22px;
}
.product_ftr_info p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
}
.product_ftr_info {
    margin-top: 18px;
}
.product_ftr_info span {
    color: #777777;
}
.product_ftr_info svg {
    color: #777777;
    padding: 0px 5px;
    font-size: 17px;
}
.quantity {
    display: flex; 
    overflow: hidden; 
}
.quantity button {
    background-color: #00000000;
    color: #000000;
    border: none;
   
    font-size: 20px;
    width: 40px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
    border: 1px solid #000;
}
  
  .quantity button:hover {
    background-color: #000000;
    color: #fff !important;
  }
  .input-box {
    width: 48px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.purchase-info {
    display: inline-flex;
    gap: 6px;
    width: 82%;
}
.add_to_cart a {
    color: black !IMPORTANT;
    font-size: 19px;
}
button.btn.add_to_cart {
    background: rgba(166, 132, 46, 1) !important;
    padding: 0px 35px;
}
  
  /* Hide the number input spin buttons */
  .input-box::-webkit-inner-spin-button,
  .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .input-box[type="number"] {
    -moz-appearance: textfield;
  }
  .mid_bar_icons {
    display: flex;
    align-items: baseline;
}
.error-message{

    color: red !important;
}

.nav-link.active {
    color: #A6842E !important; 
  }
  .tab-content p{
    font-size:14px;
    margin-bottom: 5px;
    color: black !important;
    font-weight: 500;
  }
  /* .tab-content span{
    font-size: 14px;
    margin-bottom: 12px;
    color: black !important;
    font-weight: 500;
  } */
  .nav-tabs {
    border-bottom: 2.5px solid rgba(0, 0, 0, 0.274) !important;
}
    
.nav-tabs .nav-link {
    border: none; 
    position: relative; 
    color: #000000; 
    padding: 10px 15px; 
    font-size: 14px;
}

.nav-tabs .nav-link.active {
    /* color: #fff !important;  */
    font-weight: 700;
}


.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px; 
    height: 2px;
    background-color: #A6842E;
}


.nav-tabs .nav-link:hover {
    color: #A6842E; 
}
.btn{
    border-radius: 0 !important;
}
.card{
    cursor: text;
}
.card-1{
    display: flex !important;
}
.product-categories2{
    padding: 31px 0 !important;
}
.product-categories h5{
    font-size: 35px;
    color: #000000;
}

/* Bag page */

.my_bag h4{
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
}
.my_bag p{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.warning{
    background-color: #EDE1B3;
    display: flex;
    gap: 10px;
    padding: 15px 0 0 15px;
    margin-top: 1.5rem;
}
.warning img{
    width: 14px;
    height: 14px;
    margin-top: 3px;
}
.warning p{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
.single_product{
    background-color: #FAFAFA;
      padding:  15px;
}
.single_product_left img{
    width: 188px;
    height: 193px;
}
.about_single_product h5{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #000000;
}
.about_single_product h6{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #A6842E;
}
.about_single_product p{
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    color: #6B6B6B;
}
.single_product_right{
    text-align: right;
    margin-right: 0;
    padding-top: 3rem;
}

.single_product_right h6{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #000000;
}
.single_product_right p{
    font-size: 14px;
    font-weight: normal;
    line-height: 8px;
    color: #1A8637;
}
.single_product_right a{
    text-decoration: underline !important;
    color: #6B6B6B !important;
    font-size: 15px;
    line-height: 10px;
}
.multiple_product_sec{
    background-color: #FAFAFA;
    padding: 15px 15px 15px 15px;
}
.multiple_product_sec h3{
    font-size: 25px;
    font-weight: bold;
}
.live_chat img{
    height: 14px;
    width: 14px;
    margin-top: 3px;
}
.help_sec{
    background-color: #F9F6F6;
    padding: 25px 15px 0 15px;
}
.exchange p {
    border-left: 1px solid rgba(0, 0, 0, 0.24);
    padding-left: 10px;
}
.exchange{
    font-size: 13px;
    font-weight: bold;
}
.order_summary_sec{
    background-color: #FAFAFA;
    padding: 15px 15px 15px 15px;
    margin-top: 1.5rem;
}
.order_summary_sec h5{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
}
.order_summary{
    border-bottom: 1px solid #E5E5E5;
    padding-block: 10px;
}
.order_summary_right{
    text-align: right;
    margin-left: 100px;
}
.order_summary_left p{
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    line-height: 10px;
}
.rupees{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 10px;
}
.rupees2{
    font-size: 12px;
    font-weight: normal;
    color: #B8B8B8;
    line-height: 10px;
}
.rupees2 span{
    font-size: 14px;
    font-weight: normal;
    color: #1A8637;
    line-height: 10px;
}
.checkout{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 10px;
}
.order_total h5{
    font-size: 14px;
    font-weight: normal;
    color: #212439;
    line-height: 24px;
}
.order_total p{
   margin-left: 188px;
   font-size: 14px;
   font-weight: normal;
   color: #000000;
   line-height: 24px;
}
.saving{
    background-color: #E8F3E8;
    padding: 12px 0 0 15px;
}
.saving img{
    height: 14px;
    width: 14px;
}
.saving h5{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 24px;
}
.saving_rupees{
    margin-left: 115px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 24px;
}
.afterpay{
    background-color: #F5F5F5;
    padding: 12px 0 0 15px;
}
.afterpay img{
    width: 96px;
    height: 34px;
}
img.afterpay-img-2{
    width: 14px;
    height: 14px;
    margin-left: 73px;
}
.afterpay p{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
img.btn-img{
    width: 16px;
    height: 16px;
    margin-left: 89px;
}
.checkout_btn{
    background-color: #000000;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 0;
}
.free_Shipping{
    background-color: #FAFAFA;
    padding: 15px 15px 15px 15px;
    margin-top: 1.5rem;
}
.free_Shipping a{
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #000000;
}
.free_Shipping h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
}
.free_Shipping p{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #000000;
}
.offer{
    background-color: #FAFAFA;
    padding: 15px 15px 15px 15px;
    margin-top: 1.5rem;
}
.offer h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
}
.offer input{
    padding: 5px;
    width: 14rem;
    border: 1px solid #CCCCCC;
}
.offer button{
   background: #000000;
    padding: 5px 8px;
    border: 0;
    border-radius: 5px;
    color: white;
    margin-left: 8px;
}
.multiple_product_card{
    position: relative;
}
.multiple_product_card img{
    height: 160px;
    width: 160px;
}
.product_card_color input[type="radio"] {
    background-color: #000000;
}
.multiple_product_card_hover{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-left: 15px;
    margin-top:10px;
}
.multiple_product_card_hover p{
    background-color: white;
    color: black;
    padding: 2px 10px;
    font-size: 12px;
}
.multiple_product_card_hover svg{
    font-size: 22px;
    display: none;
}
.multiple_product_card:hover .multiple_product_card_hover svg{
    display: flex;
}
.add_to_cart2 {
    position: absolute;
    top: 7.5rem;
    left: 1.5rem;
    background-color: white;
    display: none;
    opacity: 0;
    padding: 0px 10px 0px 10px;
    transform: translateY(30px);
    transition: all 0.5s ease; 
    align-items: center;
    font-size: 16px;
    height: 34px;
}
.add_to_cart2 p{
    margin-top: 14px;
    margin-left: 10px;
}

.multiple_product_card:hover .add_to_cart2 {
    display: flex !important;
    opacity: 1;
    transform: translateY(0); 
}
.product_card_rating {
    display: flex;
    opacity: 1;
    transition: opacity 0.5s ease; 
}

.multiple_product_card {
    position: relative;
}

.product_card_rating {
    display: flex;
    opacity: 1;
    transition: opacity 0.5s ease;
    position: relative;
}

.quick_shop_button {
    display: none;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 90%;
    height: 35px !important;
    border: 1px solid black;
    justify-content: center;
    transition: opacity 0.5s ease;
    background-color: white;
}
.quick_shop_button p{
    margin-top: 8px;
}
.quick_shop_button:hover{
    background-color: #000;
    color: white;
}

.multiple_product_card:hover .product_card_rating {
    opacity: 0;
    pointer-events: none; 
}

.multiple_product_card:hover .quick_shop_button {
    display: flex; 
    opacity: 1;
}
.standard_shipping img{
    width: 22px;
    height: 22px;
}
.standard_shipping p{
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.qualified svg{
    background-color: #1A8619;
    color: white;
    font-size: 12px;
    padding: 3px;
    border-radius: 10px;
}
.qualified p{
    color: #1A8619;
    font-size: 12px;
}
.live_chat2{
    margin-left: 8rem;
    margin-top: 1rem;
}

/* Checkout Page */
.nav.nav_wrap.nav-tabs{
    flex-wrap: nowrap;
    border: 0 !important;
}
.nav_wrap .nav_link2 {
    color: black;
  }
  
  .nav_wrap .nav_link2.active {
    color: white !important;
  }

  .nav_wrap .nav_link2:hover , .nav_wrap .nav-link:hover{
    color: black !important;
    
  }
  .nav_wrap .nav-link.active {
    color: black !important;
    border-bottom: 1px solid black;
  }
  .nav-tabs .nav-link.nav_link2.active::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 0;
    bottom: 13px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0) !important;
    width: 45px;
}
.check_sec_head{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.nav-item button{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #999999 !important;
}
.shipping_form{
    background-color: #FAFAFA;
    padding: 55px;
}
.shipping_form h1{
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
}
.shipping_form p{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.shipping_address a{
margin-top: 10px;
font-size: 20px;
color: #000000;
}
.shipping_address span{
    border-bottom:1px solid ;
    margin-top: 10px;
font-size: 20px;
color: #000000 !important;
}
.shipping_address h2{
    font-size: 25px;
    font-weight:lighter;
    line-height: 24px;
}
.form-row {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 15px; */
}

.form-row div {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.form-full {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

label[for="first-name"]::after,
label[for="last-name"]::after,
label[for="address"]::after ,
label[for="phone"]::after {
    content: " *";
    color: red;
}
.form-row input, .form-full input{
    height: 38px;
    margin-top: 10px;
    padding: 2px 10px;
    border: 1px solid rgba(0, 0, 0, 0.178);
    outline: none; 
}
.form-row label, .form-full label{
font-size: 16px;
font-weight: bold;
}

.accordion_sec {
    background-color: #f9f9f9;
    cursor: pointer;
    padding: 10px 0px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.accordion_sec:after {
    content: ''; 
    width: 20px; 
}

.plus2 {
    font-size: 13px;
    margin-right: 10px;
    color: white;
    background-color: black;
    padding: 3px 10px;
    border-radius: 50px;
}
.accordion_sec.active .plus2 {
    content: '\2212'; 
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.form-half{
    width: 50%;
}
.form-half a{
    border-bottom: 1px solid;
    font-weight: bold;
}
.shipping_method img{
    width: 80px;
    height: 80px;
}
.shipping_method h2{
    font-size: 25px;
    font-weight: lighter;
    line-height: 24px;
    color: black;
}

input[type='radio'] {
    vertical-align: bottom;
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border:1px solid black;
    border-radius:50%;
    outline:none;
    margin-right : 6px;
}

input[type='radio']:before {
    content:'';
    display:block;
    width:50%;
    height:50%;  
    border-radius:50%;    
}
.radio_buttons{
    border-top: 1px solid #00000038;
    padding: 25px 0px 0px;
}
.radio_buttons p {
    margin-top: -14px;
    font-size: 14px;
    line-height: 20px;
    color: black;
}
.radio_buttons span{
    color: #1A8637;
}
.payment_button button{
    width: 100%;
    background-color: black;
    color: white;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    margin-top: 3rem;
    font-size: 18px;
    font-weight: bold;
}
.order_summary_sec2{
    margin-top: 4.5rem;
}
.single_product_left2 img{
    width: 143px;
    height: 143px;
}
.help_sec2 p{
    font-size: 13px;
    color: black;
    line-height: 24px;
    font-weight: 600;
}
.tab-content2>.active {
    display: block;
    width: 280%;
    margin-left: -478px;
}
.contact_info {
    background-color: #FAFAFA;
    padding: 55px;
    height: 90vh;
}
.contact_info h1{
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
}
.contact_info h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
}
.contact_info p{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.contact_info button{
    background-color: black;
    color: white;
    width: 100%;
    border: 0;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 25px;
}
.nav-tabs .nav_link2 {
    border: none; 
    position: relative; 
    color: #000000; 
    padding: 0px 15px; 
    font-size: 14px;
}
/* Sign_in page */
.sign_in{
    background-color: #FBFAF7;
    padding: 55px 0px;
}
.sign_in_form{
    width: 80%;
}
.form-container input[type="email"],
.form-container input[type="password"],
#zip
{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    font-size: 16px;
}
#email{
    margin: 1px 0;
}
.form-container input[type="text"]{
    width: 50%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    font-size: 16px;
}

.form-container button {
    width: 100%;
    padding: 10px;
    background-color: black;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 35px;
}

.password-container {
    position: relative;
}

.password-container input {
    padding-right: 40px;
}

.password-container .toggle-password {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #F5F5F5;
 
    height: 40px;
    width: 43px;
    padding: 10px;
}
.sign_in_text h4{
    font-size: 25px;
    font-weight: lighter;
    color:black ;
}
.sign_in_text p{
    font-size: 15px;
    font-weight: normal;
    color:black ;
    margin-top: 15px;
}
.forget_buttons a{
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: normal;
    color:black ;
    margin-top: 15px;
}
.create_account_card{
    background-image: url(../img//image\ 7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    height: 670px;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.336); /* 0.5 is the opacity level */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 1;
  }
  .create_account_card_child {
    z-index: 2;
    position: relative;
}
  .create_account_card_parent{
    width: 75%;
  }

.create_account_card img{
    width: 175px;
}
.create_account_card h1{
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
.account_shipping_heading img{
    width: 22px;
    height: 22px;
}
.account_shipping_heading p{
    color: white;
    font-size: 18px;
    font-weight: normal;
}
.create_account_card button{
    background-color: white;
    color: black;
    font-size: 15px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 8px 0;
    margin-top: 15px;
    font-weight: bold;
}
.form-container img{
    width: 160px;
}
.form-container2 img{
    width: 100%;
}
.to_top a{
    display: flex;
    background-color: #E5E5E5;
    justify-content: center;
    padding: 10px 0 0;
    gap: 8px;
}
.to_top svg , .to_top p{
    font-size: 16px;
    color: black;
}
.accented {
    accent-color: black;
  }

  input[type="checkbox"] {
    --size: 1rem;
    block-size: var(--size);
    inline-size: var(--size);
    border-radius: 0 !important;
  }  
  .input_conditions p{
    font-size: 14px;
    line-height: 10px;
  }
  .privacy_policy a{
    border-bottom: 1px solid;
    font-size: 15px;
    font-weight: bold;
  }
  .privacy_policy p{
    font-size: 15px;
  }
  .sign_btn{
    background-color: white !important;
    color: black !important;
    border: 1px solid !important;
    margin-top: 0 !important;
  }
  .code_btn{
    width: 120px !important;
    background-color: white !important;
    color: #000000 !important;
    border: 1px solid !important;
    font-size: 14px !important;
    padding: 5px !important;
    margin-top: 20px !important;
    border-radius: 2px !important;
    cursor: pointer;
  }
  .forgot_code a{
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    margin-top: 20px;
  }
  .forgot_code{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  /* Contact Page */
  .contact_detail h1{
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
  }
  .contact_details_number p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1px;
    color: #777777;

  }
  .contact_details_number a{
   color: #A6842E !important;
    font-size: 16px !important;
    line-height: 1px !important;
  }
  .contact_detail_hour p{
    font-size: 16px;
    font-weight: 300;
    line-height: 2px;
    color: #777777;

  }
  .contact_detail_hour span{
    font-size: 16px;
    font-weight: 300;
    line-height: 2px !important;
    color: black;

  }
  .contact_detail_email p{
    font-size: 16px;
    font-weight: 300;
    line-height: 2px;
    color: #777777;

  }
  .contact_detail_email span{
    font-size: 16px;
    font-weight: 300;
    line-height: 2px !important;
    color: black;

  }
  #Message{
    width: 100%;
    padding-bottom: 80px;
  }
  .chebox_text{
    font-size: 14px;
  }
  /* Faq Sec */
  .faq_sec h1{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
  }
  .accordion.accordion_parent ,.accordion.accordion_parent2{
    --bs-accordion-border-color: none !important;
    --bs-accordion-active-bg: none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.219);
    border-bottom: 1px solid rgba(0, 0, 0, 0.219);
    margin-top: 2rem;
  }
  .accordion-button.acor_btn:focus{
    box-shadow: none;
  }
  .accordion-button.acor_btn{
    padding: 20px 0px;
  }
  button.accordion-button.acor_btn{
    font-size: 18px;
    color: black;
  }
  .accordion-body.acor_body {
    font-size: 14px;
    padding: 0;
    color: rgba(0, 0, 0, 0.61);
    padding-bottom: 1rem;
}
/* Blog Page */
.blog_card{
    position: relative;
}
.blog_card img{
    width: 350px;
}
.blog_card_date p{
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    color: #9C9B99;
    margin-top: 1rem;
}
.blog_card_heading h1 {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    color: black;
}
.blog_card_heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #858585;
}
.blog_card_heading a {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #858585;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_card_heading svg{
    font-size: 14px;
}
.more-content {
    display: none;
}

.show-more-button {
    cursor: pointer;
}
.pagination.blog_pagi {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    --bs-pagination-border-width: none;
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-focus-bg: none;
}
.page-link.page_link{
    padding: 0 5px;
    font-size: 12px;
    color: #000000;
}
.blog_sec{
    border-bottom: 1px solid #D9D1D1;
   padding-bottom: 2rem;
}
.blog_name{
    position: absolute;
    top: 8px;
    left: 8px;
}
.blog_name p ,.by_admin a{
    background-color: #a6842e;
   padding: 4px 22px;
    color: white !important;
}
.by_admin p{
    margin-top: 20px;
    color: #9C9B99;
    font-size: 16px;
}
.single_blog_card h1{
    font-size: 20px;
    width: 500;
    line-height: 25px;
    color: #000000;
    margin-bottom: 1rem;
}
.single_blog_card p{
font-size: 15px;
font-weight: 400;
line-height: 20px;
color: #4a4a4a;
margin-top: 1rem;
}
.single_blog_card h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4a4a4a;
    margin-top: 1.5rem;
    padding:1rem 0 1rem 1.2rem;
    border-left: 2px solid #A6842E;
    font-style: italic;
    }
    .single_blog_card2{
        border-bottom: 1px solid #D1D1D1;
        padding-bottom: 1rem;
    }
    .single_blog_card2_img img{
        width: 300px;
        height: 300px;
    }
.single_blog_card2_img p,.single_blog_card2 p{
    font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #858585;
}
.sibgle_blog_tags p{
    color: black;
    font-size: 15px;
}
.sibgle_blog_tags a{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #858585 !important;
}
.sigle_blog_social_icon svg{
    font-size: 13px;
}
.single_blog_search_sec h1 {
    font-size: 25px;
    font-weight: lighter;
    line-height: 32px;
    color: #000000;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px;
    margin-top: -20px;
}
.single_blog_search_box input{
    width: 340px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 10px;
    border-radius: 2px ;
    outline: none;
    border:1px solid #E5E2DF !important;
}
.single_blog_search_box button{
    background-color:black;
    color: white;
  
    border: 0;
    padding: 10px 22px;
}
.post_cat h1, .recent_post h1{
    font-size: 25px;
    font-weight: lighter;
    line-height: 32px;
    color: #000000;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px;
    margin-top: 2rem;
}
.post_cat p{
    margin-top: 1.5rem;
    font-size: 15px;
    line-height: 10px;
    color: #9C9B99;

}
.recent_post_img{
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 30px;
}
.recent_post_img img{
    width: 100px;
}
.recent_post_img_text p{
    font-size: 14px;
    color: #9C9B99;
    line-height: 10px;
   
}
.recent_post_img_text h6{
    font-size: 16px;
    color: #b7842e;
    line-height: 20px;
    font-weight: 500;
}
/* New Navbar */
a{
    text-decoration: none;
    color: inherit;
}
body{
    overflow-x: hidden;
}
.top_nav{
    background-color: black;
    color: white;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}
.top_nav_content a{
    color: inherit;
    margin-left: 5px;
    font-size: 15px;
}
.top_nav .slick-prev svg{
position: absolute;
left: 0;
top: 8px;
}
.top_nav .slick-next svg{
position: absolute;
right: 0;
top: 8px;
}
.mid_nav{
padding: 20px 8px;
}
.searchbar input{
border: 0;
width: 350px;
height: 40px;
background: #f5f5f5;
padding-inline: 8px;
font-size: 16px;
color: #6F6B6B;
outline: 0;
}
.searchbar svg{
background: #f5f5f5;
padding:12px 10px;
margin-bottom: 0;
cursor: pointer;
}
.drop_btn, .mid_nav_stage, .mid_nav_badge{
font-size: 15px;
outline: 0;
font-weight: bold;
}
.btn.show, .drop_btn, .btn:first-child:active{
border-color:white !important;
}
.navbar_menu{
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding: 8px 0 0 0;
overflow-x: auto;
text-wrap: nowrap;
}
.navbar_menu .nav_list{
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
}
.navbar_menu .nav_list li{
text-decoration: none;
list-style: none;
font-size: 16px;
color: black;
font-weight: 500;
}
.main_drop{
font-size: 16px;
color: black;
font-weight: 500;
}

ul.nav_list li:hover {
border-bottom: 2px solid #000;
display: block;
height: 100%;
padding: 1rem 0.8rem;
cursor: pointer;
}

ul.nav_list li {
border-bottom: 2px solid transparent;
display: block;
height: 100%;
padding: 1rem 0.8rem;
}

ul{
margin: 0;
padding: 0;
}
.nav_list a{
text-decoration: none;
color: inherit;
}
.offer_list{
padding: 20px 20px;
border-right:  1px solid #e5e5e5;
padding-right: 150px;
}
.offer_list_img img{
width: 50px;
}
.offer_list_text p{
font-size: 14px;
font-weight: bold;
line-height: 15px;
}
.offer_list_text span{
font-size: 14px;
line-height: 5px;
}
.dazzling{
font-size: 14px;
font-weight: bold;
}
.offer_list_sec{
border-bottom: 1px solid #D6BD39
}
.offer_list_sec .slick-prev{
position: absolute;
top: 50%;
transform: translateY(-50%);
display: none !important;
background-color: black;
color: white;
padding: 5px 15px;
margin-inline: 10px;
}
.offer_list_sec:hover .slick-prev{
display: block !important;
}
.offer_list_sec .slick-next{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
display: none !important;
background-color: black;
color: white;
padding: 5px 15px;
margin-inline: 10px;
}
.offer_list_sec:hover .slick-next{
display: block !important;
}


/* reward */
.reward_banner {
    background-image: url(../img/Group\ 449.png);
    background-size: cover;
    max-width: 100%;
    height: 450px;
    background-repeat: no-repeat;
}

.reward_banner_card_text p img {
    width: 20px;
}

.reward_banner_card {
    padding-top: 7rem;
    margin-right: 5rem;

}

.reward_banner_card_text {
    background-color: white;
    color: #000000;
    width: 350px;
    padding: 25px 25px;
}

.reward_banner_card_text h1 {
    font-size: 20px;
    font-weight: 700;
}

.reward_banner_card_text p {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.reward_banner_card_text a {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.reward_banner_card_form {
    background-color: black;
    padding: 41px 25px;
    text-align: center;
}

button.rewadr_up {
    background-color: white;
    border: 0;
    padding: 7px 64px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

button.rewadr_in {
    background-color: black;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7px 64px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.reward_or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: white;
    margin: 10px 0;
}

.reward_or::before,
.reward_or::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 1px solid white;
    margin: 0 10px;
    width: 60px;
}

.reward_or span {
    padding: 0 10px;
}

.accordion.acor_reward {

    --bs-accordion-active-bg: black !important;
    margin-top: 2rem;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.accordion-button.reward_btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.accordion-button.acor_btn {
    padding: 20px 0px;
}

.accordion-button.reward_btn:not(.collapsed) {
    color: white;
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
            box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item.reward_item .accordion-header .accordion-button {
    border: 0 !important;
    font-size: 16px;
}

.accordion-button.reward_btn:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
        -ms-transform: var(--bs-accordion-btn-icon-transform);
            transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button.reward_btn::after {
    background-image: none;
}

button.accordion-button.reward_btn:after {
    content: '\f053';
    font-family: fontawesome;
    rotate: 90deg;
}

button.accordion-button.reward_btn.collapsed {
    background-color: black;
    color: white;
}

.reward_acor_body_left_points img {
    width: 40px;
    height: 40px;
}

.reward_acor_body_left_text h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.reward_acor_body_left_text p {
    font-size: 16px;
    line-height: 20px;
}

.reward_acor_body_left_text a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline !important;
}

.reward_acor_body_left_text {
    border-bottom: 2px solid #e5e5e5;
    width: 100%;
    padding-bottom: 1.5rem;
}

.reward_acor_body_left_points svg {
    background: #deca86;
    padding: 12px;
    border-radius: 50px;
}

.reward_acor_body_left,
.reward_acor_body_right {
    width: 50% !important;
}

.accordion-button.reward_btn {
    border-radius: 0 !important;
}


/* order history */

.order_history_banner {
    /* background-image: url(../img/image.png); */
    background-size: cover;
    max-width: 100%;
    /* height: 450px; */
    background-repeat: no-repeat;
}

.order_history_show select {
    padding-inline: 2rem;
    margin-right: 1rem;
}

.order_history_text h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.order_history_text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.order_history {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1rem;
    padding-bottom: 20px;
    padding: 10px;
}

.nav-tabs.order {
    border-bottom: none !important;
    --bs-nav-tabs-border-width: inherit;
    --bs-nav-tabs-border-color: inherit;
}

.nav-tabs.order .nav-link.active::after {
    content: none;

}

.nav-tabs.order .nav-link {
    border: none;
    color: #000000;
    padding: 10px 59px 10px 0px;
    font-size: 18px;
}

.nav-item.order button {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.747) !important;
}

.order_search {
    position: relative;
    width: 300px;
    margin: 21px 0;
}

.order_search-input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: none;
    border-radius: 38px;
    background-color: #f0f0f0;
    font-size: 16px;
    outline: none;
}

.order_search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
    color: #0000009c;
    cursor: pointer;
}

.order_table th {
    padding: 12px 100px 8px 25px;
    background: #f0f0f0 !important;
}

.order_table td {
    padding: 19px 100px 19px 25px;
}

.td_img1 img,
.td_img2 img {
    width: 30px;
}

.td_row {
    border-bottom: 1px solid #F1F1F1
}

section.order_history_sec {
    padding-bottom: 5rem;
}

.td_id {
    color: #B1882C;
}

.td_fail {
    color: red;
}

.td_paid {
    color: green;
}

.td_pend {
    color: #ffbb33;
}

.no_order_history img {
    width: 70px;
    margin: auto;
}

.no_order_history_sec {
    padding: 15rem;
}

.no_order_history {
    text-align: center;
}

.no_order_history h2 {
    margin-block: 1rem;
    font-size: 18px;
    font-weight: 600;
}

.no_order_history a {
    text-decoration: underline !important;
}

/* Store Locator */
.map-location-wrapper img {
    width: 50rem;
}

.country-names a {
    color: #000;
    text-decoration: underline !important;
}

/* Gift Page */
.gif_nav_logo img{
    width: 220px;
}
.gif_nav{
    padding-block: 1.2rem;
    border-bottom: 1px solid #E5E5E5
}
.gif_nav_icon svg {
    font-size: 18px;
    padding-block: 9px;
    background: #f5f5f5;
    padding-inline: 8px;
   float: right;
}
.gift_offcanvas#staticBackdrop {
    width: 36% !important;
}
.gift_banner_content {
    -webkit-box-shadow: 0px 0px 8px 0px #C7C7C740;
            box-shadow: 0px 0px 8px 0px #C7C7C740;
    border: 1px solid #F2F2F2;
    padding: 20px 20px;
    width: 100%;
    margin-top: -80px;
}
.nav-link.gift {
    color: rgb(0, 0, 0) !important;
    width: 49%;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: inherit;
    font-size: 18px;
    text-wrap: nowrap;
}
.nav-tabs .nav-link.gift.active {
    color: black !important;
    background: none;
    border-bottom: 2px solid #000000cb !important;
    text-wrap: nowrap;
    font-size: 18px !important;
}
.nav-tabs.gift .nav-link.gift:hover {
    color: black !important;
    background: none;
}
.gif_left {
    padding: 39px;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0px 0px 8px 0px #C7C7C740;
            box-shadow: 0px 0px 8px 0px #C7C7C740;
    margin-left: 2rem;
}
.gif_right {
    padding: 39px;
}
.gift_banner_content h1 {
    font-size: 30px;
    font-weight: 500;
    margin-left: 2rem;
    padding-block: 1rem;
    margin-top: 4rem;
}
.gift_banner_img img {
    width: 94%;
    margin-inline: 2.5rem;
    z-index: 99999 !important;
}
.gift_footer{
    background-color: #000000;
    text-align: center;
    padding: 1rem;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   
}
.gift_footer a{
    border-right: 1.8px solid white;
    padding-inline:15px ;
    text-transform:uppercase !important;
    text-wrap: nowrap;
}
.gift_footer a:last-child {
    border-right: none !important;
  }
  .gift_upper h5, .gift_right_cart h5{
    text-align: center;
    padding-bottom: 1rem;
    font-size: 16px;
    font-weight: 900;
   text-wrap: nowrap;
  }
  .gift_right_cart{
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 1rem;
  }
  .gift_upper img{
    width: 300px;
    margin-inline: auto;
    border-radius: 12px;
  }
  .gift_drop{
    border-bottom: 1px solid #9B9B9B;
    -webkit-box-shadow: 0px 2px 4px 2px #00000014;
            box-shadow: 0px 2px 4px 2px #00000014;
    margin-block: 2rem;
    padding: 6px;
    border-radius: 5px;
  }
  .gift_bottom_img img{
    border-radius: 12px;
    margin-inline: auto !important;
    width: 100%;
  }
  .gift_add button{
    border: none;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.233);
    font-weight: 900;
    font-size: 18px;
  }
  .gift_add input{
    border: none;
    color: black !;
  }
  .cart-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 200px;
    margin: auto;
  }

  /* Minus and Plus buttons styling */
  .btn {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
  }

  /* Value display styling */
  .value-section {
    font-size: 25px;
    font-weight: 700;
    padding: 5px 53px;
    padding-left: 0;
    border-bottom: 2px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    gap: 5px;
}
  .value-section span{
    color: black !important ;
    font-size: 25px;
    font-weight: 700;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin-bottom: 0;
  }

  /* Dollar sign styling */
  .dollar-sign {
    font-weight: normal;
  }
  .cart-section .btn{
    -webkit-box-shadow: 0px 0px 8px 0px #D3D3D3;
            box-shadow: 0px 0px 8px 0px #D3D3D3;
    padding: 5px 15px;
  }
  .cart_condition p{
    font-size: 16px;
    font-weight: 600;
  }
  .cart_values_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 343px;
    margin-top: 1rem;
}
.cart_values_btn button {
    border: 1px solid #E0E0E0;
    background: white;
    font-size: 16px;
    font-weight: 500;
    padding: 4px;
    width: 100%;
}
.section-heading {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
  }

  /* Input Section Styling */
  .cart_input-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }

  /* Input Group Styling */
  .cart_input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* Icon Styling */
  .cart_input-icon {
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #555;
  }

  /* Input Field Styling */
  .cart_form-control {
    border-bottom: 2px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    width: 100%;
    padding-bottom: 5px;
    font-size: 14px;
}
  .cart_form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  /* Brown Section Styling */
  .brown-section {
    /* background-color:rgba(214, 18, 18, 0.801); */
    border-radius: 10px;
    color: black;
}

  /* Button Styling */
  .cart_btn-primary {
    background-color:black;
    border: none;
    padding: 0.8rem;
    font-size: 1rem;
    color: white;
    border-radius: 5px !important;
  }
  .cart_input-group svg{
    font-size: 20px;
  }
  .character_limit{
    text-align: end !important;
  }
  .character_limit span{
 
    color: black !important;
  }

.slick-slide img {
    display: inline !important;
}

/* header */
ul.dropdown-menu.show {
    border-radius: 0;
}
ul.dropdown-menu.show li {
    padding: 2px 3px !important;
}
ul.dropdown-menu.show li:hover{
    border: 0;
    padding: 2px 3px !important;
}

.dropdown-item.main_drop.active, .dropdown-item.main_drop:active {
    
    background-color:inherit !important;
}
.btn.show, .drop_btn, .btn:first-child:active {
    border-color: white !important;
    border: 0;
    background: 0;
    padding-inline: 7px;
}
.dropdown-menu.sign_in2.show li {
    padding: 20px;
    width: 200px;
    margin: 0 !important;
}
ul.dropdown-menu.sign_in2.show {
    margin-top: 1rem !important;
}
ul.dropdown-menu.top_drop.show li {
    padding: 8px 3px !important;
    font-size: 14px;
}
ul.dropdown-menu.show.top_drop li:hover {
    padding: 8px 3px !important;
    font-size: 14px;
    text-decoration: none;
    color:#c59f3f;
}
.dropdown-item.active, .dropdown-item.top_drop:active {
    background-color: inherit !important;
}
.drop_sign a{
    padding: 10px 5px;
    font-size: 15px;
}
.drop_sign a:hover{
    padding: 8px 5px;
    text-decoration: underline !important;
    font-size: 15px;
}
.offcanvas-header.drop_sign {
    background-color: inherit;
    color: white;
    height: 52px;
    border-bottom: 1px solid #00000078;
}

.main_drop2{
    border: 0;
    background: inherit;
    padding: 5px 0;
    border: 0 !important;
}
.modal-content.search {
    border-radius:0;
    outline: 0;
}
.modal-dialog.search {
    max-width:100%;
}
.modal.search {
    --bs-modal-margin:0;
}
.modal-header.search{
    border: 0;
}
.modal-content.search h1{
    font-weight: bold;
    font-size: 20px;
}
.modal-body.search{
 border-bottom: 2px solid black !important;
 margin-bottom: 3rem;
 margin-inline: 20px;
 text-align: center;
}
.modal-body.search input{
    border: 0 !important;
    outline: none !important;
   width: 300px;
   padding-block: 1rem;
}
.modal-body.search button {
    border: 0;
    background: black;
    color: white;
    font-size: 16px;
    padding: 6px 14px;
}
.mid_nav_row{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mid_nav_social-icons{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
}
.btn {
    --bs-btn-padding-x: 0;
}
.footer_info img:first-of-type {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
.footer_info .row{
    -webkit-box-align:center ;
        -ms-flex-align:center ;
            align-items:center ;
}

/* Legal Page */
.legal_left_sec h1,
.legal_right_sec h1 {
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
}

.legal_left_sec a {
    display: block;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
}

.legal_right_sec a {
    font-weight: bold;
    text-decoration: underline !important;
}

.legal_right_sec p {
    font-size: 16px;
    line-height: 35px;
    color: #000000;
}

.legal_mandatory span {
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
}

.legal_sec {
    border-bottom: 1px solid #D9D1D1
}

.dropdown-custom {
    width: 100%;
    /* Full width */
    position: relative;
}

.dropdown-custom select {
    width: 100%;
    padding: 10px 40px 10px 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid black;
    font-size: 1rem;
    border-radius: inherit;
}

.dropdown-custom::before {
    content: "Select a page";
    position: absolute;
    top: -0.5rem;
    left: 10px;
    font-size: 17px;
    color: #888;
    background: white;
}

.dropdown-custom::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    color: #888;
}

.form-control.legal:focus {
    color: inherit;
    background-color: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border-color: black;
    outline: 0;
}

/* profile page */

.profile_sec {
    padding: 1.5rem;
    background: #F5F5F5;
}

.profile_sec_left {
    background: white;
    padding: 40px 20px;
    position: sticky;
    top: 0;
}

.profile_sec_left h1 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.profile_sec_left p {
    text-align: center;
    font-size: 16px;
}

.progress-wrapper {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
    height: 15px;
    overflow: hidden;
}

.progress-bar {
    width: 20%;
    background-color: #000;
    height: 100%;
    border-radius: 12px;
    position: relative;
}

.profile {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: white;
    color: black;
}

.profile_progress {
    border-bottom: 1px solid #00000038;
    /* margin-bottom: 1rem; */
    padding-bottom: 20px;
}

.birthday_profile p {
    text-align: left;
    font-size: 14px;
}

.birthday_profile h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.birthday_profile {
    padding: 5px 15px;
    border-bottom: 1px solid #00000038;
}

.custom-check-icon {
    color: white;
    font-size: 11px;
    background: green;
    padding: 5px;
    border-radius: 15px;
}

.about_me_sec,
.about_me_sec2,
.shipping_address,
.saved_cards,
.my_store,
.my_login {
    background-color: white;
    padding: 40px 20px 4px 20px;
}

.my_store {
    padding-bottom: 1.5rem;
}

.about_me_top {
    border-bottom: 1px solid #00000038;
}

.about_me {
    background-color: white;
}

.about_me h2,
.my_store h2,
.my_login h2 {
    font-size: 20px;
    font-weight: 700;
}

.about_me_top h6 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.about_me a {
    border: 1px solid black;
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 700;
}

.shipping_address_content h2,
.saved_cards h2 {
    border-bottom: 1px solid #00000038;
    padding-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 700;
}

.saved_cards h2 {
    border: 0;
    padding-bottom: 1rem;
}

.shipping_address_content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 1.5rem;
}

.shipping_address_form .us {
    background-color: black;
    color: white !important;
    width: 50%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}

.shipping_address_form .inter {
    background-color: white;
    color: black !important;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 1px solid #00000077;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}

.did-floating-label-content {
    position: relative;
    margin-bottom: 20px;
}

.did-floating-label {
    color: black !important;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 11px;
    padding: 0 5px;
    background: #fff;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background: #fff;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.438);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    &:focus {
        outline: none;

        ~.did-floating-label {
            top: -8px;
            font-size: 13px;
        }
    }
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-input:not(:-moz-placeholder-shown)~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-input:not(:-ms-input-placeholder)~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
    top: 11px;
    font-size: 13px;
}

.did-floating-input:not(:-moz-placeholder-shown)+.did-floating-label {
    top: -12px;
    left: 10px;
    font-size: 12px;
    color: #007bff;
}

.did-floating-input:not(:-ms-input-placeholder)+.did-floating-label {
    top: -12px;
    left: 10px;
    font-size: 12px;
    color: #007bff;
}

.did-floating-input:focus+.did-floating-label,
.did-floating-select[value]:not([value=""])+.did-floating-label,
.did-floating-input:not(:placeholder-shown)+.did-floating-label {
    top: -12px;
    left: 10px;
    font-size: 12px;
    color: #007bff;
}

/* Error styles */
/* .error-border {
    border-color: red;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-bottom: 5px;
    position: absolute;
    top: -20px;
    left: 0;
} */

.profile_btn {
    width: 100%;
    text-align: end;
}

.profile_btn button {
    border: 1px solid rgba(0, 0, 0, 0.432);
    padding: 5px 25px;
    border-radius: 5px !important;
}

.profile_btn button:hover {
    border: 1px solid rgba(0, 0, 0, 0.432);
    padding: 5px 25px;
    border-radius: 5px !important;
}

.shipping_address {
    background-color: white;
    padding: 40px 20px 25px 20px;
}

select.did-floating-select {
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
}

.birthday_select h2 {
    font-size: 20px;
    font-weight: 700;
}

.birthday_action_btn {
    width: 100%;
    text-align: end;
    padding-bottom: 1rem;
}

.birthday_action_btn button {
    border: 1px solid black;
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
}

.birthday_action_btn button:hover,
.about_me a:hover {
    background-color: #000000;
    color: white !important;
}

.profile_conditions a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline !important;
}

.save_card_ques {
    font-size: 14px;
    font-weight: 300;
}

a.save_card_ques {
    font-size: 14px;
    font-weight: 300;
}

.nav-tabs.profile {
    border-bottom: none !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.nav-tabs.profile .nav-link.active::after {
    background-color: inherit;
}

.nav-link.profile.active {
    color: white !important;
    width: 49%;
    text-align: center;
    background: black;
    border-radius: inherit;
}

.nav-link.profile {
    color: rgb(0, 0, 0) !important;
    width: 49%;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: inherit;
    border: 1px solid #000;
}

.nav-tabs.profile .nav-link:hover {
    background: black;
    color: white !important;
}

.inter_btn {
    width: 100%;
    text-align: end;
    margin-top: 2rem;
}

.inter_btn a {
    border: 1px solid black;
    padding: 10px;
    font-size: 15px;
}

.tab-pane p {
    font-size: 16px;
}

.my_store button {
    background: white;
    color: #000000;
    border: 1px solid black;
    border-radius: 5px !important;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 6px;
}
.my_store button:hover,
.my_login button:hover {
    background: black;
    color: white;

}

.storecanvas {
    width: 40% !important;
}

.storecanvas .offcanvas-header {
    background-color: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.myStoreInput input[type="text"] {
    width: 600px;
    height: 46px;
    margin: 20px 0;
}

.myStoreInput {
    background-color: #f5f5f5;
    padding: 20px 26px;
}

.offcanvas_store_button button {
    background: white;
    color: #000000;
    border: 1px solid black;
    border-radius: 5px !important;
    font-weight: 700;
    padding: 10px 40px;
}

.offcanvas_store_links a {
    text-decoration: underline !important;
    font-weight: bold;
}

.offcanvas-header.store h5 {
    font-size: 20px;
    font-weight: 600;
}

.saved_cards {
    padding: 40px 20px 21px 20px;
}

.my_login a {
    border: 1px solid black;
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 700;
}

.my_login a:hover {
    background: black;
    color: white !important;
}

.my_login {
    padding: 20px;
}

.form-container.my_login {
    display: none;
    /* Initially hidden */
    margin-top: 10px;

    padding: 15px;
}

.form-container.my_login input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

.form-container.my_login button {
    padding: 10px 15px;
    margin-right: 10px;
}

.field-icon {
    float: right;
    /* margin-left: 0px; */
    margin-top: -38px;
    position: relative;
    z-index: 2;
    margin-right: 12px;
}

.form-control.my_login:focus {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
}

.form-container.my_login input {
    padding: 8px 19px;
}

.my_login_btn {
    width: 100%;
    text-align: right !important;
}

.my_login button {
    width: 20%;
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px !important;
}

.my_login_conditins p {
    font-size: 18px !important;
    line-height: 5px;
    margin-top: 22px;
}

/* About Page */
.banner_img img {
    width: 100%; 
    max-width: 445px; 
    -o-object-fit: cover; 
       object-fit: cover;
}

.banner_img {
    padding-block: 5rem;
    position: relative;
}

.banner_img_absolute_img {
    position: absolute;
    top: 69%;
    left: 3rem;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}
.banner_img_absolute_img img {
    width: 238px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-animation: smoothUpDown 7s ease-in-out infinite;
            animation: smoothUpDown 7s ease-in-out infinite;
}
@-webkit-keyframes smoothUpDown {
    0%, 100% {
        -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
    }
    50% {
        -webkit-transform: translate(50%, -57%);
                transform: translate(50%, -57%);
    }
}
@keyframes smoothUpDown {
    0%, 100% {
        -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
    }
    50% {
        -webkit-transform: translate(50%, -57%);
                transform: translate(50%, -57%);
    }
}
.about_banner_text h1{
    font-weight: 500;
    font-size: 31px;
    line-height: 40px;
    color: #000000;
}
.about_banner_text p{
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 1.5rem;
    text-align: left;
}
.about_banner_text p span{
    font-weight: 600;
    font-size: 18px;
   font-style: italic;
}
.about_banner_text{
    padding-block: 10rem;
    width: 75%;
}
.about_banner_text h6{
    font-family: Seaweed Script;
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    
}
.toxic_card img{
    width: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-inline: auto;
    margin-bottom: 15px;
}
.toxic_card {
    text-align: center;
    border-right: 1px solid #D4D4D4;
    padding-right: 41px;
}
.toxic_card h4{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}
.toxic_card p{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.toxic_card_wrapper:last-child .toxic_card {
    border-right: none;
}
.about_team_sec{
    margin-top: 5rem;
}
.team_member{
    margin-top: 2rem;
}
.team_member_text button{
    padding: 8px 19px;
    background-color: white;
    color: #000000;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.team_member{
    -o-object-fit: cover;
       object-fit: cover;
}
.team_member img {
    -webkit-transition: border-radius 0.3s ease;
    -o-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease;
    width:285px;
    height:285px;
}
.team_member img:hover {
    border-top-left-radius: 8.3rem;
    border-top-right-radius: 8.3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.team_member p{
text-align: center;
font-size: 16px;
line-height: 10px;
margin-top: 1rem;
font-weight: 500;
}
.about_energy {
    background: #f9f6ed;
}
.about_energy_left_text {
    padding-block: 4rem;
}
/* .about_energy_left{
    padding-left: 12rem;
} */
.about_energy_left_text h1{
    font-size: 40px;
line-height: 55px;
font-weight: 500;
text-transform: capitalize;
}
.about_energy_left_text p{
    font-size: 18px;
line-height: 25px;
font-weight: 500;
}
.about_energy_left_text h6{
    font-size: 18px;
line-height: 25px;
font-weight: 700;
}
.about_energy_left_text button {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    border: 0;
    padding: 8px 30px;
    background-color: black;
    border-radius: 5px;
    color: rgb(255 255 255 / 91%);
    margin-top: 22px;
}
/* .about_energy_right img {
    width: 860px;
    float: right;
} */
.section_inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.about_energy_left {
    width: 40%;
    padding-right: 30px;
}
.about_energy_right {
    width: 50%;
}
.about_energy_right img {
    height: 628px;
}
.about_us_last_text h1 {
    font-family: Rosario;
    font-size: 42px;
    font-style: italic;
    font-weight: 400;
    line-height: 61.78px;
    text-align: center;
    margin-block: 4rem;
}
.about_product_img{
    height: 407px;
}

/* self_care */
.self_care_banner {
    padding-top: 4rem;
}

.self_care_banner img {
    width: 500px;
    height: 440px;
}

.self_care_banner_text {
    width: 43% !important;
}

.self_care_banner_text h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #000000;
}

.self_care_banner_text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #777777;
}

.self_care_banner_text h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #858585;
    margin-top: 1.5rem;
    padding: 1rem 0 1rem 1.2rem;
    border-left: 2px solid #A6842E;
    font-style: italic;
}

.self_care_help {
    margin-top: 5rem;
}

.self_care_help_list h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
}

.self_care_help_list ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    color: #000000;
    margin-left: 2rem;
}

.self_care_help_list button {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: white;
    background-color: black;
    margin-left: 2rem;
    border-radius: 5px !important;
    padding: 2px 18px;
    margin-top: 1rem;
    border: 0;
}

.self_care_help_img img {
    width: 600px;
    height: 450px;
    margin-top: -50px;
}

.self_care {
    border: 1px solid #D9D1D1;
    padding-bottom: 2rem;

}

/* mobile view */
@media(max-width: 1024px){
.social_media svg{
        margin-right: 19px !important;
    }
    .slick-next {
        left: 92%;
}
.h2 {
    font-size: 35px !IMPORTANT;
}
.timer img {
    margin-top: 126px;
}
.our-product  img {
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 46px;
}
.our-product-slider .slick-next {
    left: 96%;
}
.about_single_product h5 {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}
.single_product_right a {
    font-size: 11px;
}
.order_summary_right {
    margin-left: 60px;
}
.saving_rupees {
    margin-left: 73px;
}
.order_total p {
    margin-left: 148px;
}
img.afterpay-img-2 {
    margin-left: 31px;
}
.multiple_product_card img {
    height: 160px;
    width: 143px;
}
.multiple_product_card_hover p {
    font-size: 9px;
}
.multiple_product_card_hover {
    margin-left: 6px; 
}
.add_to_cart2 {
    left: 1.3rem;
    font-size: 13px;
}
.exchange {
    font-size: 10px;
    font-weight: bold;
}
.tab-content2>.active {
    display: block;
    width: 230%;
    margin-left: -350px;
}

}
@media screen and (min-width: 992px){
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        border: none !important;
        background: none;
    }
    .card-wrapper{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
       
    }
    .product-content{
        padding-top: 0;
    }
    .single_product_right{
        text-align: left !important;
    }
   

}

@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
  }
@media(max-width: 768px){
    .timer img {
        margin-top: 0;
    }
    .multiple_product_card img {
        height: 160px;
        width: 194px;
    }
}
@media(max-width: 668px){
.hover_content {
visibility: visible !important;
}
.button-overlay2 {
    cursor: pointer;
    opacity: 1 !important;
}
.product-links{
    bottom: 10px;
    opacity: 1 !important;
    height: 450px !important;
  }
.button-overlay2 .add_to_cart button.btn
 {
    bottom: 70px !important;
 }
.footer_info {
    text-align: center;
}
.our-product-slider .slick-next {
    left: 97%;
}
.our-product {
    display: block;
}
.our_products_card {
    width: 100%;
    text-align: center;
}
.our_products_card img {
    display: none;
}
.our-product-slider {
    width: 100%;
    text-align: center !important;
}
.our-product-slider img {
    width: 73% !important;
    height: auto;
    margin: auto;
}
.our_products_card img {
    width: 71% !important;
    height: auto;
    margin: auto;
}
.categories-bg { 
    margin: 0px 17px;
}
.footer_info img {
    padding: 24px 0px;
}
.footer_info {
    padding-top: 44px !IMPORTANT;
}
.site_footer {
    padding-bottom: 24px;
    padding-top: 0;
}
.newsletter input.fild {
    width: 65%;
    float: left;
}
.newsletter button.btn {
    padding-bottom: 5px;
    background: none;
}
.h2 {
    font-size: 25px !important;
    margin-bottom: 25px !important;
}
.instagram_post.text-center {
    background: none !IMPORTANT;
}
.slick-next{
    left: 91%;
}
}
@media(max-width: 480px){

.slick-next {
    left: 87%;
}
.timer .h2 {
    margin-bottom: 0  !important;
}
.our-product-slider .slick-next {
    left: 93%;

}   
.our-product-slider .slick-prev {
    display: block !important;
}
.our-product-slider .slick-next {
    display: block !important;
}
.scroll_top{
    top: -44px;
    right: 0;
}
.top_bar_social svg {
    font-size: 15px;
}
.top_bar-icons .top_bar_social.d-flex.gap-2.gap-md-3 {
    gap: 0px !important;
}
.top_bar_email a.text-white {
    font-size: 12px;
}
.logo-img img {
    width: 143px; 
}
}

.slick-slide img { 
    display: inline !important;
}

@media (max-width: 992px) {
    .toggleButton{
        font-size: 19px;
        display: flex;
        gap: 1rem;
    }
    .hero_sec {
        position: relative;
    }
    .mid_bar_child {
        border: 0;
          padding-bottom: 20px;
      }
      .mid_bar{
        background-color: white;
      }
      .hero_sec_heading button {
        font-size: 16px;
        padding: 6px 26px 6px 26px;
        line-height: 33.98px;
        color: white;
        background: #1E2832;
        border: 0;
        outline: 0;
        float: none;
    }
    img.flower-img.right {
        margin-top: 92px;
        right: -2rem;
    }
    img.flower-img.left {
        margin-top: 92px;
        right: -2rem;
    }
    .single_product_right {
        text-align: left;
    }
    .multiple_product_card img {
        height: 160px;
        width: 190px;
    }
    .multiple_product_card_hover {
        margin-left: 21px;
    }
    .order_summary_right {
        margin-left: 400px;
    }
    .order_total p {
        margin-left: 491px;
    }
    .saving_rupees {
        margin-left: 415px;
    }
    img.afterpay-img-2 {
        margin-left: 377px;
    }
    img.btn-img {
        width: 16px;
        height: 16px;
        margin-left: 249px;
    }
    .offer input {
        padding: 5px;
        width: 30rem;
        border: 1px solid #CCCCCC;
    }
    .live_chat2 {
        margin-left: 19rem;
        margin-top: 1rem;
    }
    .tab-content>.active {
        display: block;
        width: 100%;
        margin-left: 0px;
    }
    .sign_in_form{
        width: 100%;
    }
    .create_account_card_parent{
        width: 100% ;
      }
      .accordion.accordion_parent2{
        border-top: none;
      }
      .faq_sec h1 {
        margin-top: 2rem;
    }
}
@media (max-width: 768px) {
    .toggleButton{
        font-size: 19px;
        display: flex;
        gap: 1rem;
    }
    .our-product  img { 
        margin-top: 0px !important;
    }
    .our_products_card h2 {
        font-size: 15px; 
    }
    .our-product-slider h2 { 
        margin-top: 16px;
    }
    .our-product-slider h2 {
        font-size: 17px; 
    }
    .logo-img img{
        width: 180px;
        margin-top: 10px;
    }
    .our-products_sec {
        background-color: #ffffff;
        padding: 36px 0px;
    }
    .our_products {
        margin-top: 2rem;
    }
    .product-content {
        padding: 6px 24px !important;
    }
    .best_sller .container.mb-5 {
        margin: 0 !important;
    }
    .wrapper {
        padding: 0 !IMPORTANT;
    }
    .filters-actions {
        position: fixed;
        background: #fff;
        display: flex;
        justify-content: center;
        border:0;
        bottom: 0;
        z-index: 1031;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);
        -webkit-box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);
        -moz-box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);
        height: 50px;
       }
        .filters-actions>div {
            flex: 1;
            text-align: center;
           
        }
        .filters-actions>div:first-of-type{
        border-right: 1px solid #d6d1ce;
        }
        .filters-actions>div>* {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    } 
    .filter-btn, .filter-btn:hover, .filter-btn:focus, .filter-btn:active {
        padding: 14px 20px;
        height: 50px;
        border: 0;
         position: relative;
        z-index: 1;
        background: #fff;
        border-radius: 0;
    }
    .navbar li.active a {
      color: #A6842E !important;   
    }
    .navbar-nav li.active a{
      color: #A6842E  !important;
    }
        .sort-drop .dropdown-menu{
       width: 100%;
        left: 0;
        position: fixed !important;
        transform: translateY(100%) !important;
        bottom: 50px !important;
        top: auto !important;
        text-align: center;
        border-radius: 6px 6px 0 0 !important;
        box-shadow: none !important;
        transition: .3s;
        display: block; 
        z-index: -11;
        }
         .sort-drop .dropdown-menu .dropdown-item{padding:15px 20px !important;}
        .sort-drop .dropdown-menu .dropdown-item:first-child{
          border-radius: 6px 6px 0 0 !important;
        }
        .sort-drop.show .dropdown-menu{
        transform: translateY(0) !important;
        }
        .btn.sort-toggle{
         background-image: none;
         padding:10px !important;
         width: 100%;
        border: 0;
        height: 50px;
        position: relative;
        z-index: 1;
        background: #fff;
        border-radius: 0;
        font-size: 16px;
        line-height: 22px;
        }
        .sidebar {
        position: fixed;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
       
         background: #fff;
        
       }
       .sidebar.open{
         z-index: 1032;
         transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
       }
       .sidebar__inner {
        padding: 15px;
        height: calc(100% - 58px);
        overflow-y: auto;
       }
       .filter-header{height: 58px;}
       .filter-body{padding-right: 0;}
       .single_product_right {
        text-align: left;
        margin-right: 0;
        padding-top: 3rem;
    }
}

@media (max-width: 572px) {
    .toggleButton{
        font-size: 19px;
        display: flex;
        gap: 1rem;
    }
    .logo-img img {
        width: 163px;
        margin-top: 10px;
    }
    .mid_bar_icons img {
        width: 22px;
        height: 22px;
    }
    .mid_bar_child {
      border: 0;
        padding-bottom: 20px;
    }
    .mid_bar {
        padding: 15px 2px;
    }
    .hero_sec_img img {
        width: 276px;
        height: 372px;
        text-align: right;
        float: inline-start;
    }
    .hero_sec_img {
        background-image: url(../img/Rectangle\ 124.png);
        background-size: 305px 374px;
        width: 420px;
        height: 424px;
        margin-left: 20px;
        background-repeat: no-repeat;
    }
    .hero_sec_heading h1 {
        font-size: 39px;
        line-height: 56px;
    }
    .hero_sec_heading p {
        font-size: 20px;
    }
    .product_banner {
        background-size: cover !important;
    }
    h2.details__title {
      font-size: 18px;
      text-transform: capitalize;
      margin-right: -18px;
  }
  .related_product .slick-prev {
    top: 24%;
  left: 20px !important;
    background-color: #000;
    font-size: 0px;
    padding: 6px 6px;
  }
  .related_product .slick-next {
    top: 24%;
    right: 19px !important;
    background-color: #000000 !important;
    left: 85% !important;
  }
  .single_product_banner {
    background-size: cover !important;
}
.product-title {
    font-size: 23px;    
}
.product-rating span {
    font-size: 13px;
}
.purchase-info {
    width: 100% !important;
}
.quantity button {  
 width: 98px !important;
}
.add_to_cart a {
    font-size: 16px !important;
}
.nav-tabs .nav-link {
    font-size: 11px !important;
}
.single_product_right{
    text-align: left !important;
}
.multiple_product_card img {
    height: 160px;
    width: 150px;
}
.about_single_product h5 {
    font-size: 8px;
    line-height: 12px;
    font-weight: bold;
}
.multiple_product_sec h3 {
    font-size: 20px;
    font-weight: bold;
}
.order_summary_right {
    margin-left: 99px;
}
.order_total p {
    margin-left: 178px;
}
.saving_rupees {
    margin-left: 101px;
}
img.afterpay-img-2 {
    margin-left: 46px;
}
img.btn-img {
    width: 16px;
    height: 16px;
    margin-left: 74px;
}
.offer input {
    padding: 5px;
    width: 15rem;
    border: 1px solid #CCCCCC;
}
.live_chat2 {
    margin-left: 8rem;
    margin-top: 1rem;
}
.multiple_product_card_hover {
    margin-left: 10px;
}
.shipping_form {
    background-color: #FAFAFA;
    padding: 5px;
}
.shipping_form h1 {
    font-size: 22px;
}
.shipping_address h2 {
    font-size: 20px;
}
.shipping_address a {
    margin-top: 4px;
    font-size: 18px;
}
.forgot_code {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.code_btn {
    width: 100% !important; 
    order: 2;
}
.forgot_code a {
    margin-right: 0;
    margin-top: 10px;
}
.navbar_menu .nav_list{
    display: flex;
    gap: 5px;
    justify-content: left;
    align-items: center;
    }
}



