﻿:root {
    --bg-color: #F5F5F5;
    --bg-color1: #9A7B5640;
    --bg-color2: rgba(255,255,255,.5);
    --bg-color3: rgba(255,255,255, 1);
    --bg-color4: #D64545;
    --bg-color5: #283061;
    --bg-color6: rgba( 40, 48, 97,.2);
    --bg-color7: #8B5E3C;
    --bg-color8: #D9D9D9;
    --bg-color9: rgba(154,123, 86, 1);
    --bg-color10: rgba(255, 0, 0,.9);
    --bg-color11: rgba(255,255,255,.75);
    --bg-color12: #666666;
    --bg-color13: rgba(255, 252, 238, 1);
    --bg-color14: #1E1E1E;
    --bg-color15: #0946A7;
    --bg-color16: rgba(240,240,240,0.1);
    --bg-color17: rgba(245, 235, 224, 0.50);
    --bg-color18: #e6eaf5;
    --bg-color19: #999999d1;
    --bg-color20: #fcf8f2;
    --bg-color21: #0137f3;
    --bg-color22: rgba(1, 55, 243,1);
    --bg-color23: #ffc8c8;
    --bg-color24: #eae9e9;
    --bg-transparent: transparent;
    --border-color: #D9D9D9;
    --border-color1: rgba(243, 239, 217, 1);
    --border-color2: #e6e6e6;
    --border-color3: rgba(0,0,0,0.1);
    --border-color4: #eee;
    --border-color5: #e1e1e1;
    --border-color6: #0137f3;
    --border-color7: rgba(7, 49, 195, 1);
    --border-color8: #ffc8c8;
    --border-color9: #ecf5f8;
    --border-color10: #c6c6cb;
    --border-transparent: transparent;
    --accent-color: #8B5E3C;
    --warning-color: #D64545;
    --light-color: #FFFFFF;
    --hover-color1: #8B5E3C;
    --text-color: #1E1E1E;
    --color-blue: #0946A7;
    --color-tranparent: transparent;
    --color_666666: #666666;
    --color_c13d27: #c13d27;
    --color_4e4e4e: #4e4e4e;
    --color_c00000: #c00000;
    --color_D9D9D9: #D9D9D9;
    --color-F5F5F5: #F5F5F5;
    --color-1d1e32: #1d1e32;
    --bg-01: #C19A6B;
    --bg-02: #FFFFFF;
    --bg-03: #F1F1F2;
    --bg-04: #9A7B56;
    --bg-05: #f0f0f01a;
    --tx-01: #FFFFFF;
    --tx-02: #000000;
    --tx-03: #C19A6B;
    --tx-04: #F1F1F2;
    --tx-h-01: #C19A6B;
    --tx-h-02: #000000;
    --tx-h-03: #F1F1F2;
    --sh-01: #1E1E1E;
    --br-01: #C19A6B;
    --br-02: #000000;
    --br-03: #F1F1F2;
    --br-04: #FFFFFF;
    --br-05: #9A7B56;
    --trans: transparent;
}





/* MUDAIR - 2022 V.1.0 */
/* 1-0 - MAINPAGE START*/
.pnlTaksit {
    width: calc((100% / 5) - 27px);
    height: auto;
    font-size: 13px;
    float: left;
    margin: 2.5px;
    padding: 10px;
    /*border: 1px solid var(--border-color);*/
    border-radius: 5px;
    /*background-color: var(--bg-color2);*/
}

.pnlTaksitTekCekim {
    width: calc((100% / 5) - 27px);
}
    .pnlTaksit .TaksitSayisi {
        width: 100%;
        height: auto;
        float: left;
        overflow: hidden;
        text-align: center;
    }
        .pnlTaksit .TaksitSayisi span.spTaksitSayisi01,
        .pnlTaksit .TaksitSayisi span.spTaksitSayisi02 {
            width: calc(100% - 20px);
            font-weight: 700;
            display: block;
        }
        .pnlTaksit .TaksitSayisi span.spTaksitSayisi02 {
            font-weight: 500;
        }

        .pnlTaksit .TaksitSayisi span.spTaksitSayisi03 {
            width: calc(100% - 20px);
           /* border-bottom: 1px solid var(--border-color)*/
        }

.pB_ProdCount .bankcardname {
    float: right;
    text-align: center;
    font-size: .75rem;
    margin-right: 35px;
    margin-top: 10px;
    font-weight: 500;
}

.panelETicaret, .TotalUcretMob, .GenelToplamMob {
    display: none;
}

.alert-container {
    width: auto;
    height: auto;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}
    .alert-container .alert-center-div {
        width: auto;
        height: auto;
        padding: 10px;
        position: fixed;
        top: 30px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        z-index: 1000000000000000000;
        font-size: .9rem;
        text-align: center;
        cursor: pointer;
 /*       color: var(--light-color);
        background-color: var(--warning-color);
        border: 1px solid var(--bg-color2);*/
    }




/*STANDARTS*/
::-webkit-scrollbar {
/*    width: 5px;
    background-color: var(--border-color);
    border-left: 1px solid var(--border-color);*/
}

::-webkit-scrollbar-thumb {
   /* background-color: var(--accent-color);*/
}

    ::-webkit-scrollbar-thumb:hover {
 /*       background-color: var(--accent-color);*/
    }

.bg_222222 {
  /*  background-color: var(--border-color);*/
}

.bg_ffffff {
    /*background-color: var(--light-color);*/
}

html, body, input {
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
}

body {
    padding: 0;
    margin: 0;
    background: url('./../images/bg01.png');
    background-size: cover;
}

a {
    text-decoration: none;
}

    a:hover, .main-search .btn-main-search:hover {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.navbarOffsetMargin {
    padding-top: 45px;
}

#tim-body {
    width:100%;
    position:relative;
    height:100%;
    min-height: 587px;
    overflow:hidden;
}
/*STANDARTS*/

/* HEADER */



.popupBasketSpan {
    font-weight: bold;
    font-size: 12px !important;
}

a.popupBasketSpan span {
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
    margin-right: 2px;
}



.popupBasket {
    position: absolute;
    will-change: transform;
    display: block;
    z-index: 10000;
    top: 48px;
    width: 301px;
    right: 14%;
}

.popupBasket_Active {
    position: absolute;
    will-change: transform;
    display: block;
    z-index: 10000;
    right: 95px;
    right: 270px;
    top: 30px;
}

.pB_Close {
    display: none;
}

.pB_Open {
    display: block;
}

.popupBasket-inner {
    position: relative;
    border-radius: 0.175rem;
    min-height: 40px;
    padding: 0;
}

.popupBasket:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -6px;
    right: -180px;
    margin: 0 auto;
    width: 0;
    height: 0;
}

.popup-Basket-top {
    font-weight: 600;
    font-size: .875rem;
    line-height: 1rem;
    text-align: center;
    padding-bottom: 0;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

    .popup-Basket-top p {
        font-size: 12px;
    }

    .popup-Basket-top span.spBasket {
        width: 42px;
        height: 42px;
        fill: currentColor;
        display: inherit;
    /*    color: var(--text-color);*/
        padding: 1.5rem;
        border: 4px solid rgb(198 198 203);
        margin: 0 auto;
        border-radius: 100%;
        font-size: 10px;
    }

        .popup-Basket-top span.spBasket img {
            max-height: 40px;
        }

.popup-Basket-bottom {
/*    border-top: 1px solid var(--border-color);*/
    padding: 1rem;
}

    .popup-Basket-bottom a {
        line-height: 1.25rem;
        align-items: center;
        border-radius: 0.375rem;
        display: flex;
        font-weight: 600;
        height: 2.125rem;
        justify-content: center;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        text-align: center;
        white-space: nowrap;
        text-decoration: none;
        font-size: .85rem;
/*        background-color: var(--accent-color);
        color: var(--light-color);*/
    }

.pB_prodNumber {
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: right;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    font-weight: 800;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .pB_prodNumber a {
        float: left;
        margin-left: .45rem;
        padding: 5px;
        margin-top: -7px;
        border-radius: 5px;
    }

    .pB_prodNumber img {
        max-height: 25px;
        float: left;
        margin-left: .45rem;
        margin-top: -5px;
        padding: 2.5px;
        cursor: pointer;
        border-radius: 5px;
    }


.pB_prodImageName {
    overflow-y: auto;
    max-height: 15rem;
}



.pB_prodImageName_Inner {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    align-items: flex-start;
    display: flex;
}

.pB_Inner_Image {
    position: relative;
    height: 3.75rem;
    width: 2.5rem;
}

.plusprodnumber {
    left: 20%;
    position: absolute;
    min-width: 16px;
    border-radius: 100%;
    font-size: .7125rem;
    font-weight: 800;
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
    padding-bottom: 0.375rem !important;
    padding-top: 0.375rem !important;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 1;
    display: inline-block;
    top: 70%;
}

.pB_Inner_Image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: block;
}

.pB_Inner_ProdName {
    flex: 1 1 0%;
    margin-left: 1rem;
}

    .pB_Inner_ProdName h4 {
        font-weight: bold;
        font-size: .8125rem;
        margin-bottom: 0.125rem;
        margin-top: 5px;
    }

    .pB_Inner_ProdName p {
        font-weight: 700;
        font-size: .875rem;
        line-height: 1.25rem;
        margin: 0;
    }

        .pB_Inner_ProdName p span {
            font-weight: 600;
            font-size: .700rem;
            line-height: 1.25rem;
            margin: 0;
        }

.pB_Buttons {
    display: flex;
    padding: 1.25rem;
}

a.abtn01, a.abtn02,
.abtn01, .abtn02 {
    font-size: .85rem;
    line-height: 1.25rem;
    width: 100%;
    margin-right: 1rem;
    border-width: 1px;
    align-items: center;
    border-radius: 0.375rem;
    display: flex;
    font-weight: 600;
    height: 2.125rem;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    /**/
}



.abtn01b {
    margin-top: 1.25rem;
    height: 2.125rem;
}


header {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    top: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}

    header .header-nav {
        width: 100%;
        height: 45px;
        float: left;
    }

        header .header-nav .header-nav-right {
            font-weight: 400;
            overflow: hidden;
            height: auto;
        }

            header .header-nav .header-nav-right ul {
                list-style: none;
                float: right;
            }

                header .header-nav .header-nav-right ul li {
                    float: left;
                    margin-right: 15px;
                    padding-right: 15px;
                    position: relative;
                }

                    header .header-nav .header-nav-right ul li:last-child {
                        margin-right: 0px;
                    }

                    header .header-nav .header-nav-right ul li a {
                        font-size: 14px;
                        top: -7px;
                        position: relative;
                    }                        

                    header .header-nav .header-nav-right ul li:after {
                        position: absolute;
                        content: "";
                        width: 1px;
                        height: 10px;
                        top: 0%;
                        right: 0;
                        transform: translateY(0%);
                    }

                    header .header-nav .header-nav-right ul li:last-child:after {
                        content: "";
                        width: 0px;
                    }

    header .header-top {
        width: 100%;
        height: 92px;
        float: left;
    }

        header .header-top img.imglogo {
            max-height: 80px;
            margin-top: 7px;
            float: left;
        }

        header .header-top img.imglogotext {
            max-height: 52px;
            margin-top: 15px;
            float: left;
            margin-left: 10px;
        }

        header .header-top ul {
            list-style: none;
            float: right;
        }

            header .header-top ul li {
                float: left;
                margin-right: 15px;
                padding-right: 15px;
                position: relative;
            }

                header .header-top ul li a {
                    font-size: 17.5px;
                    top: 20px;
                    position: relative;
                    font-weight: 600;
                }

                .lastChildMargin0 {
                    margin-right: 0 !important;
                }







header.sticky {
    position: fixed;
    top: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    z-index: 10;
/*    box-shadow: 0 0 15px var(--text-color);
    background-color: var(--bg-color3);*/
}

    header.sticky .header-nav {
        height: 20px;
    }

    header.sticky .header-nav-admin {
        height: 45px !important;
    }

        header.sticky .header-nav .header-nav-right ul li a {
            font-size: 12px;
            top: -18px;
        }

        header.sticky .header-nav .header-nav-right ul li:after {
            top: -10px;
        }

    header.sticky .header-top {
        height: 60px;
    }

        header.sticky .header-top img.imglogo {
            max-height: 45px;
        }

        header.sticky .header-top img.imglogotext {
            max-height: 20px;
        }

        header.sticky .header-top ul li a {
            font-size: 15px;
            top: 3px;
            font-weight: 800;
        }
/* HEADER */

/*SLIDER*/
.main-slider {
    width: 100%;
    height: 500px;
    float: left;
    background: url('../images/slide-bg-1920.png') repeat;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.main-slider .slick-dots {
    position: absolute !important;
    bottom: 2px;
    z-index: 1;
    width: 100%;
}

.main-slider .slick-dots {
    margin: -40px 0 0 0;
    position: relative;
}



    .main-slider .slick-dots button {
        text-indent: -9999px;
        width: 25.5px;
        border: none;
    }

    .main-slider .slick-dots button {
  /*      background: var(--bg-color3) !important;*/
    }

.slick-dots button {
 /*   background: var(--bg-color4) !important;*/
}

.main-slider .slick-dots .slick-active button {
   /* background: var(--bg-color4) !important;*/
}

.slick-dots .slick-active button {
/*    background: var(--bg-color5) !important;*/
}

.main-slider .slick-dots li button {
    height: 3px;
    padding: 0 !important;
}

.slick-dots li button {
    height: 3px !important;
    padding: 0 !important;
}

.main-slider .slick-list,
.main-slider .slick-track,
.main-slider .slick-slide,
.main-slider .slick-slide > div {
    height: 100%;
}

.main-slider .item {
    width: 100%;
    height: 100%;
    position: relative;
}

    .main-slider .item:before {
        content: "";
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
        position: absolute;
        opacity: .4;
        background: var(--bg-color6);
    }

    .main-slider .item .images {
        width: 100%;
        height: 100%;
    }

        .main-slider .item .images picture {
            display: block;
            height: 100%;
            width: 100%;
        }

            .main-slider .item .images picture img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
/*SLIDER*/




/*SEARCH*/
.main-search {
    width: 100%;
    min-height: 100px;
    float: left;
    text-align: center;
    padding: 20px 0 0 0;
}

    .main-search span {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        display: block;
    }

    .main-search .txt-main-search {
        height: 35px;
        width: calc(100% - 550px);
        border: none;
        margin-top: 5px;
        margin-bottom: 10px;
        border-radius: 20px;
        font-size: 16px;
        padding: 0 10px 0 10px;
        text-align: center;
        border-top-right-radius: initial;
        border-bottom-right-radius: initial;
    }

        .main-search .txt-main-search:focus {
            outline: none !important;
        }

    .main-search .btn-main-search {
        width: auto;
        height: auto;
        padding: 7px 20px 8px 15px;
        margin-top: -5px;
        border-radius: 20px;
        border-top-left-radius: initial;
        border-bottom-left-radius: initial;
        font-size: 16px;
        border: none;
        font-weight: 600;
    }

        .main-search .btn-main-search:hover {
            cursor: pointer;
        }
/*SEARCH*/

/*PRODUCT GROUP*/
.main-product-group {
    width: 100%;
    float: left;
    height: auto;
    padding: 50px 0 50px 0;
}

    .main-product-group .container-in {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction:row;
    }

    .main-product-group .item {
        width: calc((100% / 8) - 5px);
        height: auto;
        margin-left:5px;
        margin-right:5px;
        padding-bottom:11px;
    }

    .main-product-group .item-in {
        position: relative;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        margin: 0 auto;
        text-align: center;
        padding: 20px;
    }

        .main-product-group .item-in img {
            display: block;
            width: 48px;
            max-height: 48px;
            margin: 0 auto;
        }

        .main-product-group .item-in .imageborder {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 50%;
            margin: 0 auto;
        }

    .main-product-group .item:hover .imageborder {
        -webkit-animation: spinAround 9s linear infinite;
        animation: spinAround 9s linear infinite;
    }

    .main-product-group .item .text-container {
        font-size: 15px;
        font-weight: 800;
        margin: -10px auto;
        padding: 9px 10px;
        border: none;
        position: relative;
        text-transform: unset;
        width: auto;
        text-align: center;
        border-radius: 30px;
    }

    .main-product-group .item:hover .text-container {
        margin: -20px auto;
        border-radius: 30px;
        transition: all 0.5s;
    }


    .main-product-group .itemAdmin:hover .text-container {
        margin: -10px auto !important;
        border-radius: 30px;
        transition: none !important;
    }

.alertArea {
    width: calc(100%- 50px);
    display: none;
    left: 25px;
    right: 25px;
    height: auto;
    top: 10px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    font-size: 15px;
    font-weight: 700;
    z-index: 9999999;
/*    color: var(--light-color);
    background-color: var(--bg-color10);*/
}

    .alertArea i {
        display: block;
        width: 40px;
        height: auto;
        float: right;
        cursor: pointer;
   /*     color: var(--light-color);*/
    }

/*PRODUCT GROUP*/

/*PRODUCT TREDINGS*/
.main-product-trendings {
    width: 100%;
    height: auto;
    float: left;
}

.section-partition-img-div {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    overflow: hidden;
    margin:  0;
}

    .section-partition-img-div .section-partition-img {
        display: block;
        margin: 0 auto;
        max-height: 20px;
    }

.section-partition-span {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    float: left;
    margin:10px 0 10px 0
}

.main-product-trendings ul {
    border: none;
    text-align: center;
    position: relative;
}

    .main-product-trendings ul li {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 25px 10px 0 10px;
    }

        .main-product-trendings ul li a {
            border: medium none;
            display: inline-block;
            font-weight: 600;
            font-size: 16px;
            margin: 0;
            padding: 5px 12px;
            position: relative;
            transition: all 400ms ease-in-out 0s;
            -webkit-transition: all 400ms ease-in-out 0s;
            -moz-transition: all 400ms ease-in-out 0s;
            -o-transition: all 400ms ease-in-out 0s;
      /*      color: var(--accent-color);
            background: var(--bg-transparent) none repeat scroll 0 0;*/
        }

            .main-product-trendings ul li a:hover {
         /*       color: var(--accent-color);*/
            }

            .main-product-trendings ul li a.active {
               /* color: var(--accent-color);*/
            }

                .main-product-trendings ul li a.active:before {
                    opacity: 1;
                }

            .main-product-trendings ul li a:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                width: 30px;
                height: 1px;
                margin: 0 auto;
                top: auto;
                bottom: 0;
                opacity: 0;
                transition: all 400ms ease-in-out 0s;
                -webkit-transition: all 400ms ease-in-out 0s;
                -moz-transition: all 400ms ease-in-out 0s;
                -o-transition: all 400ms ease-in-out 0s;
           /*     background: var(--bg-color4);*/
            }


        .main-product-trendings ul li a:after,
        .main-product-trendings ul li:last-child a:after {
            content: "";
            position: absolute;
            left: auto;
            right: -13px;
           /* color: var(--color_666666);*/
        }

@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.products-list-main {
    width: 100%;
    height: auto;
    float: left;
    min-height: 355px;
}

    .products-list-main .products-hover-item {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all .10s ease-in-out;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(100%);
        z-index: 2;
        backdrop-filter: blur(5px);
    }

.phia:hover .phi {
    display: flex !important;
    cursor: pointer;
}

.products-list-main .products-hover-item span.Product-Name {
    width: calc(100% - 20px);
    height: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.products-list-main .Product-Color {
    width: calc(100% - 20px);
    height: auto;
    max-height:auto;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left:10px;
}

    .products-list-main .Product-Color a {
        display: inline-block;
        width: calc((100% / 3) - 7px );
        margin: 0 1px 0 1px;
        height: auto;
        max-height: 65px;
        overflow: hidden;
        text-align: center;
    }
        .products-list-main .Product-Color a img {
            width: 100%;
            height: auto;
            display: block;
        }

            .products-list-main .Product-Color a img.pngAdd {
                width: auto;
                height: 50px;
                display: block;
                margin: 7px auto 7px auto;
            }

.pdColorMobile {
    display: none !important;
    margin-top:10px;
}

.pdColorDesktop {
    display: inline-block !important;
}

.products-list-main .products-hover-item a span.Product-Detail-Button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    left: auto;
    text-shadow: none;
    display: inline-block;
    margin-top: 1em;
    vertical-align: middle;
    float: left;
    text-transform: uppercase;
    padding: 1rem 1.75rem;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-image: none;
}

  

.products-list-main .products-hover-item  span.Product-Price {
    width: 175px;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.products-list-main .products-item {
    width: calc((100% / 4) - 10px);
    height: auto;
    float: left;
    margin-right: 5px;
    position: relative;
    margin-top: 5px;
}

.products-list-main .products-item01 {
    width: calc((100% / 3) - 10px);
}



    .products-list-main .products-item:hover a .product-img img {
        transform: scale(1.05);
    }

.products-list-main .products-item a .product-img {
    width: calc(100% - 10px);
    height: 260px;
    padding: 5px;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 10px;
}

    .products-list-main .products-item a .product-img img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
        max-height: 260px;
        transition: 0.5s all ease-in-out;
    }

.products-list-main .products-item a .product-textarea {
    width: calc(100% - 10px);
    height: auto;
    max-height: 130px;
    padding: 5px;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position: relative;
    text-align: center;
}

    .products-list-main .products-item a .product-textarea div {
        margin-top: 10px;
    }

    .products-list-main .products-item a .product-textarea span.Product-Name {
        width: calc(100%);
        height: 37px;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        overflow: hidden;
    }

    .products-list-main .products-item a .product-textarea span.Product-PriceMob {
        padding: 0 15px 0 15px;
        width: auto;
        height: auto;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px;
        display: none;
    }

    .products-list-main .products-item a .product-textarea span.clothes-Size {
        width: calc((100% / 8) - 15px);
        height: auto;
        padding: 5px;
        max-width: 40px;
        max-height: 25px;
        display: inline-block;
        text-align: center;
        font-size: 9px;
        font-weight: 900;
        border-radius: 3px;
        margin-left: 2.5px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

        .products-list-main .products-item a .product-textarea span.clothes-Size:hover {
        }

.csPrice {
    width: auto;
    height: auto;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    overflow: hidden;
}

    .csPrice #spFiyat,
    .csPrice #spKur {
        font-size:22px;
    }

.clothes-Size-Selected {
    width: calc((100% / 8) - 15px);
    height: auto;
    padding: 5px;
    max-width: 40px;
    max-height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 9px;
    font-weight: 900;
    border-radius: 3px;
    margin-left: 2.5px;
    margin-top: 2px;
    margin-bottom: 2px;
}


.products-list-main .products-item a .product-textarea span.color-options {
    width: calc((100% / 8) - 7.5px);
    height: 12px;
    padding: 5px;
    max-width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    border-radius: 3px;
    margin-left: 2.5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.colorBlack {
/*    background-color: var(--bg-color14);*/
}

.colorWhite {
   /* background-color: var(--bg-color3);*/
}

.colorBlue {
   /* background-color: var(--bg-color15);*/
}

.colorBrown {
    /*background-color: var(--bg-color7);*/
}

.colorXxx {
 /*   background-color: var(--bg-color3);*/
}
/*PRODUCT TREDINGS*/

/*PRODUCTS FEATURES*/
.main-product-features {
    width: 100%;
    height: auto;
    float: left;
    min-height: 300px;
}

.btn-products-features {
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0.75rem 1.75rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    top: 15px;
    font-size: 12px;

}

    .btn-products-features:hover {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .btn-products-features:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.viewFourItems_Main_Left {
    width: 40%;
    float: left;
    margin-top: 25px;
}

.viewFourItems_Main_Right {
    width: 59%;
    float: left;
    margin-top: 25px;
    margin-left: 1%;
    overflow: hidden;
}

.viewFourItems_Main_Right-M {
    display: inline-flex;
    margin-bottom: 15px;
    height: 595px;
}

.vievFourIML {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.div-products-features {
    max-height: 290px;
    position: relative;
    display: inline-flex;
    margin-bottom: 15px;
    overflow: hidden;
}

.img-products-features {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    border: 0;
    transition: 0.5s all ease-in-out;
}

.div-products-features:hover .img-products-features {
    transform: scale(1.05);
    cursor: pointer;
}

.div-products-features-01 {
    position: relative;
    width: 50%;
    display: inline-flex;
    height: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.ML01 {
    margin-left: 1%;
}

.div-products-features-01 img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
    vertical-align: middle;
    border: 0;
    transition: 0.5s all ease-in-out;
}

.div-products-features-01:hover img {
    transform: scale(1.05);
    cursor: pointer;
}
/*PRODUCTS FEATURES*/

/*FOOTER*/
footer {
    width: 100%;
    height: auto;
    float: left;
    min-height: 50px;
}

.footer-Left {
    width: calc((100% / 4) * 3);
    height: auto;
    float: left;
}

.footer-Right {
    width: calc((100% / 4) * 1);
    height: auto;
    float: left;
    min-height: 375px;
}

.footer-social {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .footer-social img {
        max-height: 25px;
        margin: 30px 5px 5px 5px;
        cursor: pointer;
    }


        .footer-social img:hover {
            border-radius: 50%;
            transition: 0.5s all ease-in-out;
        }

.footer-logo {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

    .footer-logo img {
        position: relative;
        display: inline-block;
    }

.footer-left-item-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}

.footer-left-item {
    width: calc( (100% / 3) - 10px);
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

    .footer-left-item:last-child {
        border-right: none;
    }

    .footer-left-item p {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        display: block;
        font-size: 16px;
        font-weight: 600;
    }

    .footer-left-item a span {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
    }

.footer-Right-Item {
    position: relative;
    height: calc(100% / 3);
    width: 100%;
    min-height: 136px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.footer-right-item-textarea {
    width: calc(100% - 125px);
    height: auto;
    display: block;
    margin-left: 50px;
}

.footer-right-item-icon-bg {
    width: 70px;
    height: 70px;
    position: relative;
    margin-left: 25px;
    border-radius: 50%;
    line-height: 27px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    transition: all 0.7s;
}

    .footer-right-item-icon-bg:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        text-align: center;
    }

    .footer-right-item-icon-bg i {
        font-size: 30px;
        display: block;
        line-height: 80px;
    }


.footer-right-item-textarea p {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 600;
}

.footer-right-item-textarea span {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 500;
}

.footer-copyright {
    width: 100%;
    height: auto;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
}

    .footer-copyright .footer-payLogo {
        width: 100%;
        height: auto;
        min-height: 30px;
        text-align: center;
        float: left;
    }

.footer-payLogo img {
    max-height: 60px;
    padding: 10px;
}

.footer-copyright .footer-support {
    width: 100%;
    height: auto;
    min-height: 30px;
    text-align: center;
    float: left;
}

    .footer-copyright .footer-support a.spTitle01 {
        font-weight: bold;
        font-size: 13px;
        text-decoration: underline;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .footer-copyright .footer-support a.spItem01 {
        font-weight: bold;
        font-size: 12px;
        padding: 10px;
    }


.footer-copyright .footer-date-brand {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 60px;
}

    .footer-copyright .footer-date-brand span {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
    }
/*FOOTER*/
/* 1-0 - MAINPAGE END*/
/* 2-0 - OTHER PAGE*/
/*BREADCRUMB*/
.breadcrumb-container {
    float: left;
    width: 100%;
    height: auto;
    background-attachment: initial;
}

    .breadcrumb-container .breadcrumb {
        text-align: center;
        line-height: 5px;
        list-style: none;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .breadcrumb-container .breadcrumb ul {
            margin-left: -30px;
        }

        .breadcrumb-container .breadcrumb:after {
            content: "";
            display: table;
            clear: both;
        }

        .breadcrumb-container .breadcrumb li {
            display: inline-block;
        }

            .breadcrumb-container .breadcrumb li span {
                padding: 5px;
            }

            .breadcrumb-container .breadcrumb li:after {
                content: "-";
                margin: 0.3125rem;
            }

            .breadcrumb-container .breadcrumb li:last-child::after {
                content: "";
            }

    .breadcrumb-container.bcImage {
        padding: 5px 0;
        background: no-repeat top;
    }
        .breadcrumb-container.bcImage p {
            width: 100%;
            height: auto;
            float: left;
            font-size: 25px;
            font-weight: 700;
            text-align: center;
        }



.div-content {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    margin-bottom: 25px;
}

    .div-content .container .column-left {
        width: 25%;
        height: auto;
        float: left;
        overflow: hidden;
    }

        .div-content .container .column-left .div-contact {
            margin-bottom: 2rem;
            word-wrap: break-word;
        }

            .div-content .container .column-left .div-contact p {
                text-transform: uppercase;
                margin-bottom: 2rem;
                font-size: 15px;
                font-weight: bold;
               /* color: var(--text-color);*/
            }

            .div-content .container .column-left .div-contact .div-block {
                overflow: hidden;
                height: auto;
            }

            .div-content .container .column-left .div-contact .div-map {
                overflow: hidden;
                height: auto;
                width: 100%;
            }

                .div-content .container .column-left .div-contact .div-map #map_canvas {
                    width: 55%;
                    height: 125px;
                    display: block;
                    float: left;
                    /*border: 1px solid var(--border-color2);*/
                }

            .div-content .container .column-left .div-contact hr {
                margin-top: 1rem;
                margin-bottom: 1rem;
                border: 0;
                /*border-top: 1px solid var(--border-color3);*/
            }

            .div-content .container .column-left .div-contact .div-block .icon {
                float: left;
                width: 3.5rem;
            }

.div-block-map {
    width: 85%;
}

.div-content .container .column-left .div-contact .div-block .icon i {
    font-size: 1.4rem;
    width: 1em;
    height: 1em;
    font-weight: 500;
    line-height: 1;
}

.div-content .container .column-left .div-contact .div-block .ic01 {
    float: left;
    width: 1.5rem;
}

.div-content .container .column-left .div-contact .div-block .icon .i01 {
    font-size: 1rem;
}

.div-content .container .column-left .div-contact a.leftmenuactive .div-block .data span {
    font-size: .90rem;
}

.div-content .container .column-left .div-contact .div-block .data {
    font-size: .75rem;
    width: auto;
    overflow: hidden;
    font-weight: bold;
}

    .div-content .container .column-left .div-contact .div-block .data span.data-span-02 {
        display: block;
        margin-top: 10px;
    }

.div-content .container .column-right {
    width: 75%;
    height: auto;
    float: left;
    overflow: hidden;
}

    .div-content .container .column-right .right-content {
  /*      border: 1px solid #eaeaea;*/
        margin: 0 0 25px 0;
        padding: 30px;
        display: block;
        overflow: hidden;
        /* background-color: var(--bg-color2); */
    }

        .div-content .container .column-right .right-content .right-area {
            width: 100%;
        }

        .div-content .container .column-right .right-content .right-area {
            min-height: 180px;
        }

            .div-content .container .column-right .right-content .right-contact-form,
            .div-content .container .column-right .right-content .right-area img {
                width: 100%;
                height: auto;
                display: block;
                max-height: initial;
            }

            .div-content .container .column-right .right-content .right-area .item-right-area {
                width: calc( (100% / 4 ) - 7px);
                height: 240px;
                min-height: 240px;
                float: left;
                /*border: 1px solid #f7faff;*/
                overflow: hidden;
                margin-right: 5px;
                margin-top: 5px;
            /*    background-color: var(--bg-color);*/
            }

                .div-content .container .column-right .right-content .right-area .item-right-area span {
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    width: 100%;
                    font-size: 12px;
                    margin-top: 5px;
                    margin-left: 2.5px;
                    margin-right: 2.5px;
                    margin-bottom: 5px;
                    font-weight: bold;
                  /*  color: var(--text-color);*/
                }

            .div-content .container .column-right .right-content .right-area a:hover .item-right-area span {
               /* color: var(--accent-color);*/
            }

            .div-content .container .column-right .right-content .right-area a:hover .item-right-area img {
                transform: scale(1.05);
            }

            .div-content .container .column-right .right-content .right-area .item-right-area img {
                width: 100%;
                height: 100%;
                max-height: 245px;
                object-fit: cover;
                object-position: center;
                transition: 0.5s all ease-in-out;
            }

   

       

.btnSend {
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.5s;
    outline: none;
    float: right;
    margin-right: 9%;
    margin-top: 2%;
    border-radius: 0.375rem;
}

    .btnSend:hover {
        cursor: pointer;
    }

.btnSend01 {
    margin-right: 0;
    margin-top: 30px;
}

.btnSend02 {
    float: left;
    margin-top: 15px;
}

.btnareasubmit {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

/*PRODUCT SLIDER*/

.slider-single {
    background-image: linear-gradient( /*var(--bg-color3), var(--bg-color18) */ );
}

.ss-img-inner img {
    width: 100%
}

.slick-custom-prev i {
    position: absolute;
    z-index: 2;
    top: 50%;
    padding: 15px;
  /*  color: var(--light-color);
    background: var(--bg-color19);*/
}

    .slick-custom-prev i:hover {
       /* color: #c13d27*/
    }

.slick-custom-next i {
    position: absolute;
    z-index: 2;
    top: 50%;
    padding: 15px;
    right: 0;
 /*   background: var(--bg-color19);
    color: var(--light-color);*/
}

    .slick-custom-next i:hover {
    /*    color: var(--color_c13d27);*/
    }

.slick-dots button {
    display: none
}

.slick-dots {
    display: flex;
    justify-content: center
}

    .slick-dots li {
        margin: 5px 10px;
        font-size: 30px;
      /*  color: var(--color_4e4e4e);*/
    }

.slick-active {
/*    color: var(--color_c13d27) !important;*/
}

.slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 530px
}



.slick-slide img {
    object-fit: contain;
    height: 100%;
}

.slider-nav .slick-slide {
    cursor: pointer;
}

.slick-slide.is-active {
 /*   color: var(--color_c00000);
    background-color: var(--bg-color3);*/
}

.slider-single .slick-next {
    right: 25px !important;
    z-index: 1;
}

.slider-single .slick-prev {
    left: 10px !important;
    z-index: 1;
}

    .slider-single .slick-prev:before, 
    .slider-single .slick-next:before {
        font-size: 35px;
      /*  color: var(--color_D9D9D9);*/
    }

.slider-nav {
    margin-top: 8px;
}

    .slider-nav .slick-track {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 90px;
    }

.ss-nav-inner {
    margin: 0 5px 0 5px;
}

    .ss-nav-inner img {
        object-fit: contain !important;
        height: 100%;
        width: 100%;
    }


/*PRODUCT DESC-IMAGE-DETAIL*/
.cont-left {
    width: calc(55% - 10px);
    height: auto;
    min-height: 466px;
    float: left;
    padding: 5px;
}

.cont-right {
    width: calc(45% - 20px);
    height: auto;
    min-height: 450px;
    float: left;
    border-left: none;
}

.cont-left01 {
    width: calc(65% - 10px);
}

.cont-right01 {
    width: calc(35% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cont-right span.sp01,
.cont-right span.sp02 {
    width: calc(100% - 20px);
    height: auto;
    max-height: 60px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    float: left;
    border-left: none;
    padding: 0px 5px 10px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
/*    border: 1px solid var(--border-color);
    color: var(--text-color);*/
}

.cont-right span.sp02 {
    width: calc((100% / 2) - 20px);
    font-size: 16px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding: 15px 5px 5px 20px;
    display: block;
/*    border: 1px solid var(--border-color);*/
}

.cont-right span.sp01 {
    text-transform: uppercase;
}

.cont-right p.p01 {
    width: calc(100% - 20px);
    height: auto;
    max-height: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    float: left;
    border-top: none;
    border-left: none;
/*    color: #666666;*/
    padding: 4px 5px 4px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  /*  border: 1px solid var(--border-color);*/
}

.cont-right .product--sizes, .cont-right .color--sizes {
    width: calc(100% - 21px);
    height: auto;
    overflow: hidden;
    float: left;
    padding: 0px 5px 10px 20px;
    border-top: none;
}

.colorImgMain {
    display: block;
    float: left;
    margin: 4px;
    width: calc((100% / 7) - 18px) !important;
    height: auto;
    max-height: 100px;
    overflow: hidden;    
    text-align: center;
}

a.colorImg {
    width: calc(100% - 5px);
    height: auto;
    max-height:70px;    
    text-align: center;
    border-radius: 5px;
    float:left;
    display:block;
}

a.aColorText {
    width: 100%;
    height: auto;
    max-height: 30px;
    overflow: hidden;
    text-align: center;
    float:left;
    font-size:11px;
    font-weight:700;
    margin-top:5px;
  /*  color:var(--accent-color);*/
}

    a.aColorText:hover{
        color:var(--accent-color);
    }

    a.colorImg:hover {
    /*    border: 2px solid var(--accent-color) !important;*/
    }

    a.colorImg.Selected {
       /* border: 2px solid var(--accent-color) !important;*/
    }

    a.colorImg.NonSelected {
            /*border: 2px solid var(--border-color);*/
        }
    a.colorImg img {
            width: 100%;
            height: auto;
            display: block;
            max-height: 65px;
            border-radius:5px;
        }

.cont-right span.clothes-Size {
    width: calc((100% / 8) - 7.5px);
    height: auto;
    padding: 5px;
    max-width: 55px;
    max-height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    border-radius: 3px;
    margin-left: 2.5px;
    margin-top: 2px;
    margin-bottom: 2px;
    letter-spacing: .75px;
}

    .cont-right span.clothes-Size:hover {
        cursor: pointer;
    }

.clothes-Size-Selected {
    width: calc((100% / 8) - 7.5px);
    height: auto;
    padding: 5px;
    min-width: 85px;
    max-width: 85px;
    max-height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    border-radius: 3px;
    margin-left: 2.5px;
    margin-top: 2px;
    margin-bottom: 2px;
    letter-spacing: .75px;
}

.clothes-Size-unSelected {
    width: calc((100% / 8) - 7.5px);
    height: auto;
    padding: 5px;
    max-width: 55px;
    max-height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    border-radius: 3px;
    margin-left: 2.5px;
    margin-top: 2px;
    margin-bottom: 2px;
    letter-spacing: .75px;
}
    .clothes-Size-unSelected:hover {
        cursor: not-allowed;
    }

.cont-right span.color-options {
    width: calc((100% / 8) - 7.5px);
    height: 12px;
    padding: 5px;
    max-width: 55px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    border-radius: 3px;
    margin-left: 2.5px;
    margin-top: 2px;
    margin-bottom: 2px;
/*    border: 1px solid var(--border-color);*/
}

.color-optionsNew {
    width: calc((100% / 8) - 7.5px);
    padding: 5px;
    height: auto;
    border-radius: 3px;
    float: left;
    overflow: hidden;
    max-width: 55px;
    margin-left: 2.5px;
}
.color-optionsNew.Selected {
/*    border: 1px solid var(--accent-color);*/
}
    .color-optionsNew.NonSelected {
       /* border: 1px solid var(--color-transparent);*/
    }


.cont-right .product-reviews {
    width: calc(100%);
    height: auto;
    float: left;
    overflow: hidden;
}

    .cont-right .pr01 {
        width: calc((100% / 3) - 20px);
        height: auto;
        float: left;
        overflow: hidden;
        margin-left: 2.5px;
        margin-right: 2.5px;
        padding: 0 0 0 15px;
    }

.rev-left, .rev-center, .rev-right {
    width: calc(100% / 3);
    height:auto;
}

.rev-left i {
        font-size: 20px;
        font-weight: bold;
        float: left;
        margin-left: 5px;
    }

.rev-left i:hover {
           /* color: var(--border-color);*/
        }

.rating {
  width:100%;
  display:block;
  text-align:center;
}

    .rating div > span {
        width: .8em;
        font-size: 34px;
    }


            .rating div > span:hover:before,
            .rating div > span:hover ~ span:before {
                content: "\2605";
                position: absolute;
                cursor: pointer;
            }



.rating p {
    font-size: 13px;
    font-weight: 700;
}

.rating02 {
    width: 100%;
    float: none;
}



.rev-center .rating-bar-content {
    width: calc(100% - 10px);
    height: auto;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.rev-center .rating-bar-content .starlist-item {
        width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
    }

    .rev-center .rating-bar-content .rb-size {
        width: 15px;
        height: 20px;
        float: left;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        line-height: 20px;
       /* color: var(--text-color);*/
    }

    .rev-center .rating-bar-content .rating-bar {
        width: calc(100% - 35px);
        height: 20px;
        float: left;
        border-radius: 5px;
        margin-top:2px;
    }

        .rev-center .rating-bar-content .rating-bar .rating-bar-in {
            display: block;
            height: 20px;
            width: 0px;
            border-radius: 5px;
        }

.product-desc-detail {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .product-desc-detail .pdescdet-title {
        width: auto;
        height: auto;
        font-size: 17px;
        font-weight: 600;
        padding: 10px;
        float: left;
    }

    .product-desc-detail .pdescdet-content {
        width: calc(100% - 40px);
        height: auto;
        min-height: 100px;
        padding: 10px;
        float: left;
        font-size: 14px;
    }

        .product-desc-detail .pdescdet-content .pdescdet-rating {
            width: 100%;
            height: auto;
            overflow: hidden;
            float: left;
            /*border-bottom: 1px solid var(--border-color);*/
        }

        .product-desc-detail .pdescdet-content .pdescdet-left {
            width: 160px;
            height: auto;
            float: left;
            overflow: hidden;
        }

        .product-desc-detail .pdescdet-content .pdescdet-right-right {
            width: 200px;
            height: auto;
            float: left;
            overflow: hidden;
        }

        .product-desc-detail .pdescdet-content .pdescdet-right {
            width: calc(100% - 250px);
            height: auto;
            float: left;
            overflow: hidden;
            padding-left: 85px;
            padding-right: 5px;
        }

            .product-desc-detail .pdescdet-content .pdescdet-right span {
                width: 100%;
                height: auto;
                float: left;
                font-weight: 700;
                font-size: 16px;
                margin-top: 20px;
            }

            .product-desc-detail .pdescdet-content .pdescdet-right p {
                width: 100%;
                height: auto;
                float: left;
                font-weight: 500;
                font-size: 14px;
            }


        .product-desc-detail .pdescdet-content .pdescdet-center {
            width: calc(100% - 400px);
            height: auto;
            float: left;
            overflow: hidden;
            padding-left: 35px;
            padding-right: 5px;
        }

            .product-desc-detail .pdescdet-content .pdescdet-center span {
                width: 100%;
                height: auto;
                float: left;
               /* color: var(--text-color);*/
                font-weight: 700;
                font-size: 16px;
                margin-top: 20px;
            }

            .product-desc-detail .pdescdet-content .pdescdet-center p {
                width: 100%;
                height: auto;
                float: left;
             /*   color: #666666;*/
                font-weight: 500;
                font-size: 12px;
            }

.similar-products {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

    .similar-products .simpro-title {
        width: auto;
        height: auto;
       /* color: var(--light-color);*/
        font-size: 17px;
        font-weight: 600;
        padding: 10px;
        float: left;
    /*    background-color: var(--bg-color8);*/
    }

    .similar-products .similar-Slider-Area {
        width: calc(100% - 20px);
        height: auto;
        float: left;
        overflow: hidden;
        padding:10px 0 0px 0;
    }

        .similar-products .similar-Slider-Area .slider-similar .slick-track {
            height: 325px !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
        }

        .similar-products .similar-Slider-Area .slider-similar2 .slick-track,
        .similar-products .similar-Slider-Area .sm2 .slick-track {
            height: 340px !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
        }

        .similar-products .similar-Slider-Area .img-inner-smiler {
            width: 100%;
            height: 280px;
            overflow: hidden;
            float: left;
        }

            .similar-products .similar-Slider-Area .img-inner-smiler img {
                width: 100%;
                height: 100%;
                position: relative;
                object-fit: contain;
                transition: 0.5s all ease-in-out;
            }

        .similar-products .similar-Slider-Area span.sptit {
            width: calc(100% - 20px);
            height: 40px;
            overflow: hidden;
            float: left;
            font-size: 15px;
            font-weight: 600;
            padding: 5px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-align: center;
        }



    .similar-products .slick-next {
        right: 10px;
        z-index: 1;
    }

    .similar-products .slick-prev {
        left: 5px;
        z-index: 1;
    }

        .similar-products .slick-next:before, 
        .similar-products .slick-prev:before {
            font-size: 25px;
        }

    .similar-products .similar-Slider-Area a:hover .img-inner-smiler img {
        transform: scale(1.05);
    }



.popup-product-reviev {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    display: none;
}

.show {
    display: block;
}

.popup-product-reviev .ppr-main {
    width: calc(50% - 20px);
    height: auto;
    min-height: 470px;
    margin: 0 auto;
    margin-top: 1%;
    border-radius: 10px;
    padding: 20px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup-product-reviev .ppr-main02 {
    width: calc(58% - 10px);
    height: auto;
    min-height: 470px !important;
    margin-top: 10%;
}

.popup-product-reviev .ppr-main03 {
    width: calc(58% - 10px);
    height: calc(100vh - 75px);
}

.ppr_Content img {
    position: relative;
    width: 50%;
    height: auto;
    pointer-events: none;
    border: 0;
}

.ppr_c01 {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    text-align: center;
    overflow-y:scroll;
}

.popup-product-reviev .ppr-main span.ppr-productName {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
/*    color: var(--text-color);*/
}

.popup-product-reviev .ppr-main .popup_area,
.column-right .right-content .right-contact-form .popup_area {
    --tw-text-opacity: 1;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    float: left;
    overflow: hidden;
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .popup-product-reviev .ppr-main .popup-lbl {
        height: auto;
        float: left;
        font-size: .85rem;
        font-weight: 600;
        line-height: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: -35px;
        position: absolute;
    }

    .popup-product-reviev .ppr-main .popup-txt {
        appearance: none;
        border-radius: 0.375rem;
        border-width: 1px;
        font-size: 0.78rem;
        height: 2.825rem;
        line-height: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        width: calc(100% - 2.5rem);
        --tw-border-opacity: 1 !important;
        float: left;
        font-weight: 700;
    }

    .popup-product-reviev .ppr-main .popup-txt01,
    .column-right .right-content .right-contact-form .popup_area .popup-txt01 {
        width: calc(100% - 175px);
    }

    .popup-product-reviev .ppr-main .popup-txt02,
    .column-right .right-content .right-contact-form .popup_area .popup-txt02 {
        width: calc(100% - 250px);
        height: 100px;
    }

.div-content .container .column-right .right-content .right-contact-form p {
    text-transform: uppercase;
/*    color: #232323;*/
    width: 100%;
    display: block;
    float: left;
    text-align: center;
}

/*.div-content .container .column-right .right-content .right-contact-form span {
    width: 23%;
    height: auto;
    float: left;
    text-align: right;
    padding-top: 2%;
    font-size: 13px;
    font-weight: bold;
}*/

.column-right .right-content .right-contact-form .popup_area .popup-lbl {
    height: auto;
    float: left;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -35px;
    position: absolute;
}

.div-content .container .column-right .right-content .right-contact-form .classlbl {
    width: 40%;
    height: auto;
    float: left;
    text-align: right;
   /* color: #820505 !important;*/
    font-size: 15px;
    font-weight: bold;
    margin-top: 1%;
}
/*
.div-content .container .column-right .right-content .right-contact-form .classtxtbox {
    width: 65%;
    height: 30px;
    float: left;
    margin-left: 1%;
    padding: 0 1% 0 1%;
    margin-top: 1%;

}*/

.column-right .right-content .right-contact-form .popup_area .popup-txt {
    appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.78rem;
    height: 2.825rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    width: calc(100% - 2.5rem);
    --tw-border-opacity: 1 !important;
    float: left;
    font-weight: 700;
}

.div-content .container .column-right .right-content .right-contact-form .classtxtbox01 {
    width: 65.2%;
    height: 100px;
}


.prs-left {
    float: left;
    width: calc( ((100% / 4) * 1) - 10px );
    height: auto;
    overflow: hidden;
    min-height: 412px;
    margin-right: 10px;
    margin-top: 5px;
}

    .prs-left .prs-left-title {
        width: calc(100% - 10px);
        height: 35px;
        float: left;
        font-size: 16px;
        font-weight: 600;
        line-height: 35px;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        text-align: center;
    }

    .prs-left .prs-left-category {
        width: calc(100% - 30px);
        height: auto;
        float: left;
        font-size: 13px;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        margin-top: 5px;
    }

        .prs-left .prs-left-category ul.ulMain {
            width: 100%;
            list-style: none;
        }

            .prs-left .prs-left-category ul.ulMain li {
                width: calc(100% - 30px);
                float: left;
                margin-left: -15px;
            }
                    .prs-left .prs-left-category ul.ulMain li a:hover {
                        cursor: pointer;
                    }

        .prs-left .prs-left-category div span.spgroup {
            float: left;
            width: calc(100% - 30px);
            height: auto;
            display: block;
            line-height: 20px;
        }

        .prs-left .prs-left-category div i {
            display: block;
            width: 20px;
            height: auto;
            float: left;
            font-size: 15px;
        }

        .prs-left .prs-left-category .sprs-subgroup,
        .prs-left .prs-left-category .sprs-maingroup {
            width: 100%;
            height: auto;
            float: left;
            overflow: hidden;
            padding: 5px 0 5px 0;
            text-transform:initial;
        }

            .prs-left .prs-left-category .sprs-subgroup ul li {
                height: 25px;
            }

        .prs-left .prs-left-category .sprs-maingroup {
            height: 20px;
        }

            .prs-left .prs-left-category .sprs-maingroup.open {
              /*  color: var(--border-color);*/
            }

        .prs-left .prs-left-category .sprs-subgroup {
            display: none;
            transition: max-height 0.2s ease-out;
        }

            .prs-left .prs-left-category .sprs-subgroup.open {
                display: block;
            }


.prs-right {
    float: left;
    width: calc( (100% / 4) * 3 );
    height: auto;
    overflow: hidden;
}

.prs-left-mobile {
    display: none;
    width: calc(100% - 10px);
    height: auto;
    float: left;
    overflow: hidden;
    margin:10px 0 10px 0;
}

    .prs-left-mobile a span {
        width: auto;
        height: 20px;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
        margin: 5px;
        font-size: 14px;
        font-weight: 600;
        display: block;
        min-width: 65px;
    }



.buttonmobilemenu {
    display: none;
}

/*label {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 50vw;
    height: 50vw;
    max-width: 100px;
    max-height: 100px;
}*/



.menu--1 label {
    bottom: 0;
}

.menu--1 label {
    right: 0;
}

header.sticky .menu--1 label {
    top: 0px;
}

path {
    fill: none;
    stroke: var(--text-color);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

circle {
    /*fill: var(--light-color);*/
    opacity: 0;
}

label:hover circle {
    opacity: 0;
}

.cross input:checked + svg .line--1,
.cross input:checked + svg .line--3 {
    --length: 22.627416998;
}

.cross input:checked + svg .line--2 {
    --length: 0;
}

.back input:checked + svg .line--1,
.back input:checked + svg .line--3 {
    --length: 8.602325267;
}

.menu--1 {
/*    background-color: var(--bg-transparent);*/
}

.menu--1 svg{
    width:110PX;
    height:110PX;
    float:right;
}

 header.sticky .menu--1 svg {
        margin-top:-25px;
    }

    .menu--1 .line--1,
    .menu--1 .line--3 {
        --total-length: 126.64183044433594;
    }

    .menu--1 .line--2 {
        --total-length: 70;
    }

    .menu--1 input:checked + svg .line--1,
    .menu--1 input:checked + svg .line--3 {
        --offset: -94.1149185097;
    }

    .menu--1 input:checked + svg .line--2 {
        --offset: -50;
    }

.debug {
    display: none;
}

.line--debug {
    opacity: 0;
    stroke-dasharray: none;
}

.mud_mobilemenu {
    position: fixed;
    width: 100%;
    height: calc(100%);
    z-index: 9999999999999999;
    display: none;
 /*   background-color: var(--bg-color8);*/
}

.mtop100 {
    margin-top: 65px;
}

.mtop50 {
    margin-top: 60px !important;
}

.mud_mobilemenu1 {
    list-style: none;
    width: 100%;
    float: left;
}

    .mud_mobilemenu1 li {
        width: 100%;
        float: left;
        min-height: 50px;
    }

    .mud_mobilemenu1 a {
        font-size: 20px !important;
        display: block;
        text-align: center;
        line-height: 50px;
 /*       color: var(--text-color);
        border-bottom: 1px solid var(--border-color5);*/
    }

.pB_ProdCount {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

    .pB_ProdCount span {
        float: left;
        margin-left: 10px;
        height: 20px;
        margin-top: 20px;
    }

        .pB_ProdCount span.sp03 {
            margin-left: 10px;
            margin-bottom: 10px;
        }

        .pB_ProdCount span:last-child {
            font-weight: 500;
/*            color: var(--accent-color);*/
        }

.pB_Item {
    display: flex;
    padding: 1rem;
    flex-wrap: wrap;
  /*  border-bottom: 1px solid var(--border-color); */
}

.pB_Check {
    position: relative;
    width: 40px;
    height: auto;
}

.pB_Image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pB_Check .btnChk {
    padding-left: 1.75rem;
    margin-right: 0.25rem;
}

    .pB_Check .btnChk .btnchk01 {
        border-radius: .25rem;
        border-width: 1px;
        cursor: pointer;
        float: left;
        height: 1.125rem;
        margin-left: -1.40rem;
        width: 1.125rem;
 /*       background-color: var(--bg-color21);
        border-color: var(--border-color6);*/
    }

        .pB_Check .btnChk .btnchk01:checked {
          /*  background-color: var(--bg-color22);
            border-color: var(--border-color7);*/
        }

    .pB_Check .btnChk i.btnRemove {
        float: left;
        padding: .30rem .30rem .20rem .30rem;
        font-size: 20px;
        border-radius: .25rem;
        margin-left: -1.75rem;
        cursor: pointer;
     /*   color: var(--text-color);
        background-color: var(--bg-color23);*/
    }

    .pB_Check .btnChk .btnRemove {
        float: left;
        padding: .30rem;
        font-size: 20px;
        border-radius: .25rem;
        margin-left: -1.75rem;
        cursor: pointer;
        height: 15px;
 /*       background-color: var(--bg-color24);*/
    }

        .pB_Check .btnChk .btnRemove:hover {
           /* color: var(--color-F5F5F5);
            background-color: var(--bg-color23);*/
        }


.pB_Image_Inner {
    position: relative;
    margin-bottom: 0.625rem;
    height: 6.25rem;
    width: 6.25rem;
    padding: .10rem;
/*    border: 1px solid var(--border-color);*/
}

    .pB_Image_Inner:hover {
        /*border: 1px solid var(--border-color8);*/
    }

    .pB_Image_Inner img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-width: 100%;
        display: block;
        vertical-align: middle;
    }


.pB_Name {
    width: 18.3125rem;
    margin-left: 0.5rem;
}

    .pB_Name a {
        font-weight: 700;
        display: block;
        cursor: pointer;
        text-decoration: inherit;
        /*color: var(--text-color);*/
    }

        .pB_Name a:hover {
          /*  color: var(--accent-color);*/
        }

    .pB_Name p {
        font-weight: 600;
        font-size: .75rem;
        margin: 10px 0;
       /* color: var(--accent-color);*/
    }

    .pB_Name span {
        text-align: center;
        padding-bottom: 0.125rem;
        padding-top: 0.125rem;
        padding-left: 0.375rem;
        padding-right: 0.375rem;
        border-radius: 0.25rem;
        display: inline-block;
        width: auto;
        font-size: 11px;
/*        color: var(--light-color);
        background-color: var(--bg-color21);*/
    }

.pB_prodNumberPrice,
.pB_prodNumberPrice01 {
    align-items: flex-end;
    flex-direction: column;
    flex: 1 1 0%;
    display: flex;
}

.pB_prodNumberPrice01 {
    align-items: flex-start;
    padding: 40px 0 30px 0;
}

    .pB_prodNumberPrice .pB_prodNumber01,
    .pB_prodNumberPrice01 .pB_prodNumber01 {
        align-items: center;
        display: flex;
    }

    .pB_prodNumberPrice p,
    .pB_prodNumberPrice01 p {
        margin-top: 1.875rem;
        font-size: 1.375rem;
        font-weight: 700;
       /* color: var(--color-1d1e32);*/
    }



.inline-group span.btn {
    border-radius: 0.375rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
    white-space: nowrap;
    width: 2rem;
    height: 2rem;
    float: left;
    margin: 0 2px 0 2px;
    cursor: pointer;
    max-width: 55px;
    max-height: 25px;
}
    .inline-group span.btn i {
        font-size: 25px;
    }

.inline-group input[type=number] {
    appearance: textfield;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 0.75rem;
    padding-right: 0;
    text-align: center;
    float: left;
    border: none;
    border-radius: 0.375rem;
    outline-offset: 2px;
    width: 2.75rem;
    height: 2rem;
    max-width: 55px;
    max-height: 25px;
    margin: 0 5px 0 5px;
}


.btnSepeteEkle {
    float: left;
    font-size: .85rem;
    line-height: 1.25rem;
    width: calc(150px);
    border-width: 1px;
    background-color: transparent;
    border-radius: 0.375rem;
    font-weight: 600;
    height: 2.125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}



.pB_TotalPrice {
    font-size: .75rem;
    /*width: 18.25rem;*/
    top: 0;
    position: sticky;
    float: right;
    width: calc(100% - 170px);
}

.pB_TotalPrice_Inner {
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    border-radius: .5rem;
    width: 100%;
}

.pB_TotalPrice_Top {
    padding-left: .875rem;
    padding-right: .875rem;
    padding-bottom: .5rem;
}

    .pB_TotalPrice_Top p.p02 {
        margin: 0;
        font-weight: 600;
        text-align: center;
    }

        .pB_TotalPrice_Top p.p02 img {
            max-height: 45px;
        }

    .pB_TotalPrice_Top p.p03 {
        margin: 0;
        font-weight: 700;
        font-size: 1.375rem;
        text-align: center;
    }

    .pB_TotalPrice_Top p.p03a {
        margin: .75rem 0;
        font-weight: 700;
        font-size: .75rem;
        text-align: center;
    }

.pB_TotalPrice_ProdPrice, .pB_TotalPrice_Cargo {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.pB_TotalPrice_ProdPrice {
    margin-top: 1rem;
}

.pB_TotalPrice_Cargo {
    margin-top: .5rem;
}

    .pB_TotalPrice_ProdPrice p.p04,
    .pB_TotalPrice_Cargo p.p04 {
        font-weight: 600;
        margin: 0;
    }

    .pB_TotalPrice_ProdPrice p.p05,
    .pB_TotalPrice_Cargo p.p05 {
        margin: 0;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
     /*   color: var(--text-color);*/
    }

.pB_TotalPrice_Bottom {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.pB_TotalPrice_Bottom_Inner {
/*    border-top: 1px solid var(--border-color);*/
}

    .pB_TotalPrice_Bottom_Inner .pB_Contract {
        position: relative;
        padding-left: 1.75rem;
    }

        .pB_TotalPrice_Bottom_Inner .pB_Contract .btnchk02 {
            border-radius: .25rem;
            border-width: 1px;
            cursor: pointer;
            float: left;
            height: 1.125rem;
            margin-left: -1.75rem;
            margin-top: 1.05rem;
            vertical-align: top;
            width: 1.125rem;
/*            background-color: var(--bg-color);
            border-color: var(--border-color10);*/
        }

            .pB_TotalPrice_Bottom_Inner .pB_Contract .btnchk02:checked {
          /*      background-color: var(--bg-color22);
                border-color: var(--border-color7);*/
            }

        .pB_TotalPrice_Bottom_Inner .pB_Contract .contract-in {
            vertical-align: middle;
            cursor: pointer;
            display: inline-block;
        }

            .pB_TotalPrice_Bottom_Inner .pB_Contract .contract-in p {
                font-weight: 600;
                font-size: .80rem;
                cursor: pointer;
                text-decoration: none;
                line-height: 1rem;
             /*   color: var(--text-color);*/
            }

                .pB_TotalPrice_Bottom_Inner .pB_Contract .contract-in p a {
                    /*color: #2265a7;*/
                }

                    .pB_TotalPrice_Bottom_Inner .pB_Contract .contract-in p a:hover {
                       /* color: var(--warning-color);*/
                    }

    .pB_TotalPrice_Bottom_Inner .btnOde {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

        .pB_TotalPrice_Bottom_Inner .btnOde .btn01 {
            width: 90%;
            margin-top: 1.25rem;
            align-items: center;
            border-radius: 0.375rem;
            display: flex;
            font-size: 1rem;
            font-weight: 600;
            height: 3.125rem;
            justify-content: center;
            line-height: 1.5rem;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
/*            background-color: var(--bg-color7);
            color: var(--light-color);*/
        }

            .pB_TotalPrice_Bottom_Inner .btnOde .btn01:hover {
              /*  color: var(--text-color);
                background-color: var(--bg-color4);*/
            }

.pB_tP_Top {
    margin-top: 0;
}


.tB_Item {
    position: relative;
    padding: .15rem .825rem .15rem .825rem;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tB_Item01 {
    position: relative;
    padding: .05rem .825rem .05rem .825rem;
    margin: 0 auto;
    width: 350px;
    height: auto;
    overflow: hidden;
}

.tB_Item01a {
    position: relative;
    padding: .05rem .825rem .05rem .825rem;
    margin: 0 auto;
    width: 350px;
    height: auto;
    overflow: hidden;
}


    .tB_Item .tb01, .tB_Item .tb02, .tB_Item .tb03, .tB_Item .tb04,
    .tB_Item01 .tb01, .tB_Item01 .tb02, .tB_Item01 .tb03, .tB_Item01 .tb04,
    .tB_Item .ddl01, .tB_Item01 input,
    .tB_Item01a select.HoogCardMonth,
    .tB_Item01a select.HoogCardYear {
        appearance: none;
        border-radius: 0.375rem;
        border-width: 1px;
        font-size: .95rem;
        height: 3.125rem;
        line-height: 1.50rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        width: calc(100% - 4rem);
        --tw-border-opacity: 1 !important;
        float: left;
        font-weight: 700;
    }

.tB_Item .tb02,
.tB_Item01 .tb02 {
    min-height: 6.5rem;
    padding-top: 2rem;
}

.tB_Item .tb03,
.tB_Item01 .tb03 {
    min-height: 2.125rem;
    width: calc(100% - 2rem);
    padding-top: 2rem;
}

.tB_Item01 .tb03 {
    height: 42.5px;
}

.tB_Item01 input {
    height: 32.5px;
    width: calc(100% - 2rem);
    outline:0;
}

.tB_Item01a select.HoogCardMonth,
.tB_Item01a select.HoogCardYear {
    height: 45px;
    width: calc(50% - 5px);
    float: left;
    margin: 2.5px ;
}

.tB_Item .ddl01 {
    width: calc(100% - 2rem);
    font-size: .95rem;
}



    .tB_Item .tb01:focus,
    .tB_Item .tb02:focus,
    .tB_Item .tb03:focus,
    .tB_Item .tb04:focus,
    .tB_Item01 .tb01:focus,
    .tB_Item01 .tb02:focus,
    .tB_Item01 .tb03:focus,
    .tB_Item01 .tb04:focus,
    .tB_Item .ddl01:focus,
    .tB_Item01a select.HoogCardMonth,
    .tB_Item01a select.HoogCardYear,
    .lR_Message .tbLr01,
    .popup-product-reviev .ppr-main .popup-txt,
    .popup-product-reviev .ppr-main .popup-txt01,
    .popup-product-reviev .ppr-main .popup-txt02,
    .column-right .right-content .right-contact-form .popup_area .popup-txt,
    .column-right .right-content .right-contact-form .popup_area .popup-txt01,
    .column-right .right-content .right-contact-form .popup_area .popup-txt02 {
        outline: 0;
    }

.tB_Item .lbl01,
.tB_Item01 .lbl01,
.tB_Item01a .lbl01 {
    width: calc(100% - 4rem);
    height: auto;
    float: left;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: .10rem;
    position: absolute;
    left:15px;
}

    .tB_Item .lbl01.lbl01Year,
    .tB_Item01 .lbl01.lbl01Year,
    .tB_Item01a .lbl01.lbl01Year{
        left: 190px;
    }


    .pS_Close1 {
        display: none;
    }

.pS_Open1 {
    display: none;
}

.popupStandart {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000000;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
}

.pS_Dialog {
    position: relative;
    width: auto;
    transition: transform .3s ease-out;
    max-width: 320px;
    min-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
    display: flex;
    align-items: flex-start;
    pointer-events: none;
}


    .pS_Dialog.pS_Dialog_Contract {
        position: relative;
        width: auto;
        transition: transform .3s ease-out;
        max-width: calc(100% - 280px);
        min-height: calc(100% - 100px);
        margin: 1.75rem auto;
        display: flex;
        align-items: flex-start;
        pointer-events: none;
    }

        .pS_Dialog.pS_Dialog_Contract .lR_Main,
        .pS_Dialog.pS_Dialog_Contract .lR_Main span#spAggrement {
            width: calc(100% - 40px) !important;
        }

.pS_Content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
}



.pS_Header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .3rem 1rem;
 /*   border-bottom: 1px solid #dee2e6;*/
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.pS_Body {
    position: relative;
    flex: 1 1 auto;
    padding: .3rem 1rem;
}

.pS_Title {
    line-height: 1.5;
    font-size: 1.25rem;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.pS_Close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    cursor: pointer;
    max-height: 20px;
    border-radius: 0.25rem;
    opacity: 1;
    -webkit-appearance: button;
}

.lRClose {
    display: none;
}

.lROpen {
    display: block;
}

.lR_Main {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 280px;
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    overflow: hidden !important;
    border-radius: 0.375rem !important;
    --tw-bg-opacity: 1 !important;
}

    .lR_Main ul {
        display: flex;
        margin: 0 !important;
        padding: 0 !important;
        list-style-type: none;
    }

        .lR_Main ul li {
            flex-grow: 1;
        }

            .lR_Main ul li span {
                height: 1.25rem;
                --tw-bg-opacity: 1;
                padding: 10px 0 10px 0;
                font-size: .875rem;
                line-height: 1.500rem;
                position: relative;
                --tw-text-opacity: 1;
                width: 100%;
                font-weight: 600;
                --tw-text-opacity: 1;
                cursor: pointer;
                -webkit-appearance: button;
                text-transform: none;
                background-image: none;
                margin: 0;
                text-align: center;
                display:block;
            }

                .lR_Main ul li span.lR_active {
                    --tw-bg-opacity: 1;
                    --tw-text-opacity: 1;
                }

                    .lR_Main ul li span.lR_active::before {
                        top: 0px;
                        height: 0.3125rem;
                        position: absolute;
                        left: 0px;
                        display: block;
                        width: 100%;
                        content: "";
                        --tw-bg-opacity: 1;
                    }

    .lR_Main .lR_Content {
        padding: 1.5rem;
        height: auto;
        overflow: hidden;
        width: calc(100% - 3rem);
    }

        .lR_Main .lR_Content .lR_Message {
            --tw-text-opacity: 1;
            font-weight: 700;
            font-size: 1rem;
            line-height: 2rem;
            margin-bottom: 1rem;
            float: left;
            overflow: hidden;
            width: 100%;
        }

.lR_Message .lblLr01 {
    width: calc(100% - 2.5rem);
    height: auto;
    float: left;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: .25rem;
    position: absolute;
    left:45px;
}

.lR_Message .tbLr01 {
    appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.80rem;
    height: 2.825rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    width: calc(100% - 2.5rem);
    --tw-border-opacity: 1 !important;
    float: left;
    font-weight: 700;
}

.lR_Message .aMessage {
    font-size: .725rem;
    line-height: 1rem;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.lR_Message .aMessage01 {
    font-size: .625rem !important;
    line-height: 10px !important;
    cursor: pointer !important;
    font-weight: bold;
    text-decoration: none !important;
    width: calc(100% - 30px);
    height: auto;
    float: left;
    margin-left: 10px;
}

.lR_txtRight {
    width: calc(100% - 10px);
    text-align: right !important;
}

.lR_Message .btnchk02 {
    border-radius: .25rem;
    border-width: 1px;
    cursor: pointer;
    float: left;
    height: 1.125rem;
    vertical-align: top;
    width: 1.125rem;
}

.lR_Message a.abtn01,
.lR_Message a.abtn02 {
    font-size: .85rem;
    line-height: 1.25rem;
    width: calc(100% - 2rem);
    border-width: 1px;
    align-items: center;
/*    background-color: transparent;*/
    border-radius: 0.375rem;
    font-weight: 600;
    height: 2.125rem;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
}

.lR_Message a.abtn01a,
.lR_Message a.abtn02a {
    width: calc(100% - 2rem);
    margin-top: 5px;
}







.myOrdersMain table.table01 {
    width: 100%;
    margin: 15px 0 15px 0;
    border-spacing: 0;
/*    color: var(--text-color);*/
    font-size: .75rem;
    font-weight: 600;
}

    .myOrdersMain table.table01 tr.tr00 {
    /*    border: 1px solid var(--border-color);*/
        width: 100%;
    }

    .myOrdersMain table.table01 tr.tr01 {
        width: 100%;
       /* background-color: var(--bg-color);*/
        display: none;
    }

.BtnClose {
    display: none;
}

.myOrdersMain table.table01 thead tr th.th01 {
/*    border: 1px solid #e2d485;*/
 /*   background-color: #f1eee2;*/
    border-right: none;
    padding: 10px;
    text-align: center;
}

.myOrdersMain table.table01 thead tr th.th02 {
/*    border: 1px solid #e2d485;*/
   /* background-color: #f1eee2;*/
    padding: 10px;
    text-align: center;
}

.myOrdersMain table.table01 tbody tr {
   /* background-color: var(--light-color);*/
}

    .myOrdersMain table.table01 tbody tr td.td01 {
   /*     border: 1px solid #e2d485;*/
        border-top: none;
        border-right: none;
        padding: 10px;
        text-align: center;
    }

    .myOrdersMain table.table01 tbody tr td.td02 {
       /* border: 1px solid #e2d485;*/
        border-top: none;
        padding: 10px;
        text-align: center;
        font-size: 20px;
    }

        .myOrdersMain table.table01 tbody tr td.td01 span,
        .myOrdersMain table.table01 tbody tr td.td02 i {
            cursor: pointer;
        }

    .myOrdersMain table.table01 tbody tr td table.table02 {
        width: 100%;
        margin: 0px 0 5px 0;
        border-spacing: 0;
/*        color: var(--text-color);*/
        font-size: .75rem;
        font-weight: 600;
    }

        .myOrdersMain table.table01 tbody tr td table.table02 thead tr th.th03 {
      /*      border: 1px solid #c8bb72;*/
            /*background-color: #e2d485;*/
            border-right: none;
            padding: 10px;
            text-align: center;
        }

        .myOrdersMain table.table01 tbody tr td table.table02 thead tr th.th04 {
            /*border: 1px solid #c8bb72;*/
         /*   background-color: #e2d485;*/
            padding: 10px;
            text-align: center;
        }

        .myOrdersMain table.table01 tbody tr td table.table02 tbody tr td.td03 {
          /*  border: 1px solid #e2d485;*/
   /*         background-color: var(--light-color);*/
            border-top: none;
            border-right: none;
            padding: 10px;
            text-align: center;
        }

        .myOrdersMain table.table01 tbody tr td table.table02 tbody tr td.td04 {
           /* border: 1px solid #e2d485;*/
 /*           background-color: var(--light-color);*/
            border-top: none;
            padding: 10px;
            text-align: center;
        }

        .myOrdersMain table.table01 tbody tr td table.table02 tbody tr td.td03 img.img01 {
            max-height: 25px;
            width: auto;
            margin: 0 auto;
        }

        .myOrdersMain table.table01 tbody tr td.td01 a:hover,
        .myOrdersMain table.table01 tbody tr td table.table02 tbody tr td.td03 a:hover,
        .myOrdersMain table.table01 tbody tr td.td02 i:hover {
     /*       color: var(--warning-color);*/
        }



.TabMain {
    width: calc(100% - 4px);
    height: auto;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-left: none;
}

.TabMain {
    padding: 10px;
    border-top: none;
    flex-direction: column;
}

.TabMain01 {
    width:calc(100% -  20px);
    padding: 0 10px 0 10px;
    border-top: none;
    flex-direction: row;
}
.TabMain02 {
    width: calc(100% - 20px);
    padding: 20px 10px 20px 10px;
}

.TabMain03 {
    padding: 10px;
    flex-direction: column;
    border-top: none;
}

.TabMain span.span01 {
    font-weight: bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    display: block;
    width: 100%;
    float: left;
}

.TabMain .tmInner {
    width: 100%;
    height: auto;
    float: left;
}

    .TabMain .tmInner.Pad01 {
        padding: 10px;
    }

.TabMain span.span02 {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    font-size: 14px;
   /* background-color: rgb(255, 252, 238);*/
  /*  border: 1px solid var(--border-color);*/
    border-radius: 5px;
    text-align: center;
}

.TabMain .span03 {
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
    width: 45px;
    height: 25px;
    float: right;
    font-size: 14px;
/*    background-color: rgb(255, 252, 238);
    border: 1px solid var(--border-color);*/
    border-radius: 5px;
    text-align: center;
}

.TabMain .span04 {
    cursor: pointer;
    padding: 10px;
    margin-top: 5px;
    width: 45px;
    height: 25px;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /*background-color: rgb(255, 252, 238);
    border: 1px solid var(--border-color);*/
    border-radius: 5px;
    text-align: center;
}


.Incelemeler {
    display: flex;
    align-items: center;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
}

.searchMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.searchElements {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.searchResults {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.results-box {
    position: absolute;
    width: calc(50%);
    max-height: 300px;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    margin-top: 284px;
    z-index: 5;
    border-radius: 10px;
}

    .results-box ul {
        list-style: none;
        padding: 0;
        max-width: 768px;
        width: 100%;
        margin: 0 auto;
    }

    .results-box li {
        padding: 8px 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        width: calc(100% - 20px);
    }


.search-item {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

.urun-link {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.urun-gorsel {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
   /* border: 1px solid #ddd;*/
}

.urun-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.stok-kodu {
    font-weight: bold;
    font-size: 13px;
}

.urun-adi {
    font-size: 13px;
}

/*Hover Menu Yeni*/



.Vmenu-container {
    position: absolute;
    display: flex;
    top: 2.5px;
    gap:10px;
}

.StokGuncelleme {
    width: 150px;
    color: var(--accent-color);
    text-align:center;
}


    .StokGuncelleme span {
        font-size: .75rem;
        font-weight: 600;
    }

.VLanguage {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.VLanguage a { 
 /*   color:var(--light-color);*/
}


.Vtoggle-link {
    display: flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding: 10px;
   /* background-color: var(--accent-color);
    color: var(--light-color);*/
    text-decoration: none;
    cursor: pointer;
    min-width: 132px;
    text-align:center;
}

.Vdropdown-menu {
    display: none;
    position: absolute;
    background: #ecf0f1;
 /*   border: 1px solid #bdc3c7;*/
    min-width: 150px;
    z-index: 1000;
}

    .Vdropdown-menu a {
        display: block;
        padding: 10px;
  /*      color: #2c3e50;*/
        text-decoration: none;
        width: calc(100% - 20px);
        text-align:right;
    }

        .Vdropdown-menu a:hover {
   /*         background-color: #bdc3c7;*/
        }



#paytr_taksit_tablosu, .paytr_taksit_tekcekim, .paytr_taksit_secenekleri {
    clear: both;
    font-size: 12px;
    max-width: 1200px;
    text-align: center;
}

.paytr_taksit_tekcekim, .paytr_taksit_secenekleri {
    margin: 5px auto;
    width: calc(((100% / 4 ) - 10px) * 3);
    padding: 12px 2px 12px 2px;
    cursor: default;
    text-align: center;
}

.paytr_taksit_secenekleri {
    margin-bottom: -6px;
}

    #paytr_taksit_tablosu::before, .paytr_taksit_tekcekim::before, .paytr_taksit_secenekleri::before {
        display: table;
        content: " ";
    }

    #paytr_taksit_tablosu::after, .paytr_taksit_tekcekim::after, .paytr_taksit_secenekleri::after {
        content: "";
        clear: both;
        display: table;
    }

.taksit-tablosu-wrapper {
    margin: 5px;
    width: calc(100% / 4);
    padding: 12px 2px 12px 2px;
    cursor: default;
    text-align: center;
    display: inline-block;
}

.taksit-logo img {
    max-height: 28px;
    padding-bottom: 10px;
}

.taksit-tutari-text {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.taksit-tutar-wrapper {
    display: inline-block;
    width: 100%;
}


.taksit-tutari {
    float: left;
    width: calc(50% - 4px);
    padding: 6px 0;
}

.taksit-tutari-bold {
    font-weight: bold;
}

@media all and (max-width: 600px) {
    .taksit-tablosu-wrapper {
        margin: 5px 0;
    }
}

/* 2-0 - OTHER PAGE*/
