body {
    font-family: iranyekan;
}
.container {
    max-width: 1350px;
}
.breadcrumb .container a {
    font-size: 12px;
}
.breadcrumb .container a:last-child {
    color: #c06;
}
.text-indigo {
    color: #c06;
}
.bg-indigo {
    background-color: #9978fa !important;
}
.border-indigo {
    border-color: #c06;
}
.product-price .badge {
    font-size: 0.9rem;
    padding: 15px;
}
.color-carousel .card {
    background-color: #fbfaff;
}
.image-dots {
    max-height: 760px;
    overflow-y: auto;
    overflow-x: hidden;
    overflow: 0 7px;
}
.image-dots::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: rgb(228, 228, 228);
}

.image-dots::-webkit-scrollbar-thumb {
    background: #b6b6b6;
    -webkit-border-radius: 1px;
    /* -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); */
}

.image-dots::-webkit-scrollbar-corner {
    background: rgb(161, 161, 161);
}

.image-dots .btn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-dots .btn {
    min-height: 100px;
    width: 85px;
    border-radius: 8px !important;
}

.image-dots .btn.active {
    border-color: #c06 !important;
}
.image-dots img {
    height: 100%;
    object-fit: cover;
}
.discount-badge {
    left: 0;
    top: 15px;
    z-index: 3;
    width: 70px;
    font-size: 18px;
    border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px;
}
.product-color > h5 {
    font-size: 1.1rem;
}
.add-to-cart.disable {
    filter: grayscale(100%);
}
.add-to-cart button {
    border-radius: 15px !important;
}
.site-reliability h6 {
    margin-right: 8px;
    font-size: 0.72rem;
}
.site-reliability img {
    transition: 0.5s ease;
}
.site-reliability .col-3:hover img {
    filter: grayscale(0);
}
.product-detail .btn {
    font-size: 18px;
    opacity: 0.5;
}
.product-detail h4 {
    padding-right: 20px;
}
.product-detail .btn:not(.collapsed) {
    border-bottom: 1px solid #c06;
    padding-bottom: 20px;
    font-weight: 700;
    opacity: 1;
}
@media screen and (max-width: 586px) {
    .product-detail .btn:not(.collapsed) {
        padding-bottom: 10px;
    }
}
#product-status {
    background-color: rgba(0, 0, 0, 0.02);
}
.comment-avatar {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.comment-text {
    margin-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.comment-item {
    margin-top: 30px;
}
.comment-text h3 {
    font-size: 1.3rem;
    font-weight: 700;
}
.comment-text h3 small {
    font-size: 0.75rem;
    font-weight: 500;
    margin-right: 15px;
}
.comment-text h3 span {
    font-size: 0.9rem;
    margin-right: 15px;
}
.comment-body {
    margin-top: 30px;
    font-size: 0.9rem;
}
.comment-status {
    margin-top: 30px;
}
.comment-status p {
    margin-bottom: 0;
    font-size: 1.1rem;
    margin-right: 15px;
}
.add-comment {
    margin-right: 30px;
}
.add-comment-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.add-comment-body {
    font-size: 0.9rem;
    font-weight: 500;
}
.add-comment .form-control-lg {
    font-size: 1rem;
    padding: 20px 15px;
}
.comment-status-choice label input ~ ion-icon {
    filter: grayscale(1);
    transition: 0.5s ease;
}

.comment-status-choice label input:checked ~ ion-icon {
    filter: grayscale(0);
}
.comment-status-choice button.btn {
    border-radius: 15px;
    font-size: 1.1rem;
    border-bottom: none !important;
    background-color: #c06;
}
.product-carousel-card .card-header > img {
    height: 380px;
    width: 100%;
}
.product-carousel-card .card-header .second-image {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease;
}
.product-carousel-card .card-header:hover .second-image {
    opacity: 1;
}
.product-carousel-card .more-images {
    top: 70%;
    height: 30%;
    width: 80%;
    display: flex;
    align-items: stretch;
    list-style: none;
    opacity: 0;
    transition: 0.5s ease;
}
.product-carousel-card .card-header:hover .more-images {
    opacity: 1;
}
.product-carousel-card .more-images li {
    margin-left: 10px;
    background-color: #fff;
    width: 48px;
    height: 62px;
}
.product-carousel-card .more-images li.active {
    border: 1px solid #c06;
}
.product-carousel-card .product-gift {
    top: 80%;
    left: auto;
    width: 50%;
    right: 25%;
}
.product-carousel-card .product-gift .badge {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}
.product-carousel-card .card-header:hover .product-gift .badge {
    opacity: 0;
}

.picture-part > * {
    display: none;
}
.picture-part > .active {
    display: flex;
}
.product-name h2 {
    font-weight: bold;
}
.product-name p {
    font-size: 0.95rem;
}
.product-price {
    font-size: 28px;
    font-weight: 800;
    color: #c06;
}
.color-carousel .card h6 {
    font-size: 12px;
}
#productChecking {
    line-height: 30px;
}
.size-carousel .card h6 {
    font-size: 0.88rem;
    margin: 10px 0;
}
.picture-part .owl-dots {
    display: none;
}
.same-products h1 {
    font-size: 2rem;
}
.same-products .card-body h3 {
    font-size: 1.2rem;
}
.same-products .card-body p {
    font-size: 0.87rem;
}

.same-products .card-body span {
    font-size: 0.9rem;
}

.same-products .product-carousel-card > .d-flex {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.color-carousel .owl-nav {
    position: absolute;
    top: -40px;
    left: 0;
    width: 70px;
    display: flex;
    justify-content: space-between;
}
.color-carousel .owl-nav button.owl-prev,
.color-carousel .owl-nav button.owl-next {
    padding: 0 !important;
    width: 27px;
    height: 27px;
}

.color-carousel .owl-nav button.owl-prev span,
.color-carousel .owl-nav button.owl-next span {
    margin: 0;
    padding: 0 !important;
    background-color: transparent;
    color: black;
}

.color-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 10px;
    width: 100px;
}

.size-carousel .owl-nav {
    position: absolute;
    top: -40px;
    left: 0;
    width: 70px;
    display: flex;
    justify-content: space-between;
}
.size-carousel .owl-nav button.owl-prev,
.size-carousel .owl-nav button.owl-next {
    padding: 0 !important;
    width: 27px;
    height: 27px;
}

.size-carousel .owl-nav button.owl-prev span,
.size-carousel .owl-nav button.owl-next span {
    margin: 0;
    padding: 0 !important;
    background-color: transparent;
    color: black;
}

.size-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 10px;
    width: 100px;
}
.product-discount {
    font-size: 0.7rem;
}
.product-discount .text-indigo {
    color: #fd7e14 !important;
}
.product-discount .badge {
    font-size: 0.8rem;
}
#share-dropdown {
    right: 0;
    width: 58px;
    top: 100%;
    z-index: 5;
    border-radius: 3px;
}
#share-dropdown a {
    display: flex;
    margin: 10px 0;
    justify-content: center;
}
#share-dropdown img {
    width: 30px;
    height: 30px;
}
#product-detail .table-striped {
    --bs-table-striped-bg: rgb(255, 255, 255);
}
#product-detail .table-striped tr {
    border-color: rgba(0, 0, 0, 0);
}
#product-detail .table-striped td:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#product-detail .table-striped td:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.product-carousel .owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 108%;
    left: -4%;
    top: 30%;
}
.product-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-next {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.image-carousel .owl-dots {
    padding: 5px 0 !important;
}
.product-carousel .owl-nav button.owl-prev span,
.product-carousel .owl-nav button.owl-next span {
    margin: 0;
    padding: 0 !important;
    background-color: transparent;
    color: black;
}
.product-image-background {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.03);
}
.image-carousel .owl-item {
    height: auto;
}
.color-carousel .card.opacity-50 .card-not-found {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
.color-carousel .card.opacity-50 .card-not-found .badge {
    font-size: 0.78rem;
}
.size-carousel .card.opacity-50 .card-not-found {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
.size-carousel .card.opacity-50 .card-not-found .badge {
    font-size: 0.68rem;
}
.zoomWindowContainer {
    z-index: 50;
}
.zoomContainer {
    z-index: 50;
}

.wrapper {
    background: #fff;
}

.product-actions button {
    margin-top: 10px !important;
}
.product-actions button i {
    line-height: 0 !important;
}
.owl-carousel.owl-rtl .owl-item {
    /*height: 100% !important;*/
}
.owl-carousel.owl-rtl .owl-item .card {
    height: 100%;
}
.color-carousel.owl-carousel.owl-rtl .owl-item .card section > img {
    /* width: 72px; */
    height: 86px;
    object-fit: cover;
}
.size-carousel .owl-item {
    margin-left: 7px !important;
}
.product-carousel .btn {
    border-radius: 6px !important;
    margin-left: 5px;
}
.image-dots .btn {
    padding: 4px !important;
    margin-bottom: 7px !important;
    border-radius: 8px !important;
}
@media only screen and (max-width: 1100px) and (min-width: 767px) {
    .container {
        max-width: 95%;
    }
    .breadcrumb .container a {
        font-size: 11px;
    }
    .product-carousel .owl-nav {
        width: 104%;
        left: -2%;
    }
    .product-detail .btn {
        font-size: 17px;
    }
}
@media only screen and (max-width: 768px) {
    .picture-part .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .picture-part .owl-carousel button {
        padding: 0 !important;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: 4px;
        display: flex;
        background: rgb(126, 126, 126);
    }
    .picture-part .owl-carousel button span {
        padding: 0 !important;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .picture-part .owl-carousel button.active {
        width: 30px;
        height: 7px;
        border-radius: 12px;
    }
    .picture-part .owl-carousel button.active span {
        background-color: black;
        border-radius: 12px;
    }
    .product-gift-absolute {
        z-index: 5;
        right: 0;
        top: 15px;
    }
    .product-actions-absolute {
        bottom: 5%;
        right: 6px;
        z-index: 6;
    }
    .product-actions-absolute button {
        width: 35px;
        height: 35px;
        padding: 8px;
        border-radius: 50%;
    }
    .product-price {
        font-size: 14px;
    }
    .product-name h2 {
        font-size: 1rem;
    }
    .product-name p {
        font-size: 0.7rem;
        margin-top: 15px;
    }
    .product-color h5 {
        font-size: 0.87rem;
    }
    .color-carousel .card h6 {
        font-size: 10px;
    }
    .color-carousel .owl-nav {
        position: absolute;
        top: -40px;
        left: 0;
        width: 70px;
        display: flex;
        justify-content: space-between;
    }
    .color-carousel .owl-nav button.owl-prev,
    .color-carousel .owl-nav button.owl-next {
        padding: 0 !important;
        width: 27px;
        height: 27px;
    }

    .color-carousel .owl-nav button.owl-prev span,
    .color-carousel .owl-nav button.owl-next span {
        margin: 0;
        padding: 0 !important;
        background-color: transparent;
        color: black;
    }

    .color-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -30px;
        left: 10px;
        width: 100px;
    }
    .color-carousel .owl-dots button {
        padding: 0 !important;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-left: 10px;
        display: flex;
    }
    .color-carousel .owl-dots button span {
        padding: 0 !important;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .color-carousel .owl-carousel button.active span {
        background-color: black;
        border-radius: 12px;
    }
    .size-carousel .card h6 {
        font-size: 0.67rem;
    }
    .add-to-cart {
        /* position: fixed;
        display: flex;
        justify-content: center;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
         right: 0;
        background-color: #FFFFFF;
        bottom: 0;
        padding: 10px 0;
        margin-bottom: 15px !important;
        z-index: 10;
        border-top: 1px solid #d8d8d8; */
    }
    .add-to-cart button {
        font-size: 12px;
        padding: 7px 0 !important;
    }
    .site-reliability img {
    }
    .site-reliability h6 {
        font-size: 0.66rem;
    }
    .product-detail .btn {
        font-size: 13px;
        padding: 5px;
    }
    #product-status {
        font-size: 11px;
    }
    #product-status h6 {
        font-size: 11px;
    }
    #product-status h4 {
        font-size: 12px;
        font-weight: 800;
        color: #c06;
    }
    #product-status h5 {
        font-size: 11px;
    }
    .comment-text h3 {
        font-size: 13px;
    }
    .comment-text h3 small {
        font-size: 9px;
    }
    .comment-text h3 span {
        font-size: 12px;
    }
    .comment-body {
        font-size: 10px;
    }
    .comment-status img {
        width: 24px;
        height: 24px;
    }
    .comment-status p {
        font-size: 10px;
    }
    .add-comment-body {
        font-size: 11px;
    }
    .add-comment .form-control-lg {
        width: 100% !important;
        font-size: 12px;
        padding: 15px 10px;
    }
    .comment-status-choice > label {
        width: 100%;
        margin-right: 0 !important;
    }
    .comment-status-choice > label:nth-child(n + 1) {
        margin-top: 15px;
    }
    .comment-status-choice label input ~ ion-icon {
        width: 20px;
        height: 20px;
    }
    .comment-status-choice button.btn {
        font-size: 12px;
        margin-top: 15px;
        padding: 10px 21px !important;
        border-radius: 10px;
    }
    .same-products h1 {
        font-size: 17px;
    }
    .product-carousel-card .product-gift .badge {
        font-size: 10px;
        height: 35px;
    }
    .product-carousel-card .product-gift {
        width: 70%;
        right: 15%;
    }
    .product-carousel-card .more-images {
        padding-right: 0;
    }
    .product-carousel-card .more-images li {
        width: 30px;
        height: 36px;
    }
    .product-carousel-card .card-body h3 {
        font-size: 13px;
    }
    .product-carousel-card .card-body p {
        font-size: 9px;
    }

    .product-carousel-card .card-body span {
        font-size: 11px;
    }

    .product-carousel-card > .d-flex .btn.border {
        padding: 5px;
        font-size: 9px;
    }
    #share-dropdown-responsive {
        right: 0;
        width: 55px;
        top: 100%;
    }
    #share-dropdown-responsive a {
        margin: 10px 0;
    }
    #share-dropdown-responsive img {
        width: 80%;
    }
    .discount-badge {
        font-size: 14px;
    }
    .product-discount .badge {
        font-size: 0.7rem;
    }
    .product-carousel-card .card-header > img {
        height: 300px;
    }
    .product-carousel-card .card-header:hover .more-images {
        top: 80%;
    }
    .product-carousel-card .more-images li span {
        font-size: 12px;
    }
    .product-carousel-card > .d-flex .btn.border-indigo {
        font-size: 10px;
        padding: 6px;
    }
    .product-image-background {
        background-color: rgba(0, 0, 0, 0);
        z-index: 0;
    }
    .color-carousel .card.opacity-50 .card-not-found .badge {
        font-size: 0.68rem;
    }
    .size-carousel .card.opacity-50 .card-not-found .badge {
        font-size: 10px;
    }
    .image-carousel .owl-item {
        /* height: 390px; */
    }
}

.product-image-background {
    left: 15px;
}
.zoomWindowContainer div {
    border-radius: 15px;
}

@media screen and (max-width: 992px) {
    .picture-part .image-dots {
    }
    .header.main-header {
        display: none !important;
    }
    .picture-part button {
        display: none;
    }
    .picture-part .dote-swiper-o {
        width: 50px;
        height: 50px;
    }
    .owl-dot button {
        background: #000;
    }
    .title-product-name {
        padding: 0 10px;
    }
}

.product-detail .btn:not(.collapsed) {
    border-radius: 0px !important;
    border-color: #c06;
}
.product-detail .btn {
    border-radius: 0px !important;
}

.product-moshakhsat {
    width: 100%;
    margin-right: 5%;
}
.product-moshakhsat tr {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    width: 95%;
}
.product-moshakhsat tr:nth-child(odd) {
    background: rgb(255, 255, 255);
    border-radius: 10px;
}
.product-moshakhsat tr th {
    padding: 15px 22px;
    width: 170px;
}
.product-moshakhsat tr td {
    padding: 15px 22px;
}
@media screen and (max-width: 586px) {
    .main-pro-custom {
        /* padding: 0 13px; */
        padding: 0 !important;
    }
    .product-moshakhsat tr th {
        padding: 5px 12px;
        max-width: 90px;

    }

    .product-moshakhsat tr td {
        padding: 5px 12px;
    }
}
@media screen and (max-width: 992px) {
    .main-pro-custom {
        padding: 0 13px;
    }
    /* .color-carousel.owl-carousel.owl-rtl .owl-item .card section > img {
        height: 99px !important;
    } */
    #add-to-cart-block {
        position: fixed;
        bottom: 55px;
        left: 0;
        right: 0;
        background: rgb(238, 238, 238);
        z-index: 999;
    }
    #add-to-cart-block button {
        margin: 10px auto !important;
    }

    .bottom-nav {
        /*display: none;*/
    }
}
.overly-back-modal-mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.274);
    z-index: 1000;
    display: none;
}
.overly-back-modal-mobile.show-back {
    display: block;
}

.wrapper-modale-b {
    background: #fff;
    width: 100%;
    min-height: 10px;
    border-radius: 20px 20px 0 0;
    position: fixed;
    bottom: -100%;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 47px 0px 25px;
    justify-content: center;
    -webkit-box-pack: center;
    text-align: center;
    z-index: 1001;
    transition: 0.3s;
}
.wrapper-modale-b.show {
    bottom: 0;
}
.line-tope {
    height: 3px;
    border-radius: 3px;
    width: 15%;
    background: #d6d5d5;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.title-modale-b {
    font-size: 16px;
    font-weight: 600;
    color: rgb(40, 41, 44);
    text-align: center;
    margin-bottom: 25px;
}
.help-size-b {
    width: 73%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    border-radius: 15px;
    background: #000;
    color: #c06;
    line-height: 2;
    padding: 10px;
}
.help-size-b {
    width: 73%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    border-radius: 15px;
    background: #f6f6f6;
    color: #c06;
}
/* .wrapper-modale-b #add-to-cart-block{
    inset: 0;
} */

.complate {
}

.wrapper-modale-b.complate .title-modale-b {
    color: #c06;
    font-size: 16px;
    font-weight: 900;
}

.go-to-shoping {
    width: 49%;
    padding: 15px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid #5e5e5e;
    margin: 0 auto 10px;
    color: #0f0f0f;
    cursor: pointer;
}
#stock-notify {
    width: 93%;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 25px;
    color: #c06;
    border: 1px solid #c06;
}

#stock-notify{
    text-align: center;
    display: block !important;
    /* width: 100%; */
    border: 1px solid #c06;
    font-size: 16px;
}

