/*
=====================
CSS Table of Conttent 
===================== 
*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #727272;
    animation: fadein 2s;
}

.league-gothic-font {
    font-family: "League Gothic", serif;
}

.roboto-font {
    font-family: "Roboto", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-primary);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}
hr{
    margin: 1.5rem 0;
    color: #d8d8d8;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9E9D9D;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9E9D9D;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #9E9D9D;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #9E9D9D;
}

.object-cover {
    object-fit: cover;
}

select {
    color: #9E9D9D;
}

.z-100 {
    z-index: 100;
}

:root {
    --bs-primary: #212529;
    --bs-secondary: #FCD062;
    --bs-dark: #000000;
    --bs-success: #F3EDE2;
    --bs-warning: #B87D3B;
    --bs-light: #FCF8F5;
    --bs-white: #ffffff;
    --bs-gray: #6A6A6A;
    --bs-info: #BFBFBF;
}

/*  
------------------------  
01. Background Css   
--------------------------+
*/

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-success {
    background-color: var(--bs-success) !important;
}

.bg-warning {
    background-color: var(--bs-warning) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.bg-info {
    background-color: var(--bs-info) !important;
}

/*  
------------------------  
01.  Button Css   
--------------------------+
*/
.btn {
    --bs-btn-padding-x: 1.8rem;
    --bs-btn-padding-y: 0.688rem;
    --bs-btn-border-radius: 3rem;
    font-weight: 600;
}

.btn-lg {
    --bs-btn-padding-x: 3rem;
    --bs-btn-padding-y: 1.5rem;
}

.btn-sm {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.5rem;
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    ;
    --bs-btn-disabled-border-color: var(--bs-primary);
    ;
}

.btn-warning {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-warning);
    --bs-btn-border-color: var(--bs-warning);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    ;
    --bs-btn-disabled-border-color: var(--bs-primary);
    ;
}

.btn-light {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-secondary);
    ;
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: # var(--bs-white);
    --bs-btn-disabled-border-color: var(--bs-white);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-info);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-info);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-warning {
    border-color: var(--bs-warning) !important;
}

.border-light {
    border-color: #DDDDDD !important;
}

.rounded-4 {
    border-radius: 20px !important;
}

/* 
------------------------  
01.  Font Css   
--------------------------+
*/
.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-warning {
    color: var(--bs-warning) !important;
}

.text-info {
    color: var(--bs-info) !important;
}

.text-dark {
    color: var(--bs-dark) !important;
}

.text-gray {
    color: var(--bs-gray) !important;
}


/* 
------------------------  
01.  Section Spacing   
--------------------------+
*/
.spy-70 {
    padding: 70px 0;
}

.spb-70 {
    padding-bottom: 70px;
}

.spt-70 {
    padding-top: 70px;
}



/* 
------------------------  
01.  Header Css   
--------------------------+
*/

#search-form {
    position: relative;
    max-width: 800px;
    margin: auto;
}
#search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

#search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

#search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
#search-form .input-group{
    border-bottom: 1px solid #ffffff3a;
}
#search-form input{
    font-size: 64px;
    color:#fff;
   background-color: transparent;
   border: 0;
}
#search-form button{
    border: 0;
    background-color: transparent !important;
}
#search-form button img{
    filter: brightness(0) invert(1);
}
.mfp-close-btn-in .mfp-close{
    display: none;
}

.mfp-bg{
    z-index: 9999;
}

.mfp-wrap{
    z-index: 99999;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0px 0px 24px 0px #0000000D;
    border: 0;
    position: absolute;
    right: 0;
    left: auto;
}
.dropdown-item{
    border-bottom: 1px solid #f3f3f3;
    font-weight: 500;
}
.dropdown-menu li:last-child .dropdown-item{
    border-bottom: 0;
}
.navbar-toggler span {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: var(--bs-primary);
    display: block;
    margin: 4px 0;
}

.navbar-toggler.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
}

.navbar-toggler.open span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 2px;
}

.navbar-toggler.open span:nth-child(3) {
    display: none;
}

.cartbar span {
    font-size: 9px;
    padding: 2px 6px;
    position: absolute;
    top: -13px;
    right: -10px;
}

.authorbar .avatar {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.authorbar span {
    width: 15px;
    height: 15px;
    border: 1px solid #E8E8E8;
    position: absolute;
    right: -4px;
    bottom: -8px;
}

.header-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: 500ms ease all;
}

.opendropdown .header-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.opendropdown .header-dropdown::before {
    content: "";
    background-color: #0000008C;
    width: 100%;
    height: 8000px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .dropdonw-main {
        padding: 12px 0;
        border-bottom: 1px solid #e9e9e9;
    }

    .dropdonw-main .dropdown-nav {
        display: none;
    }

    .dropdonw-main .dropdown-toggler {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 !important;
    }

    .dropdonw-main .dropdown-toggler.open span {
        transform: rotate(180deg);
    }

}

/* 
------------------------  
01.  Banner Css   
--------------------------+
*/

.banner-card:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.banner-card img {
    transform: scale(1);
    transition: 500ms ease transform;
}

.banner-card:hover img {
    transform: scale(1.2);
}

.banner-card .content {
    max-width: 420px;
}

.banner-tagcloud:root {
    scrollbar-color: #ffffff00 !important;
    scrollbar-width: thin !important;
}

.banner-tagcloud::-webkit-scrollbar {
    width: .8rem;
}

.banner-tagcloud::-webkit-scrollbar-track {
    border-radius: 0;
}

.banner-tagcloud::-webkit-scrollbar-thumb {
    background-color: #ffffff00;
    border-radius: 0;
}

.banner-tagcloud {
    width: 100vw;
    overflow-y: auto;
}

.banner-tagcloud .btn {
    min-width: 220px;
}

.swiper-pagination-bullet {
    background: var(--bs-white);
}

.swiper-pagination-bullet-active {
    background: var(--bs-white);
}
.lineHeight-0{
    line-height: 0 !important;
}
/* 
------------------------  
01.  Work Css   
--------------------------+
*/
.section-highlight {
    background: linear-gradient(94.47deg, #000000 2.27%, #FFFFFF 100.13%);
    width: 100%;
    height: 1px;
}

.section-title {
    max-width: 430px;
}

.work-card .playbar {
    width: 28px;
    height: 28px;
    border: 1px solid #E8E8E8;
}

.work-card img {
    transform: scale(1);
    transition: 500ms ease transform;
}

.work-card:hover img {
    transform: scale(1.2);
}

/* 
------------------------  
01.  About Css   
--------------------------+
*/
.about-image::before {
    content: "";
    background-color: #F3E9D8;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -29px;
    transform: rotate(-176deg);
}

.social-card {
    border-radius: 40px;
}

.social-avatar img {
    width: 55px;
    height: 55px;
    object-fit: cover;
}

.social-avatar li:not(:first-child) {
    margin-left: -32px;
}

.social-links::after,
.social-links::before {
    content: "";
    background: linear-gradient(94.47deg, #000000 2.27%, #FFFFFF 100.13%);
    width: 25%;
    height: 1px;
    position: absolute;
    right: 0;
}

.social-links::after {
    background: linear-gradient(300deg, #000000 2.27%, #FFFFFF 100.13%);
    display: none;
    left: 0;
    right: auto;
}

.about-highlight {
    max-width: 180px;
}

.about-highlight::before {
    content: "";
    background: linear-gradient(94.47deg, #000000 2.27%, #FFFFFF 100.13%);
    width: 50%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.mission-1 {
    font-size: 120px;
}

/* 
------------------------  
01.  Product Css   
--------------------------+
*/
.trendingSwiper {
    width: 60vw;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    width: 70px;
    height: 70px;
    margin: 0 !important;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-disabled {
    border-color: var(--bs-white);
    opacity: 1;
}

.product-card:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-card img {
    transform: scale(1);
    transition: 500ms ease transform;
}

.product-card:hover img {
    transform: scale(1.2);
}

.pricelabel {
    border-radius: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.pricelabel:hover {
    color: var(--bs-white);
}

.product-card2 img {
    transform: scale(1);
    transition: 500ms ease transform;
}

.product-card2:hover img {
    transform: scale(1.2);
}
.ShopThumbSwiper{
    width: 94px;
    margin-left: 0;
    margin-right: auto;
    float: right;
}
.ShopThumbSwiper .swiper-wrapper{
    display: block !important;
}
.ShopThumbSwiper .swiper-slide{
    opacity: 0.5;
    cursor: pointer;
    width: 100% !important;
    margin-bottom: 16px;
}
.ShopThumbSwiper .swiper-slide-thumb-active{
   opacity: 1;
}
.ShopThumbSwiper .swiper-slide img{
    height: 94px;
    width: 100%;
    object-fit: cover;
}
.ShopSliderRight{
    padding-left: 16px;
    width: calc(100% - 94px);
    float: right;
}
.ShopShopSwiper .swiper-slide img{
    object-fit: cover;
    max-height: 425px;
}
.loveReact{
    width: 50px;
    height: 50px;
    border: 1px solid #0000001A;
}
.countquality .cart-qty-plus,
.countquality .cart-qty-minus{
   width: 35px;
   height: 35px;
   border-radius: 50%;
   border: 0;
   font-size: 32px;
   line-height: 0;
   background-color: #F4F5F4;
   transition: 500ms ease;
}
.countquality .cart-qty-plus:hover,
.countquality .cart-qty-minus:hover{
   background-color:var(--bs-warning);
   color:var(--bs-white);
}
.countquality input{
    width: 30px;
    border: 0;
    background: transparent;
    text-align: center;
    font-weight: 600;
    line-height: 0;
}
.cart-delete{
    width: 45px;
    height: 45px;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-white);
}
.product-list .image img{
   width: 90px;
   height: 100px;
}
.sidebar-widget{
    background-color: #FAFAFA !important;
}
.sidebar-widget .sidebar-divider{
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom:1px dashed #D8D8D8;
}



  .payment-list li{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D8D8D8;
  }
  .payment-list li:last-child{
    padding: 0;
    margin: 0;
    border: 0;
  }
  .payment-list li input[type="radio"] {
    position: absolute;
    visibility: hidden;
  }
  
  .payment-list li label {
    display: block;
    position: relative;
    padding: 4px 0px 4px 0px;
    z-index: 9;
    cursor: pointer;
  }

  
  .payment-list li .radiobutton {
    display: block;
    position: absolute;
    border: 1px solid var(--bs-primary);
    border-radius: 100%;
    height: 24px;
    width: 24px;
    top: 3px;
    right: 0;
    transition: border 0.25s linear;
  }
  
  .payment-list li .radiobutton::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 24px;
    width: 24px;
    background-color: var(--bs-primary);
    background-image: url(../image/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    top: -1px;
    left: -1px;
    margin: auto;
    opacity: 0;
  }
  input[type="radio"]:checked ~ .radiobutton::before {
    opacity: 1;
    margin: auto;
  }
  input[type="radio"]:checked ~ .radiobutton {
    border: 1px solid var(--bs-primary);
  }




  label.toggle {
    width: 50px;
    height: 30px;
    background-color: #d3d3d3;
    display: inline-block;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0;
    transition: background-color 0.3s 0.4s;
  }
  label.toggle input {
    width: 0;
    height: 0;
  }
  label > input[type="checkbox"] {
    margin: 0;
  }
  label > input[type="checkbox"]::before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    content: "";
    line-height: 0;
    padding: 0;
    display: inline-block;
    margin-top: 3px;
    margin-left: 3px;
    cursor: pointer;
    transition: margin-left 0.4s ease-in-out, background-color 0.4s 0.3s;
  }
  label:has(> input:checked) {
    background-color: #76c276 !important;
  }
  label > input[type="checkbox"]:checked::before {
    background-color: #fff;
    margin-left: 23px;
  }
  
.productsidesticky{
    min-height: 500px;
    position: sticky;
    top: 40px;
    z-index: 1111;
}

/* 
------------------------  
01.  Testimonial Css   
--------------------------+
*/
.testiSwiper {
    width: 90vw;
}

.testi-card::before {
    content: "";
    background-image: url(../image/qoute.svg);
    width: 58px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: 40px;
}

.testi-card {
    padding: 70px 40px 50px;
    margin-top: 12px;
}

.testi-name {
    padding-left: 45px;
}

.testi-name::before {
    content: "";
    background: var(--bs-primary);
    width: 34px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 12px;
}

/* 
------------------------  
01.  Offer Css   
--------------------------+
*/
.offer-card .readmore {
    width: 46px;
    height: 46px;
    padding: 10px;

}

/* 
------------------------  
01.  Callto Css   
--------------------------+
*/

.callto-image::before {
    content: "";
    background-color: #F5F5F5;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -29px;
    transform: rotate(-176deg);
}

.callto-dots {
    left: -60px;
    bottom: -60px;
}

/* 
------------------------  
01.  Footer Css   
--------------------------+
*/

.footer-social li a {
    width: 55px;
    height: 55px;
    background-color: #2C3034;
    transition: 500ms ease all;
}

.footer-social li a:hover {
    background-color: var(--bs-secondary);
}

/* 
------------------------  
01.  Responsive Css   
--------------------------+
*/

@media screen and (max-width: 991px) {


    .spy-70 {
        padding: 40px 0;
    }

    .spb-70 {
        padding-bottom: 40px;
    }

    .spt-70 {
        padding-top: 40px;
    }

    .btn {
        font-size: 16px !important;
    }

    .btn-lg {
        --bs-btn-padding-x: 1.5rem;
        --bs-btn-padding-y: 0.8rem;
    }

    .banner-card h2 {
        font-size: 20px !important;
    }

    .banner-card h5 {
        font-size: 16px !important;
    }

    .banner-tagcloud .btn {
        min-width: 160px;
        font-size: 16px !important;
    }

    .banner-shape img {
        max-height: 150px;
    }

    .social-links::after {
        display: block;
    }

    .social-links p {
        font-size: 14px !important;
    }

    .social-links img {
        height: 26px;
    }

    .display-5,
    .display-3 {
        font-size: 30px !important;
    }

    .fs-1,
    .fs-2 {
        font-size: 24px !important;
    }

    .fs-5 {
        font-size: 16px !important;
    }

    .h5,
    h5,
    h6,
    .h6 {
        font-size: 14px !important;
    }

    .popularSwiper,
    .trendingSwiper {
        width: 100vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        height: 12px;
    }

    .about-handpen div img {
        width: 100px;
        margin-right: 60px;
    }

    .mission-1 {
        font-size: 50px;
    }

    .mission-content {
        padding-left: 30px;
    }

    .mission-content p {
        font-size: 16px !important;
    }

    .testiSwiper {
        width: 100vw;
    }

    .testi-card {
        padding: 44px 20px 28px;
    }

    .product-card .pricelabel {
        padding: 6px 16px;
        font-size: 14px !important;
    }

    .callto-image {
        max-width: 250px;
    }
    .cart-delete {
        width: 36px;
        height: 36px;
    }
    
    
    .footer-social li a {
        width: 40px;
        height: 40px;
    }

    .footer-bottom-link li {
        display: inline-block;
        margin: 0 12px;
    }





}

@media screen and (max-width: 991px) {
 
    .navigation-slider {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
    }
    .ShopSliderRight {
        padding-left: 0;
        width: 100%;
        float: none;
    }
    .ShopThumbSwiper .swiper-wrapper {
        display: flex !important;
    }
    .ShopThumbSwiper {
        width: 100%; 
        float: none;
    }
    .ShopThumbSwiper .swiper-slide{
        width: 60px !important;
    }
    .ShopThumbSwiper .swiper-slide img{
        height: 60px;
    }
    .loveReact {
        width: 36px;
        height: 36px;
    }
    #search-form input{
        font-size: 40px;
    }
    .shopbuynow {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px;
        background: #fff;
        z-index: 1111;
        transition: transform 0.3s ease-in-out; /* Smooth scrolling effect */

    }

    .shopbuynow.hidden {
        transform: translateY(100%); /* Push buttons off-screen */
    }
}