@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    font-size: 13px;
    margin:0;
    padding:0;
}

ul {
    margin-top:0;
    margin-bottom: 0;
}

header {
    width: 100%;
    height: 60px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,173,5,1) 50%, rgba(255,173,5,1) 100%);
}


.header-menu > ul {

    padding:0;
}
.header-menu > ul li {
    list-style: none;
}

.header-menu > ul > li:nth-child(1) {
    display: none;
}
.header-home-link {
    display: inline-block;
}
@media only screen and (min-width:991px) {

    .header-logo a img {
        height: 60px;
    }

    .header-menu {
    }

    .slide-1, .slide-2, .slide-3, .slide-4, .slide-5 {
        position: relative;
    }

    .slick-dots {
        bottom: 4px;
    }
    .slick-dots li {
        margin :0;
    }
    .dots-container-1, .dots-container-2, .dots-container-3, .dots-container-4, .dots-container-5 {
        position: absolute;
        width: 100%;
        height: 30px;
        z-index: 99;
        bottom:0;
        left:0;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    

    .header-menu > ul {
        margin: 10px 0 0 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top:29px;
    }
    .header-menu li {
        list-style-type: none;
    }
    .header-menu li a {
        padding: 5px 15px;
        display: inline-block;
    }
    .header-info {
        position: absolute;
        right: 15px;
        top:0;
    }
    .header-tlf {
        padding-left: 5px;
        padding-right: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #000000;
        color:#ffad05;
        margin-left: 8px;
        margin-right: 8px;
    }
    .header-info a {
        padding-top:2px;
        padding-bottom: 2px;
        display: inline-block;
    }
}


img {
    max-width: 100%;
}

.ml-sm {
    margin-left : 15px;
}
.slide-1, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6 {
}

.slide-2 {
}

@media only screen and (min-width:992px) {
    .main-left {
        width:50%;
        float: left;
    }
    .main-right {
        width: 50%;
        float: left;
        display: flex;
        align-items: flex-start;
    }

    .col-1 {
        width: 45%;
        float:left;
    }

    .col-2 {
        width: 55%;
        float: left;
    }

    .col-2-1 {
    }

    .slide-1 {
    }
    .slide-2 {
    }
    .slide-3 {
    }
    .slide-4 {
        width: 50%;
        float: left;
    }
    .slide-5 {
        width: 50%;
        float: left;
    }

    .slide-6 {
        width: 100%;
        height: 100%;
    }
    .slide-7 {
        width: 100%;
        height: 100%;
        display: block;
    }

    .home-sliders-container {
        background-image: url('../../uploads/home-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

}


.clear {
    clear:both;
}
.logo-band {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 15px solid #000000;
    padding: 15px 0;
}






@media only screen and (min-width:991px) {
    .right-sub-1 {
        width: 255px;
        border:1px solid green;
    }
    .right-sub-2 {
        width: 218px;
    }
    .right-col-1 {
        width: 493px;
    }
    .right-col-2 {
    }

    .nav-has-children {
        position: relative;
    }
    .nav-child {
        position: absolute !important;
        top:23px !important;
        left:-16px;
        z-index: 999 !important;
        width: 168px;
        padding-left: 0;
        background-color: #fff;

    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        transition: all 300ms ease;

    }
    .nav-child li a {
        display: block;
    }

    .dropdown.open ~ .nav-child {
        top: 10px !important;
    }
}

.nav-child li a:active + .nav-child {
    opacity: 1;
}
.right-sub-menu {
    background-color: #ffaa01;
    display: flex;
    padding:10px;
    margin-top:15px;
    position: relative;
    width: 493px;
}
.right-sub-menu:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 25%;
    transform: translateX(-25%);
    border: 11px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ffaa03;
}
.right-sub-menu li a {
    font-weight: 300;
    font-size: 0.88em;
}

.sub-title {
    text-align: right;
    float: left;
    width: 100px;
}
.sub-title img {
    margin-top:10px;
}
.sub-title span {
    text-align: right;
    display: block;
    font-weight: 700;
    width: 100%;
}
.sub-menu {
    float: left;
}

.right-sub-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.right-sub-2 hr {
    border-bottom-color: #000;
    width: 100%;
    border-bottom-width: 1px;
    margin-bottom:10px !important;
    margin-top:10px !important;
}
.sub-2-1 {
    width: 100%;

}
.sub-2-1:after {
}
.sub-2-2 {
    width: 100%;

}

.danisma {
    background-color: #ffad05;
    padding-top:15px;
    padding-bottom: 15px;
    text-align: center;
}
.danisma p, .danisma a {
    color: #000000;
}
.danisma p {
    margin-bottom: 5px;
}
.danisma a {

    font-size: 1.2em;
}

.footer-adres {
    background-color: #ffad05;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-menu {
    background-color: #000;
    padding:15px;
}
.footer-menu ul {
    margin:0;
    padding:0;
    display: flex;
    /*justify-content: space-evenly;*/
    justify-content: center;

}
.footer-menu ul li {
    list-style-type: none;
    position: relative;
}
.footer-menu ul li:not(.f-social):not(:first-child):before {
    content: '';
    position: absolute;
    height: 22px;
    width: 1px;
    background-color: #ffad05;
    top: 50%;
    transform: translateY(-50%);
}
.footer-menu ul li a {
    color: #ffad05;
    padding: 5px 20px;
    display: inline-block;
}

.footer-menu ul li.f-social:nth-child(1) {
    margin-left:100px !important;
}
.footer-menu ul li.f-social a {
    padding-left: 5px;
    padding-right: 5px;
}


@media only screen and (min-width:991px) {
    .logos-next-arr, .logos-prev-arr {
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        font-size: 35px;
        cursor: pointer;
    }
    .logos-next-arr {
        right: -20px;
    }
    .logos-prev-arr {
        left: -20px;
    }

    .footer-menu ul li:not(.f-social):not(:first-child) a:hover {
        
    }
}


.home-banners {
    padding: 30px 0;
}
.home-banners img {
    border-radius: 10px;
    border:5px solid #ffad05;
}
.home-banners a span {
    display: block;
    text-align: center;
    background-color: rgba(255,173,5,0.8);
    margin-bottom: 15px;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.4em;
    transition: all 300ms ease;
}

.home-banners a:hover span {
    background-color: #ffad05;
}


.home-banners a {
display: inline-block;
position: relative;
}
.home-banners a span {

background-color: rgba(255,173,5,0.4);
position: absolute;
width: 100%;
top:50%;
transform: translateY(-50%);
}

@media only screen and (max-width:991px) {
    .home-banners .col-md-4 {
        margin-top:30px;
    }
}

.content-header {
    background-color: #000;
}
.content-header h2 {
    display: inline-block;
    background-color: #ffad05;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:5px 10px;
    font-size: 1.34em;
    font-weight: 700;
    margin-bottom: 0;
}

.content-text {
    padding-top: 30px;
    padding-bottom: 45px;

}
.content-text p {
    margin-top:15px;
    line-height: 1.7em;
    color: rgb(20, 20, 20);
}




.content-product-list {
    padding-top:15px;
    padding-bottom:45px;
}

.col-product {
    margin-top:15px;
}
.col-product a:hover figure img {
    transform: scale(1.03);
}
.col-product img {
    transition: all 300ms ease;
    border:1px solid #ffad05;
}
@media only screen and (min-width:991px) {
    .col-product img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }
}
.parent-link a {
    font-weight: bold;
}
.product-name {
    border:1px solid #ffad05;
    border-radius: 5px;
    margin-top:5px;
    line-height: 1.8em;
    display: block;
    text-align: center;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
}
.product-name span {
    z-index: 20;
    position: relative;
    color: #000;
}
.product-name:before {
    position: absolute;
    content: '';
    background-color: #ffad05;
    width: 0%;
    height: 100%;
    left:0;
    top:0;
    transition: all 200ms ease-in-out;
    z-index: 10;
}
.product-name:hover:before {
    width: 100%;
    left:0;
    top:0;
}
.product-request {
    background-color: #ffad05;
    color: #000;
    display: block;
    margin-top:5px;
    line-height: 1.8em;
    text-align: center;
    border-radius: 5px;
    transition: all 300ms ease;
}
.product-request:hover {
    color: #000;
}




.col-category-nav {
    border-right: 1px solid #ffad05;
    padding-right: 15px;
}
.category-nav {
    padding-left:0;
    list-style-type:none;
    margin-bottom: 20px;
}
.category-nav li:before {
    content : '•';
    margin-left:10px;
}
.category-nav li {
    border-bottom: 1px solid #000;
}
.category-nav li a {
    padding: 5px 10px 5px 5px;
    display: inline-block;
}
.category-nav li span {
    font-size:1.2em;
    padding-top:10px;
    padding-bottom: 5px;
    display: inline-block;
    marghin-left:0;
}

.div-search {
}
.search-q {
    border-radius: 4px;
    border:1px solid #000;
    width: 80%;
    line-height: 2.2em;
    padding:4px 10px;
}
.search-q:before {
}



.col-ref {
    margin-top:15px;
}
.col-ref img {
    transition: all 300ms ease;
}
.col-ref:hover img {
    transform: scale(1.04);
}


.text-iletisim .p-title {
    margin-left: 30px;
    position: relative;
    font-size: 1.3em;
    margin-bottom: 0;
}
.text-iletisim i {
    position: absolute;
    margin-right: 10px;
    left:-28px;
    top: 2px;
}
.text-iletisim p.p-title + p {
    margin-top:3px;
}

.contact-form {
    margin-bottom: 45px;
}

.btn-default {
    background-color: #ffad05 !important;
    border: 0;
    margin-top:15px;
}


@media only screen and (min-width:992px) {
    .header-home-link {
        position: absolute;
        right: 0;
        top:29px;
        padding:5px 15px;
        display: inline-block;
    }
}
.category-info {
    margin-top:30px;
}
.category-header {
    position: relative;
}
.category-header figcaption {
    position: absolute;
    bottom: 0;
    left:0;
    background-color: #ffad05;
    z-index: 10;
    padding:13px 5px 13px 30px;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 1px;
    min-width: 31%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.col-gallery {
    margin-top:45px;
}
.col-gallery li div {
    height: 170px;
    width: 100%;
}
.col-gallery ul { padding:0; margin:0; }
.col-gallery ul li {
    list-style-type: none;
}
.col-gallery img {
    max-width: 100%;
    transition: all 300ms ease;
}

.col-gallery ul li a:hover img {
    transform: scale(1.03);
}

@media only screen and (min-width:991px) {
    .col-gallery ul li {
        float:left;
        width: 20%;
        padding:10px;
    }
}

.col-product-detail p.h3 {
    margin-bottom: 30px;
}
.col-product-detail p.h4 {
    margin-bottom: 15px;
}
.detail-quote {
    background-color: #ffad05;
    padding: 10px 15px;
    color : #000;
    letter-spacing: 1.04px;
    border-radius: 10px;
    display: inline-block;
}

.product-detail-imgs {

}
.product-detail-imgs ul {

    margin:0;
    padding:0;
    display: inline-block;
}

.product-detail-imgs ul li {

    list-style-type: none;
    margin:0;
    padding:0;
}
.product-detail-imgs ul li a {
    border:2px solid transparent;
    transition: all 300ms ease;
    display: block;
    cursor: pointer;
}

.product-detail-imgs ul li a:hover {
    border-color: #ffad05;
}
#product-img-s {
    border: 2px solid #ffad05;
}
#product-img {
    width: 100%;
    height: 400px;
}
#product-img a {
    display: block;
    width: 100%;
    height: 100%;
}
#product-img a div {
    width: 100%;
    height: 100%;
}
@media only screen and (min-width:991px) {
    .product-detail-imgs ul {
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        left:6px;
    }
    .product-detail-imgs ul li {
        width: 75px;
        margin-top: 10px
    }
    .product-detail-imgs {
        padding-left:90px;
    }
}
.product-share {
    margin-top: 15px;
}
.product-share p {
    margin-bottom: 0;
    font-weight: bold;
}
.product-share a i {
    font-size: 1.5em;
    line-height: 1.5em;
}
.product-share a {
    display: inline-block;
    padding:3px;
}
p.breadcrumbs i {
    font-size: 10px;
}

.content-urun {
    padding-bottom: 45px;
}

.breadcrumbs {
    margin-top:15px;
    margin-bottom: 15px;
}

@media only screen and (min-width:992px) {
    .mobile-menu-button {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .cnt-menu {
        position: absolute;
        width: 100%;
        top:60px;
        left:-100vw;
        z-index: 999999;

    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,173,5,1) 50%, rgba(255,173,5,1) 100%);
        height: 100%;
        padding-right: 0;

        transition: all 300ms ease;
    }

    .header-menu {
        display: flex;
        flex-direction: column-reverse;
    }
    .header-mail, .header-tlf {
        margin-left:15px;
        line-height: 1.7em;
        font-size: 1.2em;
        margin-top:10px;
        margin-bottom: 30px;
    }
    .header-mail:after, .header-tlf:after {
        content : '\a';
        white-space: pre;

    }
    .header-menu > ul {
        flex-direction: column;
        padding-left: 30px;
        margin-bottom: 40px;
    }
    .header-menu > ul:not(.nav-child)  > li:nth-child(1) {
        display: block;
    }
    .header-menu > ul li {
        margin-top:10px;
    }
    .header-menu > ul li a {
        font-size: 1.4em;
    }
    .header-social {
        margin-left:15px;
        margin-right: -5px;
        display: inline-block;
        margin-top:30px;
    }

    .header-logo img {
        height: 58px;
    }
    .header-home-link {
        display: none;
    }

    .main-right {
        display:none;
    }
    .footer-menu {
        display: none;
    }

    .mobile-menu-button {
        display: none;
    } 
    label.menu-label {
        position: absolute;
        right: 10px;
        top:10px;
        padding:0;
    }
    .menu-label span {
        height: 2px;
        width: 30px;
        display: inline-block;
        background-color: black;
    }
    .menu-label span:before {
        content: '';
        width: 23px;
        height: 2px;
        transform: translateY(10px);
        background-color: black;
        display: block;
    }
    .menu-label span:after {
        content: '';
        display: block;
        width: 28px;
        height: 2px;
        transform: translateY(18px);
        background-color: black;
    }
    .mobile-menu-button:after {
        content :'';
        width: 15px;
        height: 15px;
        position: relative;
        top:10px;
        right: 10px;
        display: inline-block;
        background-color: black;
    }
    .menu-label span, .menu-label span:before, .menu-label span:after {
        transition: all 300ms ease;
    }
    .mobile-menu-button:checked + label  span {
        transform: rotate(45deg) translateY(10px);
    }
    .mobile-menu-button:checked + label  span:before {
        opacity:0;
    }


    .mobile-menu-button:checked + label  span:after {
        transform: rotate(83deg);
    }

    .mobile-menu-button:checked:after {
        background-color: red;
    }

    .category-header {
        margin-top: 30px;
    }

    .search-q {
        width: 100%;
    }

    .product-detail-imgs {
        display: flex;
        flex-direction: column-reverse;
    }
    .product-detail-imgs ul {
        margin-top:10px;
    }
    .product-detail-imgs ul li {
        display: inline-block;
    }

    .product-detail-imgs ul li a div {
        width: 75px !important;
    }

    .col-gallery ul li {
        width: 49%;
        padding:15px;
        display: inline-block;
    }

    .col-2-1 {
        display: flex;
    }
    .slide-4, .slide-5 {
        width: 50%;
    }

}

.col-pagination {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.col-pagination ul {
    padding:0;
    margin:0;
    list-style-type: none;
}
.col-pagination ul li {
    display: inline-block;
}
.col-pagination ul li a {
    padding:5px 8px;
    background-color: #ffad05;
    display: inline-block;
    transition: all 300ms ease;
    border:1px solid #ffad05;
}
.col-pagination ul li a:hover {
    background-color: #ffffff;
    color: #ffad05;
}
.col-pagination ul li.active a {
    background-color: #ffffff;
    color: #ffad05;
}


.whatsapp {
    /*
    background-color: #f7f7f7;
    */
    background-color: #3edf5b;
    color: #ffffff;
    position: fixed;
    bottom:10px;
    right:10px;
    padding: 7px 14px;
    border-radius: 10px;
    transition: all 300ms ease;
}
.whatsapp a {
    transition: all 300ms ease;
}
.whatsapp:hover a {
    color: #ffffff;
}

.home-slider-container {
    position: relative;
}







/* Swiper */
@media only screen and (min-width:991px) {

    .swiper-container {
        width: 100%;
        background-color: #000;
      }
      
}
  /* Swiper slides */
  .swiper-slide {
      position: relative;
  }
  
  /* Slide captions */
  .slide-captions {
      position: absolute;
      top: 50%;
      left: 15%;
      color: #FFF;
      z-index: 999;
      transform: translateY(-50%);
  }
  .slide-captions .current-title {
    margin: 0;
      font-size: 48px;
  }
  .slide-captions .current-subtitle {
    margin: 10px 0 0 0;
      font-size: 28px;
  }
  
  /* Swiper arrows */
  .swiper-pagination-bullet-active {
      background-color: #fff;
  }
  
  /* Swiper pagination */
  .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 50px;
  }
  .swiper-button-prev,
  .swiper-button-next {
      color: #fff;
  }