
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');


/* common-css-start */
    :root {
        --color-black:#000000;
        --color-white:#fff ;
        --color-blue:#0078BF;
        --color-green:#00ACA2;
        --color-grey:#646464;
        --color-red:#FB2F34 ;
        /*variable color for customer review section */
        --main-color: #FB2F34;
        --secondary-color: #FB2F34;
        /*variable color for customer review section */
        --main-color: #FB2F34;
        --secondary-color: #FB2F34;
    }

    .active>.page-link{
        color: var(--color-white)!important;
        background-color: var(--color-red)!important;
        border-color: var(--color-red)!important;
    }
    h1,h2,h3,h4,h5,h6,p{
        margin: 0;
    }
    body{
        overflow-x: hidden;
        font-family: "Commissioner", sans-serif;
    }
    section{
        position: relative;
    }
    html.myClass, html.myClassone {
        overflow: hidden;
    }
    ul{
      padding:0;
      margin:0;
      list-style: none;
    }
    a{
      text-decoration:none;
      display: inline-block;
    }
    .text-primary{
        color:var(--color-red) !important
    }
    .section-heading{
        position: relative;
        z-index: 2;
        margin-bottom: 50px;
    }
    .section-span {
        color: var(--color-red);
    }
    .modal-xl{
        width: 1000px;
    }
    .btn-all {
        color: var(--color-white);
        font-size: 14px;
        font-style: normal;
        font-family: "Commissioner", sans-serif;
        font-weight: 500;
        line-height: normal;
        display: inline-flex;
        background-color: var(--color-red);
        text-transform: capitalize;
        align-items: center;
        justify-content: center;
        width: auto;
        padding: 3px 15px!important;
        border-radius: 40px;
        transition: .5s all;
        border: 1px solid transparent;
        position: relative;
    }
    .btn-all:hover{
        border-color: var(--color-red);
        color: var(--color-red);
        background-color: transparent;
    }
    .mian-heading {
        font-size: 50px;
        color: var(--color-white);
        line-height: normal;
        text-transform: capitalize;
        font-weight: 700;
    }
    p {
        font-size: 16px;
        font-family: 'Commissioner';
        color: var(--color-white);
        line-height: normal;
        font-weight: 400;
    }
    .sub-heading {
        font-family: 'Commissioner';
        text-transform: capitalize;
        color: var(--color-black);
        font-size: 38px;
        font-weight: 600;
    }
/* common-css-end */



/*header-css-start*/
.sticky-header .header-top {
    display: none;
}
.sticky-header {
    position: fixed;
    width: 100%;
    animation: goDown 0.5s ease-in-out forwards;
    z-index: 99;
    top: 0;
    transition: 0.5s all;
}
    @keyframes goDown {
        0%{
            top: -60px;
        }
        100% {
            transform: translateY(0px);
        }
    }

    .header {
        padding: 0;
        background: var(--color-white);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        transition: all 0.5s;
    }

    .sticky-header  .offcanvas {
        height: 100vh;
    }

    .header button.navbar-toggler .navbar-toggler-icon {
        background-image: none;
        display: block;
        transition: .5s all;
    }
    .header-offcnvsbtn  .navbar-toggler {
        box-shadow: none;
        border: none;
        padding: 0;
    }

    .header .header-offcnvsbtn ul {
        display: flex;
        align-items: center;
        height: 25px;
    }
    .header .header-offcnvsbtn ul li{
        position: relative;
    }
    .header-offcnvsbtn a, .header-offcnvsbtn button {
        padding: 0px 12px !important;
        border-right: 1px solid rgba(217, 217, 222, 1);
    }
    .header-icons {
        display: flex;
        align-items: center;
        gap: 15px;
        position: relative;
    }
    .header-offcnvsbtn a {
        display: block;
        position: relative;
    }
     .cart_item {
        position: absolute;
        font-size: 12px;
        color: #fff;
        background: var(--color-red);
        width: 16px;
        right: 4px;
        top: -6px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Commissioner';
        font-weight: 700;
    }
    .header-offcnvsbtn a i {
        font-size: 20px;
        color: var(--color-black);
    }
    .header-icons a i {
        font-size: 18px;
        color: var(--color-white);
    }
    .header     .navbar-brand img {
        width: 100px;
    }
    .header-top {
        background-color: var(--color-black);
        padding: 10px 0;
        font-size: 14px;
        transition: all 0.5s;
    }
    .header-top a i {
        font-family: 'Font Awesome 5 Free';
    }
    .header .contact-info {
        gap: 25px;
    }
    .contact-info a {
        color: var(--color-white) !important;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .header button.navbar-toggler .navbar-toggler-icon {
        background-image: none;
        display: block;
        transition: .5s all;
        width: 25px;
        height: 20px;
    }
    .header button.navbar-toggler .navbar-toggler-icon i {
        font-size: 20px;
        display: block;
        color: var(--color-black);
        transition: .5s all;
        transform: rotateY(180deg);
    }
    .offcanvas-title img {
        width: 90px;
    }

    /*.header-locanddelverybox {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }
    .header-location {
        flex: 0 0 100%;
        width: 100%;
    }
    .header-location a.btn-all {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #f7f7f7;
        border-color: #f7f7f7;
        color: var(--color-black) !important;
    }*/
    .header .navbar {
        gap: 30px;
    }
    /*.delvary-box .btn-all {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }*/
    .mainMenu {
        display: flex;
        gap: 22px;
    }
    .mainMenu li{
        font-size: 18px;
        font-weight: bold;
    }
    .header-middle .navbar-brand{
        margin-right:auto;
    }
     #offcanvasNavbar .offcanvas-body .nav-link {
        font-size: 17px;
        font-style: normal;
        font-family: "Commissioner", sans-serif;
        font-weight: 500;
        line-height: normal;
        color: var(--color-black);
        width: auto;
        /* border-radius: 40px; */
        transition: all .5s ease-in-out;
        position: relative;
    }
    #offcanvasNavbar .offcanvas-body .nav-item {
        transition: all .5s ease-in-out;
    }
/*header-css-end*/



/* limited-time-section-start */

#limited-time-section .limited-time-image {
    width: 100%;
    overflow: hidden;
}
#limited-time-section .limited-time-image img {
    width: 100%;
    transition: all .5s;
}
#limited-time-section .limited-time-content {
    padding: 6.063rem;
    height: 100%;
}
.limited-time-content p {
    color: var(--color-black);
    line-height: 155%;
    margin-top: 15px;
}
.limited-time-content-perent {
    position: relative;
}
.limited-time-content-perent:before {
    content: "";
    position: absolute;
    left: 3rem;
    top: -5rem;
    background-image: url('../images/burger-shape.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 130px;
    width: 125px;
}
.limited-time-content-perent:after {
    content: "";
    position: absolute;
    right: 3rem;
    bottom: -3rem;
    background-image: url('../images/fry-shape.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 125px;
    width: 125px;
}

/* limited-time-section-end */
/* Branches-section-start */
.Branches-section {
    background: #f4f1ea;
    padding: 80px 0;
}

.Branches-section .section-heading p {
    color: var(--color-black);
    width: 70%;
    margin: 10px auto 0;
    line-height: 150%;
}
.branches-card {
    margin-top: 30px;
    padding: 10px 40px 30px;
    position: relative;
    background: var(--color-white);
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.brnaches-titlebox h1 {
    line-height: 80%;
    font-size: 43px;
    font-family: "Commissioner", sans-serif;
    color: var(--color-red);
}
.brnaches-titlebox .brnaches-title {
    line-height: 130%;
    font-family: 'Commissioner';
    font-size: 26px;
    transition: 0.8s;
    font-weight: 600;
}

.branches-card:after {
    content: "";
    position: absolute;
    left: -2rem;
    top: -2rem;
    width: 100px;
    height: 100px;
    background: var(--color-red);
    border-radius: 50%;
    transition: all 0.5s;
}
.branches-after {
    position: absolute;
    left: 20px;
    top: 5px;
    z-index: 2;
    color: var(--color-white);
}
.branches-card:hover::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.brnaches-loction a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-black);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.8s;
}
.brnaches-loction a i{
    color: var(--color-red);
    transition: all 0.8s;
}
.brnaches-loction {
    margin: 0px 0 20px;
}
.branches-numberbox {
    display: flex;
    align-items: center;
}

.branches-numberbox a {
    display: inline-flex;
    gap: 8px;
    color: var(--color-black);
    align-items: center;
    font-size: 17px;
    font-family: 'Commissioner';
    font-weight: 600;
    transition: all 0.8s;
    padding: 0 5px;
    border-right: 1px solid rgba(217, 217, 222, 1);
}
.branches-numberbox a:last-child {
    border: none;
}

.branches-numberbox a i {
    color: var(--color-red);
    transition: all 0.8s;
}



.branches-card:hover .brnaches-title {
    color: var(--color-white);
}

.branches-card:hover .brnaches-loction a {
    color: var(--color-white);
}

.branches-card:hover .brnaches-loction a i {
    color: var(--color-white);
}

.brnaches-titlebox {
    position: relative;
    z-index: 3;
}

.branches-card:hover .branches-numberbox a {
    color: var(--color-white);
}

.branches-card:hover .branches-numberbox a i {
    color: var(--color-white);
}
.branches-card:hover:before {
    filter: brightness(0);
}
.branches-card:before {
    content: "";
    position: absolute;
    right: -0.3rem;
    bottom: -0.3em;
    background-image: url(../images/fry-shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    z-index: 3;
    transition: all 0.8s;
}
.branches-numberbox a:last-child span {
    padding-left: 8px;
    display: inline-block;
}
/* Branches-section-end */
/* Opening Hours section start css */
.Opening-section {
    padding: 80px 0;
}
section.Opening-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/opening-section-after.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.Opening-section .section-heading p {
    color: var(--color-black);
    line-height: 160%;
    width: 50%;
    margin: 10px auto 0;
}

.opening-flx {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    background-color: var(--color-white);
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(165,162,162,.32157);
    overflow: hidden;
    height: 70px;
}

.openingbox-icon {flex: 0 0 15%;text-align: center;background: var(--color-red);height: 100%;display: inline-flex;justify-content: center;align-items: center;}

.openingbox-content {
    flex: auto;
    padding: 10px 0;
}

.openingbox-icon i {
    font-size: 20px;
    color: var(--color-white);
}
.openingbox-content h4 {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Commissioner';
    line-height: normal;
}
.opening-span {
    font-family: 'Commissioner';
    font-size: 15px;
    font-weight: 500;
}
.opening-mian {
    position: relative;
    z-index: 3;
}
/* Opening Hours section end css */

.contact-section {
    padding: 80px 0;
}
.contact-section .contact-image {
    width: 100%;
    height: 700px;
}
.contact-section .contact-image iframe {
    height: 100%;
    width: 100%;
}

.contact-section .contact-form .sub-heading {
    text-align: left;
    font-size: 28px;
    margin-top: 10px;
}
.contact-section .contact-form form {
    margin-top: 20px;
}
.contact-section .contact-form form .form-group {
    margin-bottom: 20px;
}
.contact-section .contact-form form label {
    font-family: 'Commissioner';
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.contact-section .contact-form form input {
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #222;
    font-family: 'Commissioner';
    font-size: 16px;
    box-shadow: none;
    outline: none;
    border-radius: 14px;
}
.contact-section .form-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.contact-section .form-checkbox input {
    flex: auto;
    border-radius: 14px!important;
    width: 20px!important;
    height: 20px;
}
.contact-section .form-checkbox label {
    flex: 0 0 auto;
    margin: 0!important;
    line-height: normal;
}
.contact-section .contact-form form textarea {
    height: 150px;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #222;
    font-family: 'Commissioner';
    font-size: 16px;
    box-shadow: none;
    outline: none;
    resize: none;
    border-radius: 14px;
}
.contact-form .sub-heading {
    color: var(--color-black) !important;
}
.contact-form button.btn-all {
    padding: 10px 30px;
    width: 115px;
}
.contact-section:after {
    content: "";
    position: absolute;
    right: 3rem;
    bottom: 4rem;
    background-image: url(../images/burger-shape-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 125px;
    width: 125px;
    opacity: 0.3;
}
.contact-section:before {
    content: "";
    position: absolute;
    left: 4rem;
    top: 4rem;
    background-image: url(../images/burger-shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 130px;
    width: 125px;
}
/* menu-section-start-css */
.menu .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.menu {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    background: #fff;
}
/* .menu::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: -1;
    backdrop-filter: blur(6px);
} */


.menu .section-heading .sub-heading span {
    color: var(--color-red);
}

.menu-tab-wrapper .tab-img img {
    width: 100%;
    transition: 0.2s all;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.tab.active .tab-ctn {
    background: #fff;
}

.tab.active .tab-img img,
.tab-ctn:hover .tab-img img {
    filter: invert(16%) sepia(90%) saturate(3540%) hue-rotate(332deg) brightness(93%) contrast(122%);
}

.tab.active .tab-ctn h3,
.tab-ctn:hover h3 {
    color: var(--color-red);
}

.menu-tab-wrapper .tab-img {
    max-width: 55px;
}

.menu-tab-wrapper {
    padding: 20px 0 50px;
}

.menu-tab {
    padding: 0px 40px;
}

.menu-tab .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.menu-tab .owl-nav button {
    background: #000;
}

.menu-tab .owl-nav button {
    background: var(--color-red) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.menu-tab-wrapper .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.view-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.4s all;
}

.view-btn a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 1px;
}

.menu-item-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.menu-item-img img {
    max-width: 100%;
    max-height: 100%;
}

.menu-item-img {
    text-align: center;
    width: 100%;
    position: relative;
    cursor: pointer;
    z-index: 1;
    height: 190px;
}

.menu-item-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #00000000, transparent);
    opacity: 0;
    transition: 0.4s all;
    z-index: 0;
}

.tab-ctn {
    background: #f4f4f4;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s all;
    cursor: pointer;
}

.tab-ctn h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    transform: 0.4s all;
}

.menu-icon {
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    transition: 0.4s all;
    z-index: 1;
    margin-top: 10px;

}
.menu-icon li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-red);
    border-radius: 16px;
}
.menu-icon li i {
    color: var(--color-white);
}

.menu-item:hover .menu-icon {
    right: 0;
}

.menu-item:hover .menu-item-img::after {
    background: linear-gradient(45deg, #00000075, transparent);
    opacity: 1;
}

.menu-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.menu-item-ctn {
    padding: 25px;
}

.product-name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    font-family: 'Commissioner';
    height: 2.5rem;
}

.menu-item-ctn a {
    display: flex;
    align-items: start;
    /* gap: 10px; */
    flex-direction: column;
}

.product-price {
    font-size: 16px;
    color: var(--color-red);
    font-weight: 700;
}

.menu-icon li,
.menu-icon li a {
    list-style: none;
    color: #fff;
    font-size: 16px;
    transition: 0.4s all;
}

/* price slider */
.price-slider-container {
    position: relative;
    width: 100%;
    height: 30px;
}


.price-slider input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.price-slider .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.price-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
}

.price-slider input[type="range"]::-moz-range-track {
    height: 5px;
}

.price-slider input[type="range"]::-ms-track {
    height: 5px;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background-color: var(--color-red);
    cursor: pointer;
    margin-top: -5px;
    pointer-events: auto;
    border-radius: 50%;
}

.price-slider input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--color-red);
    pointer-events: auto;
    border: none;
}

.price-slider input[type="range"]::-ms-thumb {
    height: 15px;
    width: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--color-red);
    pointer-events: auto;
}

.price-slider input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #000;
}

.price-slider .values {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    gap: 15px;
}

.price-slider .value-box {
    flex: 0 0 auto;
    text-align: center;
    padding: 5px 0;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    line-height: 154%;
    color: #212121;
}

.price-slider .values .dash {
    font-size: 25px;
}

.price-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 766px;
    margin-bottom: 20px;
}

.price-filter h3 {
    font-size: 18px;
    color: var(--color-black);
}

.price-filter span {
    font-size: 16px;
    color: var(--color-black);
    font-weight: 700;
}

.price-slider {
    width: 200px;
}

.price-td .values {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.price-td{
    display: flex;
    align-items: center;
    gap: 8px;
}
/* menu-section-emd-css */

.contact-section .section-heading p {
    color: var(--color-black);
    line-height: 160%;
    width: 50%;
    margin: 10px auto 0;
}

.contact-section .sub-heading {
    color: var(--color-red);
    margin-bottom: 10px;
}

.contact-form button.btn-all {
    padding: 10px 30px;
    width: 115px;
}
.footer {
    padding: 50px 0;
    background: var(--color-black);
}
.footer-logo img {
    /* width: 100px; */
    margin-bottom: 20px;
}
.footer-logo .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px !important;
}
.register-customer{
    padding: 0;
    margin: 0.1rem;
}
.template-style{
    transition: all 0.3s ease-out 0s;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #222 !important;
    font-family: 'Commissioner';
    font-size: 16px;
    box-shadow: none;
    outline: none;
    border-radius: 14px;
}
.store-boxfooter {
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: repeat(2 , 1fr);
    width: 200px;
}

.store-boxfooter a {
    display: block;
    width: 100%;
}

.store-boxfooter a img {
    width: 100%;
    filter: contrast(0.8);
}
.footer-links a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links li:last-child {
    margin: 0;
}

.footer-slinks ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-slinks ul li i {
    font-size: 20px;
    color: var(--color-white);
}

.footer-slinks ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-slinks {
    margin-top: 20px;
}
 .footer-links.footer-fisrt {
    column-count: 2;
}
.footer-bottm {
    text-align: center;
    padding: 40px 0 0;
}

.footer-bottm p {
    font-size: 16px;
    color: var(--color-white);
}

.extra-main .section-heading {
    margin: 0;
    padding: 150px 0;
}
.extra-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.extra-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000040;
    z-index: 1;
}
.extra-main .main-heading {
    color: var(--color-white);
    font-size: 45px;
}
/* =============contact-us-page========================== */
.information-card {
    background-color: var(--color-white);
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(165, 162, 162, .32157);
    overflow: hidden;
    height: 100%;
}

.information-section {
    padding: 50px 0 0;
}


.information-card a {
    width: 100%;
    display: block;
    padding: 30px;
}


.information-icon {
    text-align: center;
}

.information-icon i {
    font-size: 50px;
    color: var(--color-red);
    transition: all 0.8;
}

.information-content {
    text-align: center;
}

.information-content h4 {
    font-size: 25px;
    font-weight: 500;
    color: var(--color-black);
    transition: all 0.8;
}

.information-content p {
    color: var(--color-black);
    margin-top: 10px;
    transition: all 0.8s;
    font-weight: 600;
    font-size: 16px;
}

.information-card:hover:after {
    transform: translate(0 , 0);
}



/* =============contact-us-page========================== */
/* =============single-product-page-start========================== */
.single-product-section .btn-all{
    padding: 14px 35px !important;
}
.single-product-section .quantity button, .single-product-section .quantity a{
    background-color: var(--color-red);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 21px;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-flex;
    border-radius: 50%;
    transition: background-color 0.2s;
    align-items: center;
    justify-content: center;
  }
  .single-product-section .quantity{
    display: flex;
    border: 2px solid var(--color-red);
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 4px;
  }
  .single-product-section .product-btns {
    display: flex;
}
.section-sizes{
    background: #f2f2f26b;
    padding: 20px 20px;
}
.template-mod{
    padding: 15px 20px;
    background: #f2f2f26b;
    border-radius: 15px;
}
.single-product-section .product-customization {
    padding: 20px 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(217, 217, 222, 1);
}
.product-customization {
    position: relative;
    border-radius: 15px;
    margin: 0;
    /*border-bottom: 1px solid rgba(217, 217, 222, 1);*/
}
.single-product-section .product-customization-inner {
    margin-top: 10px;
}
.product-customization-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 15px;
    width: 80%;
    /*margin-top: 10px;*/
}
.product-customization h5 {
    font-size: 22px;
    color: var(--color-red);
}
.single-product-image {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}
.single-product-section {
    padding: 20px 0;
}
.single-product-section .produt-title {
    font-family: 'Commissioner';
    text-transform: capitalize;
    color: var(--color-red);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-product-section .product-pricebox {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.single-product-section .product-pricebox span {
    display: block;
}
.single-product-section .product-price-heading {
    font-size: 17px;
    color: var(--color-black);
    /* font-weight: 700; */
}
/* .single-product-section .product-details {
    margin: 20px 0;
} */

.single-product-section .product-details h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    /* color: var(--color-red); */
}
.single-product-section .product-customization h5{
    color: #000;
}
.single-product-section .product-details p {
    color: var(--color-black);
    /* margin-top: 10px; */
}
.pro-customization-input .input-group {
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}
.pro-customization-input label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Commissioner';
}
#product-popup .pro-customization-input label {
    font-size: 13px;
}
#product-popup .single-product-content {
    padding: 0 25px;
}

#product-popup .single-product-image    {
    border-radius: 0;
    height: 50%;
    padding: 5px;
}
#product-popup .single-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
#product-popup  .product-customization-inner {
    width: 100%;
}
html[dir="rtl"] #product-popup button.btn-close {
    left: 0.25rem;
}
html[dir="ltr"] #product-popup button.btn-close {
    right: 0.25rem;
}
#product-popup button.btn-close {
    position: absolute;
    border: 1px solid;
    border-radius: 50%;
    top: 0.25rem;
    padding: 8px;
    opacity: 1;
    visibility: visible;
    filter: none;
}
#product-popup .modal-content{
    border-radius:20px;
}
#product-popup .product-modal-price{
    color: #fb2f34;
    font-weight: bold;
    /* margin-top: 0.5rem; */
    font-size: 17px;
}
.pro-customization-input input {
    height: 16px;
    width: 16px;
    border-radius: 14px;
    overflow: hidden;
}

.product-headingbox {
    display: flex;
    align-items: center;
    /* gap: 130px; */
    gap:15px
}

.product-headingbox .fav-proicon a {
    padding: 10px;
    border-radius: 50%;
    position: relative;
    background: var(--color-red);
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 40px;
    width: 40px;
}

.product-headingbox .fav-proicon a i {
    color: var(--color-white);
}
.product-btns {
    /*display: flex;*/
    gap: 25px;
    margin-top: 10px;
}

.product-btns a {
    /*padding: 14px 35px;*/
    border: 2px solid var(--color-red);
}
.single-product-section .quantity button i , #product-popup .quantity button i,.single-product-section .quantity a i {
    font-size: 15px;
}

 #product-popup .quantity {
    display: flex;
    background-color: #fff;
    /*border: 2px solid var(--color-red);*/
    border-radius: 40px;
    overflow: hidden;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
    justify-content: space-between;
}

 #product-popup .quantity button{
    /*background-color: var(--color-red);
    color: #fff;*/
    background-color: #e1dddd;
    color: #222;
    border: none;
    cursor: pointer;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-flex;
    border-radius: 50%;
    transition: background-color 0.2s;
    align-items: center;
    justify-content: center;
}

#product-popup .probtns-left{
    width: 60%;
}
 #product-popup .input-box  {
    width: 60%;
    height: 36px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 19px;
    outline: none;
    font-weight: 600;
    font-family: 'Commissioner';
}
.single-product-section .input-box{
    height: 36px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 19px;
    outline: none;
    font-weight: 600;
    font-family: 'Commissioner';
}
  /* Hide the number input spin buttons */
  .single-product-section  .input-box::-webkit-inner-spin-button, #product-popup .input-box::-webkit-inner-spin-button,
  .single-product-section .input-box::-webkit-outer-spin-button , #product-popup .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .single-product-section  .input-box[type="number"] {
    -moz-appearance: textfield;
  }

/* =============single-product-page-end========================== */
/* =============news-page-start-css========================== */

.news-section {
    padding: 100px 0;
}

.news-section .date-box .date-heading {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-red);
}

.news-section .date-box p {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-red);
}
.news-section .news-btn {
    position: absolute;
    bottom: 1.5rem;
    display: inline-block;
}

.news-section .menu-item {
    position: relative;
    padding-bottom: 4rem;
}

.news-section .news-btn {
    margin-top: 20px;
}
/* =============news-page-css-end========================== */
/* =============category-page-css-start========================== */


.category-section {
    padding : 30px 0;
  }
  .category-section .tab{
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    width: 100%;
    /* overflow-y: auto; */
    height: 600px;
}
.category-section  .side-menu{
    overflow-y: auto;
    max-height: 75%;
}
.category-section  .tab::-webkit-scrollbar,.category-section  .side-menu::-webkit-scrollbar {
    width: 5px;
  }
  .category-section  .tab::-webkit-scrollbar-track,.category-section  .side-menu::-webkit-scrollbar-track {
    background:  #f7f7f7;
  }

  .category-section  .tab::-webkit-scrollbar-thumb,.category-section  .side-menu::-webkit-scrollbar-thumb {
    background:  var(--color-red);
  }

  .category-section .tab button {
    padding : 12px 16px;
    width : 100%;
    border : none;
    outline : none;
    text-align : left;
    cursor : pointer;
    transition : 0.3s;
    display : flex;
    align-items : center;
    gap : 20px;
    background : #f7f7f7;
  }
  .category-left {
    position : sticky;
    top : 150px;
  }
  .category-section .dropdown-btn {
    padding-left : 30px;
    font-size : 15px;
  }
    .category-section .tab button:hover {
    background-color: var(--color-red);
    color : var(--color-white);
  }
  .category-section .tab button.active {
    background-color : var(--color-red);
    color : var(--color-white);
  }
  .category-section .dropdown-content {
    display : none;
    background-color : #f9f9f9;
    padding-left : 0;
  }
  .category-section .tabcontent {
    padding : 0 20px;
    width : 100%;
    border-left : none;
    height : 100%;
    display : none;
  }
  .category-section  .category-left .category-heading {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: inherit;
}
  .category-section  .category-content .pro-heading {
    font-size : 30px;
    color : var(--color-red);
    font-weight : 700;
    line-height : normal;
    margin-bottom : 15px;
  }
  .category-section  .category-right .menu-item-wrapper {
    grid-template-columns : repeat(3 , 1fr);
  }
  .category-section .tab button img {
    width: 40px;
    height: 40px;
    flex: 0  0 auto;
    transition: all 0.3s;
    object-fit: contain;
}
  .category-section .tab button p {
    color : var(--color-black);
    text-align : left;
    cursor : pointer;
    transition : 0.3s;
    font-size : 18px;
    font-weight : 600;
    display : flex;
    align-items : center;
    justify-content : space-between;
    flex : auto;
  }
  html[dir="rtl"] .category-section .tab button p {
    text-align: right;
  }
  .category-section .tab button.active img {
    filter : invert(95%) sepia(99%) saturate(0%) hue-rotate(83deg) brightness(105%) contrast(100%);
  }
  .category-section .tab button.active p {
    color : #fff;
  }
    .category-section .tab button:hover img {
    filter : invert(95%) sepia(99%) saturate(0%) hue-rotate(83deg) brightness(105%) contrast(100%);
  }
 .category-section .tab button:hover i {
    color : var(--color-white);
  }

  .category-section .tab button:hover p {
    color : var(--color-white);
  }

/* =============category-page-css-end========================== */
/* =============about-us-section-start========================== */
.about-us-section {
    padding: 80px 0;
    position: relative;
}
.about-us-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f4f4;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.about-us-card {
    padding: 40px 30px;
    background-color: var(--color-white);
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(165, 162, 162, .32157);
    overflow: hidden;
    height: 100%;
}

.about-us-card h4 {
    font-size: 30px;
    font-family: 'Commissioner';
    color: var(--color-red);
    font-weight: 600;
}

.about-us-card p {
    color: var(--color-black);
    line-height: 160%;
    margin-top: 15px;
}

.experience-story-section {
    padding: 80px 0;
}

.experience-story-section .section-heading p {
    width: 60%;
    color: var(--color-black);
    line-height: 160%;
    margin: 0 auto;
}
.experience-story-section .sub-heading span {
    color: var(--color-red);
}

.experience-story-section .sub-heading {
    margin-bottom: 20px;
}
.experience-story-image {
    width: 100%;
    height: 305px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.experience-story-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.experience-story-sliderbox .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.experience-story-sliderbox .owl-nav button.owl-prev {
    left: 1rem;
}
.experience-story-sliderbox .owl-nav button i {
    font-size: 16px;
    color: var(--color-white);
}
.experience-story-sliderbox .owl-nav button.owl-next {
    right: 1rem;
}
.experience-story-sliderbox .owl-nav button {
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    background: var(--color-red)!important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}


.about-us-section  .timeline {
    position: relative;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}
 .about-us-section  .timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #474747;
}
 .about-us-section  .timeline ul {
    padding: 0;
    margin: 0;
}
 .about-us-section  .timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}
.about-us-section  .timeline ul li:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    background: var(--color-white);
    box-shadow: 0 0 0 6px var(--color-red);
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
 .about-us-section  .content {
    padding: 0 20px 20px;
    border-radius: 8px;
}
 .about-us-section  .timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}
 .about-us-section  .timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}
.about-us-section  .timeline ul li:nth-child(even):before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: -7px;
    border-radius: 50%;
    background: var(--color-white);
    box-shadow: 0 0 0 6px var(--color-red);
}
/* =============about-us-section-end========================== */
/* =============sign-in-page-css-start========================== */
.sign-in-content {
    width: 65%;
    margin: 0 auto;
}
.sign-in-content .form-group {
  margin-bottom: 35px;
}
.sign-in-content .form-group input {
    background: transparent;
    height: 44px;
    color: var(--color-black);
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #222;
    font-family: 'Commissioner';
    font-size: 16px;
    box-shadow: none;
    outline: none;
    border-radius: 14px;
}
.sign-in-section .sign-in-left {
  width: 100%;
  height: 100vh;
}
.sign-in-section .sign-in-left img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.remember-left .component-title {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 30px;
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #888;
  text-align: center;
}
.remember-left .container {
  width: 54px;
  height: 31px;
  position: relative;
  margin: unset;
  margin-right: auto !important;
  padding: 0;
}
.remember-left .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.remember-left .switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9e9eb;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.remember-left .slider {
  width: 27px;
  height: 27px;
  position: absolute;
  left: calc(50% - 27px / 2 - 10px);
  top: calc(50% - 27px / 2);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.remember-left .checkbox:checked + .switch {
    background-color: var(--color-red);
}
.remember-left .checkbox:checked + .switch .slider {
  left: calc(50% - 27px / 2 + 10px);
  top: calc(50% - 27px / 2);
}
.remember-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sign-in-content .section-heading {
  margin-bottom: 30px;
}
.sign-in-content .sub-heading {
  margin-bottom: 15px;
}
.sign-in-content .sign-in-content p {
  font-family: 'Commissioner';
  font-size: 18px;
  color: var(--color-grey);
}
.sign-in-content p a {
  font-family: 'Commissioner';
  color: var(--color-purple);
}
.sign-in-section .sign-in-content a.navbar-brand {
  display: block;
  margin-bottom: 20px;
  width: 100px;
  height: auto;
}
.sign-in-content .section-heading p {
    color: var(--color-black);
}
.sign-in-content .btn-all {
    font-size: 18px;
    padding: 10px 25px;
}
.remember-right p {
    color: var(--color-black);
}

.sign-in-content p {
    color: var(--color-black);
}
.sign-in-content p a.sign-upbtn {
    font-family: 'Commissioner';
    color: var(--color-red);
    font-weight: 700;
}

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

.forget-passlink a {
    color: var(--color-black);
    font-family: 'Commissioner';
    font-size: 16px;
    text-decoration: underline;
    transition: all 0.5s;
}

.forget-passlink a:hover {
    color: var(--color-red);
}
.socail-account  ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.socail-account ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-red);
    display: flex;
    align-items: center;
    justify-content: center;
}
.socail-account ul li i {
    font-size: 20px;
    color: var(--color-white);
}
.yourpnumber {
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 20px;
    font-family: 'Commissioner';
}
.welcome-heading {
    margin-bottom: 10px;
}
.verify-para {
    margin: 20px 0;
    line-height: 160%;
}
/* =============sign-in-page-css-end========================== */
/* =============my-order-page-css-start========================== */

.my-order-section {
    padding: 50px 0;
}
.my-order-section  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    justify-content: space-around;
    margin-bottom: 30px;
    background: var(--color-black);
}
.my-order-section  .nav-tabs  .nav-item {
    /* flex: 0 0 50%; */
    text-align: center;
}

.my-order-section .nav-tabs .nav-item.show .nav-link, .my-order-section .nav-tabs .nav-link.active {
color: var(--color-white);
background-color: var(
    --color-red);
}
.my-order-section .nav-link {
    font-size: 21px;
    color: var(--color-white);
    font-family: 'Commissioner';
    text-transform: capitalize;
    font-weight: 500;
    border: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
}
.my-order-form .btn-all {
padding: 15px;
font-size: 17px;
}
    .my-order-section .nav-link:focus, .my-order-section .nav-link:hover {
        color: red;
    }
    .my-order-section .my-order-box {
        padding: 20px;
    }
    .my-order-section .table-responsive table {
        width: 100%;
    }
    .my-order-section .my-order-table table tr th {
    color: var(--color-red);
    font-size: 17px;
}

.my-order-section .my-order-table table tr th, .my-order-section .my-order-table table tr td {
    padding: 15px 0px;
}
.my-order-section .my-order-table table tr td  {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black);
}
.my-order-section .my-order-table table tr a {
    color: var(--color-black);
}
.my-order-section .my-order-table table th, .my-order-section .my-order-table table tr {
    text-align: center;
}
.my-order-section .my-order-table table tr {
    border-bottom: 1px solid var(--color-black);
}
.my-order-section .my-order-box-inner .nav-tabs {
    width: 100%;
    margin: 0 auto 20px;
    border: none !important;
    justify-content: center;
    gap: 10px;
    background: transparent;
}
.my-order-section .my-order-box-inner .nav-tabs .nav-item {
    flex: 0 0 auto;
}
.my-order-section .my-order-box-inner .nav-tabs .nav-link.active {
border: none !important;
}
.my-order-section .my-order-box-inner .nav-tabs .nav-link {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-family: "Commissioner", sans-serif;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    background-color: var(--color-red);
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 10px 15px;
    border-radius: 40px;
    transition: .5s all;
    border: 1px solid transparent;
    position: relative;
    border-radius: 30px !important;
}

.my-order-form {
width: 60%;
margin: 60px auto 0;
}

.my-order-form input {
background: transparent;
height: 44px;
color: var(--color-black);
padding: 10px 15px;
width: 100%;
border: 1px solid #222;
font-family: 'Commissioner';
font-size: 16px;
box-shadow: none;
outline: none;
border-radius: 14px;
}

.my-order-form .form-group {
margin-bottom: 25px;
position: relative;
}

.my-order-form .my-formflx {
display: grid;
align-items: center;
grid-template-columns: repeat(2 , 1fr);
gap: 25px;
}
.my-order-form select {
height: 44px;
color: var(
--color-black);
padding: 10px 15px !important;
width: 100%;
border: 1px solid #222 !important;
font-family: 'Commissioner';
font-size: 16px;
box-shadow: none;
outline: none;
border-radius: 14px;
appearance: none;
position: relative;
}
.my-order-form select:after {
content: "\f107";
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
font-family: 'Font Awesome 5 Free';
color: var(--color-black);
}
.select-ibox {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 1rem;
font-size: 18px;
}
.select-ibox i {
transition: all 0.5s;
}

.form-group.focused .select-ibox i {
transform: rotate(180deg);
}
/* =============my-order-page-css-end========================== */


/* ==================privacy-policy-page-start==================== */
.privacy-policy-section {
    padding: 80px 0;
}

.privacy-policy-main .main-heading {
    color: var(--color-red);
    font-size: 34px;
}

.privacy-policy-main .section-heading p {
    color: var(--color-black);
    line-height: 160%;
    margin: 13px 0;
    font-size: 18px;
}

.privacy-policy-main .section-heading {
    margin-bottom: 30px;
}
.privacy-policy-main .privacy-box p {
    line-height: 160%;
    color: var(--color-black);
    margin: 5px 0 10px;
    font-size: 18px;
}

.privacy-policy-main .privacy-box h4 {
    font-size: 26px;
    font-weight: 600;
}

.privacy-policy-main .privacy-box p {
    line-height: 160%;
    color: var(--color-black);
    margin: 10px 0 15px;
    font-size: 18px;
}



.privacy-policy-main .privacy-box ul li {
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Commissioner';
}
.privacy-policy-main  .privacy-box h5 {
    font-weight: 600;
    font-size: 20px;
}
.privacy-policy-main .privacy-box {
    margin-bottom: 30px;
}

.privacy-policy-main .privacy-box h5 {
    font-weight: 600;
    font-size: 20px;
}

.privacy-policy-main .privacy-box ul li a {
    font-size: 17px;
    color: var(--color-red) !important;
    font-weight: 500;
}
/* ==================privacy-policy-page-end==================== */
/* ==================my-favorite-section-start==================== */
.my-favorite-section {
    padding: 50px 0;
}

.my-favorite-section .menu-item-ctn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.my-favorite-section .menu-item-ctn a:last-child i {
    color: var(--color-red);
    font-size: 22px;
}
.my-favorite-section .main-heading {
    font-size: 38px;
    color: var(--color-red);
}
/* ==================my-favorite-section-end==================== */
/* ==================blog-post-page-start==================== */
#blog-posts {
    padding: 80px  0;
}
    #blog-posts article {
    background-color: var(--surface-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
#blog-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}
#blog-posts .post-img img {
    width: 100%;
    object-fit: cover;
}
#blog-posts .post-category {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-red);
    font-weight: 700;
}
#blog-posts .title {
    font-size: 21px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Commissioner';
}
#blog-posts .title a {
    color: var(--color-black);
}

#blog-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
#blog-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-black);
    font-size: 16px;
}
#blog-posts .post-date {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 0;
}
#blog-pagination {
    padding: 50px 0 0;
}
#blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
#blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}
#blog-pagination li a {
    color: var(--color-red);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--color-red);
    transition: all 0.5s;
    font-weight: 500;
}
#blog-pagination li a.active, #blog-pagination li a:hover {
    background: var(--color-red);
    color: var(--color-white);
}
/* ==================blog-post-page-end==================== */

        .my-box-nav {
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        /* transition: transform 0.3s ease; */
        height: 100%;
        z-index: 101;
    }

    #paymentMethod input {
        margin: 6px  8px;
        box-shadow: none;
    }



    #paymentMethod .form-check p {
        color: var(--color-black) !important;
        line-height: 150%;
    }
    .payment-method > p {
        margin: 20px 0;
        color: var(--color-black);
        line-height: 160%;
    }
                .my-box-wrap {
            height: 100vh;
            position: relative;
            background-color: whitesmoke;
            width: 320px;
        }
        .my-box-nav .my-box-heading {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: start;
            padding: 15px;
        }

        .my-box-nav    div#close-btn {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: var(--color-white);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .my-box-nav    .my-box-information {
        padding: 0.5rem 1rem;
        background-color: var(--color-red);
        color:var(--color-white);
        line-height: 25px;
    }
    .my-box-nav .all-orders {
        /* height: 69vh; */
        height: 100%;
        overflow-y: auto;
    }
       .my-box-nav     .my-orders {
        position: relative;
        padding: 0.25rem;
        border-bottom: 1px solid #babcbf;
        margin: 0 7px;
    }
    .my-box-nav    .order-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
       .my-box-nav    .order-img img{
        width: 40px;

       }
       .my-box-nav     .order-name {
        width: 100%;
    }
    .my-box-nav    .order-name p {
        font-weight: 700;
        font-size: 15px;
        color: var(--color-red);
}
.my-box-nav    .biling {
    display: flex;
    /* margin-top: 1.5rem; */
    align-items: center;
    justify-content: space-around;
}
.my-box-nav .biling span {
    color: var(--color-black);
    font-weight: 500;
    font-size: 15px;
}
.mr-auto{
    margin-right: auto;
}
.ml-auto{
    margin-left: auto;
}
.my-box-nav    .my-orders .quantity {
    display: flex;
    border: 2px solid var(--color-red);
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 4px;
    background-color:var(--color-white);
    margin-left: 10px;
}
.my-box-nav    .my-orders .quantity button {
    background-color: var(--color-red);
    color: #fff;
    border: none;
    cursor: pointer;
    /* font-size: 21px; */
    text-align: center;
    display: inline-flex;
    border-radius: 50%;
    transition: background-color 0.2s;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
}
.my-box-nav   .my-orders .input-box {
    width: 50px;
    /* height: 36px; */
    text-align: center;
    border: none;
    /*padding: 2px 10px;*/
    font-size: 16px;
    outline: none;
    font-weight: 600;
    font-family: 'Commissioner';
    color: var(--color-black);
}
.my-box-nav   input[type="number"]::-webkit-inner-spin-button,
        input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
.my-box-nav   .my-box-nav.open {
            transform: translateX(-320px);
        }
        .my-box-nav   .my-box-heading h4 {
    font-size: 26px;
    color: var(--color-black);
}
.header-icons a .form {
    position: absolute;
    right: 0;
    top: 60px;
    background: var(--color-white);
    padding: 20px 10px;
    min-width: 300px;
    z-index: 9;
    margin: 0 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-family: 'Commissioner';
    font-size: 15px;
}

.header-icons a .form input {
    box-shadow: none !important;
border-radius: 0 !important;
outline: none;
}
.header-icons a .form button {
    border-radius: 0;
    border-color: #FB2F34;
    color: var(--color-white);
    background: #FB2F34;
    font-family: 'Commissioner';
    font-size: 15px;
    font-weight: 700;
}
.header-icons .active .form {
    display: flex !important;
}

.my-box-nav   .all-prices {
    padding: 1rem;
    text-align: center;
    /* position: absolute; */
    width: 100%;
    /* bottom: 0;
    left: 0;
    right: 0; */
    border-top: 1px solid #babcbf;
    background: inherit;
}
.sub-total h5 {
    font-size: 16px;
}
    .my-box-nav   .sub-total{
        display: flex;
        justify-content: space-between;
        align-items:center ;
        margin: 0.8rem 0;
        color: #6c757d;
    }
    .my-box-nav   .sumbmission-btns{
        display: flex;
        flex-direction: column;
    }
    .my-box-nav   .sumbmission-btns button{

        outline: none;
        margin: 5px 0;
    }
    .my-box-nav   .checkout-btn {
        background-color: var(--color-white);
        color: var(--color-red);
        border-radius: 50px;
        max-width: 290px;
        height: 40px;
        border: 1px solid var(--color-red);
    }
    .my-box-nav   .continue-btn {
    background-color: var(--color-red);
    color:var(--color-white);
    border-radius: 50px;
    height: 40px;
    border: none;
}



 /* Dropdown menu */
 .user-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 1000;
    min-width: 140px;
    padding: 5px 0;
}

/* Dropdown links */
.user-dropdown-menu a {
    display: block;
    padding: 5px 10px !important;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: background-color 0.3s;
    border: none;
}

.user-dropdown-menu a:hover {
    background-color: #f0f0f0;
}

/* Show dropdown on hover */
.user-dropdown:hover .user-dropdown-menu {
    display: block;
}
.pc-box {
    height: 425px;
    overflow-y: scroll;
    padding-top: 10px;
}
.pc-box::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .pc-box::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 10px;
  }

  /* Handle */
  .pc-box::-webkit-scrollbar-thumb {
    background: var(--color-red);
    border-radius: 10px;
  }

  /* Handle on hover */
  .pc-box::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }

  .tablinks i {
    transition: transform 0.3s ease;
    transform: rotate(0) !important;
}


.tablinks.rotate-icon i {
    transform: rotate(180deg) !important;
}
.closedropdowen {
    display: none!important;
}
.befor {
    color: #5C5C5C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.befor::after {
    content: "";
    width: 45px;
    height: 1.1px;
    background-color: #F00;
    position: absolute;
    top: 10px;
    left: 2px;
    rotate: 25deg;
}

.head {
    margin: auto;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/*=============================================checkout===========================*/
section#checkout-section {
    padding: 10px 0;
}
    #checkout-section     h4.title.mb-15 {
    margin-bottom: 1.5rem;
}
#checkout-section .form_control {
    transition: all 0.3s ease-out 0s;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #222;
    font-family: 'Commissioner';
    font-size: 16px;
    box-shadow: none;
    outline: none;
    border-radius: 14px;
}
#checkout-section  .form_group {
    margin-bottom: 20px;
}
#checkout-section .shopping-cart-total, .gray-bg {
    background-color: #f7f7f7;
}
#checkout-section .shopping-cart-total {
    padding: 35px 35px 40px;
    border-radius: 10px;
    margin-bottom: 50px;
}

#checkout-section .yourOeder label {
    font-family: 'Commissioner';
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
#checkout-section .shopping-cart-total table td {
    font-size: 16px;
    font-family: 'Commissioner';
    background: inherit;
    padding: 18px;
    font-weight: 500;
}
#checkout-section .shopping-cart-total table td.accordion-td {
    border-bottom: 0;
}
#checkout-section .shopping-cart-total table td.total {
    font-weight: 700;
    border-bottom: none;
}

#checkout-section .table>:not(caption)>*>* {
    padding: .5rem .5rem;
}

#checkout-section .theme-btn {
    position: relative;
    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;
    font: 700 20px var(--body-font);
    padding: 17px 46px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: none;
}
#checkout-section .theme-btn.style-one {
    background-color:var(--color-red);
    color: white;
    border-radius: 10px;
}
#checkout-section .payment-method {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #f7f7f7;
}
#checkout-section .payment-method a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#checkout-section textarea {
    height: 150px;
}
#checkout-section .payment-method ul {
    border: 1px solid rgba(118, 167, 19, 0.15);
}
#checkout-section   #paymentMethod .form-check-input:checked {
    background-color: var(--color-red);
    border-color: var(--color-red);
}
#checkout-section .payment-method li:not(:last-child) {
    border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}
#checkout-section .payment-method li {
    position: relative;
    padding: 15px 20px 15px 15px;
}
#checkout-section .address-box input.form_control , #checkout-section .Contact-box input.form_control{
    margin: 11px 0;
}
.checkout-section .btn-all {
    font-size: 16px;
    padding: 15px 35px;
}
/*==*/
.loader-btn {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid rgb(233, 237, 238);
    border-right-color: rgb(221 174 113);
    margin: auto;
    animation: l2 1s infinite linear;
  }
  @keyframes l2 {to{transform: rotate(1turn)}}
.loader {
  width: fit-content;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  overflow: hidden;
  color: #0000;
  text-shadow: 0 0 0 #000,10ch 0 0 #000;
  background: linear-gradient(#000 0 0) bottom left/0% 3px no-repeat;
  animation: l14 1.5s infinite;
}
.loader:before {
  content: "Loading...";
}
@keyframes l14 {
    80%  {text-shadow:    0  0 0 #000,10ch 0 0 #000;background-size:100% 3px}
    100% {text-shadow: -10ch 0 0 #000,0    0 0 #000}
}
.page-menu .mainCategory {
    margin-bottom: 25px;
}

.page-menu .mainCategory h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
}

.page-menu .mainCategory ul {
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.page-menu .mainCategory ul::-webkit-scrollbar {
    display: none;
}

.page-menu .mainCategory ul li {
    /*display: inline-block;*/
    margin-right: 15px;
}

.page-menu .mainCategory ul li .image {
    padding: 15px;
    border-radius: 20px;
    background: #F4F4F4;
}
.error{
    border-color:#a94442!important
}
.page-menu .mainCategory ul li .image img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.page-menu .mainCategory ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--color-black);

    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}
.strike-price {
    text-decoration: line-through;
    color: #fb2f34 !important;
    white-space: nowrap;
    font-size: 14px!important;
    font-weight: 400;
}
/* checkout */

.checkout-page aside nav h2 {
    margin: 0;
    padding: 15px 25px;
    border-radius: 8px 8px 0 0;
    background-color: #222;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: start;
}
.checkout-page aside nav ul {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
}
.checkout-page aside nav li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    border-bottom: 1.5px solid #ECE7E7;
}
.checkout-page aside nav li fieldset .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.checkout-page aside nav {
    border-radius: 8px;
    background: var(--white-color);
    box-shadow: 0px 0px 4px 2px rgba(60, 60, 60, 0.30);
}
.checkout-page aside nav li .price {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}
.checkout-page aside nav li .icon {
    display: flex;
    gap: 10px;
}
html{
	overflow-x:hidden
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
    box-shadow: 0 0 0 3px rgba(48, 133, 214, .5) !important;
}
/*price in material details */
.single-product-section .product-pricebox span.current-price ,
.div-product-price .text-black {
    font-size: 35px !important;
    display: inline !important;
    font-weight: 600 !important;
    color: var(--secondary-color, #007bff) !important;
}
/* for Sale Off and Unavailable span in material details */
.stock-status {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.stock-status.out-stock {
    color: #f74b4b;
    background: #fde0e0;
}
.stock-status.in-stock {
    color: #f74b81;
    background: #fde0e9;
}
/* button for show material details */
.menu-icon li {
    background-color: transparent;
}
.menu-icon li button{
    width: 35px;
    height: 35px;
    background-color: var(--color-red);
    border-radius: 16px;
    border: none;
    outline: none;
    transition: all 0.3s ease-out;
}
.menu-icon li button:hover {
    background-color: var(--color-black);
}
.menu-icon li button:disabled:hover,
.menu-icon li button:disabled {
    background-color: #fd6f71;
    pointer-events: none;
}
/* style to button list and grid */
.category-content .content {
display: flex;
justify-content: space-between;
align-items: center;
}
.category-content .content .views {
    display: flex;
    align-items: center;
    gap: 10px;
}
.category-content .content .views > div {
    cursor: pointer;
}
.category-content .content .views  path {
    transition: all 0.3s ease-out;
}
.category-content .content .views .active path {
    fill: var(--secondary-color);
}
/* style for Display products in a list manner */
.category-section .category-right .menu-item-wrapper.listItems {
    grid-template-columns: repeat(1, 1fr) !important;
}
.category-section .category-right .menu-item-wrapper.listItems .menu-item {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 20px ;
}
.category-section .category-right .menu-item-wrapper.listItems .menu-item .menu-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 175px !important;
}
.category-section .category-right .menu-item-wrapper.listItems .menu-item .menu-item-ctn {
    flex: 1;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0px;
}
.category-section .category-right .menu-item-wrapper.listItems .menu-item .menu-icon {
    flex-direction: row-reverse;
}
/* tag a for show material details */
.show-material-details h5 {
    color: var(--color-black);
    transition: all .3s ease-out;
}
.show-material-details:hover h5 {
    color: var(--secondary-color);
}
/* style product details page */
.single-product-main .product-customization-inner .befor {
    font-size: 13px;
}


#overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100; 
    display: none;
}

/* discount form in cart */
#toggle-discount {
    cursor: pointer;
    color: black;
    font-weight: 500;
}

#toggle-discount,
#discount_code {
    transition: all .3s ease-out;
}

#toggle-discount:hover {
    color: var(--secondary-color,black);
}

#discount-form > div:first-child {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

#discount-form i {
    position: absolute;
    z-index: 10;
    display: none;
    top: 16px;
}
html:not([dir="rtl"]) #discount-form i {
    right: 60px;
}

#discount-form button#apply-discount-btn {
    color: #ffffff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border: none;
    border-radius: 0px 14px 14px 0px;
    font-size: 1rem;
}

#discount_code {
    height: 45px;
    padding: 10px 24px 10px 10px;
    border-radius: 14px 0px 0px 14px;
}

#discount_code:hover,
#discount_code:active,
#discount_code:focus
{
    border-color: var(--secondary-color);
    outline: none;
    box-shadow: none;
}

button.remove-discount-icon {
    border: none;
    background: transparent;
}

button.remove-discount-icon path {
    transition: all .3s ease-out
}

button.remove-discount-icon:hover path {
    stroke: red;
}

#discount-info p{
    color: #000;
}

.available-discount-item {
    cursor:pointer;
    text-decoration: underline;
    transition: all .3s ease-out;
}
.available-discount-item:hover {
    color: var(--secondary-color) !important;
}

.img-category-side-menu {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    transition: all 0.3s;
    object-fit: contain;
}

.offcanvas-body .nav-item {
    /* padding: 0px !important; */
}

.offcanvas-body .nav-item.dropdown-sub-mobile a {
    transition: all .5s ease-in-out;
}

.offcanvas-body .nav-item a {
    /* padding: .5rem; */
}

.offcanvas-body .nav-item.dropdown-sub-mobile.open > a span.arrow-down ,
.offcanvas-body .nav-item.dropdown-category-mobile.open > a span.arrow-down ,
.offcanvas-body .nav-item.dropdown-mobile.open > a span.arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #000;
}

.offcanvas-body .nav-item:not(.open):hover > a span.arrow-down,
#offcanvasNavbar .offcanvas-body .nav-item.active:not(.open) > a span.arrow-down {
    border-top: 6px solid var(--color-red);
}

.offcanvas-body .nav-item.open:not(.active):hover > a span.arrow-down,
.offcanvas-body .nav-item.open.active > a span.arrow-down {
    border-bottom: 6px solid var(--color-red);
    border-top: 6px solid transparent;
}

#offcanvasNavbar .offcanvas-body .nav-link.active,
#offcanvasNavbar .offcanvas-body .nav-item.active > a.nav-link,
#offcanvasNavbar .offcanvas-body .nav-item:hover > a.nav-link:first-of-type {
    color: var(--color-red) !important; 
}
