@media (min-width: 1440px){
    .container {
        width: 1350px;
    }
}

.pswp__img{
    width: auto!important;
}
/*TERAPİST DESTEK*/
@media screen and (min-width:768px){
    div.terapistdestek{
        position: fixed;
        z-index: 99;
        left: 7px;
        bottom: 0px;
    }
    div.terapistdestek img{
        width: 225px;
        height: 161px;
        margin-left: -101px;
        transition: .3s;
    }
    /*
    .page- div.terapistdestek img{
        animation: destek 5s infinite;
        animation-delay: 2s;
        animation-direction: alternate;
        animation-iteration-count: 2;
    }
    */
    div.terapistdestek:hover img{
        width: 208px;
        height: 154px;
        margin-left: 0px;
    }
    
}
@media screen and (max-width:767px){
    div.terapistdestek{
        position: fixed;
        z-index: 99;
        left: 7px;
        bottom: 50px;
    }
    div.terapistdestek img {
        width: 464px;
        height: 203px;
        margin-left: -400px;
        transition: .3s;
    }
    .page- div.terapistdestek img {
        animation: destekmobile 10s infinite;
        animation-delay: 0s;
        animation-direction: alternate;
        animation-iteration-count: 2;
    }
    div.terapistdestek{
        display: none;
    }
}
@keyframes destek {
	0% {
		margin-left: -162px;
	}

	70% {
		margin-left: 0px;
	}

	100% {
		margin-left: -162px;
	}
}
@keyframes destekmobile {
	0% {
		margin-left: -400px;
	}

	20% {
		margin-left: -100px;
	}

	80% {
		margin-left: -100px;
	}

	100% {
		margin-left: -400px;
	}
}
/*Giriş Yazısı*/
@media (min-width: 768px){
    #header .header-nav.header-nav-stripe nav>ul>li:first-child>a{
        border: 3px solid #ff5722;
        height: 40px!important;
        margin-top: 7px;
        font-weight: 700;
        transition: .3s;
    }
    #header .header-nav.header-nav-stripe nav>ul>li:first-child:hover>a{
        background: #000!important;
        color: #fff!important;
    }
    /*
    .girisyazisi p:nth-last-child(-n+2){
        margin-left: 100px;
    }
    */
}

.girisyazisi{
    margin-top: 180px;
}


/*Buttons*/
html .product-actions .btn-primary {
    font-weight: 700;
    border-color: #0000002b!important;
    color: #000000!important;
    background-color: #025f8900!important;
}


/*******Menü Listele*****/
.kategori-listele ul.nav-list li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
    width: 370px;
}
.kategori-listele .menu-list a:not(.side-dropdown-custom) {
    padding-right: 0px!important;
    font-weight: 700;
    color:#3f54a5;
}
.kategori-listele .toggle {
    margin: 10px 0 20px;
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.kategori-listele .side-dropdown-custom.fake-label{
    display: none!important;
}
/*******Menü Listele Son*****/

/***Yorumlar***/
@media (max-width: 479px){
    .post-comments ul.comments li {
        border-left: 1px solid #DDD;
        clear: both;
        padding: 0 0 0 50px;
    }
}
/***Yorumlar Son***/
.block {
    display: block;
}
h3{
    text-transform: inherit;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-actions .tsarama img{
    filter: invert(1)
}
a.tsinstagram{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border: transparent;
}
.pswp__caption__center {
    max-width: 635px!important;
    margin: -2% auto 0 29%!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.box-text{
    padding: 15px 30px;
    border-radius: 15px;
    background: #f3f3f3;
    box-shadow: 0 0 40px -15px black;
    margin-bottom: 30px;
}
.box-blue{
    border: 3px dashed #025f89;
}

@media (max-width: 767px){
    html.sticky-header-active #header .header-body{
        top: -142px!important;
    }
    .product-actions a, .product-actions .btn-group button {
        display: block!important;
        margin-bottom: 10px;
    }
    .box-text{
        margin: 10px;
        width: auto;
    }
    .box-text ul{
        padding-left: 17px;
    }
}
i.fa.fa-close:before {
    content: 'X';
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    vertical-align: baseline;
}
.wws-popup__support-about:before {
    content: 'Whatsapp İletişim';
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-top: -8px;
}
.col-xs-12.shop{
    margin-top: 0px;
}
/*Toolbar Genel CSS*/
.sort-by select optgroup:nth-child(2){
    display: none;
}
/*Toolbar Genel CSS Son*/

/*Toolbar Desktop CSS*/
@media (min-width: 922px){
    .toolbar .sorter>div:not(.sort-by-1).sort-by {
        display: none;
    }
    .toolbar .sorter .sort-by {
        float: left;
        margin-right: 15px;
        margin-bottom: 4px;
    }
    .create_links_top{
        float: right;
        margin-right: 15px;
        margin-top: -3px;
    }
    .toolbar .sorter select, .toolbar .sorter input{
        width: 125px;
    }
    .toolbar{
        padding: 0 10px 20px 0!important;
    }
}
/*Toolbar Desktop CSS Son*/
.toolbar.mb-none.col-xs-12{
    float: initial;
}
/*Mobil Toolbar CSS*/
@media (max-width: 921px){
    .shop-sidebar-toggle-btn span:before {
        content: 'Buraya Tıkla ve İl Seçerek Terapistleri ';
    }
    .toolbar.mb-none.col-xs-12{
        display: block;
        padding: 0 0px 15px!important;
    }
    .sort-by.sort-by-custom.sort-by-1, .create_links_top, .toolbar .sorter .sort-by{
        display: none;
    }
}
/*Mobil Toolbar CSS Son*/
.terapistsayfasi img{
    filter: invert(1)
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    background-color: #de4800;
    border-radius: 0 6px 6px 0!important;
    border-color: #de4800;
}
input#search{
    border-radius: 6px 0 0 6px!important;
    border: 2px solid #de4800;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000!important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
button.btn.btn-default:after {
    content: '🔍';
}

h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 15px!important;
}
blockquote {
    font-size: 14px!important;
    border-style: outset!important;
    border-left: 5px solid #ff7600!important;
}
@media (min-width: 992px){
    .heading p{
        font-size: 15px;
    }
    #footer p{
        font-size: 12px;
        line-height: 18px;
    }
    body p{
        font-size: 14px;
        line-height: 24px;
    }
    #footer .col-md-5 {
        width: 41.66666667%!important;
    }
    html #header.header-flex .header-nav{
        margin-top: 10px;
    }
    #searchForm .input-group{
        width: 400px;
    }
    h1 {
        font-size: 2em;
        margin: 15px 0!important;
        line-height: initial;
    }
    h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 42px;
        margin: 0 0 15px;
    }
    body:not(.page-) #header.header-narrow .header-logo img {
        margin: -53px 12px 12px 0;
        width: auto;
        height: 83px;
    }
    .sticky-header-active body:not(.page-) #header.header-narrow .header-logo img {
        margin: -14px 12px 12px 0;
        width: auto;
        height: 56px;
    }
    body:not(.page-) #header.header-narrow .header-logo a.pr.zi1:before{
        width: 39px;
        height: 39px;
        top: -56px;
        left: 51px;
    }
}
.contentDiv a.btn, .contentDiv a.btn:hover, .contentDiv a.btn:focus{
    color: #000000!important;
    background-color: transparent!important;
}
.w100y.post-meta a{
    color: #b71919;
    pointer-events: none;
}
a.scroll-to-top.hidden-mobile.visible:before {
    content: "\279C  Başa Dön";
    padding: 0 7px 0 5px;
}
html .scroll-to-top.visible {
    transform: rotate(-90deg);
}
.wws--text-color{
    color: #fff!important;
    border: 1px solid #fff;
    animation: pulse 1s infinite
}
.page-header.mb-lg{margin-bottom:0!important;}
.modal-title{text-align:center;}
path{
    stroke-dasharray:310;
    opacity:10;
    animation: animate 4s cubic-bezier(0,0.23,1,.1);
}
.kapi path{
    stroke-dasharray:310;
    opacity:10;
    animation: kapi 4s cubic-bezier(0,0.23,1,.1);}
@keyframes animate{
0%{
opacity: 0;
fill: none;
stroke-dashoffset:310;
}
30%{
opacity: 10;
fill: none;
stroke-dashoffset:310;
}
90%{
fill: transparent;
}
100%{
opacity: 10;
fill: transparent;
stroke-dashoffset:0;
}
}
@keyframes kapi{
0%{
opacity: 0;
fill: none;
stroke-dashoffset:310;
}
30%{
opacity: 10;
fill: none;
stroke-dashoffset:310;
}
90%{
fill: transparent;
}
100%{
opacity: 10;
fill: transparent;
stroke-dashoffset:0;
}
}
.breadcrumb>.active {
    color: #b3b3b3;
}
.breadcrumb a{color: #ee8600;}
#header .header-top{padding:0;}
#header .header-top.header-top-style-2{background: #aa0107;}
#header .header-body{background: #ffffffdb!important;}
@media (min-width: 2000px){
.three-boxes{margin-top:0px;padding:0px;}
}
@media (max-width: 1999px){
.three-boxes{margin-top:50px;padding:50px 0px;}
}
@media (min-width: 768px){
}

/**Rakamlı listeleme CSS
.contentDiv ol li,.contentDiv ol li h2{
    font-size: 22px!important;
    font-weight: 700!important;
}
.contentDiv ol li h2{
    margin:0;
    color:#fff;
}
.contentDiv ol{
    background-color: #2665a9;
    padding: 0px 10px 0px 40px;
    border-radius: 10px;
    width: fit-content;
}
.contentDiv ol li{
    color:#fff;
}
/**Rakamlı listeleme CSS**/


.recent-posts h4 a{
    font-weight: 600;
    color: #000000;
}
.recent-posts .date .day, article.post .post-date .day {
    color: #000000;
}
.recent-posts .date .month, article.post .post-date .month {
    background-color: #ffffff;
    color: #000000;
}
.recent-posts .date{
    border: 1px solid #ff5722;
}
a.read-more, a.learn-more{
    color: #000000;
    font-weight: 700;
}
.girisyazisi a.hidden-xs.pl10.pr10 {
    color: #000000;
}
@media (min-width: 992px){
    .sidebar{
        border-radius: 15px;
        width:23%;
        margin-top: 15px;
        margin-left: 22px;
        box-shadow: 0px 0 13px -7px black;
    }
    .menu-list a:not(.side-dropdown-custom){
        padding: 8px 0 8px 27px;
        font-size: 1em;
    }
    .sidebar ul.toggle{
        margin-top: 0;
    }
    .sidebar ul.toggle li.menu-list a:before{
        content: ".";
        margin: -12px 0 0 -16px;
        font-size: 39px;
        color: #de4800;
        border: 0;
    }
    .sidebar h2{
        background-color: #de4800;
        color: #fff;
        font-weight: 600!important;
        display: inline-block;
        width: 99%;
        margin-left: 1%;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 26px;
        border-radius: 15px 15px 0 0;
        margin-bottom: 0;
        box-shadow: 0 -3px 27px -15px #00000087;
    }
    .sidebar .col-md-12.col-sm-12.col-xs-12.mt15{
        padding: 0;
        margin-top: 0;
        border-radius: 15px;
    }
    .recent-posts .row.listeleme article:nth-child(3n+1){
        clear: both;
    }
    #header.header-narrow .header-logo img {
        margin: -45px 12px 12px 0;
    }
    .header-logo a.pr.zi1{
        position: absolute;
    }
    #header.header-narrow .header-logo a.pr.zi1:before {
        transition:3s;
        width: 56px;
        height: 56px;
        left: 71px;
        right: 0;
        content: '';
        background: #ffe800;
        display: block;
        position: absolute;
        top: -55px;
        border-radius: 50%;
        box-shadow: 0 0 19px 2px #ffff00;
    }
    .sticky-header-active #header.header-narrow .header-logo a.pr.zi1:before {
        top: -100px;
    }
    .sticky-header-active #header.header-narrow .header-logo img {
        margin: -19px 12px -20px 0;
        width: auto;
        height: 54px;
    }
    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #019f4e transparent transparent;
    }
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        border-color: transparent transparent transparent #009f4d;
    }
    .three-boxes{margin-top:50px;padding: 50px 30px;}
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a{background-color: transparent!important;color:#de4800!important;}
    html #header.header-semi-transparent .header-nav-main nav>ul>li:not(.active)>a, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li:not(.active)>a, html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li:not(.active)>a {
        color: #373949;
    }
    #header.header-narrow .header-nav.header-nav-stripe nav>ul>li>a{padding: 20px 13px;text-transform: inherit;}
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{font-size:1em;}
    html #header .header-nav-bar-primary{background:#000!important;}
    .sticky-header-active #header.header-flex .header-nav {margin-top: 2px;}
    #header .header-logo svg{height:81px;margin-left: -80px;transition:.5s;margin-top: -33px}
    .sticky-header-active .header-logo svg{padding-top:11px;margin-top: 0!important;height: 65px!important;}
    #header .header-nav-top .nav>li>a:hover, #header .header-nav-top .nav>li>span:hover{color:#111;background:transparent;}
#header.header-narrow .header-logo .logo-default{margin: -75px -70px -102px 0;}
html.sticky-header-active #header.header-semi-transparent-light .header-body{top:0px !important;}
    #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{color:#37394b;font-weight: 500;}
    #header .header-top .header-social-icons {margin-top: 8px;}
    #header .header-nav-main nav>ul>li>a{font-size:16px;font-weight:500;}
    .breadcrumb8{padding: 50px 0 !important;}
    .page-header{background-color: #1a3e82;background-image: radial-gradient(circle at 67% 83%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 1%,transparent 1%, transparent 5%,transparent 5%, transparent 100%),radial-gradient(circle at 24% 80%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 27%,transparent 27%, transparent 63%,transparent 63%, transparent 100%),radial-gradient(circle at 23% 5%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 26%,transparent 26%, transparent 82%,transparent 82%, transparent 100%),radial-gradient(circle at 21% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 35%,transparent 35%, transparent 45%,transparent 45%, transparent 100%),radial-gradient(circle at 10% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 21%,transparent 21%, transparent 81%,transparent 81%, transparent 100%),radial-gradient(circle at 19% 61%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 20%,transparent 20%, transparent 61%,transparent 61%, transparent 100%),radial-gradient(circle at 13% 77%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 63%,transparent 63%, transparent 72%,transparent 72%, transparent 100%),radial-gradient(circle at 30% 93%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 33%,transparent 33%, transparent 82%,transparent 82%, transparent 100%),linear-gradient(90deg, rgb(22, 176, 207),rgb(19, 37, 105));border:0;}
}

.product-details-area .label-default{
    display: inline-block!important;
}
@media (max-width: 768px){
    .product-details-area .label-default{
        display: none!important;
    }
    .heading.heading-middle-border:before{
        display:none;
    }
    .m-mt-30{
        margin-top: -30px;
    }
    #footer p{
        font-size: 12px;
        line-height: 18px;
    }
    body p{
        font-size: 16px;
        line-height: 26px;
    }
    body li{
        font-size: 16px;
        line-height: 26px;
    }
    .sticky-header-active .header-body{
        height: 142px;
    }
    .wws-popup-container{
        display: none!important;
    }
    .ampstart-btn.truncate{
        border-radius: 0px!important;
    }
    .ampstart-btn {
        font-size: 1.25rem;
        color: #000!important;
        background-color: #ffe11b;
        line-height: 1.125rem;
        border-color: transparent;
        border: 1px solid transparent;
        text-decoration: none;
        word-wrap: normal;
        vertical-align: middle;
        cursor: pointer;
    }
    .call-action {
        bottom: 0;
    }
    .call-action .col-xs-3,.call-action.col-xs-12{
        padding:0;        
    }
    .pb01 {
        padding-bottom: 0.1rem;
    }

    .pt01 {
        padding-top: 0.1rem;
    }
    .pb05 {
        padding-bottom: 0.5rem;
    }
    
    .pt05 {
        padding-top: 0.5rem;
    }
    .fw7 {
    font-weight: 700;
    }
    
    .f10 {
        font-size: 10px;
    }
    .block {
        display: block;
    }
    .truncate {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .i-amphtml-layout-size-defined {
    overflow: hidden!important;
    }
    
    .i-amphtml-layout-fixed, [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {
        display: inline-block;
        position: relative;
    }
    .-ra {
        display: inline-block;
    }
    .-rl {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .-rc {
        grid-column: 1/-1;
        grid-row: 1/-1;
        animation: roll 12s cubic-bezier(.25,.1,.25,1) 1s infinite backwards;
    }
    .-rc:nth-child(2) {
        animation-delay: 4s;
        /* opacity: 0; */
    }
    .-rc:nth-child(3) {
        animation-delay: 7s;
        opacity: 0;
    }
    .-rc:nth-child(4) {
        animation-delay: 10s;
        opacity: 0;
    }
    #header.header-narrow .header-logo a.pr.zi1:before {
        transition:3s;
        width: 56px;
        height: 56px;
        left: 51px;
        right: 0;
        content: '';
        background: #ffe800;
        display: block;
        position: absolute;
        top: -73px;
        border-radius: 50%;
        box-shadow: 0 0 19px 2px #ffff00;
    }
    .sticky-header-active #header.header-narrow .header-logo a.pr.zi1:before {
        top:-98px;
    }
    img.custom-image-style-1{display:inline;height:133px!important;width:auto!important;}
    .three-boxes{margin-top:50px;padding: 50px 30px;}
    #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span {color: #37394b;font-size: .75em;padding: 12px 6px;}
    #header .header-logo svg{width: 120px;height:50px;}
    #header .header-nav-bar .header-btn-collapse-nav{margin-top: -70px;}
    #header .header-logo img{height:96px!important;width: 129.41px!important;
    }
    .sticky-header-active #header .header-logo img{height:65px!important;width: 87.61px!important}
    #header.header-narrow .header-logo img {
        margin: -50px 12px 12px 0;
    }
    .sticky-header-active #header.header-narrow .header-logo img {
        margin: -10px 12px 20px 0;
    }
    .sticky-header-active #header .header-logo img{top:0 !important;}
    #header .header-btn-collapse-nav:before {content: "MENU";font-size: small;font-weight: 700;}
}

@keyframes roll{
    0% {
        opacity: 0;
        transform: translate3d(0,-70%,0);
    }
    
    2.5%, 25% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    100%, 27.5% {
        opacity: 0;
        transform: translate3d(0,70%,0);
    }
}
@keyframes a{
    0% {
    opacity: 0;
    transform: translateY(2rem);
    }
    
    100% {
        opacity: 1;
        transform: none;
    }
}

.btn-grad {
    background: transparent;
    border: 1px solid #ff5722;
    }
.btn-grad {
    margin: 10px 0;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: black!important;
    border-radius: 10px;
    display: inline-block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
/*
.anasayfa-slide{margin:0 !important;position:relative;border-top:0!important;height:100vh;}
.anasayfa-slide > div,
.anasayfa-slide > div > div{
    position:relative;
    z-index:2;
    display: table;
    height: 557px;
    width:100%;
    margin-top:30px;
}
.anasayfa-slide > div > div > div{
  display: table-cell;
  vertical-align:middle;
}

.anasayfa-slide h2.word-rotator-title .word-rotate{max-height:75px;line-height:75px;}
.anasayfa-slide h1{font-size:60px;color:#14286c;}
@media (min-width: 2000px){
.anasayfa-slide > div,
.anasayfa-slide > div > div{
    margin-top:150px;
    height:72vh;
}
}
@media (max-width: 474px){
}
@media (max-width: 767px){
    .anasayfa-slide{
        background-position: 100% 97%!important;
        background-size: 100%!important;
        padding: 0 0 141px!important;
        height: auto;
        }
    .anasayfa-slide h2.word-rotator-title .word-rotate{max-height:45px;line-height:45px;}
    .anasayfa-slide h1{font-size:34px;color:#14286c;}    
    .anasayfa-slide a{clear: both; display:inline-block;margin-top: 15px;}
    .anasayfa-slide h2{font-size:32px;}
    .anasayfa-slide > div,.anasayfa-slide > div > div{margin:0;}
}

@media (max-width: 425px){
    .anasayfa-slide h2.word-rotator-title .word-rotate{max-height:40px;line-height:40px;}
    .anasayfa-slide h1{font-size:22px;color:#14286c;margin: 90px 0 0px;}       
    .anasayfa-slide h2{font-size:24px;}
}

.anasayfa-slide h2{color:#f1f1f1;}
*/
body p{
    font-family: 'Open Sans', sans-serif;
}

.custom-btn-filtrele, .custom-arama, .custom-arama-submit{
    background: #fff;
    border: 1px solid #ccc;
    /*
    padding: 2px 8px;
    height: 26px;
    */
    color: #777;
    font-size: 13px;
    border-radius: 3px;
    width: auto!important;
    float:left;
    margin-right:5px;
}
.sort-by .bootstrap-select{
    width:auto!important;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
}
.shop-sidebar ul li.chosen a{
    font-weight:bold;
    color:#000;
}

.sort-by-arama{width:100%;margin-bottom: 10px!important;}


@media (min-width: 992px){
    .product .product-name a {
        font-weight: bold;
    }    
    .sticky-header-active .header-nav-main.header-nav-main-effect-1{
        margin-top: 50px!important;
    }
    .sticky-header-active #header .header-social-icons{
        margin: 54px 0 0 10px!important;
    }
    .owl-stage-outer.owl-height{height: 427px;}
    .owl-item.active{width: 650px;}
    .sticky-header-active #header .cart-dropdown .cart-dropdown-icon{
        margin-top:40px;
    }
}

/* Shop Sidebar Mobile */
@media (max-width: 767px) {
    .sticky-header-active #header .top-arama{
        margin-bottom: 10px;
        width:75%;
    }
    .shop-sidebar{display:none;}
    .products-grid.columns4 li:nth-child(2n+1) {
        clear:both!important;
    }   
    .header-nav-top li{
        display:none;
    } 
    .header-nav-top li:nth-child(2){
        display:block;
    }
    /*
    .sticky-header-active span.f14.mr5.left {
        font-size: 35px;
        padding: 0 15px 10px;
    }
    */
    #header .header-btn-collapse-nav{
        background: black;
        margin: -91px 0 8px 15px;
    }
    .sticky-header-active #header .header-btn-collapse-nav {
        /*
        height: 84px;
        width: 84px;
        margin-right: -15px;
        border-radius: 0!important;
        */
        margin-top: -44px;
    }
    #header .header-container{
        background: #ffffff;
    }
    .sticky-header-active #header .header-container{
        background: #de4800;
    }
}
.shop-sidebar-toggle-btn{
    background: #fff;
    border: 1px solid #de4800;
    padding: 2px 8px;
    height: 26px;
    color: #1d2127;
    font-size: 13px;
    border-radius: 3px;    
}
@media (min-width: 1200px){
    .products-grid.columns4 li:nth-child(5n+1) {
        clear:none!important;
    }
}
@media (min-width: 768px) {
    .shop-sidebar{
        padding-left: 0;
        width:20%;
    }
.products-grid{padding:0 15px !important}
}
.sorter .pagination li{padding:0!important}
.sorter .products-grid.columns4 li{width:auto!important;}
.toolbar-bottom li a, .sorter .pagination>li>a, .sorter .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}



.mobile-nav{
    background-color: rgba(255,255,255,0.95);
    overflow-y: auto;
    overflow-x: hidden;
}
.body.mmenu-open .mobile-nav{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);    
}
.mmenu-open #mobile-menu-overlay {
    opacity: .25;
}
.shop-sidebar-mobile li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    background-color: transparent;
    border: 0;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-decoration: none!important;
}
.shop-sidebar-mobile{
    margin:0;
    padding:0;
}
.shop-sidebar-mobile li {
    display: block;
    position: relative;
    list-style:none;
    margin:0
}

.shop-sidebar-mobile li.chosen a:after {
    top: 8px;
    content: 'X Seçimi Kaldır';
    display: inline-block;
    opacity: .6;
    color: currentColor;
    margin-right: 5px;
    background-color: #f1f1f1;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 12px;
    font-size: 12px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 99px;
    text-align: right;
    position: absolute;
    right: 0;
}
.shop-sidebar-mobile li.chosen a:before {
    content: '\2713';
    display: inline-block;
    opacity: .6;
    margin-right: 5px;
    color: green;
}

/* Shop Sidebar */
@media (min-width: 992px) {
    .col-md-9.hide-addtolinks .products-grid{
        margin-top: 5px!important;
    }
    .products-grid.columns5{
        margin-top: 0!important;
    }
    .heading.heading-border{
        margin-bottom: 0;
        margin-top: 0px;
    }
  .col-md-9 {
    padding-right: 12px;
  }
  .col-md-9.col-md-push-3 {
    padding-right: 15px;
    padding-left: 12px;
  }
  .col-md-9 + .col-md-3 {
    padding-left: 12px;
  }
  .col-md-9 + .col-md-3.col-md-pull-9 {
    padding-left: 15px;
    padding-right: 12px;
  }
}
.shop-sidebar .panel-group {
  margin-bottom: 40px;
}
.shop-sidebar .panel-group .panel + .panel {
  margin-top: 14px;
}
.shop-sidebar .panel.panel-default {
  border-radius: 6.99px;
  border: none;
}
.shop-sidebar .panel.panel-default .panel-heading {
  border-radius: 0;
}
.shop-sidebar .panel.panel-default .panel-heading .panel-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
}
.shop-sidebar .panel.panel-default .panel-heading a {
  position: relative;
  border-radius: 6.99px 6.99px 0 0;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-right: 45px;
  color: #555;
  border: 1px solid #ddd;
}
.shop-sidebar .panel.panel-default .panel-heading a:before {
  font-family: 'FontAwesome';
  content: ">";
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.shop-sidebar .panel.panel-default .panel-heading a:hover:before {
  background-color: #070b3a;
  border-color: #070b3a;
  color: #fff;
}
.shop-sidebar .panel.panel-default .panel-heading a.collapsed {
  border-radius: 6.99px;
}
.shop-sidebar .panel.panel-default .panel-heading a.collapsed:before {
  content: "\f0d7";
}
.products-grid.columns4 li:nth-child(2n+1){
    background: #eeeeee00;
}
.products-grid.columns4 li{
    border: 1px solid #eeeeee00;
    box-shadow: 0 0 19px -9px #8f8f8f;
}
.product .product-name a:focus, .product .product-name a:hover{
    color: #ff5722!important;
    text-decoration: none;
}
.products-grid.columns4 li:hover .btn-primary{
    color: #ff5722!important;
    border-color: #000!important;
    font-weight: 700;
    background: #fff!important;
}
.products-grid .product .product-image-area{
    padding: 0;
    border: 0;
}
@media screen and (min-width:767px){
    .products-grid.columns4 li{
        border-radius: 10px;
        width: 24%!important;
        margin-right: 5px;
        margin-bottom: 5px;
        transition: .6s;
        background-color: #ffffff;
    }
    .products-grid.columns4 li:hover .product .product-name a{
        color: #fff;
    }
    .products-grid.columns4 li:hover {
        background-color: #000000;
        /*
        background-image: linear-gradient(315deg, #ffcfdf 0%, #b0f3f1 74%);
        */
        box-shadow: 0 19px 47px -19px #7f7f7f;
        transform: scale(1.05);
    }
    .col-md-9.hide-addtolinks{
        width: 80%;
    }
    .product-details-box .product-short-desc {
        max-height: 400px;
        width: 71%;
        float: left;
        overflow-x: hidden;
        padding: 0 20px 10px 0;
    }
    .product-details-box .product-short-desc::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
        background-color: #999;
        opacity: .3;
    }
    .product-details-box .product-short-desc::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
        border-radius: 10px;
    }
    .product-details-box .product-short-desc::-webkit-scrollbar {
        width: 6px;
    }
    .product-essential .col-sm-5{
        width: 25%!important;
    }
    .product-essential .col-sm-7{
        width: 75%!important;
    }
    .product-details-box .product-actions{
        width: 25%;
        float: right;
    }
    .product-details-box .product-short-desc p{
        line-height: 24px!important;
        margin: 0 0 10px!important;
    }
    .product-actions a, .product-actions .btn-group button{
        margin-bottom: 10px;
        display: block!important;
    }
}
@media screen and (max-width:767px){
    .product-details-box .product-name{
        font-size: 19px;
        line-height: 24px;
    }
    body:not(.page-) .z9.call-action.visible-xs{
        display: none!important;
    }
    .product-details-box .product-short-desc p, .product-details-box .product-short-desc li{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .product-details-box .product-actions{
        float: none;
        width: 150%;
        left: -51%;
    }
    .product-details-box .product-short-desc{
        /*
        float: right;
        */
        max-height: 170px;
        overflow: scroll;
    }
    .product-details-box.col-sm-7{
        width: 65%;
    }
    .product-essential .col-sm-5{
        width: 35%;
        float: left;
        margin-top: 40px;
    }
}
/*sayfadasınız*/
.toolbar-bottom .pagination>li:first-child>a:after, .toolbar-bottom .pagination>li:nth-child(2)>a:after, .toolbar-bottom .pagination>li:nth-last-child(2)>a:after, .toolbar-bottom .pagination>li:last-child>a:after {
    content: none;
}
.toolbar-bottom .pagination>li>a:after {
    content: '. sayfa';
}
.toolbar-bottom .pagination > .active > a:after {
    content: '. sayfadasınız'!important;
}
.shop-sidebar .panel.panel-default .panel-body {
    max-height: 995px;
    overflow-y: scroll;
  padding: 15px 15px 7px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 6.99px 6.99px;
  background-color: #fbfbfb;
}
.shop-sidebar .filter-price {
  margin: 14px 0 9px;
}
.shop-sidebar .filter-price #price-slider {
  margin-bottom: 20px;
}
.shop-sidebar .filter-price .noUi-target {
  background: #eee;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.shop-sidebar .filter-price .noUi-handle {
  background: #0088CC;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
.shop-sidebar .filter-price .noUi-handle:before, .shop-sidebar .filter-price .noUi-handle:after {
  display: none;
}
.shop-sidebar .filter-price .noUi-horizontal {
  position: relative;
  height: 7px;
}
.shop-sidebar .filter-price .noUi-horizontal .noUi-handle {
  position: absolute;
  width: 13px;
  height: 18px;
  border: 0;
  left: -6.5px;
  top: -6px;
}
.shop-sidebar .filter-price .noUi-horizontal .noUi-base .noUi-origin {
  position: absolute;
}
.shop-sidebar .filter-price .noUi-connect {
  background-color: #1ab3ff;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}
.shop-sidebar .filter-price .filter-price-details {
  text-align: center;
}
.shop-sidebar .filter-price .filter-price-details * {
  white-space: normal;
}
.shop-sidebar .filter-price .filter-price-details span {
  vertical-align: middle;
  line-height: 26px;
}
.shop-sidebar .filter-price .filter-price-details .form-control {
  display: inline-block;
  vertical-align: middle;
  color: #a3a2a2;
  padding: 2px 5px;
  font-size: 14px;
  margin: 0 2px;
  width: 50px;
  height: 26px;
}
.shop-sidebar .filter-price .filter-price-details .btn {
  border: none;
  height: 26px;
  line-height: 26px;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  margin: 5px 0;
}
.shop-sidebar ul, .shop-sidebar ol {
  padding: 0;
  margin: -7px 0 0;
  list-style: none;
}
.shop-sidebar ul li a, .shop-sidebar ol li a {
  color: #777;
  line-height: 2;
}
.shop-sidebar .configurable-filter-list {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  font-size: 0;
}
.shop-sidebar .configurable-filter-list li {
  display: inline-block;
  margin: 0 5px 8px;
}
.shop-sidebar .configurable-filter-list li a {
  display: block;
  color: #777;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.shop-sidebar .configurable-filter-list li a:hover {
  border-color: #0088CC;
  text-decoration: none;
}
.shop-sidebar .configurable-filter-list.filter-list-color li a {
  padding: 1px;
}
.shop-sidebar .configurable-filter-list.filter-list-color li a span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
}
.shop-sidebar h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.shop-sidebar .owl-carousel .owl-nav {
  top: -28px;
  width: auto;
  right: 5px;
  margin: 0;
  line-height: 1;
}
.shop-sidebar .owl-carousel .owl-nav .owl-prev,
.shop-sidebar .owl-carousel .owl-nav .owl-next {
  font-size: 16px;
  line-height: 1;
  min-width: 18px;
}

.shop-sidebar li.chosen{position:relative;}
.shop-sidebar li.chosen a:before {
    content: '\2713';
    display: inline-block;
    opacity: .6;
    margin-right: 5px;
    color: green;
}
.shop-sidebar li.chosen a:after {
    top: 8px;
    content: 'X Seçimi Kaldır';
    display: inline-block;
    opacity: .6;
    color: currentColor;
    margin-right: 5px;
    background-color: #f1f1f1;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 12px;
    font-size: 12px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 99px;
    text-align: right;
    position: absolute;
    right: 0;
}


.toolbar {
  margin-bottom: 8px;
}
.toolbar .sorter:after {
  content: '';
  display: table;
  clear: both;
}

.toolbar .sorter .limiter {
  float: right;
}
.products-grid {
    margin: 0 -15px;
}
.toolbar .sorter label {
    margin-bottom: 0;
  font-weight: 400;
  margin-right: 5px;
  color: #777;
  font-size: 13px;
  vertical-align: middle;
}
.toolbar .sorter select {
    background: #fff;
    border: 1px solid #de4800;
    padding: 2px 8px;
    height: 26px;
    color: #1d2127;
    font-size: 13px;
    border-radius: 3px;
}
.toolbar .sorter .view-mode {
  float: left;
  margin-right: 10px;
  line-height: 29px;
  height: 30px;
}
.toolbar .sorter .view-mode i {
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
  width: 26px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
.toolbar .sorter .view-mode span i, .toolbar .sorter .view-mode span:hover i, .toolbar .sorter .view-mode span:focus i {
  color: #fff;
  background-color: #0088CC;
  border-color: #0088CC;
}
.toolbar .sorter .view-mode a:hover i, .toolbar .sorter .view-mode a:focus i {
  color: #fff;
  background-color: #0088CC;
  border-color: #0088CC;
}
.toolbar .sorter .pagination {
  float: right;
  margin: 0 0 5px 8px;
}
.toolbar .sorter .pagination a,
.toolbar .sorter .pagination span {
  border-radius: 3px;
  min-width: 26px;
  padding: 3px 6px;
  margin-left: 5px;
  text-align: center;
}


/* -- Google Translate Css*/
.goog-te-gadget-icon{display:none;}
.goog-te-banner-frame.skiptranslate {display:none !important;} 
body{top: 0px !important;}
.goog-te-gadget-simple{border:0;}
.goog-te-gadget-simple {background-color: transparent;}
.goog-te-gadget-simple .goog-te-menu-value span {color:#999  !important;}
.goog-te-gadget-simple .goog-te-menu-value{padding:0px;margin:0 15px 0 0;display: inline-block;}
#header .header-top .header-nav-top{max-height:48px;overflow: hidden;}
@media (min-width: 992px){
#header.header-narrow .header-logo .logo-default{margin: -75px -70px -102px 0;}
}
html.sticky-header-active #header.header-semi-transparent-light .header-body{top:0px !important;}
.goog-te-gadget-simple{font-size:14px !important;color: #222 !important;}
.fa.fa-globe {float:left;padding:6px 6px;}
/* -- End Google Translate Css */

.product-label span{
    background: #ffffff;
    color: #000000;
    font-size: 13px!important;
}
/*p,li,a,div,span,h1,h2,h3,h4,h5,h6 {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
*/
/*popup form start*/
.modal-open .modal-content{border-radius:30px!important;}
.modal-open .modal-header{border-radius: 20px 20px 0 0;background-color: #5d8edf;text-align:center;}
.modal-open .modal-header h4{color:#fff;font-weight:700;}
.modal-open .modal-content .ozelFormLabel{font-weight:700;}
.modal-open .modal-content option,.multiselect-container>li>a>label{font-weight:600!important;}
textarea.form-control {height: 135px;}
/*popup form END*/
.product .product-label{bottom:10px;top:inherit;}

#footer .usefull-links li:before {
    content: "›";
    color:#15c3e3;
    width: 10px;
    top: 0px;
    font-size: 15px;
    display: inline-block;
    text-align: right;
    border: none;
    margin: 0px 7px 0px 0px;
    position: relative;
}
#footer .contact-list .fa{
    color: #15c3e3;
    opacity: .9;
}
#footer .fa.fa-globe {
    float:none;
    padding: 6px 0px 0 0;
}
#footer h1,  #footer h2, #footer h3, #footer h4, #footer h5 {
    color: #666666!important;
    margin-top:20px;
}
#footer h5 {
    margin-bottom: 25px!important;
}
#footer .ozelFormLabel{color: #fff;}
#footer .container .row>div {
    margin-bottom: 0;
}
#footer:not(.light) a, #footer:not(.light) h1, #footer:not(.light) h2, #footer:not(.light) h3, #footer:not(.light) h4 {
    color: #1d2127;
}
#footer .single-footer-widget a, #footer p, #footer{font-weight:400;}
.footer-form .form-group {
    margin-bottom: -10px;
}
#footer{
    background-image: linear-gradient(55deg, rgba(208, 208, 208, 0.03) 0%, rgba(208, 208, 208, 0.03) 20%,rgba(55, 55, 55, 0.03) 20%, rgba(55, 55, 55, 0.03) 40%,rgba(81, 81, 81, 0.03) 40%, rgba(81, 81, 81, 0.03) 60%,rgba(208, 208, 208, 0.03) 60%, rgba(208, 208, 208, 0.03) 80%,rgba(191, 191, 191, 0.03) 80%, rgba(191, 191, 191, 0.03) 100%),linear-gradient(291deg, rgba(190, 190, 190, 0.02) 0%, rgba(190, 190, 190, 0.02) 14.286%,rgba(105, 105, 105, 0.02) 14.286%, rgba(105, 105, 105, 0.02) 28.572%,rgba(230, 230, 230, 0.02) 28.572%, rgba(230, 230, 230, 0.02) 42.858%,rgba(216, 216, 216, 0.02) 42.858%, rgba(216, 216, 216, 0.02) 57.144%,rgba(181, 181, 181, 0.02) 57.144%, rgba(181, 181, 181, 0.02) 71.42999999999999%,rgba(129, 129, 129, 0.02) 71.43%, rgba(129, 129, 129, 0.02) 85.71600000000001%,rgba(75, 75, 75, 0.02) 85.716%, rgba(75, 75, 75, 0.02) 100.002%),linear-gradient(32deg, rgba(212, 212, 212, 0.03) 0%, rgba(212, 212, 212, 0.03) 12.5%,rgba(223, 223, 223, 0.03) 12.5%, rgba(223, 223, 223, 0.03) 25%,rgba(11, 11, 11, 0.03) 25%, rgba(11, 11, 11, 0.03) 37.5%,rgba(86, 86, 86, 0.03) 37.5%, rgba(86, 86, 86, 0.03) 50%,rgba(106, 106, 106, 0.03) 50%, rgba(106, 106, 106, 0.03) 62.5%,rgba(220, 220, 220, 0.03) 62.5%, rgba(220, 220, 220, 0.03) 75%,rgba(91, 91, 91, 0.03) 75%, rgba(91, 91, 91, 0.03) 87.5%,rgba(216, 216, 216, 0.03) 87.5%, rgba(216, 216, 216, 0.03) 100%),linear-gradient(312deg, rgba(113, 113, 113, 0.01) 0%, rgba(113, 113, 113, 0.01) 14.286%,rgba(54, 54, 54, 0.01) 14.286%, rgba(54, 54, 54, 0.01) 28.572%,rgba(166, 166, 166, 0.01) 28.572%, rgba(166, 166, 166, 0.01) 42.858%,rgba(226, 226, 226, 0.01) 42.858%, rgba(226, 226, 226, 0.01) 57.144%,rgba(109, 109, 109, 0.01) 57.144%, rgba(109, 109, 109, 0.01) 71.42999999999999%,rgba(239, 239, 239, 0.01) 71.43%, rgba(239, 239, 239, 0.01) 85.71600000000001%,rgba(54, 54, 54, 0.01) 85.716%, rgba(54, 54, 54, 0.01) 100.002%),linear-gradient(22deg, rgba(77, 77, 77, 0.03) 0%, rgba(77, 77, 77, 0.03) 20%,rgba(235, 235, 235, 0.03) 20%, rgba(235, 235, 235, 0.03) 40%,rgba(215, 215, 215, 0.03) 40%, rgba(215, 215, 215, 0.03) 60%,rgba(181, 181, 181, 0.03) 60%, rgba(181, 181, 181, 0.03) 80%,rgba(193, 193, 193, 0.03) 80%, rgba(193, 193, 193, 0.03) 100%),linear-gradient(80deg, rgba(139, 139, 139, 0.02) 0%, rgba(139, 139, 139, 0.02) 14.286%,rgba(114, 114, 114, 0.02) 14.286%, rgba(114, 114, 114, 0.02) 28.572%,rgba(240, 240, 240, 0.02) 28.572%, rgba(240, 240, 240, 0.02) 42.858%,rgba(221, 221, 221, 0.02) 42.858%, rgba(221, 221, 221, 0.02) 57.144%,rgba(74, 74, 74, 0.02) 57.144%, rgba(74, 74, 74, 0.02) 71.42999999999999%,rgba(201, 201, 201, 0.02) 71.43%, rgba(201, 201, 201, 0.02) 85.71600000000001%,rgba(187, 187, 187, 0.02) 85.716%, rgba(187, 187, 187, 0.02) 100.002%),linear-gradient(257deg, rgba(72, 72, 72, 0.03) 0%, rgba(72, 72, 72, 0.03) 16.667%,rgba(138, 138, 138, 0.03) 16.667%, rgba(138, 138, 138, 0.03) 33.334%,rgba(54, 54, 54, 0.03) 33.334%, rgba(54, 54, 54, 0.03) 50.001000000000005%,rgba(161, 161, 161, 0.03) 50.001%, rgba(161, 161, 161, 0.03) 66.668%,rgba(17, 17, 17, 0.03) 66.668%, rgba(17, 17, 17, 0.03) 83.33500000000001%,rgba(230, 230, 230, 0.03) 83.335%, rgba(230, 230, 230, 0.03) 100.002%),linear-gradient(47deg, rgba(191, 191, 191, 0.01) 0%, rgba(191, 191, 191, 0.01) 16.667%,rgba(27, 27, 27, 0.01) 16.667%, rgba(27, 27, 27, 0.01) 33.334%,rgba(66, 66, 66, 0.01) 33.334%, rgba(66, 66, 66, 0.01) 50.001000000000005%,rgba(36, 36, 36, 0.01) 50.001%, rgba(36, 36, 36, 0.01) 66.668%,rgba(230, 230, 230, 0.01) 66.668%, rgba(230, 230, 230, 0.01) 83.33500000000001%,rgba(93, 93, 93, 0.01) 83.335%, rgba(93, 93, 93, 0.01) 100.002%),linear-gradient(90deg, #ffffff,#ffffff);
    margin-top:0;
    border-top: 0;
    padding: 30px 0 50px;
}
#footer .footer-copyright {background:transparent;border-top: 0;}
/*Footer Second*/
.single-footer-widget .logo a {
    color: #283a5e;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 900;
}
.single-footer-widget .logo a span {
    color: #ffffff;
}
.single-footer-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.single-footer-widget .usefull-links li, .single-footer-widget .contact-list li{
    height: 48px;
}
#footer .footer2 .social-icons li{border-radius:0;box-shadow:none;list-style-type:none;}
#footer .footer2 .social-icons li:hover a{opacity:1}
#footer .footer2 .social-icons li a{color:#FFF!important;border-radius:0}
#footer .footer2 .social-icons li.social-icons-twitter a{background:#1aa9e1}
#footer .footer2 .social-icons li.social-icons-facebook a{background:#3b5a9a}
#footer .footer2 .social-icons li.social-icons-instagram a{background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
#footer .footer2 .social-icons li:hover.social-icons-instagram a{background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;}
/*Footer Second Son*/
.footer-ribbon{display:none;}
/*Butonlar CSS*/

.btn-white{color:#fff;border:1px solid #ccc;}
.btn-white:hover{color:#fff;border: 1px solid #00538082;background-color: #27317d82;}
/*Butonlar CSS SON*/
.social-icons li:hover.social-icons-instagram a {background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}.page-odeme .submit{margin-bottom: 30px;}
.panel-group {margin-top: 15px;}
.product-price-box .old-price {width:100%;}

@media only screen and (min-width: 992px){
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        border-color: transparent transparent transparent #08c;
    }
}

.owl-carousel .owl-nav .owl-prev {
    left: -25px;
}
.owl-carousel .owl-nav .owl-next {
    right: -25px;
}

.header-logo a .logo-text span:first-child {
    font-size: 18px;
    color: #08c;
    text-align: left;
    font-weight: 600;
    letter-spacing: -1.3px;
    margin-top: -5px;
}
.header-logo a .logo-text span:nth-child(2) {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.7px;
    margin-top: 2px;
    color: #575757;
}
.logo-icon-wrp {
    float: left;
    width: 50px;
    height: 45px;
}
.parallax-background{background-repeat: no-repeat;}

.testimonial blockquote {background: #f5f5f5;}
.testimonial .testimonial-arrow-down {border-top-color: #f5f5f5;}


.page- .testimonial blockquote {background: #fff;}
.page- .testimonial .testimonial-arrow-down {border-top-color: #fff;}

.testimonial blockquote p {color: #777;}
.testimonial blockquote:after, .testimonial blockquote:before {color: #777;}
@media only screen and (min-width: 768px){
.testimonial blockquote p{min-height: 231px;max-height: 231px;overflow-y:auto;overflow-x:hidden;}
.section-yorumlar .aboutDesc>div:nth-child(1n+4), .masonry>div:nth-child(1n+4){margin-top:30px;}
}

.testimonial blockquote p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.testimonial blockquote p::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.testimonial blockquote p::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.section.template-2{margin-top:0;}

.section-primary.template-2 span, .section-primary.template-2 label{color:#fff;}

.counters.template-2 strong { line-height: 1;font-size: 3.6em;font-family: 'Open Sans Condensed', sans-serif;font-weight:normal;}
.counters.template-2 label{ font-family: 'Open Sans Condensed', sans-serif;font-weight:normal;font-size: 1.1em;color: #6a80a9 !important;}


/* Roundness */ 		
.rounded, .img-thumbnail, .img-thumbnail img, code, pre, .form-control, .form-control-sm, .form-control-sm .form-control, .form-control-lg, .form-control-lg .form-control, .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .invalid-tooltip, .btn, .btn-group-4 > .btn, .btn-sm, .btn-group-2 > .btn, .btn-xs, .btn-group-1 > .btn, .btn-lg, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .dropdown-menu, .input-group-4 > .form-control, .input-group-4 > .input-group-addon, .input-group-4 > .input-group-btn > .btn, .input-group-2 > .form-control, .input-group-2 > .input-group-addon, .input-group-2 > .input-group-btn > .btn, .input-group-addon, .input-group-addon.form-control-sm, .input-group-addon.form-control-lg, .nav-tabs > li > a, .nav-tabs.nav-justified > li > a, .nav-pills > li > a, .nav-tabs-justified > li > a, .navbar, .navbar-toggle, .navbar-toggle .icon-bar, .breadcrumb, .pagination, .pager li > a, .pager li > span, .label, .badge, .container .jumbotron, .container-fluid .jumbotron, .thumbnail, .alert, .progress, .card, .accordion .card, .well, .well-lg, .well-sm, .modal-content, .tooltip-inner, .popover, .popover-title, .carousel-indicators li, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, #header .header-search .form-control, #header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a, #header.header-transparent .header-nav-main, #header.header-semi-transparent .header-nav-main, #header.header-semi-transparent-light .header-nav-main, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a, #header .header-nav-top .dropdown-menu, .slider-container .tparrows, .nivo-slider .theme-default .nivoSlider, .nivo-slider .theme-default .nivoSlider img, .home-intro-compact, html.dark #header, html.boxed .body, blockquote.with-borders, p.drop-caps.drop-caps-style-2:first-child:first-letter, .btn-3d, select, .captcha-refresh, .featured-icon, .accordion .card-header, .tabs, .nav-tabs li a, .tab-content, .tabs.tabs-bottom .tab-content, .tabs.tabs-bottom .nav-tabs li a, .tabs-left .tab-content, .tabs-left .nav-tabs > li:first-child a, .tabs-left .nav-tabs > li:last-child a, .tabs-right .tab-content, .tabs-right .nav-tabs > li:first-child a, .tabs-right .nav-tabs > li:last-child a, .nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover, .nav-tabs.nav-justified li:last-child a, .nav-pills .nav-link, .nav-tabs.nav-justified li:last-child a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs-navigation, .tabs-navigation .nav-tabs > li:first-child a, .tabs-navigation .nav-tabs > li:last-child a, .nav-pills .nav-link, .navbar-toggler, .card, .card-header:first-child, .card-footer:last-child, .card-img, .badge, .badge-pill, .jumbotron, .alert, .progress, .modal-content, .tooltip-inner, .popover, .rounded, .toggle > label, .toggle.toggle-simple .toggle > label, .toggle.toggle-simple .toggle > label:after, .owl-carousel .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover, .owl-carousel.full-width .owl-nav .owl-prev, .owl-carousel.big-nav .owl-nav .owl-prev, .owl-carousel.full-width .owl-nav .owl-next, .owl-carousel.big-nav .owl-nav .owl-next, .embed-responsive.embed-responsive-borders, .pricing-table h3, .pricing-table .plan, .featured-box, .featured-box .box-content, .thumb-info, .thumb-info .thumb-info-wrapper, .thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-type, .thumb-info img, section.timeline .timeline-date, section.timeline .timeline-box, .testimonial blockquote, .testimonial.testimonial-style-2 blockquote, .testimonial.testimonial-style-3 blockquote, .testimonial.testimonial-style-4, .testimonial.testimonial-style-4 blockquote, .testimonial.testimonial-style-5 blockquote, .testimonial.testimonial-style-6 blockquote, .container .call-to-action, .progress, .progress.progress-border-radius, .progress.progress-border-radius .progress-bar, .progress-bar, .progress-bar-tooltip, .counters.with-borders .counter, html .scroll-to-top, .google-map.small, .google-map-borders, article.post .post-date .month, article.post .post-date .day, article .post-video, article .post-audio, ul.comments .comment-block, .recent-posts .date .month, #header nav.mega-menu .mega-menu-shop .dropdown-menu, .shop ul.products .product .add-to-cart-product, .product-info, .product-info img, .product-info + .product-info, .img-thumbnail.img-thumbnail-hover-icon:before, .product-thumb-info, .product .product-label span {border-radius: 6px!important;}

/* */
.ml-15{margin-left:-15px;}
.mr-15{margin-right:-15px;}

/* Genel */
.breadcrumb-section{margin:0 0 60px 0 !important;}


.product .product-image-area .product-image{border-radius:0;}

#footer .footer-ribbon span, .home-concept strong, .home-intro p em {font-family: 'Open Sans Condensed', sans-serif;}
.tp-caption.PostSlider-Title, .PostSlider-Title {font-family: 'Open Sans Condensed', sans-serif;}

h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif !important;} 

html .scroll-to-top {
    display: none;
    background: #008fe2;
    bottom: 150px;
    right: -10px;
    color: #ffffff;
}
html .scroll-to-top:hover, html .scroll-to-top:focus{color: #ffffff;}



/* Slider Bullet */
.tp-thumbs.hades {background: transparent !important;}
.section .HakkimizdaTitle {
    font-size: 40px;
}
.call-to-action-content .fa-star{font-size:30px;color:#FD4;}
.call-to-action-with-star .call-to-action-content{padding-top:0;padding-bottom: 0;}

.call-to-action.call-to-action-with-star .call-to-action-content {
    width: 65%;
}
.call-to-action.call-to-action-with-star .call-to-action-btn {
    width: 30%;
}
@media (max-width: 767px) {
    #footer .altbosluk{
        margin-bottom: 81px!important;
    }
    #footer{padding: 30px 0 0;}
    .m-mb30{margin-bottom:30px!important;}
    .m-tcenter{text-align:center;}
    #footer .footer-copyright {margin-top:-22px;}
    .call-to-action.call-to-action-with-star .call-to-action-btn,
    .call-to-action.call-to-action-with-star .call-to-action-content{
        width:100%;
    }
}
.list.list-icons li > .fa:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child, .list.list-icons li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 5px;
}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.fa-check:before {
    color: #0088cc;
    border-color: #0088cc;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.icons {font-size: inherit;}