:root {
    --primary-color: #ededed;
    --secondry-color: #000;
    --login-btn: #3a455a;
    --hover: #dbdbdb;
}
html,
body {
    max-width: 100%;
}
/*main {*/
/*    padding-top: 4rem;*/
/*    padding-bottom: 4rem;*/
/*}*/
.product-main-image {
    border-radius: 1rem;
    object-fit: fill;
    aspect-ratio: 9/6;
}
.detailImg {
    max-width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    margin: 0 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 6px #00000088;
    aspect-ratio: 3/1.95;
}
/* html.dirRtl .detailImg {
    float: right !important;
} */
.pDetailoDis {
    text-align: justify;
    font-weight: lighter;
    font-size: 0.9rem;
    line-height: 1.7rem;
    margin: 0 !important;
    color: var(--secondry-color);
    overflow-wrap: break-word;
}

.text-wrap-sec {
    overflow-wrap: break-word;
}
.text-wrap-sec p {
    overflow-wrap: break-word;
}
.picZoomer-pic-wp {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100%;
}
.picZoomer-zoom-wp {
    right: 0 !important;
    left: 31rem !important;
    top: -1rem !important;
    border-radius: 1rem;
    box-shadow: 0 0 6px #00000088;
    background-color: rgba(255, 255, 255, 0.281);
    backdrop-filter: blur(2px);
}
html.dirRtl .picZoomer-zoom-wp {
    left: 0 !important;
    right: 31rem !important;
}
.pTitle {
    color: var(--secondry-color);
}
.storeTitle {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem !important;
    background-color: transparent;
    color: #ce8036;
    font-size: 0.9rem;
}
.price {
    color: var(--secondry-color);
    font-size: 1.6rem;
    font-weight: bold;
}
.toman {
    color: var(--secondry-color);
    font-weight: lighter;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
}
.price-takhfif {
    color: rgb(121, 121, 121);
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: line-through;
}
.badge-takhfif {
    background-color: rgb(255, 75, 75);
    border-radius: 5rem;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: white;
}
.takhfif {
    display: none;
}
.takhfif {
    display: block;
}
.mainPrice {
    position: relative;
    bottom: 0.5rem;
}
.addCartButton {
    width: 100% !important;
    background-color: var(--login-btn);
    color: white;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
.addCartButton:hover {
    background-color: var(--login-btn);
    color: white;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 1rem 0.5rem 1rem;
    box-shadow: 0 4px 6px #000000a2;
}
.addCartButton:active {
    background-color: var(--login-btn);
    color: white;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: 100%;
    box-shadow: 0 4px 6px #000000a2;
    filter: brightness(70%);
}

.addCartButton.Joziat {
    width: 100% !important;
    background-color: #c4653f;
    color: white;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: 80%;
}
.addCartButton.Joziat:hover {
    background-color: #c4653f;
}
.addCartButton.Joziat:active {
    background-color: #c4653f;
    filter: brightness(70%);
}

.addCartButton-joziat {
    width: 100% !important;
    background-color: #c4653f;
    color: white;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: start;
}
.addCartButton-joziat i {
    background-color: #c4653f;
}
.addCartButton-joziat:hover {
    background-color: #c4653f;
    filter: brightness(90%);
}
.addCartButton-joziat:active {
    background-color: #c4653f;
    filter: brightness(70%);
}

#nazaratTextarea {
    margin-top: 0.5rem;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    border: none;
    width: 100%;
    height: 200px;
}
#nazaratTextarea:active,
#nazaratTextarea:focus {
    box-shadow: 0 0 8px #00000088;
    outline: 0 none !important;
    border: none !important;
}
.card {
    margin: 1rem;
}
.pNazarat {
    color: var(--secondry-color);
}
.btnNazarat {
    background-color: #e06e37;
    color: white;
    border: none;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.5rem;
}
.articleButton {
    background-color: #502cfc;
    color: white;
    border: none;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.5rem;
}
.btnNazarat:hover {
    background-color: #e06e37;
    color: white;
    border: none;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.5rem;
    box-shadow: 0 2px 8px #00000088;
}
.btnNazarat:active {
    background-color: #6488cc;
    color: white;
    border: none;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.5rem;
    box-shadow: 0 2px 8px #00000088;
}
.commentUser {
    background-color: transparent;
    margin-bottom: 0.8rem;
}
.commentUserImage {
    width: 40px;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.commentDis {
    color: #777;
    background-color: transparent !important;
    font-size: 0.9rem;
    font-weight: lighter;
    margin-right: 0.5rem;
    text-align: justify;
}
a {
    background-color: transparent;
    color: transparent;
}
#mostSaleProductCarousel .card {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.pagination {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.pagination a {
    color: var(--secondry-color);
    float: left;
    padding: 0.5rem 1rem;
    text-decoration: none;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.pagination a.active {
    background-color: #6488cc;
    color: white;
    border-radius: 5px;
}
.pagination a:hover:not(.active) {
    background-color: var(--hover);
    border-radius: 5px;
}
.likeIcon {
    background-color: transparent;
}
.likeIcon.likeActive {
    background-color: transparent;
    color: #09b341e7;
}
.likeIcon.disActive {
    background-color: transparent;
    color: #ff0015e7;
}
.likenumber {
    background-color: transparent;
}
.profileUserImage {
    width: 40px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    background-color: #ccc;
}
.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    display: block !important;
    background-color: transparent !important;
}
@media only screen and (max-width: 575px) {
}
@media (max-width: 768px) {
    main {
        padding-top: 3rem;
    }
    .detailImg {
        display: block !important;
        float: none !important;
        width: auto;
    }
    html.dirRtl .detailImg {
        display: block !important;
        float: none !important;
    }
    .mahsol-desc {
        padding: 0 1rem;
    }
}
@media (max-width: 992px) {
    .shopImg {
        max-width: 50%;
        border-radius: 1rem;
    }
}
@media (max-width: 1200px) {
}
