ul.mliste{
    column-count: 2;
}
.contentDiv ul {
    padding-left: 0;
    list-style-type: none;
}
body li{
    color: #333333;
}
blockquote {
    border-left: 5px solid #ed217e;
    background: #ffffff;
}
img.menu-menu-img {
    border-radius: 11px;
    width: 81px;
    height: auto;
    margin-right: 10px;
}
@media (min-width: 992px) {
    .content.kurucu>div:nth-child(1), .content.kurucu>div:nth-child(2) {
        width: 50%;
        float: left;
    }
    li.menu-364.dropdown ul.dropdown-menu {
        column-count: 4;
        float: right;
        right: -355px;
    }
    .sayfa-ust-364 .contentDiv .content>div:nth-child(1), .sayfa-ust-364 .contentDiv .content>div:nth-child(2) {
        width: 50%;
        float: left;
    }
    ul.mliste{
        column-count: 3;
    }
}
#beauty path {
    fill: #ffffff;
}
#estetik path{
    fill: #ffffff
}

/********************** instagram css *************************/

.dynamic-instagram-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 12px;
    color: #ffffff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.dynamic-instagram-cta .insta-icon {
    font-size: 48px;
    flex-shrink: 0;
}

.dynamic-instagram-cta .insta-text div {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.dynamic-instagram-cta .insta-text p {
    margin: 0;
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 500;
}

.dynamic-instagram-cta .insta-button {
    margin-left: auto;
    flex-shrink: 0;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dynamic-instagram-cta .insta-button:hover {
    background-color: #fff;
    color: #d6249f;
}
@media (max-width: 768px) {
    .dynamic-instagram-cta {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .dynamic-instagram-cta .insta-icon {
        margin-right: 0;
    }
    .dynamic-instagram-cta .insta-button {
        margin-left: 0;
        margin-top: 10px;
    }
}

/************* Müşteri Yorumu CSS *****************/
.g-reviews-section {
    width: 100%;
    padding: 0 0 40px;
    margin-bottom: 30px;
    display: inline-block;
}
.splide__container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.splide__slide {
    padding: 10px; /* Kartlar arası boşluk için */
    box-sizing: border-box;
}

.g-review-card-inner {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.g-review-card-inner:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.g-review-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.g-review-card-header .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #546E7A; /* Profesyonel bir renk */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

.g-review-card-header .author-info .author-name {
    font-weight: 600;
    color: #202124;
    font-size: 15px;
}

.g-review-card-header .author-info .review-source {
    font-size: 13px;
    color: #70757a;
}

/* Yıldızlar */
.g-review-card .stars {
    color: #fbbc05;
    margin-bottom: 12px;
    font-size: 14px;
}

/* Yorum metni */
.g-review-card .comment {
    font-size: 14px;
    line-height: 1.6;
    color: #3c4043;
    flex-grow: 1;
}

.splide__arrow {
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.splide__arrow svg {
    fill: #333;
}
.splide__pagination__page.is-active {
    background: #007bff;
}
i.fas.fa-star {
    color: #fcbf02;
}
.splide__pagination {
    bottom: -1.5em;
}
/************* Müşteri Yorumu CSS SON *****************/

.color3a {
    color: #3a3a39!important;
}

/******************* FILTRELEME CSS *****************/
@media (min-width: 992px){
    span.label.label-default.mr5 {
        width: fit-content;
        margin: auto !important;
        z-index: 1;
        margin-top: -81px !important;
        font-size: 14px;
        letter-spacing: .41px;
        background: #3a3a39;
        color: white;
        border-radius: 3px;
        border: 1px solid #ffffff5e;
        opacity: .1;
        transition: .3s;
    }
    .product:hover span.label.label-default.mr5 {
        opacity: 1;
    }
}
/******************* FILTRELEME CSS SON *****************/

/******************* ÜRÜN SAYFALARI CSS *****************/

@media (min-width: 992px){
    .col-xs-6.col-md-6.mb30.item {
        width: 25%;
        padding: 5px;
        margin: 0;
    }
    .col-sm-8.col-md-8, .product-details-box.col-sm-4.col-xs-12{
        width: 100%
    }
    .special.speciallogo.slider4.mt15 .col-md-4:nth-child(3n+1) {
        clear: both;
    }
}
.speciallogo a.thumb-info:before{
    border: 0
}
.c000{
    color: #333333!important;
}
.product-details-box.col-sm-4.col-xs-12{
    margin-top: 20px;
}
.item .img-thumbnail .zoom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-left: 10px;
}
.uct-view .owl-carousel .owl-nav [class*="owl-"]{
    background: transparent!important;
}
.slider-title .inline-title {
    background: #dddddd;
}
/******************* ÜRÜN SAYFALARI CSS SON *****************/
html img {
    filter: grayscale(0)!important;
}
html a:hover img {
    filter: grayscale(0)!important;
}

.special a.thumb-info:hover:before{
    transform: rotateZ(45deg) scale(1.11);
}

#header .header-nav.header-nav-stripe nav>ul>li:hover>a {
    mask-image: linear-gradient(-75deg, #ffffff 30%, rgb(255 255 255 / 0%) 50%, #ffffff 70%);
    mask-size: 200%;
    animation: shine 2s infinite;
    color: #dcb152 !important;
}
@keyframes shine{
    0% {
        -webkit-mask-position: 150%;
    }
    
    100% {
        -webkit-mask-position: -50%;
    }
}
.thumb-info:hover .thumb-info-action-icon{
    display: none!important;
}
.sliderstars, .yildiz h2:before, .product .product-ratings{
    opacity: 0!important;
}
.product-details-box-inner a.butn-dark{
    letter-spacing: 1.5px;
}
.butn-dark.btn-default:hover{
    background: #3a3a39;
}
input.btn.btn-primary.btn-lg.btn-classic-form{
    border-color: #777777;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{
    display: none!important;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background: transparent!important;
    box-shadow: none!important;
}
#google_translate_element{width:300px;float:right;text-align:right;display:block;background: transparent!important;}
.goog-te-banner-frame.skiptranslate { display: none !important;background: transparent!important;} 
body { top: 0px !important;background: #e8e8e8!important; }
div.VIpgJd-suEOdc.VIpgJd-yAWNEb-L7lbkb.skiptranslate#goog-gt-tt{display: none !important; top: 0px !important;background: transparent!important;opacity: 0!important; } 
.goog-tooltip skiptranslate{display: none !important; top: 0px !important;background: transparent!important; } 
.activity-root { display: hide !important;background: transparent!important;} 
.status-message { display: hide !important;background: transparent!important;}
.started-activity-container { display: hide !important;background: transparent!important;}

html.en .dnonetr{
    display: none;
}
html.default .dnoneen{
    display: none;
}
.header-menu-top-wrp{
    z-index:9;
    position:relative;  
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent!important;
}
.header-menu-top{
    right:30px;
}
@media (max-width: 767px){
    .slider-container .btn-slider-action {
        padding: 20px 25px!important;
    }
    .header-menu-top{
        right:15px;
    }
    #header .header-btn-collapse-nav {
        margin-top: 15px;
        background: #666f5b00 !important;
        border: 0px solid #3a3a39;
        border-radius: 4px;
        padding: 15px 15px;
    }   
    #header .fa.fa-bars{
        font-size: 19px;
    }
} 
    
@media (min-width: 992px){
    .hakkimizda-resim-1{
        padding-left: 50px;
    }
    div.translation-icons{
        margin-top: -2px;
        margin-left: 25px;
    }
    #language_select a{
        text-decoration: none;
        margin-right: 5px;
    }
    #language_select a img {
        transition: .3s;
    }
    #language_select a:hover img {
        transform: scale(1.1);
    }
    li.menu-363 {
        display: grid;
        align-items: center;
    }
    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu {
        min-width: 225px;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{
        padding: 12px 20px 12px 8px;
        background: linear-gradient(to left, #ebebeb00 47%, #ebebeb 100%) left bottom #dddddd00 no-repeat;
        background-size: 100% 1px;
        border-bottom: 0;
        transition: .4s;
        top: 0;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:hover{
        top: -5px;
        color: #000000;
    }
}

.owl-carousel .owl-item img{
    transition: .4s!important;
}
.o0{opacity:0;}


body:not(.page-) a.rezervasyon{
    display: none;
}
a.rezervasyon {
    border: 1px solid #7c787457;
    height:0;
    display:contents;
}


@media (min-width: 992px){
    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu{
        margin-top: -31px;
    }
    body:not(.page-) #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu{
        margin-top: -31px;
    }
    .sticky-header-active #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu{
        margin-top: -3px!important;
    }
}
.btn-purple.btn-borders {
    background: transparent!important;
    border: 1px solid #eee;
}
.btn-purple:hover{
    text-decoration: none!important;
    color: #000!important;
}
.btn-purple.btn-borders:hover{
    background: #8f8bd0!important;
}
.btn.btn-purple {
    border-radius: 4px;
    background: #8f8bd0;
    font-size: 19px;
    color: #fff;
    padding: 8px 30px;
}
.btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple:active, .btn.btn-purple.active {
    background: #6e76a1;
}

g#otel path{
    fill: white
}
@media (min-width: 992px){
    .header-logo svg{
        width: 271px;
        height: 124px;
        margin-top: 12px;
        transition: .4s;
        filter: drop-shadow(2px 4px 6px black);
    }
    body:not(.page-) .header-logo svg{
        margin-top:30px;
    }
    .sticky-header-active .header-logo svg {
        width: 160px;
        height: 146px;
        margin-bottom: -56px;
    }
    .sticky-header-active body:not(.page-) .header-logo svg{
        margin-top: 9px;
        width: 144px;
        height: 126px;
    }
}
@media (max-width: 767px){
    #header .header-btn-collapse-nav:before {
        font-size: 19px;
        font-weight: 500;
        content: 'MENU';
    }
    .header-logo svg{
        width: 155px;
        height: 85px;
        margin-top: 0px;
        transition: .4s;
        filter: drop-shadow(2px 4px 6px black);
    }
}

#header .header-nav-top{
    margin:0;
}
.h3, h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
}
/* -- 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!important;}
.goog-te-gadget-simple {background-color: transparent!important;}
.goog-te-gadget-simple .goog-te-menu-value span {font-family: 'Sarala', sans-serif;color:#828282 !important;}
.page- .goog-te-gadget-simple .goog-te-menu-value span {color:#ddd  !important;}
.goog-te-gadget-simple .goog-te-menu-value{padding:0px;margin:0 15px 0 0;display: inline-block;}
.goog-te-gadget-simple{padding-top:0;}
#header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{padding: 0 15px;color: #eee;}
#header .header-top .header-nav-top{max-height:48px;overflow: hidden;}
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:5px 6px;}
/* -- End Google Translate Css */
.testimonial blockquote p {min-height:auto!important;}
#footer h5{
    font-size: 1.8em;
}
#header .header-nav-top .nav>li>a a:focus, #header .header-nav-top .nav>li>a:hover {
    background:transparent!important;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

@media screen and (max-width: 768px) {
  .masonry .masonry-item{width:50%;}
}
.masonry-item .thumb-info {
    border: 10px solid #fff;
}

.thumb-info .thumb-info-action-icon{background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);}

section.section-serit{background-image: linear-gradient(315deg, #fffffc 0%, #beb7a4 74%);/*background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);background: linear-gradient(89deg, #ab8526 , #d2a847 , #b28c2f , #d7b462 );*/}
section.section-haberler{background-image: linear-gradient(315deg, #fffffc 0%, #beb7a4 74%);}
.owl-theme .owl-dots .owl-dot span{background:#949494;}
html .btn-dark {background-color: #727271;border-color: #727271;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #de1d23!important;}
@media (max-width: 991px){
#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
    color: #555;}
}
.section-anasayfa {
background: linear-gradient(89deg, #ab8526 , #d2a847 , #b28c2f , #d7b462 )!important;padding: 20px 0!important;margin-top:0!important;margin-bottom:0!important;}
.section-serit h2,.section-serit h4{text-shadow: 0 0 2px dimgrey;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #d5bd60;}

html .btn-primary {border-color: #3a3a39;background:#3a3a39}


/*Footer Start*/

#footer .footer-copyright.pt-md.pb-md.tleft{text-align:center;}
#footer .footer-copyright img{opacity:1;}
#footer .footer-copyright .footer-developed-by{z-index:2;}
/*
footer#footer:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url(https://www.webtasarim34.com/outsource/t1/vendor/rs-plugin/assets/gridtile.png);
    content: " ";
    z-index: 1;
}
*/
footer#footer:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #ed217e6e 0%, #000000ab 93%);
    content: " ";
    z-index: 0;
}
h3.footer-title{
    text-transform: capitalize;
}
.barlow{
    font-family: 'Barlow', sans-serif!important;
}
#footer li{
    font-family: 'Barlow', sans-serif!important;
    font-size: 15px;
}
.footer-contact-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dddddd;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-contact-mail {
    font-size: 15px;
    line-height: 3em;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-contact-phone {
    margin-bottom: 0;
    font-family: 'Gilda Display', serif!important;
    font-size: 24px!important;
    color: #fff!important;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-explore-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #ffffff!important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-explore-list li a:hover{
    text-decoration: none;
}
.footer-explore-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #dddddd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-explore-list li a:hover:before {
    opacity: 1;
}
.footer-explore-list li a:hover {
    padding-left: 15px;
}
#footer-wrapper>.container>.col-md-3{
    z-index: 2;
}
@media (max-width: 767px) {
    footer#footer:before {
        background: linear-gradient(180deg, black, transparent);
    }
    #footer{
        background-position: 81% 100%!important;
    }
    #footer-wrapper{text-align:center;padding: 0!important;}
    #footer-wrapper .footerlogo{margin:0 auto 15px;}
}    

#footer-wrapper .col-md-3 ul.social-icons li a:before{content:none;}
#footer-wrapper .footer-social-icons>li>strong>a:before{content:none!important;}
#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:hover.social-icons-foursquare a{background:#0072b1!important}
#footer .footer2 .social-icons li:hover.social-icons-tripadvisor a{background:#00AF87!important}
#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 .social-icons li:hover.social-icons-foursquare a{background:#0072b1!important}
#footer .social-icons li:hover.social-icons-tripadvisor a{background:#00AF87!important}
#footer .social-icons li:hover.social-icons-linkedin a{background:#0e76a8 !important}
.social-icons li:hover.social-icons-facebook a{background: #3b5a9a!important;}
.social-icons li:hover.social-icons-twitter a {background: #1aa9e1!important;}
.social-icons li:hover.social-icons-instagram a {background: #f09433!important; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important; 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 )!important;}
#footer .footer-copyright {
    margin-top:0;
    background: transparent;
    border-top: 0;
}
#footer .container .row>div {
    margin-bottom: 0;
}
.footerlogo {
    background-color: #bf953f00;
    padding: 0px;
    text-align: center;
    margin: -50px 0 25px 0;
    width: 185px;
    float: none;
}
.phone-no {
    line-height: 22px;
}

#footer-wrapper .col-md-3 .phone-no p {
    margin-bottom: 2px;
}
.phone-no span{color: #bf953f;}
#footer-wrapper {
    position: relative;
    padding: 50px 0 0;
}
#footer-wrapper .footer-social-icons {
    margin-top: 20px;
    padding-left:0;
}
#footer-wrapper .footer-social-icons li{display: inline-block;}
#footer{
    margin-top: 0;
    border: 0;
    padding: 81px 0 41px;
    background: #ed217e;
    background-position: 81% 50%;
    background-image: url(/upload/images/footerbg.jpg);
}
#footer p{
    font-size: 15px;
}
/*
.footer-social-icons li a:hover {background: #bf953f!important;}
.footer-social-icons a {
    background: #bf953f!important;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 5px 0;
    padding: 0!important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-size: 20px;
}
*/
/*Footer Social Icons Start*/
    #footer .social-icons li {
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }
    #footer .social-icons li a {
        overflow: hidden;
        margin: 0 5px 5px 0;
        width: 40px;
        height: 40px;
        border: #999 1px solid;
        border-radius: 3px;
        color: #999!important;
        background: transparent;
    }
    #footer .social-icons li a i {
        font-size: 20px;
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-top: 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #footer .social-icons a:hover i {
        color:#fff;
    }
    #footer .social-icons a:hover i:first-child {
        margin-top: -38px;
    }
    #footer .social-icons a:hover i:last-child {
        margin-top: 8px;
    }
    /*Footer Social Icons End*/
.phone-no span, .phone-no a:hover, .col-md-3 h5 span, .widget-column-2 ul li a:hover, .widget-column-2 ul li.current_page_item a {
    color: #a28fb6;
}

#menu-footer-menu{list-style: none;padding-left:0}
.col-md-3 h5 {
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 26px;
}

/*Footer End*/
.footer-ribbon{display:none;}
/*Butonlar CSS*/
.btn-warning{background-color:#333;border:#333;}
.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: 42px;}
.product-price-box .old-price {width:100%;}
#footer p{
    color: #ffffff;
}


.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;}
.icerik-resim .parallax-background{
    height: 100%!important;
    transform: none!important;
    background-size: cover!important;
    background-position:center!important;
}
.icerik-resim .parallax-background:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
}

@media (min-width: 769px){
    .icerik-resim .col-half-section.col-half-section-right{
        float: left;
        margin-left: 30px;
        margin-right: 30px;
        padding-right: 70px;
    }
}
.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){margin-top:30px;}
}

/*
section.section {
    margin: 0;
    padding: 30px 0;
}
.row {
    padding-bottom:30px;
}
*/

 /*  STYLE 1
 */

.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: "Poppins", sans-serif;font-weight:normal;}
.counters.template-2 label{ font-family: "Poppins", sans-serif;font-weight:normal;font-size: 1.1em;color: #6a80a9 !important;}

/* .sidebar form .form-area .col-md-6{padding:0;} */

/* 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: 0;}

/* */
.ml-15{margin-left:-15px;}
.mr-15{margin-right:-15px;}

/* Genel */
/*.text-primary{color:#ab7c09 !important;}*/
.breadcrumb-section{margin:0 0 60px 0 !important;}






/* .product .product-image-area {padding:0;border:none;border-radius:0;} */
.product .product-image-area .product-image{border-radius:0;}

#footer .footer-ribbon span, .home-concept strong, .home-intro p em {font-family: inherit;}

body{
    color: #000000;
    font-size: 17px;
    font-family: 'Barlow', sans-serif!important;
}
body p{
    font-family: 'Barlow', sans-serif!important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #333333;
    margin-bottom: 20px;
}

h1, h2, div:not(.yildiz) div h3, h4, h5, h6, h1 a, h2 a, h5 a, h6 a {
    font-family: 'Gilda Display', serif!important;
}

.tp-caption.PostSlider-Title, .PostSlider-Title {font-family: 'Barlow Condensed', sans-serif!important;}

html .scroll-to-top {
    background: #222;
    bottom: 121px;
    color: #ffffff;
    border-radius: 81px;
    border: 2px solid #ffffff8c;
    padding: 17px 20px 42px 22px;
}
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: 500px) {
    .custom-footer{text-align:center!important;}
}
@media (max-width: 767px) {
    html .scroll-to-top {
        bottom: 171px;
    }
    .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%;
    }
}
#googlemaps{min-height:550px}

html .background-color-light {
    background-color: #fff0!important;
}
.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;}



/*slider ayarları css*/
h4.tp-caption{
    font-weight: 400!important;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.rev_slider h1.tp-caption{
    font-family: 'Gilda Display', serif !important;
    text-transform: none;
    letter-spacing: 6px !important;
    line-height: 39px !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    font-weight: 800 !important;
    color: #ffffff;
}
.tp-caption.btn.btn-default.btn-borders{
    padding: 12px 20px;
    font-weight: 400;
    transition: .4s;
    border: 1px solid rgb(255 255 255 / 18%);
    color: #dddddd;
    background: #ffffff1a;
}
.tp-caption.btn.btn-default.btn-borders:hover{
    padding: 12px 20px;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    background: transparent;
}

@media screen and (max-width: 767px){
    .rev_slider h1.tp-caption{
        font-family: 'Gilda Display', serif !important;
        text-transform: none;
        letter-spacing: 2px !important;
        line-height: 22px !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        font-weight: 800 !important;
        color: #ffffff;
        text-shadow: none;
    }
}
.sticky-header-active #header .header-nav.header-nav-stripe nav>ul>li>a {
    color: #ffffff;
}
/*header inner pages css*/

.sticky-header-active body:not(.page-) #header .header-nav.header-nav-stripe nav>ul>li>a {
    color: #ffffff;
}
.sticky-header-active body:not(.page-) #header.header-narrow .header-body{
    background: #3a3a39eb!important;
    transition: background 1s;
}
/*
.sticky-header-active #header.header-narrow .header-body{
    background: linear-gradient(0deg #313e28eb 81%, #313e2800)!important;
}
*/
html #header.header-transparent .header-body:before {
    background: #000000;
    border-bottom: 0;
    transition: opacity 1s!important;
}
#header .header-body{
    background: #ffffff00!important;
    border-top: 0!important;
}

.page-header .parallax-background{
    /*
    background-image: url(/upload/images/breadcrumb-1.jpg) !important;
    */
    background-size: cover !important;
    background-position: 50% 50%;
    height: 100%!important;
}

.page-header-custom-background.parallax {
    margin: -185px 0 0 0px;
    padding: 433px 0 183px
}
.mt15.photoswipe_wrp .img-thumbnail, .thumb-info{
    padding: 0;
    border: 0;
    border-radius: 6px;
}
.mt15.photoswipe_wrp ul.portfolio-list .portfolio-item {
    margin-bottom: 15px!important;
}
@media (max-width: 767px){
    .mt15.photoswipe_wrp {
        margin-top: 0px!important;
        padding: 0;
    }
    .mt15.photoswipe_wrp .col-xs-6.col-sm-6.col-md-3.mb15 {
        padding: 5px;
        margin-bottom: -5px !important;
    }
    .page-header .parallax-background{
        background-size: cover !important;
        height: 100% !important;
    }
    #header .header-container{
        position: absolute;
    }
    #header .header-nav-main nav>ul li {
        border-bottom: 1px solid #515151;
    }
    #header #mainNav{
        background: #3a3a39;
        padding: 20px 20px 20px 15px;
    }
    #header.header-narrow .header-nav-main.header-nav-main-square{
        background: #000000ed;
        max-height: 420px;
        overflow-x: visible;
        overflow-y: overlay;
    }
    #header .header-nav.header-nav-stripe nav>ul>li>a{
        padding: 16px 5px;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{
        color: #dcd3a3;
    }
    #header .header-nav-main nav>ul li a .fa-caret-down{
        right: 0;
        top: 8px;
    }
    #header .header-nav-main nav>ul li.dropdown.opened>.dropdown-menu{
        margin-left: 0
    }
    .page-header-custom-background.parallax{
        margin: -45px 0 0 0px;
        padding: 219px 0 23px;
    }
    section.page-header h1{
        font-size: 26px!important;
    }
}
/*
section.page-header h1 {
    color: #ffffff6b;
    border-bottom-color: #a28fb6;
    font-family: 'Gilda Display', serif!important;
    font-size: 60px;
    font-weight: 400;
}
*/
section.page-header h1 {
    color: #ffffffb0;
    text-shadow: 1px 1px 0px #929292;
    border-bottom-color: #a28fb6;
    font-family: 'Gilda Display', serif !important;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 3px;
}
section.page-header .parallax-background:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #00000054, transparent);
    position: absolute;
    z-index: 1;
}
/*section.page-header.page-header-custom-background.parallax.breadcrumb9:after {
section.page-header .parallax-background:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url(https://www.webtasarim34.com/outsource/t1/vendor/rs-plugin/assets/gridtile.png);
    content: " ";
    z-index: 1;
}*/
/*header inner pages css end*/


/*sticky header css*/
.sticky-header-active #header.header-flex .header-nav{
    margin-top: 48px;
}


/*menu css*/
#header .header-nav.header-nav-stripe nav>ul>li>a {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif!important;
    transition: .4s;
    letter-spacing: 2px;
    color: #ffffff!important;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{
    font-size: 18px;
}
html:lang(ru) #header .header-nav.header-nav-stripe nav>ul>li>a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffffc4!important;
}
#header .header-nav.header-nav-stripe nav > ul > li:hover > a{
    background: transparent;
    color: #ffffff!important;
}
/*menu css son*/

/*Container css*/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1300px){
    .container {
        max-width: 1280px;
    }
}
/*Container css son*/

/****İÇERİK MODUL BASLIKLAR CSS***/
.yildiz{
    margin-top: 35px;
}
.yildiz h2, .icerik-resim h2 {
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400!important;
    color: #3a3a39;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.icerik-resim p.text-md{
    margin: 0 0 10px 0;
    font-size: 32px!important;
    color: #222!important;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Gilda Display', serif!important
}
.yildiz h2.product-name{
    text-transform: capitalize;
}

.yildiz>div:nth-child(1)>p, .section.yildiz .container>.col-md-12>div:nth-child(1)>p, .section.yildiz .container>.col-md-6>div>p, .section.yildiz .container>.col-md-4>div:nth-child(1)>p{
    font-size: 45px;
    font-family: 'Gilda Display', serif!important;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.yildiz>div:nth-child(1)>p{
    color: #666666;
}
.section.bg-yorum.yildiz .container>.col-md-12>div:nth-child(1)>p{
    font-size: 38px;
    color: white;
}
.section.yildiz .container>.projeler.col-md-12>div:nth-child(1)>p{
    margin-bottom: 50px;
}
.yildiz.bg-yorum h2{
    color: #e4a853;
}
/*
.color-light{
    color: #adadad
}
*/
.section.yildiz:not(.yildiz2) h2:before, section.yildiz2 div.product-details-area h2:before{
    display: none;
}
.section.yildiz .products-grid{
    padding: 0;
}
.yildiz h3{
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}
.yildiz h4 a {
    font-size: 24px;
    color: #ed217e;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1px;
}
.yildiz h2:before, section.yildiz2 div:not(.product-details-area) h2:before{
    content: '★★★★★';
    width: 100%;
    height: 100%;
    top: -35px;
    left: 0;
    color: #e4a853;
    position: absolute;
    font-size: 18px;
    z-index: 1;
}

.yildiz .img-thumbnail{
    padding: 0;
    border: 0;
}
.yildiz .thumb-info{
    padding: 0;
    border: 0;
}
.content.aboutus p.slogan {
    font-size: 19px !important;
    letter-spacing: 3px;
    margin-top: 20px;
}
.content.aboutus h1.h2 {
    color: #3a3a39;
    font-size: 36px !important;
    letter-spacing: 3px;
    margin-top: 20px;
}
.ekservisler .yildiz ul {
    margin-bottom: 30px;
}
/*
.ekservisler .yildiz>div:nth-child(1)>p{
    color: #ffffff87!important;
}
*/
.section.yildiz.ekservisler{
    background: #ed217e17!important;
}
.mt190{
    margin-top: 290px;
}
.mt90{
    margin-top: 190px;
}
.hakkimizda-resim-1 img{
    opacity: 0;
}
@media (max-width: 767px){
    .content.aboutus h1.h2{
        font-size: 31px!important;
    }
    .content.aboutus p.slogan {
        font-size: 16px !important;
    }
    .ekservisler .yildiz{
        padding: 20px;
    }
    .yildiz>div:nth-child(1)>p, .section.yildiz .container>.col-md-12>div:nth-child(1)>p, .section.yildiz .container>.col-md-6>div>p, .section.yildiz .container>.col-md-4>div:nth-child(1)>p{
        font-size: 36px;
    }
    .yildiz>div:nth-child(1)>p{
        color: #333333;
    }
    .m-p0 {
        padding: 0!important;
    }
    .mt190{
        height: auto;
        margin-top: 60px;
    }
    .mt90{
        height: auto;
        margin-top: 20px;
    }
    .products-grid{
        margin:0;
    }
    .section.bg-yorum{
        background: #222222;
    }
    .hakkimizda-resim-1 img{
        opacity: 1;
        height: auto;
    }
    .hakkimizda-resim-1 {
        width: 50%;
    }
}
.section.bg-krem{
    background: #e8e8e8!important;
}
@keyframes slideUp{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/**Ürün Listeleme Alanları**/

a.product-image:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #3a3a39, transparent);
    position: absolute;
    transition: .4s;
    z-index: 1;
}
/*
.product:hover a.product-image:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #0000009e, transparent);
    position: absolute;
}
*/
.product .product-image-area .product-image img{
    border-radius: 4px;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}
.product:hover .product-image-area .product-image img{
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.product{
    max-height: inherit;
    overflow: visible;
}
.product .product-ratings{
    background: none;
}
.ratings-box:before{
    color: #e4a853;
}
.product .product-name {
    min-height: 40px;
    max-width: 100%;
    display: table;
    z-index: 1;
}
.owl-item .product .product-name{
    max-width: 81%;
}
.product .product-name a{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}
.product .product-name a:hover{
    text-decoration: none!important;
}
.product .product-details-area .product-actions {
    margin: 5px 0 0;
    float: none;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    right: 0;
    left: 0;
}
.owl-urun-liste .product .product-details-area .product-actions{
    margin: 5px -11px -11px;
}
.product .product-details-area {
    border-radius: 0 0 4px 4px;
    text-align: left;
    display: grid;
    margin-top: -87px;
    background: #353d4500;
    transition: .4s;
}
.products-grid .product-ratings, .products-grid .product-actions{
    opacity: 0;
    transition: .4s;
}
.product:hover .product-ratings, .product:hover .product-actions{
    opacity: 1;
}
@media screen and (min-width:768px){
    .product-essential .product-actions a.btn-success{
        padding: 13px 12px;
        letter-spacing: 3px;
        font-family: 'Barlow Condensed', sans-serif;
    }
    a.btn-success:hover:after{
        width: 100%;
        left: 0;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }
    a.btn-success:hover span{
        color: #fff;
    }
    
    a.btn-success span {
        position: relative;
        z-index: 2;
    }
    a.btn-success:after{
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 100%;
        z-index: 0;
        background: #222;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .owl-stage-outer .product:hover .product-details-area {
        margin-top: -144px;
    }
    .product .old-price:after{
        width: 0;
        position: absolute;
        height: 1.5px;
        background: red;
        z-index: 9;
        content: '';
        left: 10px;
        top: 18px;
    }
    .product:hover .old-price:after {
        transition: width .3s ease-in-out;
        width: 70px;
        position: absolute;
        height: 1.5px;
        background: red;
        z-index: 9;
        content: '';
        left: 10px;
        top: 18px;
    }
    .product .product-label:nth-child(2){
        top: 196px;
        right: 0;
    }
    .product:hover .product-label:nth-child(2){
        transition: top .3s ease-in-out;
        top: 170px;
        right: 0;
    }
}


.product .product-details-area {
    margin-top: -112px;
    min-height: 112px;
}
@media screen and (max-width:767px){
    .products-grid .product-ratings, .products-grid .product-actions{
        opacity: 1;
    }
    .bg-krem.yildiz>.container{
        padding: 0;
    }
    .product .product-details-area {
        margin-top: -110px;
    }
    .product .product-name a{
        font-size: 23px;
    }
    .product .product-details-area .product-actions {
        margin: 2px -11px -11px;
    }
    .product .product-label:nth-child(2){
        top: 245px;
        right: 0;
    }
    body:not(.page-) .products-grid.columns4{
        margin-left: 0!important;
    }
}


.product:hover .product-details-area{
    margin-top: -127px;
    opacity: 1;
}
.products-grid .product .btn-primary{
    border-color: #fefefe7a!important;
    background: #ffffff00!important;
    color: #fff!important;
}
.products-grid.columns4{
    padding: 0;
}
.product-essential .thumb-gallery .img-thumbnail, .thumb-gallery .owl-carousel .owl-item img{
    border-radius: 4px!important;
}
.product .product-image-area{
    border: 0;
    z-index: 0;
    padding: 0;
    border-radius: 4px 4px 0 0;
}
/**Ürün Listeleme Alanları Son**/


/*Ürün Detay css*/
h4 strong{
    font-weight: 400;
}
.block{
    display: block;
}
a.butn-dark{
    z-index: 2;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #3a3a39;
    color: #fff!important;
    padding: 13px 12px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
a.butn-dark:hover:after{
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
a.butn-dark:hover span{
    color: #fff;
}

a.butn-dark span {
    position: relative;
    z-index: 2;
}
a.butn-dark:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: -1;
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*Ürün Detay css son*/
/*Galeri Açıklamalı Başlangıç*/
.special .col-md-3.mb15:nth-child(4n+1){
    clear: both;
}
.custom-post-blog .thumb-info-caption .thumb-info-caption-text, .custom-post-blog .thumb-info-caption p{
    margin-bottom: 30px;
}
.special .slider1 .thumb-info .thumb-info-inner, .special .slider6 .thumb-gallery .thumb-info-inner {
    text-decoration: none;
    font-family: 'Gilda Display', serif;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 10px 30px 10px 7px;
    background: #d80e2600;
    color: #222;
    font-weight: 400;
    text-transform: inherit;
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 0px;
    border-radius: 4px;
}

.special .slider1 .thumb-info .thumb-info-title{
    text-align: left;
    background: transparent;
    color: #222;
    font-weight: normal;
    letter-spacing: inherit;
    padding: 10px 15px 0;
    position: relative;
    text-shadow: none;
    text-transform: inherit;
    max-width: 100%;
}
.special .slider1 .thumb-info .thumb-info-title ul{
    padding-left: 0
}
.special .slider1 .thumb-info .thumb-info-title li{
    list-style-type: none;
    line-height: 12px;
}
.special .slider1 .thumb-info .thumb-info-title li:before {
    content: '✓';
    padding-right: 5px;
    color: #aa8453;
}
.thumb-info-type p{
    line-height: 20px;
    text-align: left;
    margin-top: 12px;
}
.thumb-info-type p strong{
    font-weight: 400;
    font-family: 'Gilda Display', serif;
    font-size: 40px;
    margin-bottom: 20px;
    color: #aa8453;
}
.special2 .col-md-4.mb15:nth-child(3n+1){
    clear: both;
}
.special2 .col-md-4.mb15:nth-child(4), .special2 .col-md-4.mb15:nth-child(5){
    left: 17%;
}
.special2 .slider1 .thumb-info{
    min-height: 585px;
}
.special .slider1 .thumb-info .thumb-info-type{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left!important;
    width: 100%;
    overflow: hidden;
    text-overflow: inherit;
    white-space: pre-wrap;
    background-color: transparent !important;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 15px!important;
    font-weight: 400;
    letter-spacing: 0;
    z-index: 2;
    color: #000;
}
/*
.special .slider1 > div:nth-child(-n+3) .thumb-info .thumb-info-type{
    min-height: 336px!important;
}
.special .slider1 > div:nth-child(+n+3) .thumb-info .thumb-info-type{
    min-height: 240px;
}
*/
.special .slider1 .thumb-info{
    /*
    background-image: radial-gradient(circle at 58% 50%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 9%,transparent 9%, transparent 82%,transparent 82%, transparent 100%),radial-gradient(circle at 46% 20%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 18%,transparent 18%, transparent 92%,transparent 92%, transparent 100%),radial-gradient(circle at 55% 0%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 51%,transparent 51%, transparent 88%,transparent 88%, transparent 100%),radial-gradient(circle at 20% 67%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 39%,transparent 39%, transparent 40%,transparent 40%, transparent 100%),radial-gradient(circle at 93% 98%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 6%,transparent 6%, transparent 77%,transparent 77%, transparent 100%),radial-gradient(circle at 72% 63%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 45%,transparent 45%, transparent 67%,transparent 67%, transparent 100%),radial-gradient(circle at 20% 35%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 63%,transparent 63%, transparent 90%,transparent 90%, transparent 100%),radial-gradient(circle at 51% 91%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 37%,transparent 37%, transparent 96%,transparent 96%, transparent 100%),radial-gradient(circle at 88% 63%, hsla(132,0%,70%,0.05) 0%, hsla(132,0%,70%,0.05) 59%,transparent 59%, transparent 76%,transparent 76%, transparent 100%),linear-gradient(90deg, hsl(359,0%,99%),hsl(359,0%,99%));
    */
    padding: 0px;
    border: 0;
}

.special .slider1 .thumb-info img {
    border: 0;
    padding: 0;
}
.special .slider1 .thumb-info:hover img{
    transform: none!important;
    border-color: #222;
}
@media (min-width: 1000px) {
    .special .slider1 > div:nth-child(3n+1){
        clear:inherit;
    }
}
@media only screen and (max-width: 767px){
    .special .slider1 .thumb-info .thumb-info-inner, .special .slider6 .thumb-gallery .thumb-info-inner {
        padding: 0;
        font-weight: 700;
        font-size: 23px!important;
    }
    .special .slider1 > div:nth-child(2n+1){
        clear:both;
    }
    .special .slider1 > div.col-xs-6{
        padding-left: 0;
    }
}
.special .slider1 .thumb-info .thumb-info-type
.special .slider1 .thumb-info .thumb-info-inner, .slider6 .thumb-gallery .thumb-info-inner {
    overflow: unset;
    text-overflow: inherit;
    white-space: pre-wrap;
}
.special .slider1 .thumb-info:hover {
    text-decoration: none;
}
.special .img-thumbnail{padding:0px;border:0;}
.special .call-to-action p {
    font-size: 14px!important;
}
/*Galeri Açıklamalı Son*/

.special.speciallogo p{
    color: #666666!important;
    font-size: 15px;
    letter-spacing: 1px;
}
.special.speciallogo .slider1 .thumb-info img {
    padding: 0px;
    border: 0;
    /*
    width: 80px;
    */
    transition: .4s;
    border-radius: 10px;
}
.special.speciallogo .slider1 .thumb-info:hover {
    box-shadow: 0 0 15px -7px black;
    transform: scale(0.96);
}
.special.speciallogo .slider1 .img-thumbnail{
    border-radius: 4px;
    background-color: #00633614;
}
.speciallogo .slider1 .thumb-info{
    padding: 30px 20px;
}
.speciallogo .slider1 .thumb-info .thumb-info-inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 10px 10px 5px;
    background: none;
    color: #222;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    margin-top: 0px;
    border-radius: 4px;
    border: 1px solid #006e4600;
}
.speciallogo .slider1 .thumb-info .thumb-info-title {
    background: #006e4600;
    color: #222;
    font-weight: normal;
    letter-spacing: inherit;
    padding: 0;
    text-shadow: none;
    text-transform: inherit;
    max-width: 100%;
    bottom: 0;
    top: auto;
}
/*
.special.speciallogo .slider1 .thumb-info:hover img {
    filter: grayscale(.1);
    border-color: #222;
    opacity: 0.02;
    transform: scale(2.5);
}
*/
.special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(1) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(10) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(11) .thumb-info:hover{
    box-shadow: 0 0 30px #dd2626;
}
.special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(2) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(9) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(12) .thumb-info:hover{
    box-shadow: 0 0 30px #ff5599;
}
.special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(3) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(8) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(13) .thumb-info:hover{
    box-shadow: 0 0 30px #ad4cd3;
}
.special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(4) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(7) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(14) .thumb-info:hover{
    box-shadow: 0 0 30px #699aeb;
}
.special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(5) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(6) .thumb-info:hover, .special.speciallogo .slider1 .col-md-yuzde20.mb15:nth-child(15) .thumb-info:hover{
    box-shadow: 0 0 30px #5adbef;
}
@media only screen and (min-width: 992px){
    .special.speciallogo .col-xs-6.col-sm-6.col-md-yuzde20.mb15{
        padding: 0;
        text-align: center;
    }
    .special.speciallogo .slider1 .thumb-info {
        min-height: 314px;
        transition: .3s;
    }
}

@media only screen and (max-width: 991px){
    .speciallogo .slider1 .thumb-info {
        padding: 30px 6px 0;
    }
    .speciallogo .slider1 .thumb-info .thumb-info-inner{
        white-space: normal;
        font-weight: 700;
    }
    .special.speciallogo .slider1 .thumb-info img {
        padding: 0 ;
        margin: -25px 0px 0px;
    }
    .special.speciallogo .col-xs-6.col-sm-6.col-md-yuzde20.mb15{
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .special.speciallogo p{
        margin-top: 0;
    }
}
@media screen and (min-width:992px){
    .md-pl0{
        padding-left: 0;
    }
    .section.bg-yorum{
        background: url(/upload/images/yorumlar-bg.jpg) no-repeat;
        background-position: bottom;
        background-size: cover;
        max-height: 620px;
        min-height: 620px;
    }
    section.section.section-no-border.bg-yorum.yildiz.mb0i.mt0:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg, #000000 5%, #00000000 93%);
        content: " ";
        z-index: 0;
    }
    .iQKyaJ{
        padding: 24px 55px!important;
    }
}
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"]:hover {
    border-color: #aa8453;
    background-color: #aa8453;
}
.owl-carousel .owl-nav [class*="owl-"] {
    border-color: #aa8453;
    background: #aa8453!important;
}
/*whatsapp animation*/
div.sabit-form {
    display: block;
    position: fixed;
    right: 145px;
    bottom: 11px;
    z-index: 9;
    border-radius: 4px;
}
.wws-popup__footer .wws-popup__open-btn{
    border-radius: 30px;
    padding: 10px 15px;
}
.wws-popup__footer a{
    color: white;
    font-size: 14px;
}
.wws-popup__footer a:hover{
    text-decoration: none;
}
.wws--bg-color{background-image: linear-gradient(34deg,#46a58d 0%,#119069 100%);}
.wws-lau00001 {fill: #00000075 !important;}
.wws-lau00002 {fill: #000000 !important;}
.wws-popup__open-btn-2{
    background: linear-gradient(89deg, #926933 , #aa8453 , #aa732b , #aa8453 );
    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
    background-size: 400% 400%;
    border-radius: 30px;
    padding: 10px 15px;
}
.wws-popup__open-btn-2 i {
    font-size: 19px;
    margin: 2px 5px 0 0;
    float: left;
}
.wws-popup__open-btn{
/*background: linear-gradient(89deg, #926933 , #aa8453 , #aa732b , #aa8453 );*/
background: linear-gradient(89deg, #006347 , #9df9e6 , #007351, #37d6a3 );
background-size: 400% 400%;
border:0!important;

-webkit-animation: AnimationName 4s ease infinite;
-moz-animation: AnimationName 4s ease infinite;
animation: AnimationName 4s ease infinite;

}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes AnimationName { 
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
/* -- End whatsapp */

.custom-fixed-btn{
    line-height: 22px;
    padding: 8px 15px;
    font-size: 19px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 19px;
    cursor: pointer;
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
    right: 12px;
    width: auto;
    position: fixed;
    z-index: 9999999;
    border: 2px solid #ed217e00;
    transition: .3s;
}
.custom-fixed-btn:hover{
    border: 2px solid #ed217e;
    color: inherit;
    text-decoration:none;
}
.custom-fixed-btn-whatsapp{
    bottom: 10px;
    background-color: #25D366;
    color: #fff;
}
.custom-fixed-btn-mobil{
    bottom: 60px;
    background-color: #ffffff;
    color: #000000;
}
.custom-fixed-btn-tel{
    bottom: 108px;
    background: #e30513;
    color: #fff;
}
.custom-fixed-btn-form{
    bottom: 110px;
    background: #666;
    color: #fff;
}
