.first-part {
    display: flex;
    justify-content: space-between
}

.first-part .product-slider-container {
    width: 480px;
    margin-left: 24px
}

.first-part .product-slider-container .col-up {
    width: 100%;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.first-part .product-slider-container .col-up img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.first-part .product-slider-container .col-down {
    width: 100%;
    height: 66px;
    margin-top: 16px;
    display: flex;
    justify-content: flex-start
}

.first-part .product-slider-container .col-down .gallery-item-button {
    width: 66.6px;
    height: 66px;
    border: 1px solid #bec0c3;
    border-radius: 4px;
    margin-left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s
}

.first-part .product-slider-container .col-down .gallery-item-button img {
    max-width: 100%;
    max-height: 100%
}

.first-part .product-slider-container .col-down .gallery-item-button:hover {
    border: 2px solid #2E996D
}

.first-part .product-slider-container .col-down .gallery-item-button:last-child {
    margin-left: 0
}

.first-part .product-slider-container .col-down .gallery-item-button:nth-child(6) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.first-part .product-slider-container .col-down .gallery-item-button:nth-child(6):after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../images/product-details/dot.png)
}

.first-part .product-slider-container .col-down .gallery-item-button:nth-child(6) img {
    filter: blur(8px);
    -webkit-filter: blur(8px)
}

.first-part .product-description {
    width: calc(100% - 504px)
}

.first-part .product-description h1 {
    font-weight: 500;
    font-family: IRANYekanEn;
    font-size: 20px;
    line-height: 31px;
    text-align: right;
    color: #000;
    margin-bottom: 14px
}

.first-part .product-description .product-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e7e8e9
}

.first-part .product-description .product-rating>div:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 26px
}

.first-part .product-description .product-rating>div:first-child span:first-child {
    font-size: 14px;
    color: #bec0c3
}

.first-part .product-description .product-rating>div:first-child span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    color: #3b3e44;
    margin: 0 3px 0 4px
}

.first-part .product-description .product-rating .product-comment {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #0d7f3b
}

.first-part .product-description .product-description-responsive {
    display: none
}

.first-part .product-description .product-description-responsive .garanty {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 22px
}

.first-part .product-description .product-description-responsive .garanty span {
    margin-right: 6px;
    font-size: 12px;
    line-height: 22px
}

.first-part .product-description .product-description-responsive .stock {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.first-part .product-description .product-description-responsive .stock span {
    margin-right: 6px;
    font-size: 12px;
    line-height: 22px;
    color: #ff7748
}

.first-part .product-description .product-slider-responsive {
    display: none
}

.first-part .product-description .product-specs p {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.first-part .product-description .product-specs p span:first-child {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #3b3e44;
    padding-left: 8px
}

.first-part .product-description .product-specs p span:nth-child(2) {
    font-size: 17px;
    line-height: 32px;
    color: #3b3e44
}

.first-part .product-description .product-specs .select-color {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 6px 0 18px
}

.first-part .product-description .product-specs .select-color li {
    width: 32px;
    height: 32px;
    border: 2px solid #bec0c3;
    margin-left: 10px;
    border-radius: 50%;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.first-part .product-description .product-specs .select-color li div {
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.first-part .product-description .product-specs .select-color li.active {
    border-color: #2E996D
}

.first-part .product-description .product-specs .select-color li:hover {
    border-color: #666F7F
}

.first-part .product-description .product-specs .select-size {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px
}

.first-part .product-description .product-specs .select-size li {
    padding: 4px 12px;
    border: 2px solid #bec0c3;
    border-radius: 4px;
    transition: all 0.5s;
    margin: 0 4px;
    cursor: pointer
}

.first-part .product-description .product-specs .select-size li div {
    font-size: 14px;
    line-height: 24px;
    color: #3b3e44
}

.first-part .product-description .product-specs .select-size li.active {
    border-color: #165cd8
}

.first-part .product-description .product-specs .select-size li:hover {
    border-color: #666F7F
}

.first-part .product-description .product-specs .add-to-basket-response {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #e7e8e9;
    border-right: none;
    border-left: none;
    margin: 20px 0
}

.first-part .product-description .product-specs .add-to-basket-response .garanty {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

.first-part .product-description .product-specs .add-to-basket-response .garanty span {
    margin-right: 11px;
    font-size: 14px;
    line-height: 22px;
    color: #3b3e44
}

.first-part .product-description .product-specs .add-to-basket-response .stock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e8e9;
    margin-bottom: 16px;
    width: 100%
}

.first-part .product-description .product-specs .add-to-basket-response .stock span {
    margin-right: 11px;
    font-size: 14px;
    line-height: 22px;
    color: #ff7748
}

.first-part .product-description .product-specs .add-to-basket-response .price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
    width: 100%
}

.first-part .product-description .product-specs .add-to-basket-response .price span:first-child {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #3b3e44;
    margin-left: 4px
}

.first-part .product-description .product-specs .add-to-basket-response .price span:nth-child(2) {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #888a8f
}

.first-part .product-description .product-specs .add-to-basket-response .add {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.first-part .product-description .product-specs .add-to-basket-response .add a {
    margin-left: 20.5px
}

.first-part .product-description .product-specs .add-to-basket-response .add a:last-child {
    margin: 0 3px 0 0;
    background: #2766f2;
    border-radius: 4px;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #fff
}

.first-part .product-description .product-specs .add-to-basket-response .add a:last-child:hover {
    background-color: #0f439f
}

.first-part .product-description .prod-desc {
    margin-top: 30px
}

.first-part .product-description .prod-desc h2 {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #3b3e44;
    margin-bottom: 5px
}

.first-part .product-description .prod-desc p {
    font-size: 15px;
    line-height: 30px;
    color: #3b3e44
}

.first-part .product-description .prod-desc .add-to-basket-responsive {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    margin: 0 -17px;
    border: 1px solid #e7e8e9;
    border-radius: 4px;
    box-sizing: content-box
}

.first-part .product-description .prod-desc .add-to-basket-responsive .garanty {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

.first-part .product-description .prod-desc .add-to-basket-responsive .garanty span {
    margin-right: 11px;
    font-size: 14px;
    line-height: 22px;
    color: #3b3e44
}

.first-part .product-description .prod-desc .add-to-basket-responsive .stock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e8e9;
    margin-bottom: 16px;
    width: 100%
}

.first-part .product-description .prod-desc .add-to-basket-responsive .stock span {
    margin-right: 11px;
    font-size: 14px;
    line-height: 22px;
    color: #ff7748
}

.first-part .product-description .prod-desc .add-to-basket-responsive .price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.first-part .product-description .prod-desc .add-to-basket-responsive .price span:first-child {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #3b3e44;
    margin-left: 4px
}

.first-part .product-description .prod-desc .add-to-basket-responsive .price span:nth-child(2) {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #888a8f
}

.first-part .product-description .prod-spec {
    margin-top: 16px
}

.first-part .product-description .prod-spec .titr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.first-part .product-description .prod-spec .titr h2 {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #3b3e44;
    margin-bottom: 5px
}

.first-part .product-description .prod-spec .titr .see-all-specs {
    display: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 32px;
    color: #0d7f3b;
    cursor: pointer
}

.first-part .product-description .prod-spec ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px
}

.first-part .product-description .prod-spec ul li span:first-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3b3e44;
    padding-left: 4px
}

.first-part .product-description .prod-spec ul li span:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #3b3e44
}

.first-part .product-description .product-services {
    margin-top: 24px;
    padding-top: 19px;
    border-top: 1px solid #e7e8e9;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.first-part .product-description .product-services div {
    width: 25%
}

.first-part .product-description .product-services div img {
    margin: 0 auto
}

.first-part .product-description .product-services div span {
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    color: #3b3e44;
    margin-top: 5px;
    text-align: center;
    width: 100%
}








.popups-product-gallery {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 17, 25, 0.38);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
    opacity: 0;
    pointer-events: none
}

.popups-product-gallery.show {
    opacity: 1;
    pointer-events: auto
}

.popups-product-gallery.show .popup-body {
    background-color: #fff
}

.popups-product-gallery .popup-body {
    position: absolute;
    width: 80%;
    padding: 14px 32px;
    border-radius: 6px;
    background-color: #fff;
    height: auto;
    min-height: 100px;
    max-width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 90%;
    overflow: auto
}

.popups-product-gallery .popup-body .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e8e9;
    margin-bottom: 32px
}

.popups-product-gallery .popup-body .popup-header h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #3b3e44
}

.popups-product-gallery .popup-body .popup-header .popupgallery-close {
    margin-left: -20px
}

.popups-product-gallery .popup-body .popup-main-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.popups-product-gallery .popup-body .popup-main-body .right-col {
    width: 40%
}

.popups-product-gallery .popup-body .popup-main-body .right-col h6 {
    font-weight: 500;
    font-family: IRANYekanEn;
    font-size: 17px;
    line-height: 32px;
    color: #3b3e44;
    margin-bottom: 16px
}

.popups-product-gallery .popup-body .popup-main-body .right-col .gallery-thumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.popups-product-gallery .popup-body .popup-main-body .right-col .gallery-thumbs>button {
    border: 1px solid #bec0c3;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 16px 16px
}

.popups-product-gallery .popup-body .popup-main-body .right-col .gallery-thumbs>button.active {
    border: 2px solid #165cd8
}

.popups-product-gallery .popup-body .popup-main-body .right-col .gallery-thumbs>button img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px
}

.popups-product-gallery .popup-body .popup-main-body .left-col {
    width: 50%;
    height: 65vh;
    position: relative
}

.popups-product-gallery .popup-body .popup-main-body .left-col .zoom-img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: crosshair;
    overflow: hidden
}

.popups-product-gallery .popup-body .popup-main-body .left-col .zoom-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.popups-product-gallery .popup-body .popup-main-body .left-col .zoom-img.active img {
    max-width: unset;
    max-height: unset
}


.popups-responsive-product-gallery {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 17, 25, 0.38);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999999999;
    opacity: 0;
    pointer-events: none
}

.popups-responsive-product-gallery.show {
    opacity: 1;
    pointer-events: auto
}

.popups-responsive-product-gallery.show .popup-body {
    background-color: #fff
}

.popups-responsive-product-gallery .popup-body {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.popups-responsive-product-gallery .popup-body .popup-header {
    width: 100%;
    border-bottom: 1px solid #e7e8e9;
    padding: 12px 16px;
    margin-bottom: 16px
}

.popups-responsive-product-gallery .popup-body .popup-header h5 {
    font-size: 15px;
    line-height: 30px;
    color: #888a8f
}

.popups-responsive-product-gallery .popup-body .popupgallery-modal-close {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
    position: absolute;
    height: 48px;
    left: 0px;
    bottom: 0;
    background: #f5f6f7;
    box-shadow: 0px -1px 0px #e7e8e9
}

.popups-responsive-product-gallery .popup-body .popupgallery-modal-close span {
    font-weight: 500;
    font-size: 15px;
    margin-right: 4px;
    color: #6d6f74
}

.popups-responsive-product-gallery .popup-body .popupgallery-modal-close:hover {
    background-color: #d9dadc
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery {
    width: 376px;
    height: 376px;
    max-width: 100%;
    max-height: calc(100% - 274px);
    margin: 0 auto 30px;
    padding-bottom: 40px
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery .swiper-slide img {
    max-width: 95%;
    max-height: 95%
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery .swiper-product-gallery-pagination {
    padding: 2px 8px 0px;
    position: absolute;
    width: 55px;
    height: 28px;
    left: 16px;
    bottom: 0;
    background: #888a8f;
    border-radius: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery .swiper-product-gallery-pagination span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 0 3px
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery-thumbs {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 16px 20px
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery-thumbs .swiper-slide {
    width: 64px;
    height: 64px;
    border: 1px solid #bec0c3;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery-thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px
}

.popups-responsive-product-gallery .popup-body .product-responsive-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #165cd8
}