simple and variable product page common css

/* image gallery css */
.pos1 {
    position: relative
}

.mytabcnt {
    margin-left: 20px
}

.single-heart {
    font-size: 20px;
    color: #c2c2c2
}

.wishpos {
    position: absolute;
    right: 0;
    top: 0;
    /* margin-top: 6%;
    margin-right: 6% */
}
.block__pic {
    max-height: 430px;
    object-fit: contain;
}
.togglecontent {
    margin-top: -141%;
    margin-left: -25%;
    display: none
}

.image-gallery {
    display: table
}

.image-gallery img {
    width: 100%
}

.image-gallery video {
    width: 100%
}

#myTabContent video {
    width: 100%;
    height: auto
}

.thumbnails .nav-item {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #f0f0f0
}

.thumbnails .nav-item:last-child {
    margin-bottom: 0
}

.thumbnails .nav-item.bottomimg {
    margin-bottom: 10px;
    width: 20%;
    display: inline-block;
    margin-left: 20px;
    margin-right: 3px
}

.nav-tabs .nav-link {
    padding: 10px
}

.thumbnails .nav-item:hover {
    border: 1px solid #162B32
}

.modalview model-viewer {
    background-color: #f1f1f1;
    width: 100%;
    height: 400px
}

.p-name {
    font-size: 22px;
    display: block;
    line-height: 1.4;
    font-weight: 400;
    color: #252525
}

.reviewcount {
    display: inline-block;
    min-width: auto;
    margin-left: auto;
    background-color: #ff9c31;
    color: #fff;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 12px;
    line-height: 20px;
    font-size: 17px
}

.rating-text1 #sta {
    font-size: 17px
}

.fa.fa-star:before {
    color: #ffba09
}

.fa.fa-star-half-o:before {
    color: #ffba09
}
.fa-star-o{
    color: #ffba09
}
.product-description {
    margin-top: 13px;
    border: 1px solid #d6d6d6cc;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px
}

.Description-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.prd-dec {
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #363636
}

.morelink {
    font-size: 15px;
    font-weight: 600
}

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    gap: 30px
}

.left-section {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.limited-time-offer {
    /* background-color: #FF8C00; */
    /* color: #fff; */
    font-size: 15px;
    font-weight: 700;
    /* border-radius: 5px; */
    text-transform: uppercase;
    width: auto;
    /* text-align: center */
}

.deal-price-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.deal-price {
    background-color: #35B6A5;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    grid-column: span 2
}

.deal-price span {
    font-size: 16px;
    font-weight: 600
}

.deal-price p {
    margin: 0;
    font-size: 22px;
    font-weight: 700
}

.deal-price p span {
    font-size: 22px;
    font-weight: 700
}

.simple-mrp {
    /* border: 2px solid #A4D03F; */
    border-radius: 5px;
    padding: 0 5px;
    color: #A4D03F;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
    border: 2px solid #ececec;
}

.simple-mrp del {
    color: #A4D03F;
    font-size: 16px;
    font-weight: 700
}

.simple-mrp del:nth-of-type(1) {
    font-size: 13px
}

.simple-mrp del:nth-of-type(2) {
    font-size: 18px
}

.discount {
    /* background-color: #FF8C00; */
    color: #fff;
    border-radius: 5px;
    padding: 7px 10px;
    text-align: center;
    font-size: 12px;
    border: 2px solid #ececec;
}

.discount p {
    font-size: 16px;
    margin: 0;
    font-weight: 700
}

.yousavefnt {
    font-size: 12px;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    text-transform: capitalize;
    color: #FF8C00;
}

.offers_num {
    font-size: 24px;
    vertical-align: middle;
    width: 50%;
    display: inline-block;
    font-weight: 600;
    color: #FF8C00;
}

.stockdetails {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.right-section {
    font-size: 14px;
    max-width: 365px;
}

.right-section p {
    margin: 0;
    line-height: 1.5
}

.quantity-box {
    display: flex;
    align-items: center;
    border: 1px solid #727272;
    border-radius: 5px;
    padding: 4px;
    width: fit-content
}

.quantity-box button {
    width: 22px;
    height: 27px;
    color: #4b4b4b;
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0 4px
}

.quantity-box input {
    width: 20px;
    height: 30px;
    text-align: center;
    border: none;
    color: #494949;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
    outline: none
}

.qty-label {
    padding: 0 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    vertical-align: middle;
    font-weight: 600
}

/* .increaseQty {
    font-size: 24px !important
} */

#proaddtocart {
    gap: 5px
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0
}

.instock_modal_button {
    background-color: #198754 !important;
    color: #fff !important;
}

.instock_modal_button:hover {
    color: rgb(0, 88, 0) !important;
    border: 1px solid green;
    background-color: transparent !important;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #3b1a0b;
    border-radius: 12px;
    background-color: #f5f5f5;
    padding: 10px;
    background-image: url(/images/newcertifiedbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.carousel {
    display: flex;
    overflow: hidden;
    width: 100%
}

.carousel .carousel-track {
    display: flex;
    transition: transform .5s ease-in-out
}

.carousel-item {
    min-width: 150px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.carousel-item img {
    width: 55px
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0e7b84;
    border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%
}

.prev-btn {
    left: -40px
}

.next-btn {
    right: -40px
}

.certified-title {
    font-size: 25px;
    color: #3b1a0b;
    border: 2px solid #3b1a0b;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    margin: 0
}

.sticky-addcart {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 4px 7px 10px #000;
    padding: 10px;
    margin-bottom: 0;
    z-index: 2
}

.sticky-addcart .sellername {
    font-size: 19px;
    text-align: center;
    border-bottom: 0;
    margin: 0 !important
}

.sticky-addcart .prdpagebtn {
    display: block;
    text-align: center
}

.close-icon {
    font-size: 18px
}

.close-icon:hover {
    cursor: pointer;
    color: red
}

.qtySelector {
    display: flex;
    height: auto;
}

.decreaseQty,
.increaseQty {
    display: inline-block;
    height: 47px;
    color: #191919;
    font-size: 18px
}

.decreaseQty,
.increaseQty {
    width: 58px;
    border: 1px solid #f0f0f0;
    padding-top: 1px;
    line-height: 1;
    border-radius: 0;
    background-color: transparent
}

.qty {
    width: 17%
}

.qtyValue {
    display: inline-block;
    width: 75px;
    height: 47px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    color: #191919
}

.tab {
    overflow: hidden
}

.prd-tab .tab button.active {
    color: #fff;
    line-height: 14px;
    background-color: var(--primary_color)
}

.prd-tab .tab button {
    padding: 15px;
    margin-right: 1px;
    color: #3b1a0b;
    font-size: 20px;
    font-weight: 700;
    height: 47px;
    width: 22%;
    line-height: 17px;
    border: none;
    background-color: #ededee;
    border-radius: 5px;
    text-transform: capitalize;
    border:1px solid var(--primary_color);
}

.prd-tab .tab button:not(.active):hover {
    border: 2px solid var(--primary_color);
    color: #3b1a0b;
    line-height: 14px;
    background-color: #fff
}

.prd-tab-content {
    border: 1px solid #92a8adbd;
    border-radius: 5px;
    margin-top: 10px
}

.tabcontent {
    overflow: hidden
}

#Description {
    border-radius: 0;
    padding: 0;
    text-align: justify;
    border: 0 solid #dee2e6;
    border-top: 0
}

.specfication {
    background-color: #e2e2e2d3;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px 0 0 5px;
    text-align: center;
    padding: 5px
}

#Description p {
    font-size: 16px;
    padding: 5px
}



.table-design tr th {
    border-bottom-color: transparent !important
}

.table-designs tr {
    border: 1px solid #D9D9D9
}

.table-designs tr td {
    height: 60px;
    vertical-align: middle
}
.table-design {
    background-color: #f1f1f1;
    height: 65px;
    vertical-align: middle !important;
}
#Vendordetails {
    line-height: 1.5em;
    font-size: 14px;
    text-align: justify
}

#Reviews {
    border: 0 solid #dee2e6;
    border-top: 0
}

.tabcontent {
    display: none;
    padding: 12px
}

.review_profile_product {
    width: 50px;
    height: 50px;
    object-fit: contain
}

#Reviews p,
#Reviews span,
#Reviews1 h6 {
    color: #191919
}

#Reviews1 {
    line-height: 1.5em;
    font-size: 14px
}

.feedback {
    padding: 5px;
    border-radius: 10px;
    background-color: #5f280f
}

.rating {
    font-size: 27px;
    display: flex;
    justify-content: center;
    position: relative
}

.targetDiv {
    display: block;
    text-align: center;
    margin-top: 10px
}

.rating {
    text-align: center;
    width: 100%;
    overflow: hidden
}

.rating>input {
    display: none
}

.rating>label {
    cursor: pointer;
    width: 25px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s
}

.rating>input:checked~label,
.rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")
}

.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")
}

#rating-1:checked~.emoji-wrapper>.emoji {
    transform: translateY(-100px)
}

#rating-2:checked~.emoji-wrapper>.emoji {
    transform: translateY(-200px)
}

#rating-3:checked~.emoji-wrapper>.emoji {
    transform: translateY(-300px)
}

#rating-4:checked~.emoji-wrapper>.emoji {
    transform: translateY(-400px)
}

#rating-5:checked~.emoji-wrapper>.emoji {
    transform: translateY(-500px)
}

.rating,
.rating2,
.rating3,
.rating4 {
    unicode-bidi: bidi-override;
    direction: rtl
}

.rating2>label,
.rating3>label,
.rating4>label,
.rating>label {
    float: right;
    display: inline;
    margin: 0;
    color: #000;
    padding: 0;
    position: relative
}

.rating2>input.radio-btn:checked~label,
.rating2>label:hover,
.rating2>label:hover~label,
.rating3>input.radio-btn:checked~label,
.rating3>label:hover,
.rating3>label:hover~label,
.rating4>input.radio-btn:checked~label,
.rating4>label:hover,
.rating4>label:hover~label,
.rating>input.radio-btn:checked~label,
.rating>label:hover,
.rating>label:hover~label {
    color: transparent
}

.rating>input.radio-btn:checked~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #ffd700;
    width: 25px;
    height: 30px;
    font-size: 27px;
    line-height: 30px
}

.rating2,
.rating3,
.rating4 {
    font-size: 27px;
    text-align: center;
    position: relative
}

.rating2>label,
.rating3>label,
.rating4>label {
    width: 1.1em;
    cursor: pointer
}

.rating2>input.radio-btn:checked~label:before,
.rating2>label:hover:before,
.rating2>label:hover~label:before,
.rating3>input.radio-btn:checked~label:before,
.rating3>label:hover:before,
.rating3>label:hover~label:before,
.rating4>input.radio-btn:checked~label:before,
.rating4>label:hover:before,
.rating4>label:hover~label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #ffd700
}

.reviews-actions {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-top: 0;
    line-height: 16px
}

.reviews-actions a {
    width: 50%;
    line-height: 14px;
    color: #3b1a0b !important;
    font-weight: 600
}

.review-inputs {
    background-color: #ededee;
    border-radius: 10px
}

.review-inputs:hover {
    background-color: #fff
}

.review-submit {
    padding: 7px 60px;
    background-color: var(--primary_color) !important;
    border-color: var(--primary_color) !important;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 15px !important;
}

.relat {
    font-size: 34px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-weight: 500
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .discount {
        width: 100px;
        line-height: 2;
        height: 60px
    }

    .thumbnails .nav-item.bottomimg {
        margin-left: 10px
    }

    .prd-tab .tab button {
        padding: 10px 0;
        font-size: 12px;
        margin-right:4px;
    }
}

#post_content_live_data .quickview {
    padding: 23px 15px
}

#post_content_live_data .addtocartt {
    padding: 23px 15px
}

.Reviews {
    height: 100px;
    object-fit: contain
}
.table-designs tr {
    border: 1px solid #d9d9d9
}
@media only screen and (max-width: 767px) {
    .thumbnails .nav-item.bottomimg {
        margin-left: 10px
    }

    .mytabcnt {
        margin-left: 0 !important
    }

    .product {
        margin-left: 15px
    }

    .discount {
        width: 100px;
        line-height: 2;
        height: 60px
    }

    .prd-tab .tab button {
        padding: 10px 0;
        width: 36%;
        font-size: 11px;
        vertical-align: middle;
         margin-right:4px;
    }

    .prd-tab {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important
    }

    #Reviews {
        padding: 10px !important
    }

    .mob-pad {
        gap: 15px;
        margin-top: .5rem !important
    }

    #Description div {
        width: 100% !important
    }

    .variable-mrp {
        margin-top: 15px
    }

    .owl-carousel .owl-item img {
        width: auto
    }

    /* .instock_modal_button {
        width: auto !important
    } */

    .Reviews {
        height: 100px;
        width: 49% !important
    }
}
@media (max-width:768px){
    .quickview-quanity {
    margin-bottom: 0px;
    padding-bottom: 5px !important;
  }
}

@media (max-width:426px){
    .qtySelector {
        display: flex;
        height: 43px;
}
}
@media (max-width:768px){
    .qtySelector {
        display: flex;
        height: 43px;
}
}
.variable-mrp {
    border: 2px solid #c0c0c0c9;
    border-radius: 5px;
    padding: 0 5px;
    color: #A4D03F;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 40px;
    white-space: nowrap
}

.variable-sku {
    font-size: 15px
}

.actual-price {
    background-color: #20c9c9;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap
}

.actual-price div {
    font-size: 24px;
    font-weight: 700
}

.sku-notify {
    font-size: 15px
}

.sku-notify .sku-value {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px
}

.dropdown-container {
    position: relative
}

.inner {
    display: flex;
    justify-content: space-around;
    border: 1px solid #000;
    border-radius: 5px;
    max-width: 220px;
    align-items: center;
}

.custom-dropdown-box {
    padding: 10px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    text-align: left;
    color: #333
}

.custom-dropdown-box .dropdown-arrow {
    float: right;
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin-top: 4px;
    margin-right: 0;
}
.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #3d2200;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto
}

.dropdown-values label {
    padding: 10px
}

.dropdown-values:hover {
    background-color: blue
}

.dropdown-values:hover .form-check-label {
    color: #fff !important
}
.notifier_card .card-header {
    background-color: var(--primary_color) !important;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.notifier_card .card-body button {
    background-color: var(--primary_color);
    color: #fff;
    width: 70%;
}
.card-header:first-child {
    border-radius: 0;
    background-color: #fff;
}
.card-header:first-child {
    background-color: var(--primary_color);
    color: #fff !important;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .custom-dropdown-box {
        min-width: 80px
    }
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number] {
    appearance: textfield
}

.instock_modal_button {
    margin-top: 0 !important;
    margin-bottom: 4px
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .varience {
        padding-right: 0
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #addcart-buttonproduct {
        height: 41px
    }

    .addfield {
        margin-bottom: 13px
    }
}

@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) {
    .varience {
        padding-right: 0
    }
}

.prd-dec ul {
    padding-left: 0
}
.sticky-addcart .out_of_stock_button{
    width: 30%;
}

.out_of_stock_button{
    width: 30% !important;
    border-color: #dc3545 !important;
}
.add-to-cart{
    width: 30% !important;
}

@media (max-width:320px){
    .instock_modal_button{
        width: 40% !important;
    }
    .out_of_stock_button{
        width: 40% !important;
    }
}
