* {
    box-sizing: border-box;
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
​ body {
    display: flex;
    flex-direction: column;
    min-height: max-content;
    position: relative;
}
/* Style your content area */
.content {
    flex: 1; /* Take up remaining space */
    padding: 20px; /* Add some padding to your content */
}
​
/* Style your footer */
.stampingFooter {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}
a {
    text-decoration: none;
    color: inherit;
}
.btn-cardss {
    background: #232323;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    transition: 0.5s;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-cardss:hover {
    background: transparent;
    color: #232323;
    box-shadow: 0 0 10px #232323;
}
section {
    padding: 50px 0;
}
/* navigation */
/* navigation */
.menu {
    position: relative;
}
.backgroundImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:   15px  15px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.backgroundImg:hover {
    filter: brightness(80%);
}
/* test */
/* .btn123{

} */
/* test */

/* Promotion Pop-Up */

.line {
    margin-top: 40px;
    width: 50%;
    border: 1px solid;
}

.modalll {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 850px;
    width: 90%; /* Adjust the width as needed */
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    perspective: 2700px;
    border-radius: 10px;
    z-index: 100;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 15px;
    color: #fff;
    /* background-color: #333; */
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 99;
}

.modalll .cover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 98;
    transition: all 1s ease;
    transform-origin: left;
    transform-style: preserve-3d;
}

.button {
    font-size: 18px;
    background-color: #333;
    color: #fff;
    padding: 13px 75px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    margin-top: 40px;
}

.modalll .cover .front {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.modalll .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
    border-radius: 10px;
}

.modalll .forms {
    height: 100%;
    width: 100%;
    background: #fff;
}

.modalll .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .login-form {
    width: calc(100% / 2 - 25px);
    padding: 20px;
}

.forms .form-content .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.text {
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 730px) {
    .modalll .cover {
        display: none;
    }
}

/* End Promotion Pop-up */

.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
}
.stampingNavbar {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
    position: relative;
}
.stampingMain .navbar-brand {
    width: 20%;
}
.stampingMain .container .navbar-collapse {
    width: calc(100% - 20%);
}
.stampingMain .container .navbar-collapse ul#profile_dropdown {
    width: max-content;
    justify-content: center;
}
.stampingMain .container .navbar-collapse ul li a {
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid transparent;
    margin: 0 2px;
}
.stampingMain .container .navbar-collapse ul li a:hover,
.stampingMain .container .navbar-collapse ul li a.active {
    color: #9e3040;
    box-shadow: 0 0 10px #9e3041c3;
}

.stampingMain .container .navbar-collapse .stampingProfile {
    width: 35%;
    justify-content: end;
    transition: 0.7s;
}
.stampingIcons {
    width: 30px;
    height: 30px;
    margin: 5px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    border: 1px solid transparent;
}
.stampingIcons img {
    width: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.stampingIcons:hover {
    border: 1px solid #9e3040;
    box-shadow: 0 0 10px #9e3041c3;
}
.stampingIcons.stampingIconsFieldWrp {
    width: 0;
    height: 0;
    display: flex;
    padding-left: 4px;
    margin: unset;
    border: none;
    transition: 0.7s;
}
.stampingNavbarActive .stampingIcons.stampingIconsFieldWrp {
    width: 155px;
    height: 30px;
    margin: 5px;
    border: 1px solid transparent;
}
.stampingNavbarActive .stampingIconsSearch {
    width: 0;
    height: 0;
    border: unset;
    margin: unset;
    transition: 0.7s;
}
.stampingNavbarActive .container .navbar-collapse ul {
    width: calc(100% - 50%);
}
.stampingNavbarActive .container .navbar-collapse .stampingProfile {
    width: 50%;
    position: relative;
}
.stampingIcons.stampingIconsFieldWrp img {
    position: unset;
}
.stampingIcons.stampingIconsFieldWrp input {
    width: 100%;
    border: unset;
    outline: unset;
    box-shadow: unset;
    padding-left: 4px;
    border-radius: 10px;
}
.stampingCartNotification span {
    background: #9e3040;
    color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    right: -6px;
    top: -8px;
    text-align: center;
}


.stampingCartNotification_koisk span {
    background: #9e3040;
    color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    right: 17px;
    top: 20px;
    text-align: center;
}


.stampingProfile a.signin {
    background-color: #9e3040;
    color: #fff;
    padding: 7px 15px;
    margin-right: 0px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s;
    margin-left: 5px;
}
.stampingProfile a.signin:hover {
    background-color: #fff;
    color: #9e3040;
    border: 1px solid #9e3040;
    box-shadow: 0 0 10px rgb(180, 180, 180);
}
.stampingProfile .dropdown button {
    padding: unset;
    border: unset;
}
.stampingProfile .dropdown .dropdown-menu.show {
    left: unset;
    right: 0;
}
.stampingProfile .dropdown button img {
    width: 33px;
    height: 33px;
    margin: 10px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    border: 1px solid transparent;
}
.stampingProfile .dropdown .dropdown-menu li a {
    margin: 2px 0 !important;
}
.stampingProfile .dropdown .dropdown-menu li a:hover {
    background: #9e3040;
    color: #fff !important;
    box-shadow: unset !important;
    border-radius: unset;
}

.StampingsectionTitle {
    font-size: 36px;
    line-height: 46px;
}
.StampingsectionTitle span {
    padding: 0 10px 3px 10px;
    border-bottom: 1.5px solid #6a6a6a;
    margin-bottom: 5px;
    display: inline-block;
}
.StampingsectionInfo p {
    width: 50%;
    margin: 20px auto;
}
.stampingModal .modal-dialog {
    margin-right: 150px;
    margin-left: auto;
    margin-top: 90px;
}
.stampingModal .modal-dialog .stampingCartItemWrpLeft {
    width: 80px;
    height: 80px;
}
.stampingModal .modal-dialog .stampingCartItemWrpRight {
    width: calc(100% - 110px);
}
.stampingModal .modal-dialog .stampingCartItemWrpRightCnt h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.stampingModal .modal-dialog .stampingCartItemWrpRightCnt p {
    font-size: 14px;
}
.stampingModal .modal-dialog .stampingCartItemWrpRightCnt .stampingCartPrice {
    font-size: 14px;
}
.stampingModal
    .modal-dialog
    .stampingCartItemWrpRightCnt
    .stampingCartPrice
    span:last-child {
    font-size: 20px;
}
.stampingCartItemWrp {
    display: flex;
    background: #ebebeb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.stampingCartItemWrp:last-child {
    margin-bottom: unset;
}
.stampingCartItemWrpLeft {
    position: relative;
    width: 120px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 120px;
}
.stampingCartItemWrpLeftImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90%;
    margin: auto;
    width: 90%;
}
.stampingCartItemWrpRight {
    width: calc(100% - 130px);
    margin-left: 10px;
    position: relative;
}
.stampingCartItemWrpRightCnt h4 {
    margin-bottom: unset;
}
.stampingCartItemWrpRightCnt p {
    margin-bottom: unset;
}
.stampingCartItemWrpRightCnt p span:last-child {
    color: #0c0c0c;
    margin-left: 15px;
}
.stampingCartItemWrpRightCnt .stampingCartPrice {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: right;
}
.stampingCartItemWrpRightCnt .stampingCartPrice span,
.stampingCartItemWrpRightCnt p span {
    color: #888888;
}
.stampingCartItemWrpRightCnt .stampingCartPrice span:last-child {
    color: #0c0c0c;
    font-size: 30px;
    font-weight: 700;
}
.stampingModal .modal-dialog .modal-footer {
    justify-content: center;
    border-top: unset;
    padding-top: unset;
}
.stampingModal .modal-dialog .modal-footer button {
    background: #232323;
    color: #fff;
    padding: 7px 50px;
    border-radius: 5px;
}

/* hero section */
/* hero section */
.stampingHeroSection {
    /*    background: url(../images/backgroundImg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.HeroSectionCnt {
    color: #fff;
    /* width: 450px; */
    width: 834px;
    margin: auto;
    padding: 150px 0;
}
.HeroSectionTitle {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}
.HeroSectionTitle span {
    color: #ccff78;
}
.HeroSectionDesc {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.HeroSectionBtn {
    background-color: #fff;
    color: #9e3040;
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #fff;
    border-radius: 7px;
    font-weight: 500;
    transition: 0.5s;
}
.HeroSectionBtn:hover {
    background-color: #9e3040;
    color: #fff;
    box-shadow: 0 0 10px #9e3040;
}

/* services section */
/* services section */
.stampingServicesSection {
    background: url(../images/dashes.png);
    background-repeat: no-repeat;
    background-position: left 0 top 40%;
    padding: 90px 0;
    background-size: contain;
}
.stampingServicesSection .ServicesSectionItem {
    text-align: center;
}
.ServicesSectionItem .ServicesSectionItemImg {
    border: 1px solid #fff;
    background: #ffffff;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    width: 80px;
    height: 80px;
    margin: auto;
    position: relative;
}
.ServicesSectionItem .ServicesSectionItemImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ServicesSectionItem .ServicesSectionIteminfo {
    margin-top: 30px;
}
.ServicesSectionItem .ServicesSectionIteminfo p {
    margin-bottom: unset;
}

.ServicesSectionItem .ServicesSectionItemCnt {
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
}
.ServicesSectionItem .ServicesSectionItemCnt:hover .ServicesSectionItemImg {
    box-shadow: 0 0 10px #9e3041c3;
    transition: 0.5s;
    width: 100px;
    height: 100px;
}

/* category section */
/* category section */
.stampingCateSlider .owl-item {
    padding: 25px 15px;
    background: #f3f5f6;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.stampingCateSliderItem .stampingSliderImg {
    position: relative;
    width: 100%;
    height: 0;
    margin: auto;
    /* background: #fff; */
    padding-bottom: 100%;
    border-radius: 15px;
}
.maring_bttom {
    margin-bottom: 15px !important;
}
.stampingCateSliderItem.detailCateSliderItem .stampingSliderImg img {
    width: auto !important;
}
/* .stampingCateSliderItem .stampingSliderImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px !important;
} */
.stampingCateSliderItem .stampingSliderCnt h6 {
    color: #787878;
}
.stampingCateSliderItem .stampingSliderCnt p {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 14px;
}
.stampingCateSliderItem .stampingSliderBtn {
    text-align: center;
}
.stampingCateSliderItem .stampingSliderBtn button {
    background-color: #232323;
    color: #fff;
    padding: 8px;
    border: 1px solid #232323;
    transition: 0.5s;
    width: 75%;
    margin: auto;
    border-radius: 6px;
}

.stampingCateSlider .stampingCateSliderItem:hover .stampingSliderBtn button {
    background: transparent;
    color: #232323;
    box-shadow: 0 0 10px #232323;
}
.stampingCateSection .stampingCateTitle {
    color: #232323;
    margin-bottom: 60px;
}
.stampingCateSection .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.stampingCateSection .owl-dots .owl-dot.active {
    border: 1px solid #9e3040;
    box-shadow: 0 0 10px #9e3040;
    background: #9e3040;
    /* width: 20px; */
    border-radius: 10px;
}
.stampingCateSection .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    background: #d0d0d0;
    margin: 2px;
}

/* featured products section */
/* featured products section */
.stampingFPRightCnt .stampingFPRightCard {
    background: #f3f5f6;
    padding: 15px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.stampingFPRightCard .stampingCardImg {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
/* .stampingFPRightCard .stampingCardImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}  */
.stampingFPRightCard .stampingCardCnt {
    padding: 12px 0;
    height: 60px;
}
.stampingCardBtm .stampingCardBtmPrice h6 {
    float: left;
    color: #9e3040;
    font-weight: bold;
    font-size: 25px;
    margin-top: 0;
}
.stampingCardBtm .stampingCardBtmPrice span {
    text-decoration: line-through;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 10px;
}
.stampingCardBtm .stampingCardBtmCartBtn {
    float: right;
    width: 100%;
}
.stampingCardBtm .stampingCardBtmCartBtn button {
    color: #fff;
    background: #232323;
    padding: 7px 12px;
    border-radius: 6px;
    border: 1px solid #232323;
    width: 100%;
}
.stampingFPRightCnt .stampingFPRightCard:hover .stampingCardBtmCartBtn button {
    background: transparent;
    box-shadow: 0 0 10px #232323;
    color: #232323;
    transition: 0.5s;
}
.stampingFPShowMore button {
    background: #9e3040;
    box-shadow: 0px 0px 10px rgba(158, 48, 64, 0.17);
    border-radius: 5px;
    padding: 8px 20px;
    border: 1px solid #9e3040;
    color: #fff;
}
.stampingFPShowMore button:hover {
    color: #9e3040;
    background: transparent;
}

/* customize section */
/* customize section */
.stampingCustomizeLeft {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stampingCustomizeLeft .stampingCustomizeLeftCnt {
    background: #f3f5f6;
    border-radius: 25px;
    padding: 30px;
    width: 400px;
}
.stampingCustomizeLeft .stampingCustomizeLeftCnt h2 {
    color: #9e3040;
    font-weight: 600;
}
.stampingCustomizeLeft .stampingCustomizeLeftCnt p {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
}
.stampingCustomizeLeft .stampingCustomizeLeftCnt button {
    color: #fff;
    background: #232323;
    padding: 7px 25px;
    border-radius: 6px;
    border: 1px solid #232323;
}
.stampingCustomizeLeft .stampingCustomizeLeftCnt button:hover {
    background: transparent;
    box-shadow: 0 0 10px #232323;
    color: #232323;
    transition: 0.5s;
}

/* trending products */
/* trending products */
.stampingCateSliderItem .stampingSliderImg.trendingPSliderImg {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    background: transparent;
    border-radius: unset;
}
.stampingCateSection.stampingTrendingSection
    .stampingCateSliderItem
    .stampingSliderCnt
    h5 {
        text-transform: capitalize;
    color: #9e3040;
    font-weight: 700;
    text-align: center
    ;
}
.stampingCateSection.stampingTrendingSection .owl-dots {
    display: none;
}

/* testimonial  */
/* testimonial  */
.stampingTestimonial .owl-dots {
    display: none;
}
.testimonial-area {
    background: #9e3040;
    background-image: url(../images/coutesRev.png), url(../images/coutes.png);
    background-repeat: no-repeat;
    color: #fff;
    background-position: left 30px top 30px, right 30px bottom 30px;
    background-size: 70px;
    border-radius: 30px;
}
.single-testimonial {
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
}
.single-testimonial p {
    width: 80%;
    margin: auto;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: unset;
    margin-bottom: unset;
    padding: 90px 40px;
}

/* produst gallery  */
/* produst gallery  */
.stampingGalleryWrp .GalleryImg {
    text-align: center;
    width: 100%;
}
.stampingGalleryWrp .GalleryImg.GallerySideImg {
    height: 242px;
}
.stampingGalleryWrp .GalleryImg.GallerySideImg img {
    height: 100%;
}

/* get in touch */
/* get in touch */
.stampingGITSection .stampingGITForm {
    width: 50%;
    margin: auto;
}
.stampingGITForm .stampingGITFormWrp {
    width: 100%;
    position: relative;
    border-radius: 5px;
    display: flex;
    gap: 10px;
}
.stampingGITForm .stampingGITFormWrp input {
    width: calc(100% - 120px);
    border: 1.5px solid rgba(158, 48, 64, 0.3);
    height: 40px;
    background: transparent;
    padding: 10px;
    outline: none;
    border-radius: 5px;
}
.stampingGITForm .stampingGITFormWrp button {
    border: 1.5px solid #9d3a48;
    background: #9d3a48;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    width: 120px;
}
.stampingGITFormWrp button:hover {
    background: #fff;
    color: #9d3a48;
    box-shadow: 0 0 5px #9d3a47c1;
}

/* -------------- stams layout -------------- */
/* -------------- stams layout -------------- */
.sidenav {
    overflow-x: hidden;
    padding: 80px 10px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
    border-radius: 0px 0px 20px 0px;
    margin-bottom: 10px;
}

.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #525252;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.sidenav a:hover {
    color: #525252;
    box-shadow: 0 0 5px #525252;
    border-radius: 10px;
}
.sidenav .dropdown-btn {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
}
.StampsPageSortByBtn button,
.StampsPageSortByBtn button:active {
    background: #f4f4f4;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    color: #000;
    border: 1px solid #f4f4f4;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 120px;
    text-align: left;
}
.StampsPageSortByBtn .dropdown-toggle::after {
    position: absolute;
    top: 25px;
    right: 8px;
}

.StampsPageSortByBtn button:hover {
    background: transparent;
    border: 1px solid #000;
    box-shadow: 0 0 10px #000;
    color: #000;
}
.StampsPageDataItems .DataItemCnt {
    text-align: center;
    float: left;
    width: 100%;
    margin: 15px 0;
    /*    height: 378px;*/
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.17);
    padding: 0;
    border-radius: 15px;
    border-bottom: 3px solid #abaaaa;
}
.StampsPageDataItems .DataItemCnt:hover {
    border-bottom: 3px solid #9d3a48;
}
.DataItemCntImg {
    position: relative;
    width: 100%;
    height: 0;
    margin: auto;
    background: #fff;
    padding-bottom: 100%;
    border-radius: 15px;
}
.StampsPageDataItems .DataItemCnt .DataItemBtn button {
    background: #232323;
    color: #fff;
    padding: 5px 20px;
    width: 100%;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.StampsPageDataItems .DataItemCnt .DataItemBtn button:hover {
    background: transparent;
    color: #232323;
    box-shadow: 0 0 10px #232323;
}
.StampsPageDataItems .DataItemCnt .DataItemPrice,
.accessoriesPrice span {
    color: #4200ff;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
}
.StampsPageDataItems.StampsFavItems .DataItemCnt {
    position: relative;
}
.StampsPageDataItems.StampsFavItems .DataItemCnt i.favourite {
    color: #9d3a48;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
}
.DataItemRating .rate {
    width: 75%;
    text-align: center;
    margin: auto;
}
.DataItemRating .rate span {
    margin-top: 12px;
    display: inline-block;
    font-size: 18px;
    color: #888888;
    font-weight: 600;
}
.DataItemRating .rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.DataItemRating .rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #adff00;
}
.DataItemRating .rate:not(:checked) > label:before {
    content: "★ ";
}
.DataItemRating .rate > input:checked ~ label {
    color: #ebff04;
}
.StampDataItemRating.DataItemRating .rate:not(:checked) > label {
    color: #a5a5a4;
}
.StampDataItemRating.DataItemRating .rate > input:checked ~ label {
    color: #ebff04;
}

/* Stamp Detail Rating */
.DataItemRating .rate1 {
    width: 75%;
    text-align: center;
    margin: auto;
}
.DataItemRating .rate1 span {
    margin-top: 12px;
    display: inline-block;
    font-size: 18px;
    color: #888888;
    font-weight: 600;
}
.DataItemRating .rate1:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.DataItemRating .rate1:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ffc107;
}
.DataItemRating .rate1:not(:checked) > label:before {
    content: "★ ";
}
.DataItemRating .rate1 > input:checked ~ label {
    color: #ebff04;
}
.StampDataItemRating.DataItemRating .rate1:not(:checked) > label {
    color: #a5a5a4;
}
.StampDataItemRating.DataItemRating .rate1 > input:checked ~ label {
    color: #ebff04;
}
.DataItemRating.stampingClientFeedbackInner .rate1 {
    text-align: left;
}
.DataItemRating.stampingClientFeedbackInner .rate1:not(:checked) > label {
    float: unset;
}
.DataItemRating.stampingReviewRating .rate1 {
    width: 100%;
}
.DataItemRating.stampingReviewRating .rate1 > input:checked ~ label {
    color: #7e7e7e;
}

.StampsPagination {
    margin: 15px 0;
}
.StampsPagination .pagination {
    justify-content: center;
}
.StampsPagination .pagination .page-item .page-link {
    padding: 3px;
    width: 35px;
    height: 35px;
    border: unset;
    color: #bcbcbc;
    border-radius: unset;
    display: flex;
    justify-content: center;
    margin: 3px;
    outline: unset;
    box-shadow: unset;
    background: transparent;
}
.StampsPagination .pagination .page-item .page-link:hover {
    background-color: transparent;
    border-bottom: 1px solid #bcbcbc;
}
.StampsPagination .pagination .page-item.active .page-link {
    background-color: transparent;
    border-bottom: 1px solid #bcbcbc;
}
.stampingStampsNextPage {
    text-align: right;
}
.stampingStampsNextPage a {
    background: #e9e9e9;
    color: #777777;
    border-radius: 30px;
    padding: 5px 20px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    font-size: 18px;
    font-weight: 600;
}
.stampingStampsNextPage a:hover {
    background: transparent;
    color: #000;
}
.stampingReviewRatingTitle {
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;
}
.DataItemRating.stampingClientFeedbackInner .rate {
    text-align: left;
}
.DataItemRating.stampingClientFeedbackInner .rate:not(:checked) > label {
    float: unset;
}

/* -------------- footer -------------- */
/* -------------- footer -------------- */
.stampingFooter {
    background: #f3f5f6;
    padding: 50px 0;
    font-size: 14px;
}
@media (min-width:2400px) {
    .stampingFooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    margin-top: 100px;
    }   
}
.stampingFooter .stampingFooterItemCnt h2 {
    margin-bottom: 20px;
    color: #9e3040;
    font-size: 25px;
    text-transform: lowercase;
}
.stampingFooter .stampingFooterItemCnt h2::first-letter {
    text-transform: uppercase;
}
.stampingFooter .stampingFooterItemCnt ul {
    padding-left: unset;
    list-style: none;
    margin-bottom: unset;
}
.stampingFooter .stampingFooterItemCnt ul li {
    margin-bottom: 10px;
}
.stampingFooter .stampingFooterItemCnt .stampingFooterItemImgs img {
    width: 65px;
    margin: 5px;
}
.stampingFooter .stampingFooterCopyright {
    margin-top: 20px;
    border-top: 1.5px solid #939393;
    padding: 10px 0 0 20px;
}
.stampingFooter .stampingFooterCopyright span {
    color: #b0a6bd;
    font-size: 16px;
}

/* -------------- contact us layout -------------- */
/* -------------- contact us layout -------------- */
.ContactUsLeftWrp {
    margin: 40px 0 0 0;
}
.ContactUsLeftWrp .ContactUsLeftWrpImg {
    width: 25px;
}
.ContactUsLeftWrp .ContactUsLeftWrpImg img {
    width: 20px;
}
.ContactUsLeftWrp .ContactUsLeftWrpDetl {
    width: calc(100% - 30px);
    margin-left: 5px;
}
.ContactUsLeftWrp .ContactUsLeftWrpDetl p {
    color: #838383;
    line-height: 25px;
}
.ContactUsLeftWrp .ContactUsLeftWrpDetl p.stampingEmail {
    color: #8cbd00e3;
}

.ContactUsForm {
    background: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 50px;
}
.ContactUsForm .ContactUsWrp {
    margin-bottom: 30px;
}
.ContactUsForm .ContactUsLabel {
    width: 100%;
    color: #b4b4b4;
    margin-bottom: 7px;
}
.ContactUsForm .ContactUsFleidWrp {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 1px solid transparent;
    height: 40px;
    outline: unset;
    padding: 5px 10px;
    position: relative;
}
.ContactUsForm .ContactUsFleid {
    padding: 0.1rem 0.75rem;
}
.ContactUsFleidWrp .invalid-feedback {
    margin-top: 0.65rem;
}
.ContactUsForm .ContactUsFleidWrp.ContactUsFleidText {
    height: 150px;
}
.ContactUsForm .ContactUsFleidWrp img {
    width: 20px;
    position: absolute;
    top: 10px;
}
.ContactUsForm .ContactUsFleid {
    width: calc(100% - 25px);
    border: unset;
    box-shadow: unset;
    outline: unset;
    background: transparent;
    margin-left: 25px;
}
.ContactUsForm .ContactUsFleid::placeholder {
    font-size: 14px;
    color: #686868;
}
.ContactUsSubmit {
    background: #232323;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #232323;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s;
}
.ContactUsSubmit:hover {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 10px #232323;
}

.formGroupEmailDetail.formGroup {
    margin-bottom: 30px;
}
.formGroupEmailDetail.formGroup .ContactUsFleidWrp {
    width: 75%;
}
.formGroupEmailDetail.formGroup .ContactUsFleidWrp .ContactUsFleid {
    margin-left: unset;
    padding-left: unset !important;
}

/* -------------- registration -------------- */
/* -------------- registration -------------- */
.stampingRegsMain {
    background: #f3f5f6;
    padding: 0 24px;
}
.stampingRegsInner {
    background: url(../images/registration/whiteBG.png);
    background-repeat: no-repeat;
    background-position: left 0 top -25px;
    background-size: 50% 104%;
}
.stampingRegsInnerWrp {
    background: url(../images/registration/lines.png),
        url(../images/registration/lightblueBG.png);
    background-repeat: no-repeat;
    background-position: left 0 bottom 0, left 0px top 100px;
    background-size: cover, 350px;
}
.stampingRegsLeftCnt {
    padding: 150px 0px;
}
.stampingRegsInfo p {
    margin-top: 30px;
}
.stampingRegsInfo p a {
    color: #2757ff;
}
.stampingRegsImg {
    width: 300px;
}
.stampingRegsRightCnt {
    padding: 50px;
}
.stampingRegsRightCnt .ContactUsForm .ContactUsFleid {
    width: 100%;
    margin-left: unset;
}
/* custom checkbox */
.CustomFormGroup input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.CustomFormGroup label {
    position: relative;
    cursor: pointer;
}

.CustomFormGroup label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c1c1c1;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
    top: -2px;
}

.CustomFormGroup input:checked + label:before {
    background: #ffb101;
    border: 2px solid #ffb101;
}
.CustomFormGroup input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* ---------------checkout checkbox--------------- */
/* ---------------checkout checkbox--------------- */
.CustomFormGroup.checkoutCheckbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c1c1c1;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
    top: -2px;
}

.CustomFormGroup.checkoutCheckbox input:checked + label:before {
    background: #9e3040;
    border: 2px solid #9e3040;
}

/* -------------sidebar check box--------------- */
.SidebarCheckbox.CustomFormGroup label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1.5px solid #0019ff;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
    top: -2px;
}
.SidebarCheckbox.CustomFormGroup label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 4px;
    height: 9px;
}

.SidebarCheckbox.CustomFormGroup input:checked + label:before {
    background: #0019ff;
    border: 1.5px solid #0019ff;
}
.SidebarCheckbox.CustomFormGroup input:checked + label:after {
    top: 7px;
    left: 7px;
    width: 4px;
    height: 9px;
}
.stampingRegsRightCnt .ContactUsForm .ContactUsSubmit {
    background: #6d86ff;
    border: 1px solid #6d86ff;
    box-shadow: 0px 0px 20px 2px rgba(0, 118, 184, 0.3);
}
.stampingRegsRightCnt .ContactUsForm .ContactUsSubmit:hover {
    color: #6d86ff;
    background: transparent;
}

/* login form */
.ContactUsForm.LoginForm {
    background: transparent;
    box-shadow: unset;
}
.ContactUsForm.LoginForm .ContactUsSubmit {
    width: 100%;
    padding: 5px;
}
.recoverPassword {
    margin: 7px 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #acacac;
}
.continueWith span {
    background: #f3f5f6;
    position: relative;
    padding: 0 6px;
    color: #a8a8a8;
}
.continueWith {
    position: relative;
}
.continueWith::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a8a8a8;
    left: 0;
    top: 12px;
}
.socialMediaWrp {
    width: 30px;
    position: relative;
    height: 30px;
    margin: 0 25px;
}
.socialMediaWrp img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

/* -------------- Stamp details -------------- */
/* -------------- Stamp details -------------- */
.stampingDetailsTopLeftCnt {
    padding-top: 0px;
}
.stampingDetailsTopLeftCnt h1 {
    color: #a4dd00;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: unset;
    text-transform: capitalize;
}
.stampingDetailsTopLeftCnt p {
    line-height: 39px;
    margin: 0px 0;
    font-size: 22px;
    font-weight: 400;
}
.stampingDetailsTopLeftCnt p span {
    color: #888888;
}
.stampingDetailsTopLeftCnt p span:last-child {
    color: #0c0c0c;
    font-size: 20px;
}
.stampingDetailsTopLeftCnt .stampingDetailsTopPrice span {
    color: #222222;
    font-size: 50px;
    line-height: 78px;
    font-weight: 600;
}
.stampingDetailsTopLeftCnt .minus,
.stampingDetailsTopLeftCnt .plus {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #222222;
    text-align: center;
    cursor: pointer;
    border: 1px solid #222222;
    font-size: 9px;
    font-weight: bold;
}
.stampingDetailsTopLeftCnt .stampingDetailsTopQunty {
    display: flex;
    align-items: center;
}
.stampingDetailsTopLeftCnt .addItem {
    display: inline-block;
    color: #888888;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    margin-right: 8px;
    margin-top: -7px;
}
.stampingDetailsTopLeftCnt .num {
    padding: 0 5px;
    font-weight: 700;
}
.stampingDetailsTopBtn {
    margin: 30px 0;
}
.stampingDetailsTopBtn button {
    background: #232323;
    color: #fff;
    padding: 8px 40px;
    border-radius: 10px;
    border: 1px solid #232323;
    font-size: 25px;
    font-weight: 600;
    line-height: 44px;
    transition: all 0.25s ease-in-out;
}
.DescriptionWrap p::first-letter {
    text-transform: capitalize;
}
.stampingDetailsTopBtn button:hover {
    background: #fff;
    color: #232323;
}
/* ------------------------ */
.grid {
    /* display: grid; */
    /* grid-template-columns: 1fr 390px; */
    gap: 105px;
}
.rating {
    margin: 0;
    padding: 0;
    border: none;
}
.rating__group {
    position: relative;
    width: 79px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
    background-size: 16px 14px;
}
.rating__group:focus-within {
    outline: 1px solid #4a90e2;
}
.rating__star {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 14px;
    font-size: inherit;
    appearance: none;
    background-size: 16px 14px;
}
.rating__star:not(:last-child) {
    margin-right: 2px;
}
.rating__star:nth-of-type(1) {
    z-index: 5;
    width: 16px;
}
.rating__star:nth-of-type(2) {
    z-index: 4;
    width: 32px;
}
.rating__star:nth-of-type(3) {
    z-index: 3;
    width: 48px;
}
.rating__star:nth-of-type(4) {
    z-index: 2;
    width: 63px;
}
.rating__star:nth-of-type(5) {
    z-index: 1;
    width: 79px;
}
.rating__star:focus {
    outline: none;
}
.rating__star:hover,
.rating__star:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395Z' fill='%23F89828'/%3E%3C/svg%3E");
}
.rating__star:hover ~ .rating__star {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
}
.product-reviews {
    display: flex;
    justify-content: space-between;
}
.product-reviews__info.reviews-info{
    flex-wrap: wrap;
}
.reviews-info__title {
    margin-bottom: unset;
    font-weight: 900;
    font-size: 25px;
    /* line-height: 60px; */
    color: #1e212c;
}
.reviews-info .rating {
    margin-bottom: 20px;
}
.reviews-info__caption {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #787a80;
}
.reviews-bar__list {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
}
.reviews-bar__item {
    display: flex;
    align-items: center;
}
.reviews-bar__item:not(:last-child) {
    margin-bottom: 8px;
}
.progress-bar {
    display: flex;
    padding-top: 10px;
    flex-direction: row;
}
.progress-bar__star {
    margin-right: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #787a80;
}
.progress-bar__outter-line {
    overflow: hidden;
    position: relative;
    width: 356px;
    height: 15px;
    border-radius: 40px;
    background-color: #b7b7b7;
}
.progress-bar__inner-line {
    position: absolute;
    height: 15px;
    border-radius: 40px;
    left: 0;
    background-color: #ffc107;
}
.progress-bar__quantity {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #787a80;
    padding: 5px 5px 0;
    margin-top: -10px;
    display: inline-block;
    height: 25px;
}
.product-gallery {
    overflow: hidden;
    border-radius: 4px;
    width: 390px;
    max-height: 500px;
}
.product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.DataItemRating.stampingReviewRating .rate {
    width: 100%;
}
.DataItemRating.stampingReviewRating .rate > input:checked ~ label {
    color: #7e7e7e;
}
.stampingReviewRating.DataItemRating .rate:not(:checked) > label:hover,
.stampingReviewRating.DataItemRating .rate:not(:checked) > label:hover ~ label {
    color: #adff00;
}
.stampingReviewRatingNumbers span {
    color: #7e7e7e;
}

/* ------------------- multi step form ------------------- */
#signUpForm .form-header {
    gap: 5px;
    text-align: center;
    font-size: 0.9em;
    margin: 70px 0;
}
#signUpForm .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}
#signUpForm .form-header .stepIndicator.active {
    font-weight: 600;
}
#signUpForm .form-header .stepIndicator.finish {
    font-weight: 600;
}
#signUpForm .form-header .stepIndicator::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #878787;
    background: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    padding: 6px;
    font-size: 20px;
}
#signUpForm .form-header .stepIndicator:nth-child(2)::before {
    content: "\f015";
}
#signUpForm .form-header .stepIndicator:nth-child(3)::before {
    content: "\f09d";
}
#signUpForm .form-header .stepIndicator.active::before {
    background-color: #9e3040;
    border: 3px solid #9e3040;
    color: #fff;
}
#signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 100%;
    height: 2px;
    background-color: #878787;
}
#signUpForm .form-header .stepIndicator.active::after {
    background-color: #9e3040;
}
#signUpForm .form-header .stepIndicator:last-child:after {
    display: none;
}
#signUpForm input {
    padding: 10px;
    width: calc(100% - 20px);
    height: 100%;
    font-size: 1em;
    border: unset;
    border-radius: 5px;
}
#signUpForm input:focus {
    outline: 0;
}
#signUpForm input.invalid {
    border: 1px solid #ffaba5;
}
#signUpForm .step {
    display: none;
}
#signUpForm .form-footer {
    overflow: auto;
    gap: 20px;
}
#signUpForm .form-footer button {
    background-color: #9e3040;
    border: 1px solid #9e3040 !important;
    color: #ffffff;
    border: none;
    padding: 5px 20px;
    font-size: 1em;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 5px;
}
#signUpForm .form-footer button:hover {
    opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
    background-color: #fff;
    color: #9e3040;
}
.item-name {
    font-size: 18px;
    color: #696969;
}
.item-name-title a {
    text-decoration: none;
    color: #626262;
}
.item-name-title .item-company {
    font-size: 16px;
    color: #000;
}
.item-name-title .item-company span {
    font-size: 18px;
    font-weight: 700;
}
.item-name-title .stock-status-in {
    color: #f2912b;
}
.number-input input {
    padding: 5px 10px !important;
    width: 50% !important;
}
.number-input .quantity-title {
    color: #626262;
    padding-bottom: 3px;
}
.number-input .delivery-date,
.offer {
    font-size: 16px !important;
    color: #b8c2cc !important;
}
.number-input .offer {
    font-size: 17px !important;
    color: #a1cd3a !important;
}
.item-cost p {
    color: #b8c2cc;
    font-size: 14px;
}
.item-cost i {
    padding-right: 5px;
}
.item-cost .item-price {
    font-size: 20px !important;
    font-weight: 600;
    color: #f2912b;
}
.remove-wishlist {
    background: #f6f6f6;
    padding: 5px;
    border-radius: 5px;
    color: #626262;
    font-size: 17px;
    cursor: pointer;
}
.remove-wishlist i {
    font-size: 15px;
    color: #b8c2cc;
}
.custom_addcart {
    padding: 20px 10px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin: auto;
}
.addcart_info select {
    padding: 10px !important;
}
.custom_addcart .stampingDetailsTopQunty {
    text-align: right;
}
.custom_addcart .stampingDetailsTopQunty .addItem {
    margin-right: 10px;
}
.item-name-description {
    font-size: 13px;
}
.stampingCreditCradTitle {
    color: #6a6a6a;
}
.stampingCreditCradLabel {
    color: #7d6b6b;
}
.stampingFooterItemImgs.stampingCreditCradIcons {
}
.stampingFooterItemImgs.stampingCreditCradIcons img {
    width: 60px;
    margin: 2px 6px;
}
.custom_addcart .minus,
.custom_addcart .plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #222222;
    text-align: center;
    cursor: pointer;
    border: 1px solid #222222;
    font-size: 12px;
    font-weight: bold;
}

.CheckoutOderSummary {
    background: #ffffff;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}
.CheckoutOderSummaryCnt h4 span {
    display: inline-block;
    margin: 30px 0 10px;
    border-bottom: 1.5px solid #9f9f9f;
    padding: 0 10px 10px;
}
.CheckoutOderSummaryCnt ul {
    list-style: none;
    padding-left: unset;
    margin-bottom: unset;
}
.CheckoutOderSummaryCnt ul li {
    padding: 8px 20px;
}
.CheckoutOderSummaryCnt ul li span {
    float: right;
    color: #a9a9a9;
    font-size: 18px;
    font-weight: 500;
}
.CheckoutOderSummaryCnt ul li:last-child span {
    color: #366eff;
}
.CheckoutOderSummaryCnt .CheckoutOderSummaryBtn {
    border-top: 1px solid #9f9f9f;
    padding: 20px;
    margin-top: 20px;
}
.CheckoutOderSummaryCnt .CheckoutOderSummaryBtn button {
    background-color: #232323;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #232323;
    transition: 0.5s;
    width: 60%;
    margin: auto;
    border-radius: 6px;
}
.CheckoutOderSummaryCnt .CheckoutOderSummaryBtn button:hover {
    background-color: #fff;
    color: #232323;
}
.stampingPaymentProcessImg {
    width: 80px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    padding: 10px;
    background: #e3e3e3;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.stampingCreditCradRight .ContactUsForm {
    box-shadow: unset;
    padding: unset;
}
.stampingCreditCradRight .ContactUsForm .formGroup {
    margin-bottom: 25px;
}
.stampingCreditCradRight .ContactUsForm .formGroup .ContactUsFleid {
    margin-bottom: 0px;
    margin-left: unset;
    padding-left: unset;
}
/* ------------------- multi step form ------------------- */

/* -------------- Profile Setting -------------- */
/* -------------- Profile Setting -------------- */
.stampingprofile .stampingprofileLeft .card {
    border: 1px solid transparent;
    border-bottom: 3px solid #abaaaa;
    border: 1px solid transparent;
    color: #707070;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}
.stampingprofile .stampingprofileLeft .card p {
    width: 90%;
    margin: auto;
    text-align: center;
}
.stampingprofileLeftImg {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.stampingprofile .stampingprofileLeft .social-links {
    border-top: 1px solid #707070;
    padding-top: 15px;
}
.stampingprofile .stampingprofileLeft .social-links i {
    color: #9e3040;
    padding: 8px;
    text-align: center;
    transition: 0.5s;
    margin: 0 8px;
    font-size: 22px;
    border: 1px solid transparent;
    transition: 0.4s;
    height: 40px;
    width: 40px;
}
.stampingprofile .stampingprofileLeft .social-links i:hover {
    background: #9d3a48;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #9d3a48;
    border-radius: 50%;
}
.stampingprofile .stampingprofileRight .card .card-body {
    padding: unset;
}
.stampingprofile .stampingprofileRight .card {
    border: 1px solid transparent;
    border-bottom: 3px solid #abaaaa;
    border: 1px solid transparent;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}
.stampingprofile .stampingprofileRight .nav-tabs {
    border-bottom: 1px solid #000;
    padding: 0 15px 15px;
    justify-content: space-between;
}
.stampingprofile .stampingprofileRight .nav-tabs .nav-link {
    border: unset;
    border-radius: 10px;
    padding: 5px 15px;
    color: #434343;
    font-weight: 500;
}
.stampingprofile .stampingprofileRight .nav-tabs .nav-link.active {
    background: #ececec;
}
.stampingprofile .stampingprofileRight .form-check-input:checked {
    background-color: #9e3040;
    border-color: #9e3040;
}
.stampingprofile .stampingprofileRight form button {
    background: #232323;
    border: 1px solid #232323;
    padding: 7px 40px;
    margin: 30px 0;
}
.stampingprofile .stampingprofileRight form button:active,
.stampingprofile .stampingprofileRight form button:hover {
    background: transparent;
    color: #232323;
}
.stampingprofile .stampingprofileRight .tab-content {
    color: #909090;
    padding: 15px;
}
.stampingprofile .stampingprofileRight .tab-content h5 {
    color: #393939;
}
.stampingprofile .stampingprofileRight .tab-content .tab-contentRightWrp {
    margin: 14px 0;
}
.stampingprofile .stampingprofileRight .tab-content .tab-contentRight {
    color: #484848;
}
.profileSettings h6 {
    color: #393939;
}
.profileSettings .form-check {
    margin: 20px 0;
}
.profileEdit label {
    color: #393939;
}
.ProfileImageWrp {
    width: 120px;
    position: relative;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
}
.ProfileImageWrp .ProfileImageAction {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    background: #fdfdfdc2;
    transition: 0.5s;
    opacity: 0;
}
.ProfileImageWrp:hover .ProfileImageAction {
    opacity: 1;
}
.ProfileImageWrp .ProfileImageAction .btn {
    background: #603813;
    color: #fff;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin: 5px;
}
.stampingprofile .stampingprofileRight input,
.stampingprofile .stampingprofileRight textarea {
    border: 1px solid #9c9c9c;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.stampingprofile .stampingprofileRight input:hover,
.stampingprofile .stampingprofileRight textarea:hover {
    border: 1px solid #ace900;
}
.stampingprofile .stampingprofileRight .form-check-input {
    border-radius: 3px;
}
.stampingprofileLeftTitle {
    color: #707070;
}
.stampingprofileLeftDesc {
    color: #909090;
}
.stampingprofileLeftDesc1 {
    color: #464646;
}
.changePWFields {
    max-width: 66%;
}
.search-result-theme-koisk {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px !important;
    position: absolute;
    width: 35.5% !important;
    top: 69px !important;
    max-height: 350px !important;
    overflow-x: hidden;
    z-index: 2;
    border-radius: 10px !important;
    left:32.5% !important;
   
}

.search-result-theme-koisk ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.search-result-theme-koisk li {
    cursor: pointer;
    padding: 5px;
    list-style-type: none;
}

.search-result-theme-koisk li:hover {
    background-color: #ddd;
}

.stampingFPSectionLeftImg {
    background: url(../images/featureProduct.png);
    height: 100%;
    position: relative;
    background-position: center;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.stampingFPSectionLeftImg h1 {
    position: absolute;
    top: 60px;
    width: 100%;
    color: #fff;
}
/* media queries */
/* media queries */

@media screen and (min-width: 1200px) {
    .stampingFPSectionLeftImg {
        height: 97.5%;
        width: 100%;
        position: relative;
    }
    .stampingFPSectionLeftImg img {
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 651px) and (max-width: 991px) {
    .stampingMain .container .navbar-collapse ul {
        width: 100%;
        padding-top: 50px !important;
    }
    .stampingMain .container .navbar-collapse .stampingProfile {
        width: 100%;
        justify-content: center;
    }
    .HeroSectionCnt {
        width: 100%;
        padding: 50px 0px;
    }
    .HeroSectionTitle {
        font-size: 50px;
        line-height: 60px;
    }
    .stampingClientFeedback {
        width: 100%;
    }
    .testimonial-area {
        background-size: 35px;
        background-position: left 20px top 20px, right 20px bottom 20px;
    }
    .single-testimonial p {
        width: 100%;
        padding: 50px 20px;
    }
    .stampingGITSection .stampingGITForm {
        width: 100%;
    }
    .GalleryImgCenter {
        height: 100%;
        padding: 0 10px;
    }
    .GalleryImgCenter img {
        height: 100%;
    }
    .StampingsectionInfo p {
        width: 100%;
    }
    .stampingFPRightCntItem {
        margin-bottom: 20px !important;
    }
    .stampingFPRightCntItem:nth-last-child(1) {
        margin-bottom: 0px !important;
    }
    .stampingFPRightCntItem:nth-last-child(2) {
        margin-bottom: 0px !important;
    }
    .stampingRegsInner {
        background-position: left 0 top -45px;
    }
    .stampingRegsLeftCnt {
        padding: 10px 0;
    }
    .stampingRegsInfo p {
        margin-top: unset;
    }
    .stampingRegsRightCnt {
        padding: 0px;
    }
    .ContactUsForm {
        padding: unset;
    }
    .continueWith span {
        background: #6d86ff;
        padding: 2px 6px;
        color: #fff;
        border-radius: 6px;
    }
    .RegistrationForm {
        padding: 20px;
    }
    .stampingRegsLeftData {
        width: 100% !important;
    }
    .stampingProfile .dropdown .dropdown-menu.show {
        padding-top: unset !important;
    }
    .stampingFeatureCardBtm {
    }
    .stampingFeatureCardBtm .col-md-6 {
        width: 100%;
        margin: 5px 0;
    }
    .sidenav .dropdown-btn {
        font-size: 16px;
    }
    .sidenav a,
    .dropdown-btn {
        padding: 6px 0px 6px 0px;
        font-size: 14px;
    }
    .DataItemRating .rate1 {
        width: 90%;
    }
    .DataItemRating .rate1:not(:checked) > label {
        font-size: 18px;
        margin-top: 12px;
    }
    .ContactUsForm.ContactUsPage {
        padding: 20px;
    }
    .ContactUsLeftWrp .ContactUsLeftWrpDetl p.stampingEmail {
        word-break: break-all;
    }
    .ContactUsFormCheckout,
    .checkOutFormStepThree {
        padding: 20px;
    }
    .stampingRegsImg {
        margin-top: 20px;
    }
    .stampingRegsInner {
        background-size: 50% 107%;
    }
}

@media screen and (max-width: 650px) {
    /* navigation */
    .stampingMain .container .navbar-collapse ul {
        width: 100%;
        padding-top: 50px !important;
    }
    .stampingProfile .dropdown .dropdown-menu.show {
        padding-top: unset !important;
    }
    .stampingMain .container .navbar-collapse .stampingProfile {
        width: 100%;
        justify-content: center;
    }
    .HeroSectionCnt {
        width: 100%;
        padding: 50px 0px;
    }
    .HeroSectionTitle {
        font-size: 50px !important;
        line-height: 60px;
    }
    .stampingClientFeedback {
        width: 100%;
    }
    .testimonial-area {
        background-size: 35px;
        background-position: left 20px top 20px, right 20px bottom 20px;
    }
    .single-testimonial p {
        width: 100%;
        padding: 50px 20px;
    }
    .stampingGITSection .stampingGITForm {
        width: 100%;
    }
    .GalleryImgCenter {
        margin: 20px 0;
    }
    .StampingsectionInfo p {
        width: 100%;
    }
    .stampingFPRightCntItem:first-child {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .stampingFPRightCntItem {
        margin-bottom: 20px !important;
    }
    .stampingRegsInner {
        background-position: left 0 top -45px;
    }
    .stampingRegsLeftCnt {
        padding: 10px 0;
    }
    .stampingRegsInfo p {
        margin-top: unset;
    }
    .stampingRegsRightCnt {
        padding: 0px;
        /* margin-top: 150px; */
    }
    .ContactUsForm {
        /* padding: unset; */
    }
    .continueWith span {
        background: #6d86ff;
        padding: 2px 6px;
        color: #fff;
        border-radius: 6px;
    }
    .RegistrationForm {
        padding: 20px;
    }
    #contactUs.ContactUsForm {
        padding: 20px;
        margin-top: 30px;
    }
    #contactUs.ContactUsForm .ContactUsWrp {
        margin-bottom: unset;
    }
    #contactUs.ContactUsForm .ContactUsWrp .formGroup {
        margin-bottom: 25px;
    }
    .changePWFields {
        max-width: 100%;
    }
    .stampingRegsLeftData {
        /* width: 100% !important; */
    }
    .product-reviews {
        flex-direction: column;
    }
    .product-reviews .reviews-info {
    }
    .product-reviews .reviews-bar {
    }
    .product-reviews .reviews-bar .reviews-bar__list {
        padding-left: unset;
    }
    .progress-bar__outter-line {
        width: 265px;
    }
    .stampingModal .modal-dialog {
        margin-right: unset;
    }
    .stampingModal .modal-dialog .stampingCartItemWrpRight {
        width: calc(100% - 90px);
    }
    .stampingCartItemWrpRightCnt .stampingCartPrice {
        bottom: -5px;
    }
    .stampingModal .modal-dialog .stampingCartItemWrpRightCnt p {
        margin-bottom: 25px;
    }
    .ContactUsFormCheckout,
    .checkOutFormStepThree {
        padding: 20px;
    }
    .CheckoutOderSummaryCnt {
        margin-top: 20px;
    }
    .formGroupEmailDetail.formGroup .ContactUsFleidWrp {
        width: 100%;
    }
}

.card-header h4 {
    font-size: 30px !important;
}

.table thead tr th {
    font-size: 15px;
}
.invalid-feedback {
    font-size: 14px !important;
}
.form-control {
    font-size: 15px !important;
}

label {
    font-size: 16px;
}

.dataTables_length label,
.dataTables_filter label {
    font-size: 13px;
}
.label-radius {
    border-radius: 30px !important;
    box-shadow: 0px 3px 3px 0px rgb(144, 134, 243, 0.5);
    line-height: 26px;
    height: 45px;
    font-size: 17px;
}
.dropify-wrapper .dropify-message span.file-icon {
    font-size: 21px !important;
}
input::placeholder {
    font-size: 15px !important;
}
.select2-selection {
    border-radius: 30px !important;
    box-shadow: 0px 3px 3px 0px rgb(144, 134, 243, 0.5);
    line-height: 26px;
    height: 45px;
    font-size: 15px;
    line-height: 20px;
}
.select2-search__field::placeholder {
    color: #5f5f5f !important;
    margin-left: 100px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 12px;
    margin-bottom: 3px !important;
}
.arround-border {
    padding-top: 20px;
    width: 100%;
    border: 1px solid #8f85f3;
    border-radius: 30px;
    box-shadow: 0px 5px 5px 0px rgb(144, 134, 243, 0.5);
}
.cardheadertext {
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
}
.cardheadertext span {
    float: right !important;
}
.select2-container {
    width: 100% !important;
}

@media screen and (max-width: 579px) {
    .menu {
        flex-direction: column;
    }
    .menu-bttn {
        justify-content: center;
    }
}
@media screen and (max-width: 579px) {
    .discount {
        flex-direction: column;
    }
}
.display-none {
    display: none !important;
}
#lblstamppreviewtop {
    color: #666;
    font: italic 14px "Segoe UI", Arial, Helvetica, Sans-Serif;
}
.inch-text {
    font: 12px "Segoe UI", Arial, Helvetica, Sans-Serif;
}
/* Default styles */
.design {
    width: 180px;
    height: 72px;
}

/* Mobile styles */
@media (max-width: 767px) {
    .col-md-12.text-center.d-flex.flex-column.align-items-center {
        width: 100%;
    }
    .stampingRegsImg {
        width: 100%;
        margin-top: 20px;
    }
    .stampingRegsInner {
        background-size: 100% 100%;
    }
    #contactUs.ContactUsForm {
        margin-top: 30px;
    }
}
@media (max-width: 450px) {
    .col-md-12.text-center.d-flex.flex-column.align-items-center {
        width: 100%;
    }
}
.main-header {
    height: auto;
    margin: auto;
    position: relative;
}

.horizontal {
    border-width: 0px;
    height: 10px;
    max-width: 100%;
}
.vertical-text {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
    align-items: center; /* Horizontally center the content */
    line-height: 1; /* Reset line-height to remove any additional spacing */
    margin-top: 6px;
}
.vertical {
    margin: 5px;
    width: 10px;
}
.vertical-bg {
    background: rgb(220, 220, 220);
    padding: 6px 6px 0px 6px ;
}
.empty {
    height: 72px;
    line-height: 72px;
    margin-top: 6px;
    width: 58px;
}

.style-span button.active {
    background-color: #fce0e0;
}

.text-container span.bold {
    font-weight: bold;
}

.text-container span.underline {
    text-decoration: underline;
}

.text-container span.italic {
    font-style: italic;
}

.justify-span button.active {
    background-color: #fce0e0;
}
.dropdown-container {
    margin-left: 15px;
}
.dropdown-container .active label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1.5px solid green;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
    top: -2px;
}

.dropdown-container .active label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 4px;
    height: 9px;
    border: solid green;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}
.sorting label {
    cursor: pointer;
    margin-left: 15px;
}
.sorting:hover {
    box-shadow: 0 0 10px #464750c3;
}
.dropdown .active {
    color: white;
    background: #49535c;
}
.block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 28px;
    border: none;
}

.empty-block {
    background-color: #a2a2a2;
}

.radio-block {
    background-color: #f6e9e9;
}

.radio-input {
    margin: 0;
    width: 100%;
    height: 50%;
    cursor: pointer;
}
.vertical-bg {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.design {
    max-width: 100%;
    max-height: 100%;
}

.uploaded-image1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 85%;
    height: 100%;
    display: none;
    overflow: hidden;
}
.uploaded-image1 img {
    width: 100%;
    height: 100%;
}
/*.uploaded-image1 span {
    position: absolute;
    top: 50%;
    bottom: -33%;
    left: 50.2%;
    right: -4%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    background-color: #ff0000f2;
    z-index: 9999;
    display: none;
}*/
.uploaded-image1 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0.7;
    background-color: red;
    overflow: hidden;
    z-index: 1;
}

.ImgLayer {
}
.ImgLayer::after {
    content: "";
    background-color: red;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.line_val {
    font-size: 18px;
    color: black;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 80%;
    text-align: center; /* Center the text by default */
    z-index: 1;
}

.show-design-image .design {
    filter: grayscale(
        100%
    ); /* Apply grayscale filter to make the image black */
}

.show-uploaded-image .uploaded-image {
    display: block;
}

.rating-img {
    width: 100px;
    border-radius: 50%;
    height: 100%;
}
.cart_modal_content .modal_body {
    max-height: 260px;
    overflow-x: hidden;
}

.cart_modal_content .modal_body_koisk {
    max-height: 260px;
    
}
.dropdowning-menu {
    max-height: 300px;
    overflow-x: hidden;
}
.sizes_select {
    border: 1px solid #0000004f;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 10px;
    margin-left: 12px;
    cursor: pointer;
}
.sizes_select.active {
    background-color: #0000004f;
    color: white;
}
.main_image {
    position: absolute;
    top: 52px;
    right: 25px;
    border: 3px solid #d0d0d5;
    font-size: 15px;
    padding: 5px;
    color: #d0d0d5;
}
.rate {
    float: left;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
    height: 40px;
    width: 40px;
}
#closeReviewModal {
    background-color: gray;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    position: absolute;
    right: 15px;
    top: 3px;
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.review_button:hover {
    color: #9e3040 !important;
    background-color: white !important;
    border: 1px solid #9e3040;
}
.dropdown-menu.dropdown_menu {
    z-index: 999;
}

@media (max-width: 320px) {
    .padding_bottom {
        padding-bottom: 30px;
    }
}
@media (max-width: 650px) {
    .paddings_bottom {
        padding-bottom: 30px;
    }
}
@media (max-width: 408px) {
    .contact-message br {
        display: none;
    }
}
@media (max-width: 766px) {
    .filter_btn {
        margin-bottom: 8px;
    }
}
.address_save {
    background: #9e3040;
    box-shadow: 0px 0px 10px rgba(158, 48, 64, 0.17);
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #9e3040;
    color: #fff;
}
.address_save:hover {
    background: #fff;
    color: #9e3040;
    border: 1px solid #9e3040;
}
.align_price {
    text-align: right !important;
}
@media (max-width: 575px) {
    .align_price {
        text-align: center !important;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .pad_bottom {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .filter_margin_top {
        margin-bottom: 10px;
    }
}
.back_save {
    background-color: #232323;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #232323;
    transition: 0.5s;
    margin: auto;
    border-radius: 6px;
}
.back_save:hover {
    background: #fff;
    color: #232323;
    border: 1px solid black;
}
.plusing {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #222222;
    text-align: center;
    cursor: pointer;
    border: 1px solid #222222;
    font-size: 12px;
    font-weight: bold;
}
.minusing {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #222222;
    text-align: center;
    cursor: pointer;
    border: 1px solid #222222;
    font-size: 12px;
    font-weight: bold;
}

.plusing_orders {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #222222;
    text-align: center;
    cursor: pointer;
    border: 1px solid #222222;
    font-size: 12px;
    font-weight: bold;
}
.minusing_orders {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #222222;
    text-align: center;
    cursor: pointer;
    border: 1px solid #222222;
    font-size: 12px;
    font-weight: bold;
}
.delete_test {
    margin-left: 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 5px 20px;
    border-radius: 10px;
}
.backing_save {
    background-color: #232323;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #232323;
    transition: 0.5s;
    margin: auto;
    border-radius: 6px;
}
.backing_save:hover {
    background: #fff;
    color: #232323;
}
@media (max-width:1024px){
    .search-result-theme-koisk {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        padding: 15px !important;
        position: absolute;
        width:430px !important;
        top: 69px !important;
        max-height: 200px !important;
        overflow-x: hidden;
        z-index: 2;
        border-radius: 5px !important;
        left:27.5% !important;
       
    }
}
@media (max-width:768px){
    .search-result-theme-koisk {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        padding: 15px !important;
        position: absolute;
        width:430px !important;
        top: 69px !important;
        max-height: 200px !important;
        overflow-x: hidden;
        z-index: 2;
        border-radius: 5px !important;
        left:20.5% !important;
       
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .select_width {
        width: 90px !important;
    }
   
}
.justification {
    justify-content: space-between;
}
@media (max-width: 767px) {
    .justification {
        justify-content: center;
    }
}
.stampingleft-border {
    position: relative;
    padding-left: 10px;
}
.stampingleft-border::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #9e3040;
}
div.stampingCateTitle {
    margin-bottom: 20px;
}
.stampingtimecount-top .countdown-item::after {
    content: ":";
    color: #e07575;
    position: absolute;
    right: 0;
    bottom: 7px;
}
.stampingCateTitle .stampingtimecount .countdown-item :nth-child(2) {
    font-weight: 700;
    font-size: 30px;
}
.stampingtimecount {
    display: flex;
    gap: 15px;
    align-items: center;
}
.stampingleft-border p {
    font-family: "Poppins", sans-serif;
    margin-left: 22px;
    color: #db4444;
    font-weight: 500;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: unset;
}
.stampingCateTitle .stampingtimecount .countdown-item :nth-child(2) {
    font-weight: 700;
    font-size: 30px;
}
.stampingCateTitle span {
    margin-left: 40px;
}
.stampingtimecount-top .countdown-item::after {
    content: ":";
    color: #e07575;
    position: absolute;
    right: 0;
    bottom: 7px;
}
.delete-button-dropify {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    z-index: 10;
}
.move-icon-dropify {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 20px;
    z-index: 10;
}
@media (max-width:1024px) {
    .search-result-theme-koisk {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        padding: 15px !important;
        position: absolute;
        
        top: 69px !important;
        max-height: 200px !important;
        overflow-x: hidden;
        z-index: 2;
        border-radius: 5px !important;
        left:28.5% !important;
       
    }


}
@media (max-width:820px) {
    .search-result-theme-koisk {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        padding: 15px !important;
        position: absolute;
        
        top: 69px !important;
        max-height: 200px !important;
        overflow-x: hidden;
        z-index: 2;
        border-radius: 5px !important;
        left:24.5% !important;
       
    }
}
@media (max-width:600px) {
    .search-result-theme-koisk {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        padding: 15px !important;
        position: absolute;
        width:380px !important;
        top: 69px !important;
        max-height: 200px !important;
        overflow-x: hidden;
        z-index: 2;
        border-radius: 5px !important;
        left:20.5% !important;
    }
}
@media (max-width:470px) {
    .search-result-theme-koisk {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        padding: 15px !important;
        position: absolute;
        width:250px !important;
        top: 69px !important;
        max-height: 200px !important;
        overflow-x: hidden;
        z-index: 2;
        border-radius: 5px !important;
        left:20.5% !important;
       
    }
}
@media (max-width: 350px) {
    .recommended {
        flex-direction: column;
    }
}
    