@font-face {
    font-family: "Dm Serif Display";
    font-style: normal;
    src: url(/resources/font/DMSerifDisplay-Regular.ttf);
}

@font-face {
    font-family: "Overpass";
    font-style: normal;
    src: url(/resources/font/Overpass-Bold.ttf);
}

/***************************** Slider (start) ******************/
.First-Main-Slider {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.First-Main-Slider .slider-arrow-prev,
.First-Main-Slider .slider-arrow-next {
    position: absolute;
    bottom: 4.5%;
    color: white;
    width: 55px;
    height: 65px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.22);
    cursor: pointer;
    z-index: 1;
}

.First-Main-Slider .slider-arrow-prev {
    left: 30%;
}

.First-Main-Slider .slider-arrow-next {
    right: 30%;
}

.First-Main-Slider .slick-dots {
    position: absolute;
    bottom: 2.5%;
}

.First-Main-Slider .slick-dots > li {
    padding: 28px;
    background-color: rgba(0, 0, 0, 0.5);
}

.First-Main-Slider .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: white;
}
.First-Main-Slider .slick-dots > li > button::before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 35%;
    left: 25%;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.First-Main-Slider .slick-dots > li:hover,
.First-Main-Slider .slider-arrow-prev:hover,
.First-Main-Slider .slider-arrow-next:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.First-Main-Slider .slider-items {
    display: block;
    position: relative;
}

.First-Main-Slider .Img-Container > img {
    z-index: 0;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.First-Main-Slider .Img-Container .content-body {
    z-index: 2;
    background-color: white;
    position: absolute;
    padding: 10px;
    width: 570px;
    height: 363px;
    bottom: 10%;
    right: 10%;
}

.First-Main-Slider .Img-Container .Slider-content {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    border: 5px solid #bdb4b4;
}
.First-Main-Slider .Img-Container .Slider-content > span {
    font-size: 14px;
    color: #202020;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Overpass", Arial, sans-serif;
    margin: 5px;
}

.First-Main-Slider .Img-Container .Slider-content > h2 {
    font-weight: 600;
    margin: 10px;
    font-size: 50px;
    font-family: "Dm Serif Display", serif;
}

.First-Main-Slider .Img-Container .Slider-content > p {
    font-family: "Overpass", Arial, sans-serif;
    margin: 20px;
    font-size: 14px;
}

.First-Main-Slider .Img-Container .Slider-content > button {
    font-family: "Overpass", Arial, sans-serif;
    padding: 20px 15px 18px;
    background-color: #293355;
    margin: 20px;
    color: white;
    border-radius: 0px;
    width: 60%;
    text-transform: uppercase;
}

@media (max-width: 1930px) {
    .First-Main-Slider .Img-Container .content-body {
        z-index: 2;
        background-color: white;
        position: absolute;
        padding: 10px;
        width: 570px;
        height: 363px;
        bottom: 28%;
        right: 12%;
    }
}

@media (max-width: 1440px) {
    .First-Main-Slider .Img-Container .content-body {
        width: 570px;
        height: 350px;
        bottom: 33%;
        right: 10%;
    }
}

@media (max-width: 1024px) {
    .First-Main-Slider .Img-Container .content-body {
        width: 400px;
        height: 277px;
        bottom: 23%;
        right: 10%;
    }

    .First-Main-Slider .Img-Container .Slider-content > h2 {
        font-size: 35px;
    }

    .First-Main-Slider .Img-Container .Slider-content {
        padding: 10px;
    }

    .First-Main-Slider .Img-Container .Slider-content > button {
        margin: 5px;
    }

    .First-Main-Slider .slider-arrow-prev,
    .First-Main-Slider .slider-arrow-next {
        display: none !important;
    }
    .First-Main-Slider .slick-dots {
        bottom: 2.5%;
    }

    .First-Main-Slider .slick-dots > li {
        padding: 20px;
    }

    .First-Main-Slider .slick-dots > li > button::before {
        font-size: 20px;
        top: 30%;
        left: 25%;
    }
}

@media (max-width: 768px) {
    .First-Main-Slider .Img-Container .content-body {
        right: 23%;
    }

    .First-Main-Slider .slider-arrow-prev,
    .First-Main-Slider .slider-arrow-next {
        display: none !important;
    }
    .First-Main-Slider .Img-Container .Slider-content > h2 {
        font-size: 35px;
    }

    .First-Main-Slider .Img-Container .Slider-content {
        padding: 10px;
    }

    .First-Main-Slider .Img-Container .Slider-content > button {
        margin: 5px;
    }
    .First-Main-Slider .slick-dots {
        bottom: 2.5%;
    }

    .First-Main-Slider .slick-dots > li {
        padding: 20px;
    }

    .First-Main-Slider .slick-dots > li > button::before {
        font-size: 20px;
        top: 30%;
        left: 25%;
    }
}

@media (max-width: 425px) {
    .First-Main-Slider .Img-Container .content-body {
        width: 365px;
        height: 190px;
        position: relative;
        text-align: center;
        left: 7.5%;
        margin-top: -150px;
    }
    .First-Main-Slider .slider-arrow-prev,
    .First-Main-Slider .slider-arrow-next {
        display: none !important;
    }

    .First-Main-Slider .Img-Container .Slider-content > span {
        font-size: 12px;
    }
    .First-Main-Slider .Img-Container .Slider-content > h2 {
        font-size: 20px;
    }

    .First-Main-Slider .Img-Container .Slider-content > p {
        font-size: 12px;
        margin: 10px;
    }

    .First-Main-Slider .Img-Container .Slider-content {
        padding: 10px;
    }

    .First-Main-Slider .Img-Container .Slider-content > button {
        margin: 0px;
        width: 90%;
        padding: 10px 25px 8px;
        font-size: 14px;
    }
    .First-Main-Slider .slick-dots {
        position: relative;
    }

    .First-Main-Slider .slick-dots > li {
        padding: 10px;
    }

    .First-Main-Slider .slick-dots > li > button::before {
        font-size: 8px;
        top: 5%;
        left: 5%;
    }
}

@media (max-width: 375px) {
    .First-Main-Slider .Img-Container .content-body {
        width: 315px;
        height: 190px;
        position: relative;
        text-align: center;
        left: 7.5%;
        margin-top: -120px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .First-Main-Slider .slider-arrow-prev,
    .First-Main-Slider .slider-arrow-next {
        display: none !important;
    }

    .First-Main-Slider .Img-Container .Slider-content > span {
        font-size: 12px;
    }
    .First-Main-Slider .Img-Container .Slider-content > h2 {
        font-size: 20px;
    }

    .First-Main-Slider .Img-Container .Slider-content > p {
        font-size: 12px;
        margin: 10px;
    }

    .First-Main-Slider .Img-Container .Slider-content {
        padding: 10px;
    }

    .First-Main-Slider .Img-Container .Slider-content > button {
        margin: 0px;
        width: 90%;
        padding: 10px 25px 8px;
        font-size: 14px;
    }
    .First-Main-Slider .slick-dots {
        position: relative;
        margin-top: -20px;
    }

    .First-Main-Slider .slick-dots > li {
        padding: 10px;
    }

    .First-Main-Slider .slick-dots > li > button::before {
        font-size: 8px;
        top: 5%;
        left: 5%;
    }
}

@media (max-width: 320px) {
    .First-Main-Slider .Img-Container .content-body {
        width: 280px;
        height: 190px;
        position: relative;
        text-align: center;
        left: 6%;
    }

    .First-Main-Slider .slider-arrow-prev,
    .First-Main-Slider .slider-arrow-next {
        display: none !important;
    }
}

/***************************** Slider  (end) ********************/

/***************************** Looking for Products (start) *************************/

.looking-for-products-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.looking-for-products img {
    cursor: pointer;
}

.looking-for-products h5 {
    font-family: var(--font-DS);
    text-align: center;
    font-size: 2.125rem;
    line-height: 2.65625rem;
    color: #202020;
}

.looking-for-products a {
    text-decoration: none;
    color: #505050;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.375rem;
    letter-spacing: 0.04375rem;
}
.looking-for-products-list > .items {
    text-align: center;
}
@media (max-width: 1024px) {
    .looking-for-products img {
        width: 140px;
        height: auto;
    }
    .looking-for-products-list {
        overflow: hidden;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .looking-for-products-list {
        overflow-x: scroll;
    }
}

@media (max-width: 425px) {
    .looking-for-products-list > .items > img {
        width: 100px;
        height: auto;
    }
    .looking-for-products-list > .items {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .looking-for-products-list > .items > img {
        width: 100px;
        height: auto;
    }
    .looking-for-products-list > .items {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .looking-for-products-list > .items > img {
        width: 80px;
        height: auto;
    }
    .looking-for-products-list > .items {
        text-align: center;
    }
}

/***************************** Looking for Products (end) ***************************/

/***************************** Best Selling Products (start) ************************/
.prodectcard .prodectcardhdr {
    font-family: var(--font-DS);
    font-weight: 400;
    text-align: center;
    font-size: 2.125rem;
    color: #202020;
}

#bs-prod--va {
    text-transform: uppercase;
    text-decoration: none;
    color: #ba7a2d;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04375rem;
}

/***************************** Best Selling Products (end) **************************/

/***************************** Sub Banner Section (start) ***************************/

.sub-banner {
    margin: 4rem auto;
    margin-bottom: 5rem;
    max-width: 1072.5px;
}

.sub-banner__row > div:last-of-type {
    margin-left: -0.5px;
}

.sub-banner__row--image-container {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.sub-banner__row--image-container > img {
    max-width: 100%;
    height: 100%;
    filter: grayscale(8%);
    filter: saturate(90%);
}

.sub-banner__row--image-container > img:hover {
    transition: 0.5s ease;
    transform: scale(1.15);
    filter: grayscale(0);
    filter: saturate(105%);
}

.sub-banner__row--image-container > div {
    position: absolute;
    bottom: 14%;
    font-family: "Overpass";
    right: 24%;
    width: 300px;
    height: 76px;
    padding: 20px 15px 18px;
    text-align: center;
    color: #232323;
    background: white;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.25rem;
    cursor: pointer;
}

.sub-banner__row--image-container > div svg {
    margin-right: 10px;
    margin-top: -5px;
}

.sub-banner__row--image-container > div:hover .svgchange {
    fill: white;
}
.sub-banner__row--image-container > div:hover {
    transition: 0.25s ease-in;
    background-color: #293355;
    color: white;
}

@media (max-width: 1024px) {
    .sub-banner__row--image-container > div {
        bottom: 14%;
        right: 24%;
        width: 285px;
        height: 72px;
    }
}

@media (max-width: 768px) {
    .sub-banner__row--image-container > div {
        bottom: 14%;
        right: 24%;
        width: 200px;
        height: 56px;
        padding: 10px 15px 8px;
    }
}

@media (max-width: 425px) {
    .sub-banner__row--image-container > div {
        bottom: 10%;
        right: 10%;
        width: 156px;
        font-size: 12px;
        height: 40px;
        padding: 7px 5px 5px;
    }
    .sub-banner__row--image-container > div svg {
        margin-right: 5px;
        margin-top: -10px;
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 375px) {
    .sub-banner__row--image-container > div {
        bottom: 10%;
        right: 5%;
        width: 156px;
        font-size: 12px;
        height: 40px;
        padding: 7px 5px 5px;
    }
    .sub-banner__row--image-container > div svg {
        margin-right: 5px;
        margin-top: -10px;
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 320px) {
    .sub-banner__row--image-container > div {
        bottom: 10%;
        right: 5%;
        width: 130px;
        font-size: 10px;
        height: 40px;
        padding: 7px 5px 5px;
    }
    .sub-banner__row--image-container > div svg {
        margin-right: 5px;
        margin-top: -10px;
        width: 18px;
        height: 18px;
    }
}

/************************************ Sub Banner Section (end) ********************************************/

/************************************ Explore Membership (start) ******************************************/

.explore-membership {
    background-color: #293355;
    height: 19.0625rem;
    text-align: center;
    color: white;
    padding: 3.75rem 0;
}

.explore-membership > h4 {
    font-family: var(--font-DS);
    font-size: 1.5rem;
    line-height: 2.55rem;
    margin: 0;
    margin-bottom: 1.5rem;
}

.explore-membership > div {
    font-size: 00.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 2.1875rem;
    color: #cccccc;
}

.explore-membership > a {
    display: inline-block;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: white;
    padding: 1.25rem 0.9375rem;
    text-decoration: none;
    color: #202020;
    min-width: 260px;
}
.explore-membership > a:hover {
    color: black;
}

/************************************ Explore Membership (end) ********************************************/

/************************************ Feature Products (start) ********************************************/

.ftrd-prods {
    position: relative;
    max-width: 60.95vw;

    margin-top: 4rem;
    margin-bottom: 4rem;
}

.ftrd-prods header {
    text-align: center;
}

.ftrd-prods header h3 {
    font-family: var(--font-DS);
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.65625rem;
    color: #202020;
}

.ftrd-prods header a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ba7a2d;
    line-height: 1.375rem;
    letter-spacing: 0.04375rem;
    text-transform: uppercase;
}

.ftrd-prods-images > div {
    display: inline-block;
}

.ftrd-prods-images > div > img {
    width: 100%;
    height: auto;
}

.ftrd-prods-images__main-banner {
    width: 75.5%;
    position: relative;
}

.ftrd-prods-images__main-banner--txt-block {
    background-color: white;
    color: #505050;
    position: absolute;
    bottom: 2.5%;
    left: 1.65%;
    padding: 25px 40px 30px 30px;
}

.ftrd-prods-images__main-banner--txt-block::after {
    content: "";
    border: 4px solid #bcbcbc;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
}

.ftrd-prods-images__main-banner--txt-block > h3 {
    font-family: var(--font-DS);
    font-size: 3.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 3.90625rem;
    margin-bottom: 1.0625rem;
    color: #202020;
}

.ftrd-prods-images__main-banner--txt-block > p {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.375rem;
    margin-bottom: 1.6875rem;
    color: #202020;
}

.ftrd-prods-images__main-banner--txt-block > div > a {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.04375rem;
    line-height: 1.375rem;
    color: #505050;
    min-width: 157px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.ftrd-prods-images__main-banner--txt-block > div > a:last-of-type {
    text-align: right;
    margin-left: 2rem;
}

.ftrd-prods-images__main-banner--txt-block > div > a:hover {
    transition: 0.5s ease;
    text-decoration: none;
    border-bottom: 1px solid #505050;
}

.ftrd-prods .FP-card {
    position: absolute;
    top: 22%;
    right: 25%;
}

.ftrd-prods #featureProduct {
    padding: 0px;
    width: 270px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@media (min-width: 1960px) {
    .ftrd-prods .FP-card {
        position: absolute;
        top: 15.5%;
        right: 25%;
    }

    .ftrd-prods #featureProduct {
        width: 350px;
    }

    .ftrd-prods #featureProduct .product-info > span {
        font-size: 20px;
    }

    .ftrd-prods #featureProduct .product-info > a {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ftrd-prods #featureProduct .product-info .rating span > i {
        font-size: 14px;
    }

    .ftrd-prods #featureProduct .product-info .rating > a {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .ftrd-prods .ftrd-prods-images .ftrd-prods-images__main-banner > img {
        width: 870px;
    }

    .ftrd-prods .FP-card {
        position: absolute;
        top: 22%;
        right: 15%;
    }

    .ftrd-prods #featureProduct {
        width: 270px;
    }
}

@media (max-width: 1024px) {
    .ftrd-prods .ftrd-prods-images {
        margin-left: -10rem;
        margin-top: 0px !important;
    }

    .ftrd-prods .ftrd-prods-images .ftrd-prods-images__main-banner > img {
        width: 770px;
    }

    .ftrd-prods .FP-card {
        position: absolute;
        top: 16.5%;
        right: 15%;
    }

    .ftrd-prods #featureProduct {
        width: 270px;
    }

    .ftrd-prods #featureProduct .product-info .rating > a {
        position: relative;
        left: 0px;
    }
}

@media (max-width: 768px) {
    .ftrd-prods .ftrd-prods-images .ftrd-prods-images__main-banner > img {
        width: 570px;
        margin-left: 2rem;
    }

    .ftrd-prods #featureProduct {
        width: 200px;
    }

    .ftrd-prods .FP-card {
        position: absolute;
        top: 20.5%;
        right: 10%;
    }

    .ftrd-prods-images__main-banner--txt-block {
        transform: scale(0.65);
        left: -8%;
        bottom: -4%;
    }
    .ftrd-prods #featureProduct .product-info {
        padding: 0px !important;
        margin-left: 10px;
    }
    .ftrd-prods #featureProduct .product-info > span {
        font-size: 10px;
    }

    .ftrd-prods #featureProduct .product-info > a {
        font-size: 10px;
    }

    .ftrd-prods #featureProduct .product-info .rating > a {
        font-size: 8px;
    }
    .ftrd-prods #featureProduct .btns > button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .ftrd-prods .ftrd-prods-images {
        text-align: center;
    }
    .ftrd-prods .ftrd-prods-images .ftrd-prods-images__main-banner > img {
        width: 395px;
        padding: 10px;
    }

    .ftrd-prods #featureProduct {
        width: 350px;
        margin-left: -235px;
    }
    .ftrd-prods .FP-card {
        position: relative;
        top: 0px;
        left: 10px;
    }

    .ftrd-prods-images__main-banner--txt-block {
        transform: scale(0.65);
        left: 3%;
        bottom: -30%;
        width: 450px;
    }
    .ftrd-prods #featureProduct .product-info {
        padding: 15px !important;
    }
    .ftrd-prods #featureProduct .product-info > span {
        font-size: 16px;
    }

    .ftrd-prods #featureProduct .product-info > a {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ftrd-prods #featureProduct .product-info .rating > a {
        margin-top: 10px;
        font-size: 12px;
    }
    .ftrd-prods header h3 {
        font-size: 25px;
        font-weight: 600;
    }
}

@media (max-width: 375px) {
    .ftrd-prods .ftrd-prods-images .ftrd-prods-images__main-banner > img {
        width: 360px;
    }

    .ftrd-prods #featureProduct {
        width: 300px;
        margin-left: -200px;
    }
    .ftrd-prods .FP-card {
        position: relative;
        top: 0px;
        left: 10px;
    }

    .ftrd-prods-images__main-banner--txt-block {
        transform: scale(0.65);
        left: -5%;
        bottom: -30%;
        width: 450px;
    }
    .ftrd-prods #featureProduct .product-info {
        padding: 15px !important;
    }
    .ftrd-prods #featureProduct .product-info > span {
        font-size: 14px;
    }

    .ftrd-prods #featureProduct .product-info > a {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ftrd-prods #featureProduct .product-info .rating > a {
        margin-top: 10px;
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .ftrd-prods .ftrd-prods-images .ftrd-prods-images__main-banner > img {
        width: 330px;
    }

    .ftrd-prods #featureProduct {
        width: 230px;
        margin-top: 30px;
        margin-left: -160px;
    }
    .ftrd-prods .FP-card {
        position: relative;
        top: 0px;
        left: 5px;
    }

    .ftrd-prods-images__main-banner--txt-block {
        transform: scale(0.65);
        left: 0%;
        bottom: -50%;
        width: 400px;
        text-align: left;
    }
    .ftrd-prods #featureProduct .product-info {
        padding: 15px !important;
    }
    .ftrd-prods #featureProduct .product-info > span {
        font-size: 16px;
    }

    .ftrd-prods #featureProduct .product-info > a {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ftrd-prods #featureProduct .product-info .rating > a {
        margin-top: 10px;
        font-size: 12px;
    }

    .ftrd-prods-images__main-banner--txt-block > div a {
        display: block;
        text-align: left;
    }

    .ftrd-prods-images__main-banner--txt-block > div > a:last-of-type {
        text-align: left;
        margin-left: 0px;
    }

    .ftrd-prods header h3 {
        font-size: 20px;
    }
}

/************************************ Feature Products (end) **********************************************/

/************************************ Also in Collection (start) ******************************************/

.also-in-clctn__contnr-text {
    margin-left: 10%;
}

.also-in-clctn__contnr-text > h3 {
    font-family: var(--font-DS);
    font-size: 2.125rem;
    font-weight: 400px;
    line-height: 2.65625rem;
    color: #202020;
}

.also-in-clctn__contnr-text > a {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.375rem;
    letter-spacing: 0.04375rem;
    color: #ba7a2d;
    text-decoration: none;
    text-transform: uppercase;
}

/* .also-slider {
    overflow: hidden;
} */

@media (max-width: 768px) {
    .also-in-clctn .product-item .product-img {
        width: 100%;
    }
    .also-in-clctn .product-item .btns {
        width: 100%;
        left: 0%;
    }

    .also-in-clctn .product-item .btns button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
    }

    .also-in-clctn__contnr-text {
        margin-left: 0%;
    }

    .also-in-clctn .product-info > span {
        font-size: 10px;
    }

    .also-in-clctn .product-info > a {
        font-size: 10px;
    }

    .also-in-clctn .product-info .rating > a {
        font-size: 8px;
    }
    .also-in-clctn .btns > button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .also-in-clctn .also-in-clctn__contnr-text {
        text-align: center;
    }
    .also-in-clctn {
        margin-bottom: 60px;
    }
    .also-in-clctn .also-slider {
        margin-left: 0px;
        margin-top: 20px;
    }

    .also-in-clctn .product-item .product-img {
        width: 100%;
    }
    .also-in-clctn .product-item .btns {
        width: 100%;
        left: 0%;
    }

    .also-in-clctn .product-item .btns button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
    }

    .also-in-clctn__contnr-text {
        margin-left: 0%;
    }

    .also-in-clctn .product-info > span {
        font-size: 12px;
    }

    .also-in-clctn .product-info > a {
        font-size: 12px;
    }

    .also-in-clctn .product-info .rating > a {
        font-size: 10px;
    }
    .also-in-clctn .btns > button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
        font-size: 14px;
    }
}
@media (max-width: 375) {
    .also-in-clctn .product-item .btns {
        width: 100%;
        left: 0%;
    }

    .also-in-clctn .product-item .btns button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
    }

    .also-in-clctn__contnr-text {
        margin-left: 0%;
    }
    .also-in-clctn .product-info {
        padding: 0px !important;
    }
    .also-in-clctn .product-info > span {
        font-size: 10px;
    }

    .also-in-clctn .product-info > a {
        font-size: 10px;
    }

    .also-in-clctn .product-info .rating > a {
        font-size: 7px;
    }
    .also-in-clctn .btns > button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .also-in-clctn {
        margin-bottom: 60px;
    }
    .also-in-clctn .also-slider {
        margin-left: 0px;
        margin-top: 20px;
    }
    .also-in-clctn .product-item .product-img {
        width: 100%;
    }
    .also-in-clctn .product-item .btns {
        width: 100%;
        left: 0%;
    }

    .also-in-clctn .product-item .btns button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
    }

    .also-in-clctn__contnr-text {
        margin-left: 0%;
    }
    .also-in-clctn .product-info {
        padding: 0px !important;
    }
    .also-in-clctn .product-info > span {
        font-size: 10px;
    }

    .also-in-clctn .product-info > a {
        font-size: 10px;
    }

    .also-in-clctn .product-info .rating > a {
        font-size: 7px;
    }
    .also-in-clctn .btns > button {
        width: 100%;
        height: 40px;
        padding: 10px 15px 8px;
        font-size: 12px;
    }
}

/************************************ Also in Collection (end) *******************************************/

/************************************ Banner Section (start) *********************************************/
.bnr-sctn {
    margin-top: 5rem;
    width: 100%;
    overflow-x: hidden;
}

.bnr-sctn .banner-img {
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bnr-sctn .banner-img img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    overflow: hidden;
    filter: grayscale(8%);
    filter: saturate(90%);
}

.bnr-sctn .banner-img img:hover {
    transition: 0.5s ease;
    transform: scale(1.15);
    filter: grayscale(0);
    filter: saturate(105%);
}

.bnr-sctn--new-clctn {
    color: #202020;
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1.09375rem;
    letter-spacing: 0.04375rem;
}

.bnr-sctn--hdng {
    font-family: var(--font-DS);
    color: #202020;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 3.90625rem;
    letter-spacing: normal;
}

.bnr-sctn--txt-dtls {
    color: #202020;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: normal;
}

.bnr-sctn--btn-shp {
    background-color: #293355;
    color: white;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.375rem;
    border: none;
    text-transform: uppercase;
    height: 60px;
}

.bnr-sctn--btn-shp:hover,
.bnr-sctn--btn-shp:active {
    outline: none;
    background-color: #1b223a;
    transition: 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

@media (max-width: 768px) {
    .bnr-sctn {
        margin-top: 1.5rem;
    }
}

@media (max-width: 425px) {
    .bnr-sctn {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
    }

    .bnr-sctn .banner-img {
        width: 90%;
        margin-left: 5%;
    }

    .bnr-sctn .bnr-sctn-text .bnr-sctn--new-clctn {
        margin-top: 20px;
        font-size: 12px;
    }

    .bnr-sctn .bnr-sctn-text .bnr-sctn--hdng {
        font-size: 30px;
        margin-top: -40px;
        padding: 0px;
    }

    .bnr-sctn .bnr-sctn-text .bnr-sctn--txt-dtls {
        font-size: 13px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .bnr-sctn .bnr-sctn-text .bnr-sctn--btn-shp {
        width: 50%;
        height: 40px;
        font-size: 12px;
    }
    .bnr-sctn .bnr-sctn-second-img {
        margin-top: 30px;
    }
    .bnr-sctn-2 {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 375px) {
    .bnr-sctn {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .bnr-sctn .container {
        position: relative;
        right: 0%;
    }
}

/************************************ Banner Section (end) **********************************************/

/************************************ About Us Section (start) ******************************************/
.about-us {
    text-align: center;
    margin-bottom: 4.5rem;
}

.about-us--hdng {
    color: #202020;
    font-family: var(--font-DS);
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 3.6125rem;
    margin-bottom: 0;
}

.about-us--epnyms {
    color: #ba7a2d;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.09375rem;
    letter-spacing: 0.04375rem;
}

.about-us--dtls {
    width: 88%;
    margin: 0 auto;
    color: #202020;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
}

@media (max-width: 1024px) {
    .about-us {
        margin-top: -4rem;
    }
}

/************************************ About Us Section (end) *********************************************/

/************************************ Instagram Section (start) ******************************************/

.instgrm-sctn__hdr {
    text-align: center;
}

.instgrm-sctn__hdr--hdng {
    color: #202020;
    font-family: var(--font-DS);
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.65625rem;
}

.instgrm-sctn__hdr--abt-txt {
    color: #ba7a2d;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.04375rem;
}

.instgrm-sctn__bdy {
    margin-top: 3rem;
}

.instgrm-sctn__row > div {
    margin-bottom: 1.25rem;
}

.instgrm-sctn__row--img {
    width: 100%;
    height: auto;
}

.instgrm-sctn__row--img:hover {
    opacity: 50%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

@media (min-width: 768px) and (max-width: 992px) {
    .instgrm-sctn__row > div:last-of-type {
        display: none;
    }
}

/************************************ Instagram Section (end) ********************************************/

.hr-bfr-abt-us {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

@media (max-width: 768px) {
    .hr-bfr-abt-us {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
}

@media (max-width: 425px) {
    .hr-bfr-abt-us {
        margin-top: 7rem;
    }
}

/*****************************************Main Footer***********************************************************/

.main-ftr .main-ftr__top a,
.main-ftr .main-ftr__mid a {
    text-decoration: none;
    position: relative;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-size: 14px;
}

.main-ftr .main-ftr__top a:hover,
.main-ftr .main-ftr__mid a:hover {
    color: black;
}

.main-ftr .main-ftr__top a::after,
.main-ftr .main-ftr__mid a::after {
    content: " ";
    position: absolute;
    background-color: black;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.main-ftr .main-ftr__top a:hover::after,
.main-ftr .main-ftr__mid a:hover::after {
    width: 100%;
}

.main-ftr .main-ftr__btm a {
    text-decoration: none;
    color: black;
}

.main-ftr .main-ftr__btm a:hover {
    color: black;
}

.main-ftr .main-ftr__mid .main-ftr__mid--kpintch-icns {
    cursor: pointer;
}

.main-ftr .main-ftr__mid .main-ftr__mid--kpintch-icns:hover {
    opacity: 70%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
}

.itemshead > i {
    display: none;
}

.itemshead > hr {
    display: none;
}

@media (max-width: 425px) {
    .hr-bfr-abt-us {
        margin-top: 7rem;
    }

    .main-ftr__top__bdy form {
        padding: 0px;
        margin: 0px;
        margin-left: 50px;
    }
    .itemshead {
        display: block;
    }
    .itemshead > h3,
    i {
        display: inline-block !important;
    }

    .itemshead > i {
        float: right;
    }

    .itemshead > hr {
        display: block;
        width: 100%;
        margin-top: -10px;
    }

    .collaps {
        display: none;
        margin-bottom: 20px;
    }

    .main-ftr__mid .info-col {
        padding: 0px !important;
        margin: 0px !important;
    }

    .keep-touch .main-ftr__mid--hding {
        margin-left: 10px !important;
    }

    .keep-touch .main-ftr__mid--kpintch-icns {
        margin: 0px !important;
    }
    .keep-touch .main-ftr__mid--kpintch-icns .row {
        margin: 5px !important;
    }
    .keep-touch .main-ftr__mid--kpintch-icns i {
        margin: 0px !important;
    }

    .keep-touch .main-ftr__mid--pymnts .main-ftr__mid--hding {
        margin: 0px !important;
        margin-top: -40px !important;
    }

    .keep-touch .row img {
        width: 40px;
        height: auto;
    }
}

@media (max-width: 375px) {
    .main-ftr__top__bdy form {
        margin-left: 15px;
    }
}

@media (max-width: 375px) {
    .main-ftr__top__bdy form {
        margin-left: 0px;
    }
}

/*********_________________Modal_____________________*************/

#mymodal {
    background-color: rgba(0, 0, 0, 0.75);
}
#mymodal .modal-dailog {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
}
#mymodal .modal-content .modal-body {
    height: 81vh;
    overflow: auto;
}
#mymodal .modal-content .modal-body .modal-title {
    font-size: 14px;
    color: gray;
}

#mymodal .modal-content .modal-body #clear_icon {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 20px;
    padding: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

#mymodal .Quick-label {
    width: 100%;
    text-align: center;
    height: 48px;
    padding: 12px;
    background-color: #f5f5f5;
    text-transform: uppercase;
}

#mymodal .modal-body .quick_cart p {
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    padding: 14px 0px 17px;
}
#mymodal .modal-body .quick_cart .price {
    width: 100%;
    position: relative;
    display: inline-block;
}

#mymodal .modal-body .quick_cart .price > .total {
    display: inline-block;
    padding: 18px 0px 15px;
}

.main-total-price {
    width: 74px;
}

#mymodal .modal-body .quick_cart .price > span {
    display: inline-block;
    padding: 18px 0px 15px;
}

#mymodal .modal-body .quick_cart span {
    font-size: 15px;
    position: absolute;
    top: 0%;
    right: 0%;
}
#mymodal .modal-body .quick_cart button {
    width: 100%;
    border-radius: 0%;
    padding: 20px 15px 18px;
    margin: 0px 0px 15px;
    background-color: white;
    color: black;
    font-size: 14px;
    border: 1px solid black;
}

#mymodal .modal-body .quick_cart button:hover {
    background-color: #293355;
    color: white;
    border: 1px solid #293355;
}
#mymodal .modal-body .quick_cart button:disabled {
    background-color: #293355;
    color: white;
    border: 1px solid #293355;
}

#mymodal .modal-body form {
    display: block;
    margin-top: 30px;
    margin-left: 5px;
}
#mymodal .modal-body form input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}

#mymodal .modal-body form label {
    font-size: 14px;
    font-weight: 100;
}

#mymodal .modal-body form label > a {
    text-decoration: underline;
    color: black;
    cursor: pointer;
    text-underline-offset: 2px;
}

#mymodal .modal-body table thead th {
    background-color: #f5f5f5;
    text-align: center;
    text-transform: uppercase;
}
#mymodal .modal-body table {
    overflow-x: scroll;
}
#mymodal .modal-body table tbody tr td img {
    width: 64px;
    height: auto;
    padding: 10px 10px 10px 0px;
}
#mymodal .modal-body table tbody tr td .product_info {
    padding: 8px 10px;
}
#mymodal .modal-body table tbody tr td .product_info > span {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
#mymodal .modal-body table tbody tr td .product_info > h4 {
    color: #505050;
    font-size: 14px;
}
#mymodal .modal-body table tbody tr #quantity-col {
    width: 180px;
}
#mymodal .modal-body table tbody tr td > p {
    font-size: 15px;
}
#mymodal .modal-body table tbody tr td .quantity {
    width: 80%;
    margin: 0px 0px 0px 10%;
}
#mymodal .modal-body table tbody tr td .quantity table {
    margin: 0px;
}

#mymodal .modal-body table tbody tr td .quantity table tr {
    margin: 0px;
}
#mymodal .modal-body table tbody tr td .quantity table tr td {
    border: 1px solid black;
    padding: 0px;
}
#mymodal .modal-body table tbody tr td .quantity table tr td:first-child,
td:last-child {
    cursor: pointer;
}
#mymodal .modal-body table tbody tr td .quantity table tr td > span {
    font-size: 18px;
    margin: 7px;
    padding: 4px;
    text-align: center;
}
#mymodal .modal-body table tbody tr .product-price > p {
    margin: 0px;
}
#mymodal .modal-body .product-card {
    display: flex;
    justify-content: space-around;
}
#mymodal .modal-body .product-card .product-item {
    max-width: 230px;
    display: inline-block;
}

#mymodal .modal-body .product-card .product-item .heart-icon {
    top: 6%;
}

#mymodal .modal-body .product-card .product-item .rating span {
    padding-right: 3px;
}

#mymodal .modal-body .product-card .product-item .rating span i {
    font-size: 8px;
}

#mymodal .modal-body .product-card .product-item .rating > a {
    bottom: 28%;
    font-size: 9px;
}

#mymodal .modal-body .Product_heading-modal {
    text-align: center;
}

@media only screen and (max-width: 1025px) {
    .logo-with-navbar{
        display: block;
    }
}

@media only screen and (min-width: 1025px) {
    .logo-with-navbar{
        display: none;
    }
}

@media (min-width: 1975px) {
    #mymodal .modal-dailog {
        position: absolute;
        top: 10%;
        left: 30%;
        width: 40%;
    }
}
@media (max-width: 1024px) {
    #mymodal .modal-dailog {
        left: 10%;
        width: 80%;
    }
    #mymodal .modal-body .product-card .product-item:first-child {
        margin-left: 120px;
    }
    #mymodal .modal-body .product-card .product-item {
        min-width: 200px;
        margin-right: 30px;
    }

    #mymodal .modal-body .product-card .product-item:last-child {
        margin-right: 0px;
    }

    #mymodal .modal-body .product-card {
        overflow-x: auto;
    }
}

@media (max-width: 786px) {
    #mymodal .modal-dailog {
        left: 5%;
        width: 90%;
    }
    #mymodal .modal-body .product-card .product-item:first-child {
        margin-left: 230px;
    }
}

@media (max-width: 425px) {
    #mymodal .modal-dailog {
        left: 5%;
        width: 90%;
    }
    #mymodal .modal-body .product-card .product-item:first-child {
        margin-left: 650px;
    }
    #mymodal .modal-body .product-card .product-item {
        min-width: 230px;
    }
}

@media (max-width: 375px) {
    #mymodal .modal-body .product-card .product-item:first-child {
        margin-left: 700px;
    }
}
@media (max-width: 320px) {
    #mymodal .modal-body .product-card .product-item:first-child {
        margin-left: 750px;
    }
}

.colorchange {
    color: #ba7a2d;
}

.quantity-btn {
    background-color: white;
    color: black;
    border: none;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* padding-top: 5px; */
    /* cursor: pointer; */
}

.login-content__form input[type="text"],
.login-content__form input[type="email"],
.login-content__form input[type="password"] {
    padding: 7px 12px 5px;
}

.register-label {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
}

.login-title h4 {
    font-family: DM Serif Display;
    font-weight: 400;
}

.login-submit-button button {
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    /* line-height: 22px; */
    /* font-family: Arial,sans-serif; */
}

.login-submit-button button:hover {
    background-color: #293355;
    color: white;
}

.continue-shopping-btn {
    background: #ffffff;
    color: #232323;
    width: 100%;
    border-color: #3c3c3c;
    padding: 20px 15px 18px !important;
    outline: 0;
    font-weight: 700;
    font-family: Overpass;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.continue-shopping-btn:hover {
    background: #293355;
    color: white;
}

.register-btn a{
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    background: #293355;
    color: white;
    width: 86%;
}

.register-btn a:hover{
    color: #293355;
    background-color: white;
}

.register-text {
    font-family: Overpass, Arial,sans-serif;
    font-size: 14px;
    color: #505050;
    line-height: 26px;
}

.box-title{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 26px;
    color: #202020;
}

.pointer{
    cursor: pointer;
}