@font-face {
    font-family: "COPRGTB";
    src: url("../fonts/COPRGTB_1.TTF");
}

@font-face {
    font-family: "COPRGTL";
    src: url("../fonts/COPRGTL_1.TTF");
}

@font-face {
    font-family: "GOTHICB";
    src: url("../fonts/GOTHICB0.TTF");
}

@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/CenturyGothic.ttf");
}
@font-face {
    font-family: "LaureenproArabicBold";
    src: url('../webfonts/LaureenproArabicBold/font.woff2') format('woff2'), url('../webfonts/LaureenproArabicBold/font.woff') format('woff');
}



*{
    text-decoration: none;
    box-sizing: border-box;
    font-family: "CenturyGothic", sans-serif;
    color: black;
}
a{
    color: #000000;
}
a:hover{
    color: #000000;
}
.dropdown-item:focus, .dropdown-item:hover{
    text-decoration: underline;
    background-color: transparent;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
.dropdown-item{
    display: block;
    width: auto;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body{
    overflow-x: hidden;
    width: 100%;
}

.page-container{
    margin: 0 4rem;
}

.responsive{
    display: none;
}

.display-lg{
    display: flex;
}
.header-bg,
footer{
    position:absolute;
    width: 100%;
    background-repeat: repeat-x;
}

.globe-icon{
    position: relative;
    color:white;
}

.header-bg{
    background-image: url('../imgs/Header.jpg');
}

footer{
    height: auto;
    background-image: url('../imgs/Footer.jpg');
    background-repeat: repeat-y;
}




/* General Styles */
.mk-list{
    list-style: none;
    padding-left: 0;
}

.mk-list li{
    position: relative; /* Set the position to relative for adding a custom dash */
    padding-left: 15px;
    margin: 0.5rem 0;
    line-height: 2rem;
}
.mk-list li::before {
    content: '-'; /* Add a dash as the content */
    position: absolute; /* Set the position to absolute */
    left: 0; /* Position the dash at the left edge of the li element */
    top: 0;
}
.container{
    width: 100%;

}
.btn{
    border-radius: 10px;
    padding: 0.55rem 2.8rem;
    font-family: "GOTHICB", sans-serif;
    font-size: 1.13em;
}

.btn-primary{
    border-color: #5c5c5c;
    background-color: #5c5c5c;
}

.btn-secondary{
    border-color: white;
    background-color: white;
    color: #333333;
}

.btn-outline-primary{
    border-color: #5c5c5c;
    color:#5c5c5c;
}

.row{
    padding: 0;
    margin: 0;
}

.wrapper{
    margin: 2rem 1vw;
}

.center{
    margin: 0 auto;
}
h1,
h2{
    font-family: 'LaureenproArabicBold', sans-serif;
    font-weight: bold;
    margin: 1rem 0;
}

p{
    line-height: 2rem;
    margin: 1rem 0;
}

.mk-container{
    margin: 1rem 0;
    padding: 0;
}

.vid-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.vid-container iframe{
    width: 772px;
    height: 434px;
}
.info-container,
.flower-info-container{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info-image{
    width: 100%;
    height: 648px;
}
.mk-link-underline{
    text-decoration:underline;
}

a{
    color: #00a9d3;
}
.full-image{
    width: 100%;
    height: 479px;
}

.assistance-text{
    display: flex;
    justify-content: flex-end;
}


.profile-icon,
.bag-icon{
    cursor: pointer;
}

.bag-icon-container{
    position: relative;
}
/* General Navbar */
.navbar {
    padding: 0;
    margin: 0;
}

#collapse-button{
    background-image: url('../imgs//menu-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px; /* Add padding to make space for the image */
    width: 25px;
    height: 21px;
    background-size: 26px 19px;
    border: none;
}

#collapse-button:focus {
    outline: none;
  }

/* Account header */
.account-header{
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    /* width: 100vw; */
    background-color: white;
}

.account-header-middle{
    align-self: center;
}

.account-header-middle p{
    margin: 0;
}
.account-header-first,
.account-header-settings{
    flex: 1;
}
.account-header>div>p{
    margin-bottom: 0;
    font-size: 14px;
}

.details-link,
.settings-link{
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.wishlist-border{
    border-top: 1px solid #dedede;

}
.details-link{
    font-weight: 900;
    margin-left: 0.5rem;
}


.account-header-settings{
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.account-header-settings li{
    list-style: none;
    margin: 0 1rem 0 0;
}

.account-header-settings li img{
    margin: 0 0.2rem 0 0;
}

.account-header-settings.responsive{
    position: relative;
    margin: 0;
    padding: 0;
    display: none;
}

.account-header-settings.responsive li img{
    margin-left: 0.5rem;
}
/* Top Navbar */
.nav{
    padding-top: 1rem;
    margin: 0;
    height: auto;
}
.nav .nav-link {
    padding: 0 1rem;
    margin: 0;
    position: relative;
    color: white;
}

.top-dropdown-img{
    width: 50px;
    height: 50px;
}

.top-dropdown {
    position: relative;
    display: inline-block;
}

.top-dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    top: 30px;
}

.top-dropdown:hover .top-dropdown-content {
    display: block;
}

.top-dropdown .nav-link:hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

/* Bottom Navbar */
.header-cover{
    padding: 0rem;
    align-items: start;
    background-image: url('../imgs/Header.jpg');
    background-size: 100% 163;
}

.navbar-nav{
    margin-top: 1rem;
}

.navbar-nav .nav-item.dropdown > .nav-link::after {
    display: none;
}

.navbar-nav .nav-item{
    margin: 0 2rem;
    font-weight: 600;
}

.nav-item .nav-link {
    border-bottom: 3px solid transparent;
    color: white !important;
    padding: 0.5rem 0 !important;
    margin: 0;
}

.nav-item:hover .nav-link{
    text-decoration: none;
    color: white !important;
    border-bottom: 3px solid white;
}


.dropdown-menu {
    width: 100vw !important;
    border: none;
    padding: 2rem 24rem 2rem 15rem;
    background-image: url('../imgs/dropdown-bg-2.jpeg');
    background-repeat: repeat;
    min-height: 300px;
}

/* Logo and Search */
.logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 2rem;
    height: 100%;
}

.logo {
    margin: 0 auto;
}

.search {
    position: absolute;
    top: 0;
    right: 0;
}

.search-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #626262;
}

.search-input{
    padding: 0.35rem 2rem;
    border: none;
    border-radius: 8px;
    width: 20rem;
}

.search-input::placeholder {
    font-size: 15px;
}

/* Carousel */
.carousel {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.slides-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    /* display: none; */
}

.slider-heading{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-family: "COPRGTB", sans-serif;
    color: white;
    font-size: clamp(2rem, 4vw, 4.5rem);
    width: 50%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3),
                 -2px -2px 4px rgba(255, 255, 255, 0.3);
}


/* .slide.active{
    display: block;
} */

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background-image: url('../imgs/on-slider.png');*/
    color: #fff;
    padding: 1rem 0 3rem 0;
}

.caption h3{
    margin-bottom: 1rem;
}

.caption p{
    font-size: 16px;
    color: white;
    margin: 1rem 2rem;
}

.dots-container {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #ffffff;
    cursor: pointer;
}

.dot.active {
    outline: 1px solid #a7a7a7;
    outline-offset: 2px;
    background-color: #a7a7a7;
    cursor: default;
}

/* Heading */
.heading{
    text-align: center;
    margin: 2rem 0;
    font-family: 'LaureenproArabicBold', sans-serif !important;
    font-weight: bold;
    color: black;
    width: 100%;
}

/* Shop Section */
.shop-image{
    width: 100%;
}

.shop-wrapper{
    margin: 0 5vw;
}

.shop-container{
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-container{
    text-align: center;
    margin-top: 1rem;
}

/* Middle section */
.middle-img{
    width: 100%;
}

.middle-section{
    position: relative;
    padding: 0;
    margin: 0;
}

.middle-heading span{
    font-weight: 700;
}

.middle-heading{
    color: white;
    font-weight: 350;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    text-align: center;
    font-size: clamp(2rem, 4vw, 4rem);
    letter-spacing: 0.1em;
}

.middle-btn{
    position: absolute;
    top: 65%; /* set the top to 50% */
    left: 50%; /* set the left to 50% */
    transform: translate(-50%, -50%);
}

/* Pattern Picker */
.pattern-container .col-lg-4{
    margin: 0;
    padding: 0;
}

.pattern-picker{
    border: 2.5px solid #bbbbbb;
    text-align: center;
    height: 100%;
    padding: 3rem 1rem;
    color: black;
}

.pattern-heading{
    margin-bottom: 2rem;
    font-family: 'COPRGTB', sans-serif;
}

.pattern-desc{
    color: #777777;
    margin-bottom: 2rem;
}

.pattern-image{
    width: 100%;
    height: 100%;
}

/* Gallery Section */
.gallery-section{
    text-align: center;
}

.gallery-section .btn{
    margin: 2rem 0;
}

/* Footer */
.upper-footer{
    padding: 1rem 4.3rem 5rem 4.3rem;
    height: 100%;
    width: 100%;
    background-image: url('../imgs/Footer.jpg');
}
.footer-email-signup{
    color: white;
    margin: 2rem 0;
}

.footer-email-signup h1{
    font-family: "CenturyGothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.footer-email-signup p{
    margin: 0 0 1.5rem 0;
}

.footer-email-signup form{
    margin: 0 0 2.3rem 0;
}

.footer-input{
    border: none;
    padding: 1rem;
    width: 20rem;
    margin-right: 0.5rem;
}

.footer-btn{
    padding: 1rem;
    border: none;
    width: 3.5rem;
    background-color: black;
    position: relative;
    color: white;
}

.footer-btn::after {
    content: '>';
    position: absolute !important;
    top: 5px !important;
    right: 10px !important;
    font-size: 24px !important;
    color:white !important;
}

.footer-links a,
.footer-links p{
    font-size: 0.8rem;
    font-weight: 500;
    color: white;
    margin: 0.1rem 0;
}

.footer-links p span,
.footer-links a span{
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
}

.footer-heading{
    font-family: "GOTHICB", sans-serif;
    margin: 2.2rem 0 0.3rem 0;
    color: white;
    font-size: 1rem;
    font-weight: 900;
}

.footer-nav{
    background-color: black;
    width: 100%;
    padding: 1rem;
}

.footer-nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;

}

.footer-nav div{
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.8rem;
}

.logo-img{
    width: 278px;
}

.footer-nav div,
.footer-nav div a{
    color: white;
}

.footer-links a {
    word-wrap: break-word;
  }

/* Store */
.store-img{
    width: 100%;
    margin: 1rem 0;
}

.store-img-1{
    width: 100%;
    /* margin:5 1rem 0; */
    /* height: 200px; */
}

.store-img-2{
    width: 100%;
    /* height: 20px; */
}

.store{
    padding: 0 1rem !important;
}

.store ul{
    padding: 0;
}
.store ul li{
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

/* Form */
.form-h1{

}

.btn-form{
    background-color: #5c5c5c;
    margin: 1rem 0;
    color: white;
    text-align: center;
    padding: 0.45rem 4rem;
}

.btn-form-secondary{
    background-color: white;
    margin: 1rem 0;
    color: #5c5c5c;
    border: 1px solid #5c5c5c;
    padding: 0.45rem 4rem;
}

.bag-dropdown-buttons .btn{
    padding: 0.45rem 3rem;
}
.required-title,
.optional-label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.required-title::after{
    content: "*Required";
    text-align: right;
    font-family: "CenturyGothic", sans-serif !important;
    font-size: 16px;
    font-weight:500;
}

.optional-label::after{
    content: "(optional)";
    text-align: right;
    font-family: "CenturyGothic", sans-serif !important;
    font-size: 16px;
    font-weight:500;
}
.required-subtitle{
    margin-bottom: 3rem !important;
}

.form-title{
    font-family: 'LaureenproArabicBold', sans-serif !important;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333333;
}
/* Blog */
.blogs{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 5rem;
    justify-content: center;
}
.blog{
    margin: 1rem 0;
}
.blog-img{
    width: 100%;
    height: 264px;
}
.blog-title{
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-family: 'LaureenproArabicBold', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.blog-date{
    text-align: center;
    font-family: "CenturyGothic", sans-serif !important;
    font-size: 14px;
    font-weight: 900;
    color: #878787;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    position: relative;
}

.blog-date::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5rem;
    width: 20%;
    height: 1px;
    background: #878787;
}

.blog-date.underline-hidden::after{
    display: none;
}

.blog-icons {
    position: relative;
    text-align: center;
}

.blog-icons a{
    display: inline-block;
    margin: 0 0.4rem;
    font-size: 20px;
}

.blog-icons a i,
.social-icons a i{
    color: #656565;
}

.social-links .blog-icons::before,
.social-links .blog-icons::after{
    display: none;
}
.blog-icons::before,
.blog-icons::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #dedede;
    top: 50%;
}

.blog-icons::before {
    left: 0;
}

.blog-icons::after {
    right: 0;
}

.social-icons{
    text-align: center;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 1rem 0;
}

.social-icons a{
    margin: 0 0.4rem;
}

.blog-recommend-text{
    text-align: center;
    position: relative;
    margin-bottom: 0;
    font-family: "GOTHICB", sans-serif;

}

.line {
    position: absolute;
    width: 10%;
    height: 1px;
    background-color: black;
    top: 65%;
}

.line:first-child {
    right: 58%;
}

.line:last-child {
    left: 58%;
}
/* Settings */

.settings-content{
    margin-bottom: 1rem;
    margin-right: 10rem;
}
.settings-menu{
    margin: 1.5rem 0;
}

.settings-menu h5{
    font-family: "CenturyGothic", sans-serif !important;
    font-size: 19px;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
    margin: 1rem 0;
}

.settings-menu ul li{
    list-style: none;
    /* color: #333333; */
}

.menu-link{
    color: #333333;
}

.logout-link{
    font-size: 18px;
    font-family: "CenturyGothic", sans-serif !important;
    color: black;
    text-decoration:underline;
}

.logout-link span{
    text-decoration: none;
}

.settings-options-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.settings-option-container{
    border: 1px solid #7f7f7f;
    width: 45%;
    text-align: center;
    margin: 1rem;
    padding: 0 2rem;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.settings-option{
    text-decoration: none;
}

.settings-option h3{
    font-family: 'COPRGTB', sans-serif;
    color: black;
}

.settings-option p{
    color: #606060;
}

/* Gifts */
.gifts{
    width: 100%;
}
.gifts:last-child{
    border-bottom: 1px solid #ced4d9;
}

.gift{
    border-top: 1px solid  #ced4d9;
    display: flex;
    padding: 1rem;
}

.gift img{
    width: 250px;
    height: 250px;
    margin-right: 1rem;
}

.gift .gift-info{
    margin: auto 0;
}

.gift .gift-info h1{
    font-family: "COPRGTB", sans-serif;
    font-size: 24px;
    margin: 0 0 0.5rem 0;
}

.gift .gift-info p{
    color: #848484;
    margin: 0;
    font-size: 12px;
}

.gift .gift-info .gift-price{
    color: #5c5c5c;
    font-size: 23px;
    font-weight: 900;
}

.gift .gift-info a{
    display: inline-block;
    margin-top: 0.5rem;
}

.send-gifts-steps ol{
    display: flex;
    justify-content: flex-end;
}

.send-gifts-steps ol li{
    margin-right: 3rem;
    font-size: 20px;
    color: #767676;
}
/* Order Summary */
.order-summary{
    background-color: #f5f6f7;
    padding: 2rem;
    width: 400px;
    margin-left: auto;
    margin-right: 0;
}

.order-summary h1{
    font-size: 25px;
}

.order-prices{
    border-bottom: 1px solid #ced4d9;
    border-top: 1px solid #ced4d9;
    padding: 0.4rem 0;
}

.order-price,
.estimated-total{
    display: flex;
    justify-content: space-between;
}

.order-price p,
.estimated-total p{
    color: #424242;
    font-family: "GOTHICB", sans-serif;
    font-size: 14px;
    margin: 0.2rem 0;
}

.discount-price p{
    color: #c30000;
}

.estimated-total p{
    font-size: 18px;
}

/* Billing Information */
.billing-info{
    margin: 1rem 0;
}
.billing-info h1{
    color: #333333;
    font-size: 19px;
    font-family: "GOTHICB", sans-serif;
    margin: 0.2rem 0;
}

.billing-info p{
    margin: 0 0 0 1rem;
}

/* About us */
.about-us-img{
    position: absolute;
    width: 100%;
    z-index: -99999;
    top: 45rem;
    right: 0;
    left: 0;
    height: 90vw;
}


.about-us-img-1{
    margin-left: 1.5rem;
    width: 100%;
    display: none;
}

.about-us-img-2{
    margin-left: -5rem;
    width: 100%;
    display: none;
}

.about-us-text-2{
    margin: 10vw 0 0 15rem;
}

.about-text-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 70vw;
    width: 100%;
}
.about-us-text-3{
    width: 30%;
}

.about-us-text-1{
    /* height: 20vh; */
    width: 100%;
}

.about-text p{
    line-height: 2rem;
    font-size: 1rem;
}

/* Flower */
.flower-info-wrapper{
    position: relative;
    margin-bottom: 10rem;
}
.flowers-bg{
    position:absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
}

.flower-1,
.flower-2{
    position:absolute;
    /* width: 100%; */
    top: -8rem;
}

.flower-1{
    left: -6rem;
}

.flower-2{
    right: -6rem;
}

.flower-info-container{
    margin: 0 5rem;
}
.flower-info-container p{
    font-size: 1rem;
}

.flower-info-container h1{
    font-size: 26px;
}
.flower-info-container .btn{
    width: unset;
}


/* Swiper */
.swiper-container{
    width: 100%;
    position: relative;
    margin: 1rem 0 3rem 0;
}

.blog-swiper .swiper-wrapper .swiper-slide .blog .blog-title{
    font-size: 14px;
    margin-top: 1rem;
}

.blog-swiper .swiper-wrapper .swiper-slide .blog .blog-date{
    font-size: 12px;
    margin-top: 0.1rem;
}

.blog-swiper .swiper-wrapper .swiper-slide .blog .blog-img{
    width: 100%;
    height: 150px;
}
.swiper-container-1{
    width: 20%;
    height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-container-2{
    position: relative;
    margin-bottom: 1rem;
}
.product-view-2{
    display: none;
    width: 100%;
}

.swiper {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* or "contain" depending on your preference */
    object-position: center;
    margin: 0 auto !important;
}

.index-swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-self: center;
}
.index-swiper .swiper-wrapper .swiper-slide img{
    width: 280px;
    height: 280px;
    object-fit: cover; /* or "contain" depending on your preference */
    object-position: center;
    margin: 0 auto !important;
}

.custom-button-prev {
    position: unset !important;
    margin-bottom: 0rem !important;
    /* transform: rotate(90deg); */
    /* transform-origin: left center; */
    z-index: 10;
}

.custom-button-next {
    position: unset !important;
    margin-top: 0rem !important;
    /* transform: rotate(90deg); */
    /* transform-origin: left center; */
    z-index: 10;
}
.custom-button-next{
  background-image: url('../imgs/arrow-down.svg');

}

.custom-button-prev{
  background-image: url('../imgs/arrow-up.svg');
}

.custom-button-prev-2{
    background-image: url('../imgs/arrow-left.svg');
}

.custom-button-next-2{
    background-image: url('../imgs/arrow-right.svg');
}

.custom-button-next-3{
    background-image: url('../imgs/arrow-right.png');
}

.custom-button-prev-3{
    background-image: url('../imgs/arrow-right.png');
}

.custom-button-next-2,
.custom-button-prev-2,
.custom-button-next-3,
.custom-button-prev-3{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 50px;
    cursor: pointer;
}

.custom-button-next-2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
}

.custom-button-prev-2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
}

.custom-button-next-3{
    position: absolute;
    top: 50%;
    right: 6.3vw;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
}

.custom-button-prev-3{
    position: absolute;
    top: 50%;
    left: 6.3vw;
    transform: translateY(-50%) rotate(180deg);
    /* transform: rotate(50%); */
    z-index: 10;
    width: 30px;
    height: 30px;
}

.swiper-pagination {
    bottom: -2rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #aeaeae !important;
    border-radius: 50% !important;
}

.swiper-pagination-bullet-active {
    background-color: #505050 !important;
}

.blog-pagination{
    bottom: -1rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.blog-pagination .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
    background-color: white !important;
    border-radius: 50% !important;
    border: 1px solid #505050;
}

.blog-pagination .swiper-pagination-bullet-active{
    background-color: #505050 !important;
}

.custom-button-prev,
.custom-button-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 50px;
  cursor: pointer;
}

.swiper-container-1 .swiper .swiper-wrapper .swiper-slide-active{
    border: 1px solid black;
}

/* Product View */
.product-view-wrapper{
    border-bottom: 1px solid #cccccc;
    padding: 1rem 0;
}
.product-view-container{
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    position: relative;
}

.product-view-1{
    flex: 2;
}

.second-swiper{
    margin: 0;
}

.product-view-1{
    position: relative;
    margin: 2.5rem 0 1rem 0;
}

.product-view-1 .product-img{
    width: 30vw;
}

.zoom-icon{
    width: 40px;
    height: 40px;
    /* margin: 2.5rem 0 1rem 0; */
    /* position: absolute; */
    cursor:pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
}
.my-number-input-container{
    width: 100px;
    position: relative;
}
.my-number-input{
    border: 1px solid #333333;
    border-radius: 7px;
    text-align: center;
    box-sizing:border-box;
    padding: 0;
    width: 100%;
    padding: 0.5rem 0;
    -moz-appearance: textfield; /* Firefox */
    appearance: none;
    font-family: "GOTHICB", sans-serif;
    color: #333333;
}

.plus-button,
.minus-button{
    position: absolute;
    border: none;
    background-color: transparent;
    font-family: "GOTHICB", sans-serif;
    color: #333333;
    top: 20%;
    cursor: pointer;
}

.plus-button{
    right: 5px;
}
.minus-button{
    left: 5px;
}

.plus-button:focus,
.minus-button:focus {
    outline: none;
  }

.my-number-input::-webkit-outer-spin-button,
.my-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-name-top{
    display: none;
}
.product-price{
    color: #424242;
    font-family: "GOTHICB", sans-serif;
    font-size: 23px;
    margin: 1rem 0;
}

.add-to-wishlist{
    border-top: 1px solid #cccccc;
    text-align: center;
    cursor: pointer;
}

.add-to-wishlist.wishlisted p i{
    color: red;
}

.add-to-wishlist p::after {
    content: ' ADD TO WISH LIST';
  }

  .add-to-wishlist.wishlisted p::after{
    content: ' REMOVE FROM WISH LIST';
  }

.add-to-wishlist p{
    font-family: "GOTHICB", sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration:underline;
    margin: 0.5rem 0;
}
.popup{

    width: 100%;
    display: none;
}
.panel {
    border-top: 1px solid #cccccc;
}

.panel-heading {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-heading::after{
    content: "+";
    font-family: "GOTHICB", sans-serif;
    font-size: 20px;
    color: #333333;
}

.panel-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out 0s;
}

.panel-body.show {
    max-height: 1000px;
}

.panel-heading h2{
    font-family: "GOTHICB", sans-serif;
    font-size: 16px;
    color: #333333;
    margin: 1rem 0;
}
.panel-body p{
    font-size: 14px;
    line-height: 1.2rem;
    margin: 0 0 1rem 0;
}
.product-number{
    font-size: 12px;
    color: #848484;
}

.refer-and-earn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #cccccc;
    padding-top: 0.5rem;
}

.refer-and-earn a{
    color: #656565;
    font-family: "GOTHICB", sans-serif;

}
/* Add to Bag Checkout */
.my-bag h1{
    border-top: 1px solid #ced4d9;
    padding-top: 1rem;
}
.product-item:first-child{
    border-top: none;
}
.product-list:last-child{
    border-bottom: 1px solid #ced4d9;
}


.product-item{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ced4d9;
    padding: 1rem 0.5rem;
}

.product-item-img{
    width: 200px;
    height: 150px;
}

.product-item-info h2{
    font-size: 17px;
}

.product-item-info{
    flex: 2;
    margin-left: 1rem;
}

.input-price-container{
    display: flex;
    justify-content: space-between;
}

.input-price-container .my-number-input-container .plus-button,
.input-price-container .my-number-input-container .minus-button{
    top: 10%;
}

.remove-product-link{
    display: block;
    text-align: end;
    font-family: "GOTHICB", sans-serif;
    font-size: 14px;
    color: black;
}

.promo-code{
    background-color: #f5f6f7;
    padding: 1rem;
    width: 400px;
    margin-left: auto;
    margin-right: 0;
}

.promo-code h1{
    font-family: "GOTHICB", sans-serif;
    font-size: 14px;
}

.promo-code input{
    width: 55%;
    padding: 0.5rem 0.5rem;
    display: inline;
    border: 1px solid #cbcbcb;
    margin-top: 10px;
}

.promo-code input{
    margin: 0;
}

/* Cover Photo */
.cover-photo-container,
.cover-photo-container-2{
    margin: 1rem 0;
    position: relative;
    width: 100%;
}


.cover-heading{
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -20%);
    font-family: 'LaureenproArabicBold', sans-serif;
    font-weight: bold;
    color: white;
    font-size: clamp(2rem, 4vw, 3.5rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3),
                 -2px -2px 4px rgba(255, 255, 255, 0.3);
}

.cover-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url('../imgs/on-slider.png');
    color: #fff;
    padding: 1rem 4rem 2.5rem 4rem;
    text-align: center;

}

.cover-caption-with-button{
    padding: 0.5rem 4rem 0.5rem 4rem;
}

.cover-caption h1,
.cover-caption h3,
.cover-caption p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.cover-caption p{
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0.2rem 0;
}

.cover-caption h3{
    font-size: 25px;
}
.cover-caption h1{
    font-size: 2.5rem;
    margin: 0.2rem 0;
}

.cover-caption .btn{
    display: inline-block;
    margin: 1rem 0;
    padding: 0.45rem 5rem;
}
.caption-responsive{
    display: none;
}
.cover-caption a{
    display: inline-block;
}

.cover-photo-container-2 .cover-photo{
    height: 426px;
}

.cover-photo{
    width: 100%;
    height: 463px;
}

.cover-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.88);
    padding: 3rem 4rem;
    width: 80%;
    /* height: 90%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cover-title{
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'LaureenproArabicBold', serif;
    font-weight: bold;
}

.cover-desc,
.cover-title{
    z-index: 9999;
}

.cover-desc{
    font-size: 1rem;
    line-height: 2;
    text-align: center;
    }

.cover-white-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 80%;
}
.cover-photo-container .cover-btn{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cover-photo-container-2 .cover-btn{
    /* position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%); */
    display: inline-block;
    margin: 0 auto;
    padding: 0.45rem 5rem;
}

.cover-photo-container .btn,
.cover-photo-container-2 .btn{
    width: unset;
}

/* Filter */
.filter-container {
    font-size: 16px;
    width:100%;
    margin-top: 1rem;
  }

.filter-header {
    padding: 0.5rem 0;
    font-family: "GOTHICB", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ced4d9;
    margin: 0;
    color: #333333;
    text-transform: uppercase;
}

.fa-sliders{
    font-size: 17px;
}

.filter-option {
    border-bottom: 1px solid #ced4d9;
    padding: 1rem 0;
}

.filter-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.filter-option-header span {
    flex: 1;
    font-family: "GOTHICB", sans-serif;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase
}

.filter-option-content {
    display: none;
    padding: 0.5rem 0;

}

  .filter-option-content ul {
    max-height: 200px; /* maximum height of the options list */
    overflow-y: auto; /* enable vertical scrolling */
    padding: 0; /* remove default padding */
    margin: 0; /* remove default margin */
    list-style: none; /* remove default list style */
  }

  .filter-option-content ul li {
    margin-bottom: 5px;
  }

  .filter-option-content ul li label {
    cursor: pointer;
  }

  .filter-option-content ul li input[type="checkbox"] {
    margin-right: 5px;
  }

.filtered-products{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    justify-content: center;
    margin-top: 3.5rem;
    height: auto !important;

}

.filtered-product{
    width: 280px;
    position: static !important;
}

.filtered-product-img,
.add-product-img{
    width: 100%;
    height: 280px;
}

.btn-add-product{
    position: absolute;
    top: 80%;
    left: 50%;
    transform:translateX(-50%);
    border: 1px solid #333333;
    width: 80%;
}

.filtered-product-title{
    font-family: "CenturyGothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0.5rem 0;
}

.filtered-product-price span{
    margin: 0 0.5rem 0 0;
    font-size: 15px;
}

.filtered-product-new-price{
    font-weight: 600;
}

.filtered-product-old-price{
    color:#424242;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-color: #ff0000;
}

.filtered-product-img-container{
    position: relative;
    cursor: pointer;
}

.filter-sort-by-select{
    display: none;
  }

  .select-filter-icon{
    display: none;
  }
.out-of-stock-img{
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.notify-text{
    font-size: 13px;
    margin: 1rem 0;
}

.sort-by{
    display: flex;
    justify-content: end;
    border-top: 1px solid #ced4d9;
    border-bottom: 1px solid #ced4d9;
    align-items: center;
    padding: 1rem 0;
}

.item-count-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 1px solid #ced4d9;
    border-bottom: 1px solid #ced4d9;
    display: none;
}
.sort-by span,
.sort-by-select,
.item-count-bottom{
    color: #424242;
}

.filter-sort-by-select{
    width: 100%;
    border: 1px solid #ced4d9;
    border-radius: 3px;
    padding: 0.3rem 2rem;
    font-family: "GOTHICB", sans-serif;
}

.select-filter-icon{
    position: absolute;
    left: 1.5rem;
}

.sort-by-select{
    width: 25%;
    border: 1px solid #ced4d9;
    border-radius: 3px;
    padding: 0.2rem;
    margin-left: 1rem;
}

.pagination-wrapper{
    display: flex;
    justify-content: end;
    align-items: center;
}

.view-all-link{
    color: black;

}
.pagination {
    margin: 0;
    border: none;
    display: flex;
    justify-content: end;
}

.pagination li {
    border: none;
}

.pagination li a {
    background-color: transparent;
    margin-right: 5px;
    padding: 5px;
    color: black;
    border: none;
}

.pagination li.active a {
    background-color: transparent !important;
    color: black !important;
    text-decoration: underline;
}

/* Modal */
.modal-dialog {
    max-width: 90%;
    margin: 5rem auto;

}

.modal-header{
    border: none;
}

.modal-footer{
    border: none;
    text-align: center;
}

.modal-footer a{
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #656565;
}
/* Bag */
.bag-dropdown{
    /* display: none; */
    position: absolute;
    z-index: 9999999999;
    top: 2rem; /* or bottom: 0; */
    left: -10rem;
    width: 400px;
    padding: 0;
    background-color: white;
    display: none;
    box-shadow: 7px 7px 10px -2px rgba(0, 0, 0, 0.5);
}

.bag-dropdown-buttons{
    display: flex;
    justify-content: space-between;
}

.bag-dropdown.show{
    display: block;
}
.bag-dropdown li{
    margin: 1rem;
}


.bag-dropdown-item:last-of-type{
    border: none;
}
.bag-dropdown-item img{
    width: 150px;
}

.bag-dropdown-item{
    display: flex;
    gap: 5px;
}

.bag-dropdown-title{
    border-bottom: solid 1px #aeaeae;
    margin: 0 !important;
}
.bag-dropdown-title h1{
    font-size: 22px;
    margin: 2rem 1rem 1rem 1rem;
}

.bag-dropdown-info div p{
    margin: 0;
    font-family: "GOTHICB", sans-serif;
}
.bag-dropdown-name{
    font-size: 15px;
}

.bag-dropdown-subtotal{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

.bag-dropdown-subtotal p{
    color: #424242;
    font-family: "GOTHICB", sans-serif;
    font-size: 18px;
}

.breadcrumbs{
    display: flex;
    margin: 2rem 0;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumbs li{
    list-style: none;
    margin-right: 0.5rem;
}

.breadcrumbs li a{
    color:#333333;
}
@media (max-width: 1800px) {
    .about-text-container{
        height: 75vw;
    }
}

@media (max-width: 1700px) {
    .cover-info{
        padding: 2rem;
    }
    .cover-title{
        margin-bottom: 2rem;
    }
}

@media (max-width: 1600px) {
    .about-text-container{
        height: 80vw;
    }
    .shop-image{
        width: 100%;
    }

}

@media (max-width: 1400px) {
    .about-text-container{
        height: 90vw;
    }





    /* About us */
    .about-us-img{

    }
}

@media (max-width: 1300px) {
    /* About us */
    .about-us-img{

    }
    .about-text-container{
        height: 115vw;
    }

    .settings-content{
        margin-right: 5rem;
    }
}
@media (max-width: 1200px) {
    .cover-info{
        padding: 1rem;
    }
    .cover-title{
        margin-bottom: 1rem;
    }

    .search-input{
        padding: 0.35rem 2rem;
        border: none;
        border-radius: 8px;
        width: 15rem;
    }

    /* About us */
    .about-us-img{

    }
    .about-text-container{
        height: 110vw;
    }


    /* Settings */
    .settings-options-wrapper{
        justify-content: center;
    }


    .settings-option-container{
        width: 100%;
    }

    /* Line */
    .line:first-child {
        right: 60%;
    }

    .line:last-child {
        left: 60%;
    }

    /* Form */
    /* Form */
    .required-title{
        font-size: 1.5rem;
      }


}

@media (max-width: 1125px) {
    /* About us */
    .about-us-img{
        top: 95vw;
    }
    .about-text-container{
        height: 115vw;
    }
}

@media (max-width: 1100px) {
    /* About us */
    .about-us-img{
        top: 100vw;
    }
    .about-text-container{
        height: 120vw;
    }

}

@media (max-width: 1080px) {
    .cover-caption h1{
        font-size: 1.5rem;
    }
}
@media (max-width: 1050px) {
    /* About us */
    .about-us-img{
        top: 110vw;
    }
    .about-text-container{
        height: 130vw;
    }
}
@media (max-width: 1000px) {


    /* Cover */
    .cover-desc{
        /* font-size: 1.5vw; */
    }


}

@media (max-width: 996px) {
    .full-image{
        height: 313px;
    }
    /* Index Swiper */
    .index-swiper .swiper-wrapper .swiper-slide img{
        width: 375px;
        height: 375px;
    }
    /* Slider */
    .slider-heading{
        top: 10%;
    }
    /* Shop Image */
    .shop-image{
        width: 100%;
    }

    /* blog */
    .blog-img{
        height: 313px;
    }
    /* General */
    .btn{
        padding: 0.9rem 3.15rem;
    }

    /* Store Image */
    .store-img{
    }
    /* Carousel */
    .carousel{
        height: 487px;
    }

    /*  */
    .display-lg{
        display: none;
    }
    .settings-content{
        margin-right: 0;
    }
    /* Bag */
    .bag-dropdown{
        /* display: none; */
        position: absolute;
        z-index: 9999999999;
        top: 8rem; /* or bottom: 0; */
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        padding: 0;
        background-color: white;
        display: none;
    }

    .bag-dropdown-buttons .btn{
       width: unset;
    }

    .bag-dropdown-item img{
        width: 100px;
        height: 100px;
    }
    .bag-dropdown-item{
        align-items: center;
    }
    /* Modal */
    .modal-dialog{
    }
    /* General */
    .assistance-text{
        justify-content: flex-start;
    }

    .wrapper.responsive-wrapper{
        margin: 2rem 0;
    }

    .wrapper{
        margin: 2rem 1vw;
    }


    .btn-form,
    .btn-form-secondary{
        width: 100%;
    }


    /* Account header */
    .account-header-middle{
        margin: 0;
        font-size: 13px;
    }
    .account-header-settings{
        flex:unset;
    }
    .hide-sm,
    .account-header-first{
        display: none;
    }
    .page-container{
        margin: 0;
    }

    /* Header */
    .header-cover{
        margin: 0 !important;
    }

    header{
        margin-bottom: 3rem !important;
    }
    .logo-container{
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        align-self: center;
        /* width: 100%; */
    }
    .logo-container{
        width: 70%;
    }
    .search {
        position: unset;
        width: 100%;
        margin-top: -20px;
    }

    .search.search-cover{
        position: static;
        margin-top: 20px;
    }
    .search-icon{
        top: 92%;
        transform: translateY(-85%);
        left: 10px;
        color: #626262;
    }
    .search-input{
        position: unset;
        width: 100%;
        margin: 3rem auto 0 auto;
    }

    .search.search-cover .search-input{
        margin: 1rem auto 2rem auto;
    }

    .search.search-cover .search-icon{
        margin-top: -15px;
    }
    .logo-img{
        width: 200px;
    }
    header{
        margin-bottom: 4rem;
    }

    .nav{
        display: none;
    }
    .logo-navbar-container{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 1rem;
        align-items: start;
        background-image: url('../imgs//Header.jpg');
        background-size: 100% 200;

    }


    /* Footer */
    .footer-input{
        width: 15rem;
    }
    .upper-footer{
        padding: 50px 20px;
    }
    .footer-email-signup{
        margin: 0;
    }

    .footer-nav{
        padding: 1.5rem 0;
    }
    /* Middle */
    .middle-img{
        height: 200px;
    }
    .middle-btn{
        top: 70%;
    }

    .responsive,
    .account-header-settings.responsive{
        display: block;
        position: static;
    }
    /* Dropdown */

    #centerNav {
        position: absolute !important;
        top: 2.8rem;
        left: -1rem;
        width: 100vw;
        z-index: 1000;
        background-color: #5c5c5c;
    }
    .navbar-nav{
        position: relative !important;
        justify-content: center;
    }

    .navbar-nav .nav-item {
        box-shadow: 0px 0.2px 0px 0px white;
        padding: 1rem 2rem;
        margin: 0;
    }

    .nav-item:hover .nav-link{
        text-decoration: none;
        color: white !important;
        border-bottom: none;
    }

    .nav-item.responsive{
        box-shadow:none;
    }

    .nav-item.responsive.nav-item-registry{
        padding: 2rem 2rem 0 2rem;
    }

    .nav-item.responsive.nav-item-country{
        display: flex;
        padding-bottom: 5rem;
    }

    /* .navbar-nav .nav-item:nth-child(10),
    .dropdown-menu .responsive:nth-child(10){
        padding: 1rem 2rem 0 2rem;
    }

    .navbar-nav .nav-item:nth-child(11),
    .dropdown-menu .responsive:nth-child(11){
        display: flex;
    } */
    .navbar-nav .nav-item .nav-link{
        padding: 0 !important;
        border: none;
    }

    .dropdown{
        position: static !important;
    }
    .dropdown .dropdown-menu {
        display: none;
    }

    .dropdown.show .dropdown-menu{
        display: block;
    }

    .dropdown-menu {
        position: absolute !important;
        top: -1.2rem !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        z-index: 1000;
        background-image: none;
        background-color: #5c5c5c;
        right: 0 !important;
        padding: 0;
    }

    .dropdown-item{
        padding: 1rem 2rem;
        color: white;
        box-shadow: 0px 0.2px 0px 0px white;
        font-weight: 600;
    }

    .dropdown-header{
        text-align: center;
        background-color: white;
    }

    .back-to-navbar{
        color: #5c5c5c;
    }

    /* Logo */
    .logo-container{
        margin: 0;
    }

    /* About us */
    .about-us-img{
        display: none;
        top: 100vh;
    }

    .about-us-img-1,
    .about-us-img-2{
        display: block;
    }

    .about-us-text-2{
        display: block;
        margin: 0;
    }

    .about-text-container{
        display: none;
    }
    .about-text p{
        line-height: 2rem;
    }
    /* Flower */
    .flower-1{
        left: -5rem;
    }

    .flower-2{
        right: -5rem;
    }



    /* Info */
    .info-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }

    .info-image-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info-image{
        width: 100% !important;
        height: 538px !important;
    }

    /* Cover */
    .cover-title{
        margin: 0;
    }
    .cover-desc{
        margin-top: 0;
    }

    .cover-info{
        width: 90%;
        padding: 10px;
    }
    .cover-white-bg{
        width: 95%;
        height: 85%;
    }

    .cover-photo-container .btn,
    .cover-photo-container-2 .btn{
        font-size: 15px;
    }

    .cover-photo-container-2 .cover-photo{
        height: auto;
    }
    .cover-photo{
        height: auto;
    }
    /* Order Summary */
    .order-summary,
    .promo-code{
        margin: 1.5rem auto;
    }

    .promo-code input{
        width: 100%;
    }

    /* Send Gifts */
    .send-gifts-steps ol{
        justify-content: flex-start;
        padding: 0 1.5rem;
    }
    .send-gifts-steps ol li{
        font-size: 15px;
    }

    /* Billing Information */
    .billing-info p{
        margin: 0;
    }
    /* Line */
    .line:first-child {
        right: 64%;
    }

    .line:last-child {
        left: 64%;
    }

    /* Product View */
    .product-view-1{
        display: none;
    }

    .product-view-2{
        display: block;
    }

    .swiper-container-1{
        display: none;
    }

    /* Filter */
    .filtered-products {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }

      .filtered-product {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .filter-sort-by-select{
        display: block;
      }

      .select-filter-icon{
        display: block;
      }
      .filtered-product-img {
        width: 100%;
        object-fit: cover;
      }

      .notify-text{
        display: none;
      }

      .sort-by{
        border: none;
      }

      .sort-by span{
        display: none;
      }
      .item-count-bottom{
        display: flex;
      }

      .sort-by-select{
        display: none;
      }

      .filter-header{
        display: none;
      }
      /* .filtered-product-img-container{
        height: 100%;
      } */

      /* Breadcrumbs */
      .breadcrumbs{
        margin: 1rem;
      }


      /* Cover */
      .cover-caption{
        display: none;
      }

      .cover-caption a{
        display: inline-block;
      }

      .caption-responsive{
        display: block;
      }


      /* Form */
      .required-title{
        font-size: 1.2rem;
      }

      .required-title::after{
        top: 5px;
      }

      /* My Bag */
        .my-bag h1{
            border-top: none;
        }
        .product-item:first-child{
            border-top: 1px solid #ced4d9;
        }



        .order-summary{
            width: 100%;
        }

        .promo-code{
            width: 100%;
        }

        /* Add to Bag */
        .product-name-top{
            display: block;
        }

        .product-name-bottom{
            display: none;
        }

        /* Blog */
        .blogs{
            margin: 0 1rem;
        }

        /* Gifts */
        .gift img{
            width: 180px;
            height: 180px;
        }
}

@media (max-width: 715px){
    .cover-title{
        font-size: 1.5rem;
    }
    .cover-desc{
        /* font-size: 1.7vw; */
        text-align: center;
        font-size: 0.8rem;
    }

}

@media (max-width: 576px){
    /* My Input Price Container */
    .input-price-container .my-number-input-container .plus-button,
    .input-price-container .my-number-input-container .minus-button{
        top: 15%;
}
    /* Modal */
    .product-name-top,
    .product-name-bottom{
        font-size: 18px;
    }
    /* General */

    /* Footer */
    .footer-input{
        width: 8rem;
    }

    /* Middle */
    .middle-heading{
        font-size: 1.5rem;
    }

    .middle-img{
        height: 200px;
    }

    .middle-btn{
        top: 70%;
    }

    /* Cover */

    .cover-title{
        font-size: 1.5rem;
    }
    .cover-desc{
        /* font-size: 1.7vw; */
        text-align: center;
        font-size: 0.8rem;
    }
    .cover-photo-container .btn,
    .cover-photo-container-2 .btn{
        font-size: 12px;
        padding: 0.3rem;
        top: 70%;
    }

    .btn-about-us{
        position: absolute;
    }
    /* Line */
    .line:first-child {
        right: 75%;
    }

    .line:last-child {
        left: 75%;
    }

    /* Flower */
    .flower-1{
        left: -6.5rem;
    }

    .flower-2{
        right: -6.5rem;
    }

    .flower-info-container h1{
        font-size: 18px;
    }
    .flower-info-container .btn{
        font-size: 10px;
    }

    /* Swiper */
    .custom-button-next-3{
        right: 0;
    }

    .custom-button-prev-3{
        left: 10%;
    }

    .custom-button-next-2.nav-modal{
        right: -1rem;
    }
    .custom-button-prev-2.nav-modal{
        left: -1rem;
    }
    /* My Bag */
    .input-price-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}
@media (max-width: 415px){
    .bag-dropdown-buttons{
        flex-direction: column;
    }
    .bag-dropdown-buttons .btn{
        width: 100%;
     }

     .vid-container iframe{
        width: 100%;
     }

     /* Index Swiper */
    .index-swiper .swiper-wrapper .swiper-slide img{
        width: 250px;
        height: 250px;
    }

    /* Shop Image */
    .shop-image{
        width: 100%;
    }


}

@media (max-width: 350px){
    .logo{
        width: 150px;
    }
    .logo-img{
        width: 100%;
        margin: 0 auto;
    }
/* Slider */
.slider-heading{
    top: 5%;
}


}
@media (max-width: 281px){

    /*  */
    .gift img,
    .product-item-img{
        width: 100px;
        height: 100px;
    }
    .gift-info h1,
    .gift-info p,
    .product-item-info h2,
    .product-item-price p,
    .product-item-price a{
        font-size: 12px !important;
    }

    .my-number-input-container{
        width: 70px;
    }

    .custom-button-next-2{
        right: 0;
    }

    .custom-button-prev-2{
        left: 0;
    }
    .my-number-input{

    }
    .gift-info p{
        font-size: 10px !important;
        margin: 0;
        line-height: 1rem;
    }

    .settings-option-container{
        height: 250px;
    }

    /* .cover-photo{
        height: 180px;
    } */

    .send-gifts-steps ol li{
        font-size: 12px;
        margin-right: 0.5rem;
    }

    h1{
        font-size: 28px;
    }

}
.swiper-slide{
    padding: 0 20px;
}
.address-box{
    border:1px solid #d5d5d5;
    padding: 10px;
}
@media all and (max-width: 900px){
    .search{
        top:45px;
    }
}
@media all and (max-width: 480px){
    .h1, h1{
        font-size: 1.8rem;
    }
    .footer-email-signup h1{
        font-size: 1.5rem;
    }
    .h2, h2{
        font-size: 1.5rem;
    }
    .h3, h3{
        font-size: 1rem;
    }
    .search{
        top:45px;
    }
    .sort-by{
        display: none;
    }
}
.page-item.disabled .page-link{
    border-color: transparent;
    font-weight: bold;
}
.pagination li a{
    padding:10px;
    font-weight: bold;
}
.page-item.active .page-link{
    background-color: transparent;
    border-color: transparent;
    color:#000000;
    font-weight: bold;
    text-decoration: underline;
}
.responsive, .account-header-settings.responsive{
    z-index: 50000;
}
@media all and (max-width: 480px) {
    .pagination{
        overflow-x: auto;
        justify-content: start;
    }
    .search.search-cover .search-icon {
        margin-top: -32px;
    }

}

@media all and (max-width: 480px) {
    .footer-links a,
    .footer-links p{
        font-size: 12px;
        font-weight: normal;
        color: white;
        margin: 0.1rem 0;
    }

    .footer-links p span,
    .footer-links a span{
        font-size: 12px;
        font-weight: normal;
        color: white;
    }
    .upper-footer {
        padding: 50px 5px;
    }
    .nav-item.responsive.nav-item-country{
        padding-bottom: 0;
    }
}
