﻿body {
    font-family: 'Montserrat-Regular';
    color: #373e44;
}
:root {
    --font-weight-regular: 400;
    --font-size-title-big: 20px;
    --default-font-family: 'Montserrat-Regular', Arial, sans-serif;
    --title-regular-big: var(--font-weight-regular) var(--font-size-title-big)/24px var(--default-font-family);
}
.product-detail-right {
    font-size: 14px;
}

.product-detail-product-info .table th, .product-detail-product-info .table td {
    border-top: none;
    padding: 5px 12px;
    color: #373e44;
    font-weight: normal;
}

.product-detail-product-info .table th {
    width: 25%;
    white-space: nowrap;
}

.product-detail-product-name {
    font: var(--title-regular-big);
}

.product-detail-size-select {
    font-weight: bold;
}

.product-detail-product-prices-container, .product-detail-size-table {
    color: #9aa5ad;
}

.product-detail-choose-color-container {
    margin-top: 32px;
}

.breadCrumbContent {
    font-family: 'montserrat-light'; font-weight: bold;
}


.product-details-mobile.row {
    font-family: 'montserrat-light'; font-weight: bold;
}

.breadCrumbContent li {
    font-family: 'Montserrat-UltraLight'; font-weight: bold;
    font-size: 13px
}

.breadCrumbContent a {
    font-family: 'Montserrat-UltraLight'; font-weight: bold;
}




.product-detail-price {
    color: #373e44;
    font-family: 'montserrat-light';
    font-size: 21px;
    font-weight: 600;
}
.voption.product-detail-choose-color-label {
    font-family: 'montserrat-light'; font-weight: bold;
}

.product-details-mobile.row {
    font-family: 'montserrat-light'; font-weight: bold;
}

.product-detail-size-table {
    margin-top: 10px;
    font-family: 'montserrat-light'; font-weight: bold;
}

.product-detail-size-label {
    font-family: 'montserrat-light'; font-weight: bold;
    margin-bottom: 14px !important;
    display: block;
}

.addtocartbutton {
    font-size: 16px;
    padding: 0 120px;
}

.js-Accordion-title {
    color: #373e44;
}

.table td span {
    font-weight: normal;
}

select {
    -webkit-appearance: none;
    background: url(../images/select-arrow.png) 95% center no-repeat;
    color: #373e44;
}

#fixed-addtocart {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.no-radius {
    border-radius: 0px !important;
}

.svg-icon-minus {
    display: none;
}

.opened-accordion .svg-icon-plus {
    display: none
}

.opened-accordion .svg-icon-minus {
    display: block
}

.product-detail-size-table svg {
    transform: scaleX(-1);
}

button:focus {
    outline: none;
}

.return-and-shipping {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.taksitMiktari {
    padding: 6px 0;
}

.product-detail-old-price {
    color: #a0aab2;
    font-size: 21px;
    font-weight: 500;
    text-decoration: line-through;
}

@media screen and (max-width:1199px) {
    .product-detail-size-select > select, .product-detail-quantity-select > select {
        border: 1px solid #000 !important;
        color: #373e44;
    }

    .product-detail-old-price-responsive {
        color: #a0aab2;
        font-weight: 500;
        text-decoration: line-through;
        float: left;
        font-size: 14px
    }

    .product-detail-price-responsive {
        float: right;
        font-size: 14px
    }

    .product-detail-product-name {
        
        font-family: 'Montserrat-Light';
    }

    .product-detail-old-price {
        color: #a0aab2;
        font-size: 18px;
        font-weight: 500;
        text-decoration: line-through;
    }

    .product-detail-price {
        color: #373e44;
        font-size: 18px;
        font-family: 'Montserrat-Light';
        font-weight: 600;
    }

    .discount-percentage {
        color: #e90220;
        font-size: 18px;
        font-family: 'Montserrat-Light';
        font-weight: 600;
        margin-right: 1rem;
    }


    .zoomImage {
        display: none;
    }

    .svg-icon-minus, .svg-icon-plus {
        display: none !important;
    }

    .svg-icon-down-arrow {
        transform: rotate(270deg);
    }

    .opened-accordion .svg-icon-down-arrow {
        transform: rotate(90deg);
    }

    .product-detail-product-info .table th {
        width: 40%;
        white-space: nowrap;
    }
    .product-slider-navbar img {
        display: none;
    }

    .product-slider-navbar .tns-nav-active {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .product-slider-navbar .nav-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .product-slider-navbar {
        text-align: center;
    }

    .slider-row{
        margin-top: -30px;
    }

    .product-slider-navbar .tns-nav-active {
        background: #d1d1d1;
    }

    .product-slider-navbar .border {
        border-color: #1CFC91 !important;
    }
}

@media screen and (min-width: 767px) {
    .svg-icon-down-arrow {
        display: none !important;
    }
}

.product-slider img {
    cursor: pointer;
}

.zoom-count {
    position: absolute;
    top: 10px;
    right: 24px;
    background: #d1d1d175;
    padding: 5px 15px;
    border-radius: 30%;
}