section#product_content
{
    padding:2rem 0
}
section#product_content .product-details
{
    padding:2rem;
    background:#f4f4f4
}
section#product_content .product-details h1
{
    line-height: 1.2;
    font-size: 17px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 0;
    padding-bottom: 0;
}
section#product_content .product-details .categoryMain
{
    color: #537ecf;
    font-size:13px
}

section#product_content .cz-product-gallery {
    display: -ms-flexbox;
    display: flex
}

section#product_content .cz-thumblist {
    margin-left: -.5rem
}

section#product_content .cz-thumblist-item {
    display: block;
    position: relative;
    width: 5rem;
    height: 5rem;
    margin: .625rem;
    transition: border-color 0.2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: .3125rem;
    text-decoration: none !important;
    overflow: hidden
}

section#product_content .cz-thumblist-item>img {
    display: block;
    width: 100%;
    transition: opacity .2s ease-in-out;
    opacity: .6
}

section#product_content .cz-thumblist-item .cz-thumblist-item-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: .25rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4b566b;
    font-size: .875rem;
    text-align: center
}

section#product_content .cz-thumblist-item .cz-thumblist-item-text>i {
    display: block;
    margin-bottom: .25rem;
    font-size: 1.5em
}

section#product_content .cz-thumblist-item:hover {
    border-color: #c9d5e0
}

section#product_content .cz-thumblist-item:hover>img {
    opacity: 1
}

section#product_content .cz-thumblist-item.active {
    border-color: var(--blue-color)
}

section#product_content .cz-thumblist-item.active>img {
    opacity: 1
}

section#product_content .cz-preview {
    position: relative;
    width: 100%;
    margin-top: .625rem
}

@media (min-width: 576px) {
    section#product_content .cz-preview {
        margin-left: .625rem
    }
}

section#product_content .cz-preview-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    z-index: 1
}

section#product_content .cz-preview-item>img {
    display: block;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

section#product_content .cz-preview-item.active {
    position: relative;
    opacity: 1;
    z-index: 10
}

section#product_content .cz-preview-item:hover {
    cursor: crosshair
}
section#product_content .cz-preview img
{
    min-height: 600px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    section#product_content .cz-product-gallery {
        display: block
    }
    section#product_content .cz-thumblist {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -1rem;
        margin-left: -1rem;
        padding-top: 1rem
    }
    section#product_content .cz-thumblist-item {
        margin: .3125rem
    }
}

section#product_content .drift-zoom-pane {
    z-index: 1030
}

section#product_content .product-details .review
{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
section#product_content .product-details #feature
{
    margin-bottom:1rem
}

section#product_content .product-details .productCommentText
{
    font-size: .7rem;
    color: #484848;
    font-weight: 600;
}
section#product_content .product-details .productCommentText a
{
    font-size: .8rem;
    color: var(--main-color);
}
section#product_content .product-details .productCommentText a:hover
{
    color: var(--green-color);
}

section#product_content .product-details #feature strong
{
    font-size:.8rem;
}
section#product_content .product-details #feature a
{
    font-size:.8rem;
}

section#product_content .product-details .short_description
{    
    margin: 1rem 0;
    font-size: 1rem;
    color: #484848;
}
section#product_content .product-details .extra-product {
    position: relative;
    border-radius: 3px;
}
section#product_content .product-details .extra-product .product_main {
    cursor: pointer;
    background-color: var(--blue-color);
    padding: 10px 20px;
    border-radius: 5px;
    align-items: center;
    box-shadow: none;
    color: #FFF;
}
section#product_content .product-details .price-content
{
    margin: 1rem 0;
}
section#product_content .product-details .price-content .priceCount
{
    display: flex;
    align-items: center
}
section#product_content .product-details .price-content .productPrice
{
    font-size:1.6rem;
    font-weight: 600;
    margin-right: 1rem;
    color: #484848;
}
section#product_content .product-details .price-content .oldproductPrice
{
    font-size:1.3rem;
    opacity: .7;
    text-decoration: line-through;
}
section#product_content .product-details .price-content .discountPrice
{
    font-size:1rem;
}
section#product_content .product-details .price-content .like-icon {
    position: relative;
    color: #fff;
    font-size: 19px;
    z-index: 101;
    top: 0;
    right: 0;
    cursor: normal;
    background-color: rgba(24, 24, 24, .4);
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    transition: all .4s;
    cursor: pointer;
}

section#product_content .product-details .price-content .like-icon:before,
section#product_content .product-details .price-content .like-icon:after {
     transition: opacity .3s, transform .4s cubic-bezier(0, -.41, .19, 2.5);
     font-family: 'Font Awesome 5 Pro';
     right: 13px;
     position: absolute;
     text-align: center;
     top: 9px;	
 }
section#product_content .product-details .price-content .like-icon:before {
    content: "\f004";
    font-family: 'Font Awesome 5 Pro';
    transform: scale(.95)
}

section#product_content .product-details .price-content .like-icon:after {
    content: "\f004";
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
    transform: scale(.5);
    font-weight: 800;
}

section#product_content .product-details .price-content .like-icon.liked:after {
    opacity: 1;
    transform: scale(.95)
}

section#product_content .product-details .price-content .like-icon:hover,
section#product_content .product-details .price-content .like-icon.liked {
    background-color: #f3103c
}


section#product_content .product-details .price-content .like-icon.liked:before {
    opacity: 0
}
section#product_content .product-details .price-content .saving span:nth-child(2) {
   animation-delay: .2s;
}

section#product_content .product-details .price-content .saving span:nth-child(3) {
   animation-delay: .4s;
}
section#product_content .product-details .jq-stars {
    display: inline-block;
}

section#product_content .product-details .jq-rating-label {
    font-size: 14px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

section#product_content .product-details .jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

section#product_content .product-details .jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}

section#product_content .product-details .jq-star-svg path {
    stroke-linejoin: round;
}

section#product_content .product-details .jq-shadow {
-webkit-filter: drop-shadow( -2px -2px 2px #888 );
filter: drop-shadow( -2px -2px 2px #888 );
}


section#product_content .product-user-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
section#product_content .product-user-social .product-social-container {
    display: flex;
}
section#product_content .product-user-social .product-social-container .product-social-title {
    color: #4e5456;
    font-size: 0.9rem;
    font-weight: 500;
    margin-right: 1.5rem;
}
section#product_content .product-user-social .product-social-container .product-social {
    display: flex;
    align-items: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
section#product_content .product-user-social .product-social-container .product-social>div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-right: 0.6rem;
}
section#product_content .product-user-social .product-social-container .product-social>div>a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
    font-size: 1.2rem;
    transition: all .2s ease-in-out;
}
section#product_content .product-user-social .product-social-container .product-social>div>a:hover.product-social-facebook {
    color: #507cbe;
}
section#product_content .product-user-social .product-social-container .product-social>div>a:hover.product-social-twitter {
    color: #63cdf1;
}
section#product_content .product-user-social .product-social-container .product-social>div>a:hover.product-social-pinterest {
    color: #f16261;
}
section#product_content .product-user-social #product-user-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
section#product_content .product-user-social #product-user-buttons>div {
    padding-right: 1.5rem;
}
section#product_content .product-user-social #product-user-buttons>div a {
    display: flex;
    flex-wrap: wrap;
    color: #b9b9b9;
    transition: all .2s ease-in-out;
}
section#product_content .product-user-social #product-user-buttons>div a i {
    font-size: 1.5rem;
}
section#product_content .product-user-social #product-user-buttons>div a:hover {
    color: #035aa3;
}
section#detail_description .ui-tabs-active a
{
    background-color: var(--blue-color) !important;
    color: #FFF !important;
}
section#product_content section#promotion
{
    margin-top: 4rem;
}
section#related-products .relatedProducts 
{
    padding:1rem
}
section#product_content .product-info #tabs h1, 
section#product_content .product-info #tabs h2, 
section#product_content .product-info #tabs h3, 
section#product_content .product-info #tabs h4, 
section#product_content .product-info #tabs h5
{
    font-size:1.2rem;
}


@media (max-width: 767.98px) {
    .product-details {
        width: 100%;
        padding-top: 0.25rem
    }
    section#product_content .product-details .review
    {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
    section#product_content .product-details .productCommentText
    {
        padding:0
    }
    
    section#product_content .product-details .addcart .sepet_ekle 
    {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5rem;
    }
    section#product_content section#promotion
    {
        margin-top: 0;
    }
    section#product_content section#promotion .promotion-row .row .col-lg-1
    {
        display: none;
    }
    section#product_content section#promotion .promotion-row .promotion-info
    {
        padding: 1rem 0 1rem 2rem
    }
    section#product_content section#promotion .promotion-row .promotion-info div
    {
        margin-bottom: 1rem;
    }
    section#product_content .product-info
    {
        padding: 0;
        border-radius: 0;
        border:0
    }
    section#product_content .product-info #tabs ul li
    {
        width: 100%;
    }
    section#product_content .product-info #tabs ul li a
    {
        border-radius: 0;
        margin-bottom: .5rem;
    }
    section#product_content .product-info #tabs .tab-content.shop_info_tab
    {
        margin-top: 1rem;
    }

    section#advice-products
    {
        display:none
    }
    .quantity-control
    {
        width: 85% !important;
    }
}


@media (max-width: 767.98px)
{
    section#product_content
    {
        padding:1rem 0
    }

}
@keyframes blink {
 0% {
     opacity: .2;
 }
 20% {
     opacity: 1;
 }
 100% {
     opacity: .2;
 }
}

/* Extra Product */
.product_main button {
    border: 0 !important;
    background: transparent !important;
    font-weight: 600;
    color: #FFF;
}
.product_main .fiyat-area {
    margin-left: auto;
    color: #FFF;
    font-weight: 400;
    margin-right: 5%;
}
.product_main.product_selected::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    border-color: #10c315 #10c315 transparent transparent;
    border-style: solid;
    border-width: 36px 0 0 36px;
    border-radius: 0 5px 0 86px;
}
.product_main.product_selected::after {
    content: url(../../../uploads/icon/check-icon.html);
    position: absolute;
    top: 2px;
    right: 13px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 1;
}
/* Promotion */
.promotion-content .promotion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.promotion-icon i {
    font-size: 1.8rem;
    color: #232369;
}
.promotion-content .promotion-info {
    height: 100%;
    padding: 1rem 0;
}
.promotion-row:nth-child(odd) {
    background: #eaeaea;
}
#detail_description
{
    margin: 2rem 0;
}

.detail-gallery .product-image-slider {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    overflow: hidden;
}
  
  .detail-gallery .product-image-slider img {
    opacity: 1;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}
    .detail-gallery .product-image-slider img:hover {
    cursor: pointer;
}
  
  .detail-gallery .product-image-slider.slider-nav-thumbnails {
    background: none;
    border-radius: 0;
  }
  
  .detail-gallery .product-image-slider button.slick-arrow {
    background: none;
    border: 0;
    padding: 0;
    font-size: 14px;
  }
  
  .detail-gallery .product-image-slider button.slick-arrow i {
    color: #adadad;
  }