
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,700;1,800&display=swap');

:root{
    --gray-light: #ecf1eb;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.remix.light{
    width: 1.5rem;
    height: 1.5rem;
    fill: white;
}

.remix.dark{
    width: 1.75rem;
    height: 1.75rem;
    transition: all 150ms ease-in-out;
}
@media(max-width: 600px){
    .categories_story img{
      min-width:165px;
    }
  }
.form-loader-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .5);
    width: 100vw;
    height: var(--vh-100);
    cursor: progress;
}

html.form_submit .form-loader-overlay{
    display: block;
    z-index: 16000001;
    cursor: progress;
}

.form-loader{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.75);
    border-radius: var(--base-margin);
    position: fixed;
    color: var(--light);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    color: var(--light);
}
.form-loader .spinner-border{
    width: 50%;
    height: 50%;
}

a, a:hover{
    color: var(--dark);
}

input,
.page-link:focus,
.custom-control-input,
.btn,
.custom-select:focus,
.custom-control-input:focus~.custom-control-label::before,
.form-control:focus{
    box-shadow: none !important;
}


.custom-select:focus,
.form-control:focus{
    border-color: var(--success);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

textarea{
    resize: none;
}

html,body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

body{
    opacity: 0;
}

body.loaded{
    opacity: 1;
}

.container-fluid {
    max-width: 1200px;
}

.PM_clear{
    clear: both;
}

.bg-gray-light{
    background-color: var(--gray-light) !important;
}

.fw-500{
    font-weight: 500;
}

.form-control::placeholder{
    font-weight: 300;
}

.custom-control{
    padding-left: 2rem;
    cursor: pointer;
}

.custom-control-label{
    cursor: pointer;
}

.custom-control-input,
.custom-control-label::after,
.custom-control-label::before{
    top: .125rem;
    left: -2rem;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--success);
    background-color: var(--success);
}

.custom-control-input {
    top: .25rem;
    left: -.5rem;
    cursor: pointer;
}

.modal{
    margin-top: -4rem;
    transition: all 150ms ease-in-out;
    opacity: .5;
}

.modal.show{
    margin-top: 0;
    opacity: 1;
    z-index: 1100 !important;
}
#platinpopup {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none!important;
}
@media (min-width: 1200px){
    #platinpopup {
        top: 50% !important;
        left: 50% !important;
        max-width: 1024px;
        transform: translate(-50%, -50%);
        bottom: inherit!important;
        margin-left: 0!important;
    }
}
@media (max-width: 768px){
    #platinpopup {
        top: 70% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        bottom: inherit!important;
        margin-left: 0!important;
    }
}

p.baslik{
    font-weight: bold;
}

.owl-theme .owl-nav{
    margin: 0;
}
@media (min-width:900px) {
    .owl-theme:hover .owl-nav [class*=owl-]{
        visibility: visible;
        opacity: 1;
    }
}
.owl-theme:hover .owl-nav [class*=owl-]{
    visibility: visible;
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 3rem;
    height: 4rem;
    border-radius: 4px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: rgba(0,0,0,.3) !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: all 150ms ease-in-out;
    padding: 0 21px;
}

.main-banner .owl-theme .owl-nav [class*=owl-]{
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 3rem;
    height: 4rem;
    border-radius: 4px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: rgba(0,0,0,.3) !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: all 150ms ease-in-out;
    padding: 0 21px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: rgba(0,0,0,.5) !important;
}

.main-banner .owl-prev{margin-left:20px !important;}
.main-banner .owl-next{margin-right:20px !important;}


.owl-theme .owl-nav [class*=owl-].disabled{
    opacity: .5!important;
}

.owl-theme .owl-nav [class*=owl-] span{
    display: none;
}

.owl-theme .owl-nav .owl-prev{
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/arrow-left-s-line.svg")!important;
}

.owl-theme .owl-nav .owl-next{
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/arrow-right-s-line.svg")!important;
}
.owl-theme-dark .owl-stage,
.owl-theme-dark .owl-item{
    display: flex;
}

#shopFooter p{
    font-weight: 500;
    font-size: 1rem;
}

#shopFooter ul{
    list-style: none;
    padding: 0;
}

#shopFooter ul a{
    display: inline-block;
    line-height: 20px;
}

.st_view{
    position: relative;
}

.st_tab_view{
    width: 100%;
}

#PM_anasayfa_urunler{
    width: 100%;
}

.st_slide_container{
    margin-bottom: 2rem;
}

#vitrin_tabs{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0 !important;
}

#vitrin_tabs li{
    display: block;
}

#vitrin_tabs li a{
    font-size: 25px;
    font-weight: 500;
    padding: .5rem 1rem;
    margin: 0 1.25rem;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none !important;
    transition: all 150ms ease-in-out;
    border-bottom: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #fff;
}

#vitrin_tabs li a.st_tab_active{
    background-color: #fff;
    margin-bottom: -1px;
    padding-bottom: calc(.5rem + 1px);
}

#PM_Blog .blog-wrapper{
    border: none;
    background: none;
}

#customer-reviews .owl-stage,
#blog-modul .owl-stage{
    display: flex;
}

#customer-reviews .owl-item{
    margin-bottom: 1rem;
}

#customer-reviews .yorum-card{
    height: auto;
}

#customer-reviews .yorum-card .yorumicerik{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog_detay{
    width: calc(100% + 1rem);
}

.diger_blog{
    flex: 1 0 25%;
}

.diger_blog ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-header{
    background-color: var(--light) !important;
}

.copyright_row{
    background-color: #fff;
    border-top: 1px solid #f0f2f5;
    
}
.cookie-notification{
    @media(min-width:471px){
        left:30px;
        bottom: 10px;
    }  
    @media(max-width:470px){
        bottom: 0px;
    }  
}