@media screen and (min-width:1098px) {

    /* Directory Heading */
    .dheading {
        width: 100%;
        border-top: 2px solid #CACACA;
        border-bottom: 2px solid #CACACA;
    }

    .dheaddiv {
        width: 95%;
        margin: 10px auto;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 15px;
    }

    .dheaddiv a {
        color: #000;
        font-weight: 500;
    }

    .dheaddiv i {
        font-size: 10px;
    }

    /* Product */
    .product {
        width: 100%;
        margin: 0px auto;
    }

    .productcard {
        width: 95%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between;
        padding-top: 100px;
    }

    /* Product Images */
    .productimg {
        width: 100%;
    }

    .productimg .prdtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        border-radius: 5px;
        padding: 10px 0px 0px 0px;
    }

    .prdtimg img {
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prdtalbum {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        justify-content: center;
        place-items: center;
        align-items: center;
        margin-top: 10px;
    }

    .prdtalbum img {
        width: 90%;
        border: 1px solid #D9D9D9;
        background-color: #F7F8FA;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .album1 hr,
    .album2 hr,
    .album3 hr,
    .album4 hr,
    .album5 hr {
        width: 95%;
        display: flex;
        margin: 20px auto 0px auto;
        color: #000;
        border: 0;
        border-top: 3px solid #000;
        opacity: .25;
    }

    /* Product Content */
    .colorpick-eyedropper-input-trigger {
        display: none;
    }

    .productcntnt {
        width: 100%;
        margin: 20px auto 10px auto;
    }

    .prdtct1 .sales {
        background-color: #DD8D131A;
        color: #DD8D13;
        padding: 5px;
        border-radius: 5px;
    }

    .prdtct1 h5 {
        color: #161C2D;
        font-weight: 700;
        font-size: 25px;
    }

    .prdtct1 h6 {
        color: #161C2D;
        font-weight: 500;
        font-size: 20px;
    }

    .prdtct1 .ratingdiv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .ratingdiv h6 {
        margin: auto 0;
        color: #979797;
        font-size: 18px;
    }

    .ratingdiv h6 span {
        font-size: 14px;
    }

    .prdtct1 .pricediv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .pricediv .original h5 {
        margin-bottom: 0px;
    }

    .pricediv .dashed {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .pricediv .dashed .priceylw {
        font-size: 12px;
        color: #DD8D13;
        font-weight: 500;
    }

    .pricediv .dashed .priceblk {
        font-size: 12px;
        color: #979797;
        font-weight: 500;
        text-decoration: line-through;
    }

    .prdtct1 p {
        color: #161C2D;
        width: 95%;
        font-size: 18px;
        font-weight: 400;
    }

    .prdtct1 .colorinp {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .colorinp .clrbox {
        border: none;
        height: 50px;
        width: 50px;
        border-radius: 10px !important;
        cursor: pointer;
    }

    .colorinp .pk {
        background-color: #E15353;
    }

    .colorinp .pple {
        background-color: #5553E1;
    }

    .colorinp .sl {
        background-color: #E1A053;
    }

    .colorinp .bk {
        background-color: #131118;
    }

    .colorinp .gn {
        background-color: #A3D139;
    }

    .colorinp .ph {
        background-color: #E1D353;
    }

    .colorinp .bl {
        background-color: #0BC0EB;
    }

    .prdtct1 .sizebox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sizebox .szbox {
        border: 1px solid #D9D9D9;
        height: 50px;
        width: 50px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-weight: 500;
    }

    .sizebox .szbox:hover {
        background-color: #E1A053;
        color: #fff;
        border: none;
    }

    .addtocart {
        width: 100%;
        display: grid;
        grid-template-columns: 10% 75% 10%;
        align-items: center;
        justify-content: space-between;
    }

    .addtocart .quantity input {
        width: 95%;
        height: 50px;
        border: 1px solid #DD8D13;
        border-radius: 10px;
        text-align: center;
        outline: none;
    }

    .addtocart .heartbox {
        border: 1px solid #DD8D13;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        height: 50px;
        width: 80%;
        cursor: pointer;
    }

    .addtocart .button4 {
        background-color: #DD8D13;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        height: 50px;
        border: none;
        font-weight: 400;
        font-size: 15px;
    }

    /* Description */
    .details {
        width: 100%;
        margin: 50px auto 0px auto;
    }

    .detailsdiv {
        width: 93%;
        margin: 0 auto;
    }

    .detailsnav {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0 auto;
        gap: 30px;
    }

    .detailsnav h5 {
        cursor: pointer;
        font-weight: 600;
        font-size: 20px;
    }

    .detailsnav h5:hover {
        text-decoration: underline #DD8D13;
    }

    .details hr {
        margin: 5px 0;
        color: #CACACA;
        border: 0;
        border-top: 2px solid #CACACA;
        opacity: .25;
    }

    .descriptionct .dscptct {
        font-size: 16px;
    }

    .prdttable .tblehead h5 {
        font-weight: 600;
        font-size: 25px;
    }

    .prdttable table tbody tr th,
    .prdttable table tbody tr td {
        padding: 10px 30px 10px 0px;
    }

    /* About Item */
    .aboutitem {
        width: 100%;
        margin: 0 auto;
    }

    .aboutheading h5 {
        font-weight: 600;
        font-size: 25px;
    }

    .aboutlist ul {
        padding-left: 0px;
    }

    .aboutlist ul li {
        list-style-type: none;
        padding-top: 10px;
    }

    .aboutlist li i {
        color: #253D4E;
        font-size: 15px;
    }

    /* Related Products */
    .allproducts {
        width: 100%;
        margin: 40px auto 30px auto;
    }

    .allproductshead h4 {
        font-size: 30px;
        font-weight: 800;
        text-align: left;
    }

    .allprdtdiv {
        width: 100%;
        margin: 20px auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        align-items: center;
    }

    .allprdtdiv1 {
        border: 2px solid #EAEBED;
        margin-top: 15px;
        padding: 10px 0px 0px 0px;
        border-radius: 10px;
    }

    .allprdtdiv1 .allprdtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #EAEBED;
    }

    .allprdtcntnt {
        padding: 10px 50px;
    }

    .allprdtcntnt h6 {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 14px;
    }

    .allprdtcntnt h5 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    .allprdtcntnt .dashed {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 15px;
        text-decoration: line-through #DD8D13;
    }

    .allprdtcntnt .original {
        color: #DD8D13;
        font-weight: 600;
        font-size: 18px;
    }

    .allprdtcntnt .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 500;
    }

    .rating .totalreview {
        color: #55585B;
    }

    /* Cards */
    .card1 {
        width: 100%;
        margin: 10px auto;
    }

    .cards {
        width: 98%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        place-items: center;
        gap: 10px;
    }

    .carddiv {
        background-color: #F6F7F9;
        width: 100%;
        display: grid;
        grid-template-columns: 15% 85%;
        align-items: center;
        place-items: center;
        margin: auto;
        padding: 10px 10px;
        border-radius: 2px;
    }

    .carddiv .cimg1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carddiv .cct1 {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .carddiv .cct1 h5 {
        color: #010F1C;
        font-weight: 600;
        font-size: 15px;
    }

    .carddiv .cct1 h6 {
        color: #7E7E7E;
        font-weight: 400;
        font-size: 12px;
    }

    /* BG Card */
    .bgcard {
        width: 100%;
        margin: 20px auto;
    }

    .bgcarddiv {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: 70% 30%;
        place-items: center;
        justify-content: space-between;
    }

    .bgcard .bgcard1 {
        width: 98%;
        height: 250px;
        background-color: #DD8D13;
        background-image: url('../images/product/cardimg6.png');
        background-size: 400px;
        background-position: right bottom;
        background-repeat: no-repeat;
        border-radius: 10px;
    }

    .bgcard .bgcard2 {
        width: 100%;
        height: 250px;
        background-color: #90DAFF;
        background-image: url('../images/product/cap1.png');
        background-size: 200px;
        background-position: right bottom;
        background-repeat: no-repeat;
        border-radius: 10px;
    }

    .bgcardct1 {
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin: auto;
        padding-top: 50px;
    }

    .bgcardct1 h6 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .bgcardct1 h5 {
        width: 60%;
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .bgcardct1 a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .bgcardct2 {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin: auto;
        padding-top: 50px;
    }

    .bgcardct2 h6 {
        color: #161C2D;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .bgcardct2 h5 {
        width: 60%;
        color: #161C2D;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .bgcardct2 a {
        color: #161C2D;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    /* Album */
    .album1,
    .album2,
    .album3,
    .album4,
    .album5 {
        display: none;
    }

    /* Carousel */
    .product0 {
        width: 100%;
        background-color: #F4F7FA;
        margin: 0px auto;
    }

    .productdiv {
        width: 90%;
        margin: auto;
        padding: 30px 0px 20px 0px;
    }

    .carousel2 {
        width: 100%;
    }

    #carousel1 .splide__slide .productimg {
        width: 100%;
        border-bottom: 1px solid #EAEBED;
        height: 330px;
    }

    #carousel1 .splide__list {
        gap: 5px;
    }

    #carousel1 .splide__list .splide__slide {
        width: 25% !important;
        display: grid;
        align-content: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #EAEBED;
        border-radius: 15px;
        padding: 10px 0px;
        cursor: pointer;
    }

    #carousel1 .splide__arrow--next {
        right: -25px;
        background-color: #fff;
        border: 1px solid #b6b6b6;
        height: 50px;
        width: 50px;
    }

    #carousel1 .splide__arrow--prev {
        left: -20px;
        background-color: #fff;
        border: 1px solid #b6b6b6;
        height: 50px;
        width: 50px;
    }

    #carousel1 .splide__arrow svg {
        fill: #000;
        height: 0.8em;
        width: 0.8em;
    }

    #carousel1 .splide__pagination__page {
        display: none;
    }

    .splidecntnt {
        padding: 10px 50px;
    }

    .splidecntnt h6 {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 14px;
    }

    .splidecntnt h5 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    .splidecntnt .dashed {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 15px;
        text-decoration: line-through #DD8D13;
    }

    .splidecntnt .original {
        color: #DD8D13;
        font-weight: 600;
        font-size: 18px;
    }

    .splidecntnt .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 500;
    }

    .rating .totalreview {
        color: #55585B;
    }

}

@media screen and (min-width:890px) and (max-width:1098px) {

    /* Directory Heading */
    .dheading {
        width: 100%;
        border-top: 2px solid #CACACA;
        border-bottom: 2px solid #CACACA;
    }

    .dheaddiv {
        width: 95%;
        margin: 10px auto;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 15px;
    }

    .dheaddiv a {
        color: #000;
        font-weight: 500;
    }

    .dheaddiv i {
        font-size: 10px;
    }

    /* Product */
    .product {
        width: 100%;
        margin: 0px auto;
    }

    .productcard {
        width: 95%;
        margin: auto;
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between;
        padding-top: 100px;
    }

    /* Product Images */
    .productimg {
        width: 100%;
    }

    .productimg .prdtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        border-radius: 5px;
        padding: 10px 0px 0px 0px;
    }

    .prdtimg img {
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prdtalbum {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        justify-content: center;
        place-items: center;
        align-items: center;
        margin-top: 10px;
    }

    .prdtalbum img {
        width: 90%;
        border: 1px solid #D9D9D9;
        background-color: #F7F8FA;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .album1 hr,
    .album2 hr,
    .album3 hr,
    .album4 hr,
    .album5 hr {
        width: 95%;
        display: flex;
        margin: 20px auto 0px auto;
        color: #000;
        border: 0;
        border-top: 3px solid #000;
        opacity: .25;
    }

    /* Product Content */
    .colorpick-eyedropper-input-trigger {
        display: none;
    }

    .productcntnt {
        width: 100%;
        margin: 20px auto 10px auto;
    }

    .prdtct1 .sales {
        background-color: #DD8D131A;
        color: #DD8D13;
        padding: 5px;
        border-radius: 5px;
    }

    .prdtct1 h5 {
        color: #161C2D;
        font-weight: 700;
        font-size: 20px;
        margin-top: 20px !important;
    }

    .prdtct1 h6 {
        color: #161C2D;
        font-weight: 500;
        font-size: 15px;
        margin-top: 20px !important;
    }

    .prdtct1 .ratingdiv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 20px !important;
    }

    .ratingdiv h6 {
        margin: auto 0;
        color: #979797;
        font-size: 13px;
    }

    .ratingdiv h6 span {
        font-size: 12px;
    }

    .prdtct1 .pricediv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 20px !important;
    }

    .pricediv .original h5 {
        margin-bottom: 0px;
    }

    .pricediv .dashed {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .pricediv .dashed .priceylw {
        font-size: 10px;
        color: #DD8D13;
        font-weight: 500;
    }

    .pricediv .dashed .priceblk {
        font-size: 10px;
        color: #979797;
        font-weight: 500;
        text-decoration: line-through;
    }

    .prdtct1 p {
        color: #161C2D;
        width: 95%;
        font-size: 15px;
        font-weight: 400;
        margin-top: 20px !important;
    }

    .prdtct1 .colorinp {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .colorinp .clrbox {
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 10px !important;
        cursor: pointer;
    }

    .colorinp .pk {
        background-color: #E15353;
    }

    .colorinp .pple {
        background-color: #5553E1;
    }

    .colorinp .sl {
        background-color: #E1A053;
    }

    .colorinp .bk {
        background-color: #131118;
    }

    .colorinp .gn {
        background-color: #A3D139;
    }

    .colorinp .ph {
        background-color: #E1D353;
    }

    .colorinp .bl {
        background-color: #0BC0EB;
    }

    .prdtct1 .sizebox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sizebox .szbox {
        border: 1px solid #D9D9D9;
        height: 40px;
        width: 40px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-weight: 500;
    }

    .sizebox .szbox:hover {
        background-color: #E1A053;
        color: #fff;
        border: none;
    }

    .addtocart {
        width: 100%;
        display: grid;
        grid-template-columns: 10% 75% 10%;
        align-items: center;
        justify-content: space-between;
    }

    .addtocart .quantity input {
        width: 95%;
        height: 40px;
        border: 1px solid #DD8D13;
        border-radius: 10px;
        text-align: center;
        outline: none;
    }

    .addtocart .button4 {
        background-color: #DD8D13;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        height: 40px;
        border: none;
        font-weight: 400;
        font-size: 15px;
    }

    .addtocart .heartbox {
        border: 1px solid #DD8D13;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        height: 40px;
        width: 90%;
        cursor: pointer;
    }

    /* Description */
    .details {
        width: 100%;
        margin: 50px auto 0px auto;
    }

    .detailsdiv {
        width: 93%;
        margin: 0 auto;
    }

    .detailsnav {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0 auto;
        gap: 30px;
    }

    .detailsnav h5 {
        cursor: pointer;
        font-weight: 600;
        font-size: 17px;
    }

    .detailsnav h5:hover {
        text-decoration: underline #DD8D13;
    }

    .details hr {
        margin: 5px 0;
        color: #CACACA;
        border: 0;
        border-top: 2px solid #CACACA;
        opacity: .25;
    }

    .descriptionct .dscptct {
        font-size: 15px;
    }

    .prdttable .tblehead h5 {
        font-weight: 600;
        font-size: 22px;
    }

    .prdttable table tbody tr th,
    .prdttable table tbody tr td {
        padding: 10px 30px 10px 0px;
    }

    /* About Item */
    .aboutitem {
        width: 100%;
        margin: 0 auto;
    }

    .aboutheading h5 {
        font-weight: 600;
        font-size: 22px;
    }

    .aboutlist ul {
        padding-left: 0px;
    }

    .aboutlist ul li {
        list-style-type: none;
        padding-top: 10px;
    }

    .aboutlist li i {
        color: #253D4E;
        font-size: 15px;
    }


    /* Related Products */
    .allproducts {
        width: 100%;
        margin: 40px auto 30px auto;
    }

    .allproductshead h4 {
        font-size: 25px;
        font-weight: 800;
        text-align: left;
    }

    .allprdtdiv {
        width: 100%;
        margin: 20px auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        align-items: center;
    }

    .allprdtdiv1 {
        border: 2px solid #EAEBED;
        margin-top: 15px;
        padding: 10px 0px 0px 0px;
        border-radius: 10px;
    }

    .allprdtdiv1 .allprdtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #EAEBED;
    }

    .allprdtcntnt {
        padding: 10px 50px;
    }

    .allprdtcntnt h6 {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 14px;
    }

    .allprdtcntnt h5 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    .allprdtcntnt .dashed {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 15px;
        text-decoration: line-through #DD8D13;
    }

    .allprdtcntnt .original {
        color: #DD8D13;
        font-weight: 600;
        font-size: 18px;
    }

    .allprdtcntnt .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 500;
    }

    .rating .totalreview {
        color: #55585B;
    }

    /* Cards */
    .card1 {
        width: 100%;
        margin: 10px auto;
    }

    .cards {
        width: 98%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        place-items: center;
        gap: 10px;
    }

    .carddiv {
        background-color: #F6F7F9;
        width: 100%;
        display: grid;
        grid-template-columns: 15% 85%;
        align-items: center;
        place-items: center;
        margin: auto;
        padding: 10px 10px;
        border-radius: 2px;
    }

    .carddiv .cimg1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carddiv .cct1 {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .carddiv .cct1 h5 {
        color: #010F1C;
        font-weight: 600;
        font-size: 15px;
    }

    .carddiv .cct1 h6 {
        color: #7E7E7E;
        font-weight: 400;
        font-size: 12px;
    }

    /* BG Card */
    .bgcard {
        width: 100%;
        margin: 20px auto;
    }

    .bgcarddiv {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: 55% 45%;
        place-items: center;
        justify-content: space-between;
    }

    .bgcard .bgcard1 {
        width: 98%;
        height: 250px;
        background-color: #DD8D13;
        background-image: url('../images/product/cardimg6.png');
        background-size: 300px;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 10px;
    }

    .bgcard .bgcard2 {
        width: 100%;
        height: 250px;
        background-color: #90DAFF;
        background-image: url('../images/product/cap1.png');
        background-size: 200px;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 10px;
    }

    .bgcardct1 {
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin: auto;
        padding-top: 25px;
    }

    .bgcardct1 h6 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct1 h5 {
        width: 80%;
        color: #fff;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .bgcardct1 a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct2 {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin: auto;
        padding-top: 25px;
    }

    .bgcardct2 h6 {
        color: #161C2D;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct2 h5 {
        width: 60%;
        color: #161C2D;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .bgcardct2 a {
        color: #161C2D;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    /* Album */
    .album1,
    .album2,
    .album3,
    .album4,
    .album5 {
        display: none;
    }

    /* Carousel */
    .product0 {
        width: 100%;
        background-color: #F4F7FA;
        margin: 0px auto;
    }

    .productdiv {
        width: 95%;
        margin: auto;
        padding: 30px 0px 20px 0px;
    }

    .carousel2 {
        width: 100%;
    }

    #carousel1 .splide__slide .productimg {
        width: 100%;
        border-bottom: 1px solid #EAEBED;
        height: 250px;
    }

    #carousel1 .splide__list {
        gap: 2px;
    }

    #carousel1 .splide__list .splide__slide {
        width: 25% !important;
        display: grid;
        align-content: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #EAEBED;
        border-radius: 15px;
        padding: 10px 0px;
        cursor: pointer;
    }

    #carousel1 .splide__arrow--next {
        right: -15px;
        background-color: #fff;
        border: 1px solid #b6b6b6;
        height: 40px;
        width: 40px;
    }

    #carousel1 .splide__arrow--prev {
        left: -10px;
        background-color: #fff;
        border: 1px solid #b6b6b6;
        height: 40px;
        width: 40px;
    }

    #carousel1 .splide__arrow svg {
        fill: #000;
        height: 0.8em;
        width: 0.8em;
    }

    #carousel1 .splide__pagination__page {
        display: none;
    }

    .splidecntnt {
        padding: 10px 40px;
    }

    .splidecntnt h6 {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 12px;
    }

    .splidecntnt h5 {
        color: #000;
        font-weight: 600;
        font-size: 15px;
    }

    .splidecntnt .dashed {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 13px;
        text-decoration: line-through #DD8D13;
    }

    .splidecntnt .original {
        color: #DD8D13;
        font-weight: 600;
        font-size: 15px;
    }

    .splidecntnt .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 500;
    }

    .rating .totalreview {
        color: #55585B;
    }

}

@media screen and (min-width:768px) and (max-width:890px) {

    /* Directory Heading */
    .dheading {
        width: 100%;
        border-top: 2px solid #CACACA;
        border-bottom: 2px solid #CACACA;
    }

    .dheaddiv {
        width: 95%;
        margin: 10px auto;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 15px;
    }

    .dheaddiv a {
        color: #000;
        font-weight: 500;
    }

    .dheaddiv i {
        font-size: 10px;
    }

    /* Product */
    .product {
        width: 100%;
        margin: 0px auto;
    }

    .productcard {
        width: 95%;
        margin: auto;
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between;
        padding-top: 100px;
    }

    /* Product Images */
    .productimg {
        width: 100%;
    }

    .productimg .prdtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        border-radius: 5px;
        padding: 10px 0px 0px 0px;
    }

    .prdtimg img {
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prdtalbum {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        justify-content: center;
        place-items: center;
        align-items: center;
        margin-top: 10px;
    }

    .prdtalbum img {
        width: 90%;
        border: 1px solid #D9D9D9;
        background-color: #F7F8FA;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .album1 hr,
    .album2 hr,
    .album3 hr,
    .album4 hr,
    .album5 hr {
        width: 95%;
        display: flex;
        margin: 20px auto 0px auto;
        color: #000;
        border: 0;
        border-top: 3px solid #000;
        opacity: .25;
    }

    /* Product Content */
    .colorpick-eyedropper-input-trigger {
        display: none;
    }

    .productcntnt {
        width: 100%;
        margin: 20px auto 10px auto;
    }

    .prdtct1 .sales {
        background-color: #DD8D131A;
        color: #DD8D13;
        padding: 5px;
        border-radius: 5px;
    }

    .prdtct1 h5 {
        color: #161C2D;
        font-weight: 700;
        font-size: 20px;
        margin-top: 10px !important;
    }

    .prdtct1 h6 {
        color: #161C2D;
        font-weight: 500;
        font-size: 15px;
        margin-top: 10px !important;
    }

    .prdtct1 .ratingdiv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 10px !important;
    }

    .ratingdiv h6 {
        margin: auto 0;
        color: #979797;
        font-size: 13px;
    }

    .ratingdiv h6 span {
        font-size: 12px;
    }

    .prdtct1 .pricediv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 15px !important;
    }

    .pricediv .original h5 {
        margin-bottom: 0px;
    }

    .pricediv .dashed {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .pricediv .dashed .priceylw {
        font-size: 10px;
        color: #DD8D13;
        font-weight: 500;
    }

    .pricediv .dashed .priceblk {
        font-size: 10px;
        color: #979797;
        font-weight: 500;
        text-decoration: line-through;
    }

    .prdtct1 p {
        color: #161C2D;
        width: 95%;
        font-size: 15px;
        font-weight: 400;
        margin-top: 15px !important;
    }

    .prdtct1 .colorinp {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .colorinp .clrbox {
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 10px !important;
        cursor: pointer;
    }

    .colorinp .pk {
        background-color: #E15353;
    }

    .colorinp .pple {
        background-color: #5553E1;
    }

    .colorinp .sl {
        background-color: #E1A053;
    }

    .colorinp .bk {
        background-color: #131118;
    }

    .colorinp .gn {
        background-color: #A3D139;
    }

    .colorinp .ph {
        background-color: #E1D353;
    }

    .colorinp .bl {
        background-color: #0BC0EB;
    }

    .prdtct1 .sizebox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sizebox .szbox {
        border: 1px solid #D9D9D9;
        height: 40px;
        width: 40px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-weight: 500;
    }

    .sizebox .szbox:hover {
        background-color: #E1A053;
        color: #fff;
        border: none;
    }

    .addtocart {
        width: 100%;
        display: grid;
        grid-template-columns: 10% 75% 10%;
        align-items: center;
        justify-content: space-between;
    }

    .addtocart .quantity input {
        width: 95%;
        height: 40px;
        border: 1px solid #DD8D13;
        border-radius: 10px;
        text-align: center;
        outline: none;
    }

    .addtocart .button4 {
        background-color: #DD8D13;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        height: 40px;
        border: none;
        font-weight: 400;
        font-size: 15px;
    }

    .addtocart .heartbox {
        border: 1px solid #DD8D13;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        height: 40px;
        width: 90%;
        cursor: pointer;
    }

    /* Description */
    .details {
        width: 100%;
        margin: 50px auto 0px auto;
    }

    .detailsdiv {
        width: 93%;
        margin: 0 auto;
    }

    .detailsnav {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0 auto;
        gap: 30px;
    }

    .detailsnav h5 {
        cursor: pointer;
        font-weight: 600;
        font-size: 17px;
    }

    .detailsnav h5:hover {
        text-decoration: underline #DD8D13;
    }

    .details hr {
        margin: 5px 0;
        color: #CACACA;
        border: 0;
        border-top: 2px solid #CACACA;
        opacity: .25;
    }

    .descriptionct .dscptct {
        font-size: 15px;
    }

    .prdttable .tblehead h5 {
        font-weight: 600;
        font-size: 22px;
    }

    .prdttable table tbody tr th,
    .prdttable table tbody tr td {
        padding: 10px 30px 10px 0px;
    }

    /* About Item */
    .aboutitem {
        width: 100%;
        margin: 0 auto;
    }

    .aboutheading h5 {
        font-weight: 600;
        font-size: 22px;
    }

    .aboutlist ul {
        padding-left: 0px;
    }

    .aboutlist ul li {
        list-style-type: none;
        padding-top: 10px;
    }

    .aboutlist li i {
        color: #253D4E;
        font-size: 15px;
    }


    /* Related Products */
    .allproducts {
        width: 100%;
        margin: 40px auto 30px auto;
    }

    .allproductshead h4 {
        font-size: 25px;
        font-weight: 800;
        text-align: left;
    }

    .allprdtdiv {
        width: 100%;
        margin: 20px auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        align-items: center;
    }

    .allprdtdiv1 {
        border: 2px solid #EAEBED;
        margin-top: 15px;
        padding: 10px 0px 0px 0px;
        border-radius: 10px;
    }

    .allprdtdiv1 .allprdtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #EAEBED;
    }

    .allprdtcntnt {
        padding: 10px 50px;
    }

    .allprdtcntnt h6 {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 14px;
    }

    .allprdtcntnt h5 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    .allprdtcntnt .dashed {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 15px;
        text-decoration: line-through #DD8D13;
    }

    .allprdtcntnt .original {
        color: #DD8D13;
        font-weight: 600;
        font-size: 18px;
    }

    .allprdtcntnt .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 500;
    }

    .rating .totalreview {
        color: #55585B;
    }

    /* Cards */
    .card1 {
        width: 100%;
        margin: 10px auto;
    }

    .cards {
        width: 98%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        place-items: center;
        gap: 10px;
    }

    .carddiv {
        background-color: #F6F7F9;
        width: 100%;
        display: grid;
        grid-template-columns: 15% 85%;
        align-items: center;
        place-items: center;
        margin: auto;
        padding: 10px 10px;
        border-radius: 2px;
    }

    .carddiv .cimg1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carddiv .cct1 {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .carddiv .cct1 h5 {
        color: #010F1C;
        font-weight: 600;
        font-size: 15px;
    }

    .carddiv .cct1 h6 {
        color: #7E7E7E;
        font-weight: 400;
        font-size: 12px;
    }

    /* BG Card */
    .bgcard {
        width: 100%;
        margin: 20px auto;
    }

    .bgcarddiv {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: 55% 45%;
        place-items: center;
        justify-content: space-between;
    }

    .bgcard .bgcard1 {
        width: 98%;
        height: 250px;
        background-color: #DD8D13;
        background-image: url('../images/product/cardimg6.png');
        background-size: 300px;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 10px;
    }

    .bgcard .bgcard2 {
        width: 100%;
        height: 250px;
        background-color: #90DAFF;
        background-image: url('../images/product/cap1.png');
        background-size: 200px;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 10px;
    }

    .bgcardct1 {
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin: auto;
        padding-top: 25px;
    }

    .bgcardct1 h6 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct1 h5 {
        width: 80%;
        color: #fff;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .bgcardct1 a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct2 {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin: auto;
        padding-top: 25px;
    }

    .bgcardct2 h6 {
        color: #161C2D;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct2 h5 {
        width: 60%;
        color: #161C2D;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .bgcardct2 a {
        color: #161C2D;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    /* Album */
    .album1,
    .album2,
    .album3,
    .album4,
    .album5 {
        display: none;
    }

    /* Carousel */
    .product0 {
        width: 100%;
        background-color: #F4F7FA;
        margin: 0px auto;
    }

    .productdiv {
        width: 95%;
        margin: auto;
        padding: 30px 0px 20px 0px;
    }

    .carousel2 {
        width: 100%;
    }

    #carousel1 .splide__slide .productimg {
        width: 100%;
        border-bottom: 1px solid #EAEBED;
        height: 200px;
    }

    #carousel1 .splide__list {
        gap: 2px;
    }

    #carousel1 .splide__list .splide__slide {
        width: 25% !important;
        display: grid;
        align-content: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #EAEBED;
        border-radius: 15px;
        padding: 10px 0px;
        cursor: pointer;
    }

    #carousel1 .splide__arrow--next {
        right: -15px;
        background-color: #fff;
        border: 1px solid #b6b6b6;
        height: 40px;
        width: 40px;
    }

    #carousel1 .splide__arrow--prev {
        left: -15px;
        background-color: #fff;
        border: 1px solid #b6b6b6;
        height: 40px;
        width: 40px;
    }

    #carousel1 .splide__arrow svg {
        fill: #000;
        height: 0.8em;
        width: 0.8em;
    }

    #carousel1 .splide__pagination__page {
        display: none;
    }

    .splidecntnt {
        padding: 10px 40px;
    }

    .splidecntnt h6 {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 11px;
    }

    .splidecntnt h5 {
        color: #000;
        font-weight: 600;
        font-size: 14px;
    }

    .splidecntnt .dashed {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 12px;
        text-decoration: line-through #DD8D13;
    }

    .splidecntnt .original {
        color: #DD8D13;
        font-weight: 600;
        font-size: 13px;
    }

    .splidecntnt .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 10px;
        font-weight: 500;
    }

    .rating .totalreview {
        color: #55585B;
    }

}

@media screen and (min-width:350px) and (max-width:768px) {

    /* Directory Heading */
    .dheading {
        width: 100%;
        border-top: 2px solid #CACACA;
        border-bottom: 2px solid #CACACA;
    }

    .dheaddiv {
        width: 95%;
        margin: 10px auto;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 15px;
    }

    .dheaddiv a {
        color: #000;
        font-weight: 500;
    }

    .dheaddiv i {
        font-size: 10px;
    }

    /* Product */
    .product {
        width: 100%;
        margin: 0px auto;
    }

    .productcard {
        width: 95%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-top: 100px;
    }

    /* Product Images */
    .productimg {
        width: 100%;
    }

    .productimg .prdtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        border-radius: 5px;
        padding: 10px 0px 0px 0px;
    }

    .prdtimg img {
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prdtalbum {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        justify-content: center;
        place-items: center;
        align-items: center;
        margin-top: 10px;
    }

    .prdtalbum img {
        width: 95%;
        border: 1px solid #D9D9D9;
        background-color: #F7F8FA;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .album1 hr,
    .album2 hr,
    .album3 hr,
    .album4 hr,
    .album5 hr {
        width: 95%;
        display: flex;
        margin: 20px auto 0px auto;
        color: #000;
        border: 0;
        border-top: 3px solid #000;
        opacity: .25;
    }

    /* Product Content */
    .colorpick-eyedropper-input-trigger {
        display: none;
    }

    .productcntnt {
        width: 100%;
        margin: 20px auto 10px auto;
    }

    .prdtct1 .sales {
        background-color: #DD8D131A;
        color: #DD8D13;
        padding: 5px;
        border-radius: 5px;
    }

    .prdtct1 h5 {
        color: #161C2D;
        font-weight: 700;
        font-size: 20px;
        margin-top: 10px !important;
    }

    .prdtct1 h6 {
        color: #161C2D;
        font-weight: 500;
        font-size: 15px;
        margin-top: 10px !important;
    }

    .prdtct1 .ratingdiv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 10px !important;
    }

    .ratingdiv h6 {
        margin: auto 0;
        color: #979797;
        font-size: 13px;
    }

    .ratingdiv h6 span {
        font-size: 12px;
    }

    .prdtct1 .pricediv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 15px !important;
    }

    .pricediv .original h5 {
        margin-bottom: 0px;
    }

    .pricediv .dashed {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .pricediv .dashed .priceylw {
        font-size: 10px;
        color: #DD8D13;
        font-weight: 500;
    }

    .pricediv .dashed .priceblk {
        font-size: 10px;
        color: #979797;
        font-weight: 500;
        text-decoration: line-through;
    }

    .prdtct1 p {
        color: #161C2D;
        width: 95%;
        font-size: 15px;
        font-weight: 400;
        margin-top: 15px !important;
    }

    .prdtct1 .colorinp {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 8px;
    }

    .colorinp .clrbox {
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 10px !important;
        cursor: pointer;
    }

    .colorinp .pk {
        background-color: #E15353;
    }

    .colorinp .pple {
        background-color: #5553E1;
    }

    .colorinp .sl {
        background-color: #E1A053;
    }

    .colorinp .bk {
        background-color: #131118;
    }

    .colorinp .gn {
        background-color: #A3D139;
    }

    .colorinp .ph {
        background-color: #E1D353;
    }

    .colorinp .bl {
        background-color: #0BC0EB;
    }

    .prdtct1 .sizebox {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 8px;
    }

    .sizebox .szbox {
        border: 1px solid #D9D9D9;
        height: 40px;
        width: 40px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-weight: 500;
    }

    .sizebox .szbox:hover {
        background-color: #E1A053;
        color: #fff;
        border: none;
    }

    .addtocart {
        width: 100%;
        display: grid;
        align-items: center;
        justify-content: space-evenly;
        grid-template-columns: 18% 60% 18%;
    }

    .addtocart .quantity input {
        width: 95%;
        height: 40px;
        border: 1px solid #DD8D13;
        border-radius: 10px;
        text-align: center;
        outline: none;
    }

    .addtocart .button4 {
        background-color: #DD8D13;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        height: 40px;
        border: none;
        font-weight: 400;
        font-size: 15px;
    }

    .addtocart .heartbox {
        border: 1px solid #DD8D13;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        height: 40px;
        width: 90%;
        cursor: pointer;
    }

    /* Description */
    .details {
        width: 100%;
        margin: 50px auto 0px auto;
    }

    .detailsdiv {
        width: 93%;
        margin: 0 auto;
    }

    .detailsnav {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0 auto;
        gap: 30px;
    }

    .detailsnav h5 {
        cursor: pointer;
        font-weight: 600;
        font-size: 17px;
    }

    .detailsnav h5:hover {
        text-decoration: underline #DD8D13;
    }

    .details hr {
        margin: 5px 0;
        color: #CACACA;
        border: 0;
        border-top: 2px solid #CACACA;
        opacity: .25;
    }

    .descriptionct .dscptct {
        font-size: 15px;
    }

    .prdttable .tblehead h5 {
        font-weight: 600;
        font-size: 22px;
    }

    .prdttable table tbody tr th,
    .prdttable table tbody tr td {
        padding: 10px 30px 10px 0px;
    }

    /* About Item */
    .aboutitem {
        width: 100%;
        margin: 0 auto;
    }

    .aboutheading h5 {
        font-weight: 600;
        font-size: 22px;
    }

    .aboutlist ul {
        padding-left: 0px;
    }

    .aboutlist ul li {
        list-style-type: none;
        padding-top: 10px;
        font-size: 14px;
    }

    .aboutlist li i {
        color: #253D4E;
        font-size: 13px;
    }


    /* Related Products */
    .allproducts {
        width: 100%;
        margin: 40px auto 30px auto;
    }

    .allproductshead h4 {
        font-size: 25px;
        font-weight: 800;
        text-align: left;
    }

    .allprdtdiv {
        width: 100%;
        margin: 20px auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }

    .allprdtdiv1 {
        border: 2px solid #EAEBED;
        margin-top: 15px;
        padding: 10px 0px 0px 0px;
        border-radius: 10px;
    }

    .allprdtdiv1 .allprdtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #EAEBED;
    }

    .allprdtcntnt {
        padding: 10px 50px;
    }

    .allprdtcntnt h6 {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 14px;
    }

    .allprdtcntnt h5 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    .allprdtcntnt .dashed {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 15px;
        text-decoration: line-through #DD8D13;
    }

    .allprdtcntnt .original {
        color: #DD8D13;
        font-weight: 600;
        font-size: 18px;
    }

    .allprdtcntnt .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 500;
    }

    .rating .totalreview {
        color: #55585B;
    }

    /* Cards */
    .card1 {
        width: 100%;
        margin: 10px auto;
    }

    .cards {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        place-items: center;
        gap: 10px;
    }

    .carddiv {
        background-color: #F6F7F9;
        width: 100%;
        display: grid;
        grid-template-columns: 15% 85%;
        align-items: center;
        place-items: center;
        margin: auto;
        padding: 10px 10px;
        border-radius: 2px;
    }

    .carddiv .cimg1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carddiv .cct1 {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .carddiv .cct1 h5 {
        color: #010F1C;
        font-weight: 600;
        font-size: 15px;
    }

    .carddiv .cct1 h6 {
        color: #7E7E7E;
        font-weight: 400;
        font-size: 12px;
    }

    /* BG Card */
    .bgcard {
        width: 100%;
        margin: 20px auto;
    }

    .bgcarddiv {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
        justify-content: space-between;
    }

    .bgcard .bgcard1 {
        width: 98%;
        height: 250px;
        background-color: #DD8D13;
        background-image: url('../images/product/cardimg6.png');
        background-size: 250px;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 10px;
    }

    .bgcard .bgcard2 {
        width: 100%;
        height: 250px;
        background-color: #90DAFF;
        background-image: url('../images/product/cap1.png');
        background-size: 150px;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
        border-radius: 10px;
        margin-top: 10px;
    }

    .bgcardct1 {
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin: auto;
        padding-top: 25px;
    }

    .bgcardct1 h6 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct1 h5 {
        width: 90%;
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .bgcardct1 a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct2 {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin: auto;
        padding-top: 25px;
    }

    .bgcardct2 h6 {
        color: #161C2D;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bgcardct2 h5 {
        width: 80%;
        color: #161C2D;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .bgcardct2 a {
        color: #161C2D;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    /* Album */
    .album1,
    .album2,
    .album3,
    .album4,
    .album5 {
        display: none;
    }

    /* Carousel */
    .product0 {
        width: 100%;
        background-color: #F4F7FA;
        margin: 0px auto;
    }

    .productdiv {
        width: 95%;
        margin: auto;
        padding: 30px 0px 20px 0px;
    }

    .carousel2 {
        width: 100%;
    }

    #carousel1 .splide__slide .productimg {
        width: 100%;
        border-bottom: 1px solid #EAEBED;
        height: 200px;
    }

    #carousel1 .splide__list {
        gap: 2px;
    }

    #carousel1 .splide__list .splide__slide {
        width: 100% !important;
        display: grid;
        align-content: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #EAEBED;
        border-radius: 15px;
        padding: 10px 0px;
        cursor: pointer;
    }

    #carousel1 .splide__arrow--next {
        right: -15px;
        background-color: #fff;
        border: 1px solid #b6b6b6;
        height: 40px;
        width: 40px;
    }

    #carousel1 .splide__arrow--prev {
        left: -15px;
        background-color: #fff;
        border: 1px solid #b6b6b6;
        height: 40px;
        width: 40px;
    }

    #carousel1 .splide__arrow svg {
        fill: #000;
        height: 0.8em;
        width: 0.8em;
    }

    #carousel1 .splide__pagination__page {
        display: none;
    }

    .splidecntnt {
        padding: 10px 40px;
    }

    .splidecntnt h6 {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 11px;
    }

    .splidecntnt h5 {
        color: #000;
        font-weight: 600;
        font-size: 14px;
    }

    .splidecntnt .dashed {
        color: #7E7E7E;
        font-weight: 450;
        font-size: 12px;
        text-decoration: line-through #DD8D13;
    }

    .splidecntnt .original {
        color: #DD8D13;
        font-weight: 600;
        font-size: 13px;
    }

    .splidecntnt .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 10px;
        font-weight: 500;
    }

    .rating .totalreview {
        color: #55585B;
    }
}
