/* NEW CSS */

.solaDon {
    background: url(/Data/EditorFiles/oklar2.svg) no-repeat;
    left: 13%;
    transform: translateY(-140%);
}
.sagaDon {
    background: url(/Data/EditorFiles/oklar2.svg) no-repeat;
    right: 12.2%;
    transform: rotate(180deg) translateY(139%);
}
@media only screen and (max-width: 800px) {
    .sagaDon {
        background: url(/Data/EditorFiles/oklar2.svg) no-repeat;
        right: -2.8% !important;
        transform: rotate(180deg) translateY(76%) !important;
        margin-top: 16px !important;
        margin-right: 17px !important ;
        margin-bottom: 19px !important;
    }
    .solaDon, .sagaDon {
        position: absolute !important;
        top: 10.5% !important;
        width: 8px !important;
        height: 36px !important;
        cursor: pointer !important;
        display: block !important;
    }
    .solaDon {
        background: url(/Data/EditorFiles/oklar2.svg) no-repeat;
        left: 2% !important;
        transform: translateY(-19%) !important;
        margin-top: 16px !important;
        margin-right: 15px !important;
        margin-bottom: 25px !important;
    }
}


.cizgi-mobil{
    display:none;
}
.kaydirilabilir {
    transition: scroll 0.3s ease-in-out; 
    overflow-x: scroll; 
}
.solaDon, .sagaDon {
    position: absolute;
    top: 10%;
    width: 33px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.kaydirilabilir {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}
.stBorder {
    border-radius: 90% 90% 90% 90%;
    max-width: 207px;
    height: 187px;
    width: 187px;
    border: 3px solid #ffffff;
    padding:0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.storyTitle {
    font-weight: 600;
    white-space: break-spaces;
    color: #333;
    overflow: hidden;
    min-height: 25px;
    font-size: 15px;
    display: flex;
    text-align: center;
    padding: 5px 0;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.StorySection::-webkit-scrollbar-thumb {
     background: transparent !important; 
}
.kaydirilabilir::-webkit-scrollbar-thumb {
     background: transparent !important; 
}
.StorySection {
    /*margin-top: 65px;*/
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    /* -webkit-overflow-scrolling: touch; */
    padding: 33px 0px 0px 3px;
    box-sizing: border-box;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
}
.StorySection::-webkit-scrollbar {
    background: transparent !important
}
.kaydirilabilir::-webkit-scrollbar {
    background: transparent !important
}
.StorySection .Item {
    display: inline-grid !important;
    width: 226px;
    vertical-align: top;
    margin-right: 13px;
    justify-items: center;
    margin-left: 13px;
    margin-top: 13px;
}
.StorySection .Item .itemText {
    float: left;
    color: black;
    font-size: 11px;
    width: 65px !important;
    top: 160px;
    font-weight: bold;
    line-height: 13px;
    text-align: -webkit-match-parent;
    margin-top: -20px;
    display: none;
}

@media only screen and (max-width: 1600px) {
    .sagaDon {right: 3.2%; }
    .solaDon{left: 4%; }
}
@media only screen and (max-width: 800px) {
    .cizgi-mobil{
        height: 0px;
        width: 75px;
        border: 1px solid #663ca282;
        position: absolute;
        top: 8.5%;
        left: 40.1%;
        display: none;
    }
    .anaBannerHover{
        border: solid 2px lightgray;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .stBorder {
        border-radius: 90% 90% 90% 90%;
        max-width: 100px;
        height: 100px;
        width: 100px; 
        border: 2px solid #ffffff;
        box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .storyTitle {
        font-weight: 600;
        white-space: break-spaces;
        color: #333;
        overflow: hidden;
        min-height: 25px;
        font-size: 11px;
        display: flex;
        text-align: center;
        padding: 5px 0;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .StorySection::-webkit-scrollbar-thumb {
        background: transparent !important;
    }
    .StorySection {
        /*margin-top: 65px;*/
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        /* -webkit-overflow-scrolling: touch; */
        padding: 15px 24px 15px 17px;
        box-sizing: border-box;
        overflow-y: hidden;
        margin-bottom: -14px;

    }
    .StorySection .Item {
        display: inline-grid !important;
        width: 103px;
        vertical-align: top;
        margin-right: 10px;
        justify-items: center;
    }
    .StorySection .Item .itemText {
        float: left;
        color: black;
        font-size: 11px;
        width: 65px !important;
        top: 160px;
        font-weight: bold;
        line-height: 13px;
        text-align: -webkit-match-parent;
        margin-top: -20px;
        display: none;
    }
}

@media only screen and (max-width: 424px) {
    .StorySection .Item .itemText {
        float: left;
        color: black;
        font-size: 11px;
        width: 65px !important;
        top: 160px;
        font-weight: bold;
        line-height: 13px;
        text-align: -webkit-match-parent;
        margin-top: -20px;
    }
}

@media only screen and (max-width: 374px) {
    .StorySection .Item .itemText {
        float: left;
        color: black;
        font-size: 9px;
        width: 62px;
        top: 160px;
        font-weight: bold;
        /* line-height: 15px; */
        text-align: -webkit-match-parent;
        margin-top: -20px;
        font-weight: 500;
    }
}
.loader {
    position: relative;
    width: 25px;
    height: 25px;
    margin-top: -55px;
    margin-right: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.loader-star {
    position: absolute;
    top: calc(50% - 12px);
}
.loader-9 .star1 {
    -webkit-animation: stars-pulse 1s ease-in-out infinite;
    animation: stars-pulse 1s ease-in-out infinite;
    left: 0;
}
.loader-9 .star2 {
    -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
    animation: stars-pulse 1s 0.2s ease-in-out infinite;
    left: 25px;
}
.loader-9 .star3 {
    -webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
    animation: stars-pulse 1s 0.4s ease-in-out infinite;
    left: 50px;
}

@keyframes stars-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    80% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes star-pulse {
    0%,
    100% {
        transform: scale(0) rotate(0deg);
        opacity: 0.5;
    }
    25% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(2) rotate(0deg);
        opacity: 1;
    }
    75% {
        transform: scale(1.5) rotate(90deg);
    }
}

/* SAAT ANIM */
.clock {
    border-radius: 60px;
    border: 3px solid #b93d46;
    height: 45px;
    width: 45px;
    position: relative;
    margin-top: calc(50% - 105px);
}

.clock:after {
    content: "";
    position: absolute;
    background-color: #91498e;
    top: 1.5px;
    left: 48%;
    height: 24px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 4s linear infinite;
    animation: grdAiguille 4s linear infinite;
}

@keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.clock:before {
    content: "";
    position: absolute;
    background-color: #91498e;
    top: 6px;
    left: 48%;
    height: 20px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
    -webkit-animation: ptAiguille 48s linear infinite;
    animation: ptAiguille 48s linear infinite;
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.mobile-top-banner{
    display: none;
    width: 100%;
}

.marquee-wrapper {
    display: none;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
    background: #81aad5;
    color: #fff;
    margin-bottom: 2px;
    font-weight: 500;
}

.marquee {
    display: inline-flex;
    white-space: nowrap;
    animation: scrollLeft 40s linear infinite;
}

@keyframes scrollLeft {
    0%{transform: translateX(0%); }
    100%{transform: translateX(-100%); }
}

@media (max-width: 768px){
    .mobile-top-banner{
        display: block;
    }
    .marquee-wrapper{
        display: block;
    }
}


/* OLD CSS */

#productImage li:last-child {
    display: flex !important;
    justify-content: center;
    z-index: -1
}

.sliderWrap {
    width: 100%
}

.slide-wrapper {
    position: relative
}

.sliderMain {
    width: 100%;
    min-height: 7px;
    display: flex;
    flex-direction: column;
}

.GelismisVitrinLoad {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    margin: -25px 0 0
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.sliderMain ul {
    width: 100%;
    min-height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

[dir=rtl] .sliderMain ul {
    float: left
}

.carousel {
    position: relative;
    left: -10px
}

[dir=rtl] .carousel,
[dir=rtl] .carousel li {
    float: left
}

[dir=rtl] .carousel {
    width: 100%
}

.sliderMain li,
.sliderMain p,
.sliderMain a {
    padding: 0;
    margin: 0
}

.responsive .fade li,
.responsive .fade li p,
.responsive .fade li a {
    width: 100%;
    height: 100%
}

.responsive .fade li p,
.responsive .fade li a {
    position: absolute;
    top: 0;
    left: 0
}

.responsive li {
    background-size: cover !important
}

.fade>li {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.fade li.current {
    position: static
}

.carousel li {
    float: left
}

.sliderMain img {
    float: left;
    width: 100%;
    max-width: 100% !important
}

.slideControl {
    position: absolute;
    width: 100%;
    height: 42px;
    top: 50%;
    margin-top: -21px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 10px;
    pointer-events: none;
}

.twoCol .slideControl,
.threeCol .slideControl {
    left: 10px;
    right: 10px;
    margin-left: 0;
    width: auto
}

.slideControl span {
    width: 45px;
    height: 42px;
    background-image: url(arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 20px;
    pointer-events: auto;
}

.slideControl span.prevSlide {
    transform: rotate(180deg);
    background: url(/Data/EditorFiles/oklar.svg) no-repeat center;
    float: right !important;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
    margin-right: 0px;
}

.slideControl span.nextSlide {
    transform: rotate(0deg);
    background: url(/Data/EditorFiles/oklar.svg) no-repeat center;
    float: left !important;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
}

.nextSlide {
    background-position: right 0
}

.sliderMain ul.slidePager {
    min-height: auto;
    position: absolute;
    height: 20px;
    text-align: center;
    bottom: 10px !important;
    right: 10px;
    left: 0;
    padding: 0 10px;
    box-sizing: border-box;
    display: table
}

.twoCol .sliderMain ul.slidePager,
.threeCol .sliderMain ul.slidePager {
    width: auto;
    left: 10px;
    right: 10px;
    margin-left: 0
}

.slidePager li {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #efe3d6;
    margin-top: 5px;
    margin-left: 5px;
    text-indent: -9999px;
    border-radius: 100%
}

.slidePager li.active {
    background: no-repeat #df508e;
    margin-top: 0;
    cursor: default;
    position: relative
}

.slidePager li.active:after {
    content: '';
    background: center center no-repeat;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px
}

@media screen and (max-width: 1320px) {
    .slideControl,
    .sliderMain ul.slidePager {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
        margin-left: 0
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #productImage li:last-child {
        /*margin-23px*/
    }
    .sliderMain img {
        float: left;
        width: 100%;
        max-width: 100% !important
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .sliderMain img {
        float: left;
        width: 100%;
        max-width: 100% !important
    }
}