@import url("../css/bootstrap.css");
/* @import url('../css/animate.css'); */
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

/* NEW__FONT__ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* NEW__FONT__ */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

:root {
    --color-one: #596982;
    --color-two: #FF7E00;
    --color-three: darkgrey;
}

a {
    text-decoration: none;
    /* font-family: "Roboto Slab", serif; */
    font-family: "Poppins", sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    font-family: "Poppins", sans-serif;

}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Poppins", sans-serif;
}


/* HEADER_CSS__STARTS__ */

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

.header-social-media li {
    display: inline-block;
    padding: 0 10px 0;
}

.header-social-media li a {
    color: #fff !important;
}

.header-top {
    background: var(--color-one);
    padding: 10px 0 10px;
}

.priority p {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-social-media a {
    color: white;
}

.header-social-media i {
    font-size: 14px;
}

.sub-header {
    padding: 25px 0 25px;
}

.mail-flex {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    padding: 15px 0 0;
}

.mail a {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.contact a {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.mail i {
    color: var(--color-two);
}

.contact i {
    color: var(--color-two);
}

.logo-mail img {
    width: 100%;
    max-width: 310px;
}

.search-box form{
    display: flex;
    width: 350px;
    border: 1px solid #ccc;
}

.search-box input {
    flex: 1;
    padding: 6px !important;
    border: none !important;
    outline: none !important;
    background-color: #d3d3d3;
    font-size: 14px;
    border-radius: 0px !important;
}

.search-box button {
    border-radius: 0px !important;
    background-color: #4a5b78;
    border: none;
    padding: 0 15px;
    cursor: pointer;
}

.search-box button i {
    color: white;
    font-size: 14px;
}

.use-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.user a {
    background: var(--color-one);
    padding: 8px 15px 8px;
    color: white;
}

.cart a {
       padding: 6px 15px 8px;
    background: var(--color-one);
    color: white !important;
    font-size: 16px !important;
}

.wishlist a {
    color: var(--color-one);
    font-size: 20px;
}

.wishlist {
    position: relative;
}

.cart-add {
    position: absolute;
    top: -8%;
    left: 59%;
    background: var(--color-one);
    padding: 0 6px 0;
    border-radius: 15px;
}

.cart-add p {
    font-size: 11px;
    color: white;
}

.user a:hover {
    background: var(--color-two);
    transition: .2s all;
}

.cart a:hover {
    background: var(--color-two);
    transition: .2s all;
}

.mail a:hover i {
    color: var(--color-one);
    transition: .2s all;
}

.contact a:hover i {
    color: var(--color-one);
}

.mail a:hover i {
    color: var(--color-one);
    transition: .2s all;
}

.contact a:hover i {
    color: var(--color-one);
}

.find-fast {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px 5px;
    padding: 15px 0 0;
}

.find-fast h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #596982;
}

.find-fast a {
    background: var(--color-one);
    padding: 10px 20px 10px;
    color: white !important;
    font-size: 15px;
}

.header-nav li {
    display: inline-block;
    padding: 0 10px 0;
}

.main-header {
    background: var(--color-one);
    padding: 10px 0 20px;
}

.header-nav a {
    color: white !important;
    font-size: 15px;
}

.find-fast a:hover {
    background: var(--color-two);
    transition: .2s all !important;
}


/* HEADER_CSS__STARTS__ */




/* INDEX___PAGE__CSS__ */


.well-btn a {
    background: var(--color-two);
    padding: 12px 15px 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: white;
}

.arrival-head h2 {
    text-align: center;
    padding: 0 0 40px;
    font-weight: 500;
    font-size: 45px;
    color: #596982;
}

.well-btn a:hover {
    background: var(--color-one);
    transition: .2s all;
}

.btn-one a:hover {
    background: var(--color-one);
    transition: .2s all;
}

.btn-two a:hover {
    background: var(--color-two);
    transition: .2s all;
}

.hero-banner {
    padding: 70px 0 70px;
}

.well-btn h1 {
    padding: 20px 0 20px;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

.well-flex {
    display: flex;
    align-items: center;
    gap: 0px 30px;
}

.btn-one a {
    background: var(--color-two);
    padding: 12px 15px 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: white;
}

.btn-two a {
    background: var(--color-one);
    padding: 12px 15px 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: white;
}

.hero-banner {
    position: relative;
    padding: 150px 0; 
    overflow: hidden;
    /* z-index: 1; */
    height: 61vh;
}

/* Background video full screen inside section */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Video ko crop/fit karega */
    z-index: -1;
}

/* Optional: overlay for dark effect */
.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

/* Content above video */
.container {
    position: relative;
    z-index: 1;
}

.sub-shp-btn {
    text-align: center;
    padding: 30px 0 0;
}

.sub-shp-btn a {
    text-transform: uppercase;
    background: #596982;
    color: white;
    padding: 8px 15px 8px;
    font-weight: 500;
}

.sub-shp-btn a:hover {
    background: #ff7e00;
    transition: .2s all;
}



/* INDEX___PAGE__CSS__ */


/* SHIPPIN__CSS__ */

.shipping-through {
    display: flex;
    align-items: center;
    gap: 0px 15px;
}

.shipping-through img {
    width: 100%;
    max-width: 70px;
}

.shipping-through h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

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

section.shipping {
    padding: 10px 0 10px;
    background: var(--color-one);
}

.new-arrivals {
    padding: 10px 0 60px;
}

button.dropdown-btn {
    border: none !important;
    font-size: 14px;
}

.category-head {
    background: var(--color-one);
    padding: 10px 10px 10px;
}

.category-head h4 {
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.single-category li a {
    color: black;
    font-size: 14px;
}

.single-category ul {
    padding: 0 8px 0;
}

.single-category li {
    padding: 10px 0 10px;
}

.category-show {
    height: 715px;
    overflow-x: auto;
}

.add-show img {
    width: 100%;
    height: 140px;
    object-fit: fill;
}

.add-show {
    margin: 0px 0 30px;
}

.sub-mail {
    padding: 25px 0 0px;
}

input#exampleFormControlInput1 {
    margin: 10px 0 15px;
    border-radius: 0;
}

input#exampleFormControlInput2 {
    border-radius: 0;
}

.cat-head h4 {
    font-size: 26px;
    font-weight: 500;
    padding: 0 0 40px;
}

.subscribe-btn a {
    background: var(--color-two);
    padding: 10px 35px 10px;
    font-size: 15px;
    font-weight: 500;
    color: white;
}

.subscribe-btn {
    padding: 20px 0 0;
}

.subscribe-btn a:hover {
    background: var(--color-one);
    transition: .2s all;
}

.view-sub-btn {
    text-align: center;
    padding: 15px 0 0;
}

.view-sub-btn a {
    background: var(--color-two);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px 10px;
    color: white;
}

.view-sub-btn a:hover {
    background: var(--color-one);
    transition: .2s all;
}

/*  */

.custom-dropdown {
    position: relative;
    display: flex;
    font-family: Arial, sans-serif;
    padding: 10px 0 0;
}

.dropdown-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 25px 8px 8px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
}

.dropdown-btn:focus {
    outline: none;
}

.dropdown-arrow {
    position: absolute;
    right: 8px;
    font-size: 14px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
}

.dropdown-content a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.dropdown-content a:hover {
    background: #f0f0f0;
}

.show {
    display: block;
}

/* SHIPPIN__CSS__ */




/* CHROME__CAR____ */


.chrome-car {
    padding: 70px 0 70px;
}

.chrome-head {
    text-align: center;
    padding: 60px 0 60px;
}

.chrome-head h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0 25px;
}

.chrome-slides-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.chrome-slides-item img {
    width: 83%;
    height: 100%;
    margin: 0px auto;
}

.chrome-slider .slick-dots li button:before {
    opacity: .75;
    color: var(--color-two);
}

.chrome-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #51C6D3;
}


/* CHROME__CAR___ */




/* ADOPT____CSS___ */

.adopt-sec {
    padding: 50px 0px;
    background-image: url(../images/adopt-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adopt-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.adopt-center-txt {
    text-align: center;
}

.adopt-center-txt h1 {
    font-size: 50px;
    font-weight: 600;
    color: white;
}

.shop-btn a {
    background: var(--color-two);
    padding: 12px 30px 12px;
    border-radius: 2px;
    color: white;
    font-weight: 500;
}

.shop-btn {
    padding: 30px 0 0;
}

.shop-btn a:hover {
    background-color: var(--color-one);
    transition: .2s all;
}

/* ADOPT____CSS___ */



/* DEAL__DESK___ */

.desk-head h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

section.deal-desk-sec {
    padding: 70px 0 70px;
}

.pro-box {
    text-align: center;
}

.pro-box h4 {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0 10px;
}

.pro-box p {
    font-weight: 400;
}

.cart-sub-btn a {
    background: var(--color-one);
    font-size: 15px;
    font-weight: 500;
    color: white;
    padding: 6px 15px 6px;
    border-radius: 2px;
}

.cart-sub-btn a:hover {
    background-color: var(--color-two);
    transition: .2s all;
}

.cart-sub-btn {
    padding: 25px 0 0;
}

.pro-pic {
    width: 100%;
    height: 100%;
}

.pro-pic img {
    width: 100%;
    height: 250px;
    object-fit: none;
}

.desk-cat {
    border: 2px solid var(--color-two);
    padding: 60px 40px 60px;
}

.desk-border {
    border: 2px solid var(--color-two);
    padding: 5px 5px 5px;
}

.desk-head {
    padding: 0 0 30px;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0;
}

.counter-show {
    background: var(--color-two);
    padding: 5px 0px 5px;
    margin: 0 1px 0;
    text-align: center;
    width: 20%;
}

.counter-show h4 {
    font-size: 18px;
    color: white;
}

.counter-show p {
    font-size: 13px;
    color: white;
}

/* DEAL__DESK___ */



/* SHOP__CSS___ */

.shopping-online img {
    width: 100%;
}

.shopping-online p {
    font-weight: 400;
    color: #596982;
    padding: 12px 0 20px;
    text-transform: uppercase;
}

.shopping-online h4 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.shop-box-btn a {
    background: var(--color-one);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px 8px;
    color: white;
    border-radius: 2px;
}

.shop-box-btn a:hover {
    background-color: var(--color-two);
    transition: .2s all;
}

.shop-box-btn {
    padding: 15px 0 0;
}

.shop-sec {
    padding: 70px 0 70px;
}

.shopping-online {
    background: #EBEBEB;
    padding: 30px 15px 40px;
    border-radius: 10px;
}

.feature-product {
    padding: 50px 0 50px;
}

.feature-head {
    padding: 20px 0 20px;
}

.bordered {
    border: 2px solid var(--color-two);
    height: 430px;
}

.view-pro-btn {
    text-align: center;
    padding: 40px 0 0;
}

.view-pro-btn a {
    background: var(--color-one);
    color: white;
    font-weight: 500;
    padding: 12px 30px 12px;
    border-radius: 2px;
}

.view-pro-btn a:hover {
    background: var(--color-two);
    transition: .2s all;
}

/* SHOP__CSS____ */


/* BLOG__CSS___ */

.blog-box img {
    width: 100%;
    padding: 0 0 15px;
}

.blog-box h4 {
    font-size: 18px;
    font-weight: 600;
}

.blog-box p {
    font-size: 13px;
}

p.sub-txt {
    font-size: 15px;
    padding: 10px 0 0;
}

.blog-box a {
    font-size: 12px;
    color: darkslategrey;
    font-weight: 600;
}

.blog-box {
    background: #EBEBEB;
    border: 2px solid var(--color-two);
    height: 390px;
    padding: 10px 10px 0px;
}

.blog-head h4 {
    font-weight: 600;
    padding: 0 0 30px;
}

section.blogs {
    padding: 0px 0 70px;
}

.ceo-flex img {
    width: 100%;
    max-width: 65px;
    border-radius: 45px;
}

.ceo-name h4 {
    font-size: 18px;
    font-weight: 600;
}

.ceo-name p {
    font-size: 14px;
    font-weight: 400;
    color: grey;
}

.ceo-inner-flex {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    justify-content: center;
    padding: 15px 0 15px;
}

section.news-letter {
    padding: 70px 0 70px;
    background: #ebebeb;
}

.c-head h4 {
    text-align: center;
    font-weight: 600;
    padding: 0 0 40px;
}

.email-box {
    display: flex;
    width: 60%;
    border: 1px solid #ddd;
    justify-content: center;
    position: relative;
    left: 20%;
}

.email-box input {
    flex: 1;
    border: none;
    padding: 12px;
    outline: none;
    font-size: 14px;
}

.email-box button {
    background: #ff8000;
    /* orange color */
    border: none;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-box button i {
    color: #fff;
    font-size: 16px;
}

.letter-txt {
    text-align: center;
}

.letter-txt p {
    font-size: 15px;
    color: grey;
    font-weight: 500;
    padding: 0 0 20px;
}

.letter-txt h4 {
    font-size: 29px;
    font-weight: 600;
    padding: 0 0 30px;
}

/* BLOG__CSS____ */


/* FOOTER__CSS____ */

section.footer-sec {
    padding: 70px 0 70px;
    background: var(--color-one);
}

.quick-link-one li {
    display: inline-block;
}

.quick-link-one li a {
    color: var(--color-one);
}

.quick-link-one li {
    background: white;
    padding: 6px 10px 6px;
    margin: 0 5px 0;
}

.quick-link-one ul {
    padding: 15px 0 0;
}

.quick-link-tow a {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

.quick-link-tow li {
    padding: 5px 0 5px;
}

.quick-link-tow i {
    font-size: 10px;
    background: white;
    color: var(--color-one);
    padding: 3px 4px 3px;
    border-radius: 15px;
}


.quick-link-tow h4 {
    color: white;
    font-weight: 500;
    padding: 0 0 15px;
    position: relative;
}

.quick-link-three h4 {
    color: white;
    font-weight: 500;
    padding: 0 0 15px;
    position: relative;
}

.quick-link-tow h4::after {
    content: '';
    width: 35%;
    height: 2px;
    position: absolute;
    background: black;
    top: 40%;
    left: 47%;
}

.quick-link-tow h4::before {
    content: '';
    width: 35%;
    height: 2px;
    position: absolute;
    background: black;
    top: 31%;
    left: 47%;
}

.quick-link-three h4::after {
    content: '';
    width: 35%;
    height: 2px;
    position: absolute;
    background: black;
    top: 40%;
    left: 73%;
}

.quick-link-three h4::before {
    content: '';
    width: 35%;
    height: 2px;
    position: absolute;
    background: black;
    top: 30%;
    left: 73%;
}

.quick-link-three a {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

.quick-link-three i {
    font-size: 10px;
    background: white;
    color: var(--color-one);
    padding: 3px 4px 3px;
    border-radius: 15px;
}

.quick-link-three li {
    padding: 5px 0 5px;
}

.footer-txt {
    text-align: center;
    background: black;
    padding: 15px 0 15px;
}

.footer-txt p {
    color: white;
    font-size: 15px;
}

.quick-link-three img {
    width: 100%;
    padding: 20px 0 0;
}

.quick-link-tow a:hover {
    color: #ff7e00;
    transition: .2s all;
}

.quick-link-tow a:hover {
    color: #ff7e00;
    transition: .2s all;
}

.quick-link-three a:hover {
    color: #ff7e00;
    transition: .2s all;
}

.quick-link-tow a:hover i {
    background: #ff7e00;
    transition: .2s all;
}

.quick-link-tow a:hover i {
    background: #ff7e00;
    transition: .2s all;
}

.quick-link-three a:hover i {
    background: #ff7e00;
    transition: .2s all;
}


/* FOOTER__CSS_____ */




/*ALL__PRODUCT___CSS____*/

section.inner-page {
    height: 25vh;
    background: #596982;
    border-top: 1px solid darkslategrey;
    padding: 80px 0 0;
}

.inner-banner-text h1 {
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: 600;
}

/*ACCORDIAN__CSS__*/

.accordion {
    /* width: 250px; */
    border: none;
    border-radius: 6px;
    /* overflow: hidden; */
    font-family: Arial, sans-serif;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
    /* border-bottom: 1px solid #ddd; */
}

.accordion-header:hover {
    background: transparent;
}

.accordion-header .iconss {
    transition: transform 0.3s ease;
    border: 1px solid lightgrey;
    padding: 0px 5px 2px;
    border-radius: 5px;
}

.accordion-header.active .iconss {
    transform: rotate(180deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: transparent;
    padding: 0 16px;
}

.accordion-body.open {
    padding: 0px 0 10px;
}

/*ACCORDIAN__CSS__*/

section.product-sec {
    padding: 50px 0 50px;
}

.price-range {
    /*width: 300px;*/
    position: relative;
}

.range-values {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    color: grey;
}

.slider-track {
    position: relative;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
}

input[type=range] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #4CAF50;
    pointer-events: auto;
    -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #4CAF50;
    pointer-events: auto;
    border: none;
}

.slider-progress {
    position: absolute;
    height: 6px;
    background: orange;
    border-radius: 3px;
}

.accordion-header .icon:hover {
    background: #69696926;
    transition: .2s all;
}

.rating-filter input#flexCheckDefault11 {
    border-radius: 15px;
}

.rating-filter label.form-check-label {
    color: dimgrey;
    font-family: "Roboto", sans-serif;
}

.filter-category input#flexCheckDefault12 {
    border-radius: 0px;
}

.filter-category label.form-check-label {
    color: dimgrey;
    font-family: "Roboto", sans-serif;
}

/**/

.dropdown-accordion {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #fff;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
}

.dropdown-header:hover {
    background: #f5f5f5;
}

.dropdown-header i {
    transition: transform 0.3s;
}

.dropdown-header.active i {
    transform: rotate(180deg);
}

.dropdown-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 12px;
}

.dropdown-body.open {
    padding: 10px 12px;
}

.dropdown-body label {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 14px;
    cursor: pointer;
}

.dropdown-body input {
    margin-right: 8px;
}

.category-box a p {
    color: goldenrod;
    font-size: 14px;
    padding: 40px 0 5px;
}

.category-box a h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.category-box p {
    color: black;
    font-size: 15px;
    padding: 25px 0 0;
}

.category-box {
    position: relative;
    border: 2px solid #FF7E00;
    padding: 20px 10px 20px;
}

.cart-cat {
    position: absolute;
    top: 89%;
    left: 60%;
}

.cart-cat a {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.search-hover {
    position: absolute;
    top: 7%;
    left: 7%;
    background: white;
    padding: 4px 9px 4px;
    border-radius: 20px;
}

.search-hover a {
    color: #333;
}

.cart-hover {
    position: absolute;
    top: 22%;
    left: 7%;
    background: white;
    padding: 3px 8px 3px;
    border-radius: 25px;
}

.cart-hover a {
    color: #333;
}

.category-box img {
    width: 100%;
    height: 200px;
}

.category-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
}

/* Hide by default */
.search-hover,
.cart-hover,
.cart-cat {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show on hover */
.category-box:hover .search-hover,
.category-box:hover .cart-hover,
.category-box:hover .cart-cat {
    opacity: 1;
    visibility: visible;
}

.search-hover:hover {
    background: #e8b32094;
    transition: .2s all;
}

.cart-hover:hover {
    background: #e8b32094;
    transition: .2s all;
}

.search-hover:hover i {
    color: white;
    transition: .2s all;
}

.cart-hover:hover i {
    color: white;
    transition: .2s all;
}



/*ALL__PRODUCT___CSS____*/




section.special {
    padding: 70px 0 70px;
}



/*CONTACT__US__*/

section.contact-us {
    padding: 80px 0 80px;
    background: #F7F7F7;
}

.cont-form-one h4 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 5px;
    color: #596982;
}

.cont-form-one p {
    font-weight: 500;
    font-size: 18px;
    color: #596982;
}

.cont-form-one i {
    color: #51C6D3;
    padding: 0 10px 0;
}

.cont-form-one {
    border-bottom: 1px solid lightgrey;
    padding: 0 0 20px;
}

.mail-contact p {
    font-weight: 500;
    font-size: 18px;
    color: #596982;
}

.mail-contact i {
    color: #51C6D3;
    font-size: 20px;
    padding: 0 10px 0;
}

.grey-contact-form {
    text-align: center;
    background: #596982;
    padding: 40px 30px 40px;
}

input#exampleFormControlInput111 {
    background: transparent;
    border-radius: 0;
    border: 1px solid slategrey;
    padding: 10px 10px 10px;
    margin: 0 0 20px;
}

textarea#exampleFormControlTextarea111 {
    background: transparent;
    border-radius: 0;
    height: 180px;
    border: 1px solid lightslategrey;
    margin: 20px 0 26px;
}

.grey-contact-form h4 {
    color: white;
    font-weight: 600;
    padding: 0 0 30px;
}

.message-submit-btn {
    padding: 10px 0 0;
}

.message-submit-btn a {
    background: #51C6D3;
    color: white;
    padding: 10px 20px 10px;
    border-radius: 3px;
}

section.contact-us .col-md-6 {
    padding: 0;
}

.grey-field input::placeholder {
    color: white;
    opacity: 1;
}

.grey-field input::placeholder {
    color: white;
}

.grey-message-field textarea::placeholder {
    color: #fff;
    opacity: 1;
}



/*CONTACT__US__*/


/*PRODUCT_CATEGORY___*/

.product-cover img {
    width: 100%;
}

section.products-category-sec {
    padding: 70px 0 70px;
}

.bird-head h2 {
    font-size: 50px;
    font-weight: 500;
    color: #596982;
    padding: 20px 0 0;
}

.custom-select {
    appearance: none;
    /* Remove default styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f1f1f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 35px 8px 12px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    position: relative;
}

/* Add custom arrow */
.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper::after {
    content: "â–¼";
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
}

.bird-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 35px;
}

.birdy-one p {
    color: grey;
}

.product-box img {
    width: 100%;
    height: 240px;
    object-fit: fill;
}

.product-box h4 {
    font-size: 15px;
    font-weight: 600;
    color: #596982;
    padding: 20px 0 19px;
}

.product-box p {
    color: #958e09;
    font-size: 15px;
}

.sticker-btn a {
    color: black;
    font-size: 15px;
    font-weight: 500;
    background: #a9a9a95e;
    padding: 8px 15px 8px;
    border-radius: 3px;
}

.sticker-btn {
    padding: 25px 0 0;
}

.product-box {
    padding: 0 0 50px;
}




/*PRODUCT_CATEGORY___*/


/*Corrugated_____*/

.Corrugated-details h2 {
    font-size: 50px;
    font-weight: 600;
    color: #596982;
    padding: 0 0 15px;
}

section.Corrugated {
    padding: 15px 0 70px;
}

.Corrugated-details p {
    color: grey;
    padding: 0 0 5px;
}

.leave-reply {
    padding: 25px 0 0;
}

.leave-reply h4 {
    font-size: 25px;
    font-weight: 500;
    color: #596982;
}

.leave-reply p {
    color: grey;
}

.leave-reply a {
    color: grey;
    text-decoration: underline;
}


/*Corrugated_____*/




/*CHROME__AUTO____*/


section.blogs.chrome-auto {
    padding: 70px 0 70px;
}

.inner-banner-text.center h1 {
    text-align: center !important;
}

.embler-flex-main {
    display: flex;
    align-items: center;
}

.embler-flex img {
    width: 100%;
    height: 210px;
    object-fit: fill;
}

.embler-flex {
    padding: 20px 10px 0;
}

/**/

section.chrome-embler {
    padding: 70px 0 70px;
}





/*CHROME__AUTO____*/


/* Thumbnails (aapki existing CSS rehne do) */
.embler-flex-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.embler-flex img {
    width: 100%;
    height: 210px;
    object-fit: fill;
    cursor: pointer;
    border-radius: 6px
}

/* Modal */

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .9)
}

.modal.open {
    display: block
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 40%;
    max-height: 40vh;
    border-radius: 8px;
    position: absolute;
    left: 30%;
    top: 20%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    user-select: none
}

.prev {
    left: 20px
}

.next {
    right: 20px
}

.prev:hover,
.next:hover {
    color: #ddd
}


/*PROPORAT__CSS___*/

section.products-category-sec.proport {
    padding: 0 0 0;
}

.bird-head.proport p {
    color: lightslategrey;
    padding: 15px 0 0;
}

.bird-head.proport a {
    color: slategrey;
}


/*PROPORAT__CSS___*/




/*CHROME_BADGES______*/


.badge-chromatic {
    text-align: center;
    padding: 0 0 50px;
}

.badge-chromatic h4 {
    font-size: 19px;
    font-weight: 500;
    color: #596982;
    padding: 10px 0 10px;
}

.badge-chromatic p {
    font-size: 14px;
    color: darkgrey;
    padding: 0 0 10px;
    display: block;
    width: 100%;
}

.badge-chromatic h5 {
    font-size: 17px;
    font-weight: 700;
    color: grey;
}

section.chrome-badges {
    padding: 80px 0 80px;
}

.badge-btn a {
    background: #7A7A7A;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 20px 9px;
    border-radius: 1px;
}

.badge-btn {
    padding: 20px 0 0;
}

.chrome-view {
    background: #7a7a7aba;
    display: block !important;
    width: 90%;
}

.chrome-view p {
    padding: 0;
    color: white;
    padding: 5px 0 5px;
    display: block;
    width: 100%;
}

.chrome-set-view {
    position: relative;
    padding: 0 0 25px;
}

.chrome-view {
    position: absolute;
    top: 80%;
    left: 5%;
}

.badge-btn a:hover {
    background: #ff7e00;
    transition: .2s all;
}

.chrome-view {
    position: absolute;
    top: 80%;
    left: 5%;
    background: #7a7a7aba;
    width: 90%;
    display: none;
    /* by default hidden */
}

/* jab parent .chrome-set-view par hover ho */
.chrome-set-view:hover .chrome-view {
    display: block;
}


.chrome-view {
    position: absolute;
    top: 80%;
    left: 5%;
    background: #7a7a7aba;
    width: 90%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.chrome-set-view:hover .chrome-view {
    opacity: 1;
}

.chrome-set-view img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}


/*CHROME_BADGES______*/




/*TERMS__AND__CANDITON____*/

section.terms-candition {
    padding: 70px 0 70px;
}

.term-content h2 {
    font-weight: 400;
    color: #596982;
    padding: 0 0 30px;
}

.term-content h4 {
    font-weight: 700;
    color: #596982;
    padding: 0 0 10px;
}

.term-content p {
    color: grey;
    font-size: 16px;
}

.term-content-two {
    padding: 40px 0 0;
}

.term-content-two h4 {
    font-size: 30px;
    font-weight: 800;
    color: #596982;
}

.term-content-two li {
    list-style: disc;
}

.term-content-two ul {
    padding: 15px 40px 0;
}

.term-content-two li {
    padding: 0 0 10px;
    color: grey;
}

/*TERMS__AND__CANDITON____*/




/*PRIVACY__POLICY_____*/

.term-content-one h2 {
    color: #596982;
}

.term-content-two.three h4 {
    font-weight: 500;
    padding: 5px 0 5px;
}

.term-content-two.three p {
    font-size: 15px;
    color: grey;
}

/*PRIVACY__POLICY_____*/



/*RETURN__POLICY__*/

section.return-policy {
    padding: 80px 0 80px;
}

.return-policy-one h4 {
    color: #596982;
    padding: 0 0 10px;
}

.return-policy-one h2 {
    color: #596982;
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0 20px;
}

.return-policy-one li {
    list-style: disc;
    padding: 3px 0 3px;
    color: grey;
}

.return-policy-one ul {
    padding: 0 35px 0;
}

.return-policy-two h2 {
    font-size: 30px;
    font-weight: 700;
    color: #596982;
    padding: 20px 0 20px;
}

.return-policy-two li {
    list-style: disc;
    color: grey;
}

.return-policy-two ul {
    padding: 0 35px 0;
}




/*RETURN__POLICY__*/







/*WISH__SUIT______*/

.suit-head h2 {
    font-size: 60px;
    font-weight: 600;
    color: #596982;
    padding: 0 0 20px;
}

section.wish-suit-sec {
    padding: 5px 0 70px;
}

.suit-add ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid lightgrey;
    padding: 0 0 20px;
}

.suit-add li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.suit-flex {
    border: 1px solid lightgrey;
    padding: 15px 0 15px;
    background: #f9f9f9;
}

.wish-suit-social li {
    display: inline-block;
    padding: 20px 5px 0;
}

.wish-suit-social a {
    color: #333;
}

.wish-suit-social a:hover {
    color: skyblue;
    transition: .2s all;
}


/*WISH__SUIT______*/





/*CART__CSS___*/

.special-edition li {
    display: inline-block;
    color: dimgrey;
    font-size: 15px;
}

.special-edition a {
    color: dimgrey;
    font-weight: 300;
    font-size: 15px;
}

.cart-added-product-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f5f8;
    padding: 15px 20px 15px;
    border-top: 2px solid darkseagreen;
}

.cart-added-right p {
    font-size: 14px;
}

.cart-added-left a {
    background: #dcd7e2;
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px 8px;
    border-radius: 3px;
}

.cart-added-left i {
    background: #8fae1b;
    font-size: 12px;
    color: white;
    padding: 4px 5px 4px;
    border-radius: 18px;
    margin: 0 10px 0;
}

.special-edition {
    padding: 5px 0 20px;
}

.zombie-cover img {
    width: 100%;
}

.zoombie-txt h2 {
    font-size: 59px;
    font-weight: 600;
    color: #596982;
}

/**/

.cart-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.price {
    color: #8a8000;
    font-size: 18px;
    font-weight: bold;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    height: 35px;
}

.quantity-box {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
}

.arrows {
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    border-left: 1px solid #ccc;
}

.arrows button {
    border: none;
    background: #f5f5f5;
    /* mustakil dikhne ke liye fix color */
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    height: 50%;
}

/* hover effect hata diya */
.add-cart-btn {
    background: #7b4dca;
    color: white;
    font-weight: bold;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.add-cart-btn:hover {
    background: #693bb3;
}

.zoombie-txt p {
    color: #958e09;
    font-size: 20px;
    padding: 5px 0 5px;
}

.edition a {
    color: dimgrey;
}

.edition p {
    font-size: 14px;
    color: slategrey;
}

.edition a:hover {
    color: skyblue;
    transition: .2s all;
}

.edition {
    padding: 15px 0 0;
}

section.discription {
    padding: 70px 0 70px;
}


/**/

.discription-header {
    border-bottom: 1px solid lightgrey;
}

.discription-header a {
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    padding: 10px 20px 0px;
    border-radius: 5px 5px 0px 0px;
    background: white;
    position: absolute;
    bottom: 99%;
    left: 2%;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.dis-added-txt {
    padding: 25px 0 0;
}

.dis-added-txt h4 {
    font-size: 30px;
    font-weight: 500;
    color: #596982;
    padding: 0 0 10px;
}

.dis-added-txt p {
    font-size: 15px;
    color: grey;
}

.relate-header h4 {
    font-size: 40px;
    font-weight: 500;
    color: #596982;
    padding: 0 0 25px;
}


/*CART__CSS___*/




/*MY__ACCOUNT___CSS__*/

.flex-log {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    padding: 20px 0 0;
}

.login-form h4 {
    color: #596982;
}

.user-box {
    border: 1px solid lightgrey;
    padding: 30px 30px 30px;
    border-radius: 10px;
}

.account-head h2 {
    font-size: 60px;
    color: #596982;
    font-weight: 600;
}

.account-head h4 {
    color: #596982;
    font-weight: 500;
    font-size: 30px;
    padding: 15px 0 0;
}

.account-head {
    padding: 0 0 30px;
}

section.account {
    padding: 0 0 60px;
}

input#exampleFormControlInput010 {
    padding: 6px 0 6px;
}

.user-field label.form-label {
    color: darkgrey;
}

.user-field {
    padding: 0 0 15px;
}

.log-flex-one button {
    background: #dcd7e2;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px 7px;
    border-radius: 2px;
}

.lost {
    padding: 15px 0 0;
}

.lost a {
    color: darkslategrey;
    font-size: 15px;
    text-decoration: underline;
}


/*MY__ACCOUNT___CSS__*/