.product_basket_div {
    margin-top: 3px;
}

.woo_title {
    height: 55px !important;
    overflow: hidden;
}

.woo_price {
    /*margin-bottom:8px !important;*/
    height: 30px !important;
}

.woo_price_kdv {
    font-size: 11px !important;
}

.woo_price_red {
    color: #dd2400 !important;
}
/*.woo_product_thumb img {
    height:186px !important;
}*/
.product_basket_div a {
    padding: 6px;
}

.value-button {
    display: inline-block;
    border: 1px solid white;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .value-button:hover {
        cursor: pointer;
    }

#decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
    background: red;
    color: white
}

#increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
    background: green;
    color: white
}



#input-wrap {
    margin: 0px;
    padding: 0px;
}

.value-number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.vertical-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*tüm boyutlarda fixed olması istendi.*/
.header_nav.header-fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.sec-heading-flex {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}



@media (max-width: 768px) {
    .woo_pr_title {
        font-size: 18px !important;
    }

    .woo_pr_offer_price h3 {
        font-size: 18px !important;
        color: #dd2400;
    }
    /*1rem = 16px*/
    .region_div {
    }

    .region_content {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .woo_pr_title {
        font-size: 22px !important;
    }

    .woo_pr_offer_price h3 {
        font-size: 22px !important;
        color: #dd2400;
    }

    .single_shop_cart { /*14.06.2021 Burak anasayfa logo sağındaki icon kaymalar için eklendi.*/
        align-items: inherit;
    }
    /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .woo_pr_title {
        font-size: 26px !important;
    }

    .woo_pr_offer_price h3 {
        font-size: 26px !important;
        color: #dd2400;
    }


    /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .woo_pr_title {
        font-size: 32px !important;
    }

    .woo_pr_offer_price h3 {
        font-size: 36px !important;
        color: #dd2400;
    }


    /*1rem = 16px*/
}





@media only screen and (min-width: 320px) {

    #logoArea { /*30.05.2021 Burak düşük çözünürlükte icon logo üstüne çıktığı için icon min width  düşürüldü.*/
        padding-left: 5px;
    }


    #categoryDiv {
        padding-right: 0px;
    }

    .cat-div {
        padding-right: 0px;
    }

    .logo {
        min-width: 120px !important; /*14.06.2021 Burak iphone 5 görünümü için değiştirildi.*/
    }
}

@media only screen and (min-width: 375px) {

    #logoArea { /*14.06.2021 Burak iphone 6 görünümü için eklendi.*/
        padding-left: 5px;
    }

    #categoryDiv {
        padding-right: 0px;
    }

    .cat-div {
        padding-right: 0px;
    }

    .logo {
        min-width: 170px !important;
    }
}


@media only screen and (max-device-width: 480px) {
    .product_basket_div > a { /*30.05.2021 Burak gelince haber ver alarm icon taştığı için font-size düşürüldü.*/
        font-size: 15px !important;
    }
}


html {
    scroll-behavior: smooth;
}

.img-buttom-text-panel {
    background: white;
    text-align: center;
    padding: 8px;
    font-size: 18px;
}

/*Duyuru için eklendi Burak.*/
.announcement {
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0 100%);
    padding-right: 90px !important;
}

.infoBlockShadow {
    box-shadow: 0 4px 4px 5px #888803;
}

/*.btn-give-info {
    font-size: 15px;
}*/
/*30.05.2021 product_basket_div ile aynı işlev sağlandı .*/

footer {
    z-index: 0;
    padding-top: 50px !important;
    border-top:1px solid #c3c3c3;
}

.before-footer {
    margin-bottom: 0px !important;
}

.mobileSearchBox {
    border: 1px solid #dd2400 !important;
    background-color: whitesmoke;
}

#leftMenu { /*30.05.2021 Burak mobil görünümde iconlar menünün üstüne çıktığı için eklendi.*/
    z-index: 15001;
}

#account_nav_menu {
    z-index: 1;
}

/*15.06.2021 Burak ekle çıkar icon genele taşındı.*/
#decrease {
    background-color: #E64A19 !important;
    border: none;
}

#increase {
    background-color: #8BC34A !important;
    border: none
}

#decrease .ml-2 {
    margin: 0px !important;
}

#increase .ml-2 {
    margin: 0px !important;
}

.value-number {
    border: none !important;
    margin: 0px !important;
    padding: 6px 0 !important;
}

.value-button {
    padding: 6px 0 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
}
