﻿
/* ===== Scrollbar CSS ===== */

.overflowX {
  flex-flow: nowrap;
  overflow-x: auto;
  scrollbar-width: 1px; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.overflowX::-webkit-scrollbar {
  width: .5px; /* Adjust the width as needed */
}

.overflowX::-webkit-scrollbar-track {
  background-color: transparent; /* Change the color as desired */
}

.overflowX::-webkit-scrollbar-thumb {

  background-color:transparent ; /* Change the color as desired */
}

.overflowX::-webkit-scrollbar-thumb:hover {
  background-color: transparent; /* Change the color as desired */
}

/*/* Firefox 
* {
    scrollbar-width: auto;
    scrollbar-color: #00000080 #ffffff;
}

    /* Chrome, Edge, and Safari 
    *::-webkit-scrollbar:vertical {
        width: 13px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar:horizontal {
        width: 8px;
    }

    *::-webkit-scrollbar-thumb {
        background-color: rgba(128, 128, 128, 0.397);
        border-radius: 0px 0px 0px 0px;
        border: 2px solid #fff;
    }*/

.buttonSort {
    color: #337ab8;
}
.iconFilterRemove{
 display: none;
    font-size: 9.5px;
    position: relative;
    top: 5px;
    left: 10px;
}
.gap5 {
    gap: 5px;
}
.gap15 {
    gap: 15px;
}
.h-45 {
    height: 45px;
}
.radious100{
    border-radius:50%;
}
.d-inline-flex {
    display: inline-flex;
}

.text-start {
    text-align: start;
}

.p-10 {
    padding: 10px;
}

.overflowY {
    flex-flow: nowrap;
    overflow-y: auto;
}
.Border-right {
    border-right: 1px solid #cdcdcd;
}

.w-auto {
    width: auto;
}

.bg-white {
    background: #fff;
}
.color-darkslategrey{
    color:#2f4f4f;
}
.h-70 {
    height: 70px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-capitalize {
    text-transform: capitalize;
}

.pl-5 {
    padding-left: 5px;
}

.pt-15 {
    padding-top: 15px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.golden-border6px {
    border: 6px solid #b99443;
}

.golden-border {
    border: 1px solid #b99443;
}

.container1100 {
    max-width: 1100px;
    margin: auto;
}

.width-560 {
    width: 560px;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.commonGrey {
    background-color: #f7f7f7;
}

.pb-5 {
    padding-bottom: 5px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    background-color: white;
    color: black;
    padding-bottom: 20px;
}

.selectBox {
    padding: 0px 25px;
    font-weight: 500;
    border: none;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.flex-Qty {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 8px;
}

.titleP {
    font-size: 32px;
    font-weight: 500;
    padding: 5px 15px;
    color: black;
}

.titleP2 {
    font-size: 28px;
    font-weight: 500;
    padding: 5px 0px;
    color: black;
}

.inline {
    display: inline-flex;
    flex-direction: row;
    margin-top: 10px;
}

.inline3 {
    display: inline-flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 8px;
}

    .inline3 > i {
        display: flex;
        align-items: center;
        padding: 0px 10px 0px 16px;
        font-size: 20px;
        color: #ceb43a;
    }

.inline2 {
    display: inline-flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 10px;
}

    .inline2 > i {
        display: flex;
        align-items: center;
        padding: 0px 3px;
    }

    .inline2 > p {
        display: flex;
        align-items: center;
        padding: 0px 15px 0px 0px;
    }

p {
    font-family: jost,sans-serif;
}

.inline > p {
    padding: 10px;
}

.button {
    padding: 0px 10px;
}

    .button .buttonPlace {
        padding: 10px 20px;
        display: block;
        text-align: center;
        width: 100%;
        border: none;
        background-color: goldenrod;
        color: white;
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        transition: 0.5s all;
    }

        .button .buttonPlace:hover {
            background-color: black;
            color: white;
            box-shadow: none;
        }

.btnContinue {
    color: goldenrod;
    border: 1px solid #ceb43a;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

    .btnContinue:hover {
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }

.title {
    font-size: x-large;
    font-weight: 600;
    margin-bottom: 40px;
    /*padding: 0px 15px;*/
    color: black;
}

.title2 {
    font-size: large;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0px 15px;
    color: black;
}

.para {
    padding: 8px 10px;
    width: 25%;
    /*background-color: #f7f7f7;*/
    color: black;
    text-align: start;
}

.cleanPara {
    padding: 12px 15px;
    width: max-content;
    color: black;
}

.removeP {
    padding: 10px 10px;
}

.Borderp {
    border-bottom: 1px dashed #d7d7d7;
    width: 100%;
}

.rightBorder {
    border-right: 1px solid rgba(128, 128, 128, 0.397);
    padding-right: 25px;
}

.count {
    position: absolute;
    top: -6px;
    right: 10px;
    z-index: 2;
    font-size: 10px;
    border-radius: 50%;
    background: #dc3545;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.countMobile {
    position: absolute;
    top: 16px;
    right: 5px;
    z-index: 2;
    font-size: 10px;
    border-radius: 50%;
    background: #dc3545;
    width: 14px;
    height: 14px;
    line-height: 14.5px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.inline > p > img {
    background-color: #f7f7f7;
}

.hiddenBtn {
    display: none;
}

/*CartEmptyDesign*/

.emptyCart {
    display: flex;
    justify-content: center;
    height: 42vh;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    text-align: center;
    /*background-image:url("../images/product-details/cartBg.png");*/
    background-size: no-repeat;
}

.CartEmptyP {
    font-size: 22px;
    color: black;
}

.CartEmptyP2 {
    color: black;
}

.cartParentP {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    color: black;
    border-bottom: 1px solid lightgray;
}

.EmptyBtn {
    background-color: #f7ca59;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 40px;
    border-radius: 5px;
    box-shadow: 0px 1px 7px 0px #50454540;
    color: black;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
}

    .EmptyBtn:hover {
        background-color: #dda927;
        font-size: 13px;
        font-weight: 500;
        color: white;
        box-shadow: none;
    }

.EmptyBtn2 {
    background-color: #ceb43a;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 40px;
    border-radius: 5px;
    box-shadow: 0px 1px 7px 0px #50454540;
    color: white;
    text-transform: uppercase;
    transition: all ease-in-out 0.25s;
}


/*EmptyCartPoppup*/

#Emptypopup-div {
    display: none;
    /*background-image:url("../images/product-details/cartBg.png");*/
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 3rem;
    right: 0px;
    background-color: white;
    padding: 10px;
    /* border: 1px solid gray; */
    z-index: 1000;
    box-shadow: -3px 12px 15px 1px #50454540;
    width: 22%;
}

.fade-in {
    animation: fadeIn ease .5s;
    -webkit-animation: fadeIn ease .5s;
    -moz-animation: fadeIn ease .5s;
    -o-animation: fadeIn ease .5s;
    -ms-animation: fadeIn ease .5s;
}


#MenuList {
    display: none;
    max-width: 100%;
    position: absolute;
    top: 3.2rem;
    left: 0rem;
    right: 0rem;
    padding: 3rem;
    box-shadow: 0px 14px 15px 1px #50454540;
    background-color: white;
    z-index: 1000;
}

    #MenuList .container1100 .row .col-8 > ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }


        #MenuList .container1100 .row .col-8 > ul > li {
            display: flex;
            padding: 0px 0px 15px 0px;
            width: 20%;
        }


    #MenuList .container1100 .row .col-8 ul > li > a {
        position: relative;
        border: none;
        background-color: transparent;
        text-decoration: none;
        color: #000;
        padding: 0;
        cursor: pointer;
        text-transform: capitalize;
        transition: ease-in-out all 0.2s;
        font-family: "Jost", sans-serif;
        font-size: 17.5px;
    }

        #MenuList .container1100 .row .col-8 ul > li > a::before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 0;
            height: 0.5px;
            background-color: #b99443;
            transition: width 0.2s ease-out;
            text-transform: capitalize;
        }

        #MenuList .container1100 .row .col-8 ul > li > a:hover {
            color: #b99443;
        }

            #MenuList .container1100 .row .col-8 ul > li > a:hover::before {
                width: 100%;
                left: 0;
                right: 0;
            }

.DesignHead {
    display: flex;
    /* justify-content: center; */
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-weight: 700;
    color: #4c4b4b;
    font-size: 1.1rem;
    border-bottom: 0.5px solid #c9bc82;
}

    .DesignHead i {
        position: relative;
        bottom: 0px;
        left: 1px;
        font-size: 15px;
    }

.hiddenImg {
    display: none;
}

.hoverImages {
    position: relative;
    max-width: 100%;
}

.aTag {
    border: 0.5px solid #808080;
    padding: 10px;
    font: status-bar;
    color: #000;
    font-weight: 500;
}

    .aTag:hover {
        border: 0.5px solid #b99443;
        background: #b99443;
        color: #fff;
        transition: 0.2s;
    }

.hoverImages .hovered {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .5s;
}

.hoverImages:hover .hovered {
    opacity: 1;
}

#Cartpopup-div {
}

.Cartpopup-div {
    display: none;
    width: 26%;
    position: absolute;
    top: 3rem;
    right: 4rem;
    padding: 1rem 20px 10px 20px;
    box-shadow: -3px 12px 15px 1px #50454540;
    background-color: white;
    z-index: 1000;
    transition: all ease-in-out 0.5s;
}

/*PoppupCardView*/
#Cartpopup-div .ItemViewDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    margin-top: 15px;
    color: black;
    height: 30%;
}

#Cartpopup-div .SubTotal {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding: 10px 15px;
    border-top: 1px dashed lightgray;
    border-bottom: 1px dashed lightgray;
    color: black;
}

#Cartpopup-div .ButtonToShopDiv {
    justify-content: center;
    display: flex;
    align-items: center;
}

    #Cartpopup-div .ButtonToShopDiv > button {
        margin: 15px 0px;
        padding: 10px 10px;
        background-color: goldenrod;
        border-radius: 5px;
        color: white;
        width: 65%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.removeIco {
    font-size: 11.5px;
    position: relative;
    bottom: 2.5px;
    color: #4e4e4e;
}

.alert {
    padding: 12px;
    background-color: #daa520;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-weight: 600;
}

    .alert.show {
        opacity: 1;
    }

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }


/*Pagination Styles*/
.Pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    padding-top: 30px;
}

    .Pagination button {
        margin: 0px 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border: 1px solid rgb(238, 238, 238);
        background: transparent;
        font-size: 16px;
        color: rgb(85, 85, 85);
        font-family: "Fira Sans", sans-serif;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 1.1;
    }

    .Pagination a {
        margin: 0px 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border: 1px solid rgb(238, 238, 238);
        background: transparent;
        font-size: 16px;
        color: rgb(85, 85, 85);
        font-family: "Fira Sans", sans-serif;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 1.1;
    }

    .Pagination button:hover {
        background-color: #ceb43a;
        color: #ffffff;
    }

    .Pagination a:hover {
        background-color: #ceb43a;
        color: #ffffff;
    }

    .Pagination .active {
        background-color: #ceb43a;
        color: #ffffff;
        border: 1px solid #ceb43a;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }


/*Logo Styles*/

.max-width-125 {
    max-width: 125%;
}

/*checkBox*/
.remember-me {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .remember-me label {
        margin-left: 10px;
        color: #333;
    }

    .remember-me input[type="checkbox"] {
        margin-right: 0px;
    }

/*Mobile Layout Logo User Styles*/
.usericonBg {
    background: white;
    border-radius: 50%;
    padding: 5px 11px;
    margin: 9px 15px 9px 0px;
}

.usericoStyle {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.usericoStyle1 {
    font-size: 20px;
    position: relative;
    top: -4px;
    left: 2px;
}

/*Product Filter Style*/
.dropdownFilter:hover > .dropdown-menu {
    opacity: 1;
    -webkit-animation: slide-down 0.2s ease-out;
    -moz-animation: slide-down 0.2s ease-out;
    display: block;
}

.dropdownFilter .dropdown-menu {
    background: white;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: none;
    position: absolute;
    /*left: 0;*/
    min-width: 200px;
    margin: 10px 0 0 0;
    padding: 0;
    /*top: 0;*/
    border: 1px solid #35302d;
    /*box-shadow:0px 5px 11px 5px #cdcbcb7a;*/
    z-index: 100;
}

    .dropdownFilter .dropdown-menu:after {
        right: 65%; /* Adjust this value as needed */
        top: -20px; /* Adjust this value as needed */
        border: 1px solid #35302d;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: #35302d; /* Change border-bottom-color instead of border-right-color */
        border-width: 10px;
        margin-left: -10px; /* Use margin-left instead of margin-top */
        transition: all 0.5s ease-in-out;
        z-index: 100;
    }

    .dropdownFilter .dropdown-menu ul {
        transition: all 0.5s ease-in-out;
        margin: 0;
        padding: 0;
    }

        .dropdownFilter .dropdown-menu ul li {
            list-style: none;
            display: block;
            width: 100%;
            text-align: center;
        }

            .dropdownFilter .dropdown-menu ul li a {
                width: 100%;
                display: block !important;
                text-decoration: none;
                padding: 8px 20px;
                text-align: left;
                height: auto !important;
                font-weight: 400;
                font-size: 14px;
                cursor: default;
            }

                .dropdownFilter .dropdown-menu ul li a:hover {
                    background: #e1e1e1;
                    color: #000;
                    transition: 0.3s ease;
                }

.dropdownFilter > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdownFilter button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    min-width: max-content;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 15px 10px;
    background-color: #fff;
    color: #000;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: normal;
    font-size: 13px;
    line-height: 1;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    overflow: hidden;
    border: 1px solid rgba(136, 136, 136, 0.5);
    border-radius: 0px;
}

    .dropdownFilter button:hover {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        min-width: max-content;
        height: auto;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        padding: 10px 15px 10px;
        background-color: #efeeee;
        color: #000;
        font-family: "Jost", sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        white-space: normal;
        font-size: 13px;
        line-height: 1;
        -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
        transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
        overflow: hidden;
        border: 1px solid rgba(136, 136, 136, 0.5);
        border-radius: 0px;
    }


/*Mobile Layout Accordian*/
.plus-button {
    float: right;
    font-weight: bold;
    cursor: pointer;
}

    .plus-button::after {
        content: '+';
    }

details[open] .plus-button::after {
    content: '-'; 
}
details summary{
    padding:15px 0px 12px;
    border-bottom:1px solid rgb(225, 226, 228);
    color:#000;
}
/*Sorted By filter */
.custom-select {
    position: relative;
    display: inline-block;
    width: 200px; /* Set the desired width of the select box */
}

    .custom-select select {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        border: none;
        outline: none;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        appearance: none; /* Remove default arrow icon in Chrome and Safari */
    }

        .custom-select select::-ms-expand {
            display: none; /* Remove default arrow icon in IE 10+ */
        }

    .custom-select:hover select {
        background-color: #f4f4f4;
    }

    .custom-select select option {
        padding: 10px;
    }

    .custom-select select:focus {
        background-color: #f4f4f4;
    }
.dropdown-list{
    display:none;
}
#bgDimmer {
    position: absolute;
    content: " ";
    top: 0;
    height: 100%;
    z-index: 100;
    background: rgba(26,26,26,.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.55,0,.55,.2);
    transition: all .2s cubic-bezier(.55,0,.55,.2);
}

.radio-container > div .radiolabel {
    color: black;
    font-weight: 400;
}

.radio-container > div {
    padding-bottom: 20px;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55); /* Semi-transparent background */
    display: none; /* Hidden by default */
    /*justify-content: center;*/
    align-items: center;
    padding: 0;
}

.popupFilter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55); /* Semi-transparent background */
    display: none; /* Hidden by default */
    /*justify-content: center;*/
    align-items: center;
    padding: 0;
}

.popup-content {
    background-color: white;
    padding: 15px 30px 20px 15px;
    width: 100%;
    position: fixed;
    bottom: 0%;
    -webkit-transition: all .2s cubic-bezier(.55,0,.55,.2);
    transition: all .2s cubic-bezier(.55,0,.55,.2);
    z-index: 2;
}

.Filterpopup-content {
    background-color: white;
    padding: 20px 30px 20px 15px;
    width: 100%;
    height:100%;
    position: fixed;
    bottom: 0%;
    -webkit-transition: all .2s cubic-bezier(.55,0,.55,.2);
    transition: all .2s cubic-bezier(.55,0,.55,.2);
    z-index: 1000;
}
.Filterpopup-content .fixedbtn{
 position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    height: 60px;
    background-color:#000;
    align-items:center;
    -webkit-align-content:center;
}


/*PopupcartResponsive*/
@media (max-width: 800px) {
    .flex {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .inline {
        flex-direction: column;
    }

    .rightBorder {
        border-right: none;
        padding-right: 12px;
    }


    .titleP {
        font-size: 25px;
        font-weight: 400;
        /* padding: 5px 15px; */
        color: black;
    }

    .title2 {
        font-size: large;
        font-weight: 500;
        margin-bottom: 20px;
        padding: 0px 15px;
        text-align: center;
        color: black;
        border-bottom: 1px solid lightgrey;
    }

    .inline > i {
        display: none;
    }

    .inlineMobileView {
        display: inline-flex;
        flex-direction: row;
        margin-top: 10px;
        font-size: 12px;
    }

    .inline3 > i {
        display: flex;
        align-items: center;
        padding: 0px 6px 0px 0px;
        font-size: 18px;
        color: #ceb43a;
    }

    .inline .mobileViewP {
        padding: 5px;
        font-size: 11px;
        text-align: center;
    }

    .duaPromise {
        border: 1px solid #fdf3c3;
        background-color: #f9f9f9;
        padding: 15px 20px;
        margin-top: 25px;
    }

        .duaPromise .promiseTitle {
            padding-bottom: 10px;
            font-family: "Fira Sans", sans-serif;
            font-size: 18px;
            font-weight: 400;
            color: black;
            letter-spacing: 1.5px;
            text-align: center;
        }
}

/*Responsive*/
@media screen and (max-width:500px) {
    .font-15{
        font-size:14px;
    }
    .pb-10{
        padding-bottom:10px;
    }
    .Shadow {
        box-shadow: 0 8px 0px 0 rgb(0 0 0 / 0%), 0 6px 5px 0px rgb(0 0 0 / 19%);
    }

    .titleP2 {
        font-size: 20px;
        font-weight: 500;
        padding: 5px 12px;
        color: black;
    }

    #MenuList {
        display: none;
    }

    .grid-category .inner img {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .grid-category .img-box {
        background: #ffffff;
        border-radius: 50%;
        padding: 10px;
        display: inline-block;
    }

    .grid-category .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #e4e4e4;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transition: all 0.4s ease-in-out;
        overflow: hidden;
    }

    .grid-category .gridCategoryBox:hover .inner {
        border: 1px solid #ceb43a;
    }

    .grid-category .title {
        display: block;
        margin-top: 10px;
        margin-bottom: -3px;
    }

    .grid-category .inner p {
        color: #0E0D10;
        text-transform: capitalize;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        font-size: 12px;
        cursor: pointer;
    }

        .grid-category .inner p:hover {
            color: #ceb43a;
        }

        .Pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    padding-top: 30px;
}

    .Pagination button {
        margin: 0px 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgb(238, 238, 238);
        background: transparent;
        font-size: 15px;
        color: rgb(85, 85, 85);
        font-family: "Fira Sans", sans-serif;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 1.1;
    }

    .Pagination a {
        margin: 0px 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgb(238, 238, 238);
        background: transparent;
        font-size: 15px;
        color: rgb(85, 85, 85);
        font-family: "Fira Sans", sans-serif;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 1.1;
    }

    .Pagination button:hover {
        background-color: #ceb43a;
        color: #ffffff;
    }

    .Pagination a:hover {
        background-color: #ceb43a;
        color: #ffffff;
    }

    .Pagination .active {
            background-color: #ceb43a;
    color: #ffffff;
    border: 1px solid #ceb43a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    }

}

@media screen and (min-width:992px) and (max-width:1399px) {
    .Cartpopup-div {
        display: none;
        width: 38%;
        position: absolute;
        top: 2.8rem;
        right: 0rem;
        padding: 1rem 20px 10px 20px;
        box-shadow: -3px 12px 15px 1px #50454540;
        background-color: white;
        z-index: 1000;
        transition: all ease-in-out 0.5s;
    }

    #Emptypopup-div {
        display: none;
        /*background-image:url("../images/product-details/cartBg.png");*/
        background-repeat: no-repeat;
        background-size: auto;
        position: absolute;
        top: 3rem;
        right: 0px;
        background-color: white;
        padding: 10px;
        /* border: 1px solid gray; */
        z-index: 1000;
        box-shadow: -3px 12px 15px 1px #50454540;
        width: 35%;
    }

    #MenuList .container1100 .row .col-8 > ul > li {
        display: flex;
        padding: 0px 0px 15px 0px;
        width: 33%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .hiddenImg {
        display: block;
    }

    .displayImg {
        display: block;
    }

    .hovered {
        display: block;
    }
}
