
/*GELINCE HABER VER*/
.StockAlarm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  width: 100%;
  min-height: 48px;
  background: #fff;
  border: 1.5px solid #d1d1d1;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s;
  font-family: inherit;
  box-shadow: none;
  padding: 6px 0;
}

.StockAlarm .caption.t {
  color: #e53935;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 2px;
  animation: colorBlink 1s steps(2, start) infinite;
}

.StockAlarm .caption.g {
  color: black;
  font-size: 0.98em;
  font-weight: 500;
}

@keyframes colorBlink {
  to {
    visibility: hidden;
  }
}

@keyframes colorBlink {
  from {
    color: #222;    /* siyah */
  }
  to {
    color: #e53935; /* kırmızı */
  }
}

.StockAlarm:hover {
  border-color: black;
}

/*GELINCE HABER VER*/

#customPaymentPopup p.main-caption {
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase
}

#customPaymentPopup>p.main-caption {
    display: none
}

#customPaymentPopup p.main-caption.free {
    position: absolute;
    top: -44px;
    left: 0
}

#customPaymentPopup>p {
    padding-bottom: 16px
}

#customPaymentPopup .payments {
    border-bottom: 1px solid #70707024;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 8px
}

#customPaymentPopup .bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

#customPaymentPopup .main-caption {
    font-size: 20px;
    color: #141414;
    font-weight: 500
}

#customPaymentPopup .bottom .main-caption.free {
    font-size: 11px;
    position: initial;
    margin-top: 10px;
    margin-bottom: 5px
}

#customPaymentPopup .bottom .tables {
    flex: auto;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 7px;
    margin-top: 11px
}

#customPaymentPopup .bottom .tables .table-item {
    flex: auto;
    display: flex;
    flex-direction: column;
    transition: .35s ease-out;
    transform: translateY(-15px);
    overflow: hidden;
    opacity: 0;
    height: 0
}

#customPaymentPopup .bottom .tables .table-item.activeTable {
    transform: translateY(0);
    height: auto;
    opacity: 1;
    overflow: visible
}

#customPaymentPopup .bottom .tables .table-item .head,.module-900039101 .detail-content .detail-action-section .action-content .body_dropdown .dropdown-content,.module-900039101 .detail-content .detail-action-section .action-content .payment-detail .payments .tab-content .payment-features {
    display: flex
}


#customPaymentPopup .bottom .tables .table-item .head .head-text {
    flex: 1;
    text-align: center;
    display: block;
    padding: 5px 0;
    font-size: 12px;
    color: #000;
    font-weight: 500
}

#customPaymentPopup .bottom .tables .table-item .head .head-text:first-child {
    text-align: left
}

#customPaymentPopup .bottom .tables .table-item .head .head-text:last-child {
    text-align: right
}

#customPaymentPopup .bottom .tables .table-item .body .body-row:first-child {
    border-top: 1px solid #ececec
}

#customPaymentPopup .bottom .tables .table-item .body .body-row {
    display: flex;
    border-bottom: 1px solid #ececec
}

#customPaymentPopup .bottom .tables .table-item .body .body-row .body-text {
    flex: 1;
    display: block;
    text-align: center;
    color: #222;
    font-size: 11px;
    font-weight: 300;
    padding: 5px 0
}

#customPaymentPopup .bottom .tables .table-item .body .body-row .body-text:nth-child(1) {
    text-align: left
}

#customPaymentPopup .payments .payment-item {
    border-radius: 4px;
    background-color: #f3faed;
    border: 1px solid #a5c689;
    padding: 7px 12px;
    width: 33.33%
}

#customPaymentPopup .payments .payment-item .pay-head {
    padding: 0;
    color: #141414d6;
    font-weight: 300;
    font-size: 12px;
    height: 32px
}

#customPaymentPopup .payments .payment-item .item-value {
    padding-top: 0;
    color: #141414d6;
    font-size: 14px;
    font-weight: 700;
    font-family: sans-serif
}

#customPaymentPopup .bank-list {
    margin-right: 9px;
    flex: 1;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    height: initial;
    overflow-y: hidden
}

#customPaymentPopup .bank-list::-webkit-scrollbar {
    width: 8px!important;
    height: 6px!important;
    border-radius: 20px;
    overflow: hidden
}

#customPaymentPopup .bank-list::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px
}

#customPaymentPopup .bank-list::-webkit-scrollbar-track {
    background: rgb(236 236 236);
    border-radius: 20px
}

#customPaymentPopup .bank-list .bank-item:first-child {
}

#customPaymentPopup .bank-list .bank-item {
    border: 1px solid #ededed;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 10px 6px 0;
    cursor: pointer;
    min-height: 50px;
    max-height: 50px;
    min-width: 90px;
    max-width: 90px
}

#customPaymentPopup .bank-list .bank-item.activeItem {
    box-shadow: inset 0 3px 6px #69696929;
    border-color: #d5d5d5
}

#customPaymentPopup .bank-list .bank-item img {
    display: block;
    max-width: 75px
}

#customPaymentPopup .bottom .tables .table-item .body .body-row .body-text:last-child{text-align: end;}


.PageOverlay {transition: .3s;}
.PageOverlay.Show {position: fixed;left: 0;right: 0;top: 0;bottom: 0;background-color: #00000069;z-index: 999;}

.module-detail-other.notActive {display: none !important;}
.module-detail-other .OtherProducts {width: 100%;}
.module-detail-other .OtherProducts .head {font-size: 18px;margin-bottom: 20px;font-weight: 200;}

.module-001 .module-header-section .module-header-top .header {font-weight: 300;}
.module-001 .comment-area .filter .suggestion .suggestion-text,
.module-001 .comment-area .filter .filter-detail .detail-item .detail-item-text {font-weight: 200 ;font-size: 14px;}
.module-001 .module-header-section .module-header-bottom .bottom-header-left .rating-evaluation .rating-evaluation-property {font-weight: 200;}
.module-001 .module-header-section .module-header-bottom .bottom-header-middle .middle-text {font-weight: 100;font-size: 15px;}
.module-001 .module-header-section .module-header-bottom .bottom-header-right .button-section .right-button-text {font-weight: 300;}

.module-detail-other .OtherProducts .other-body .otherCarousel .carousel-cell>.productItem>.Link .productInfo>.pName {font-weight: 100;font-size: 15px;}
.module-detail-other .OtherProducts .other-body .otherCarousel .carousel-cell>.productItem>.Link .productInfo>.PriceBox>.Price,
.module-detail-other .OtherProducts .other-body .otherCarousel .carousel-cell>.productItem>.Link .productInfo>.PriceBox>.OldPrice {font-weight: 100;font-size: 15px;}
.module-detail-other .OtherProducts .other-body .otherCarousel .carousel-cell>.productItem>.Link .productInfo>.flashCampaingBox>.flashCampaingName {background-color: #FFE19D;color: #2E2E2E;font-size: 16px;font-weight: 200;padding: 6px;display: inline-block;}
.module-detail-other .OtherProducts .other-body .otherCarousel .carousel-cell>.productItem>.Link .productInfo>.flashCampaingBox>.flashCampaingPrice {background-color: #FFE19D;color: #2E2E2E;font-size: 16px;font-weight: 200;padding: 6px;margin: 0;display: inline-block;}
.module-detail-other .OtherProducts .other-body .otherCarousel .carousel-cell>.productItem>.Link .productInfo {padding-bottom: 0;}
  
.module-detail-other .OtherProducts .other-body .otherCarousel .carousel-cell>.productItem>.Link .productInfo>.PriceBox .flashCampaingPrice {font-weight: 500;color: #000;margin-left: 8px;}


section.product-detail {}

  

section.product-detail .detail-mobile-head {display: none;justify-content: space-between;align-items: center;position: fixed;top: 0;left: 0;right: 0;z-index: 99;padding: 10px;}
section.product-detail .detail-mobile-head .column {}
section.product-detail .detail-mobile-head .column .item-group {display: flex;align-items: center;}
section.product-detail .detail-mobile-head .column .item-group .item a {font-size: 22px;color: #272727;padding: 8px 10px;position: relative;}
section.product-detail .detail-mobile-head .column .item-group .item a.bag .bag-count {position: absolute;right: 3px;top: 6px;width: 17px;height: 17px;line-height: 17px;background-color: #000;color: #fff;font-size: 11px;font-family: arial;border-radius: 50%;text-align: center;font-weight: 100;}


  
section.product-detail .product-detail-content {max-width: 1920px;margin: 0 auto;padding: 100px 50px 0;display: flex;margin-bottom: 40px;}
section.product-detail .product-detail-content .product-content-left {flex: 1;min-width: 0;}
section.product-detail .product-detail-content .product-content-left .gallery-content {display: flex;position: relative;}


.mobile-video-control {position: absolute;bottom: 15px;right: 15px;z-index: 15;display:none}
.mobile-video-control .video-button {display: none;width: 35px;height: 35px;border-radius: 50%;background-color: #1b1b1b;line-height: 37px;color: #fff;font-size: 14px;}
.mobile-video-control .video-button.show {display: block;}

  
  

section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb {flex: none;width: 60px;margin-right: 15px;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb {overflow:hidden;position:relative}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb .swiper-slide {height: auto !important;border: 1px solid transparent;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb .swiper-slide.swiper-slide-thumb-active {border-color: #000}

section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb .item {}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb .item .item-link {position: relative;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb .item .item-link .video-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb .item .item-link .video-item .video-button {display: none;width: 26px;height: 26px;border-radius: 50%;background-color: #1b1b1b;line-height: 28px;color: #fff;font-size: 12px;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb .item .item-link .video-item .video-button.show {display: block;}

section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs {flex: 1;min-width: 0;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig {overflow:hidden;position:relative}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-slide img {width: 100%;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-button-next {padding: 30px;color: #fff;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-button-next::after {content: "\f054";font-family: "Font Awesome 6 Pro"; font-weight: 300;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-button-prev {padding: 30px;color: #fff;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-button-prev::after {content: "\f053";font-family: "Font Awesome 6 Pro"; font-weight: 300;}


section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .item .item-link [cd="ProductVideo"] {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;opacity: 0;visibility:hidden;background-color: #fff;}
section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .item .item-link [cd="ProductVideo"].Show {opacity:1;visibility:visible}


@media only screen and (min-width: 991px){
    section.product-detail .product-detail-content .product-content-left {position: relative;}
    section.product-detail .product-detail-content .product-content-left .gallery-content {}
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb {overflow-y: auto;height:auto!important}
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs {margin-bottom: 10px;}
    section.product-detail .product-detail-content .product-content-right .product-phone-sale {margin-bottom: 10px;}
}


  
section.product-detail .product-detail-content .product-content-right {flex: 1;margin-left: 50px;position: relative;padding-top: 50px;}
       

section.product-detail .product-detail-content .product-content-right .product-nextprev {position: absolute;left: 0;top: 0;}
section.product-detail .product-detail-content .product-content-right .product-nextprev .right-side {display: none;align-items: center;}
section.product-detail .product-detail-content .product-content-right .product-nextprev .right-side > p {color: #BABABA;font-size: 13px;font-weight: 100;cursor: pointer;padding: 5px 0;}
section.product-detail .product-detail-content .product-content-right .product-nextprev .right-side > span {display: inline-block;margin: 0 5px;color: #BABABA;font-size: 13px;font-weight: 100;}


section.product-detail .product-detail-content .product-content-right .single-imagezoom {text-align: center;margin-bottom: 90px;}
section.product-detail .product-detail-content .product-content-right .single-imagezoom .img-box {display: inline-block;overflow: hidden;width: 250px;}
section.product-detail .product-detail-content .product-content-right .single-imagezoom .img-box img {transition:.3s;}
section.product-detail .product-detail-content .product-content-right .single-imagezoom .img-box:hover img {transform: scale(1.5);}

section.product-detail .product-detail-content .product-content-right .product-head {margin-bottom: 20px;display: flex;justify-content: space-between;}
section.product-detail .product-detail-content .product-content-right .product-head .head-left {}
section.product-detail .product-detail-content .product-content-right .product-head .head-left .product-name {color: #141414;font-weight: 200;font-size: 18px;margin-bottom: 7px;}
section.product-detail .product-detail-content .product-content-right .product-head .head-left .product-code {color: #909090;font-size: 13px;font-weight: 100;}
section.product-detail .product-detail-content .product-content-right .product-head .head-left .product-code > span {}

section.product-detail .product-detail-content .product-content-right .product-head .head-right {}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action {}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite {color: #000000;font-size: 14px;font-weight: 200;display: flex;align-items: center;}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite > i {font-size: 17px;}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite > span {text-decoration: underline;margin-left: 5px;}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite.activeFav > i::before {content:"\f004";font-weight: 900;}

section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box {padding: 9px;font-size: 19px;margin: 0 3px;position: relative;cursor: pointer;}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content {visibility: hidden;height: 0;opacity: 0;padding: 0;width: 0;position: absolute;right: 280px}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .link-area {margin-top: 16px}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .link-area .link {border: 1px solid #b2b2b2;height: 32px;width: 100%;position: relative;cursor: pointer;border-radius: 4px}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .link-area .link::after {content:"\f24d";font-family: "Font Awesome 6 Pro";font-weight: 300;position: absolute;right: 9px;top: 6px;font-size: 16px;}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .link-area .link .link-text {color: #3c3c3cbf;font-size: 13px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 100%;line-height: 29px;padding-left: 6px;padding-right: 36px;font-weight: 300;pointer-events: none}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .link-area .link.Added .link-text::before {content:attr(copy-text);position: absolute;background-color: #000;color: #fff;z-index: 2;padding: 0px 10px;height: 20px;line-height: 20px;border-radius: 3px;left: 5px;top: 5px;right: 38px;text-align: center;}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .link-area .link-head {font-size: 13px;color: #3c3c3c;font-weight: 300;margin-bottom: 14px;}

section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box.share-desktop {color: #393939;position: absolute;top: 0;right: 0;}
section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box.share-mobil {display: none;}


section.product-detail .product-detail-content .product-content-right .product-prices-box {margin-bottom: 12px;}
section.product-detail .product-detail-content .product-content-right .product-prices-box {}
section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .flashCampaingPrice{background-color:#FFE19D;font-size:16px;padding:6px;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .productPrice.disablePrice{margin:12px 0;text-decoration:line-through;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .mobile-addcart {display: none;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .mobile-addcart .addBasket {background-color: #393939;color: #fff;width: 100%;border-radius: 3px;padding: 14px;text-transform: uppercase;font-weight: 100;text-align: center;cursor: pointer;font-size: 16px;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .mobile-addcart .addBasket p {display: block;text-align: center;width: 100%;}
 
section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box [cd="productItemCampaingText"] {color: #E06C09;font-weight: 100;text-transform: uppercase;margin-bottom: 8px;}

section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group {display: flex;align-items: center;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .oldPrice {color: #2E2E2E;text-decoration: line-through;font-size: 16px;font-weight: 200;margin-right: 12px;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .productPrice {color: #2E2E2E;font-size: 16px;font-weight: 200;padding: 6px;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .discountRate {color: #2E2E2E;font-size: 16px;font-weight: 200;padding: 6px;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .discountPrice {}

section.product-detail .product-detail-content .product-content-right .estimated-cargo-box {margin-bottom: 12px;}
section.product-detail .product-detail-content .product-content-right .estimated-cargo-box .cargo-text {color: #8d8d8d;font-size: 13px;font-weight: 100;}
section.product-detail .product-detail-content .product-content-right .estimated-cargo-box .cargo-text::before {content: "\f058";font-family: "Font Awesome 6 Pro";font-weight: 900;color: #3dca8d;margin-right: 5px;}
section.product-detail .product-detail-content .product-content-right .estimated-cargo-box .cargo-text .cargo-date {color: #00CA8D;}
    

section.product-detail .product-detail-content .product-content-right .product-color-body-box {margin-top: 25px;display: flex;justify-content: space-between;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left {flex: 1;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box {} 
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content {}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content {}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .colors-title {color: #000000;font-size: 15px;font-weight: 100;margin-bottom: 15px;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .colors-title > .color-active-name {}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items {}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item {display: inline-block;margin-right: 15px;cursor: pointer;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group {}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group [cd="colorSelect"] {position: absolute;opacity: 0;visibility: hidden;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label {}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn {padding: 5px 0;cursor: pointer;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn .item-content {}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn .item-content .colorDivider {text-align: center;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn .item-content .colorDivider .select-color {display: inline-block;width: 41px;position:relative;border: 1px solid #ffffff;}

section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn .item-content .colorDivider .select-color::after {content:"";position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;border: 2px solid #fff;}

section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn .item-content .text-content {font-size: 14px;font-weight: 100;letter-spacing: .2px;color: #848484;margin-top: 2px;display:none;} 
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group [cd="colorSelect"]:checked +.radio-label .select-color-btn .item-content .text-content {color:#000}
   

section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right {flex: none;width: 360px;margin-left: 25px;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box {display: flex;flex-direction: column;margin-bottom: 15px;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn {cursor: pointer;order: 2;padding: 15px 31px 15px 15px;border: 1px solid #9B9B9B;border-radius: 3px;display: flex;justify-content: space-between;align-items: center;position: relative;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn::after {content:"\f078";font-family: "Font Awesome 6 Pro";font-weight: 300;position: absolute;right: 13px;top: 50%;transform: translateY(-50%);font-size: 11px;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn > .T {color: #000000;font-size: 14px;text-transform: uppercase;font-weight: 200;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn > .allSize {font-size: 13px;font-weight: 100;color: #777777;}

section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-table-box {order: 1;display: inline-flex;justify-content: end;margin-bottom: 5px;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-table-box .body-size-btn {padding: 5px 0;cursor: pointer;display: none;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-table-box .body-size-btn > span {color: #2E2E2E;font-size: 14px;text-decoration: underline;font-weight: 100;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-table-box .body-size-btn::after {content: "\f0c4";font-family: "Font Awesome 6 Pro";font-weight: 300;font-size: 12px;margin-left: 5px;}

section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .addBasket {background-color: #393939;color: #fff;width: 100%;border-radius: 3px;padding: 14px;text-transform: uppercase;font-weight: 100;text-align: center;cursor: pointer;font-size: 16px;}
section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .addBasket p {display: block;text-align: center;width: 100%;}



section.product-detail .product-detail-content .product-content-right .product-detail-accordion {padding: 30px 0 0;}
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item {}
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item .accordion-title {color: #000000;font-size: 16px;font-weight: 200;padding: 10px 0;cursor: pointer;}
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item .accordion-title::after {content:"+";margin-left: 11px;position: relative;top: -1px;}
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item.Show .accordion-title::after {content:"-";}


section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body {padding: 12px 0;display: none;}
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body#customPaymentPopup {padding: 12px 6px;display: none;border:1px solid}
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body p {color: #2E2E2E;font-size: 14px;font-weight: 100;margin-bottom: 8px;}
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body h1,
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body h2,
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body h3,
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body h4,
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body h5,
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body h6,
section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body strong {font-weight: 300;}


section.product-detail .product-detail-content .product-content-right .gotoComments {color: #000000;font-size: 16px;font-weight: 200;padding: 10px 0;cursor: pointer;}

  
section.product-detail .product-detail-content .product-content-right .product-phone-sale {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    grid-gap: 15px;
}
section.product-detail .product-detail-content .product-content-right .product-phone-sale .item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2B2C2C;
    font-size: 14px;
    font-weight: 200;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding: 10px 20px;
    transition: .2s;
}
section.product-detail .product-detail-content .product-content-right .product-phone-sale .item > .Icon {
    font-size: 22px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 991px){
    section.product-detail .product-detail-content .product-content-right .product-phone-sale .item:hover {background-color: #eee;}
}

@media only screen and (max-width: 991px){
    .Popup.B2 .Modal.w30{display: flex;flex-direction: column;justify-content: flex-end;margin: 0;min-width: 100%;height: 445px !important;position: absolute;bottom: 0;}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell .productInfo{display:none!important}
    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .flashCampaingPrice{background-color:#fff!important}
    section.product-detail .product-detail-content .product-content-right .product-phone-sale {padding: 0 15px;}
    section.product-detail .product-detail-content .product-content-right .product-phone-sale .item {flex: 1;}
    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .flashCampaingPrice{padding-left:0}
    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .productPrice.disablePrice{margin:0}
    section.product-detail .product-detail-content .product-content-right .product-prices-box .mobile-addcart .addBasket p{
        font-size: 12px;
    }
    
}
            
   
section.product-detail .BodySelectContainerModal {position: fixed;right: 0;bottom: 0;width: 50%;padding: 150px 70px 40px;background-color: #fff;z-index: 99999;opacity: 0;visibility: hidden;transition: .3s;}
section.product-detail .BodySelectContainerModal.Show {opacity: 1;visibility: visible;}
section.product-detail .BodySelectContainerModal .bodySelectClose {position: absolute;right: 40px;top: 40px;padding: 10px;cursor: pointer;}
section.product-detail .BodySelectContainerModal .body-content {}
section.product-detail .BodySelectContainerModal .body-content .body-items {margin-bottom: 100px;}
section.product-detail .BodySelectContainerModal .body-content .body-items .body-title {color: #000000;font-weight: 500;margin-bottom: 25px;}
section.product-detail .BodySelectContainerModal .body-content .body-items .body-title .body-size-btn {display: none;position: relative;padding-left: 37px;padding: 6px 0 5px 37px;font-weight: 100;margin-top: 15px;color: #000}
section.product-detail .BodySelectContainerModal .body-content .body-items .body-title .body-size-btn::before {content: "\f0c4";font-family: "Font Awesome 6 Pro";font-weight: 300;font-size: 14px;position: absolute;left: 0;top: 0;background-color: #000;width: 30px;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 50%;margin: 0;}
section.product-detail .BodySelectContainerModal .body-content .body-items .body-title .body-size-btn::after {content: "\f105";font-family: "Font Awesome 6 Pro";font-weight: 300;margin-left: 11px;font-size: 13px;}
section.product-detail .BodySelectContainerModal .body-content .body-items .body-title .body-size-btn > span {text-decoration: none;font-size: 16px;}

section.product-detail .BodySelectContainerModal .body-content .body-items .body-title.bodyError {color: red;}

section.product-detail .BodySelectContainerModal .body-content .body-items .all_items {}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item {display: inline-block;margin-right: 12px;}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem {position: relative;}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem input[name="body-items"] {position: absolute;opacity: 0;visibility: hidden;}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label {width: 30px;height: 30px;line-height: 28px;display: block;text-align: center;border: 1px solid #B7B7B7;border-radius: 50%;cursor:pointer}

section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem input:checked + .radio-label {background-color:#393939;border-color:#393939}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem input:checked + .radio-label .label-size {color:#fff}

section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem input:disabled + .radio-label {background-color: #F5F5F5;border-color: #B7B7B7;}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem input:disabled + .radio-label .label-size {color:#B7B7B7}

section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label.noneStock .HaberVer {position: absolute;top: 2px;right: 2px;left: 2px;bottom: 2px;background-color: #eee;border-radius: 50%;font-size: 14px;opacity: 0;}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label.noneStock:hover .HaberVer {opacity:1}


section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label .label-size {color: #000;font-size: 12px;font-weight: 200;}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label .AzStok {position: absolute;font-size: 10px;top: calc(100% + 6px);line-height: initial;text-align: center;left: 0;right: 0;display:none;}
section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label.azStock .AzStok {display:block;}

section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label .AzStok > span {display: block;font-weight: 400;font-size: 12px;}

section.product-detail .BodySelectContainerModal .body-content .body-content-footer {display: flex;justify-content: space-between;align-items: center;}
section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item {flex: auto;}
section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item .model_infos {color: #6e6e6e;font-size: 12px;font-weight: 100;position: relative;padding: 6px 0px 6px 30px;}
section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item .model_infos::before {content:"\f05a";font-family: "Font Awesome 6 Pro";font-weight: 900;margin-right: 4px;color: #909090;font-size: 20px;position: absolute;left: 0;top: 1px;}
section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox {flex: none;width: 280px;margin-left: 15px;}
section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox .addBasket {background-color: #393939;color: #fff;width: 100%;border-radius: 3px;padding: 14px;text-transform: uppercase;font-weight: 100;text-align: center;cursor: pointer;font-size: 16px;position: relative;}
section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox .addBasket p {display: block;text-align: center;width: 100%;}

section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox .addBasket.LoadingBtn {pointer-events: none;background-color: #434343;}
section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox .addBasket.LoadingBtn::before {content: "";width: 12px;height: 12px;background: 0 0;border: 2px solid #fff;border-radius: 50%;-webkit-clip-path: inset(0 0 50% 0);clip-path: inset(0 0 50% 0);transform: translate(-50%,-50%) rotate(0);-webkit-animation: spin .6s linear infinite;animation: spin .6s linear infinite;position: absolute;left: calc(50% - 2px);margin-top: 2px;}
section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox .addBasket.LoadingBtn p {opacity:0;}
    




section.product-detail .detail-others {max-width: 1920px;margin: 0 auto;padding: 0 50px;}
section.product-detail .detail-others #Comment-box {margin-bottom: 30px;}
  
  


@media only screen and (min-width: 991px) {
    .mobile-video-control {display: none !important;}
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb .mySwiperThumb .item .item-link .video-item .video-button:hover {
    opacity: .7;
}

    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite.activeFav::after {content: attr(aria-label);text-decoration: underline;margin-left: 5px;text-transform: uppercase;}
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite.activeFav > span {display:none}
    


  

    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .productPrice {background-color: #FFE19D;}
section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .discountRate {background-color: #FFE19D;}


    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group [cd="colorSelect"]:checked + .radio-label .select-color-btn .item-content .colorDivider .select-color {border-color:black;} 



    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box:hover .box-content {visibility: visible;height: auto;opacity: 1;display: flex;padding: 18px 24px;flex-direction: column;width: 250px;top: 38px;z-index: 5;right: -10px;background: #fff;height: 150px;box-shadow: #00000029 0 3px 10px}
   
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .social-area {display: flex}
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .social-area a {color: #787878;width: 30px;height: 30px;line-height: 30px;border: 1px solid #eee;border-radius: 50%;padding: 0;text-align: center;font-size: 14px;margin-right: 7px;}
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box .box-content .social-area a:hover {color: #000;border-color:#000}


    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .addBasket {transition: .3s;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .addBasket:hover {background-color: #545454;}


    section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox .addBasket  {transition: .3s;}
    section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox .addBasket:hover {background-color: #545454;}

  
    section.product-detail .product-detail-content .product-content-right .product-nextprev .right-side > p:hover {transition: .3s;color: #000;text-decoration: underline;}

    section.product-detail .product-detail-content .product-content-right .gotoComments:hover,
    section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item .accordion-title:hover,
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite:hover {opacity: .7;}


    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn:hover .item-content .text-content {color: #000}


    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn:hover {border-color: #000}


    section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label:hover {background-color: #f4f4f4;}
}  




@media only screen and (max-width: 1199px){
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right {width: 240px;}
}

  

@media only screen and (max-width: 991px){
    section.product-detail {padding-bottom: 95px;}

    section.product-detail .detail-mobile-head {display: flex;}
    .ElementItemList.Header {display: none !important;}

    section.product-detail .product-detail-content {padding: 0;display: block;margin-bottom: 0;}

    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-thumb {display: none;}


    section.product-detail .product-detail-content .product-content-right {margin-left: 0;padding: 0;} 
    section.product-detail .product-detail-content .product-content-right .product-nextprev {display: none;}

   
    section.product-detail .product-detail-content .product-content-right .single-imagezoom {display: none;}


    
    section.product-detail .product-detail-content .product-content-left{height: calc(100vh - 160px);}

    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-button-next,
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-button-prev {display: none !important;}

    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig.swiper-container-vertical>.swiper-pagination-bullets {right: initial;left: 20px;}
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-pagination-bullet {background-color: #959595;}
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .swiper-pagination-bullet-active {background-color: #FFFFFF;}

    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig,
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .item,
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .item .image-element,
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .item .image-element .item-link,
    section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs,
    section.product-detail .product-detail-content .product-content-left .gallery-content {width: 100%;height: 100%;}
    /*section.product-detail .product-detail-content .product-content-left .gallery-content .gallery-bigs .mySwiperBig .item .image-element .item-link img {max-width: initial;width: initial;height: 100%;margin: 0 auto;}*/




    section.product-detail .product-detail-content .product-content-right .product-head {padding: 15px 95px 15px 15px;display: block;margin-bottom: 0;}
    section.product-detail .product-detail-content .product-content-right .product-head .head-left .product-name {margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    
    section.product-detail .product-detail-content .product-content-right .product-head .head-right {position: absolute;right: 10px;top: 15px;}

    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite > span,
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box.share-desktop {display: none !important;}
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .share-box.share-mobil {display: block;font-size: 23px;}
  

    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action {display: flex;align-items: center;}
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite {padding: 9px;font-size: 19px;margin: 0 3px;position: relative;cursor: pointer;order: 2;margin: 0}
    section.product-detail .product-detail-content .product-content-right .product-head .head-right .product-action .add-favorite > i {font-weight: 300;font-size: 24px;}



    section.product-detail .detail-others {padding: 0;display: flex;flex-direction: column;}
    section.product-detail .detail-others #Comment-box {order: 5}
    .module-detail-other.viewProductContainer {margin-bottom: 0}


    section.product-detail .product-detail-content .product-content-right .estimated-cargo-box {padding: 0 15px;margin-bottom: 18px;}
    section.product-detail .product-detail-content .product-content-right .estimated-cargo-box .cargo-text {font-size: 14px;}


    section.product-detail .product-detail-content .product-content-right .product-color-body-box {display: block;margin: 15px 0 0;padding: 15px 15px 25px 15px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right {width: 100%;margin: 30px 0 0 0;}


    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .addBasket {display: none;}


    section.product-detail .product-detail-content .product-content-right .product-prices-box {position: fixed;bottom: 0;left: 0;right: 0;z-index: 9999;display: flex;background-color: #fff;margin: 0;padding: 10px;border-top: 1px solid #eee;}
    section.product-detail .product-detail-content .product-content-right .product-prices-box .mobile-addcart {display: block;flex: none;width: 170px;}
    section.product-detail .product-detail-content .product-content-right .product-prices-box .mobile-addcart .addBasket {background-color: #000;}
  
    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box {flex: auto;display: flex;flex-direction: column;justify-content: center;}
    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .oldPrice {order: 2;margin-right: 0;margin-left: 10px;color: #848484;font-weight: 100;font-size:12px}

    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .productPrice {background-color: transparent;padding: 0;font-weight: 500;font-size: 12px;}




    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content {display: flex;flex-direction: column;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .colors-title {order: 2;margin-bottom: 0;margin-top: 8px;text-transform: uppercase;font-size: 16px;letter-spacing: .3px;}

    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn {padding-bottom: 0;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn .item-content .text-content {display: none;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn .item-content .colorDivider .select-color {border: 0;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group .radio-label .select-color-btn .item-content .colorDivider .select-color::after {border: 2px solid transparent;left: 3px;top: 3px;bottom: 3px;right: 3px;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-left .product-color-box .color-box-content .colors-content .items > .item .Color-group [cd="colorSelect"]:checked + .radio-label .select-color-btn .item-content .colorDivider .select-color::after {border-color: #fff}

   
  
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box {flex-direction: inherit;align-items: center;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn {order: 1;flex: auto;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-table-box {order: 2;margin-bottom: 0;}

    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-table-box .body-size-btn {margin-left: 20px;position: relative;padding-left: 37px;padding-right: 5px;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-table-box .body-size-btn::after {position: absolute;left: 0;top: 0;background-color: #000;width: 25px;height: 25px;line-height: 25px;text-align: center;color: #fff;border-radius: 50%;margin: 0}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-table-box .body-size-btn > span {text-decoration: none;font-size: 16px;}

    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box {margin: 0}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn {align-items: center;justify-content: center;    padding: 14px;border-color: #d2d2d2;border-radius: 5px;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn > .allSize {display: none;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn > .T {text-transform: inherit;font-size: 16px;font-weight: 100;}
    section.product-detail .product-detail-content .product-content-right .product-color-body-box .column-right .body-size-box .body-title-btn::after {position: initial;transform: none;margin-left: 9px;font-size: 12px;}

  
    section.product-detail .product-detail-content .product-content-right .product-detail-accordion {padding: 0;}
    section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item {border-bottom: 1px solid #eee;padding: 0 15px;}
    section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item .accordion-title {font-size: 17px;position: relative;padding: 20px 0;}
    section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item .accordion-title::after {content: "\f105";font-family: "Font Awesome 6 Pro";font-weight: 300;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
    section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-item.Show .accordion-title::after {content: "\f107";}

    section.product-detail .product-detail-content .product-content-right .gotoComments {padding: 20px 15px;border-bottom: 1px solid #eee;}

    section.product-detail .product-detail-content .product-content-right .product-detail-accordion .accordion-body p {font-size: 16px;}



    section.product-detail .detail-others #Comment-box {margin-bottom: 0;}

  

    section.product-detail .BodySelectContainerModal {width: 100%;padding: 28px 0 20px;border-radius: 20px 20px 0 0;}
    section.product-detail .BodySelectContainerModal .body-content .body-items {margin-bottom: 20px;}
    section.product-detail .BodySelectContainerModal .bodySelectClose {right: 15px;top: 10px;padding: 16px;font-size: 18px;}


    section.product-detail .BodySelectContainerModal .body-content .body-items .all_items {padding: 20px 0 20px 20px;border-top: 1px solid #eee;white-space: nowrap; overflow-y: auto; overflow-x: hidden;} 
    section.product-detail .BodySelectContainerModal .body-content .body-items .all_items::-webkit-scrollbar {width: 0;height: 0;}
    section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item:first-child {display: none;}
    section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox {margin: 0;width: 100%;}

    section.product-detail .BodySelectContainerModal .body-content .body-items .body-title {padding: 0px 20px;}

    section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label {width: 45px;height: 45px;line-height: 44px;}
    section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label .label-size {font-size: 16px;font-weight: 100;}


    section.product-detail .BodySelectContainerModal .body-content .body-content-footer {padding: 0 20px;}
    section.product-detail .BodySelectContainerModal .body-content .body-content-footer .item.addBox .addBasket {text-transform: none;font-size: 18px;}





    section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label.noneStock .HaberVer {opacity: 1;background-color: transparent;}
    section.product-detail .BodySelectContainerModal .body-content .body-items .all_items .item .BodySizeItem .radio-label.noneStock .HaberVer > i {position: absolute;right: -8px;top: -10px;width: 26px;height: 26px;line-height: 25px;background-color: #f5f5f5;border-radius: 50%;font-size: 13px;border: 1px solid #cbcbcb;}



    section.product-detail .BodySelectContainerModal .body-content .body-items .body-title .body-size-btn {display: block;}

    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box .price-box-group .discountRate {order: 3;    color: red;padding: 0 5px;font-size: 12px;}

    section.product-detail .product-detail-content .product-content-right .product-prices-box .price-box [cd="productItemCampaingText"] {color: #F7443F;text-transform: capitalize;margin-bottom: 4px;margin-top: 2px;font-size: 14px;}




}



