.breadcrumb {
    background-color: #ffffff;
    border-radius: 0;
    padding: 12px 20px;
    margin-bottom: 0;
}

.dproduct {
    border: 1px solid #efefef;
}

#gallery_01 img {
    border: 2px solid white;
}

.introsocialicon {
    font-size: 19px;
    margin: 1px;
    margin-top: 0px;
    color: #4c4c4c;
}

.introsocialul {
    float: right;
    width: 113px;
    text-align: left;
}

.introsocialul li {
    display: inline-block;
}

.ms_overtitsh {
    float: right;
    margin-left: 9px;
}

#image2 {
    display: block;
    margin: 0px auto;
}

.col-ms-zoom {
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
}

.col-ms-zoom {
    float: right;
    padding: 30px 0px 20px 10px;
    position: relative;
}

.zoom-nd {
    width: 100%;
    margin: 0 auto;
}

.listed-zoom {
    padding-top: 0;
    position: absolute;
    right: 0px;
    top: 41%;
    z-index: 9;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding: 0;
}

.ms_paa {
    padding: 5px 3px;
}

.pricePrd {
    min-width: 140px;
    line-height: 38px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0 10px;
    background-color: #ffffff;
    display: inline-block;
    color: #666666;
    font-size: 18px;
    margin-top: 5rem;
}

.trapezoid-nd {
    border-bottom: 28px solid #ff5253;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 130px;
    position: absolute;
    top: 28px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -23px;
    color: #fff;
    text-align: center;
}

.bx-ms {
    background: #fff;
    border-radius: 4px;
    margin: 0 auto 10px auto;
    padding: 17px;
    direction: rtl;
}

.hd-mn {
    display: block;
    font-size: 19px;
    color: #3f3f3f;
    line-height: 23px;
    padding: 7px 0px;
    text-align: right !important;
}

.hd-mn h1 {
    font-weight: bold;
    font-size: 15px;
}

.col-title-zoom {
    padding: 30px 15px 0 15px;
    min-height: 320px;
    position: relative;
}

.btn_add_to_list {
    display: flex;
    background: #ffc212;
    padding: 5px;
    justify-content: center;
    color: black;
    border-radius: 5px;
    border: 1px solid #cc9b10;
    margin: 10px;
    align-items: center;
}

.btn_add_to_list:hover {
    background: #efb307;
    color: #151515;
}

.btn_add_to_list img {
    height: 30px;
    margin-left: 11px;

}

.num2 {
    border: 1px solid #d8d8d8;
    padding: 1px 5px;
    border-radius: 2px;
}

.info-product {
    font-size: 12px;
    color: #b1b1b1;
    font-weight: bold;
    text-align: left;
    display: block;
    border-bottom: 1px solid #efefef;
    padding-top: 6px;
}

.starContainer {
    width: 100px;
    height: 40px;
    margin: 0px auto;
    text-align: center;
    margin-left: 13px;
}

.submit {
    background: #666 !important;
    color: #ffffff !important;
    border: none;
    padding: 0 15px;
    min-width: 90px;
    height: 36px;
}

.nav-item a {
    color: #818181;
}

.ms_tool {
    position: relative;
    display: inline-block;
    color: #9a9a9a;
    font-size: 17px;
    font-weight: 100;
}

.btnquantity {
    background: inherit;
    border: 1px solid rgb(204, 204, 204);
}

.inputquantity {
    width: 21%;
    float: left;
    text-align: left;
}

.center {
    width: 150px;
    margin: 40px auto;
}

.ms_tool .tooltiptext {
    visibility: hidden;
    width: 303px;
    background-color: #f5f6f8;
    color: #6b6b6b;
    text-align: right;
    border-radius: 6px;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    top: 120%;
    left: auto;
    margin-left: 0;
    opacity: 0;
    transition: opacity 1s;
    border: 1px solid #e4e4e4;
    font-size: 12px;
}

.listed-zoom li {
    width: 20px;
}

[class*="hint--"] {
    position: relative;
    display: block;
}

.hint--top-center::before {
    margin-bottom: -6px;
}

.hint--top-center::after,
.hint--top-center::before {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 5px;
}

.hint--top-center::before,
.hint--top::before {
    border-top-color: #383838;
}

.hint--bounce::after,
.hint--bounce::before {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}

[class*="hint--"]::before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001;
}

[class*="hint--"]::after,
[class*="hint--"]::before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.yith-wcqv-button {
    font-size: 0;
    color: #fdfdfd;
}


/* .group-button .yith-wcwl-add-to-wishlist, .group-button .compare, .group-button .yith-wcqv-button {
    display: inline-block;
    float: left;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #333333;
    position: relative;
} */

.yith-wcqv-button::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f06e";
    font-size: 14px;
    vertical-align: middle;
}

.yith-wcwl-add-to-wishlist::after,
.compare::after,
.yith-wcqv-button::after {
    content: '';
    position: absolute;
    background-color: #333333;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -11px;
    right: -11px;
}

[class*="hint--"][aria-label]::after {
    content: attr(aria-label);
    font-family: inherit;
}

.hint--top-center::after,
.hint--top-center::before {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 5px;
}

.hint--bounce::after,
.hint--bounce::before {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}

[class*="hint--"]::after {
    background: #383838;
    color: #fff;
    padding: 0 10px 2px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    line-height: 28px;
}

[class*="hint--"]::after,
[class*="hint--"]::before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.yith-wcwl-add-to-wishlist,
.compare,
.yith-wcqv-button {
    width: 100%;
}


/* .add_to_wishlist::before {
    padding-left: 1rem;
} */

.add-to-cartpd a {
    display: inline-block;
    min-width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #333333;
    padding: 0 10px;
    color: #fdfdfd;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #0ec500 !important;
    border: 1px solid #0ebd42 !important;
    border-radius: 7px;
}

.add-to-cartpd a:hover {
    color: #fdfdfd;
    background-color: #000;
}

.yith-wcwl-add-to-wishlist a {
    color: #fdfdfd;
    display: block;
    cursor: pointer;
}

a.add_to_wishlist {
    cursor: pointer;
}

.add_to_wishlist::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f004";
    font-size: 14px;
}

.yith-wcwl-add-to-wishlist a:hover {
    color: #fdfdfd;
}

.yith-wcqv-button:hover {
    background-color: #000000;
}

.compare:hover {
    background-color: #002458;
}

.add_to_wishlist:hover {
    background-color: #000000;
}

.compare {
    display: inline-block;
    color: #fdfdfd;
    text-align: center;
}

.compare:hover {
    color: #fdfdfd;
}

.priceBox {
    margin: 0px 0;
    text-align: center;
    padding: 2px;
}

.priceBox {
    text-align: left;
    color: red;
}

.priceAmmount del {
    float: right;
    color: #FF9D00;
    font-size: 15px;
    margin-top: -30px;
    margin-bottom: 0;
    position: relative;
    right: -30px;
    top: 19px;
}

.priceBox .priceAmmount {
    color: #fb3449;
    font-size: 24px;
}

.priceAmmount span {
    font-size: 20px !important;
}

.priceHigh {
    position: absolute;
    color: red;
    top: 0px;
    text-decoration: line-through;
    font-size: 13px !important;
    right: 27px;
}

.click span {
    z-index: 999;
    transition: all .32s ease;
    font-size: 21px;
    color: gray;
}

#spfav:hover {
    opacity: 0.8;
    transition: all .32s ease;
}

#spfav:active {
    transform: scale(0.93, 0.93) translateY(2px);
    transition: all .32s ease;
}

.ring,
.ring2 {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 19px;
    left: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .32s ease;
}

.activefav span,
.active-2 span {
    color: #f52727 !important;
    transition: all .32s ease;
}

.active-2 .ring {
    width: 58px !important;
    height: 58px !important;
    top: -10px !important;
    left: -10px !important;
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
    transition: all .32s ease;
}

.active-2 .ring {
    transition: all .32s ease;
}

.active-2 .ring2 {
    transition: all .32s ease;
}

.active-3 .ring2 {
    width: 60px !important;
    height: 60px !important;
    top: -11px !important;
    left: -11px !important;
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
    transition: all .32s ease;
}

.click fa {
    font-size: 25px !important;
}

.fvtitle {
    float: right;
    margin-top: 6px;
    font-size: 15px !important;
}

.favactive {
    color: #f52727 !important;
}

.breadcrumb {
    text-align: right;
    direction: rtl;
}

.breadcrumb li a {
    color: #3e3e3e;
    font-size: 14px;
}



.addCoContainer {

    margin: 20px 20px;
    background-color: #ffffff;
    padding: 26px 15px;
    /* border: 1px solid #efefef; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}

.addCoContainer {
    direction: rtl;
}

.addCoContainer h3 {

    text-align: right;
    font-weight: normal;
    font-size: 15px;
    color: #111111;
    line-height: 23px;
}

.addCoContainer input,
.addCoContainer textarea {
    text-align: right;
    direction: rtl;
}

.tcfinder {
    background: whitesmoke;
    height: auto;
    overflow: auto;
    padding: 22px 0;
    -webkit-border-radius: 0% 0% 100% 100% / 0% 0% 8px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, .30) 0 2px 3px;
    background: #F2F2F2;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #fff inset, -1px -1px 2px #fff inset;
    border-radius: 3px/6px;
}

.tcfinder {
    direction: rtl;
}

.tcfinder>div {
    float: right;
}

.commentrow {
    direction: rtl;
    text-align: right;
}

.answerForm {
    padding: 10px;
    background: #eee;
    margin: 16px;
    -webkit-box-shadow: 1px 1px 1px 1px #CFCFCF;
    box-shadow: 1px 1px 1px 1px #CFCFCF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.answerForm {
    direction: rtl;
}

.colorRow {}

@media (max-width: 575.98px) {
    .priceBox {
        width: 100%;
    }

    .lt-copy {
        text-align: center !important;
        margin-top: 1rem;
    }

    .slidertop {
        margin-top: 5rem;
    }

    .inputquantity {
        width: 52%;
    }

    #myTab .nav-item {
        width: 100%;
        text-align: center;
    }

    .main-title {
        margin-top: 0 !important;
    }

    .btn_add_to_list {
        font-size: 13px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slidertop {
        margin-top: 5rem;
    }

    .inputquantity {
        width: 36%;
    }

    .pricePrd {
        margin-top: 2.5rem;
    }

    .main-title {
        margin-top: 0 !important;
    }
}


/* از تو css برداشته شود */


/* .add_to_wishlist::before {
    padding-left: 1rem;
} */

.yith-wcwl-add-to-wishlist,
.compare,
.yith-wcqv-button {
    text-align: center;
    background-color: #2264c4;
    border-radius: 3px;
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    display: block;
    color: white !important;
    height: 40px;
    padding-top: 10px;
}

.group-button .compare i {
    margin-left: 5px;
}

.dproduct {
    direction: rtl;
    text-align: right !important;
}

.rprd {
    text-align: right !important;
    text-align: right !important;
    padding: 12px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 6px 5px 8px -4px #dcdcdc;
    box-shadow: 6px 5px 8px -4px #dcdcdc;
    border-radius: 5px;
}

.divcrt {
    padding-right: 0 !important;
}

.product-grid .product-content {

    direction: rtl !important;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.product-grid .product-content .title {
    font-size: 16px;
}

.product-grid .product-content .title a {
    color: #4d4d4d;
}


.product-grid .product-data {
    display: flex;
    align-items: center;
    padding: 0 31px;
}

.product-grid .product-data h4 {
    font-size: 12px;
    color: #a7a7a7;
}

.LeftPRow {
    padding-right: 20px;
    margin-bottom: 0;
}

.LeftPRow li {
    display: inline-block;
    margin: 0px 4px;
    /* border: 1px solid #eee; */
    box-sizing: border-box;
    padding: 7px 7px 0 0;
}

.LeftPRow li a.single {
    width: 18px;
    height: 18px;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
    border: 1px solid #c3c3c3;
    margin-right: 8px;
}

.LeftPRow li a.double {
    width: 18px;
    height: 18px;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
    border: 1px solid #c3c3c3;
    margin-right: 8px;
}

.LeftPRow li a.double>span {
    display: block;
    width: 8px;
    height: 17px;
    float: left;
    margin: 0px;
    padding: 0;
}

.LeftPRow li a.double>span:first-of-type {
    border-radius: 5px 0 0 5px;
}

.LeftPRow li a.double>span:last-of-type {
    border-radius: 0px 5px 5px 0px;
}

.LeftPRow li input[type=radio] {
    float: right;
}

.LeftPRow li span {
    margin-top: -3px;
    padding-right: 0px;
}

.featbox {
    padding: 10px 0 !important;
}

.featTitle {
    font-weight: bold;
    font-size: 17px;
    direction: ltr;
}

.featTitle {
    direction: rtl;
}

.propbox {
    padding: 5px;
    background: #eee;
    margin: 6px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.featpic {
    width: 30px;
}

.featbox>div,
.propbox>div {
    float: right;
    text-align: right;
    padding-right: 0;
}

.pr-seller-cn {
    width: 97%;
    margin: 0px;
    min-height: 200px;
    margin-left: 13px;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.icn-store {
    font-size: 35px;
    color: #ffc212;
    margin-top: 13px;
}

.pr-str-title {
    font-size: 15px;
    color: #474242;
}

.pr-str-item {
    font-size: 15px;
    color: red !important;
    position: relative;
}

.pr-str-how {
    font-size: .8rem;
    color: #00bfd6;
    margin-top: 0px;
    padding-top: 6px;
    display: block;
    margin-right: 8px;
}

.pr-seller-row {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 9px;
    padding-top: 7px;
    text-align: right;
}

.pr-str-price {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #3c3c3c;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sellerCn {
    display: block;
    padding: 0px 5px;
    cursor: pointer;
}

.sellerSelected {
    background: white;
    border: 1px solid #d2d2d2;
    border-radius: 7px;
    position: relative;
}

.pr-sr-main-price {}

.pr-sr-main-price>span {}

.shp-tlp-cn {
    width: 280px;
}

.popover {
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 6px 12px 0 hsla(0, 0%, 71%, .3);
    box-shadow: 0 6px 12px 0 hsla(0, 0%, 71%, .3);
    max-width: 300px;
}

.popover-header {
    background-color: white;
    color: #282828;
}

.btn-sle-ref {
    float: left;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-left: -8px;
    margin-top: 4px;
}

.btn-sle-ref:hover {
    background: #f1f1f1;
}

.btn-sle-ref>i {}

.sle-tlp-phone {
    font-size: 11px;
    padding: 5px 0 0;
    color: #494747;
}

mwl-confirmation-popover-window {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}


/* Please ❤ this if you like it! */

:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --grey: #ecedf3;
}


/* #Primary
================================================== */

::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}

mark {
    color: var(--white);
    background-color: var(--black);
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}

.background-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}


.link-to-page {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 50px;
}

.link-to-page img {
    width: 100%;
    height: auto;
    display: block;
}

.itemInnerPr {
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
}

.itemInnerPr span {}

.itemInnerPr a {
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
}

.compareItem {}

.modal {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 16px;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 10;
    /* Adjust according to your needs */
}

.modal.fade-anim {
    transition: opacity 400ms ease-in-out;
    will-change: opacity;
    opacity: 0;
}

.modal.fade-anim.in {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 4px;
    margin: 16px auto;
    position: relative;
    transition: opacity 400ms ease-in-out;
    width: 100%;
    will-change: opacity;
    display: inline-block;
    border: 0px solid rgba(0, 0, 0, .2);
}

.modal-content-size-m {
    max-width: 992px;
}

.modal-content-size-l {
    max-width: 1200px;
}

.modal-footer,
.modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0 16px;
}

.modal-header {
    border-bottom: 1px solid #ededed;
}

.modal-body {
    padding: 16px;
}

.modal-footer {
    border-top: 1px solid #ededed;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
    font-size: 27px;
    color: #020202;
}

.modal-titr {
    font-size: 14px;
    text-align: right;
}

.moda-share-color {
    background: red;
    width: 43px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
}

.moda-share-color.twitter {
    background: #4dcceb;
    border: 1px solid #4dcceb;
}

.moda-share-color.facebook {
    background: #4d8deb;
    border: 1px solid #4d8deb;
}

.moda-share-color.whatsapp {
    background: #1bd741;
    border: 1px solid #1bd741;
}

.moda-share-color.email {
    background: #ef5662;
    border: 1px solid #ef5662;
}

.moda-share-color.copy {
    width: 100%;
    background: white;
    color: gray !important;
    border: 1px solid #b7b7b7;
}

.moda-share-color.copy span {
    font-size: 14px;
    padding-right: 6px;
    display: inline-block;
    margin-top: 3px;
}

.moda-share-color.copy i {}

.pr-share-container {
    position: absolute;
    right: 1px;
    top: 8%;
    height: 100px;
    width: 50px;
    z-index: 6;
}

.pr-share-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pr-share-container ul li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.pr-share-container ul li a {
    cursor: pointer;
}

.pr-share-container ul li a i {
    font-size: 21px;
    color: gray;
}

.pr-better-price-cn {
    text-align: right;
    margin: 11px 0;
    font-size: 13px;
    color: gray;
}

.pr-better-price-cn a {
    cursor: pointer;
}

.ltrInput {
    text-align: left;
    direction: ltr;
}

.product-gr-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.product-gr-ul li {
    float: right;
    padding-left: 4px;
    width: 108px;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.product-gr-ul li img {
    width: 35px;
    height: 35px;
}

.product-gr-ul li span {
    font-size: 11px;
    color: gray;
    padding-right: 5px;
    display: block;
    height: 34px;
}

.ngx-gallery-image.ngx-gallery-active {
    z-index: 1 !important;
}

.selectedImageBorder {
    border: 3px solid #f6d015 !important;
}
.sellerBox-container{
    
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    line-height: 29px;
}