.breadcrum {
    margin-top: 1rem !important
}

.breadcrum span {
    color: gray
}

.image-gallery {
    display: table
}

.image-gallery img {
    width: 100%
}

.image-gallery video {
    width: 100%
}

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

.thumbnails .nav-item.bottomimg {
    margin-bottom: 10px;
    width: 18%;
    display: inline-block;
    /* margin-left: 20px; */
    margin-right: 20px;
    border: 1px solid #f0f0f0
}
.block__pic{
    width: 100% !important;
    height: 400px !important;
    object-fit: contain;
}
.nav-tabs .nav-link {
    padding: 10px
}

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

.pos1 {
    position: relative
}

.togglecontent {
    margin-top: -141%;
    margin-left: -25%;
    display: none
}

.wrapper {
    display: flex
}

.p-name {
    font-size: 27px;
    display: inline-block;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px
}

.varience {
    margin-top: 20px
}

.newamount {
    font-size: 26px;
    font-weight: 500
}

/* .oldamount {
    color: #cecece;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through
} */
.offerprice_simple {
    font-size: 15px;
    color: green !important
}

#addcart-buttonproduct.prdaddcart {
    border-color: #162B32 !important;
    font-size: 25px !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 85% !important;
    background-color: #162B32
}

#addcart-buttonproduct.prdaddcart:hover {
    color: #162B32 !important;
    background-color: transparent;
    border: 1px solid 162B32
}

.rating-text1 {
    line-height: normal;
    display: inline-block;
    color: #FDC040;
    padding: 2px 4px 2px 0;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    vertical-align: bottom;
    background-color: transparent
}

#sta {
    font-size: 16px
}

.reviewcount {
    font-size: 19px;
    font-weight: 500;
    color: gray
}

.single-description p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    text-align: justify
}

.qtySelector {
    display: flex;
    min-height: 0
}

/* .decreaseQty {
    width: 58px;
    height: 47px;
    display: inline-block;
    border: 1px solid #F0F0F0;
    font-size: 18px;
    padding-top: 1px;
    line-height: 1;
    border-radius: 0;
    color: #191919;
    background-color: transparent
} */

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

.increaseQty {
    width: 58px;
    height: 47px;
    display: inline-block;
    border: 1px solid #F0F0F0;
    font-size: 18px;
    padding-top: 1px;
    line-height: 1;
    border-radius: 0;
    color: #191919;
    background-color: transparent
}

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

#result {
    display: flex
}

#addcart-buttonproduct {
    border-color: var(--primary_color);
    font-size: 22px;
    border-radius: 0;
    line-height: 25px;
    color: #fff !important;
    background-color: var(--primary_color);
    height: 42px;
    width: 76% !important;
    border-radius: 5px
}

#addcart-buttonproduct:hover {
    background-color: transparent;
    color: var(--primary_color) !important
}

.sticky-addcart {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 2s, transform 2s;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.sticky-addcart.show {
    margin: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%)
}

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

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

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

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

.qtySelector {
    display: flex;
    min-height: 0
}

.decreaseQty,
.increaseQty input[type="number"] {
  width: 60px;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: textfield;
}

.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: #000;
    border: 0;
    background-color: transparent;
    text-decoration: underline;
    font-size: 25px;
    margin-bottom: 5px
}

.prd-tab .tab button {
    padding: 15px 4px;
    margin-right: 45px;
    color: #162B32;
    font-size: 20px;
    font-weight: 600;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s
}

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

#Description {
    line-height: 1.5em;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    text-align: justify;
    border: 0 solid #dee2e6;
    border-top: 0
}

#Description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000
}

.table-design {
    background-color: B0AEAE;
    height: 65px;
    vertical-align: middle !important
}

.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
}

#Vendordetails {
    line-height: 1.5em;
    font-size: 14px;
    text-align: justify
}

.review_profile_product {
    width: 45px;
    height: 45px;
    object-fit: cover
}

#Reviews p {
    color: #191919
}

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

#Reviews1 h6 {
    color: #191919;
    font-weight: 600
}

.feedback {
    padding: 5px;
    border-radius: 10px
}

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

.targetDiv {
    display: inline-block;
    text-align: center;
    margin-top: 2px;
    vertical-align: middle
}

.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: 29px
}

.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
}

.review-submit {
    border-color: var(--primary_color) !important;
    background-color: var(--primary_color) !important;
    font-family: var(--body-font);
}

.review-submit:hover{
    color: var(--primary_color) !important;
    background-color: transparent !important;
}

.relat {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 15px;
    color: #000;
    margin-top: 80px;
    text-align: center
}

.variable-product input[type=number]::-webkit-outer-spin-button,
.variable-product input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: textfield !important;
    display: block !important;
    width: 55px;
    height: 27px;
    margin: initial !important
}

#proaddtocart .quickview-quanity {
    padding: 0 !important
}

#color-size {
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.form-check-label.small:hover {
    cursor: pointer
}

.form-check-label.small {
    border: 1px solid #f1f1f1;
    padding: 10px
}

.variable.form-check-input:checked+label {
    border: 1px solid #e73c17;
    padding: 10px;
    color: #e73c17;
    text-align: center
}

#variableprice span {
    color: #000;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 4px;
    display: inline-block
}

#variableprice del {
    display: block;
    color: silver;
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
    margin-top: 5px;
    display: inline-block;
    margin-left: 10px
}

.mrp {
    font-size: 10px;
    color: silver;
    margin-top: 0
}

/* .decreaseQty,
.increaseQty {
    display: none
} */

#singleproduct .product .price {
    margin-bottom: 8px !important
}

#proaddtocart {
    margin-top: 4px
}

.Reviews {
    height: 100px
}
.wishpos {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4%;
    margin-right: 7%;
    font-size: 20px;
}
.single-heart:hover{
color: rgb(255, 75, 75);
}
.modalview model-viewer {
    background-color: #f1f1f1;
    width: 100%;
    height: 400px
}
.instock_modal_button {
    background-color: #198754 !important;
    color: #fff !important;
    width: 30%;
}
.instock_modal_button:hover {
    color: rgb(0, 88, 0) !important;
    border: 1px solid green;
    background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
    .relat {
        font-size: 30px
    }

    .productname {
        min-height: auto
    }

    .p-name {
        font-size: 22px
    }

    .prd-tab .tab button.active {
        font-size: 20px
    }

    .prd-tab .tab button {
        padding: 15px 0;
        margin-right: 36px
    }

    #color-size {
        width: auto
    }

    .Reviews {
        height: 100px;
        width: 49% !important
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #color-size {
        width: auto
    }
    #addcart-buttonproduct {
        font-size: 11px
    }

}

#addcart-buttonproduct {
    font-size: 16px;
    border-radius: 4px;
    line-height: 25px;
    color: #fff !important;
    height: 45px;
    width: 100%
}

#addcart-buttonproduct:hover {
    border-color: var(--primary_color) !important;
    color: var(--primary_color) !important
}

.out_of_stock_button {
    width:46% !important;
    border-color: #dc3545 !important;
}
@media only screen and (max-width:376px){
    .out_of_stock_button{
        width: 45% !important;
    }
    .instock_modal_button{
        width: 45% !important;
    }
}
@media (max-width:320px) {
    .prd-tab .tab button {
        margin-right: 11px
    }
}

@media (min-width:425px) and (max-width:769px){
    .out_of_stock_button{
        width: auto !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%
}

@media only screen and (min-width:768px) and (max-width:992px) {
    #addcart-buttonproduct {
        height: 50px;
        width: 100% !important;
    }
}
