@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-family: "Poppins";
}

@font-face {
    font-family: "Playfair Display" !important;
    font-style: normal;
    font-weight: 400;
    /* IE9 Compat Modes */
    src: url("../fonts/playfair/PlayfairDisplay-Regular.ttf") format("truetype");
    src: url("../fonts/playfair/PlayfairDisplay-Regular.ttf");
}

@font-face {
    font-family: "Playfair Display" !important;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/playfair/PlayfairDisplay-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Playfair Display" !important;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/playfair/PlayfairDisplay-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Playfair Display" !important;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/playfair/PlayfairDisplay-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Playfair Display" !important;
    font-style: normal;
    font-weight: 600;
    /* IE9 Compat Modes */
    src: url("../fonts/playfair/PlayfairDisplay-Regular.ttf") format("truetype"), url("../fonts/playfair/PlayfairDisplay-Medium.ttf") format("truetype"), url("../fonts/playfair/PlayfairDisplay-Bold.ttf") format("truetype"), url("../fonts/playfair/PlayfairDisplay-SemiBold.ttf") format("truetype");
    src: url("../fonts/playfair/PlayfairDisplay-Regular.ttf");
}

@font-face {
    font-family: "Poppins" !important;
    font-style: normal;
    font-weight: 400;
    /* IE9 Compat Modes */
    src: url("../fonts/playfair/Poppins-Regular.ttf") format("truetype"), url("../fonts/playfair/Poppins-Medium.ttf") format("truetype"), url("../fonts/playfair/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/playfair/Poppins-ExtraBold.ttf") format("truetype");
    src: url("../fonts/playfair/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins" !important;
    font-style: normal;
    font-weight: 600;
    /* IE9 Compat Modes */
    src: url("../fonts/playfair/Poppins-Regular.ttf") format("truetype"), url("../fonts/playfair/Poppins-Medium.ttf") format("truetype"), url("../fonts/playfair/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/playfair/Poppins-ExtraBold.ttf") format("truetype");
    src: url("../fonts/playfair/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins" !important;
    font-style: normal;
    font-weight: bold;
    /* IE9 Compat Modes */
    src: url("../fonts/playfair/Poppins-Bold.ttf") format("truetype");
    src: url("../fonts/playfair/Poppins-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display";
}

.site-color {
    color: #5fb541 !important;
}

.bg-success {
    background-color: #48ad42 !important;
}

.w-45 {
    width: 45% !important;
}

.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 35% !important;
}

.w-30 {
    width: 30% !important;
}

.w-25 {
    width: 25% !important;
}

.w-20 {
    width: 20% !important;
}

.m-top {
    margin-top: 50px !important;
}

.not-flex {
    display: block !important;
}

@media only screen and (max-width: 1224px) {
    .m-top {
        margin-top: 25px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .m-top {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .m-top {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 480px) {
    .m-top {
        margin-top: 30px !important;
    }
}


/* main slider */

.heroSlider .slider img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.heroSlider .slider {
    width: 100%;
    margin: 0 auto;
}

.heroSlider .slick-slide {
    margin: 0;
}

.heroSlider button.slick-next,
.heroSlider button.slick-next:hover {
    position: absolute;
    top: 44%;
    right: 9%;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    opacity: 0.76;
}

.heroSlider button.slick-prev,
.heroSlider button.slick-prev:hover {
    position: absolute;
    top: 44%;
    left: 9%;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    opacity: 0.76;
}

.heroSlider button.slick-prev:before {
    content: "\276E";
    color: #707070;
    font-size: 20px;
}

.heroSlider button.slick-next:before {
    content: "\276F";
    color: #707070;
    font-size: 20px;
}

.heroSlider .slick-prev:before {
    left: -10%;
}

.heroSlider .slick-next:before {
    right: 10% !important;
}

.ShapesSliderSection {
    margin-top: -120px;
}

.ShapesSliderSection .slider {
    width: 90%;
    margin: auto;
}

.ShapesSliderSection .slick-slide {
    margin: 0 20px;
}

.ShapesSliderSection .slick-slide img {
    max-width: 100%;
}

.ShapesSliderSection .slick-prev:before,
.ShapesSliderSection .slick-next:before {
    color: #fff;
}

.ShapesSliderSection button.slick-next,
.ShapesSliderSection button.slick-next:hover {
    position: absolute;
    top: 44%;
    right: -4%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #c6c5c9 0 0 no-repeat padding-box;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.ShapesSliderSection button.slick-prev,
.ShapesSliderSection button.slick-prev:hover {
    position: absolute;
    top: 44%;
    left: -4%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #c6c5c9 0 0 no-repeat padding-box;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.ShapesSliderSection button.slick-prev:before {
    content: "\276E";
    color: #fff;
    font-size: 18px;
}

.ShapesSliderSection button.slick-next:before {
    content: "\276F";
    color: #fff;
    font-size: 18px;
}

.ShapesSliderSection .diamondshape {
    display: flex !important;
    align-items: center;
    align-self: center;
    height: 95px;
    padding: 5px 10px;
    margin: auto !important;
    vertical-align: middle !important;
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.ShapesSliderSection .diamondshape p {
    margin-bottom: 0;
    margin-left: 8px;
    color: #5f6062;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    word-break: break-word;
}

.ShapesSliderSection .diamondshape img {
    width: 70px;
    height: 70px;
    margin-left: 0;
}

.ShapesSliderSection .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.ShapesSliderSection .slick-active {
    opacity: 1;
}

.ShapesSliderSection .slick-current {
    opacity: 1;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
}

.FeaturedProductsGroup,
.FeaturedProducts {
    margin-top: 20px;
}

.FeaturedProductsGroup .slider,
.FeaturedProducts .slider {
    width: 100%;
    margin: auto;
}

.FeaturedProductsGroup .slick-slide,
.FeaturedProducts .slick-slide {
    margin: 0 20px;
}

.FeaturedProductsGroup .slick-slide img,
.FeaturedProducts .slick-slide img {
    width: 100%;
}

.FeaturedProductsGroup .slick-prev:before,
.FeaturedProductsGroup .slick-next:before,
.FeaturedProducts .slick-prev:before,
.FeaturedProducts .slick-next:before {
    color: #707070;
}

.FeaturedProductsGroup button.slick-next,
.FeaturedProductsGroup button.slick-next:hover,
.FeaturedProducts button.slick-next,
.FeaturedProducts button.slick-next:hover {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.FeaturedProductsGroup button.slick-prev,
.FeaturedProductsGroup button.slick-prev:hover,
.FeaturedProducts button.slick-prev,
.FeaturedProducts button.slick-prev:hover {
    position: absolute;
    top: 0px;
    left: 94%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.FeaturedProductsGroup button.slick-prev:before,
.FeaturedProducts button.slick-prev:before {
    content: "\276E";
    color: #707070;
    font-size: 18px;
}

.FeaturedProductsGroup button.slick-next:before,
.FeaturedProducts button.slick-next:before {
    content: "\276F";
    color: #707070;
    font-size: 18px;
}

.FeaturedProductsGroup .slick-slide,
.FeaturedProducts .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.FeaturedProductsGroup .slick-active,
.FeaturedProducts .slick-active {
    opacity: 1;
}

.FeaturedProductsGroup .slick-current,
.FeaturedProducts .slick-current {
    opacity: 1;
}

.FeaturedProductsGroup .singleCardSlider,
.FeaturedProducts .singleCardSlider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.FeaturedProductsGroup .singleCardSlider {
    padding: 25px;
}


/* product detail slider */

.product-detail .slider {
    width: 100%;
    margin: 0 auto;
}

.product-detail .slider img {
    width: 99%;
    height: 566px;
    object-fit: contain;
    object-position: center;
}

.product-detail .slick-slide {
    margin: 0;
}

.product-detail button.slick-next,
.product-detail button.slick-next:hover {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    opacity: 0.76;
}

.product-detail button.slick-prev,
.product-detail button.slick-prev:hover {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    opacity: 0.76;
}

.product-detail button.slick-prev:before {
    content: "\276E";
    color: #707070;
    font-size: 20px;
}

.product-detail button.slick-next:before {
    content: "\276F";
    color: #707070;
    font-size: 20px;
}

.product-detail .slick-prev:before {
    left: -10%;
}

.product-detail .slick-next:before {
    right: 10% !important;
}

.product-detail .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.product-detail .slick-active {
    opacity: 1;
}

.product-detail .slick-current {
    opacity: 1;
}

.product-detail .slider-nav img {
    width: 160px;
    height: 132px;
}

@media screen and (max-width: 1700px) {
    .ShapesSliderSection .diamondshape p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1650px) {
    /* main slider */
    .heroSlider button.slick-next,
    .heroSlider button.slick-next:hover {
        width: 50px;
        height: 50px;
    }
    .heroSlider button.slick-prev,
    .heroSlider button.slick-prev:hover {
        width: 50px;
        height: 50px;
    }
    .heroSlider button.slick-prev:before {
        font-size: 18px;
    }
    .heroSlider button.slick-next:before {
        font-size: 18px;
    }
    .ShapesSliderSection {
        margin-top: -120px;
    }
    .ShapesSliderSection .slider {
        width: 90%;
    }
    .ShapesSliderSection button.slick-next,
    .ShapesSliderSection button.slick-next:hover {
        position: absolute;
        top: 44%;
        right: -4%;
        width: 30px;
        height: 30px;
    }
    .ShapesSliderSection button.slick-prev,
    .ShapesSliderSection button.slick-prev:hover {
        left: -4%;
        width: 30px;
        height: 30px;
    }
    .ShapesSliderSection button.slick-prev:before {
        font-size: 16px;
    }
    .ShapesSliderSection button.slick-next:before {
        font-size: 16px;
    }
    .ShapesSliderSection .diamondshape {
        height: 80px;
    }
    .ShapesSliderSection .diamondshape p {
        font-size: 14px;
    }
    .ShapesSliderSection .diamondshape img {
        width: 60px;
        height: 60px;
        margin-left: 0;
    }
    .FeaturedProductsGroup,
    .FeaturedProducts {
        margin-top: 20px;
    }
    .FeaturedProductsGroup .slider,
    .FeaturedProducts .slider {
        width: 100%;
        margin: auto;
    }
    .FeaturedProductsGroup button.slick-next,
    .FeaturedProductsGroup button.slick-next:hover,
    .FeaturedProducts button.slick-next,
    .FeaturedProducts button.slick-next:hover {
        top: 0px;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        top: 0px;
        left: 93%;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .FeaturedProductsGroup button.slick-prev:before,
    .FeaturedProductsGroup button.slick-next:before,
    .FeaturedProducts button.slick-prev:before,
    .FeaturedProducts button.slick-next:before {
        font-size: 18px;
    }
    .product-detail button.slick-next,
    .product-detail button.slick-next:hover {
        position: absolute;
        top: 50%;
        right: 5%;
        z-index: 10;
        width: 40px;
        height: 40px;
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
        border: 1px solid #dcdcdc;
        border-radius: 50%;
        opacity: 0.76;
    }
    .product-detail button.slick-prev,
    .product-detail button.slick-prev:hover {
        position: absolute;
        top: 50%;
        left: 5%;
        z-index: 10;
        width: 40px;
        height: 40px;
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
        border: 1px solid #dcdcdc;
        border-radius: 50%;
        opacity: 0.76;
    }
    .product-detail button.slick-prev:before {
        content: "\276E";
        color: #707070;
        font-size: 18px;
    }
    .product-detail button.slick-next:before {
        content: "\276F";
        color: #707070;
        font-size: 18px;
    }
}

@media screen and (max-width: 1224px) {
    .heroSlider button.slick-next,
    .heroSlider button.slick-next:hover {
        position: absolute;
        top: 44%;
        right: 9%;
        z-index: 10;
        width: 50px;
        height: 50px;
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
        border: 1px solid #dcdcdc;
        border-radius: 50%;
        opacity: 0.76;
    }
    .heroSlider button.slick-prev,
    .heroSlider button.slick-prev:hover {
        position: absolute;
        top: 44%;
        left: 9%;
        z-index: 10;
        width: 50px;
        height: 50px;
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
        border: 1px solid #dcdcdc;
        border-radius: 50%;
        opacity: 0.76;
    }
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 92%;
    }
}

@media screen and (max-width: 1024px) {
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 90%;
    }
    .product-detail .slider.slider-for img {
        width: 100%;
        height: 366px;
    }
    .ShapesSliderSection .diamondshape img {
        width: 50px;
        height: 50px;
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 89%;
    }
    .FeaturedProducts .slick-slide {
        margin: 0 0;
    }
}

@media screen and (max-width: 768px) {
    .heroSlider button.slick-next,
    .heroSlider button.slick-next:hover {
        width: 40px;
        height: 40px;
    }
    .heroSlider button.slick-prev,
    .heroSlider button.slick-prev:hover {
        width: 40px;
        height: 40px;
    }
    .ShapesSliderSection {
        margin-top: 10px;
    }
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 87%;
    }
    .product-detail .slider.slider-for img {
        width: 100%;
        height: 366px;
    }
}

@media screen and (max-width: 650px) {
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 82%;
    }
}

@media screen and (max-width: 550px) {
    .heroSlider .slider img {
        object-fit: cover;
    }
    .ShapesSliderSection .diamondshape {
        height: 60px;
    }
    .ShapesSliderSection .diamondshape img {
        width: 40px;
        height: 40px;
        margin-left: 0;
    }
    .ShapesSliderSection .diamondshape p {
        font-size: 10px;
    }
    .ShapesSliderSection button.slick-prev,
    .ShapesSliderSection button.slick-prev:hover,
    .ShapesSliderSection button.slick-next,
    .ShapesSliderSection button.slick-next:hover {
        top: 50%;
    }
}

@media screen and (max-width: 420px) {
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 78%;
    }
    .product-detail .slider.slider-for img {
        width: 100%;
        height: 266px;
    }
    .ShapesSliderSection .diamondshape img {
        width: 30px;
        height: 30px;
        margin-left: 0;
    }
}


/* ========================= */

.openDispute {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 9999;
    transform: rotate(-90deg);
}

.btn-dispute {
    position: absolute;
    top: -44px;
    width: 243px !important;
    margin: 0;
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-dispute:hover {
    color: #fff;
    background: #313131 0 0 no-repeat padding-box;
}

.openDispute .dropdown-menu {
    position: absolute !important;
    top: -366px !important;
    left: -79px !important;
    width: 329px !important;
    min-height: 400px !important;
    max-height: 450px !important;
    text-align: center !important;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 1px 2px 24px rgba(0, 0, 0, 0.2);
    border-radius: 10px 0 0 10px;
    transform: rotate(90deg) !important;
}

.openDispute .dropdown-menu .modal-header {
    margin-top: -10px;
    background: #181a1b 0 0 no-repeat padding-box;
    box-shadow: 1px 2px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 0;
}

.openDispute .dropdown-menu .modal-header .modal-title {
    padding-bottom: 50px;
    color: #fff;
    font-family: "Poppins";
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.openDispute .dropdown-menu .modal-header .close {
    color: #fff;
}

.openDispute .dropdown-menu .disputeform {
    padding: 20px 15px;
    margin-top: -55px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 1px 2px 24px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #5fb541;
}

.openDispute .dropdown-menu .disputeform input[type="email"],
.openDispute .dropdown-menu .disputeform textarea {
    width: 100%;
    margin-bottom: 20px;
    background: #f5f5f5 0 0 no-repeat padding-box;
    border-color: #f5f5f5;
    border-radius: 5px;
    outline: 0 none;
}

.openDispute .dropdown-menu .disputeform textarea:focus,
.openDispute .dropdown-menu .disputeform input[type="email"]:focus {
    box-shadow: 0 0 0 0 #fff;
    border-color: #f5f5f5;
    outline: 0 none;
}

.openDispute .dropdown-menu .btn-submit {
    margin: 0 15px;
    line-height: 2.4;
}


/* =============================== */

.section-hedding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    height: 70px;
}

.section-hedding a {
    margin-top: auto !important;
    margin-bottom: auto !important;
    color: #48ad42;
    font-family: "Poppins";
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #d6d8d9;
}

.section-hedding a:hover {
    color: #5fb541;
}

h1 {
    font-size: 61px;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
}

.container-fluid {
    width: 90% !important;
}

.new-arrivals,
.onSale {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    background: #f6f6f6;
}

.onSale {
    background: #fff;
}

.top-header {
    padding-top: 35px;
    padding-bottom: 30px;
    background: #fafafa;
}



.top-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    padding-left: 30px;
    margin: auto !important;
    text-align: center;
    vertical-align: middle;
}

.top-buttons span a {
    padding-right: 10px;
    color: #666;
    font-family: "Poppins";
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left;
    /* display: none; */
}

.top-buttons span a:hover {
    color: #666;
}

.top-signin-text {
    line-height: 35px;
}


/* user img */

.top-user-profile {
    display: block;
}

.top-user-profile button::after {
    content: "";
    display: none;
}

.top-user-profile button {
    padding: 0;
    text-align: left;
    background: transparent;
    border: none;
    border-radius: 50%;
}

.top-user-profile .dropdown-menu-left {
    left: -350% !important;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 19px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 11px;
}

.top-user-profile .dropdown-menu-left a {
    padding: 10px 50px 10px 20px;
    color: #666;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.top-user-profile .dropdown-menu-left a i {
    padding-right: 15px;
}

.top-user-profile .dropdown-menu-left a:hover {
    color: #5fb541;
}

.cart-btn {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.cart-btn svg {
    position: relative;
    width: 40px;
    fill: #666;
}

.cart-btn svg:hover {
    fill: #5fb541 !important;
}

.cart-btn span {
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #77c05d;
    border-radius: 50%;
}

.cart-btn-dropdown {
    position: absolute;
    top: 35px;
    right: -100px;
    z-index: 999999;
    display: none;
    width: 400px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.main-cart-content {
    overflow-y: auto;
    height: 140px;
}

.main-cart-content .cartBox {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.main-cart-content .cartBox p {
    margin: 0;
}

.cart-btn-dropdown img {
    width: 49px;
    height: 49px;
}

.cart-btn-dropdown p {
    color: #5f6062;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}

.cart-btn-dropdown .product-details {
    padding-top: 50px;
    padding-bottom: 150px;
}

.cart-btn-dropdown-bottom {
    padding: 15px 35px;
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 10px;
}

.cart-btn-dropdown-bottom a {
    width: 328px;
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    background: #5fb541;
    border-radius: 5px;
}

.cart-btn-dropdown-bottom a:hover {
    color: #fff;
    background: #313131 0 0 no-repeat padding-box;
}

.cart-btn:hover .cart-btn-dropdown {
    display: block;
}


/* navigation bar */

header nav {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 67px;
    background: #fff;
}

nav .wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    height: 70px;
    padding: 0 0;
    margin: auto;
    line-height: 70px;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    padding: 9px 15px;
    color: #707070;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    transition: all 0.3s ease;
}

.nav-links li a span {
    padding-left: 8px;
}

.nav-links li a span i {
    font-size: 20px;
}

.nav-links li a:hover {
    color: #5fb541;
    border-bottom: 2px solid #5fb541;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu, 
.nav-links .learnMenu
{
    position: absolute;
    top: 84px;
    /* width: 280px; */
    /* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); */
    padding: 10px 30px 10px 10px;
    line-height: 45px;
    background: #fff;
    border: 1px solid #d6d8d9;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .learnMenu,
.nav-links li:hover .mega-box {
    top: 50px;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a ,
.learnMenu li a 
{
    display: block;
    width: 100%;
    padding: 8px 20px;
    color: #5f6062;
    letter-spacing: 0;
    border-radius: 0;
}

.mega-box {
    position: absolute;
    top: 80px;
    left: 5%;
    width: 90%;
    padding: 0 30px;
    background: #fff;
    border: 1px solid #d6d8d9;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 20px;
    background: #fff;
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.mega-box .content .row:nth-child(1) {
    width: calc(25% - 0px);
    line-height: 45px;
}

.mega-box .content .row:nth-child(3) {
    width: calc(20% - 0px);
    line-height: 45px;
}

.mega-box .content .row:nth-child(4) {
    width: calc(30% - 0px);
    line-height: 45px;
}

.content .row img {
    width: 60px;
    height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    object-fit: cover;
}

.content .row .mega-header a {
    padding: 0;
    color: #313131;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
}

.content .row .mega-header a:hover {
    color: #5fb541;
    border-bottom: none;
}

.content .row .mega-links {
    padding-left: 0;
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    color: #5f6062;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 26px;
    line-height: 40px !important;
    letter-spacing: 0;
    vertical-align: middle;
}

.row .mega-links li a:hover {
    color: #5fb541;
    border-bottom: none;
}

.mega-links li a img {
    float: right;
    width: 40px !important;
}

.wrapper .btn {
    position: absolute;
    right: 30px;
    display: none;
    color: #5f6062;
    font-size: 20px;
    cursor: pointer;
}

.wrapper .btn.close-btn {
    position: absolute;
    top: 10px;
    right: 30px;
}

.galler-btn {
    bottom: 15px;
    color: #666;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    border: 1px solid #d6d8d9;
    border-radius: 5px;
}

.rings-dropdown,
.bracelet-dropdown,
.necklace-dropdown,
.earringsShape-dropdown,
.earringsBack-dropdown,
.category_dropdown {
    position: relative;
}

.rings-dropdown-list,
.bracelet-dropdown-list,
.necklace-dropdown-list,
.earringsShape-dropdown-list,
.earringsBack-dropdown-list {
    position: absolute;
    display: none;
    width: 139px;
    height: 147px;
    border-top: 1px solid #e7e8e8;
    border-left: 1px solid #e7e8e8;
    background-color: #fff;
}

.rings-dropdown-list {
    top: 0;
    right: 20px;
}

.bracelet-dropdown-list {
    top: -25px;
    right: 20px;
}

.necklace-dropdown-list {
    top: -51px;
    right: 20px;
}

.earringsShape-dropdown-list {
    top: -75px;
    right: 20px;
}

.earringsBack-dropdown-list {
    top: -100px;
    right: 20px;
}
.category_dropdown_list{
    position: absolute;
    display: none;
    width: 139px;
    height: 147px;
    border-top: 1px solid #e7e8e8;
    border-left: 1px solid #e7e8e8;
    top: 0;
    right: 20px;
    background-color: #fff !important;
    z-index: 99;
}
.rings-dropdown:hover .rings-dropdown-list,
.bracelet-dropdown:hover .bracelet-dropdown-list,
.necklace-dropdown:hover .necklace-dropdown-list,
.earringsShape-dropdown:hover .earringsShape-dropdown-list,
.earringsBack-dropdown:hover .earringsBack-dropdown-list,
.category_dropdown:hover .category_dropdown_list
 {
    display: block !important;
}

.top-user-profile button img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media screen and (max-width: 1650px) {
    .container-fluid {
        width: 90% !important;
    }
    .top-header {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .top-buttons {
        padding-top: 0;
        padding-left: 20px;
    }
    .top-buttons span a {
        padding-right: 0;
        font-family: "Poppins";
        font-size: 15px;
        line-height: 25px;
        text-align: left;
    }
    .top-signin-text {
        line-height: 35px !important;
    }
    .cart-btn svg {
        width: 30px;
    }
    .top-user-profile button img {
        width: 30px;
        height: 30px;
    }
    .top-user-profile .dropdown-menu-left {
        left: -350% !important;
    }
    .top-user-profile .dropdown-menu-left a {
        padding: 10px 50px 10px 20px;
        font-family: "Poppins";
        font-size: 16px;
        line-height: 25px;
    }
    .top-user-profile .dropdown-menu-left a i {
        padding-right: 15px;
    }
    .cart-btn-dropdown {
        right: -70px;
        width: 300px;
        /* display: block; */
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .cart-btn-dropdown img {
        width: 30px;
        height: 30px;
    }
    .cart-btn-dropdown p {
        font-family: "Poppins";
        font-size: 12px;
        line-height: 26px;
    }
    .cart-btn-dropdown .product-details {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .cart-btn-dropdown-bottom {
        padding: 15px 25px;
        margin-right: -20px;
        margin-left: -20px;
    }
    .cart-btn-dropdown-bottom a {
        width: 100%;
        font-family: "Poppins";
        font-size: 16px;
        line-height: 30px;
    }
    /* navigation bar */
    nav {
        height: 60px;
    }
    nav .wrapper {
        max-width: 100%;
        height: 70px;
        line-height: 60px;
    }
    .wrapper .nav-links {
        display: inline-flex;
    }
    .nav-links li a {
        padding: 9px 10px 9px 5px;
        font-family: "Poppins";
        font-size: 16px;
        line-height: 30px;
    }
    .nav-links li a span {
        padding-left: 8px;
    }
    .nav-links li a span i {
        font-size: 14px;
    }
    .nav-links .drop-menu,
    .nav-links .learnMenu
     {
        top: 80px;
        width: 220px;
        padding-left: 10px;
        line-height: 45px;
    }
    .nav-links li:hover .drop-menu,
    .nav-links li:hover .learnMenu,
    .nav-links li:hover .mega-box {
        top: 48px;
    }
    .drop-menu li a,
    .learnMenu li a
     {
        padding: 6px 0 0 15px;
    }
    .mega-box {
        top: 80px;
    }
    .mega-box .content .row {
        width: calc(30% - 30px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(1) {
        width: calc(25% - 30px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(3) {
        width: calc(20% - 30px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(4) {
        width: calc(30% - 30px);
        line-height: 45px;
    }
    .content .row img {
        width: 45px;
        height: 25px;
        margin-top: auto;
        margin-bottom: auto;
        object-fit: cover;
    }
    .content .row .mega-header a {
        font-family: "Poppins";
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }
    .row .mega-links li {
        padding: 0 20px;
    }
    .row .mega-links li a {
        padding: 0 20px;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 35px !important;
    }
    .mega-links li a img {
        width: 35px !important;
    }
    .galler-btn {
        left: 45%;
        font-family: "Poppins";
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .rings-dropdown,
    .bracelet-dropdown,
    .necklace-dropdown,
    .earringsShape-dropdown,
    .earringsBack-dropdown,
    .category_dropdown {
        position: relative;
    }
    .rings-dropdown-list,
    .bracelet-dropdown-list,
    .necklace-dropdown-list,
    .earringsShape-dropdown-list,
    .earringsBack-dropdown-list {
        position: absolute;
        display: none;
        width: 160px;
        height: 147px;
        border: 1px solid #e7e8e8;
    }
    .rings-dropdown-list {
        top: 0;
        right: 20px;
    }
    .bracelet-dropdown-list {
        top: -25px;
        right: 20px;
    }
    .necklace-dropdown-list {
        top: -51px;
        right: 20px;
    }
    .earringsShape-dropdown-list {
        top: -75px;
        right: 20px;
    }
    .earringsBack-dropdown-list {
        top: -100px;
        right: 20px;
    }
    .category_dropdown_list{
        position: absolute;
        display: none;
        width: 160px;
        height: 147px;
        border: 1px solid #e7e8e8;
        top: 0;
        right: 20px;
    }
    .rings-dropdown:hover .rings-dropdown-list,
    .bracelet-dropdown:hover .bracelet-dropdown-list,
    .necklace-dropdown:hover .necklace-dropdown-list,
    .earringsShape-dropdown:hover .earringsShape-dropdown-list,
    .earringsBack-dropdown:hover .earringsBack-dropdown-list,
    .category_dropdown:hover  .category_dropdown_list{
        display: block !important;
    }
}

@media screen and (max-width: 1224px) {
    .container-fluid {
        width: 90% !important;
    }
    .top-header {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .header-search span {
        top: 12px;
        right: 40px;
        z-index: 2;
    }
    .header-search input[type="text"] {
        height: 47px;
        padding: 10px 30px;
        font-size: 16px;
    }
    .top-buttons {
        padding-top: 10px;
        padding-left: 12px;
    }
    .top-buttons span a {
        padding-right: 0;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 25px;
        text-align: left;
    }
    .cart-btn svg {
        width: 25px;
    }
    .cart-btn span {
        top: 3px;
        right: 8px;
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
    }
    /* user img */
    /* .top-user-profile {
        display: block;
    } */
    .rings-dropdown-list,
    .bracelet-dropdown-list,
    .necklace-dropdown-list,
    .earringsShape-dropdown-list,
    .earringsBack-dropdown-list {
        width: 140px;
    }
    .top-user-profile button img {
        width: 30px;
        height: 30px;
    }
    .top-user-profile .dropdown-menu-left {
        left: -350% !important;
    }
    .top-user-profile .dropdown-menu-left a {
        padding: 10px 50px 10px 20px;
        font-family: "Poppins";
        font-size: 15px;
        line-height: 25px;
    }
    .top-user-profile .dropdown-menu-left a i {
        padding-right: 15px;
    }
    .cart-btn-dropdown {
        right: -50px;
        width: 300px;
        /* display: block; */
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .cart-btn-dropdown img {
        width: 30px;
        height: 30px;
    }
    .cart-btn-dropdown p {
        font-family: "Poppins";
        font-size: 12px;
        line-height: 26px;
    }
    .cart-btn-dropdown .product-details {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .cart-btn-dropdown-bottom {
        padding: 15px 25px;
        margin-right: -20px;
        margin-left: -20px;
    }
    .cart-btn-dropdown-bottom a {
        width: 100%;
        font-family: "Poppins";
        font-size: 16px;
        line-height: 30px;
    }
    /* navigation bar */
    nav {
        height: 60px;
    }
    nav .wrapper {
        max-width: 100%;
        height: 70px;
        line-height: 60px;
    }
    .nav-links li a {
        padding: 9px 5px 9px 3px;
        font-family: "Poppins";
        font-size: 13px;
        line-height: 25px;
    }
    .nav-links li a span {
        padding-left: 8px;
    }
    .nav-links li a span i {
        font-size: 12px;
    }
    .nav-links .drop-menu, 
    .nav-links .learnMenu
    {
        top: 80px;
        width: 220px;
        padding-left: 10px;
        line-height: 45px;
    }
    .nav-links li:hover .drop-menu,
    .nav-links li:hover .learnMenu,
    .nav-links li:hover .mega-box {
        top: 60px;
    }
    .drop-menu li a, 
    .learnMenu li a 
    {
        padding: 4px 0 0 15px;
    }
    .mega-box {
        top: 80px;
    }
    .mega-box .content .row {
        width: calc(25% - 0px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(1) {
        width: calc(25% - 0px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(3) {
        width: calc(20% - 0px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(4) {
        width: calc(25% - 0px);
        line-height: 45px;
    }
    .content .row img {
        width: 35px;
        height: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        object-fit: cover;
    }
    .content .row .mega-header a {
        font-family: "Poppins";
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }
    .row .mega-links li {
        padding: 0 20px;
    }
    .row .mega-links li a {
        padding: 0 20px;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 35px !important;
    }
    .mega-links li a img {
        float: right;
        width: 35px !important;
    }
    .galler-btn {
        left: 40%;
        font-family: "Poppins";
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .rings-dropdown-list,
    .bracelet-dropdown-list,
    .necklace-dropdown-list,
    .earringsShape-dropdown-list,
    .earringsBack-dropdown-list {
        width: 139px;
        height: 147px;
    }
    .rings-dropdown-list {
        top: 0;
    }
    .bracelet-dropdown-list {
        top: -25px;
    }
    .necklace-dropdown-list {
        top: -51px;
    }
    .earringsShape-dropdown-list {
        top: -75px;
    }
    .earringsBack-dropdown-list {
        top: -100px;
    }
}

@media screen and (max-width: 1034px) {
    .container-fluid {
        width: 90% !important;
    }
    .top-header {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .header-search span {
        top: 12px;
        right: 40px;
        z-index: 2;
    }
    .header-search input[type="text"] {
        height: 47px;
        padding: 10px 30px;
        font-size: 16px;
    }
    .top-buttons {
        padding-top: 10px;
        padding-left: 10px;
    }
    .top-buttons span a {
        padding-right: 0;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .cart-btn svg {
        width: 20px;
    }
    /* user img */
    /* .top-user-profile {
        display: block;
    } */
    .top-user-profile button img {
        width: 30px;
        height: 30px;
    }
    .top-user-profile .dropdown-menu-left {
        left: -350% !important;
    }
    .top-user-profile .dropdown-menu-left a {
        padding: 10px 50px 10px 20px;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 20px;
    }
    .top-user-profile .dropdown-menu-left a i {
        padding-right: 12px;
    }
    .cart-btn-dropdown {
        right: -40px;
        width: 300px;
        /* display: block; */
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .cart-btn-dropdown .product-details {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cart-btn-dropdown-bottom {
        padding: 10px 20px;
        margin-right: -20px;
        margin-left: -20px;
    }
    .cart-btn-dropdown-bottom a {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 25px;
    }
    /* navigation bar */
    nav {
        height: 60px;
    }
    nav .wrapper {
        max-width: 100%;
        height: 70px;
        line-height: 60px;
    }
    .nav-links li a {
        padding: 9px 15px 9px 15px;
        font-family: "Poppins";
        font-size: 12px;
        line-height: 20px;
    }
    .nav-links li a span {
        padding-left: 5px;
    }
    .nav-links li a span i {
        font-size: 10px;
    }
    .nav-links .drop-menu,
    .nav-links .learnMenu
    {
        width: 180px;
    }
    .nav-links li:hover .drop-menu,
    .nav-links li:hover .learnMenu,
    .nav-links li:hover .mega-box {
        top: 60px;
    }
    .drop-menu li a,
    .learnMenu li a
    {
        padding: 5px 0 0 15px;
    }
    .mega-box {
        top: 80px;
    }
    .mega-box .content .row {
        width: calc(25% - 10px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(1) {
        width: calc(25% - 0px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(3) {
        width: calc(20% - 0px);
        line-height: 45px;
    }
    .mega-box .content .row:nth-child(4) {
        width: calc(25% - 0px);
        line-height: 45px;
    }
    .content .row img {
        width: 30px;
        height: 25px;
        object-fit: cover;
    }
    .content .row .mega-header a {
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
    }
    .row .mega-links li {
        padding: 0 20px;
    }
    .row .mega-links li a {
        padding: 0 20px;
        font-family: "Poppins";
        font-size: 12px;
        line-height: 30px !important;
    }
    .mega-links li a img {
        width: 30px !important;
    }
    .galler-btn {
        left: 40%;
        font-family: "Poppins";
        font-size: 12px;
        line-height: 20px;
    }
    .rings-dropdown-list,
    .bracelet-dropdown-list,
    .necklace-dropdown-list,
    .earringsShape-dropdown-list,
    .earringsBack-dropdown-list {
        width: 139px;
        height: 147px;
    }
    .rings-dropdown-list {
        top: 0;

    }
    .bracelet-dropdown-list {
        top: -25px;

    }
    .necklace-dropdown-list {
        top: -51px;

    }
    .earringsShape-dropdown-list {
        top: -75px;

    }
    .earringsBack-dropdown-list {
        top: -100px;

    }
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        top: 0;
        z-index: 99999;
        left: -100%;
        display: block;
        overflow-y: auto;
        width: 100%;
        height: 100vh;
        padding: 50px 10px;
        line-height: 50px;
        background: #fff;
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
    .table-responsive {
        scrollbar-color: #706f6f #a9a9a9;
        scrollbar-width: thin;
    }
    .table-responsive::-webkit-scrollbar {
        width: 10px;
    }
    .table-responsive::-webkit-scrollbar-track {
        background: #242526;
    }
    .table-responsive::-webkit-scrollbar-thumb {
        background: #3a3b3c;
    }
    #menu-btn:checked~.nav-links {
        left: 0;
    }
    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn.menu-btn {
        display: block !important;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        display: block;
        padding: 0 20px;
        font-size: 20px;
    }
    .nav-links .drop-menu,
    .nav-links .learnMenu
     {
        position: static;
        top: 65px;
        overflow: hidden;
        width: 100%;
        max-height: 0;
        padding: 0;
        box-shadow: none;
        border: none;
        transition: all 0.3s ease;
        opacity: 1;
        visibility: visible;
    }
    #showDrop:checked~.drop-menu,
    #showLearnMore:checked~.learnMenu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none;
    }
    #showDrop:checked~.learnMenu{
display: block;
    }
    
    #showLearnMore:checked + .mobile-item + .learnMenu {
        display: block;
      }
    .nav-links .mobile-item {
        display: block;
        padding-left: 20px;
        color: #666;
        font-size: 20px;
        font-weight: 500;
        border-radius: 5px;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .nav-links .learnMenu a{
        padding:0 12px !important;
    }
    .nav-links .mobile-item:hover {
        background: #fff;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        font-size: 18px;
        border-radius: 5px;
    }
    .mega-box {
        position: static;
        top: 65px;
        overflow: hidden;
        max-height: 0;
        padding: 0 20px;
        transition: all 0.3s ease;
        opacity: 1;
        visibility: visible;
    }
    .mega-box .content {
        flex-direction: column;
        padding: 20px 20px 0 20px;
        box-shadow: none;
    }
    .mega-box .content .row {
        width: 100% !important;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0;
    }
    .content .row .mega-links {
        padding-left: 15px;
        border-left: 0;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }
    .galler-btn {
        position: relative;
        left: 0 !important;
        margin-top: 20px;
        font-family: "Poppins";
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }
    .content .row .mega-header a {
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }
    .row .mega-links li a {
        padding: 0 20px;
        font-family: "Poppins";
        font-size: 16px;
        line-height: 30px !important;
    }
    .mega-links li a img {
        width: 30px !important;
    }
    .mobile-fix {
        margin-bottom: 0 !important;
        line-height: 20px !important;
    }
    .mobile-fix-mega-box {
        width: 100%;
        border: none !important;
    }
    .mobile-fix-dropdown-menu a {
        margin: 10px 0 !important;
    }
}

@media screen and (max-width: 560px) {
    .top-buttons {
        padding-top: 0;
        padding-left: 10px;
    }
    .header-search {
        margin-bottom: 10px;
    }
    .cart-btn-dropdown {
        right: 0;
        width: 300px;
        /* display: block; */
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 330px) {
    .top-buttons span a {
        padding-left: 0;
        font-family: "Poppins";
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 301px) {
    .top-signin-text {
        font-size: 10px !important;
    }
}

nav input {
    display: none;
}


/* =========================================== card section start =========================================================================== */

.card {
    position: relative;
    margin-top: 20px;
    margin-right: auto;
    /* transition: 500ms ease-in-out; */
    margin-left: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 43px 59px #8d8d8d0a;
    border: none;
    border-radius: 33px;
}

.productItem:hover .card {
    width: 95%;
    padding: -10px 10px 10px 0;
    transform: scale(0.98);
}

.productImage-box {
    width: 300px;
    height: 300px;
    margin: auto;
    text-align: center;
    object-fit: cover;
}

.productImage-box img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
}

.card .item-status-hover-icon,
.productItem:hover .main-image,
.productItem:hover .main-text,
.card .hover-image,
.card .hover-text,
.productItem:hover .card-brand {
    display: none;
}

.productItem:hover .item-status-hover-icon,
.item-status-hover-icon,
.card .main-image,
.card .main-text,
.productItem:hover .hover-image,
.productItem:hover .hover-text,
.card .card-brand {
    z-index: 1;
    display: block;
}

.card .card-text {
    overflow: hidden;
    color: #313131;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-status-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
}

.item-status-icon i {
    font-size: 16px;
}

.rating .checked {
    color: #ffc107;
}

.rating .unchecked {
    color: #d6d8d9;
}

.rating-text {
    color: #666;
    font-family: "Poppins";
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0;
}

.card-brand {
    color: #d6d8d9;
    font-family: "Poppins";
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
}


/* heart icon */

.status-like,
.status-eye {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eee;
    border-radius: 50%;
}

.status-eye,
.status-cart {
    box-shadow: 1px 5px 10px #e1e3e5;
}

.status-like .icon-like i {
    color: #313131;
    font-size: 16px;
    text-align: center;
}

.item-status-hover-icon {
    margin-top: -55px;
}

.item-status-hover-icon .status-eye i {
    color: #31313177;
    font-size: 16px;
    text-align: center;
}

.status-like .icon-like-click i {
    color: #31313177;
    font-size: 16px;
    text-align: center;
}

.status-like .icon-like-click i .fas {
    color: #ff3045 !important;
}

.status-like a {
    transition: all 0.05s;
}

.status-new,
.status-new-sale-g,
.status-cart {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: #48ad42;
    border-radius: 50%;
}

.status-new-sale {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff6363;
    border-radius: 50%;
}

.singleCardSlider .status-new span {
    font-size: 12px;
    text-align: center;
}

.status-new-sale-g span,
.status-new-sale span,
.status-new span {
    font-size: 15px;
    text-align: center;
}

.status-new-sale-g {
    display: block;
}

.productItem:hover .card-sale .status-new-sale-g {
    display: none;
}

.productItem:hover .card-sale .status-new-sale {
    display: block;
}

.singleCardSlider .card {
    width: 100%;
    padding: 10px 20px !important;
}

.singleCardSlider .card:hover {
    width: 100%;
    transform: none;
}

.productItem:hover .productImage-box {
    transform: scale(0.9);
}


/* .singleCardSlider .status-new {
    background: #48AD42;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 26px;
} */

.FeaturedProductsGroup .card {
    position: relative;
    padding: 5px;
    margin-top: 20px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 43px 59px #8d8d8d1f;
    border-radius: 33px;
    transition: 500ms ease-in-out;
}

.FeaturedProductsGroup .card:hover {
    width: 100%;
    transform: none;
}

.FeaturedProductsGroup .card:hover .main-image,
.FeaturedProductsGroup .card:hover .main-text {
    display: block;
}

.FeaturedProductsGroup p {
    color: #313131;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.FeaturedProductsGroup .card .card-text {
    color: #313131;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
}

.item-status-hover-icon .status-cart .icon-cart img {
    width: 30px;
    height: 30px;
}

.productsSingle .item-status-hover-icon .status-cart .icon-cart img {
    width: 32px;
    height: 32px;
    padding-top: 10px;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 1650px) {
    .card {
        margin-top: 20px;
    }
    .productItem:hover .card {
        width: 95%;
        padding: -10px 10px 10px 0;
        transform: scale(0.98);
    }
    .card-body {
        padding-bottom: 0;
    }
    .card .card-text {
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }
    .item-status-icon {
        top: 20px;
        left: 0;
        height: 50px;
        margin-right: 0;
        margin-left: 0;
    }
    .item-status-icon i {
        font-size: 12px;
    }
    .rating-text {
        font-family: "Poppins";
        font-size: 16px;
        line-height: 36px;
    }
    .card-brand {
        font-family: "Poppins";
        font-size: 20px;
        line-height: 32px;
    }
    /* heart icon */
    .status-like,
    .status-eye {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .status-like .icon-like i {
        font-size: 16px;
    }
    .item-status-hover-icon {
        margin-top: -55px;
    }
    .item-status-hover-icon .status-eye i,
    .status-like .icon-like-click i {
        font-size: 16px;
        line-height: 35px;
    }
    .status-new,
    .status-cart,
    .status-new-sale,
    .status-new-sale-g {
        width: 38px;
        height: 38px;
        line-height: 35px;
    }
    .status-new-sale span,
    .status-new-sale-g span,
    .status-new span {
        font-size: 12px;
        line-height: 35px;
    }
    /* .card-price {} */
    .card-brand {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .singleCardSlider .status-new {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 20px;
        text-align: center;
        background: #48ad42;
        border-radius: 50%;
    }
    .singleCardSlider .status-new span {
        font-size: 12px;
        line-height: 30px;
    }
    .item-status-hover-icon .status-cart .icon-cart i {
        line-height: 40px;
    }
    .item-status-hover-icon .status-cart .icon-cart img {
        width: 22px;
        height: 22px;
    }
    .productsSingle .item-status-hover-icon .status-cart .icon-cart img {
        width: 28px;
        height: 28px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 1650px) {
    .productImage-box {
        width: 280px;
        height: 280px;
    }
    .FeaturedProducts .productImage-box {
        width: 260px;
        height: 260px;
        padding: 20px;
    }
}

@media only screen and (max-width: 1224px) {
    .section-hedding {
        height: 63px;
    }
    .section-hedding a {
        font-size: 20px;
    }
    .card {
        width: 100%;
        height: auto;
        padding: 10px !important;
    }
    .productImage-box {
        padding: 20px;
    }
    .card .card-text {
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
    .item-status-icon {
        height: 55px;
    }
    .item-status-icon i {
        font-size: 15px;
    }
    .card-brand,
    .rating-text {
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
    /* heart icon */
    .status-like,
    .status-eye,
    .status-new,
    .status-cart,
    .status-new-sale,
    .status-new-sale-g {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .status-like .icon-like i {
        font-size: 15px;
        text-align: center;
    }
    .item-status-hover-icon {
        margin-top: -72px;
    }
    .item-status-hover-icon .status-eye i,
    .status-like .icon-like-click i {
        font-size: 15px;
    }
    .status-new span,
    .status-new-sale span,
    .status-new-sale-g span {
        font-size: 11px;
    }
    .item-status-hover-icon .status-cart .icon-cart i {
        line-height: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-hedding {
        height: 57px;
    }
    .section-hedding a {
        font-size: 18px;
    }
    .card {
        width: 100%;
        height: auto;
    }
    .card .card-text {
        font-family: "Poppins";
        font-size: 14px !important;
        font-weight: 600;
        line-height: 23px !important;
    }
    .productImage-box {
        width: 250px;
        height: 250px;
    }
    .item-status-icon {
        height: 51px;
        padding-top: 0 !important;
        margin-left: 10px;
    }
    .item-status-icon i {
        font-size: 13px;
    }
    .rating-text,
    .card-brand {
        font-family: "Poppins";
        font-size: 14px !important;
        font-weight: 600;
        line-height: 23px !important;
    }
    /* heart icon */
    .status-like,
    .status-eye,
    .status-new,
    .status-cart,
    .status-new-sale,
    .status-new-sale-g {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }
    .status-like .icon-like i {
        font-size: 14px;
        text-align: center;
    }
    .item-status-hover-icon {
        padding-top: 0 !important;
        margin-top: -65px;
    }
    .item-status-hover-icon .status-eye i,
    .status-like .icon-like-click i {
        font-size: 13px;
        line-height: 32px;
    }
    .status-new span,
    .status-new-sale span,
    .status-new-sale-g span {
        font-size: 10px;
        line-height: 32px;
    }
    .item-status-hover-icon .status-cart .icon-cart i {
        line-height: 32px;
    }
    .item-status-hover-icon .status-cart .icon-cart img {
        width: 18px;
        height: 18px;
    }
    .productsSingle .item-status-hover-icon .status-cart .icon-cart img {
        width: 20px;
        height: 20px;
        padding-top: 6px;
    }
}

@media only screen and (max-width: 968px) {
    .productImage-box {
        width: 230px;
        height: 230px;
    }
}

@media only screen and (max-width: 870px) {
    .productImage-box {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .productImage-box {
        width: 182px;
        height: 182px;
    }
}

@media only screen and (max-width: 575px) {
    .productImage-box {
        width: 300px;
        height: 300px;
    }
    .FeaturedProducts .productImage-box {
        width: 280px;
        height: 280px;
    }
    .FeaturedProducts .productImage-box img {
        width: 100%;
        height: 100%;
    }
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover,
    .FeaturedProductsGroup button.slick-next,
    .FeaturedProductsGroup button.slick-next:hover,
    .FeaturedProducts button.slick-next,
    .FeaturedProducts button.slick-next:hover {
        top: 0px;
    }
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 80%;
    }
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .FeaturedProducts .productImage-box {
        width: 275px;
        height: 275px;
    }
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 75%;
    }
}

@media only screen and (max-width: 411px) {
    .FeaturedProducts .productImage-box {
        width: 175px;
        height: 175px;
        padding: auto;
    }
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 70%;
    }
}

@media only screen and (max-width: 375px) {
    .productImage-box {
        width: 280px;
        height: 280px;
    }
    .FeaturedProducts .productImage-box {
        width: 240px;
        height: 240px;
    }
    .FeaturedProducts .productImage-box img {
        width: 100%;
        height: 100%;
    }
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 65%;
    }
}

@media only screen and (max-width: 480px) {
    .FeaturedProductsGroup .card .card-body,
    .FeaturedProducts .card .card-body {
        padding: 0;
        margin: 0;
    }
    .FeaturedProductsGroup .card img,
    .FeaturedProducts .card img {
        width: 100%;
        padding: 0;
    }
    .FeaturedProductsGroup .slick-slide,
    .FeaturedProductsGroup .singleCardSlider,
    .FeaturedProducts .slick-slide,
    .FeaturedProducts .singleCardSlider {
        padding: 0;
        margin-right: 10px;
        margin-left: 10px;
    }
    .FeaturedProductsGroup .slick-slide {
        margin-right: 10px;
        margin-left: 10px;
    }
}


/* =========================================== card section ends ============================================== */


/* cta free shopping */

.cta-freeshipping p span {
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 3.52px;
    text-transform: uppercase;
}

.cat-freeshipping-box {
    padding: 70px 85px;
}

.cta-freeshipping h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #313131;
    font: normal normal bold 43px/45px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0.56px;
    text-transform: capitalize;
}

.cta-freeshipping-bg {
    background: transparent url("/img/cta/free-shipping.png") 0 0 no-repeat padding-box;
    background-position: center;
    background-size: contain;
}

.btn-cta-01 {
    padding: 16px 26px;
    color: #5f6062;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    border: 1px solid #48ad42;
}

.btn-cta-01:hover {
    color: #5f6062;
}


/* coming soon */

.coming-soon {
    padding-top: 72px;
    padding-bottom: 72px;
    background-size: cover;
}

.coming-soon h1 {
    font: normal normal bold 61px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-transform: capitalize;
}

.coming-soon h2 {
    padding-right: 70px;
    font: normal normal bold 43px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.coming-soon p {
    margin-bottom: 40px;
    font: normal normal normal 20px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.btn-cta-02 {
    padding: 19px 52px;
    color: #fff;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border: 1px solid #48ad42;
    border-radius: 5px;
}

.btn-cta-02:hover {
    color: #fff;
    background: #313131 0 0 no-repeat padding-box;
    border: 1px solid #48ad42;
    border-radius: 5px;
}


/* exclusive diamond */

.exclusive-diamond {
    padding-top: 72px;
    padding-bottom: 72px;
}

.exclusive-diamond-box {
    padding-top: 100px;
}

.exclusive-diamond span {
    color: #fff;
    font: normal normal normal 20px/26px Poppins;
    font-family: "Poppins";
    letter-spacing: 3.52px;
    text-transform: uppercase;
}

.exclusive-diamond h1 {
    color: #313131;
    font: normal normal bold 61px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.exclusive-diamond p {
    padding-bottom: 20px;
    color: #666;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.exclusive-diamond img {
    width: 80%;
}

.exclusive-diamond .card img {
    width: 100%;
    height: 400px;
}


/* idea to reality */

.idea-to-reality {
    padding-top: 10px;
    padding-bottom: 10px;
}

.idea-to-reality img {
    width: 80%;
}

.idea-to-reality span {
    color: #fff;
    font: normal normal normal 20px/26px Poppins;
    font-family: "Poppins";
    letter-spacing: 3.52px;
    text-transform: uppercase;
}

.idea-to-reality h1 {
    color: #313131;
    font: normal normal bold 61px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-transform: capitalize;
}

.idea-to-reality p {
    color: #666;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}


/* Caratx Diamond Guide */

.caratx-diamond-guide {
    padding-bottom: 50px;
}

.caratx-diamond-guide span {
    color: #fff;
    font: normal normal normal 20px/26px Poppins;
    font-family: "Poppins";
    letter-spacing: 3.52px;
    text-transform: uppercase;
}

.caratx-diamond-guide h1 {
    margin-bottom: 30px;
    color: #313131;
    font: normal normal bold 61px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-transform: capitalize;
}

.caratx-diamond-guide p {
    color: #666;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.caratx-diamond-guide ul {
    padding-left: 15px !important;
    margin: 0 !important;
}

.caratx-diamond-guide ul li {
    color: #d6d8d9;
    font: normal normal normal 28px Poppins;
    font-family: "Poppins";
}

.caratx-diamond-guide ul li span {
    color: #666;
    font: normal normal normal 22px/66px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.caratx-diamond-guide-side ul li {
    width: 100%;
    list-style: none;
}

.caratx-diamond-guide-side ul li img {
    justify-content: center;
    margin: auto;
    text-align: center;
}

.caratx-diamond-guide-side ul li span {
    margin-bottom: 30px;
    color: #666;
    font: normal normal normal 22px/66px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.caratx-diamond-guide-side ul li span img {
    padding: 0;
    box-shadow: 2px 14px 23px rgba(0, 0, 0, 0.2);
    border-radius: 29px;
}


/* Sign Up for the Caratx Gazette */

.sign-up-caratx-gazette {
    position: relative;
    text-align: center;
}

.sign-up-caratx-gazette-bg {
    position: relative;
    background: rgba(245, 245, 245, 0.56);
}

.sign-up-caratx-gazette-box {
    position: relative;
    padding: 50px 100px;
}

.sign-up-caratx-gazette i {
    font-size: 45px;
}

.sign-up-caratx-gazette h1 {
    color: #313131;
    font: normal normal bold 30px/42px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-transform: capitalize;
}

.sign-up-caratx-gazette hr {
    width: 10%;
    margin-top: 10px;
    border: 1px solid #48ad42;
}

.sign-up-caratx-gazette p {
    color: #666;
    font: normal normal normal 22px/66px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.sign-up-caratx-gazette .form-group input[type="email"] {
    background: transparent;
    outline: 0;
}

.sign-up-caratx-gazette .form-group input[type="email"]:focus {
    box-shadow: 0 0 0 0 #fff;
    /* border: none; */
    outline: 0 none;
}

.sign-up-caratx-gazette .subscribe-card {
    float: right;
    width: 125px;
    height: calc(1.6em + 0.75rem + 2px);
    color: #8d8c8c;
    font: normal normal normal 14px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    border: 1px solid #dee2e6;
}

.sign-up-caratx-gazette .subscribe-card i {
    padding-left: 8px;
    color: #8d8c8c;
    font-size: 14px;
}

.page-footer {
    overflow: hidden;
    padding-top: 50px;
    background: #f5f5f5;
}

.page-footer p {
    color: #707070;
    font: normal normal normal 18px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.page-footer ul {
    padding-bottom: 30px;
}

.page-footer ul li a,
.page-footer ul li a:hover {
    color: #000;
    font-size: 24px;
}

.footer-navbar {
    width: 100%;
    background: #fff;
}

.footer-navbar ul {
    width: 60%;
    padding: 40px 10px 10px;
    margin: 0;
}

.footer-navbar ul li a,
.footer-navbar ul li a:hover {
    color: #707070;
    font: normal normal normal 18px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-transform: capitalize;
}


/* sign in page css start */

.sign-in-page {
    width: 100vw;
    max-width: 100%;
    margin: 0;
    background: url("/img/banner/bg-SignIn.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

.create-an-account-bg {
    background: #f4f5f6 !important;
}

.login-form {
    padding: 44px 60px;
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 10px;
}

form h1 {
    color: #313131;
    font: normal normal bold 43px/45px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0.56px;
}

form h2 {
    color: #313131;
    font: normal normal bold 43px/45px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0.56px;
}

form h3 {
    color: #666;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.sign-in-page .login-form .input-group-text {
    background: transparent;
}

.sign-in-page .login-form .input-group {
    position: relative;
}

.sign-in-page .login-form .input-group input {
    height: 67px;
    text-indent: 35px;
    border: 1px solid #d6d8d9;
    border-radius: 5px;
}

.sign-in-page .login-form button {
    height: 67px;
    color: #fff;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #5fb541;
}

.sign-in-page .login-form button:hover {
    color: #fff;
    background: #313131;
}

.sign-in-page .login-form .form-group label {
    color: #5f6062;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

input::placeholder,
.sign-in-page .login-form .input-group .form-control:-ms-input-placeholder,
.sign-in-page .login-form .input-group .form-control::-ms-input-placeholder {
    color: #5f6062;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.sign-in-page .login-form .input-group .input-envelope-icon-left {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 4;
}

.sign-in-page .login-form .input-group i {
    color: #5f6062;
    font-size: 20px;
}

.sign-in-page .login-form .input-group .input-lock-icon-left {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 4;
}

.sign-in-page .login-form .input-group .input-eye-icon-right {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 4;
}

.login-form .bottom-action input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}

.bottom-action {
    height: 39px;
}

.login-form .bottom-action label {
    display: flex;
    justify-content: space-between;
}

.login-form .bottom-action label span {
    padding-left: 15px;
    color: #5f6062;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    opacity: 0.8;
}

.login-form .bottom-action a {
    color: #5fb541;
    font: normal normal normal 20px/30px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-decoration: underline;
}

.login-form p {
    padding-top: 10px;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    opacity: 0.8;
}

.notregistered {
    display: flex;
    justify-content: center;
}

.c-account,
.c-account:hover {
    color: #5fb541;
    text-decoration: underline;
}

.form-imge-box {
    width: 100%;
    padding: 30px;
}

.form-imge-box img {
    width: 125px;
    height: 117px;
}

.sign-up-caratx-gazette-bg .rest-password-success {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: block;
    width: 35%;
    height: auto;
    padding: 24px;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
    border-bottom: 5px solid #5fb541;
    border-radius: 5px;
}

.sign-up-caratx-gazette-bg .rest-password-success span {
    float: right;
}

.sign-up-caratx-gazette-bg .rest-password-success span i {
    color: #48ad42;
    font-size: 32px;
}

.rest-password-success-box {
    padding-top: 45px;
}

.rest-password-success-box img {
    padding-bottom: 24px;
}

.rest-password-success-box h2 {
    color: #5fb541;
    font: normal normal bold 25px/23px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.rest-password-success-box p {
    padding-top: 15px;
    padding-bottom: 10px;
    color: #666;
    font: normal normal normal 18px/23px Arial;
    letter-spacing: 0;
}

.header-side-imge {
    padding-top: 15%;
}

.header-side-imge img {
    width: 100%;
}

.create-an-account-form {
    padding: 20px 44px 35px 44px;
    background: #fff;
    box-shadow: 0 2px 49px #8d8d8d0a;
    border-radius: 10px;
}

.create-an-account-form h2 {
    padding-bottom: 40px;
    color: #5fb541;
    font: normal normal bold 43px/55px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.create-an-account-form .form-group {
    margin-bottom: 25px;
}

.create-an-account-form .form-group label {
    margin-bottom: 15px;
    color: #707070;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.create-an-account-form .form-group input,
.create-an-account-form .form-group select {
    height: 60px;
}

.create-an-account-form .form-group input[type="checkbox"] {
    width: 29px;
    height: 29px;
}

.create-an-account-form .form-group .form-check-label {
    margin-left: 20px;
    color: #5f6062;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    opacity: 0.8;
}

.create-an-account-form .form-group button {
    height: 60px;
    margin-bottom: 45px;
    color: #fff;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #5fb541;
    border-radius: 6px;
}

.create-an-account-form .form-group button:hover {
    background: #313131;
}


/* Fine Jewellery page */

.product-page-hero {
    width: 100vw;
    max-width: 100%;
    height: 80vh;
}

.finejewelry {
    background: url("/img/banner/finejewelry.png") !important;
    background-repeat: no-repeat !important;
    background-position: left center;
    background-size: cover !important;
    object-fit: cover;
}

.page-hero-text h1 {
    color: #313131;
    font: normal normal bold 61px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.page-hero-text p {
    margin-bottom: 70px;
    color: #5fb541;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.page-hero-text p a {
    color: #666;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.btn-hero {
    padding: 14px 32px;
    color: #fff;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-hero:hover {
    color: #fff;
    background: #313131;
}


/* .side-nave-accordion-head {
    background: #5FB541 0% 0% no-repeat padding-box;
    border-radius: 10px;
} */

.finejewelry-page h1 {
    color: #313131;
    font: normal normal bold 43px/54px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.categories-side-nav .panel {
    margin-bottom: 17px;
}

.categories-side-nav .panel-heading {
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff 0 0 no-repeat padding-box;
}

.categories-side-nav .panel-heading a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 82px 25px 20px;
    font: normal normal bold 20px Playfair;
    letter-spacing: 0;
    word-wrap: break-word;
    box-shadow: 0 43px 59px #8d8d8d0a;
    border: 1px solid #eaebec;
    border-radius: 10px;
}

.categories-side-nav .panel-heading>a:before {
    content: "\f068";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    padding: 7%;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    text-align: center;
    background: #313131 0 0 no-repeat padding-box;
    box-shadow: 0 43px 59px #8d8d8d0a;
    border-radius: 0 10px 10px 0;
}

.categories-side-nav .panel-heading>a.collapsed:before {
    content: "\f067";
    width: 80px;
    height: 100%;
    padding: 7%;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    text-align: center;
    background: #5fb343 0 0 no-repeat padding-box;
    box-shadow: 0 43px 59px #8d8d8d0a;
    border-radius: 0 10px 10px 0;
}

.faqs-box .panel-heading>a:before,
.faqs-box .panel-heading>a.collapsed:before {
    border-radius: 10px !important;
}

.categories-side-nav .panel-heading>a {
    color: #fff;
    background: #5fb343 0 0 no-repeat padding-box;
}

.categories-side-nav .panel-heading>a.collapsed {
    color: #313131;
    background: #fff 0 0 no-repeat padding-box;
}

.categories-side-nav .panel-heading>a:hover,
.categories-side-nav .panel-heading>a:active,
.categories-side-nav .panel-heading>a:focus {
    text-decoration: none;
}

.custom-check .form-group {
    padding: 30px 20px;
    border: 1px solid #d6d8d9;
    border-radius: 10px;
}

.categories-side-nav .panel-collapse .form-group img {
    width: 35px;
    height: 35px;
}

.categories-side-nav .panel-collapse .form-group p {
    color: #666;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-transform: capitalize;
}

.categories-side-nav h2 {
    color: #313131;
    font: normal normal bold 20px/51px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-transform: capitalize;
}

.custom-check  .form-group .form-check {
    color: #666;
    font: normal normal normal 20px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}


/* .panel-heading {} */

.custom-check .form-group .form-check input[type="checkbox"] {
    width: 25px;
    height: 25px;
    padding-bottom: 20px;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d6d8d9;
    /* background: #5fb541; */
    border-radius: 2px;
    border-radius: 2px;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.custom-check .form-group .form-check input:checked {
    background-color: #5fb541;
    border: 1px solid #5fb541;
}

.custom-check .form-group .form-check input:checked::before {
    content: "\f00c";
    position: absolute;
    top: 0rem;
    right: 0;
    bottom: 0;
    left: 0rem;
    display: block;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    line-height: 25px;
    text-align: center;
    background-color: #5fb541;
}

.custom-check .form-group .form-check input:active {
    border: 1px solid #5fb541;
}

.custom-check .form-group .form-check input[type="checkbox"]:checked:before {
    background-color: #5fb541 !important;
}

.custom-check .form-group .form-check label {
    padding-bottom: 20px;
    padding-left: 15px;
}

.item-sort-bar {
    height: 90px;
    padding: 0 20px;
    background: #fafbfb 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
    border-radius: 5px;
}

.item-sort-bar img {
    width: 22px;
}

.sort-option label {
    margin-bottom: 0;
    color: #666;
    font: normal normal normal 20px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.sort-option {
    padding-top: 0;
}

.sort-option select {
    width: 100%;
}

.sort-option select:focus {
    color: #5fb541;
}

.sort-option select option {
    color: #666;
}

.sort-option select>option:hover {
    color: #1b517e;
    cursor: pointer;
}

.showing-results p {
    margin-bottom: 0;
    color: #666;
    font: normal normal normal 20px/20px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}


/* Product Details page */

.product-detail-right h1 {
    color: #313131;
    font: normal normal bold 34px/60px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.item-details-table-right table {
    color: #666;
    font: normal normal normal 22px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.item-details-table-right table td {
    padding-left: 0;
}

.item-details-table-right i {
    color: red;
}

.item-details-table-right .form-check input[type="radio"] {
    width: 20px;
    height: 20px;
}

.item-details-table-right-box {
    float: right;
    display: flex;
}

.product-detail-right .addToCartCounter .count {
    display: inline-block;
    min-width: 35px;
    padding: 2px 5px;
    color: #fff;
    font: normal normal bold 18px/23px Arial;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
}

.product-detail-right .addToCartCounter .plus {
    display: inline-block;
    width: 40px;
    height: 61px;
    margin-left: -10px;
    color: #fff;
    line-height: 61px;
    text-align: center;
    vertical-align: middle;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.product-detail-right .addToCartCounter .minus {
    display: inline-block;
    width: 40px;
    height: 61px;
    margin-right: -6px;
    color: #fff;
    line-height: 61px;
    text-align: center;
    vertical-align: middle;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}

.product-detail-right .addToCartCounter .minus:hover,
.product-detail-right .addToCartCounter .plus:hover {
    background: #313131;
}

.product-detail-right .addToCartCounter i {
    color: #fff;
    font-size: 18px;
}


/*Prevent text selection*/

.product-detail-right .addToCartCounter input[type="number"] {
    width: 65px;
    height: 61px;
    text-align: center;
    border: 0;
}

.product-detail-right .addToCartCounter input:disabled {
    background-color: #5fb541;
}

.product-detail-right .btn-addtocart {
    width: 339px;
    height: 61px;
    color: #fff;
    font: normal normal 600 20px/46px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.product-detail-right .btn-addtocart:hover {
    color: #fff;
    background: #313131;
}

.rating-system {
    margin-bottom: 50px;
}

.rating-system-box {
    padding: 40px;
    margin-top: 50px;
    background: #f5f5f5 0 0 no-repeat padding-box;
}

.rating-system-box .progress,
.rating-system-box .progress-bar {
    height: 20px;
    border-radius: 10px;
}

.rating-system-box .progress {
    margin-bottom: 25px;
}

.rating-system-stars {
    margin-top: -10px;
    font-size: 25px;
}

.rating-system-stars .rating {
    margin-bottom: 5px;
    margin-left: 20px;
}

.reviews-box {
    height: 640px;
    padding: 50px 50px 50px 25px;
    background: #f5f5f5;
}

.reviews-box .clients-info {
    padding-top: 10px;
    margin-left: 20px;
}

.reviews-box .clients-info p {
    color: #757575;
    font: normal normal normal 18px/23px Arial;
    letter-spacing: 0;
}

.reviews-box .clients-info h3 {
    color: #313131;
    font: normal normal normal 18px/23px Arial;
    letter-spacing: 0;
}

.clients-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.reviews-box-clients-detail {
    display: flex;
}

.clients-rating {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.clients-rating p {
    color: #313131;
    font: normal normal 500 18px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.clients-review-text {
    color: #757575;
    font: normal normal normal 18px/33px Arial;
    letter-spacing: 0;
}

.max-450 {
    overflow-y: auto;
    max-height: 450px;
}

.max-450,
.header-search-list,
.section-scrollbar {
    scrollbar-color: #666 #d6d8d9;
    scrollbar-width: thin;
}

.max-450::-webkit-scrollbar,
.ui-autocomplete::-webkit-scrollbar,
.header-search-list::-webkit-scrollbar,
.section-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.max-450::-webkit-scrollbar-track,
.ui-autocomplete::-webkit-scrollbar-track,
.header-search-list::-webkit-scrollbar-track,
.section-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d6d8d9;
}

.max-450::-webkit-scrollbar-thumb,
.ui-autocomplete::-webkit-scrollbar-thumb,
.header-search-list::-webkit-scrollbar-thumb,
.section-scrollbar::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
}

.max-450::-webkit-scrollbar-thumb:hover,
.ui-autocomplete::-webkit-scrollbar-thumb:hover,
.header-search-list::-webkit-scrollbar-thumb:hover,
.section-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.askquestion {
    width: 339px;
    height: 61px;
    margin-top: 46px;
    color: #fff;
    font: normal normal 600 20px/46px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    background: #5fb541;
}

.askquestion:hover {
    color: #fff;
    background: #313131;
}


/* model rating reviews */

.modal-ratingReviews .modal-content {
    padding: 10px 50px 50px 50px;
    border: none;
}

.modal-ratingReviews .modal-header {
    padding: 0;
    border: none;
}

.modal-ratingReviews .modal-header button span {
    font-size: 45px;
}

.modal-ratingReviews .modal-dialog {
    max-width: 900px;
    background: #fff 0 0 no-repeat padding-box;
    border: none;
    border-radius: 10px;
}

.modal-ratingReviews .modal-content h1 {
    padding-bottom: 25px;
    margin-top: -30px;
    color: #313131;
    font: normal normal bold 43px/45px Playfair;
    letter-spacing: 0.56px;
}

.modal-ratingReviews .modal-content .rating {
    font-size: 30px;
}

.modal-ratingReviews .modal-content p {
    color: #666;
    font: normal normal normal 22px/74px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.modal-ratingReviews .modal-content textarea {
    background: #f2f2f2 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-submit {
    width: 200px;
    height: 67px;
    margin-right: 30px;
    color: #fff;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-skip {
    width: 200px;
    height: 67px;
    color: #666;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
    border-radius: 5px;
}

.btn-submit:hover {
    color: #fff;
    background: #000;
}

.btn-skip:hover {
    color: #666;
}


/* model Ask a Question! */

.modal-askQuestion .modal-content {
    padding: 25px 50px 50px 50px;
    border: none;
}

.modal-askQuestion .modal-header {
    padding: 0;
}

.modal-askQuestion .modal-header p {
    margin-bottom: 0;
    color: #313131;
    font: normal normal 600 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.modal-askQuestion .modal-header button span {
    font-size: 45px;
}

.modal-askQuestion .modal-dialog {
    max-width: 900px;
    background: #fff 0 0 no-repeat padding-box;
    border: none;
    border-radius: 10px;
}

.modal-askQuestion .modal-body p {
    color: #5f6062;
    font: normal normal normal 20px/40px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-transform: capitalize;
}

.modal-askQuestion .modal-body label {
    color: #5f6062;
    font: normal normal normal 20px/30px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.modal-askQuestion .modal-body input {
    height: 67px;
    border: 1px solid #dbd3d3;
    border-radius: 5px;
}

.modal-askQuestion .modal-body textarea {
    border: 1px solid #dbd3d3;
    border-radius: 5px;
}

.btn-submit {
    width: 200px;
    height: 67px;
    margin-right: 30px;
    color: #fff;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-skip {
    width: 200px;
    height: 67px;
    color: #666;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
    border-radius: 5px;
}

.btn-submit:hover {
    color: #fff;
}

.btn-skip:hover {
    color: #666;
}


/* Add To Cart page */

.cart-page-section {
    margin-top: 150px;
}

.bg-addtocart {
    background: url("/img/banner/bg-addtocart.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

.addtocart-table {
    color: #fff;
    font: normal normal bold 20px/18px Playfair;
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border: 1px solid #5fb541;
}

.addtocart-table-body {
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    border: 1px solid #d6d8d9;
}

.addtocart-table-body img {
    width: 275px;
    height: 250px;
}

.addtocart-table-body .font-td-arial {
    font: normal normal bold 18px/23px Arial;
}

.addtocart-table-body i {
    font-size: 40px;
    cursor: pointer;
}

.addtocart-table-body i:hover {
    color: #e61219;
}

.coupon-form h1 {
    color: #313131;
    font: normal normal bold 34px/60px Playfair;
    letter-spacing: 0;
}

.btn-cart-page {
    padding: 14px 22px;
    color: #fff;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 4px;
}

.btn-cart-page:hover {
    color: #fff;
    background: #313131 0 0 no-repeat padding-box;
}

.coupon-form .form-group {
    width: 50%;
}

.coupon-form .form-group input {
    width: 100%;
    height: 60px;
}

.cart-total h1 {
    color: #313131;
    font: normal normal bold 34px/60px Playfair;
    letter-spacing: 0;
}

.cart-total tbody {
    color: #313131;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.cart-page-section .addToCartCounter .count {
    display: inline-block;
    min-width: 35px;
    padding: 2px 10px;
    color: #313131;
    font: normal normal bold 18px/23px Arial;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
}

.cart-page-section .addToCartCounter .plus {
    display: inline-block;
    width: 40px;
    height: 43px;
    margin-left: -10px;
    color: #313131;
    line-height: 43px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d6d8d9;
    cursor: pointer;
}

.cart-page-section .addToCartCounter .minus {
    display: inline-block;
    width: 40px;
    height: 43px;
    margin-right: -10px;
    color: #313131;
    line-height: 43px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d6d8d9;
    cursor: pointer;
}

.cart-page-section .addToCartCounter i {
    color: #313131;
    font-size: 18px;
}

.cart-page-section .addToCartCounter .minus:hover {
    background-color: #eee !important;
}

.cart-page-section .addToCartCounter .plus:hover {
    background-color: #eee !important;
}


/*Prevent text selection*/

.cart-page-section .addToCartCounter input {
    width: 72px;
    height: 43px;
    text-align: center;
    border: 0;
}

.cart-page-section .addToCartCounter input:disabled {
    background-color: white;
}


/* about us page */

.bg-about {
    background: url("/img/banner/bg-about.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

.about-founders {
    padding: 68px;
    margin-top: 120px;
    background: #f9f9f9;
}


/* .founders-card img {} */

.founders-card .founder-icon {
    padding: 37px 20px 20px 20px;
}

.founders-card .founder-icon img {
    width: 50px !important;
    height: 47px;
}

.founders-card h2 {
    color: #313131;
    font: normal normal bold 43px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.founders-card h1 {
    padding-top: 30px;
    color: #a3a4a5;
    font: normal normal bold 38px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.caratx-story {
    margin-top: 150px;
}

.caratx-story h1 {
    color: #313131;
    font: normal normal bold 43px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.caratx-story p {
    color: #5f6062;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.why-choose-us {
    margin-top: 150px;
}

.why-choose-us .why-choose-us-group {
    padding: 57px 40px;
    background: #fff;
    box-shadow: 1px 2px 24px rgba(0, 0, 0, 0.24);
}

.why-choose-us-icon {
    margin-bottom: 30px;
}

.why-choose-us-icon img {
    width: 60%;
}

.why-choose-us-card {
    padding: 10px 70px;
    margin-bottom: 50px;
}

.why-choose-us-card h2 {
    color: #313131;
    font: normal normal bold 43px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.why-choose-us-card p {
    color: #5f6062;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.what-ourcustomers-say {
    padding: 90px 30px;
    margin-top: 150px;
    background: #f9f9f9;
}

.what-ourcustomers-say h1 {
    padding-bottom: 20px;
    color: #313131;
    font: normal normal bold 43px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.what-ourcustomers-say p {
    color: #5f6062;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.what-ourcustomers-say h2 {
    padding-bottom: 20px;
    color: #313131;
    font: normal normal bold 20px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-transform: uppercase;
}

.what-ourcustomers-say h3 {
    padding-bottom: 20px;
    color: #5f6062;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.page-hero-text {
    padding-top: 14% !important;
}


/* Sell On CaratX */

.bg-sellOnCaratX {
    background: url("/img/banner/necklaces-pendants.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    object-fit: cover !important;
}

.sell-on-caratX-section {
    margin-top: 100px;
}

.sell-on-caratX-section h1 {
    color: #313131;
    font: normal normal bold 43px/60px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.sell-on-caratX-section h1 span {
    color: #5fb541;
}

.bg-sell-on-caratX-section {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #f9f9f9;
}

.bg-sell-on-caratX-section h1 {
    padding-bottom: 30px;
    color: #313131;
    font: normal normal bold 43px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.bg-sell-on-caratX-section p {
    color: #5fb541;
    font: normal normal normal 22px/28px Arial;
    letter-spacing: 0;
}

.ourmission p {
    color: #666;
    font: normal normal bold 22px/28px Arial;
    letter-spacing: 0;
    text-align: center;
}

.ourmission p span {
    color: #5fb541;
}

.termsandconditons {
    padding-right: 5%;
    padding-left: 5%;
    color: #757575;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}


/* checkout page */

.billing-details h1,
.differentaddress-heading,
.order-summary-table h1 {
    padding-bottom: 15px;
    color: #313131;
    font: normal normal bold 43px/26px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    border-bottom: 1px solid #313131;
}

.billing-details,
.ship-to-different-address,
.order-summary-table {
    padding: 30px 25px;
}

.billing-details label,
.different-address-form label {
    font: normal normal normal 22px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.billing-details label span,
.different-address-form label span {
    color: #f05326;
}

.billing-details input[type="text"],
.billing-details input[type="email"],
.billing-details input[type="number"],
.billing-details select,
.different-address-form select,
.different-address-form input[type="text"],
.different-address-form input[type="number"],
.different-address-form input[type="email"] {
    height: 60px;
    border: 1px solid #d6d8d9;
    border-radius: 5px;
}

.differentaddress-heading input[type="checkbox"] {
    width: 31px;
    height: 31px;
}

.differentaddress-heading label {
    padding-left: 40px;
    line-height: 40px;
}

.order-summary-table-products {
    width: 100%;
    height: 200px;
    margin: 10px;
}

.product-display img {
    width: 80px;
    height: 100px;
    object-fit: cover;
}

.product-display-text p {
    color: #666;
    font: normal normal normal 22px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.order-summary-table table {
    margin-top: 30px;
    color: #666;
    font: normal normal normal 22px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    border-top: 1px solid #d6d8d9;
}

.order-summary-table table td {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.card-choice label {
    padding-left: 20px;
    color: #666;
    font: normal normal normal 22px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.card-choice input[type="radio"] {
    width: 19px;
    height: 19px;
}

.cards-inline {
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    margin-bottom: 15px !important;
}

.cards-inline input[type="radio"] {
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 19px;
    height: 19px;
    padding: 3px;
    appearance: none;
    background-color: #fff;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #bbb;
    border-radius: 50%;
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cards-inline input[type="radio"]:checked {
    background-color: #5fb541;
    border: 1px solid #5fb541;
}

.cards-inline label {
    padding-left: 20px;
}

.card-details-input {
    padding: 22px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f2f2f2 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.card-details-input .form-group {
    margin-bottom: 0 !important;
}

.card-details-input .form-group input[type="text"] {
    background: transparent !important;
    border: none;
}

.btn-placeorder {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    color: #fff;
    font: normal normal 600 20px/26px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-placeorder:hover {
    color: #fff;
}


/* WE'VE RECEIVED YOUR ORDER */

.recived-hero-text h1 {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #313131;
    font: normal normal bold 43px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}

.recived-hero-text p,
.clint-details-fororder p,
.order-item-final-dedtails-header p,
.order-item-final-dedtails p,
.order-item-final-dedtails table,
.order-item-final-total table {
    color: #313131;
    font: normal normal normal 20px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.clint-details-fororder {
    padding-top: 100px;
    padding-bottom: 100px;
}

.order-item-final-dedtails-header {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.order-item-final-dedtails table td,
.order-item-final-dedtails table th,
.order-item-final-total table td {
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.order-item-final-total {
    margin-top: 50px;
}

.order-item-final-total table td span {
    width: 100%;
    border-top: 1px dashed #d6d8d970;
}

.btn-back {
    padding: 24px 54px;
    color: #fff;
    font: normal normal normal 18px/23px Arial;
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-back:hover {
    color: #fff;
    font: normal normal normal 18px/23px Arial;
    background: #313131 0 0 no-repeat padding-box;
}

.btn-export,
.btn-export2 {
    padding: 20px 15px;
    margin-left: 20px;
    color: #666;
    font: normal normal normal 18px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #f7f7f7 0 0 no-repeat padding-box;
}

.btn-export:hover,
.btn-export2:hover {
    color: #fff;
    background: #5fb541;
}

.btn-export:hover i,
.btn-export2:hover i {
    color: #fff;
}

.btn-export i {
    padding-right: 15px;
}


/* Diamond Guide */

.bg-DiamondGuide {
    background: url("/img/banner/bg-DiamondGuide.png") !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: cover !important;
    object-fit: cover;
}

.caratx-diamond-guide-details {
    margin-top: 80px;
}

.caratx-diamond-guide-details p {
    color: #5f6062;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.caratx-diamond-guide-details img {
    width: 80%;
}


/* your account page*/

.bg-yourAccount {
    background: url("/img/banner/bg-yourAccount.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

.your-account {
    margin-top: 100px;
}

.your-account .nav {
    display: block !important;
}

.your-account .nav-tabs li {
    line-height: 80px;
}

/* .your-account .nav li {} */

.account-tab-btn {
    padding: 18px 21px;
    color: #666;
    font: normal normal normal 22px/74px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
}

.account-tab-btn:hover {
    color: #5fb541;
    border-right: 1px solid #5fb541;
    border-left: 1px solid #5fb541;
}

.account-tab-btn svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: #666;
}

.account-tab-btn:hover svg {
    fill: #5fb541;
}

.nav-tabs li.active .account-tab-btn {
    color: #fff;
    background-color: #5fb541;
}

.nav-tabs li a.active {
    color: #fff;
    background-color: #5fb541;
    border: #5fb541;
}

.nav-tabs li a.active svg {
    fill: #fff;
}

.tab-content {
    padding: 35px 40px;
    border: 1px solid #d6d8d9;
}

.tab-content h2 {
    padding-bottom: 20px;
    color: #313131;
    font: normal normal 500 43px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    border-bottom: 1px solid #d6d8d9;
}

.tab-content label {
    padding-bottom: 15px;
}

.tab-content p,
.tab-content label {
    color: #313131;
    font: normal normal 500 22px/74px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.tab-content .form-group {
    padding-bottom: 0;
    margin-bottom: 12px;
}

.tab-content p,
.tab-content label {
    padding-bottom: 0;
    margin-bottom: 0;
}

.tab-content label span {
    color: #f05326;
}

.tab-content .form-group p,
.tab-content .form-check-inline label {
    color: #666;
    font: normal normal normal 22px/74px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.tab-content .form-check-inline label {
    margin-right: 50px;
}

.tab-content input:not(.select2-search__field),
.tab-content select:not(.select2) {
    height: 60px;
    margin-bottom: 0;
}

.tab-content input[type="radio"] {
    width: 19px;
    height: 19px;
    margin-right: 20px;
    margin-bottom: 12px;
}

.tab-content select option,
.tab-content input::placeholder,
.tab-content select::placeholder {
    color: #666;
    font: normal normal normal 22px/74px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.tab-content button {
    width: 100%;
    color: #fff;
    font: normal normal 500 22px/74px Poppins;
    font-family: "Poppins";
    line-height: 40px;
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
}

.tab-content button:hover {
    color: #fff;
    background: #313131;
}

.orderHistoryDetails .table thead tr th {
    padding: 0;
    color: #fff !important;
    font: normal normal 500 22px/74px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #5fb541 !important;
    border: none !important;
}

.orderHistoryDetails .table {
    color: #666;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    border-bottom: 1px solid #ddd;
}

.orderHistoryDetails .table td {
    padding: 0;
    color: #666;
    font: normal normal normal 22px/60px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    vertical-align: middle;
}

.orderHistoryDetails .table td .btn-orderHistory {
    padding: 10px 17px;
    color: #5fb541;
    font: normal normal normal 18px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: rgba(95, 181, 65, 0.18);
    border-radius: 5px;
}

.bg-video {
    background: url("/img/banner/bg-video.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

.videos nav,
.orderHistoryDetails nav {
    margin-top: 40px;
    margin-bottom: 30px;
}

.videos .pagination .page-link,
.orderHistoryDetails .pagination .page-link {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    color: #666;
    font: normal normal normal 22px/50px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    opacity: 0.76;
}

.videos .pagination .page-link i,
.orderHistoryDetails .pagination .page-link i {
    color: #666;
    font-size: 17px;
}

.videos .pagination .page-link:hover,
.orderHistoryDetails .pagination .page-link:hover {
    color: #5fb541;
    background: transparent;
    border-color: #5fb541;
}

.videos .pagination .page-link:hover i,
.orderHistoryDetails .pagination .page-link:hover i {
    color: #5fb541;
    font-size: 17px;
}

.videos .pagination a.active,
.orderHistoryDetails .pagination a.active {
    color: #fff;
    background: #5fb541;
    border-color: #5fb541;
}

.videos .pagination a.active i,
.orderHistoryDetails .pagination a.active i {
    color: #fff;
}

.orderHistoryDetails .account-btn-addcart {
    color: #fff !important;
    font: normal normal 500 22px/54px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #5fb541 !important;
    border-radius: 5px;
}

.form-social-icon h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #313131;
    font: normal normal bold 43px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
}


/* Custom Work Order */

.your-account-dashboard img {
    width: 25px;
}

.your-account-dashboard p {
    color: #666;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.your-account-dashboard-box {
    display: flex;
    margin-bottom: 20px;
    vertical-align: middle;
}

.your-account-dashboard-box p {
    padding: 15px 15px 15px 20px;
    color: #313131;
    font: normal normal 500 22px/74px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.your-account-dashboard-clint-img img {
    width: 48px;
    height: 48px;
}

.Custom-Order .nav {
    display: flex !important;
    border-bottom: none !important;
}

.Custom-Order .tab-content {
    border: none !important;
}

.btn-custom-order {
    width: 220px;
    margin-top: 30px;
    margin-right: 30px;
    color: #666;
    font: normal normal normal 22px/60px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    background: #f5f5f5 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.Custom-Order .tab-content h1 {
    color: #313131;
    font: normal normal 500 43px/74px Playfair;
    letter-spacing: 0;
    text-align: center;
}

.btn-green,
.btn-green01 {
    width: 150px;
    color: #fff;
    font: normal normal 500 18px/39px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-green01,
.btn-Cancel {
    width: 278px;
}

.btn-green:hover,
.btn-green01:hover {
    color: #fff;
    background: #313131 0 0 no-repeat padding-box;
}

.mw-150 {
    min-width: 160px !important;
}

.btn-green i {
    padding-left: 8px;
}

.Custom-Order .newOrder-box {
    padding-top: 80px;
}

.Custom-Order .newOrder-box img {
    width: 70%;
    padding-right: 100px;
}

.Custom-Order .selectJewelryType .form-group select option:focus {
    background: #f5f5f5 0 0 no-repeat padding-box;
    border: 1px solid #5fb541;
}

.formSelectionDisplay img {
    width: 80%;
}

.pendingOrders {
    margin-top: 80px;
}

.pendingOrders p {
    color: #666;
    font: normal normal normal 22px/60px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.pendingOrders p b {
    color: #313131;
}

.success-icon img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.success-icon h1 {
    margin-bottom: 50px;
    color: #313131;
    font: normal normal medium 43px/74px Playfair;
    letter-spacing: 0;
}

.Custom-Order .formSelectionDisplay .table th,
.Custom-Order .formSelectionDisplay .table td {
    padding: 0;
    padding-bottom: 20px;
}

.Custom-Order .custom-file {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
}


/* .Custom-Order .custom-file input[type="file"] {} */

input[type="file"]::file-selector-button {
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    color: #666;
    background-color: #d6d8d9;
    border: 1px solid #d6d8d9;
    border-radius: 0rem;
}

@media only screen and (max-width: 1650px) {
    input[type="file"]::file-selector-button {
        height: 45px;
    }
}


/* popup modal cancel */

.modal-cancel {
    height: 400px !important;
}

.modal-cancel .modal-content {
    padding: 20px;
}

.modal-cancel .modal-dialog {
    max-width: 500px;
    background: #fff 0 0 no-repeat padding-box;
    border: none;
    border-radius: 11px;
}

.modal-cancel .modal-content {
    border: none;
}

.modal-cancel .modal-content span i {
    color: #c51a1a;
    font-size: 50px;
}

.modal-cancel .modal-content h1 {
    padding-top: 20px;
    color: #313131;
    font: normal normal 500 35px/40px Playfair;
    letter-spacing: 0;
}

.modal-cancel .modal-content p {
    color: #666;
    font: normal normal normal 20px/40px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.btn-no {
    min-width: 170px;
    margin-right: 30px;
    color: #666;
    font: normal normal 500 22px/35px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #ccc 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-cancelOrder {
    color: #fff;
    font: normal normal 500 22px/35px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #c51a1a 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-no:hover {
    background: #d9d9d9;
}

.btn-cancelOrder:hover {
    color: #fff;
}


/* Services page */

.why-choose-us h1 {
    color: #313131;
    font: normal normal bold 43px/74px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-align: center;
}

.why-choose-us h3 {
    margin-bottom: 20px;
    color: #313131;
    font: normal normal bold 25px/34px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-align: center;
}

.why-choose-us h1 span {
    color: #5fb541;
}

.bg-Services {
    background: url("/img/banner/bg-Services.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    object-fit: cover;
}

.benefits {
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.benefits img {
    width: 100%;
}

.benefits h1 {
    padding-left: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #313131;
    font: normal normal bold 43px/35px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    border-left: 3px solid #5fb541;
}

.benefits p {
    color: #757575;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.benefits ul {
    padding-left: 20px;
    color: #5fb541;
}

.benefits ul li {
    padding-bottom: 20px;
    font: normal normal normal 28px/27px Poppins;
    font-family: "Poppins";
}

.benefits ul li span {
    color: #757575;
    font: normal normal normal 22px/30px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.why-choose-us hr {
    width: 10%;
    margin-bottom: 50px;
    text-align: center;
    border: 2px solid #5fb541;
}

.bg-privacy-policy {
    background: url("/img/banner/bg-privacy-policy.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    object-fit: cover;
}


/* Frequently Asked Questions page */

.bg-faq {
    background: url("/img/banner/bg-faq.png") !important;
    background-position: center center !important;
    object-fit: cover;
}

.faqs {
    margin-top: 150px;
}

.faqs h2 {
    padding-bottom: 25px;
    color: #313131;
    font: normal normal bold 43px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-align: center;
}

.faqs p {
    width: 70%;
    margin: auto;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
}

.faqs p span {
    color: #5fb541;
}

.faqs .panel-group {
    margin-top: 40px;
}

.faqs .panel-group .panel-collapse {
    text-align: left;
    box-shadow: 0 43px 59px #8d8d8d0a;
    border: 1px solid #d6d8d9;
    border-radius: 0 0 10px 10px;
}

.faqs .panel-group .panel-collapse p {
    width: 100% !important;
    padding: 30px 25px 50px 25px !important;
    text-align: left !important;
}


/* invoice page */

.bg-invoice {
    height: 100vh;
    background: url("/img/banner/bg-invoice.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

.invoice {
    margin-top: 100px;
}

.invoice-table-1 thead {
    color: #5fb541;
    font: normal normal 500 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.invoice-table-1 thead th {
    padding-right: 0;
    padding-left: 0;
}

.invoice-table-1 tbody,
.invoice-table-2 tbody {
    color: #5f6062;
    font: normal normal normal 20px/30px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.invoice-table-1 tbody td,
.invoice-table-2 tbody td {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.invoice-table-2-sub td {
    padding-bottom: 35px !important;
}

.invoice-table-2 {
    margin-top: 150px;
}

.table-2-sub {
    border-style: dashed !important;
}

.invoice-table {
    padding-right: 60px;
    border-right: 1px solid #dee2e6;
}

.invoice-box {
    padding-right: 10%;
    padding-left: 10%;
}

.invoice-total-right p {
    padding-bottom: 40px;
    color: #5fb541;
    font: normal normal 500 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.invoice-total-right p span {
    color: #5f6062;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.invoice-total-right .amountdue {
    color: #5f6062;
    font: normal normal 500 43px/64px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.invoice-btn {
    margin-top: 100px;
}

.invoice-terms {
    margin-top: 100px;
    margin-bottom: 50px;
}

.invoice-terms p {
    width: 70%;
    color: #5f6062;
    font: normal normal normal 18px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.thank-you-text {
    position: relative;
}

.invoice-terms h1 {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #5f6062;
    font: normal normal 500 43px/64px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-decoration: underline;
    text-transform: uppercase;
}

.related-products {
    position: relative;
    margin-top: 100px;
}

.related-products h1 {
    color: #313131;
    font: normal normal bold 61px/60px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-transform: capitalize;
}


/* modal-success */

.modal-success .modal-content {
    position: relative;
    overflow: hidden;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.modal-success h1 {
    font: normal normal bold 35px/40px Playfair;
}

.modal-success button {
    width: 150px;
    margin-bottom: 15px;
    color: #5fb541;
    background: #fff;
    border: 1px solid #5fb541;
}

.circle01 {
    position: absolute;
    top: -60px;
    right: -60px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background: #5fb541;
    border-radius: 50%;
}

.circle02 {
    position: absolute;
    bottom: -120px;
    left: -60px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background: #5fb541;
    border-radius: 50%;
}


/* Bracelet */

.bg-bracelet {
    background: url("/img/banner/bg-bracelet.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

.findYourDream-box {
    height: 1289px;
    background: #f3f3f3;
    box-shadow: 1px 2px 18px rgba(0, 0, 0, 0.1);
    border: 1px solid #d6d8d9;
    border-radius: 34px;
}


/* range slider */

.rangeForPrice {
    margin-bottom: 50px;
}

.range-slider {
    /* text-align: center; */
    position: relative;
    width: 100%;
}

.range-slider .rangeValues {
    display: block;
    margin-bottom: 20px;
    color: #707070;
    font: normal normal normal 20px/30px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.range-slider input[type="range"] {
    position: absolute;
    left: 0;
    width: 100%;
    border: 1px solid white;
    -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #5fb541;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    background: #fff;
    border: none;
    border: 1px solid #5fb541;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.range-slider input[type="range"]:focus {
    outline: none;
}

.range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #5fb541;
}

.range-slider input[type="range"]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #5fb541;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #5fb541;
    border: none;
    border-radius: 50%;
}


/*hide the outline behind the border*/

.range-slider input[type="range"]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.range-slider input[type="range"]::-ms-track {
    z-index: -4;
    width: 300px;
    height: 5px;
    /*remove default tick marks*/
    color: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
}

.range-slider input[type="range"]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

.range-slider input[type="range"]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

.range-slider input[type="range"]::-ms-thumb {
    width: 16px;
    height: 16px;
    background: #21c1ff;
    border: none;
    border-radius: 50%;
}

.range-slider input[type="range"]:focus::-ms-fill-lower {
    background: #888;
}

.range-slider input[type="range"]:focus::-ms-fill-upper {
    background: #ccc;
}


/* contactus page */

.bg-contact {
    background: url("/img/banner/bg-contact.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover !important;
    object-fit: cover;
}

.contactus {
    margin-top: 70px;
    background: url("/img/banner/bg-map.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.contactus h2 {
    color: #313131;
    font: normal normal bold 43px/52px Playfair;
    font-family: "Playfair Display";
    letter-spacing: 0;
    text-align: center;
}

.contactus hr {
    width: 10%;
    margin-top: 10px;
    border: 1px solid #48ad42;
}

.contactus p {
    color: #757575;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
}

.contactus form .form-group {
    margin-bottom: 30px;
}

.contactus form input[type="text"],
.contactus form input[type="email"] {
    height: 61px;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
    border-radius: 5px;
}

.contactus form input::placeholder,
.contactus form textarea::placeholder {
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    /* Firefox */
}

.contactus form input:-ms-input-placeholder,
.contactus form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.contactus form input ::-ms-input-placeholder,
.contactus form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.btn-large {
    width: 100%;
    height: 67px;
    color: #fff;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-transform: uppercase;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-large:hover {
    color: #fff;
    background: #313131 0 0 no-repeat padding-box;
}

.contactus .contact-details,
.contact-map {
    margin-left: 100px;
}

.contactus .contact-details p {
    color: #757575;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: left;
}

.contact-details-box {
    display: flex;
    padding-bottom: 20px;
    line-height: 60px;
}

.contact-details-box img {
    height: 60px;
    margin-right: 20px;
}

.contact-map iframe {
    width: 100%;
    height: 350px;
}


/* videos page */

.videos h2 {
    color: #313131;
    font: normal normal bold 43px/74px Operetta 18;
    letter-spacing: 0;
    text-transform: capitalize;
}

.videos p {
    width: 80%;
    color: #5f6062;
    font: normal normal medium 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.videos iframe {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

#colorpicker_wrapper {
    margin-bottom: 20px;
}

#colorpicker_wrapper input[type="text"] {
    height: 39px;
    padding-left: 10px;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d6d8d9;
    border-radius: 5px;
}

.optionhide {
    display: none;
}

.customorderproduct {
    display: none;
}

.info-modal {
    position: absolute;
    top: 50%;
    left: 0;
    width: 400px;
    padding: 15px;
    background: #fff;
    border: 1px solid #d6d8d9;
    border-bottom: 3px solid #5fb541;
    border-radius: 5px;
}

.info-modal .close {
    color: #fff !important;
    line-height: 1.3 !important;
    opacity: 1 !important;
}

.info-modal .modal-header {
    padding: 5px 10px;
    color: #fff;
    font: normal normal normal 16px/23px Arial;
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.info-modal .about-product-box {
    display: flex;
    margin-top: 15px;
}

.info-modal .about-product-box img {
    width: 113px;
    height: 113px;
}

.info-modal .about-product {
    padding: 0 20px;
}

.info-modal .about-product p {
    margin-bottom: 30px;
    color: #666;
    font: normal normal normal 16px/23px Arial;
    letter-spacing: 0;
}

.btn-checkout {
    color: #fff;
    font: normal normal normal 14px/23px Arial;
    letter-spacing: 0;
    background: #5fb541 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-checkout:hover {
    color: #fff;
}

.show-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* .rc-anchor-light.rc-anchor-normal {
    border: 0 !important;
}

.rc-anchor-light {
    background: #fff !important;
}

.rc-anchor-light {
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
} */

.orderHistoryDetails .table img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
}


/* responsiveness */

@media only screen and (max-width: 1650px) {
    .btn-no,
    .btn-cancelOrder {
        font: normal normal 400 14px/25px Poppins;
        font-family: "Poppins";
    }
    .btn-no {
        min-width: 130px;
        margin-right: 15px;
    }
    .section-hedding h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .section-hedding a {
        color: #48ad42;
        font: normal normal normal 16px/30px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
        text-transform: capitalize;
    }
    .section-hedding a:hover {
        color: #5fb541;
    }
    .page-hero-text {
        padding-top: 14% !important;
    }
    .page-hero-text h1 {
        margin-bottom: 0;
        font: normal normal bold 45px/68px Playfair;
    }
    .page-hero-text p {
        padding-left: 5px;
        margin-bottom: 30px;
        font: normal normal normal 16px/36px Poppins;
        font-family: "Poppins";
    }
    .page-hero-text p a {
        font: normal normal normal 16px/36px Poppins;
        font-family: "Poppins";
    }
    /* cta free shopping */
    .cta-freeshipping p span {
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
        letter-spacing: 3.52px;
    }
    .cat-freeshipping-box {
        padding: 70px 85px;
    }
    .cta-freeshipping h2 {
        padding-top: 0;
        padding-bottom: 20px;
        font: normal normal bold 35px/45px Playfair;
        letter-spacing: 0.56px;
    }
    .btn-cta-01 {
        padding: 10px 20px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    /* coming soon */
    .coming-soon {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .coming-soon h1 {
        font: normal normal bold 45px/74px Playfair;
    }
    .coming-soon h2 {
        padding-right: 70px;
        font: normal normal bold 35px/54px Playfair;
    }
    .coming-soon p {
        margin-bottom: 50px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .btn-cta-02 {
        padding: 15px 30px;
        color: #fff;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    /* exclusive diamond */
    .exclusive-diamond {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .exclusive-diamond-box {
        padding-top: 100px;
    }
    .exclusive-diamond span {
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    .exclusive-diamond h1 {
        font: normal normal bold 45px/54px Playfair;
    }
    .exclusive-diamond p {
        padding-bottom: 20px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .exclusive-diamond img {
        width: 80%;
    }
    .exclusive-diamond .card img {
        width: 100%;
        height: 300px;
    }
    /* idea to reality */
    .idea-to-reality {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .idea-to-reality span {
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    .idea-to-reality h1 {
        width: 80%;
        margin-bottom: 50px;
        font: normal normal bold 45px/55px Playfair;
    }
    .idea-to-reality p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    /* Caratx Diamond Guide */
    .caratx-diamond-guide {
        padding-bottom: 50px;
    }
    .caratx-diamond-guide span {
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    .caratx-diamond-guide h1 {
        margin-bottom: 30px;
        font: normal normal bold 45px/55px Playfair;
    }
    .caratx-diamond-guide p {
        color: #666;
        font: normal normal normal 16px/30px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .caratx-diamond-guide ul {
        padding-left: 20px !important;
        margin: 0 !important;
    }
    .caratx-diamond-guide ul li {
        font: normal normal normal 20px/30px Poppins;
        font-family: "Poppins";
    }
    .caratx-diamond-guide ul li span {
        font: normal normal normal 16px/30px Poppins;
        font-family: "Poppins";
    }
    .caratx-diamond-guide-side ul li span {
        font: normal normal normal 16px/66px Poppins;
        font-family: "Poppins";
    }
    .caratx-diamond-guide-side ul li .ct-1 {
        text-align: center;
    }
    .caratx-diamond-guide-side ul li .ct-1 img {
        width: 60%;
    }
    .caratx-diamond-guide-side ul li .ct-2 img {
        width: 55%;
    }
    .caratx-diamond-guide-side ul li .ct-3 img {
        width: 50%;
    }
    .caratx-diamond-guide-side ul li .ct-4 img {
        width: 45%;
    }
    .caratx-diamond-guide-side ul li .ct-5 img {
        width: 40%;
    }
    .caratx-diamond-guide-side ul li .ct-6 img {
        width: 35%;
    }
    /* sign in page css start */
    /* .sign-in-page {} */
    .login-form {
        padding: 34px 45px 10px 45px;
    }
    .form-imge-box {
        width: 100%;
        padding: 15px;
    }
    .form-imge-box img {
        width: 100px;
        height: 100px;
    }
    form h2 {
        font: normal normal bold 35px/45px Playfair;
    }
    form h1 {
        font: normal normal bold 35px/65px Playfair;
    }
    form h3 {
        margin-bottom: 30px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .sign-in-page .login-form .input-group input {
        height: 47px;
        margin-top: -3px;
    }
    .sign-in-page .login-form button {
        height: 47px;
        margin-top: 30px;
        font: normal normal normal 16px/33px Poppins;
        font-family: "Poppins";
    }
    .sign-in-page .login-form .form-group label {
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    input::placeholder,
    .sign-in-page .login-form .input-group .form-control:-ms-input-placeholder,
    .sign-in-page .login-form .input-group .form-control::-ms-input-placeholder {
        font: normal normal normal 16px/36px Poppins;
        font-family: "Poppins";
    }
    .sign-in-page .login-form .input-group .input-envelope-icon-left {
        top: 10px;
    }
    .m-top-ad label {
        margin-top: -15px;
    }
    .sign-in-page .login-form .input-group i {
        font-size: 20px;
    }
    .sign-in-page .login-form .input-group .input-lock-icon-left {
        top: 10px;
    }
    .sign-in-page .login-form .input-group .input-eye-icon-right {
        top: 9px;
        right: 17px;
    }
    .login-form .bottom-action input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-top: 2px;
    }
    .bottom-action {
        height: 30px;
        padding-top: 10px;
    }
    .login-form .bottom-action label span {
        padding-left: 10px;
        font: normal normal normal 14px/20px Poppins;
        font-family: "Poppins";
    }
    .login-form .bottom-action a {
        font: normal normal normal 14px/20px Poppins !important;
        font-family: "Poppins";
    }
    .login-form p {
        padding-top: 10px;
        font: normal normal normal 15px/25px Poppins;
        font-family: "Poppins";
    }
    .sign-up-caratx-gazette-bg .rest-password-success {
        width: 35%;
        padding: 10px;
    }
    .sign-up-caratx-gazette-bg .rest-password-success span {
        float: right;
    }
    .sign-up-caratx-gazette-bg .rest-password-success span i {
        font-size: 22px;
    }
    .rest-password-success-box {
        padding-top: 25px;
    }
    .rest-password-success-box img {
        padding-bottom: 24px;
    }
    .rest-password-success-box h2 {
        font: normal normal bold 20px/23px Poppins;
        font-family: "Poppins";
    }
    .rest-password-success-box p {
        padding-top: 15px;
        padding-bottom: 10px;
        font: normal normal normal 18px/23px Arial;
    }
    /* Sign Up for the Caratx Gazette */
    .sign-up-caratx-gazette i {
        font-size: 35px;
    }
    .sign-up-caratx-gazette h1 {
        font: normal normal bold 25px/35px Playfair;
    }
    .sign-up-caratx-gazette hr {
        width: 5%;
    }
    .sign-up-caratx-gazette p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .sign-up-caratx-gazette ul li {
        font: normal normal normal 12px/18px Poppins;
        font-family: "Poppins";
    }
    .sign-up-caratx-gazette ul li i {
        padding-left: 8px;
        color: #8d8c8c;
        font-size: 12px;
    }
    .page-footer {
        padding-top: 30px;
    }
    .page-footer p {
        padding-top: 20px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .page-footer ul {
        padding-bottom: 15px;
    }
    .page-footer ul li a,
    .page-footer ul li a:hover {
        font-size: 24px;
    }
    .footer-navbar {
        width: 100%;
    }
    .footer-navbar ul {
        width: 60%;
        padding: 40px 40px 10px;
        margin: 0;
    }
    .footer-navbar ul li a,
    .footer-navbar ul li a:hover {
        font: normal normal normal 13px/25px Poppins;
        font-family: "Poppins";
    }
    /* ========= */
    /* create an account */
    .header-side-imge {
        padding-top: 15%;
        padding-left: 15%;
    }
    .header-side-imge img {
        width: 100%;
    }
    .create-an-account-form {
        padding: 17px 40px 10px 40px;
        margin-right: 6%;
        margin-left: 6%;
    }
    .create-an-account-form h2 {
        padding-bottom: 18px;
        font: normal normal bold 35px/55px Playfair;
    }
    .create-an-account-form .form-group {
        margin-bottom: 18px;
    }
    .create-an-account-form .form-group label {
        margin-bottom: 7px;
        font: normal normal normal 16px/33px Poppins;
        font-family: "Poppins";
    }
    .create-an-account-form .form-group input,
    .create-an-account-form .form-group select {
        height: 40px;
    }
    .create-an-account-form .form-group .form-check {
        padding-top: 15px;
    }
    .create-an-account-form .form-group input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
    .create-an-account-form .form-group .form-check-label {
        margin-left: 20px;
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    .create-an-account-form .form-group button {
        height: 40px;
        margin-bottom: 30px;
        font: normal normal normal 16px/20px Poppins;
        font-family: "Poppins";
    }
    .create-an-account-form .form-group button:hover {
        background: #313131;
    }
    .create-an-account-form .form-social-icon {
        padding-top: 8px;
    }
    .create-an-account-form .form-social-icon img {
        width: 80%;
    }
    /* aboutpage */
    .btn-hero {
        padding: 13px 22px;
        font: normal normal normal 16px/36px Poppins;
        font-family: "Poppins";
    }
    .about-founders {
        padding: 50px 10px;
        margin-top: 50px;
    }
    .founders-card {
        margin-top: 20px;
    }
    .founders-card img {
        width: 48%;
    }
    .founders-card .founder-icon {
        padding: 25px 10px 20px 10px;
    }
    .founders-card .founder-icon img {
        width: 40px !important;
        height: 37px;
    }
    .founders-card h2 {
        font: normal normal bold 30px/52px Playfair;
    }
    .founders-card h1 {
        padding-top: 0;
        font: normal normal bold 25px/25px Playfair;
    }
    .caratx-story {
        margin-top: 50px;
    }
    .caratx-story h1 {
        font: normal normal bold 35px/74px Playfair;
    }
    .caratx-story p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .why-choose-us .why-choose-us-group {
        padding: 20px;
    }
    .why-choose-us-icon {
        margin-bottom: 20px;
    }
    .why-choose-us-icon img {
        width: 48%;
    }
    .why-choose-us-card {
        padding: 10px 50px;
        margin-bottom: 45px;
    }
    .why-choose-us-card h2 {
        font: normal normal bold 25px/30px Playfair;
    }
    .why-choose-us-card p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .why-choose-us {
        margin-top: 50px;
    }
    .why-choose-us h1 {
        font: normal normal bold 35px/24px Playfair;
    }
    .why-choose-us h3 {
        margin-bottom: 20px;
        font: normal normal bold 18px/25px Playfair;
    }
    .benefits {
        padding-right: 5%;
        padding-left: 5%;
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .benefits h1 {
        padding-left: 15px;
        margin-top: 25px;
        margin-bottom: 25px;
        font: normal normal bold 35px/35px Playfair;
        border-left: 3px solid #5fb541;
    }
    .benefits p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .benefits ul {
        padding-left: 20px;
    }
    .benefits ul li {
        padding-bottom: 10px;
        font: normal normal normal 18px/25px Poppins;
        font-family: "Poppins";
    }
    .benefits ul li span {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .why-choose-us hr {
        width: 10%;
        margin-bottom: 50px;
        border: 2px solid #5fb541;
    }
    .what-ourcustomers-say {
        padding: 90px 30px;
        margin-top: 50px;
        background: #f9f9f9;
    }
    .what-ourcustomers-say h1 {
        padding-bottom: 5px;
        font: normal normal bold 35px/35px Playfair;
    }
    .what-ourcustomers-say p {
        font: normal normal normal 16px/22px Poppins;
        font-family: "Poppins";
    }
    .what-ourcustomers-say h2 {
        padding-bottom: 0;
        font: normal normal bold 20px/25px Playfair;
    }
    .what-ourcustomers-say h3 {
        padding-bottom: 0;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    /* Product Details page */
    .product-detail-right h1 {
        font: normal normal bold 25px/45px Playfair;
    }
    .item-details-table-right table {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .item-details-table-right table td {
        padding-bottom: 0;
    }
    .item-details-table-right .form-check input[type="radio"] {
        width: 16px;
        height: 16px;
    }
    .product-detail-right .addToCartCounter .count {
        min-width: 35px;
        font: normal normal bold 18px/23px Arial;
        line-height: 30px;
    }
    .product-detail-right .addToCartCounter .plus {
        width: 35px;
        height: 50px;
        margin-left: -10px;
        line-height: 50px;
    }
    .product-detail-right .addToCartCounter .minus {
        width: 35px;
        height: 50px;
        margin-right: -4px;
        line-height: 50px;
    }
    .product-detail-right .addToCartCounter i {
        font-size: 15px;
    }
    /*Prevent text selection*/
    .product-detail-right .addToCartCounter input[type="number"] {
        width: 50px;
        height: 50px;
        border: 0;
    }
    .product-detail-right .btn-addtocart {
        width: 250px;
        height: 50px;
        font: normal normal 600 16px/36px Poppins;
        font-family: "Poppins";
    }
    .rating-system {
        margin-bottom: 30px;
    }
    .rating-system-box {
        padding: 35px;
        margin-top: 0;
    }
    .rating-system-box .progress,
    .rating-system-box .progress-bar {
        height: 15px;
        border-radius: 10px;
    }
    .rating-system-box .progress {
        margin-bottom: 20px;
    }
    .rating-system-stars {
        margin-top: -10px;
        font-size: 20px;
    }
    .rating-system-stars .rating {
        margin-bottom: 0;
        margin-left: 20px;
    }
    .reviews-box {
        height: auto;
        max-height: 470px;
        padding: 20px 40px;
    }
    .reviews-box .clients-info {
        padding-top: 5px;
        margin-left: 20px;
    }
    .reviews-box .clients-info p {
        font: normal normal normal 14px/10px Arial;
    }
    .reviews-box .clients-info h3 {
        font: normal normal normal 16px/10px Arial;
    }
    .clients-img img {
        width: 75px;
        height: 75px;
    }
    .clients-rating {
        padding-top: 0;
        margin-bottom: 0;
    }
    .clients-rating p {
        color: #313131;
        font: normal normal 500 15px/25px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .clients-review-text {
        font: normal normal normal 15px/25px Arial;
    }
    .askquestion {
        width: 255px;
        height: 50px;
        margin-top: 36px;
        font: normal normal 600 16px/40px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    /* model rating reviews */
    .modal-ratingReviews {
        height: 450px;
    }
    .modal-ratingReviews .modal-content {
        padding: 30px 20px;
        border: none;
    }
    .modal-ratingReviews .modal-header button span {
        font-size: 35px;
    }
    .modal-ratingReviews .modal-dialog {
        max-width: 500px;
    }
    .modal-ratingReviews .modal-content h1 {
        padding-bottom: 10px;
        margin-top: -30px;
        font: normal normal bold 25px/25px Playfair;
    }
    .modal-ratingReviews .modal-content .rating {
        font-size: 20px;
    }
    .modal-ratingReviews .modal-content p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .modal-ratingReviews .modal-content textarea {
        background: #f2f2f2 0 0 no-repeat padding-box;
        border-radius: 5px;
    }
    .btn-submit {
        width: 150px;
        height: 50px;
        margin-right: 30px;
        font: normal normal normal 16px/33px Poppins;
        font-family: "Poppins";
    }
    .btn-skip {
        width: 150px;
        height: 50px;
        font: normal normal normal 16px/33px Poppins;
        font-family: "Poppins";
    }
    .btn-submit:hover {
        color: #fff;
    }
    .btn-skip:hover {
        color: #666;
    }
    /* model Ask a Question! */
    .modal-askQuestion {
        max-height: 600px;
    }
    .modal-askQuestion .modal-content {
        padding: 25px 20px;
        border: none;
    }
    .modal-askQuestion .modal-header {
        padding: 10px;
    }
    .modal-askQuestion .modal-header p {
        margin-bottom: 0;
        font: normal normal 600 16px/26px Poppins;
        font-family: "Poppins";
    }
    .modal-askQuestion .modal-header button span {
        font-size: 35px;
    }
    .modal-askQuestion .modal-dialog {
        max-width: 500px;
    }
    .modal-askQuestion .modal-body p {
        font: normal normal normal 16px/40px Poppins;
        font-family: "Poppins";
    }
    .modal-askQuestion .modal-body label {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .modal-askQuestion .modal-body input {
        height: 50px;
    }
    .btn-submit {
        width: 150px;
        height: 50px;
        margin-right: 30px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .btn-skip {
        width: 150px;
        font: normal normal normal 16px/33px Poppins;
        font-family: "Poppins";
    }
    .btn-submit:hover {
        color: #fff;
    }
    .btn-skip:hover {
        color: #666;
    }
    /* Add To Cart page */
    .cart-page-section {
        margin-top: 30px;
    }
    .addtocart-table {
        height: 50px;
        font: normal normal bold 16px/18px Playfair;
    }
    .addtocart-table-body {
        font: normal normal normal 16px/18px Poppins;
        font-family: "Poppins";
    }
    .addtocart-table-body td {
        padding-top: 0;
        /* padding-bottom: 0; */
    }
    .addtocart-table-body img {
        width: 180px;
        height: 180px;
    }
    .addtocart-table-body .font-td-arial {
        font: normal normal bold 14px/18px Arial;
    }
    .addtocart-table-body i {
        font-size: 30px;
    }
    .coupon-form h1 {
        font: normal normal bold 25px/40px Playfair;
    }
    .btn-cart-page {
        padding: 10px 25px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .coupon-form .form-group {
        width: 50%;
    }
    .coupon-form .form-group input {
        width: 100%;
        height: 45px;
    }
    .cart-total h1 {
        margin-top: 60px;
        font: normal normal bold 25px/40px Playfair;
    }
    .cart-total tbody {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .cart-page-section .addToCartCounter .count {
        font: normal normal bold 14px/23px Arial;
        line-height: 30px;
    }
    .cart-page-section .addToCartCounter .plus {
        width: 35px;
        height: 35px;
        margin-left: -5px;
        line-height: 35px;
    }
    .cart-page-section .addToCartCounter .minus {
        width: 35px;
        height: 35px;
        margin-right: -5px;
        line-height: 35px;
    }
    .cart-page-section .addToCartCounter i {
        font-size: 15px;
    }
    /*Prevent text selection*/
    .cart-page-section .addToCartCounter input {
        width: 55px;
        height: 35px;
        border: 0;
    }
    /* Sell On CaratX */
    .sell-on-caratX-section {
        margin-top: 50px;
    }
    .sell-on-caratX-section h1 {
        font: normal normal bold 35px/50px Playfair;
    }
    .bg-sell-on-caratX-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bg-sell-on-caratX-section h1 {
        padding-bottom: 10px;
        font: normal normal bold 33px/42px Playfair;
    }
    .bg-sell-on-caratX-section p {
        font: normal normal normal 18px/20px Arial;
    }
    .ourmission p {
        font: normal normal bold 18px/20px Arial;
    }
    .termsandconditons {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    /* checkout page */
    .billing-details h1,
    .differentaddress-heading,
    .order-summary-table h1 {
        font: normal normal bold 33px/26px Playfair;
    }
    .billing-details label,
    .different-address-form label {
        font: normal normal normal 16px/27px Poppins;
        font-family: "Poppins";
    }
    .billing-details input[type="text"],
    .billing-details input[type="email"],
    .billing-details input[type="number"],
    .billing-details select,
    .different-address-form select,
    .different-address-form input[type="text"],
    .different-address-form input[type="number"],
    .different-address-form input[type="email"] {
        height: 50px;
    }
    .differentaddress-heading input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }
    .differentaddress-heading label {
        padding-left: 40px;
        line-height: 40px;
    }
    .product-display-text p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .order-summary-table table {
        margin-top: 30px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .order-summary-table table td {
        padding: 15px 0 !important;
    }
    .card-choice label {
        padding-left: 10px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .card-choice input[type="radio"] {
        width: 16px;
        height: 16px;
    }
    .cards-inline {
        display: flex;
        justify-content: flex-start;
        padding-top: 25px;
    }
    .cards-inline input[type="radio"] {
        width: 16px;
        height: 16px;
    }
    .cards-inline label {
        padding-left: 8px;
    }
    .cards-inline label img {
        width: 75%;
    }
    .card-details-input {
        padding: 16px 25px;
        margin-bottom: 20px;
    }
    .card-details-input .form-group {
        margin-bottom: 0 !important;
    }
    .card-details-input .form-group img {
        width: 75%;
    }
    .btn-placeorder {
        padding-top: 10px;
        padding-bottom: 10px;
        font: normal normal 600 16px/26px Poppins;
        font-family: "Poppins";
    }
    /* WE'VE RECEIVED YOUR ORDER */
    .recived-hero-text h1 {
        margin-top: 30px;
        margin-bottom: 20px;
        font: normal normal bold 33px/42px Playfair;
    }
    .recived-hero-text p,
    .clint-details-fororder p,
    .order-item-final-dedtails-header p,
    .order-item-final-dedtails p,
    .order-item-final-dedtails table,
    .order-item-final-total table {
        font: normal normal normal 15px/25px Poppins;
        font-family: "Poppins";
    }
    .clint-details-fororder {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .order-item-final-dedtails-header {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
    .order-item-final-dedtails-header img {
        width: 80% !important;
    }
    .order-item-final-dedtails table td,
    .order-item-final-total table td {
        padding: 0 !important;
        padding-bottom: 8px !important;
    }
    .order-item-final-total {
        margin-top: 25px;
    }
    .order-item-final-total table td span {
        width: 100%;
        border-top: 1px dashed #d6d8d970;
    }
    .btn-back {
        padding: 15px 34px;
        font: normal normal normal 14px/23px Arial;
    }
    .btn-back:hover {
        font: normal normal normal 14px/23px Arial;
    }
    .btn-export,
    .btn-export2 {
        padding: 12px 15px;
        margin-left: 10px;
        font: normal normal normal 14px/23px Poppins;
        font-family: "Poppins";
    }
    .btn-export i {
        padding-right: 10px;
    }
    /* Diamond Guide */
    .caratx-diamond-guide-details {
        margin-top: 80px;
    }
    .caratx-diamond-guide-details p {
        margin-bottom: 0 !important;
        color: #5f6062;
        font: normal normal normal 16px/27px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .caratx-diamond-guide-details img {
        width: 80%;
    }
    /* your account page*/
    .your-account {
        margin-top: 100px;
    }
    .your-account .nav {
        display: block !important;
    }
    .account-tab-btn {
        padding: 11px 17px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .account-tab-btn svg {
        width: 17px;
        height: 20px;
        margin-right: 8px;
    }
    .tab-content {
        padding: 12px 27px;
    }
    .tab-content h2 {
        padding-bottom: 5px;
        font: normal normal 500 35px/64px Playfair;
    }
    .tab-content label {
        padding-bottom: 10px;
    }
    .tab-content p,
    .tab-content label {
        font: normal normal 500 16px/40px Poppins;
        font-family: "Poppins";
    }
    .tab-content .form-group,
    .tab-content p,
    .tab-content label {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .tab-content .form-group {
        padding-bottom: 0;
    }
    .tab-content .form-group p,
    .tab-content .form-check-inline label {
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .tab-content .form-check-inline {
        margin-bottom: 0;
    }
    .tab-content .form-check-inline label {
        padding-bottom: 12px;
        margin-right: 0;
    }
    .tab-content input,
    .tab-content select {
        height: 45px;
        margin-bottom: 10px;
    }
    .tab-content input[type="radio"] {
        width: 17px;
        height: 17px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .tab-content select option,
    .tab-content input::placeholder,
    .tab-content select::placeholder {
        font: normal normal normal 16px/54px Poppins;
        font-family: "Poppins";
    }
    .tab-content button {
        font: normal normal 500 16px/25px Poppins;
        font-family: "Poppins";
        line-height: 40px;
    }
    .orderHistoryDetails .table thead tr th {
        font: normal normal 500 16px/55px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails .table {
        font: normal normal normal 16px/33px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails .table td {
        padding: 0;
        font: normal normal normal 15px/30px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails .account-btn-addcart {
        color: #fff !important;
        font: normal normal 500 16px/34px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
        background: #5fb541 !important;
        border-radius: 5px;
    }
    .orderHistoryDetails .table td .btn-orderHistory {
        padding: 5px 12px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .videos nav,
    .orderHistoryDetails nav {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .videos .pagination .page-link,
    .orderHistoryDetails .pagination .page-link {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        font: normal normal normal 16px/35px Poppins;
        font-family: "Poppins";
    }
    .videos .pagination .page-link i,
    .orderHistoryDetails .pagination .page-link i {
        font-size: 17px;
    }
    .orderHistoryDetails .table img {
        width: 100px !important;
        height: 100px !important;
    }
    .times-size img {
        width: 30px !important;
    }
    .orderHistoryDetails .account-btn-addcart {
        font: normal normal medium 16px/25px Poppins;
        font-family: "Poppins";
    }
    .form-social-icon h1 {
        margin-top: 50px;
        margin-bottom: 10px;
        font: normal normal bold 35px/42px Playfair;
    }
    .form-social-icon img {
        width: 80%;
    }
    /* Custom Work Order */
    .your-account-dashboard img {
        width: 20px;
        height: 20px;
    }
    .your-account-dashboard p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .your-account-dashboard-box {
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: middle;
    }
    .your-account-dashboard-box p {
        padding: 10px;
        font: normal normal 500 16px/25px Poppins;
        font-family: "Poppins";
    }
    .your-account-dashboard-clint-img img {
        width: 35px;
        height: 35px;
    }
    .Custom-Order .nav {
        display: flex !important;
        border-bottom: none !important;
    }
    .Custom-Order .tab-content {
        border: none !important;
    }
    .btn-custom-order {
        width: 160px;
        margin-top: 10px;
        margin-right: 15px;
        color: #666;
        font: normal normal normal 14px/35px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
        text-align: center;
        background: #f5f5f5 0 0 no-repeat padding-box;
        border-radius: 5px;
    }
    .Custom-Order .tab-content h1 {
        margin-top: 50px;
        color: #313131;
        font: normal normal 500 30px/55px Playfair;
        letter-spacing: 0;
        text-align: center;
    }
    .btn-green,
    .btn-green01 {
        width: 120px;
        color: #fff;
        font: normal normal 500 14px/25px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
        text-align: center;
        background: #5fb541 0 0 no-repeat padding-box;
        border-radius: 5px;
    }
    .btn-green01 {
        font: normal normal 500 14px/35px Poppins;
        font-family: "Poppins";
    }
    .btn-green01,
    .btn-Cancel {
        width: 190px;
        margin-right: 25px;
    }
    .btn-green:hover,
    .btn-green01:hover {
        color: #fff;
        background: #313131 0 0 no-repeat padding-box;
    }
    .btn-green i {
        padding-left: 8px;
    }
    .Custom-Order .newOrder-box {
        padding-top: 60px;
    }
    .Custom-Order .newOrder-box img {
        width: 70%;
        padding-right: 70px;
    }
    .Custom-Order .selectJewelryType .form-group select option:focus {
        background: #f5f5f5 0 0 no-repeat padding-box;
        border: 1px solid #5fb541;
    }
    .formSelectionDisplay img {
        width: 80%;
    }
    .pendingOrders {
        margin-top: 80px;
    }
    .pendingOrders p {
        color: #666;
        font: normal normal normal 16px/30px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .pendingOrders p b {
        color: #313131;
    }
    .success-icon img {
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
    }
    .success-icon h1 {
        margin-bottom: 50px;
        color: #313131;
        font: normal normal medium 43px/74px Playfair;
        letter-spacing: 0;
    }
    /* invoice page */
    .invoice {
        margin-top: 50px;
    }
    .invoice-box {
        padding-right: 10%;
        padding-left: 10%;
    }
    .invoice-table-1 thead {
        font: normal normal 500 16px/20px Poppins;
        font-family: "Poppins";
    }
    .invoice-table-1 tbody,
    .invoice-table-2 tbody {
        font: normal normal normal 16px/20px Poppins;
        font-family: "Poppins";
    }
    .invoice-table-1 tbody td,
    .invoice-table-2 tbody td {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .invoice-table-2-sub td {
        padding-bottom: 20px !important;
    }
    .invoice-table-2 {
        margin-top: 100px;
    }
    .table-2-sub {
        border-style: dashed !important;
    }
    .invoice-table {
        padding-right: 30px;
        border-right: 1px solid #dee2e6;
    }
    .invoice-total-right p {
        padding-top: 10px;
        padding-bottom: 15px;
        font: normal normal 500 16px/20px Poppins;
        font-family: "Poppins";
    }
    .invoice-total-right p span {
        color: #5f6062;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .invoice-total-right .amountdue {
        font: normal normal 500 35px/44px Poppins;
        font-family: "Poppins";
    }
    .invoice-btn {
        margin-top: 50px;
    }
    .invoice-terms {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .invoice-terms p {
        width: 60%;
        color: #5f6062;
        font: normal normal normal 15px/20px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .invoice-terms h1 {
        right: 0;
        bottom: 10px;
        font: normal normal 500 30px/64px Poppins;
        font-family: "Poppins";
    }
    /* fine jewelry page */
    .finejewelry-page h1 {
        font: normal normal bold 35px/54px Playfair;
    }
    .categories-side-nav .panel {
        margin-bottom: 17px;
    }
    .categories-side-nav .panel-heading a {
        font: normal normal bold 16px Playfair;
    }
    .categories-side-nav .panel-heading>a:before {
        content: "\f068";
        width: 60px;
        padding-top: 10%;
        font-family: "Font Awesome 5 Pro";
    }
    .categories-side-nav .panel-heading>a.collapsed:before {
        content: "\f067";
        width: 60px;
        padding-top: 10%;
        font-family: "Font Awesome 5 Pro";
    }
    .custom-check  .form-group {
        padding: 20px 20px;
        border-radius: 10px;
    }
    .custom-check  .form-group .form-check {
        font: normal normal normal 16px/30px Poppins;
        font-family: "Poppins";
    }
    .custom-check  .form-group .form-check input[type="checkbox"] {
        width: 20px;
        height: 20px;
        padding-bottom: 00px;
    }
    .custom-check  .form-group .form-check label {
        padding-bottom: 6px;
        padding-left: 15px;
    }
    .item-sort-bar {
        height: 70px;
        padding: 0 15px;
    }
    .item-sort-bar img {
        width: 18px;
    }
    .sort-option label {
        font: normal normal normal 16px/33px Poppins;
        font-family: "Poppins";
    }
    .showing-results p {
        margin-bottom: 0;
        color: #666;
        font: normal normal normal 16px/20px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .faqs {
        margin-top: 50px;
    }
    .faqs h2 {
        padding-bottom: 0;
        font: normal normal bold 35px/52px Playfair;
    }
    .faqs p {
        width: 70%;
        font: normal normal normal 18px/33px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    .faqs .panel-group {
        margin-top: 40px;
    }
    .faqs .panel-group .panel-collapse p {
        padding: 30px 25px 50px 25px !important;
    }
    .related-products {
        margin-top: 50px;
    }
    .related-products h1 {
        color: #313131;
        font: normal normal bold 45px/60px Playfair;
        letter-spacing: 0;
        text-transform: capitalize;
    }
    .caratx-diamond-guide-details {
        margin-top: 10px;
    }
    /* contactus page */
    .contactus h2 {
        font: normal normal bold 35px/35px Playfair;
    }
    .contactus hr {
        margin-top: 5px;
    }
    .contactus p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .contactus form .form-group {
        margin-bottom: 20px;
    }
    .contactus form input[type="text"],
    .contactus form input[type="email"] {
        height: 50px;
    }
    .contactus form input::placeholder,
    .contactus form textarea::placeholder {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
        /* Firefox */
    }
    .contactus form input:-ms-input-placeholder,
    .contactus form textarea::placeholder {
        /* Internet Explorer 10-11 */
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .contactus form input ::-ms-input-placeholder,
    .contactus form textarea::placeholder {
        /* Microsoft Edge */
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .btn-large {
        height: 50px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .contactus .contact-details p {
        font: normal normal normal 16px/40px Poppins;
        font-family: "Poppins";
        vertical-align: middle;
    }
    .contact-details-box {
        display: flex;
        padding-bottom: 0;
        line-height: 40px;
    }
    .contact-details-box img {
        height: 40px;
        margin-right: 20px;
    }
    .contact-map {
        margin-left: 100px;
    }
    .contact-map iframe {
        height: 350px;
    }
    .custom-check  .form-group .form-check input:checked::before {
        line-height: 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .categories-side-nav .panel-heading a {
        font: normal normal bold 14px Playfair;
    }
    .categories-side-nav .panel-heading>a:before {
        content: "\f068";
        width: 60px;
        padding-top: 12%;
        font-family: "Font Awesome 5 Pro";
    }
    .categories-side-nav .panel-heading>a.collapsed:before {
        content: "\f067";
        width: 60px;
        padding-top: 12%;
        font-family: "Font Awesome 5 Pro";
    }
}

@media only screen and (max-width: 1224px) {
    .cta-freeshipping p span,
    .exclusive-diamond span,
    .idea-to-reality span,
    .caratx-diamond-guide span {
        font: normal normal normal 18px/26px Poppins;
        font-family: "Poppins";
    }
    .cat-freeshipping-box {
        padding: 30px 120px;
    }
    .cta-freeshipping h2,
    .coming-soon h2 {
        padding-bottom: 10px;
        font: normal normal bold 25px/35px Playfair;
    }
    .btn-cta-01 {
        padding: 8px 20px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    /* coming soon responsiveness */
    .coming-soon h1,
    .exclusive-diamond h1,
    .idea-to-reality h1,
    .caratx-diamond-guide h1 {
        font: normal normal bold 35px/45px Playfair;
    }
    .coming-soon h2 {
        padding-right: 70px;
        line-height: 30px;
    }
    .coming-soon p,
    .exclusive-diamond p,
    .idea-to-reality p,
    .caratx-diamond-guide p,
    .caratx-diamond-guide ul li span,
    .caratx-diamond-guide-side ul li span {
        padding-bottom: 20px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .btn-cta-02 {
        padding: 15px 30px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .page-footer ul {
        width: 80% !important;
    }
    .footer-navbar ul {
        width: 90%;
        padding: 40px 10px 10px;
        margin: 0;
    }
    .caratx-story,
    .why-choose-us {
        margin-top: 25px;
    }
    .why-choose-us h1 {
        font: normal normal bold 25px/35px Playfair;
    }
    .notregistered {
        display: block;
        justify-content: space-between;
        text-align: center;
    }
    .notregistered p {
        width: 100%;
        width: 100%;
        margin-top: 20px;
        font: normal normal normal 12px/25px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    .orderHistoryDetails .table img {
        width: 85px !important;
        height: 85px !important;
    }
    .btn-submit {
        width: 100px;
        height: 50px;
        margin-right: 30px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .btn-skip {
        width: 100px;
        font: normal normal normal 14px/33px Poppins;
        font-family: "Poppins";
    }
    .categories-side-nav .panel-heading a {
        padding-left: 10px;
        font: normal normal bold 14px Playfair;
    }
}

@media only screen and (max-width: 1024px) {
    .cta-freeshipping p {
        margin-bottom: 0rem;
    }
    .cta-freeshipping p span,
    .idea-to-reality span,
    .caratx-diamond-guide span {
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    .cta-freeshipping h2 {
        margin-bottom: 0;
        font: normal normal bold 25px/35px Playfair;
    }
    .cta-freeshipping-bg {
        background-position: center;
    }
    .addtocart-table-body img {
        width: 150px;
        height: 150px;
    }
    /* coming soon responsiveness */
    .coming-soon h1,
    .exclusive-diamond h1,
    .idea-to-reality h1,
    .caratx-diamond-guide h1 {
        font: normal normal bold 30px/44px Playfair;
    }
    .coming-soon h2 {
        font: normal normal bold 20px/24px Playfair;
    }
    .coming-soon p,
    .exclusive-diamond p,
    .idea-to-reality p,
    .caratx-diamond-guide p,
    .caratx-diamond-guide ul li span,
    .caratx-diamond-guide-side ul li span {
        font: normal normal normal 16px/23px Poppins;
        font-family: "Poppins";
    }
    .btn-cta-02 {
        padding: 15px 30px;
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    .page-footer ul {
        width: 80% !important;
    }
    .footer-navbar ul {
        width: 96%;
        padding: 30px 10px 10px;
        margin: 0;
    }
    .footer-navbar ul li a,
    .footer-navbar ul li a:hover {
        font: normal normal normal 16px/27px Poppins;
        font-family: "Poppins";
    }
    /* aboutpage */
    .page-hero-text h1 {
        font: normal normal bold 41px/74px Playfair;
    }
    .page-hero-text p {
        margin-bottom: 30px;
        font: normal normal normal 16px/36px Poppins;
        font-family: "Poppins";
    }
    .page-hero-text p a {
        font: normal normal normal 16px/36px Poppins;
        font-family: "Poppins";
    }
    .page-hero-text p a i {
        font-size: 14px;
    }
    .btn-hero {
        padding: 13px 22px;
        font: normal normal normal 14px/36px Poppins;
        font-family: "Poppins";
    }
    .page-hero-text {
        padding-top: 10%;
    }
    .about-founders {
        padding: 50px 10px;
    }
    .why-choose-us .why-choose-us-group {
        padding: 20px;
    }
    .why-choose-us-card {
        padding: 10px 20px;
    }
    .why-choose-us-card h2 {
        font: normal normal bold 22px/42px Playfair;
    }
    .what-ourcustomers-say {
        padding: 30px 30px;
        margin-top: 50px;
    }
    .what-ourcustomers-say h1 {
        font: normal normal bold 25px/35px Playfair;
    }
    .cart-page-section .addToCartCounter .plus {
        width: 55px;
        height: 35px;
        margin-left: -0;
        line-height: 35px;
    }
    .cart-page-section .addToCartCounter .minus {
        width: 55px;
        height: 35px;
        margin-right: -0;
        line-height: 35px;
    }
    .cart-page-section .addToCartCounter i {
        font-size: 15px;
    }
    .item-sort-bar {
        height: 60px;
        padding: 0 15px;
    }
    .item-sort-bar img {
        width: 18px;
    }
    .sort-option label {
        font: normal normal normal 12px/25px Poppins;
        font-family: "Poppins";
    }
    .showing-results p {
        margin-bottom: 0;
        font: normal normal normal 12px/20px Poppins;
        font-family: "Poppins";
    }
    /* checkout page */
    .billing-details h1,
    .differentaddress-heading,
    .order-summary-table h1 {
        font: normal normal bold 25px/26px Playfair;
    }
    .billing-details label,
    .different-address-form label {
        font: normal normal normal 16px/27px Poppins;
        font-family: "Poppins";
    }
    .billing-details input[type="text"],
    .billing-details input[type="email"],
    .different-address-form input[type="text"],
    .different-address-form input[type="email"] {
        height: 50px;
    }
    .differentaddress-heading input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .differentaddress-heading label {
        padding-left: 20px;
        line-height: 20px;
    }
    .product-display img {
        width: 70px;
        height: 90px;
    }
    .product-display-text p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .order-summary-table table {
        margin-top: 30px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .order-summary-table table td {
        padding: 15px 0 !important;
    }
    .card-choice label {
        padding-left: 10px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .card-choice input[type="radio"] {
        width: 16px;
        height: 16px;
    }
    .cards-inline {
        display: inline;
        justify-content: flex-start;
        padding-top: 25px;
    }
    .cards-inline input[type="radio"] {
        width: 16px;
        height: 16px;
        padding-bottom: 12px;
    }
    .cards-inline label {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 8px;
    }
    .cards-inline label img {
        width: 80%;
    }
    .card-details-input {
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .card-details-input .form-group img {
        width: 100%;
    }
    .btn-placeorder {
        padding-top: 10px;
        padding-bottom: 10px;
        font: normal normal 600 14px/14px Poppins;
        font-family: "Poppins";
    }
    /* sign in page css start */
    .login-form {
        padding: 34px 45px 10px 45px;
    }
    form h2 {
        font: normal normal bold 35px/45px Playfair;
    }
    form h1 {
        font: normal normal bold 25px/45px Playfair;
    }
    form h3 {
        margin-bottom: 30px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .sign-in-page .login-form .form-group label {
        font: normal normal normal 14px/26px Poppins;
        font-family: "Poppins";
    }
    .bottom-action {
        height: 30px;
        padding-top: 10px;
    }
    .invoice-box {
        padding-right: 5%;
        padding-left: 5%;
    }
    .product-detail-right .addToCartCounter .count {
        min-width: 35px;
        padding: 2px 5px;
        font: normal normal bold 18px/23px Arial;
        line-height: 30px;
    }
    .product-detail-right .addToCartCounter .plus {
        width: 40px;
        height: 50px;
        margin-left: -10px;
        line-height: 50px;
    }
    .product-detail-right .addToCartCounter .minus {
        width: 40px;
        height: 50px;
        margin-right: -6px;
        line-height: 50px;
    }
    .product-detail-right .btn-addtocart {
        width: 200px;
        height: 50px;
        margin-left: 10px;
        font: normal normal 600 16px/36px Poppins;
        font-family: "Poppins";
    }
    .reviews-box-clients-detail {
        display: block;
    }
    .reviews-box-clients-detail .clients-img {
        margin: auto;
        text-align: center;
    }
    .reviews-box-clients-detail .clients-info {
        text-align: center;
    }
    /* your account page*/
    .your-account {
        margin-top: 50px;
    }
    .account-tab-btn {
        padding: 11px 15px;
        font: normal normal normal 13px/25px Poppins;
        font-family: "Poppins";
    }
    .account-tab-btn svg {
        width: 17px;
        height: 20px;
        margin-right: 8px;
    }
    .tab-content {
        padding: 12px 27px;
    }
    .tab-content h2 {
        padding-bottom: 5px;
        font: normal normal 500 30px/54px Playfair;
    }
    .tab-content label {
        padding-bottom: 10px;
    }
    .tab-content p,
    .tab-content label {
        font: normal normal 500 14px/30px Poppins;
        font-family: "Poppins";
    }
    .tab-content .form-group p,
    .tab-content .form-check-inline label {
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .tab-content .form-check-inline label {
        padding-bottom: 12px;
        margin-right: 0;
    }
    .tab-content input,
    .tab-content select {
        height: 45px;
        margin-bottom: 10px;
    }
    .tab-content input[type="radio"] {
        width: 15px;
        height: 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .tab-content select option,
    .tab-content input::placeholder,
    .tab-content select::placeholder {
        font: normal normal normal 14px/54px Poppins;
        font-family: "Poppins";
    }
    .tab-content button {
        font: normal normal 500 14px/25px Poppins;
        font-family: "Poppins";
        line-height: 40px;
    }
    .orderHistoryDetails .table thead tr th {
        min-width: 150px !important;
        font: normal normal 500 14px/35px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails .table {
        font: normal normal normal 14px/33px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails .table td {
        padding: 0;
        font: normal normal normal 15px/20px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails .table td .btn-orderHistory {
        padding: 5px 12px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails nav {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .orderHistoryDetails .pagination .page-link {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font: normal normal normal 14px/20px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails .pagination .page-link i {
        font-size: 14px;
    }
    .times-size img {
        width: 20px !important;
    }
    .orderHistoryDetails .account-btn-addcart {
        font: normal normal 500 14px/25px Poppins;
        font-family: "Poppins";
    }
    .form-social-icon h1 {
        margin-top: 50px;
        margin-bottom: 10px;
        font: normal normal bold 25px/42px Playfair;
    }
    .form-social-icon img {
        width: 80%;
    }
    /* Custom Work Order */
    .your-account-dashboard img {
        width: 20px;
        height: 20px;
    }
    .your-account-dashboard p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .your-account-dashboard-box {
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: middle;
    }
    .your-account-dashboard-box p {
        padding: 10px;
        font: normal normal 500 16px/25px Poppins;
        font-family: "Poppins";
    }
    .your-account-dashboard-clint-img img {
        width: 35px;
        height: 35px;
    }
    .Custom-Order .nav {
        display: flex !important;
        border-bottom: none !important;
    }
    .Custom-Order .tab-content {
        border: none !important;
    }
    .btn-custom-order {
        width: 200px;
        margin-top: 10px;
        margin-right: 30px;
        font: normal normal normal 14px/35px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    .Custom-Order .tab-content h1 {
        margin-top: 50px;
        color: #313131;
        font: normal normal 500 25px/45px Playfair;
        letter-spacing: 0;
        text-align: center;
    }
    .btn-green,
    .btn-green01 {
        width: 120px;
        font: normal normal 500 14px/25px Poppins;
        font-family: "Poppins";
    }
    .btn-green01 {
        font: normal normal 500 14px/35px Poppins;
        font-family: "Poppins";
    }
    .btn-green01,
    .btn-Cancel {
        width: 190px;
        margin-right: 25px;
    }
    .btn-green:hover,
    .btn-green01:hover {
        color: #fff;
        background: #313131 0 0 no-repeat padding-box;
    }
    .btn-green i {
        padding-left: 4px;
    }
    .Custom-Order .newOrder-box {
        padding-top: 40px;
    }
    .Custom-Order .newOrder-box img {
        width: 70%;
        padding-right: 20px;
    }
    .formSelectionDisplay img {
        width: 90%;
        height: auto;
    }
    .pendingOrders {
        margin-top: 40px;
    }
    .pendingOrders p {
        font: normal normal normal 14px/30px Poppins;
        font-family: "Poppins";
    }
    .success-icon img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .success-icon h1 {
        margin-bottom: 25px;
        font: normal normal medium 35px/34px Playfair;
    }
    .orderHistoryDetails .table img {
        width: 70px !important;
        height: 70px !important;
    }
}

@media only screen and (max-width: 968px) {
    .categories-side-nav .panel-heading a {
        padding: 20px 42px 15px 20px;
        font: normal normal bold 14px Playfair;
    }
    .categories-side-nav .panel-heading>a:before {
        content: "\f068";
        width: 40px;
        padding-top: 16%;
        font-family: "Font Awesome 5 Pro";
    }
    .categories-side-nav .panel-heading>a.collapsed:before {
        content: "\f067";
        width: 40px;
        padding-top: 16%;
        font-family: "Font Awesome 5 Pro";
    }
}

@media only screen and (max-width: 768px) {
    .categories-side-nav .panel-heading a {
        padding: 25px 42px 15px 20px;
        font: normal normal bold 16px Playfair;
    }
    .categories-side-nav .panel-heading>a:before {
        width: 50px;
        padding-top: 5%;
    }
    .categories-side-nav .panel-heading>a.collapsed:before {
        width: 50px;
        padding-top: 5%;
    }
}

@media only screen and (max-width: 480px) {
    .categories-side-nav .panel-heading a {
        padding: 30px 42px 15px 20px;
        font: normal normal bold 14px Playfair;
    }
    .categories-side-nav .panel-heading>a:before {
        width: 40px;
        padding: 27px 0 0 0;
    }
    .categories-side-nav .panel-heading>a.collapsed:before {
        width: 40px;
        padding: 27px 0 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .idea-to-reality {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section-hedding h1 {
        margin-bottom: 0;
        font-size: 25px;
        line-height: 50px;
    }
    .cta-freeshipping p span,
    .exclusive-diamond span,
    .idea-to-reality span,
    .caratx-diamond-guide span {
        font: normal normal normal 14px/26px Poppins;
        font-family: "Poppins";
    }
    .cat-freeshipping-box {
        padding: 50px 25px;
    }
    .btn-cta-01 {
        padding: 4px 12px;
        font: normal normal normal 14px/20px Poppins;
        font-family: "Poppins";
    }
    /* coming soon responsiveness */
    .coming-soon {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .coming-soon h1,
    .exclusive-diamond h1,
    .idea-to-reality h1,
    .caratx-diamond-guide h1 {
        margin-bottom: 10px;
        font: normal normal bold 25px/35px Playfair;
    }
    .coming-soon h2 {
        padding-right: 70px;
        font: normal normal bold 20px/25px Playfair;
    }
    .coming-soon p,
    .exclusive-diamond p,
    .idea-to-reality p,
    .caratx-diamond-guide p,
    .caratx-diamond-guide ul li span,
    .caratx-diamond-guide-side ul li span {
        padding-bottom: 10px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
    }
    .caratx-diamond-guide ul li span,
    .caratx-diamond-guide-side ul li span {
        margin: auto;
        text-align: center;
    }
    .caratx-diamond-guide-side {
        margin-top: 20px;
    }
    .btn-cta-02 {
        padding: 17px 32px;
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    /* exclusive diamond responsiveness */
    .exclusive-diamond {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .exclusive-diamond img {
        padding-top: 50px;
    }
    .exclusive-diamond .card img {
        width: 100%;
        height: 250px;
    }
    .exclusive-diamond-box {
        padding-top: 50px;
    }
    .page-footer ul {
        width: 65% !important;
    }
    .footer-navbar ul {
        width: 99%;
        padding: 20px 10px 10px;
    }
    .footer-navbar ul li a,
    .footer-navbar ul li a:hover {
        font: normal normal normal 12px/25px Poppins;
        font-family: "Poppins";
    }
    .login-form .bottom-action input[type="radio"] {
        width: 20px;
        height: 20px;
    }
    .sign-up-caratx-gazette-bg .rest-password-success {
        width: 50%;
    }
    .sign-up-caratx-gazette-box {
        padding: 50px 50px;
    }
    .why-choose-us-card h2 {
        font: normal normal bold 18px/35px Playfair;
    }
    .what-ourcustomers-say {
        padding: 20px 20px;
        margin-top: 25px;
    }
    .what-ourcustomers-say h1 {
        font: normal normal bold 25px/25px Playfair;
    }
    .item-sort-bar {
        height: auto;
        padding: 0 10px;
    }
    .item-sort-bar img {
        width: 18px;
    }
    .sort-option label {
        float: right;
        font: normal normal normal 12px/25px Poppins;
        font-family: "Poppins";
        text-align: right;
    }
    .showing-results p {
        margin-bottom: 0;
        font: normal normal normal 12px/20px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    /* checkout page */
    .billing-details h1,
    .differentaddress-heading,
    .order-summary-table h1 {
        font: normal normal bold 25px/26px Playfair;
    }
    .billing-details label,
    .different-address-form label {
        font: normal normal normal 16px/27px Poppins;
        font-family: "Poppins";
    }
    .billing-details input[type="text"],
    .billing-details input[type="email"],
    .different-address-form input[type="text"],
    .different-address-form input[type="email"] {
        height: 50px;
    }
    .differentaddress-heading input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .differentaddress-heading label {
        padding-left: 20px;
        line-height: 20px;
    }
    .product-display img {
        width: 160px;
        height: 200px;
        object-fit: cover;
    }
    .product-display-text p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .order-summary-table table {
        margin-top: 30px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .order-summary-table table td {
        padding: 15px 0 !important;
    }
    .card-choice label {
        padding-left: 10px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .card-choice input[type="radio"] {
        width: 16px;
        height: 16px;
    }
    .cards-inline {
        display: inline;
        justify-content: flex-start;
        padding-top: 25px;
    }
    .cards-inline input[type="radio"] {
        width: 16px;
        height: 16px;
        padding-bottom: 12px;
    }
    .cards-inline label {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 8px;
    }
    .cards-inline label img {
        width: 100%;
    }
    .card-details-input {
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .card-details-input .form-group img {
        width: 100%;
    }
    .btn-placeorder {
        padding-top: 20px;
        padding-bottom: 20px;
        font: normal normal 600 16px/14px Poppins;
        font-family: "Poppins";
    }
    .invoice-table {
        padding-right: auto;
        border-right: none;
    }
    .related-products {
        margin-top: 25px;
    }
    .related-products h1 {
        color: #313131;
        font: normal normal bold 25px/30px Playfair;
        letter-spacing: 0;
        text-transform: capitalize;
    }
    .sell-on-caratX-section h1 {
        font: normal normal bold 25px/35px Playfair;
    }
    .ourmission p {
        font: normal normal bold 18px/30px Arial;
    }
    .faqs p {
        width: 100%;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    .faqs .panel-heading {
        width: 100%;
        height: 60px;
    }
    .faqs .panel-heading a {
        height: 60px;
        padding: 0;
        padding-right: 60px;
        padding-left: 20px;
        font: normal normal bold 14px Playfair;
        line-height: 60px;
    }
    .faqs .panel-heading>a:before {
        content: "\f068";
        width: 45px;
        height: 60px;
        padding: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        line-height: 60px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }
    .faqs .panel-heading>a.collapsed:before {
        content: "\f067";
        width: 45px;
        height: 60px;
        padding: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        line-height: 60px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }
    /* contactus page */
    .contactus h2 {
        font: normal normal bold 25px/35px Playfair;
    }
    .contactus hr {
        margin-top: 5px;
    }
    .contactus p {
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .contactus form .form-group {
        margin-bottom: 10px;
    }
    .contactus form input[type="text"],
    .contactus form input[type="email"] {
        height: 50px;
    }
    .contactus form input::placeholder,
    .contactus form textarea::placeholder {
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
        letter-spacing: 0;
        /* Firefox */
    }
    .contactus form input:-ms-input-placeholder,
    .contactus form textarea::placeholder {
        /* Internet Explorer 10-11 */
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .contactus form input ::-ms-input-placeholder,
    .contactus form textarea::placeholder {
        /* Microsoft Edge */
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .btn-large {
        height: 50px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .contactus .contact-details {
        padding-top: 30px;
    }
    .contactus .contact-details p {
        font: normal normal normal 16px/40px Poppins;
        font-family: "Poppins";
    }
    .contact-details-box {
        display: flex;
        padding-bottom: 0;
        line-height: 40px;
    }
    .contact-details-box img {
        height: 40px;
        margin-right: 20px;
    }
    .contactus .contact-details,
    .contact-map {
        margin-left: 20px;
    }
    .contact-map iframe {
        height: 250px;
    }
    .notregistered {
        display: flex;
        justify-content: space-between;
    }
    .notregistered p {
        width: 100%;
        margin-top: 20px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    .orderHistoryDetails .table img {
        width: 75px !important;
        height: 75px !important;
    }
}

@media only screen and (max-width: 640px) {
    .page-hero-text h1 {
        font: normal normal bold 35px/50px Playfair;
    }
    /* exclusive diamond responsiveness */
    .exclusive-diamond-box {
        padding-top: 25px;
    }
    .page-footer ul {
        width: 90% !important;
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer-navbar ul {
        width: 99%;
        padding: 20px 10px 10px;
    }
    .sign-up-caratx-gazette-bg .rest-password-success {
        width: 95%;
    }
    /* aboutpage */
    .about-founders,
    .caratx-story,
    .why-choose-us,
    .what-ourcustomers-say {
        margin-top: 25px;
    }
    .founders-card {
        margin-bottom: 30px;
    }
    .founders-card h2 {
        font: normal normal bold 20px/25px Playfair;
    }
    .founders-card h1 {
        font: normal normal bold 25px/25px Playfair;
    }
    .caratx-story h1 {
        font: normal normal bold 25px/34px Playfair;
    }
    .why-choose-us .why-choose-us-group {
        padding: 20px;
    }
    .why-choose-us-card {
        padding: 10px 30px;
        margin-bottom: 25px;
        border: none !important;
    }
    .why-choose-us-card h2 {
        font: normal normal bold 25px/42px Playfair;
    }
    .what-ourcustomers-say {
        padding: 30px 30px;
        margin-top: 25px;
    }
    .what-ourcustomers-say h1 {
        padding-bottom: 15px;
        font: normal normal bold 25px/52px Playfair;
    }
    .sign-up-caratx-gazette-box {
        padding: 50px 25px;
    }
    .sign-up-caratx-gazette h1 {
        font: normal normal bold 20px/35px Playfair;
    }
    .benefits h1 {
        padding-left: 15px;
        margin-top: 25px;
        margin-bottom: 25px;
        font: normal normal bold 25px/25px Playfair;
    }
    .sort-option label {
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .showing-results p {
        margin-bottom: 10px;
        font: normal normal normal 14px/20px Poppins;
        font-family: "Poppins";
    }
    .faqs .panel-heading {
        width: 100%;
        height: 70px;
    }
    .faqs .panel-heading a {
        height: 70px;
        padding: 0;
        padding-right: 70px;
        padding-left: 20px;
        font: normal normal bold 14px Playfair;
        line-height: 70px;
    }
    .faqs .panel-heading>a:before {
        content: "\f068";
        width: 45px;
        height: 70px;
        padding: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        line-height: 70px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }
    .faqs .panel-heading>a.collapsed:before {
        content: "\f067";
        width: 45px;
        height: 70px;
        padding: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        line-height: 70px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }
    .lessThanHeight .panel-heading {
        width: 100%;
        height: 80px;
    }
    .lessThanHeight .panel-heading a {
        height: 80px;
        padding: 0;
        padding-right: 80px;
        padding-left: 20px;
        font: normal normal bold 14px Playfair;
        line-height: 40px;
    }
    .lessThanHeight .panel-heading>a:before {
        content: "\f068";
        width: 45px;
        height: 80px;
        padding: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        line-height: 80px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }
    .lessThanHeight .panel-heading>a.collapsed:before {
        content: "\f067";
        width: 45px;
        height: 80px;
        padding: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        line-height: 80px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }
    .orderHistoryDetails .table img {
        width: 55px !important;
        height: 55px !important;
    }
    .finejewelry {
        background: url("/img/banner/finejewelry.png") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
        object-fit: cover;
    }
    .sign-in-page,
    .bg-addtocart,
    .bg-about,
    .bg-sellOnCaratX,
    .bg-DiamondGuide,
    .bg-yourAccount,
    .bg-video,
    .bg-Services,
    .bg-privacy-policy,
    .bg-faq,
    .bg-invoice,
    .bg-bracelet,
    .bg-contact {
        background-position: center !important;
        background-size: cover !important;
        object-fit: cover;
    }
    .cta-freeshipping-bg {
        min-height: 400px;
        background: transparent url("/img/cta/free-shipping-440.jpg") 0 0 no-repeat padding-box;
        background-position: center;
        background-size: contain;
    }
    .cat-freeshipping-box {
        padding-top: 50px;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .page-hero-text h1 {
        font: normal normal bold 30px/40px Playfair;
    }
    .page-hero-text p {
        font: normal normal bold 13px/36px Poppins;
        font-family: "Poppins";
    }
    .cat-freeshipping-box {
        padding-top: 70px;
    }
    nav {
        height: 50px;
    }
    nav .wrapper {
        height: 50px;
        line-height: 40px;
    }
    .header-search {
        width: 100%;
        margin-top: 10px;
    }
    .sort-option label {
        float: left;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .showing-results p {
        margin-bottom: 10px;
        font: normal normal normal 14px/20px Poppins;
        font-family: "Poppins";
    }
    .invoice-terms h1 {
        position: relative;
        bottom: 10px;
        font: normal normal 500 30px/64px Poppins;
        font-family: "Poppins";
    }
    .invoice-terms p {
        width: 100%;
    }
    .invoice-box {
        padding-right: 0;
        padding-left: 0;
    }
    .section-hedding {
        height: auto;
    }
    .caratx-diamond-guide {
        margin-top: 30px;
    }
    .caratx-diamond-guide-side ul li img {
        width: 50% !important;
        margin: auto;
        text-align: center;
    }
    .caratx-diamond-guide-side ul li .ct-1 {
        text-align: center;
    }
    .caratx-diamond-guide-side ul li .ct-2 img {
        width: 45% !important;
    }
    .caratx-diamond-guide-side ul li .ct-3 img {
        width: 40% !important;
    }
    .caratx-diamond-guide-side ul li .ct-4 img {
        width: 35% !important;
    }
    .caratx-diamond-guide-side ul li .ct-5 img {
        width: 30% !important;
    }
    .caratx-diamond-guide-side ul li .ct-6 img {
        width: 25% !important;
    }
    .faqs p {
        width: 100%;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    .notregistered {
        display: block;
        justify-content: space-between;
        text-align: center;
    }
    .notregistered p {
        width: 100%;
        width: 100%;
        margin-top: 20px;
        font: normal normal normal 12px/25px Poppins;
        font-family: "Poppins";
        text-align: center;
    }
    .login-form {
        padding: 20px 25px 10px 25px;
    }
    form h2 {
        font: normal normal bold 25px/45px Playfair;
    }
    form h3 {
        margin-bottom: 10px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .orderHistoryDetails .table img {
        width: 40px !important;
        height: 40px !important;
    }
    .sign-up-caratx-gazette h1 {
        font: normal normal bold 18px/35px Playfair;
    }
    .cards-inline input[type="radio"] {
        width: 19px;
        height: 19px;
        padding: 2px;
    }
    .product-display img {
        width: 100px;
        height: 110px;
        object-fit: cover;
    }
    .what-ourcustomers-say h1,
    .what-ourcustomers-say h2 {
        font: normal normal bold 18px/25px Playfair;
    }
    .what-ourcustomers-say p {
        font: normal normal normal 14px/22px Poppins;
        font-family: "Poppins";
    }
}

@media only screen and (max-width: 440px) {
    /* aboutpage */
    .founders-card .founder-icon img {
        width: 30px !important;
        height: 27px;
    }
    .founders-card h2,
    .why-choose-us-card h2 {
        font: normal normal bold 20px/25px Playfair;
    }
    .founders-card h1,
    .caratx-story h1 {
        font: normal normal bold 18px/25px Playfair;
    }
    .why-choose-us .why-choose-us-group {
        padding: 20px;
    }
    .why-choose-us-card {
        padding: 10px 20px;
        margin-bottom: 35px;
        border: none !important;
    }
    .what-ourcustomers-say {
        padding: 30px 30px;
        margin-top: 20px;
        background: #f9f9f9;
    }
    .what-ourcustomers-say h1 {
        font: normal normal bold 18px/25px Playfair;
    }
    .coupon-form h1 {
        font: normal normal bold 20px/30px Playfair;
    }
    .sign-up-caratx-gazette-box {
        padding: 20px 10px;
    }
    .coupon-form .form-group {
        width: 100%;
        margin-right: 0 !important;
    }
    .btn-cart-page {
        width: 100%;
        padding: 10px 25px;
        font: normal normal normal 16px/25px Poppins;
        font-family: "Poppins";
    }
    .invoice-table-1 thead {
        font: normal normal 500 13px/20px Poppins;
        font-family: "Poppins";
    }
    .invoice-table-1 tbody,
    .invoice-table-2 tbody {
        font: normal normal normal 13px/20px Poppins;
        font-family: "Poppins";
    }
    .invoice-table-1 tbody td,
    .invoice-table-2 tbody td {
        padding-right: 10px;
    }
    .btn-export,
    .btn-export2 {
        width: 100%;
        padding: 12px 15px;
        margin-left: 00px;
        font: normal normal normal 14px/23px Poppins;
        font-family: "Poppins";
    }
    .btn-back {
        width: 100%;
        padding: 15px 34px;
        margin-bottom: 20px;
        font: normal normal normal 14px/23px Arial;
    }
    .billing-details h1,
    .differentaddress-heading,
    .order-summary-table h1 {
        font: normal normal bold 16px/26px Playfair;
    }
    .differentaddress-heading label {
        padding-left: 20px;
        font-family: 16px !important;
        line-height: 20px;
    }
    .cat-freeshipping-box {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 411px) {
    .faqs .panel-heading {
        width: 100%;
        height: 70px;
    }
    .faqs .panel-heading a {
        width: 100%;
        height: 70px;
        padding: 0;
        padding-right: 60px;
        padding-left: 20px;
        font: normal normal bold 14px Playfair;
        line-height: 70px;
        border: 1px solid #eaebec;
        border-radius: 10px;
    }
    .faqs .panel-heading>a:before {
        content: "\f068";
        width: 45px;
        height: 70px;
        padding: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        line-height: 70px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }
    .faqs .panel-heading>a.collapsed:before {
        content: "\f067";
        width: 45px;
        height: 70px;
        padding: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        line-height: 70px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }
    .lessThanmobile .panel-heading {
        height: 100px;
    }
    .lessThanmobile .panel-heading a {
        height: 100px;
        padding-right: 80px;
        padding-left: 20px;
        font: normal normal bold 14px Playfair;
        line-height: 40px;
    }
    .lessThanmobile .panel-heading>a:before {
        height: 100px;
        line-height: 100px;
    }
    .lessThanmobile .panel-heading>a.collapsed:before {
        height: 100px;
        line-height: 100px;
    }
    .item-details-table-right-box {
        display: block;
        width: 100%;
        text-align: center;
    }
    .product-detail-right .btn-addtocart {
        width: 100%;
        height: 50px;
        margin-top: 10px;
        font: normal normal 600 16px/36px Poppins;
        font-family: "Poppins";
    }
    /* your account page*/
    .your-account {
        margin-top: 25px;
    }
    .tab-content {
        padding: 12px;
    }
    .tab-content h2 {
        font: normal normal 500 25px/34px Playfair;
    }
    .tab-content label {
        padding-bottom: 5px;
    }
    .tab-content p,
    .tab-content label {
        font: normal normal 500 14px/25px Poppins;
        font-family: "Poppins";
    }
    .tab-content .form-group {
        padding-bottom: 10px;
    }
    .tab-content .form-check-inline {
        margin-bottom: 20px;
    }
    .tab-content .form-check-inline label {
        padding-bottom: 5px;
        margin-right: 0;
    }
    .tab-content input[type="radio"] {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .tab-content button {
        margin-bottom: 30px;
        font: normal normal 500 14px/25px Poppins;
        font-family: "Poppins";
        line-height: 30px;
    }
    .btn-green,
    .btn-green01 {
        width: 100%;
        font: normal normal 500 14px/25px Poppins;
        font-family: "Poppins";
    }
    .btn-green01 {
        font: normal normal 500 14px/35px Poppins;
        font-family: "Poppins";
    }
    .btn-green01,
    .btn-Cancel {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .btn-Cancel {
        margin-top: 20px;
    }
    .pendingOrders {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 380px) {
    .lessThanHeight .panel-heading {
        height: 100px;
    }
    .lessThanHeight .panel-heading a {
        height: 100px;
        padding-right: 80px;
        padding-left: 20px;
        font: normal normal bold 14px Playfair;
        line-height: 30px;
    }
    .lessThanHeight.panel-heading>a:before {
        height: 100px;
        line-height: 100px;
    }
    .lessThanHeight .panel-heading>a.collapsed:before {
        height: 100px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-navbar ul {
        display: none !important;
    }
}

@media only screen and (max-width: 970px) {
    .info-modal,
    .openDispute {
        display: none !important;
    }
}

.form-group textarea::placeholder,
.create-an-account-form .form-group input::placeholder,
.form-group input::placeholder {
    color: rgba(95, 96, 98, 0.5) !important;
}

.form-group textarea:-ms-input-placeholder,
.create-an-account-form .form-group input:-ms-input-placeholder,
.form-group input:-ms-input-placeholder {
    color: rgba(95, 96, 98, 0.5) !important;
}

.create-an-account-form .form-group input::-ms-input-placeholder,
.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
    color: rgba(95, 96, 98, 0.5) !important;
}

.btn-defaultgreen {
    color: #fff;
    background: #0a4b9f; /* Dark blue background */
    border-radius: 10px; /* Rounded corners */
    padding: 10px 20px;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 250px; /* Max width as requested */
    text-align: center;
    display: block;
    margin-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-defaultgreen:hover {
    color: #fff;
    background: #0d60c7; /* Lighter blue on hover */
}

.secCookies {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    /* background: gray; */
    background: #f3f3f3;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    opacity: 0.95;
}

.bgred {
    color: #ff3045 !important;
}

.bgnored {
    color: transparent !important;
}


/* Blog Main Page Start */

.rings-dropdown-list,
.bracelet-dropdown-list,
.necklace-dropdown-list,
.earringsShape-dropdown-list,
.earringsBack-dropdown-list {
    z-index: 99999999;
    background-color: #fff;
}

.blog-feature-image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.blog-info {
    display: flex;
    height: 40px;
    line-height: 40px;
}

.blog-views,
.blog-comments,
.blog-author {
    display: flex;
    justify-content: center;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
}

.author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.blog-views i,
.blog-comments i {
    color: #949596;
    font-size: 30px;
    line-height: 40px;
}

.blog-views p,
.blog-comments p,
.blog-author p {
    margin: 0;
    margin-left: 10px;
    color: #949596;
    font-size: 20px;
    letter-spacing: 0;
}

.blog-content {
    overflow: hidden;
    width: 100%;
    height: 72px;
    margin: 20px 0;
    color: #757575;
    font-size: 22px;
    letter-spacing: 0;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 3; */
    /* number of lines to show */
    /* -webkit-box-orient: vertical; */
}

.blog-header-text {
    color: #313131;
    font: normal normal bold 25px/34px Playfair;
    letter-spacing: 0;
}

.btn-read-more {
    color: #5fb541;
    font: normal normal normal 22px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #5fb541;
    border-radius: 5px;
}

.btn-read-more:hover {
    color: #fff;
    background: #5fb541 0 0 no-repeat padding-box;
}

.articles-border {
    border-top: 1px solid #eee;
}

.articles-border:first-child {
    border-top: none;
}

.recent-post-title {
    margin-top: 29px;
    color: #313131;
    font: normal normal bold 25px/30px Playfair;
    letter-spacing: 0;
}

.recent-post-image {
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

.recent-post-image-large {
    width: 100%;
    height: 370px;
    border-radius: 5px;
}

.recent-post-content {
    display: -webkit-box;
    overflow: hidden;
    color: #757575;
    font: normal normal normal 20px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.recent-post-content:hover {
    color: #5fb541;
}

.recent-post-date {
    margin: 0;
    color: #757575;
    font: normal normal normal 20px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.recent-post-date i {
    margin-right: 10px;
    color: #757575;
    font-size: 20px;
}

.social-box {
    padding: 42px 20px 30px 20px;
    margin: 25px 0 20px 0;
    border: 1px dashed #5fb541;
}

.social-box ul {
    text-align: center;
    vertical-align: middle;
}

.customPagination .pagination .page-link {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    color: #666;
    font: normal normal normal 22px/50px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    opacity: 0.76;
}

.page-item.active .page-link {
    background-color: #5fb541 !important;
}

.customPagination .pagination .page-link i {
    color: #666;
    font-size: 17px;
}

.customPagination .pagination .page-link:hover {
    color: #5fb541;
    background: transparent;
    border-color: #5fb541;
}

.customPagination .pagination .page-link:hover i {
    color: #5fb541;
    font-size: 17px;
}

.customPagination .pagination a.active {
    color: #fff;
    background: #5fb541;
    border-color: #5fb541;
}

.customPagination .pagination a.active i {
    color: #fff;
}

.single-post-heading {
    color: #313131;
    font: normal normal bold 43px/34px Playfair;
    letter-spacing: 0;
}

.single-post-info {
    color: #313131;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.single-post-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
}

.single-blog-content {
    color: #313131;
    font: normal normal normal 22px/33px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.next-post nav {
    background: transparent;
}

.next-post .pagination .page-link {
    width: 55px;
    height: 55px;
    margin-right: 20px;
    color: #666;
    font: normal normal normal 22px/38px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: center;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    opacity: 0.76;
}

.next-post .pagination .page-link i {
    color: #666;
    font-size: 17px;
}

.next-post .pagination .page-link:hover {
    color: #5fb541;
    background: transparent;
    border-color: #5fb541;
}

.next-post .pagination .page-link:hover i {
    color: #5fb541;
}

.next-post .pagination a.active {
    color: #fff;
    background: #5fb541;
    border-color: #5fb541;
}

.next-post .pagination a.active i {
    color: #fff;
}

.next-blog-post p {
    margin: 0;
}

.next-blog-link {
    color: #d6d8d9;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-transform: lowercase;
}

.blog-home {
    color: #d6d8d9;
    line-height: 70px;
}

.blog-home i {
    font-size: 25px !important;
}

.next-blog-text {
    display: -webkit-box;
    overflow: hidden;
    color: #666;
    font: normal normal 500 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.blog-home:hover,
.next-blog-text:hover {
    color: #5fb541;
}

.comments-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    border-top: 1px solid #ddd;
}

.comments-section h3,
.comments-form h3 {
    color: #313131;
    font: normal normal bold 25px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.user-comments {
    padding: 50px 0;
}

.comments-top {
    display: flex;
    justify-content: space-between;
}

.comment-user-info {
    display: flex;
}

.comment-user-info img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.comment-user-name {
    margin: 0;
    color: #666;
    font: normal normal 500 22px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.comment-user-name span {
    color: #d6d8d9;
    font: normal normal normal 22px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.comment-time {
    color: #d6d8d9;
    font: normal normal normal 22px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.comments-text {
    padding: 10px 10px 0 10px;
    margin: 10px 0 10px 80px;
    color: #666;
    font: normal normal normal 20px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    background: rgba(242, 242, 242, 0.2);
    border: 1px solid rgba(242, 242, 242, 0.2);
    border-radius: 5px;
}

.replay {
    color: #5fb541;
    font: normal normal normal 22px/36px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.replay:hover {
    color: #5fb541;
}

.comments-form {
    padding-top: 20px;
}

.comments-form form {
    padding: 20px 0;
}

.comments-form label {
    font: normal normal normal 22px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
}

.comments-form label span {
    color: #f05326;
}

.comments-border {
    border-bottom: 1px solid #ddd;
}

.comments-form input {
    height: 67px;
    border-radius: 5px;
}

.comments-form textarea::placeholder,
.comments-form input::placeholder {
    color: #31313169;
    opacity: 1;
    /* Firefox */
}

.comments-form textarea:-ms-input-placeholder,
.comments-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #31313169;
}

.comments-form textarea::-ms-input-placeholder,
.comments-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #31313169;
}

.blog-post-heading {
    font: normal normal bold 50px/74px Playfair;
}

.blog-post-info {
    font-size: 14px;
}

@media only screen and (max-width: 1650px) {
    .blog-info {
        height: 25px;
        line-height: 25px;
    }
    .blog-views,
    .blog-comments,
    .blog-author {
        margin-right: 20px;
    }
    .author-img {
        width: 26px;
        height: 26px;
    }
    .blog-views i,
    .blog-comments i {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-views p,
    .blog-comments p,
    .blog-author p {
        margin-left: 10px;
        font-size: 15px;
    }
    .blog-content {
        margin: 18px 0;
        font-size: 15px;
    }
    .blog-header-text {
        font: normal normal bold 25px/34px Playfair;
    }
    .btn-read-more {
        font: normal normal normal 14px/22px Poppins;
        font-family: "Poppins";
    }
    .recent-post-title {
        margin-top: 29px;
        font: normal normal bold 25px/30px Playfair;
    }
    .recent-post-content {
        margin-bottom: 5px;
    }
    .recent-post-content,
    .recent-post-date {
        font: normal normal normal 12px/18px Poppins;
        font-family: "Poppins";
    }
    .recent-post-date i {
        margin-right: 5px;
        font-size: 12px;
    }
    .social-box {
        padding: 35px 20px 25px 20px;
        margin: 25px 0 20px 0;
        border: 1px dashed #5fb541;
    }
    .social-box ul {
        text-align: center;
        vertical-align: middle;
    }
    .customPagination .pagination .page-link {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        font: normal normal normal 16px/22px Poppins;
        font-family: "Poppins";
    }
    .customPagination .pagination .page-link i {
        font-size: 16px;
    }
    .customPagination .pagination .page-link:hover i {
        font-size: 17px;
    }
    /* single post page  */
    .single-post-heading {
        font: normal normal bold 25px/24px Playfair;
    }
    .single-post-info {
        font: normal normal normal 18px/20px Poppins;
        font-family: "Poppins";
    }
    .single-blog-content {
        font: normal normal normal 16px/30px Poppins;
        font-family: "Poppins";
    }
    .next-post .pagination .page-link {
        width: 45px;
        height: 45px;
        margin-right: 20px;
        font: normal normal normal 22px/26px Poppins;
        font-family: "Poppins";
    }
    .next-post .pagination .page-link i {
        font-size: 17px;
    }
    .next-blog-link {
        font: normal normal normal 16px/20px Poppins;
        font-family: "Poppins";
    }
    .blog-home {
        line-height: 50px;
    }
    .blog-home i {
        font-size: 25px !important;
    }
    .next-blog-text {
        font: normal normal 500 16px/20px Poppins;
        font-family: "Poppins";
    }
    .comments-section {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .comments-section h3,
    .comments-form h3 {
        font: normal normal bold 20px/26px Poppins;
        font-family: "Poppins";
    }
    .user-comments {
        padding: 30px 0;
    }
    .comment-user-info img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .comment-user-name {
        font: normal normal 500 16px Poppins;
        font-family: "Poppins";
    }
    .comment-user-name span {
        font: normal normal normal 16px Poppins;
        font-family: "Poppins";
    }
    .comment-time {
        font: normal normal normal 16px Poppins;
        font-family: "Poppins";
    }
    .comments-text {
        margin: 10px 0 10px 50px;
        font: normal normal normal 16px Poppins;
        font-family: "Poppins";
    }
    .replay {
        font: normal normal normal 16px/26px Poppins;
        font-family: "Poppins";
    }
    .comments-form {
        padding-top: 20px;
    }
    .comments-form form {
        padding: 20px 0;
    }
    .comments-form label {
        font: normal normal normal 16px/27px Poppins;
        font-family: "Poppins";
    }
    .comments-form input {
        height: 50px;
    }
    .recent-post-image-large {
        height: 232px;
    }
    .blog-post-heading {
        font: normal normal bold 40px/64px Playfair;
    }
}

@media only screen and (max-width: 1224px) {
    .blog-info {
        height: 25px;
        line-height: 25px;
    }
    .blog-views,
    .blog-comments,
    .blog-author {
        margin-right: 20px;
    }
    .author-img {
        width: 26px;
        height: 26px;
    }
    .blog-views i,
    .blog-comments i {
        font-size: 18px;
        line-height: 25px;
    }
    .blog-views p,
    .blog-comments p,
    .blog-author p {
        margin-left: 10px;
        font-size: 14px;
    }
    .blog-content {
        margin: 18px 0;
        font-size: 14px;
    }
    .blog-header-text {
        font: normal normal bold 20px/34px Playfair;
    }
    .btn-read-more {
        font: normal normal normal 13px/22px Poppins;
        font-family: "Poppins";
    }
    .recent-post-title {
        margin-top: 29px;
        font: normal normal bold 20px/30px Playfair;
    }
    .social-box {
        padding: 25px 20px 15px 20px;
        margin: 25px 0 20px 0;
        border: 1px dashed #5fb541;
    }
    .social-box ul {
        text-align: center;
        vertical-align: middle;
    }
    .customPagination .pagination .page-link {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        font: normal normal normal 14px/22px Poppins;
        font-family: "Poppins";
    }
    .customPagination .pagination .page-link i {
        font-size: 15px;
    }
    .customPagination .pagination .page-link:hover i {
        font-size: 15px;
    }
    /* single post page  */
    .single-post-heading {
        font: normal normal bold 22px/24px Playfair;
    }
    .single-post-info {
        font: normal normal normal 16px/20px Poppins;
        font-family: "Poppins";
    }
    .single-blog-content {
        font: normal normal normal 15px/30px Poppins;
        font-family: "Poppins";
    }
    .next-post .pagination .page-link {
        width: 45px;
        height: 45px;
        font: normal normal normal 18px/26px Poppins;
        font-family: "Poppins";
    }
    .next-post .pagination .page-link i {
        font-size: 16px;
    }
    .next-blog-link,
    .next-blog-text {
        font-size: 14px;
    }
    .comment-user-name,
    .comment-user-name span,
    .comment-time,
    .comments-text,
    .replay {
        font-size: 14px;
    }
    .comments-form label {
        font: normal normal normal 14px/27px Poppins;
        font-family: "Poppins";
    }
    .comments-form input {
        height: 40px;
    }
    .recent-post-image-large {
        height: 210px;
    }
    .recent-post-image {
        height: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .blog-info {
        height: 20px;
        line-height: 22px;
    }
    .blog-views,
    .blog-comments,
    .blog-author {
        margin-right: 12px;
    }
    .author-img {
        width: 22px;
        height: 22px;
    }
    .blog-views i,
    .blog-comments i {
        font-size: 14px;
        line-height: 25px;
    }
    .blog-views p,
    .blog-comments p,
    .blog-author p {
        margin-left: 10px;
        font-size: 11px;
    }
    .blog-content {
        margin: 18px 0;
        font-size: 14px;
    }
    .blog-header-text {
        font: normal normal bold 18px/20px Playfair;
    }
    .btn-read-more {
        font: normal normal normal 12px/18px Poppins;
        font-family: "Poppins";
    }
    .recent-post-title {
        margin-top: 29px;
        font: normal normal bold 18px/30px Playfair;
    }
    .recent-post-content,
    .recent-post-date {
        font: normal normal normal 10px/15px Poppins;
        font-family: "Poppins";
    }
    .social-box {
        padding: 15px 10px 8px 10px;
        margin: 25px 0 20px 0;
        border: 1px dashed #5fb541;
    }
    .social-box ul {
        text-align: center;
        vertical-align: middle;
    }
    .customPagination .pagination .page-link {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        font: normal normal normal 16px/22px Poppins;
        font-family: "Poppins";
    }
    .customPagination .pagination .page-link i {
        font-size: 16px;
    }
    .customPagination .pagination .page-link:hover i {
        font-size: 17px;
    }
    /* single post page  */
    .single-post-heading {
        font: normal normal bold 20px/24px Playfair;
    }
    .single-blog-content {
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .next-post .pagination .page-link {
        width: 40px;
        height: 40px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .next-post .pagination .page-link i {
        font-size: 14px;
    }
    .comments-section {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .comments-section h3,
    .comments-form h3 {
        font: normal normal bold 16px/26px Poppins;
        font-family: "Poppins";
    }
    .recent-post-image-large {
        height: 190px;
    }
    .recent-post-image {
        height: 50px;
    }
    .blog-post-heading {
        font: normal normal bold 35px/50px Playfair;
    }
}

@media only screen and (max-width: 768px) {
    .blog-info {
        height: 25px;
        line-height: 25px;
    }
    .blog-views,
    .blog-comments,
    .blog-author {
        margin-right: 20px;
    }
    .author-img {
        width: 26px;
        height: 26px;
    }
    .blog-views i,
    .blog-comments i {
        font-size: 18px;
        line-height: 25px;
    }
    .blog-views p,
    .blog-comments p,
    .blog-author p {
        margin-left: 10px;
        font-size: 14px;
    }
    .blog-content {
        margin: 18px 0;
        font-size: 14px;
    }
    .blog-header-text {
        font: normal normal bold 20px/34px Playfair;
    }
    .btn-read-more {
        font: normal normal normal 13px/22px Poppins;
        font-family: "Poppins";
    }
    .recent-post-title {
        margin-top: 29px;
        font: normal normal bold 20px/30px Playfair;
    }
    .recent-post-content,
    .recent-post-date {
        font: normal normal normal 12px/18px Poppins;
        font-family: "Poppins";
    }
    .recent-post-date i {
        margin-right: 5px;
        font-size: 12px;
    }
    .social-box {
        padding: 25px 20px 15px 20px;
        margin: 25px 0 20px 0;
        border: 1px dashed #5fb541;
    }
    .social-box ul {
        text-align: center;
        vertical-align: middle;
    }
    .customPagination .pagination .page-link {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        font: normal normal normal 16px/22px Poppins;
        font-family: "Poppins";
    }
    .customPagination .pagination .page-link i {
        font-size: 16px;
    }
    .customPagination .pagination .page-link:hover i {
        font-size: 17px;
    }
    .recent-post-image-large {
        height: 100%;
    }
    .recent-post-image {
        height: 100px;
    }
    .blog-post-heading {
        font: normal normal bold 30px/40px Playfair;
    }
}


/* Scroll Starts*/

.serviceText {
    scrollbar-color: #f1f1f1 #5fb541;
    scrollbar-width: thin;
}

.serviceText::-webkit-scrollbar {
    width: 5px;
}

.serviceText::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.serviceText::-webkit-scrollbar-thumb {
    background: #5fb541;
    opacity: 0.5;
}

.serviceText::-webkit-scrollbar-thumb:hover {
    background: #5fb541;
}


/* Scroll Ends */

@media only screen and (max-width: 440px) {
    .blog-info {
        height: 20px;
        line-height: 22px;
    }
    .blog-views,
    .blog-comments,
    .blog-author {
        margin-right: 15px;
    }
    .author-img {
        width: 22px;
        height: 22px;
    }
    .blog-views i,
    .blog-comments i {
        font-size: 18px;
        line-height: 25px;
    }
    .blog-views p,
    .blog-comments p,
    .blog-author p {
        margin-left: 8px;
        font-size: 12px;
    }
    .blog-content {
        margin: 15px auto 5px auto;
        font-size: 14px;
    }
    .blog-header-text {
        margin-top: 15px;
        font: normal normal bold 16px/25px Playfair;
    }
    /* single post page  */
    .single-post-heading {
        font: normal normal bold 18px/24px Playfair;
    }
    .single-post-info {
        font: normal normal normal 14px/20px Poppins;
        font-family: "Poppins";
    }
    .next-post .pagination .page-link {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        font: normal normal normal 14px/18px Poppins;
        font-family: "Poppins";
    }
    .next-blog-link,
    .next-blog-text {
        font-size: 12px;
    }
    .blog-home {
        line-height: 45px;
    }
    .user-comments {
        padding: 20px 0;
    }
    .blog-post-heading {
        font: normal normal bold 25px/35px Playfair;
    }
    .blog-post-info {
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px) {
    .blog-views p,
    .blog-comments p,
    .blog-author p {
        margin-left: 8px;
        font-size: 10px;
    }
}


/* Blog Main Page End */


/* our service page Start */


/* .serviceText {
    height: 182px;
} */

.s-img-height {
    width: 100%;
    height: 230px !important;
}

.status-like {
    cursor: pointer;
}


/* our service page End */


/* Recaptcha Customize Start */

.g-recaptcha-response {
    display: block !important;
    height: 0 !important;
    margin-top: -20px !important;
    visibility: hidden !important;
}


/* Recaptcha Customize End */


/* Input Type Number up and down wheel disabled Start */


/* Chrome, Safari, Edge, Opera */

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


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}


/* Input Type Number up and down wheel disabled Start */

.btn-InProcess,
.btn-OutForDelivery,
.btn-delivered,
.btn-beingPackaged {
    width: 200px;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    font: normal normal normal 18px/27px Poppins;
    font-family: "Poppins";
    letter-spacing: 0;
    border-radius: 5px;
}

.btn-delivered {
    color: #5fb541;
    background: #e2f2dd;
}

.btn-delivered:hover {
    color: #5fb541;
}

.btn-beingPackaged {
    color: #f05326;
    background: #fce0d8;
}

.btn-beingPackaged:hover {
    color: #f05326;
}

.btn-InProcess {
    color: #d9d310;
    background: #f1f1d7;
}

.btn-InProcess:hover {
    color: #d9d310;
}

.btn-OutForDelivery {
    color: #bf9066;
    background: #ecd9d9;
}

.btn-OutForDelivery:hover {
    color: #bf9066;
}

.btn-viewOrder {
    color: #5fb541;
    background: #e2f2dd 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.btn-viewOrder:hover {
    color: #fff;
    background: #217fb2 0 0 no-repeat padding-box;
    border-radius: 5px;
}

.custom-hero-Section {
    position: relative;
}

.main-heading-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 235, 242, 0);
}

.custom-hero-Section:hover .main-heading-top {
    background: rgba(235, 235, 242, 0.5);
}

.custom-hero-Section-text {
    margin-top: -50px;
    margin-left: 250px;
}

.custom-hero-Section-textSlider {
    margin-top: -50px;
    margin-left: 280px;
}

@media only screen and (max-width: 1650px) {
    .btn-InProcess,
    .btn-OutForDelivery,
    .btn-delivered,
    .btn-beingPackaged {
        width: 150px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
    .custom-hero-Section-text {
        margin-top: -50px;
        margin-left: 200px;
    }
    .custom-hero-Section-textSlider {
        margin-top: -50px;
        margin-left: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .btn-InProcess,
    .btn-OutForDelivery,
    .btn-delivered,
    .btn-beingPackaged {
        width: 140px;
        font: normal normal normal 14px/25px Poppins;
        font-family: "Poppins";
    }
}

@media only screen and (max-width: 768px) {
    .custom-hero-Section-text {
        margin-top: -50px;
        margin-left: 100px;
    }
    .custom-hero-Section-textSlider {
        margin-top: 10px;
        margin-left: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .custom-hero-Section-text {
        margin-top: 0;
        margin-left: 20px;
    }
    .custom-hero-Section-textSlider {
        margin-top: 10px;
        margin-left: 80px;
    }
}

.btn-services {
    color: #fff;
    background-color: #5fb541;
    border-radius: 5px;
}

.btn-services:hover {
    color: #fff;
    background-color: #000;
}

.btn-default {
    color: #000;
    border: 1px solid #666;
    border-radius: 5px;
}

.btn-default:hover {
    color: #fff;
    background: #666;
    border: 1px solid #666;
    border-radius: 5px;
}

.topMessageBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    padding: 10px 10px;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.circular-colorPicker .IroWheel,
.circular-colorPicker .IroSlider {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.no-data-avalible {
    padding: 10px;
    margin: auto;
    color: #fff;
    font-size: 35px;
    text-align: center;
    background-color: #5fb541;
    border-radius: 5px;
}

.coyright-text {
    width: 100%;
    padding: 10px;
    color: #707070;
    font-family: "Poppins";
    text-align: center;
    background-color: #fff;
}

.cards-inline img {
    width: 85px !important;
    height: 58px !important;
}

.testmonial-img {
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}

.c-height {
    height: 50px;
    line-height: 38px;
}

.ui-autocomplete {
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 185px;
}



.custom-order-message {
    overflow: hidden;
    width: 500px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 575px) {
    .card .item-status-hover-icon,
    .productItem:hover .main-image,
    .productItem:hover .main-text,
    .card .hover-image,
    .card .hover-text,
    .productItem:hover .card-brand {
        display: block;
        margin-top: 0;
    }
    .productItem:hover .card {
        width: 100%;
        padding: -10px 10px 10px 0;
        transform: scale(1);
    }
    .productItem:hover .productImage-box {
        transform: scale(1);
    }
    .section-hedding h1 {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 42px;
    }
}

@media screen and (max-width: 480px) {
    .FeaturedProducts .tab-slider {
        padding-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 76%;
    }
    .section-hedding h1 {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 42px;
    }
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 200px;
    }
}

@media screen and (max-width: 352px) {
    .FeaturedProductsGroup button.slick-prev,
    .FeaturedProductsGroup button.slick-prev:hover,
    .FeaturedProducts button.slick-prev,
    .FeaturedProducts button.slick-prev:hover {
        left: 72%;
    }
    .section-hedding h1 {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 42px;
    }
}

.product-video iframe {
    width: 100%;
    height: 25vw;
    min-height: 250px;
}
.dropdownScrollBox .notification-box{
    padding: 0 !important;
}
.dropdownScrollBox .media{
    padding: 5px 15px;
}
.notificationDropdown .media-body {
  color: #212529;
}
.dropdown-item-title {
  font-size: 1rem;
  margin: 0;
    font-weight: bold;
    margin-bottom:6px;
}
.notificationDropdown .media-body p {
  margin-bottom: 2px !important;
}
.dropdownScrollBox p{
    margin:0;
}
.text-sm {
  font-size: .875rem !important;
}
.customScroll {
    scrollbar-width: thin;
    scrollbar-color: #706f6f #a9a9a9;
}

.customScroll::-webkit-scrollbar {
    width: 0.5rem !important;
    height: 0.5rem !important;
}

.customScroll::-webkit-scrollbar-thumb {
    background-color: #a9a9a9 !important;
}

.customScroll::-webkit-scrollbar-track {
    background-color: transparent !important;
}

.customScroll::-webkit-scrollbar-corner {
    background-color: transparent !important;
}

.customScroll::-webkit-scrollbar-corner {
    background-color: transparent !important;
}

.dropdownScrollBox {
    max-height: 310px !important;
    overflow-y: auto !important;
}


.notifications-block {
    position: relative;
}

.notificationDropdown {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 300px;
    overflow-x: hidden;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
    margin-top: 9px;
}

.notifications-block button {
    border: none;
}

.notifications-block button i {
    color: #217fb2;
}

.notifications-block .badge {
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
    line-height: 12px !important;
    text-align: center !important;
    padding: 2px !important;
}

.notifications-block .dropdown-footer {
    color: #212529;
}

.notificationDropdown {
    scrollbar-width: thin;
    scrollbar-color: #706f6f #a9a9a9;
}

.notificationDropdown::-webkit-scrollbar {
    width: 0.5rem !important;
    height: 0.5rem !important;
}

.notificationDropdown::-webkit-scrollbar-thumb {
    background-color: #a9a9a9 !important;
}

.notificationDropdown::-webkit-scrollbar-track {
    background-color: transparent !important;
}

.notificationDropdown::-webkit-scrollbar-corner {
    background-color: transparent !important;
}

.notificationDropdown::-webkit-scrollbar-corner {
    background-color: transparent !important;
}

.notificationDropdown .media {
    padding: 5px 15px;
}

.notificationDropdown .media-body {
    color: #212529;
}

.notificationDropdown .media-body p {
    margin-bottom: 2px !important;
}
.videoThumb{
    width: 100%;
    height: 300px;
    object-fit: cover;
}