@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
:root {
  --primary-color: #336a71;
  --secondary-color: #5ea348;
   --white-color: #ffffff;    /* Beyaz renk: #ffffff */
    --margin-top-small: 5px;        /* Küçük Margin Top: 5px */
    --margin-bottom-small: 5px;     /* Küçük Margin Bottom: 5px */
    --margin-top-medium: 10px;      /* Orta Margin Top: 10px */
    --margin-bottom-medium: 10px;   /* Orta Margin Bottom: 10px */
    --margin-top-large: 15px;       /* Büyük Margin Top: 15px */
    --margin-bottom-large: 15px;    /* Büyük Margin Bottom: 15px */
    --margin-top-xlarge: 20px;      /* Ekstra Büyük Margin Top: 20px */
    --margin-bottom-xlarge: 20px;   /* Ekstra Büyük Margin Bottom: 20px */
    --margin-top-xxlarge: 25px;     /* İki Kat Ekstra Büyük Margin Top: 25px */
    --margin-bottom-xxlarge: 25px;  /* İki Kat Ekstra Büyük Margin Bottom: 25px */
    --margin-top-huge: 30px;        /* Devasa Margin Top: 30px */
    --margin-bottom-huge: 30px;     /* Devasa Margin Bottom: 30px */

    
    /* Padding Top ve Bottom Değerleri */
    --padding-top-small: 5px;       /* Küçük Padding Top: 5px */
    --padding-bottom-small: 5px;    /* Küçük Padding Bottom: 5px */
    --padding-top-medium: 10px;     /* Orta Padding Top: 10px */
    --padding-bottom-medium: 10px;  /* Orta Padding Bottom: 10px */
    --padding-top-large: 15px;      /* Büyük Padding Top: 15px */
    --padding-bottom-large: 15px;   /* Büyük Padding Bottom: 15px */
    --padding-top-xlarge: 20px;     /* Ekstra Büyük Padding Top: 20px */
    --padding-bottom-xlarge: 20px;  /* Ekstra Büyük Padding Bottom: 20px */
    --padding-top-xxlarge: 25px;    /* İki Kat Ekstra Büyük Padding Top: 25px */
    --padding-bottom-xxlarge: 25px; /* İki Kat Ekstra Büyük Padding Bottom: 25px */
    --padding-top-huge: 30px;       /* Devasa Padding Top: 30px */
    --padding-bottom-huge: 30px;    /* Devasa Padding Bottom: 30px */

    /* Tüm Yönlere Padding Değerleri */
    --padding-all-small: 5px;       /* Küçük Tüm Yönlere Padding: 5px */
    --padding-all-medium: 10px;     /* Orta Tüm Yönlere Padding: 10px */
    --padding-all-large: 15px;      /* Büyük Tüm Yönlere Padding: 15px */
    --padding-all-xlarge: 20px;     

 }


body {
   
    font-size: 14px;
    color: #2a3643;
     overflow-y: scroll;
     font-family: "Nunito", sans-serif;
      background: #f3f6ff!important;
      box-sizing:border-box;
   
  
}


@supports (-moz-appearance: none) {
  body, p, h1, h2, h3, h4, h5, h6,a,span,strong,.swal-title,.swal-text,th,td{
    -webkit-font-smoothing: antialiased; /* WebKit tarayıcıları (Safari, Chrome) için */
    -moz-osx-font-smoothing: grayscale; /* Firefox ve diğer tarayıcılar için */
    text-rendering: optimizeLegibility;
    font-weight:400!important;
    
}

.magaza-adi {
 
  font-weight: normal!important;
  
}

.swal-title:not(:last-child) {
 font-weight:400!important;
}



}

.tema-ust a {
      display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    min-width: 20px;
    justify-content: center;
    padding: 3px;
    padding-left: 2px;
    margin-top: 10px;
}

.tema-ust a i {
    font-size: 18px; /* İkon boyutunu sabitle */
    margin-right: 8px; /* İkon ve metin arasına boşluk ekle */
}

.tema-ust a:hover {
    color: #007bff; /* Üzerine gelince renk değiştir */
}

@media (max-width: 768px) {
    .tema-ust a {
        font-size: 12px; /* Daha küçük ekranlarda yazı boyutunu küçült */
        padding: 8px 10px; /* İç boşlukları daralt */
    }

    .tema-ust a i {
        font-size: 16px; /* İkon boyutunu küçült */
        margin-right: 6px;
    }
}

@media (max-width: 1008px) {
   #masaustundegızle {

    display:none!important;
      

}


}



#tersdondur {

-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}





#olustur {

  
float: right !important;
    display: flex;
   

   

}

.tema-ust a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    min-width: 20px;
    justify-content: center;
    padding: 3px;
    padding-left: 2px;
    margin-top: 10px;
}


@media (max-width: 992px) {
   #masaustundegızle {

    display:none!important;
      

}

#olustur {
    float: right !important;
    display: flex;
    margin-top: -40px;
}


}






    .uyari-ekrani {
    display: inline-block;
    font-size: 14px; /* Yazı boyutunu küçült */
    padding: 10px 20px; /* İç boşlukları ayarla */
    border-radius: 6px; /* Köşeleri yuvarla */
    background: #1640d6 !important;
    color: #fff; /* Yazı rengi */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    max-width: 400px; /* Mesajın genişliğini ayarla */
    margin: 0 auto; /* Ortala */
}





.btn-custom {
    display: inline-block;
    background-color: #007bff;

    margin-top:35px;
    margin-bottom: 35px;

    color: white; /* Yazı rengi */
    font-size: 16px; /* Yazı boyutu */
    padding: 10px 20px; /* İç boşluk */
    border-radius: 5px; /* Köşeleri yuvarlat */
    border: none; /* Kenarlık kaldır */
    cursor: pointer; /* Fare simgesi */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Hover geçişleri */
    font-family: 'Rubik', sans-serif; /* Font */
}

.btn-custom i {
    margin-right: 8px; /* İkon ile yazı arasına boşluk */
}

.btn-custom:hover {
    background-color: #e6b800; /* Hover durumunda renk değişikliği */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Hover durumunda gölgeyi büyüt */
}

.btn-custom:active {
    transform: scale(0.98); /* Butona basıldığında küçültme efekti */
}


.mt-small { margin-top: var(--margin-top-small); }       /* margin-top: 5px */
.mt-medium { margin-top: var(--margin-top-medium); }     /* margin-top: 10px */
.mt-large { margin-top: var(--margin-top-large); }       /* margin-top: 15px */
.mt-xlarge { margin-top: var(--margin-top-xlarge); }     /* margin-top: 20px */
.mt-xxlarge { margin-top: var(--margin-top-xxlarge); }   /* margin-top: 25px */
.mt-huge { margin-top: var(--margin-top-huge); }         /* margin-top: 30px */

/* Margin Bottom Sınıfları */
.mb-small { margin-bottom: var(--margin-bottom-small); } /* margin-bottom: 5px */
.mb-medium { margin-bottom: var(--margin-bottom-medium); } /* margin-bottom: 10px */
.mb-large { margin-bottom: var(--margin-bottom-large); } /* margin-bottom: 15px */
.mb-xlarge { margin-bottom: var(--margin-bottom-xlarge); } /* margin-bottom: 20px */
.mb-xxlarge { margin-bottom: var(--margin-bottom-xxlarge); } /* margin-bottom: 25px */
.mb-huge { margin-bottom: var(--margin-bottom-huge); }   /* margin-bottom: 30px */

/* Padding Top Sınıfları */
.pt-small { padding-top: var(--padding-top-small); }     /* padding-top: 5px */
.pt-medium { padding-top: var(--padding-top-medium); }   /* padding-top: 10px */
.pt-large { padding-top: var(--padding-top-large); }     /* padding-top: 15px */
.pt-xlarge { padding-top: var(--padding-top-xlarge); }   /* padding-top: 20px */
.pt-xxlarge { padding-top: var(--padding-top-xxlarge); } /* padding-top: 25px */
.pt-huge { padding-top: var(--padding-top-huge); }       /* padding-top: 30px */

/* Padding Bottom Sınıfları */
.pb-small { padding-bottom: var(--padding-bottom-small); } /* padding-bottom: 5px */
.pb-medium { padding-bottom: var(--padding-bottom-medium); } /* padding-bottom: 10px */
.pb-large { padding-bottom: var(--padding-bottom-large); } /* padding-bottom: 15px */
.pb-xlarge { padding-bottom: var(--padding-bottom-xlarge); } /* padding-bottom: 20px */
.pb-xxlarge { padding-bottom: var(--padding-bottom-xxlarge); } /* padding-bottom: 25px */
.pb-huge { padding-bottom: var(--padding-bottom-huge); }   /* padding-bottom: 30px */

/* Tüm Yönlere Padding Sınıfları */
.padding-small { padding: var(--padding-all-small); }     /* padding: 5px */
.padding-medium { padding: var(--padding-all-medium); }   /* padding: 10px */
.padding-large { padding: var(--padding-all-large); }     /* padding: 15px */
.padding-xlarge { padding: var(--padding-all-xlarge); }   /* padding: 20px */

.bg-white {
    background-color: var(--white-color);  /* Arka plan rengini beyaz yap */
}


a {
    text-decoration: none !important;
    color: #2a3643;
}



.btn:focus {
    outline: none; /* Dış çerçeveyi kaldırır */
    box-shadow: none; /* Varsayılan mavi odak çerçevesini kaldırır */
    
  
}

a, button {
    touch-action: manipulation;
}




.ustbolumarkaplan{
 
    background:#222;
    padding-top: 10px;
    padding-bottom: 10px;

}


#magazaayrinti  {


    width: 85vw;
    margin: 0 auto;
    max-width: 1920px;

}







.swal-button {
    background-color: #007bff;
    color: #fff;
    border: none !important; /* Kenarlığı tamamen kaldırır */
    box-shadow: none !important; /* Gölgeyi tamamen kaldırır */
    outline: none !important; /* Odaklandığında mavi kenarlığı kaldırır */
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
    width: 100%;
}







 @media only screen and (max-width: 1920px) {
             #magazaresimler {
                object-fit:cover;
                height: 250px; /* Devasa masaüstü ekranlar için yükseklik */
            }
        }


 @media only screen and (max-width: 768px) {

.swal-footer {
   
    text-align: center;
}

        }


  .cookie-banner {
            display: none; /* Başlangıçta gizli */
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #333;
            color: #fff;
            padding: 15px;
            font-family: 'Nunito', sans-serif;
            font-size: 16px;
            box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: transform 0.3s ease;
        }
        
        /* Metin ve butonlar */
        .cookie-banner .message {
            display: inline-block;
            width: 80%;
            vertical-align: middle;
        }

        .cookie-banner .accept-btn {
            display: inline-block;
            background-color: #ff6f61;
            color: #fff;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .cookie-banner .accept-btn:hover {
            background-color: #ff856e;
        }


@media (max-width: 768px) {
    .cookie-banner {
        padding: 10px;
        flex-direction: column;
        text-align: center;
        padding-bottom: 72px;
    }

    .cookie-banner .message {
        margin: 0 0 10px;
      
    }
    
    .cookie-banner .accept-btn {
      
        padding: 10px;
    }
    
    /* Mobil menü için düzenlemeler */
    .div-container {
        padding-top: 60px; /* Menülerin çerez bannerıyla çakışmaması için üst boşluk bırakır */
    }
}












.pagination {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.page-item {
    margin: 0 5px;
}

.page-item .page-link {
    display: block;
    padding: 8px 12px;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #dee2e6;
    transform: none;
    text-align:center ;
}

.page-item.active .page-link {
  
}

.page-item .page-link:hover {
    transition:none;
    transform: none;
    outline:none /* Hover durumunda scale etkisini kaldır */
}


.page-item .page-link:focus{
    transition:none;
    transform: none;
    outline:none /* Hover durumunda scale etkisini kaldır */
}











ul{
    float: left;
    margin: 0px;
    padding: 0px;
  
}
ul li{
    float: left;
    list-style:none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
      
        border:none;
        outline:none;
    }
}

div.dataTables_wrapper div.dataTables_paginate:focus {

    outline:none;
    border:none
}

.page-item.active .page-link {
    box-sizing: border-box;
    outline: none;
    border: none;
    box-shadow: none;
}


.page-item.active .page-link:hover {
    box-sizing: border-box;
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
}



.page-item.active .page-link:focus {
    box-sizing: border-box;
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
}



@media (max-width: 767px) {
 

.table-responsive {
    overflow-x: hidden; /* Tablo taşıyıcı div için taşmayı engelle */
}


}







    .magaza-detay {
     
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        max-width: 600px;
        margin: 20px auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    .magaza-detay h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .magaza-detay p {
        font-size: 18px;
        margin: 10px 0;
        color: #333;
    }
    .magaza-detay i {
        color: #007bff;
        margin-right: 10px;
    }


#alisverisitamamla{
   width: clamp(300px, 85vw, 1920px);
    margin: 0 auto;
}



.ustbolum-son-taraf {
    display: flex;
    gap: 10px; /* Butonlar arası boşluk */
}

.ustbolum-son-taraf .magaza-link {
    position: relative;
    color: #fff;
    padding: 5px 22px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    background-color: purple; /* Varsayılan renk */
    margin-top:3px;
}

.ustbolum-son-taraf .magaza-panelim {
    background-color: green; /* Mağaza Panelim için özel renk */
}

.ustbolum-son-taraf .magaza-profilim:hover {
    background-color: #ff9498;
}

.ustbolum-son-taraf .magaza-panelim:hover {
    background-color: #9595f3;
}







.yukarı-sag-orta {
    display: flex;
    align-items: center; /* İcon ve metni dikeyde ortalar */
    gap: 10px; /* İcon ve metin arasındaki boşluk */
    margin-right: 10px; /* Sağ tarafta boşluk bırakır */
}

.yukarı-sag-orta .icon {
    margin-right: 5px;
}

.yukarı-sag-orta .icon i {
    font-size: 16px;
}

.yukarı-sag-orta .text {
    display: flex;
    flex-direction: column;
}

.yukarı-sag-orta .text span {
    font-size: 12px;
    width: auto;
}

.yukarı-sag-orta .text a {
    font-size: 15px;
    font-weight: 600;
    width: auto;
    margin-top: 5px;
    margin-left:-18px;
}








#whatsappdestek {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
}

#whatsappdestek::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 30px;
  background-color: #25d366;
  border-radius: 10px 10px 0 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#whatsappdestek:hover::before {
  opacity: 1;
}

#appyazi {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #25d366;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#whatsappdestek:hover .float-text {
  opacity: 1;
}

#whatsappikon {



margin-top:15px

}

.magaza_pasif {
    color: #fff;
    float: left;
    height: 30px;
    padding: 4px;
    background: orange;
    font-size: 15px;
    margin-top: 3px;
}

.small-button {
  font-size: 14px; /* Daha küçük font boyutu */
  background-color: #17a2b8; /* Buton arka plan rengi */
  color: white; /* Yazı ve ikon rengi */
  padding: 6px 12px; /* Butonun içindeki boşlukları küçülttüm */
  border: none;
  cursor: pointer;
  transition: all 0.3s ease; /* Geçiş efekti */
  display: inline-flex; /* İkon ve metni yan yana hizalar */
  align-items: center; /* İkon ve metni dikeyde ortalar */
  border-radius: 3px; /* Kenarları hafif yuvarlak */
}

.small-button i {
  margin-right: 5px; /* İkon ile metin arasına küçük bir boşluk ekler */
  font-size: 12px; /* İkonun boyutunu küçültür */
}

.small-button:hover {
  background-color:orange; /* Hover durumunda farklı bir renk */
  transform: scale(1.05); /* Hover sırasında buton hafif büyür */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Hafif bir gölge efekti */
}

 /* Mobilde Orijinal Header'ı Gizleme */
@media (max-width: 768px) {
    #gosterme {
        display: none;
    }

        .degistir {
        display: none;
    }

    .ustbolumarkaplan {

display:none;

    }


    .mobile-header {
        display: block;
        padding: 15px 10px;
        background-color: #29327f;
        color: #fff;
        margin-top: -10px;
    }

    .mobile-header .logo {
        text-align: center;
        margin-bottom: 15px;
        margin-top:15px;
    }

    .mobile-header .logo img {
        max-height: 50px;
    }


.search-bar{

margin-bottom:30px;

}

.mobilara-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}








.mobilara-container .form-control {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ccc;
  
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
    height: 50px; /* Input yüksekliğini artırdım */
}

.mobilara-container .form-control:focus {
    border-color: #2980b9;
}

.mobilara-container .ara-button {
    position: absolute;
    top: 0; /* Butonu input'un tepesine hizaladım */
    
    bottom: 0; /* Butonu input'un altına hizaladım */
        background-color: #336a71;
    border: none;
    padding: 0 15px;
    border-radius:0;
 
    color: white;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    height: 100%; /* Butonun yüksekliğini input ile aynı yap */
}

    .mobile-header .icons {
        display: flex;
        justify-content: space-around;
        margin-bottom: 10px;
        position: relative;
    }

    .mobile-header .icons a {
        color: #fff;
        font-size: 22px;
        position: relative;
    }

    .mobile-header .icons a:hover {
        color: #38cb89;
    }

    .mobile-header .icons a .badge {
        position: absolute;
        top: -18px;
        right: -19px;
        padding: 5px 10px;
        border-radius: 50%;
        background-color: #dc0441;
        color: white;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5;
    }

    .mobile-header .degistir {
        display: flex;
        justify-content: space-around;
    }

    .mobile-header .degistir a {
        color: #fff;
        font-size: 16px;
        padding: 5px 15px;
        border: 1px solid #38cb89;
        border-radius: 5px;
        text-align: center;
        background-color: #38cb89;
        position: relative;
        z-index: 10;
    }


.mobile-header .degistir  .magaza-panelim {
      background-color:orange;
      border:none;
    

    }















    .mobile-header .degistir a:hover {
        background-color: #fff;
        color: #29327f;
    }
}

/* Desktop Header Gizleme */
@media (min-width: 769px) {
    .mobile-header {
        display: none;
    }
}

.tooltip-inner {
    background-color: #007bff; /* Tooltip arka plan rengi */
    color: #fff; /* Tooltip yazı rengi */
    font-size: 14px; /* Yazı boyutu */
    padding: 10px; /* İç boşluk */
    border-radius: 4px; /* Köşeleri yuvarlat */
     font-family: 'Nunito', sans-serif;
     line-height:25px;
}

/* Tooltip Okunun Rengini Değiştirme */
.tooltip-arrow {
    border-top-color: #007bff; /* Tooltip okunun rengi */
}



  @media screen and (min-width:1280px) {


    #z .sirala {margin-left:1px;
}







  @media screen and (max-width:768px) {


    #sepet {
    display: none!important;
    
}



}



     
            

    h5 #masaustu {

margin-left:15px!important;

            }

         #z #ikon {

margin-left:15px!important;

            }



         }
  
/*footer*/
.sirala { color:#FFF;font-size:19px;font-family: Nunito, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;margin-left:-11px;
}





.pt2 { padding-top:40px ; margin-bottom:20px ;}



footer p { font-size:14px; color:#CCC; padding-bottom:0px; margin-bottom:8px;font-family: Nunito, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;;margin-bottom:12px;line-height: 24px}

@media only screen and (max-width: 600px) {
  footer{
    
    padding:10px;
  }
}



.mb10 { padding-bottom:15px ;}
.altbolumler { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.altbolumler li {padding:0px 0px 10px 0px;float:none!important}
.altbolumler li a{ color:#CCC;font-family: Nunito, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;}
.altbolumler li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.zet {margin:0px; list-style-type:none; padding:0px;}
.zet li p { display:table; }
.zet li a:hover { text-decoration:none;}
.zet li i { margin-top:5px;}


.altbolum_asagi_kisim_ul_altlinkler {
  list-style-type:none;
  padding:0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.altbolum_asagi_kisim_ul_altlinkler li { display:inline;}
.altbolum_asagi_kisim_ul_altlinkler li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}


#ikon li:before {    
    font-family: 'FontAwesome';
    content: '\f061';
    margin:0 5px 0 -15px;
    color:#fff;
    margin-top:1px;
    font-size: 12px;
}

  

#yeter  ul li{


float:inherit!important

}
        

footer a {

color:#fff


}



.ara-container {
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-top: 5px;
}

.ara-container .form-control {
    width: 100%;
    padding: 20px 80px 20px 25px; /* Yüksekliği artırmak için padding değerlerini daha da artırdım */
    font-size: 18px; /* Font boyutunu artırarak genel görünümü büyüttüm */
    border: 2px solid #3498db;
    border-radius: 35px; /* Kenar yuvarlaklığını da artırarak orantılı bir büyüme sağladım */
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

#ara-input:focus {
    border-color: #2980b9;
}

.ara-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px; /* Butonun genişliğini artırdım */
    background-color: #2ecc71;
    border: none;
    color: white;
    font-size: 20px; /* Font boyutunu biraz daha artırdım */
    border-radius: 0 35px 35px 0; /* Kenar yuvarlaklığını artırarak orantılı hale getirdim */
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.ara-button:hover {
    background-color: #27ae60;
}

.ara-button:active {
    background-color: #1e8449;
}


.genislik{
   width: clamp(300px, 85vw, 1920px);
    margin: 0 auto;
}











#ve {


  font-size: 17px;
  transition: all .2s ease-in-out;
  color: #323232;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.09);
    padding-left: 0px;
    border-radius:90px;
    line-height: 40px;
    width:40px;
    height:40px;
    text-align: center;
    margin-right:2px;


}

#ve:hover {
  transform: scale(1.1);
}

#ve:hover.fa-github{
  color: #333;
}

#ve:hover.fa-facebook {
  color: #1877f2;
}

#ve:hover.fa-instagram:hover {
  color: #c32aa3!important;
}

#ve:hover.fa-twitter:hover {
  color: #1da1f2;
}

.fa-linkedin-in:hover {
  color: #0a66c2;
}

#ve:hover.fa-youtube:hover {
  color: #ff0000;
}







.sagkisimlar{


display: flex;
    align-items: center;
    gap: 10px; 
    margin-top:-36px;


}
.sagkisimlar li{
    padding-right: 15px;
    margin-right: 15px;
    list-style:none;
}
.sagkisimlar li:last-child{
    padding-right: 0px;
    margin-right: 0px;
}
.sagkisimlar li:last-child span{background-color: #69bc45;}
.sagkisimlar li a{
float: left;
    font-size: 28px;
    position: relative;
    margin-left: -10px;
}
.sagkisimlar li a i{
    font-size: 27px;
}
.sagkisimlar li a span{
    color: #FFF;
    background-color: #dd4150;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 50%;
    position: absolute;
    right: -8px;
}
.sagkisimlar li a:hover i{
    color: #9b59b6;
}


.megamenusekli{
    justify-content: center;
    display: flex;
    align-items: center;
}

.megamenusekli li{}
.megamenusekli li a{
    width: 100%;
    height: 3.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    margin: 5px 0;
}
.megamenusekli li a span{
        position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 100%;
    display: flex;
    place-content: center;
    padding: 1.2rem;
    line-height: 16px;
    margin-top: 6px;
    z-index:9999!important;
}


.megamenusekli li:last-child a span:after{
    background: none;
}





footer{
   
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  
    flex-wrap: wrap; /* İçeriklerin taşmasını önlemek için wrap eklendi */


}





.nav-container ul li{
    width: 100%;
}
body.theme-default .hc-offcanvas-nav.nav-close-button-empty .nav-title{
    padding: 20px  !important;
}

.megamenusekli{
    position: relative;
    width: 100%;
}
.megamenusekli li:hover > #altmenuler{
    display: block;
}
.megamenusekli li #altmenuler{
   position: absolute;
    top: 55px;
    left: 0;
    z-index: 9999 !important;
    width: 100%;
    padding: 30px;
    background: #222222;
    display: none;
}

.megamenusekli li #altmenuler .col-md-3:last-child{
    border-right: none;
}
.megamenusekli li #altmenuler h3 {
    margin: 0px;
    padding: 0px;
    float: left;
    color: var(--secondary-color);
    width: 100%;
}
.megamenusekli li #altmenuler h3 a{
    float: left;
    width: 100%;
    color: var(--secondary-color);
    font-size: 16px;
}
.megamenusekli li #altmenuler h3 a:hover{}
.megamenusekli li #altmenuler ul{
    float: left;
    width: 100%;
    padding-right: 5px;
    margin-right: 5px;
}
.megamenusekli li #altmenuler ul li{
    width: 100%;
    float: left;
}
.megamenusekli li #altmenuler ul li a{
    height: auto;
    padding-bottom: 10px;
}
.megamenusekli li #altmenuler ul li a:hover{}


#menu_bar{display: none}
@media only screen and (max-width:768px){
    #menu_bar{display: block;width: 100%;background-color: #336a71;font-size: 25px;padding: 0px 15px;margin-bottom: 15px;line-height:40px}
    #menu_bar a{color: #fff;}
    #logo{
        margin: 0 auto;
        display: table;
    }
   
    

    .ustbolum-son-taraf a{
       
        text-align: center;
        width: 50%;
        padding: 5px !important;
    
    }
  
}




.hizmetbolumu{
  margin-bottom: 60px;
}
.hizmetbolumu h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 30px;
  font-weight: 500;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.hizmetbolumu h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.hizmetbolumu h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.hizmetbolumu p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
#hizmetlerimiz {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    margin-left: -5px;
    margin-right: -5px;
}
#hizmetlerimiz:hover{
    background:#f91942;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

#hizmetlerimiz:hover h6, #hizmetlerimiz:hover p {
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
#hizmetlerimiz .icon {
    font-size: 32px;
    margin-bottom:25px;
 
    width: 90px;
    height: 90px;
    line-height: 77px;
  
}
#hizmetlerimiz:hover i{
  
    color:#fff!important;
  
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

#hizmetlerimiz .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
#hizmetlerimiz .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
#hizmetlerimiz .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
#hizmetlerimiz .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
#hizmetlerimiz .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
#hizmetlerimiz p{
    font-size:15px;
    line-height:26px;
}
#hizmetlerimiz h6 {
    margin-bottom:20px;
    color:#2f2f2f;
    font-size:18px;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
   
    -webkit-transition: all 1s;
    transition: all 1s;
}




    
.sekilbicimlendir {
  max-width: 600px;
  margin: auto;
  border-radius: 2px;
  margin-top: 3em;
  color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  padding: 0 10px;
  background-color: #fff
}
.sekilbicimlendir.chase .aciklama,
.sekilbicimlendir.bofa .aciklama,
.sekilbicimlendir.wellsFargo .aciklama {
  display: inline-block;
}
.sekilbicimlendir.chase .aciklama .logo,
.sekilbicimlendir.bofa .aciklama .logo,
.sekilbicimlendir.wellsFargo .aciklama .logo {
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sekilbicimlendir.chase .unaciklama,
.sekilbicimlendir.bofa .unaciklama,
.sekilbicimlendir.wellsFargo .unaciklama {
  display: none;
}
.sekilbicimlendir.chase {
  background-color: #62BAFF;
}

.sekilbicimlendir.chase .bilgi,
.sekilbicimlendir.chase .confirm {
  color: #FFF;
}
.sekilbicimlendir.chase #removesekilbicimlendir {
  color: #FFE597;
}
.sekilbicimlendir.chase #removesekilbicimlendir:hover,
.sekilbicimlendir.chase #removesekilbicimlendir:active {
  color: #ffffff;
}
.sekilbicimlendir.bofa {
  background-color: #F1F9FF;
}

.sekilbicimlendir.bofa .bilgi .title {
  color: rgba(0, 103, 177, 0.35);
}
.sekilbicimlendir.bofa .bilgi {
  color: #000;
}
.sekilbicimlendir.bofa .footer {
  border-top-color: rgba(0, 103, 177, 0.35);
}
.sekilbicimlendir.wellsFargo {
  background-color: #CD1309;
}

.sekilbicimlendir.wellsFargo .bilgi,
.sekilbicimlendir.wellsFargo .confirm {
  color: #FFF;
}
.status {
  text-align: right;
  margin-top: -3.5em;
  text-transform: uppercase;
}
.status.pending {
  color: #00C3FF;
}
.status.verified {
  color: rgba(255, 255, 255, 0.75);
}
.baslik {
  text-align: center;
  padding: 10px 0;
}


p {
    margin: 0 0 10px;
    color: #222;
}

.bilgi .baslik {
   
    
    color:#222!important;
}



.title i {
  font-size: 2.5em;
  line-height: 2em;
  border-radius: 50%;
  background-color: #FFF;
  height: 75px;
  width: 75px;
  color: #546e7a;
  margin-top: -6em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.bilgi {
  margin: 10px 0;
}
.bilgi .baslik {
  text-align: left;
  margin: 0;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.75);
}
#yonlendir .owl-carousel .owl-item {
    float: left;
    padding-left: 10px;
}



.owl-carousel .owl-item {
    float: left;
    padding-left: 10px;
}


#yonlendir .owl-theme .owl-controls .owl-buttons div {


margin-top:-40px;


}



#product_area{
    position:relative;
    padding-top: 0;
}


.mix{
    display: none;
}
.product_item .mix{
    display: none;
}
.product_filter {
    margin-bottom: 10px;
}
.product_filter ul {
    margin: 0px 0 40px;
    padding: 0;
    list-style: none;
}
.product_filter ul li {
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    padding: 12px 22px;
    font-size: 13px;
    border: 1px solid transparent;
    transition: .5s;
    letter-spacing: 1px;
    border-radius: 20px;
    margin:0px;
    color:#777;
    line-height: 1;
}
.product_filter .filter.active {
    color: #33d286;
    border-color: #33d286;
}

.tekurun{
   text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    padding-bottom: 20px;
    background: #fff;
    transition: .5s;
    height: 420px;
}
.tekurun:hover{
    box-shadow: 5px 5px 25px rgba(0,0,0,0.03);
}
.product_image{
    overflow: hidden;
    position: relative;
}
.product_image img{
    width: 100%;
   height:250px;
    transition: all 1.5s ease 0s;
    
}


.tekurun .box-content{
    width: 100%;
    padding: 17px 10px;
    background: #fff;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
    overflow: hidden;
    opacity: 0;
    background: rgba(51, 210, 134, .9);
    
}
.tekurun:hover .box-content{
    bottom: 0;
    opacity: 1;
}
.box-content a {

}
.box-content a:hover {
    color: #33d286;
    border-color: #fff;
}

.product_btm_text p {
    color: #8E8E8E;
   
    font-size: 13px;
}
.product_btm_text h4 {
    text-transform: capitalize;
    margin-top: 17px;
    margin-bottom: 6px;
    font-size: 17px;
}
.product_btm_text h4,
.product_btm_text h4 a{
    color: #333;
}


.tekurun span.price{
    color: #33d286;
    font-size: 16px;
}
.no-padding{
    padding: 0;
}
.p_rating{
    color: #fec42d;
    cursor: pointer;
}


/* ---------------------------------------------------------
1    pageWrapper
---------------------------------------------------------*/
#pageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/* ---------------------------------------------------------
2    bgCover
--------------------------------------------------------*/
.bgCover {
  background-size: cover;
  background-position: 50% 50%;
}

.playfair {
  font-family: "Playfair Display", serif;
}

.fwEbold {
  font-weight: bold;
}



.btn .fas {
  font-size: 14px;
}



.btn.btnShop {
  min-width: 140px;
}

.btn.btnCart {
  min-width: 200px;
}

.md-round {
  border-radius: 40px;
}

.sm-round {
  border-radius: 10px;
}



/* ---------------------------------------------------------
3    headingII
---------------------------------------------------------*/
.headingII {
  font-size: 25px;
  line-height: 27px;
  color: #333333;
}

.headingII:before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.headingII:before {
  width: 60px;
  height: 3px;
  background: #5ba515;
}

/* ---------------------------------------------------------
4    headingIII
---------------------------------------------------------*/
.headingIII {
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}

/* ---------------------------------------------------------
5    headingIV
---------------------------------------------------------*/
.headingIV {
  font-size: 25px;
  line-height: 27px;
  color: #333333;
}

/* ---------------------------------------------------------
6    headingV
---------------------------------------------------------*/
.headingV {
  font-size: 15px;
  line-height: 18px;
  color: #444444;
}

/* ---------------------------------------------------------
7    headingVI
---------------------------------------------------------*/
.headingVI {
  font-size: 16px;
  line-height: 18px;
  color: #444444;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
8    headingVII
---------------------------------------------------------*/
.headingVII {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
9    mainHeader
---------------------------------------------------------*/
.mainHeader .headerBorder {
  min-width: 100%;
}

.mainHeader .headerBorder .img-bdr {
  width: 270px;
}

/* ---------------------------------------------------------
10   introBlock
---------------------------------------------------------*/
.introBlock {
  font-size: 16px;
  line-height: 20px;
  color: #6e6e6e;
}

.introBlock .align {
  min-height: 390px;
}

.introBlock .holder {
  z-index: 2;
}

.introBlock h1 {
  font-size: 25px;
  line-height: 30px;
  color: #333333;
  font-family: "Playfair Display", serif;
}

.introBlock h1:before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.introBlock h1:before {
  width: 100px;
  height: 5px;
  background: #333333;
}

.introBlock h2 {
  font-size: 25px;
  line-height: 30px;
  color: #333333;
  font-family: "Playfair Display", serif;
}

.introBlock .title {
  font-size: 14px;
  line-height: 16px;
  color: #555555;
  letter-spacing: 2px;
}

.introBlock .title:before {
  content: '';
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
}

.introBlock .title:before {
  width: 5px;
  height: 12px;
}

.introBlock br {
  display: none;
}

.introBlock .slick-prev,
.introBlock .slick-next {
  font-size: 17px;
  line-height: 22px;
  color: #444444;
}

.introBlock .slick-next {
  margin-left: 109px;
}

.introBlock .slickNavigatorsWrap,
.introBlock .slickNums {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.introBlock .slickNums {
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
  counter-reset: item;
}

.introBlock .slickNums li {
  pointer-events: auto;
  text-indent: -99999px;
  position: relative;
}

.introBlock .slickNums li:first-child {
  margin-left: 58px;
}

.introBlock .slickNums li:last-child {
  display: block;
  padding-left: 22px;
  text-indent: 0;
}

.introBlock .slickNums li:before {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-indent: 0;
  counter-increment: item;
  content: counters(item, ". ", decimal) "/";
}

.introBlock .slickNums li.slick-active:before {
  opacity: 1;
  visibility: visible;
}

.introBlock .slickNums button {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* ---------------------------------------------------------
11   bannerBlockHolder
---------------------------------------------------------*/
.bannerBlockHolder {
  font-size: 16px;
  line-height: 20px;
  color: #6e6e6e;
}

.bannerBlockHolder .align {
  min-height: 380px;
}

.bannerBlockHolder .holder {
  z-index: 2;
}

.bannerBlockHolder h1 {
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  font-family: "Playfair Display", serif;
}

.bannerBlockHolder .title {
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  letter-spacing: 2px;
}

.bannerBlockHolder .title:before {
  content: '';
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
}

.bannerBlockHolder .title:before {
  width: 5px;
  height: 16px;
}

.bannerBlockHolder .year {
  font-size: 40px;
  line-height: 45px;
  color: #555555;
}

.bannerBlockHolder .sub-title {
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  letter-spacing: 2px;
  font-weight: 500;
}

.bannerBlockHolder br {
  display: block;
}

.bannerBlockHolder .slick-prev,
.bannerBlockHolder .slick-next {
  font-size: 17px;
  line-height: 22px;
  color: #444444;
}

.bannerBlockHolder .slick-next {
  margin-left: 109px;
}

.bannerBlockHolder .slickNavigatorsWrap,
.bannerBlockHolder .slickNums {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.bannerBlockHolder .slickNums {
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
  counter-reset: item;
}

.bannerBlockHolder .slickNums li {
  pointer-events: auto;
  text-indent: -99999px;
  position: relative;
}

.bannerBlockHolder .slickNums li:first-child {
  margin-left: 58px;
}

.bannerBlockHolder .slickNums li:last-child {
  display: block;
  padding-left: 22px;
  text-indent: 0;
}

.bannerBlockHolder .slickNums li:before {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-indent: 0;
  counter-increment: item;
  content: counters(item, ". ", decimal) "/";
}

.bannerBlockHolder .slickNums li.slick-active:before {
  opacity: 1;
  visibility: visible;
}

.bannerBlockHolder .slickNums button {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* ---------------------------------------------------------
12   heroBlockHolder
---------------------------------------------------------*/
.heroBlockHolder .containerHolder {
  max-width: 1390px;
}

.heroBlockHolder .containerHolder .coll-6 {
  width: 100%;
}

.heroBlockHolder .containerHolder .coll-6:first-child {
  width: 45%;
  z-index: 2;
  padding: 0;
  display: none;
}

.heroBlockHolder .title {
  font-size: 16px;
  line-height: 21px;
  color: #444444;
}

.heroBlockHolder .title:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.heroBlockHolder .title:before {
  width: 100px;
  height: 3px;
}

.heroBlockHolder .txtwrap {
  z-index: 1;
}

.heroBlockHolder .subTitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #666666;
}

.heroBlockHolder h1 {
  font-size: 35px;
  line-height: 40px;
  color: #333333;
}

.heroBlockHolder .slick-prev,
.heroBlockHolder .slick-next {
  font-size: 17px;
  line-height: 22px;
  color: #444444;
}

.heroBlockHolder .slick-next {
  margin-left: 109px;
}

.heroBlockHolder .slickNavigatorsWrap,
.heroBlockHolder .slickNums {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none !important;
  margin-left: auto;
}

.heroBlockHolder .slickNums {
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  pointer-events: none;
  counter-reset: item;
}

.heroBlockHolder .slickNums li {
  pointer-events: auto;
  text-indent: -99999px;
  position: relative;
}

.heroBlockHolder .slickNums li:first-child {
  margin-left: 58px;
}

.heroBlockHolder .slickNums li:last-child {
  display: block;
  padding-left: 22px;
  text-indent: 0;
}

.heroBlockHolder .slickNums li:before {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-indent: 0;
  counter-increment: item;
  content: counters(item, ". ", decimal) "/";
}

.heroBlockHolder .slickNums li.slick-active:before {
  opacity: 1;
  visibility: visible;
}

.heroBlockHolder .slickNums button {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* ---------------------------------------------------------
13   introBannerHolder
---------------------------------------------------------*/
.introBannerHolder {
  min-height: 130px;
}

/* ---------------------------------------------------------
14   breadCrumbs
---------------------------------------------------------*/
.breadCrumbs {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.breadCrumbs a {
  color: #707070;
  display: block;
}

/* ---------------------------------------------------------
15   chooseUs-sec
---------------------------------------------------------*/
.chooseUs-sec .btnMore {
  color: #5ba515;
}

/* ---------------------------------------------------------
16   chooseList
---------------------------------------------------------*/
.chooseList {
  color: #838383;
  margin: 0 0 0 -10px;
}

.chooseList .icon {
  font-size: 70px;
  line-height: 75px;
  color: #5ba515;
}

/* ---------------------------------------------------------
17   featureCol
---------------------------------------------------------*/
.featureCol {
  width: 100%;
}

.featureCol:hover .postHoverLinskList {
  bottom: 20px;
}

.featureCol .title {
  font-size: 13px;
}

.featureCol .title a {
  color: #707070;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.featureCol .price {
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  color: #444444;
}

.featureCol .price del {
  font-size: 14px;
  line-height: 16px;
  color: #bebebe;
  font-weight: 400;
  margin: 0 10px 0 0;
}

.featureCol .hotOffer {
  font-size: 14px;
  line-height: 16px;
  top: 11px;
  left: 4px;
  min-width: 50px;
  padding: 4px 5px 7px 2px;
  border-radius: 0 15px 15px 0;
  background: #f9861f;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.featureCol .hotOffer.green {
  background: #5ba515;
}

.featureCol .postHoverLinskList {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.featureCol .postHoverLinskList li {
  -webkit-box-shadow: 0 1px 19px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 19px 6px rgba(0, 0, 0, 0.1);
}

.featureCol .postHoverLinskList li:first-child {
  border-radius: 20px 0 0 20px;
}

.featureCol .postHoverLinskList li:last-child {
  border-radius: 0 20px 20px 0;
}

.featureCol .postHoverLinskList a {
  padding: 8px;
  color: #444444;
  background: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.featureCol .postHoverLinskList a:hover {
  color: #fff;
}


@media (max-width: 767px) {
   #mobildebunugizle {
        display: none !important;
    }
}











/* ---------------------------------------------------------
18   contactListColumn
---------------------------------------------------------*/
.contactListColumn {
  border-radius: 50px;
}

.contactListColumn .icon {
  font-size: 30px;
  line-height: 40px;
  color: #5ba515;
}



.countdown-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    background-color: #f0f4f8;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.countdown-timer__item {
    text-align: center;
    flex: 1;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.countdown-timer__value {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.countdown-timer__label {
    font-size: 14px;
    color: #666;
}

.countdown-timer__item:nth-child(1) .countdown-timer__value {
    color: #e74c3c;
}

.countdown-timer__item:nth-child(2) .countdown-timer__value {
    color: #f39c12;
}

.countdown-timer__item:nth-child(3) .countdown-timer__value {
    color: #2ecc71;
}

.countdown-timer__item:nth-child(4) .countdown-timer__value {
    color: #3498db;
}

.countdown-timer__end-message {
    font-size: 20px;
    font-weight: bold;
    overflow: auto; 
    color: #d9534f;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}










/* ---------------------------------------------------------
19   comming-timer
---------------------------------------------------------*/
.comming-timer .countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comming-timer .countdown-row .countdown-section {
  min-width: 30px;
  margin: 0 20px 0 0;
  position: relative;
}

.comming-timer .countdown-row .countdown-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  bottom: auto;
  left: auto;
}

.comming-timer .countdown-row .countdown-section:before {
  content: ":";
  font-size: 30px;
  line-height: 35px;
  color: #5ba515;
}

.comming-timer .countdown-row .countdown-section:last-child:before {
  display: none;
}

.comming-timer .countdown-row .countdown-section .countdown-amount {
  font-size: 25px;
  line-height: 27px;
  color: #5ba515;
  font-weight: 700;
  background: none;
  border-top: none;
  display: block;
  padding: 0;
  border-bottom: none;
}

.comming-timer .countdown-row .countdown-section .countdown-amount:before {
  display: none;
}

.comming-timer .countdown-row .countdown-section .countdown-period {
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
}

/* ---------------------------------------------------------
20   dealSlider
---------------------------------------------------------*/
.dealSlider .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}

.dealSlider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px 0 0;
}

.dealSlider .slick-dots .slick-active button:before {
  opacity: 1;
  visibility: visible;
}

.dealSlider .slick-dots button {
  background: none;
  border-radius: 100%;
  outline: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  padding: 5px;
  position: relative;
  display: block;
  background: #d1d1d1;
  border: none;
}

.dealSlider .slick-dots button:before {
  content: '';
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
}

.dealSlider .slick-dots button:before {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #5ba515;
  padding: 5px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}

/* ---------------------------------------------------------
21   subscribeSecBlock
---------------------------------------------------------*/
.subscribeSecBlock {
  min-height: 330px;
}

.subscribeSecBlock .emailForm1 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control {
  width: 100%;
  height: 50px;
  background: #fff;
  margin: 0 0 20px;
  border-radius: 40px;
}

.subscribeSecBlock .emailForm1 .form-control::-webkit-input-placeholder {
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control::-moz-placeholder {
  opacity: 1;
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control:-moz-placeholder {
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control:-ms-input-placeholder {
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control.placeholder {
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .btn {
  border-radius: 40px !important;
}

/* ---------------------------------------------------------
22   quotationBlock
---------------------------------------------------------*/
.quotationBlock {
  font-size: 16px;
  line-height: 26px;
  color: #707070;
}

.quotationBlock q {
  padding: 0 20px;
  font-style: italic;
}

.quotationBlock q:after, .quotationBlock q:before {
  display: none;
}

.quotationBlock cite {
  font-style: normal;
}

.quotationBlock cite strong {
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}

.quotationBlock cite span {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
}

/* ---------------------------------------------------------
23   masonryHolder
---------------------------------------------------------*/
.masonryHolder .grid-item {
  width: 100%;
  float: left;
}

.masonryHolder .grid-item.grid-item2 {
  width: 100%;
}

/* ---------------------------------------------------------
24   itemCol
---------------------------------------------------------*/
.itemCol .hoverTextBlock {
  left: 20px;
  top: 20px;
}

.itemCol .hoverTextBlock .txt {
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  word-spacing: 1px;
}

.itemCol .headingIV {
  font-size: 25px;
  line-height: 30px;
  color: #353535;
}

.itemCol .headingIV a {
  color: #353535;
}

/* ---------------------------------------------------------
25   testimonailSlider
---------------------------------------------------------*/
.testimonailSlider.slick2 .slick-dots {
  
}

.testimonailSlider .slide {
  padding: 0 20px;
}

.testimonailSlider .icon-qoute {
  font-size: 20px;
  line-height: 22px;
  color: #707070;
}

.testimonailSlider .title {
  font-size: 20px;
  line-height: 22px;
  color: #666666;
}

.testimonailSlider .desnation {
  font-size: 14px;
  line-height: 16px;
  color: #9f9f9f;
}

.testimonailSlider .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}

.testimonailSlider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px 0 0;
}

.testimonailSlider .slick-dots .slick-active button:before {
  opacity: 1;
  visibility: visible;
}

.testimonailSlider .slick-dots button {
  background: none;
  border-radius: 100%;
  outline: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  padding: 5px;
  position: relative;
  display: block;
  background: #d1d1d1;
  border: none;
}

.testimonailSlider .slick-dots button:before {
  content: '';
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
}

.testimonailSlider .slick-dots button:before {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #5ba515;
  padding: 5px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}

/* ---------------------------------------------------------
26   newsPostColumn
---------------------------------------------------------*/
.newsPostColumn {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.newsPostColumn:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.newsPostColumn .imgHolder {
  margin: 0 -10px;
}

.newsPostColumn .imgHolder .time {
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  left: 10px;
  top: 11px;
}

.newsPostColumn .imgHolder .time strong {
  font-size: 16px;
  line-height: 18px;
}

.newsPostColumn .postBy {
  font-size: 12px;
  line-height: 14px;
  color: #afafaf;
  word-spacing: 2px;
}

.newsPostColumn .postBy a {
  color: #afafaf;
}

.newsPostColumn .headingV a {
  color: #444444;
}

/* ---------------------------------------------------------
27   newsBlogColumn
---------------------------------------------------------*/
.newsBlogColumn .time {
  width: 110px;
  height: 50px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.newsBlogColumn .time strong {
  font-size: 16px;
  line-height: 18px;
}

.newsBlogColumn .postBy {
  font-size: 12px;
  line-height: 14px;
  color: #afafaf;
  word-spacing: 2px;
  border-bottom: 1px solid #ebebeb;
}

.newsBlogColumn .postBy a {
  color: #afafaf;
}

.newsBlogColumn .headingV a {
  color: #444444;
}

/* ---------------------------------------------------------
28   discoverSecHolder
---------------------------------------------------------*/
.discoverSecHolder .rightAlign .title:before {
  right: auto;
  left: 0;
}

.discoverSecHolder .rightAlign .imgHolder .bdr {
  left: -40px;
  top: -30px;
}

.discoverSecHolder .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #555555;
  letter-spacing: 1px;
}

.discoverSecHolder .title:before {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 2px;
  left: auto;
}

.discoverSecHolder .title:before {
  width: 30px;
  height: 1px;
}

.discoverSecHolder .headingIV {
  color: #444444;
}

.discoverSecHolder .btn {
  border: 1px solid;
}

.discoverSecHolder .btn:hover {
  color: #fff;
}

.discoverSecHolder .imgHolder {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.discoverSecHolder .imgHolder .bdr {
  right: -40px;
  top: -30px;
  z-index: -1;
}

/* ---------------------------------------------------------
29   partnerSlider
---------------------------------------------------------*/
.partnerSlider .logoColumn {
  width: 155px;
}

/* ---------------------------------------------------------
30   widget
---------------------------------------------------------*/
.widget .searchForm {
  width: 100%;
  height: 40px;
}

.widget .searchForm .form-control {
  font-size: 14px;
  line-height: 16px;
  color: #b3b3b3;
  height: 40px;
  background: none;
  border-radius: 0;
  padding: 0 40px 5px 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
}

.widget .searchForm .form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget .searchForm .form-control::-moz-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

.widget .searchForm .form-control:-moz-placeholder {
  color: #b3b3b3;
}

.widget .searchForm .form-control:-ms-input-placeholder {
  color: #b3b3b3;
}

.widget .searchForm .form-control.placeholder {
  color: #b3b3b3;
}

.widget .searchForm button {
  font-size: 18px;
  line-height: 20px;
  color: #656565;
  right: 1px;
  top: 10px;
  background: none;
  border: none;
}

.widget .categoryList {
  line-height: 20px;
}

.widget .categoryList a {
  color: #707070;
}

.widget .categoryList .num {
  border-radius: 5px;
  padding: 0 13px;
}

.widget .filter-ranger-form .get-results-wrap {
  padding-top: 24px;
}

.widget .filter-ranger-form #demo {
  font-size: 12px;
  line-height: 1.33333;
}

.widget .filter-ranger-form .btn {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 1px;
  vertical-align: top;
  min-width: 100px;
}

.widget .filter-ranger-form #amount {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
}

.widget .recentListHolder .alignleft {
  width: 27%;
}

.widget .recentListHolder .description-wrap {
  width: 73%;
}

.widget .recentListHolder .headingVII {
  font-weight: 400;
}

.widget .recentListHolder .headingVII a {
  color: #707070;
  display: block;
}

.widget .recentListHolder .price {
  font-size: 15px;
  line-height: 17px;
  color: #27272f;
}

.widget .tagNavList {
  font-size: 14px;
  line-height: 16px;
}

.widget .tagNavList li {
  margin: 0 8px 10px 0;
}

.widget .tagNavList a {
  color: #707070;
  letter-spacing: 1px;
  padding: 7px 14px 9px 17px;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.widget .tagNavList a:hover {
  color: #fff;
}

.widget .recentPostList a {
  color: #707070;
  letter-spacing: 1px;
  border-bottom: 1px solid #ebebeb;
}

.widget .archiveList a {
  color: #707070;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
31   show-head
---------------------------------------------------------*/
.show-head .viewFilterLinks {
  font-size: 15px;
  line-height: 17px;
  color: #707070;
  width: 100%;
}

.show-head .viewFilterLinks li {
  letter-spacing: 1px;
}

.show-head .viewFilterLinks a {
  width: 40px;
  height: 40px;
  color: #707070;
  display: block;
  padding: 8px;
  border: 1px solid #ebebeb;
}

.show-head .viewFilterLinks a:hover {
  color: #fff;
}

.show-head .viewFilterLinks .fas {
  font-size: 20px;
  line-height: 22px;
}

.show-head .groupTitle {
  font-size: 14px;
  line-height: 17px;
  color: #b3b3b3;
}

.show-head .dropdown {
  width: 170px;
  height: 40px;
}

.show-head .dropdown .dropdown-toggle {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  width: 100%;
  height: 40px;
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 0 0 3px 8px;
  letter-spacing: 1px;
  background: none;
}

.show-head .dropdown .dropdown-toggle:after {
  margin: 8px 8px 0 0;
  float: right;
}

.show-head .dropdown .dropdown-menu {
  margin: 0 0 0 -10px;
  padding: 0;
  width: 100%;
}

.show-head .dropdown .dropdown-menu a {
  padding: 5px 8px;
  color: #707070;
  display: block;
}

.show-head .dropdown .dropdown-menu a:hover {
  color: #fff;
}


.productTextHolder h2 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  letter-spacing: 2px;
}

.productTextHolder .ratingList {
  font-size: 15px;
  line-height: 17px;
  color: #808086;
  letter-spacing: 1px;
}

.productTextHolder .ratingList a {
  color: #f9861f;
  display: block;
}

.productTextHolder .price {
  font-size: 28px;
  line-height: 30px;
}

.productTextHolder .productInfoDetail {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  letter-spacing: 1px;
}

.productTextHolder .productInfoDetail span {
  font-weight: 600;
  color: #1d1d1d;
}

.productTextHolder .productInfoDetail a {
  color: #707070;
  word-spacing: -3px;
}

.productTextHolder .sizeList {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 1px;
}

.productTextHolder .sizeList [type="checkbox"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.productTextHolder .sizeList .fake-label {
  font-size: 14px;
  line-height: 16px;
}

.productTextHolder .sizeList .fake-input,
.productTextHolder .sizeList label {
  display: inline-block;
  vertical-align: middle;
}

.productTextHolder .sizeList label {
  padding-right: 5px;
}

.productTextHolder .sizeList .fake-input {
  width: 20px;
  height: 20px;
  background: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 1px;
  border-radius: 100%;
}

.productTextHolder .sizeList [type="checkbox"] + .fake-input:before {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 -5px;
}

.productTextHolder .sizeList [type="checkbox"]:checked + .fake-input:before {
  opacity: 1;
}

.productTextHolder .sizeList input:disabled + .fake-input,
.productTextHolder .sizeList input:disabled ~ .fake-label {
  opacity: .5;
}

.productTextHolder .colorList {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 1px;

}

.productTextHolder .colorList a {
  width: 20px;
  height: 20px;
  display: block;
}

.productTextHolder .colorList .red {
  background: #ec2026;
}

.productTextHolder .colorList .yellow {
  background: #fdc135;
}

.productTextHolder .colorList .purple {
  background: #9a2f81;
}

.productTextHolder .jcf-number {
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
}

.productTextHolder .jcf-number input {
  font-size: 18px;
  line-height: 20px;
  color: #707070;
  text-align: center;
  padding: 0;
  width: 100%;
  border-radius: 40px;
  border: 1px solid #5ba515;
}

.productTextHolder .jcf-number .jcf-btn-inc,
.productTextHolder .jcf-number .jcf-btn-dec {
  width: 50px;
  height: 50px;
  background: none;
  top: 0;
  font-size: 10px;
  line-height: 12px;
  text-indent: -9999px;
}

.productTextHolder .jcf-number .jcf-btn-inc:before,
.productTextHolder .jcf-number .jcf-btn-dec:before {
  top: 18px;
  left: 19px;
  background: none;
  border: none;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0;
  text-indent: 0;
}

.productTextHolder .jcf-number .jcf-btn-dec {
  left: 0;
  border-right: 1px solid #5ba515;
}

.productTextHolder .jcf-number .jcf-btn-dec:before {
  content: "\f068";
  display: block;
}

.productTextHolder .jcf-number .jcf-btn-inc {
  right: 0;
  border-left: 1px solid #5ba515;
}

.productTextHolder .jcf-number .jcf-btn-inc:before {
  content: "\f067";
  display: block;
}

.productTextHolder .socialNetwork {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  letter-spacing: 1px;
}

.productTextHolder .socialNetwork a {
  font-size: 16px;
  line-height: 18px;
  color: #707070;
}

/* ---------------------------------------------------------
34   tabSetList
---------------------------------------------------------*/
.tabSetList {
  font-size: 20px;
  line-height: 25px;
  color: #444454;
}

.tabSetList a {
  color: #444454;
  position: relative;
}

.tabSetList a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.tabSetList a:after {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-bottom: 2px solid;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
}

.tabSetList a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tabSetList a.active:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* ---------------------------------------------------------
35   socialNetworkList
---------------------------------------------------------*/
.socialNetworkList {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  letter-spacing: 1px;
}

.socialNetworkList a {
  font-size: 16px;
  line-height: 18px;
  color: #707070;
}

/* ---------------------------------------------------------
36   commentsBlock
---------------------------------------------------------*/
.commentsBlock .commentArea .img {
  width: 23%;
}

.commentsBlock .commentArea .txtHolder {
  width: 77%;
}

.commentsBlock .commentArea .commentDate {
  color: #b8b8b8;
  word-spacing: 2px;
}

.commentsBlock .commentArea .commentDate a {
  color: #444444;
}

/* ---------------------------------------------------------
37   commentform
---------------------------------------------------------*/
.commentform .row1 {
  margin: 0 -15px;
}

.commentform .coll {
  width: 100%;
  padding: 0 15px;
}

.commentform .form-control {
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 17px;
  color: #b8b8b8;
  background: #f5f5f5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 9px 7px;
}

.commentform textarea {
  resize: none;
}

.commentform textarea.form-control {
  width: 100%;
  height: 200px;
}

/* ---------------------------------------------------------
38   cartHolder
---------------------------------------------------------*/
.cartHolder .cartTable {
  min-width: 930px;
}

.cartHolder .cartTable th {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
  padding: 10px 0;
  letter-spacing: 1px;
}

.cartHolder .cartTable td {
  vertical-align: middle;
  letter-spacing: 1px;
}

.cartHolder .cartTable .jcf-number {
  overflow: hidden;
  height: 50px;
  margin: 0 20px 0 0;
}

.cartHolder .cartTable .jcf-number input {
  font-size: 20px;
  line-height: 22px;
  color: #707070;
  text-align: center;
  padding: 0;
  width: 150px;
  border: 1px solid #e1e1e1;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc,
.cartHolder .cartTable .jcf-number .jcf-btn-dec {
  width: 50px;
  height: 50px;
  background: none;
  top: 0;
  font-size: 10px;
  line-height: 12px;
  text-indent: -9999px;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc:before,
.cartHolder .cartTable .jcf-number .jcf-btn-dec:before {
  top: 18px;
  left: 19px;
  background: none;
  border: none;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0;
  text-indent: 0;
}

.cartHolder .cartTable .jcf-number .jcf-btn-dec {
  left: 0;
  border-right: 1px solid #e1e1e1;
}

.cartHolder .cartTable .jcf-number .jcf-btn-dec:before {
  content: "\f068";
  display: block;
}

.cartHolder .cartTable .jcf-number .jcf-btn-dec:hover:before {
  color: #fff;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc {
  right: 0;
  border-left: 1px solid #e1e1e1;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc:before {
  content: "\f067";
  display: block;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc:hover:before {
  color: #fff;
}

.cartHolder .cartTable .imgHolder {
  width: 70px;
}

.cartHolder .cartTable .title a {
  color: #707070;
}

.cartHolder .cartTable .fas {
  color: #666666;
}

.cartHolder .cartForm label {
  color: #444444;
  letter-spacing: 1px;
}

.cartHolder .cartForm .form-control {
  width: 100%;
  height: 200px;
  color: #707070;
  border: 1px solid #ebebeb;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.cartHolder .couponForm .mt-holder {
  width: 100%;
}

.cartHolder .couponForm label {
  color: #444444;
  letter-spacing: 1px;
}

.cartHolder .couponForm .form-control {
  width: 100%;
  height: 50px;
  color: #707070;
  border: 1px solid #ebebeb;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* ---------------------------------------------------------
39   abtSecHolder
---------------------------------------------------------*/
.abtSecHolder h2 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.abtSecHolder h2:before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.abtSecHolder h2:before {
  width: 70px;
  height: 1px;
  background: #5ba515;
}

/* ---------------------------------------------------------
40   progressCounter
---------------------------------------------------------*/
.progressCounter li {
  min-width: 100%;
}

.progressCounter .counter {
  font-size: 50px;
  line-height: 52px;
  color: #333333;
}

.progressCounter .txtWrap {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  font-weight: 500;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
41   accordionList
---------------------------------------------------------*/
.accordionList .card {
  border: 1px solid #dddddd;
}

.accordionList .card-header {
  border: none;
  background: #fff;
  border-radius: 0;
}

.accordionList .btn-link {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

/* ---------------------------------------------------------
42   teamBlock
---------------------------------------------------------*/
.teamBlock:hover .imgWrap:before,
.teamBlock:hover .socialNetworks {
  opacity: 1;
  visibility: visible;
}

.teamBlock .imgWrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.teamBlock .imgWrap:before {
  opacity: 0;
  visibility: hidden;
  background: rgba(51, 51, 51, 0.8);
  -webkit-transition: opacity 0.35s linear, visibility 0.35s linear;
  -o-transition: opacity 0.35s linear, visibility 0.35s linear;
  transition: opacity 0.35s linear, visibility 0.35s linear;
}

.teamBlock .socialNetworks {
  font-size: 14px;
  line-height: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s linear, visibility 0.35s linear, -webkit-transform 0.35s linear;
  transition: opacity 0.35s linear, visibility 0.35s linear, -webkit-transform 0.35s linear;
  -o-transition: opacity 0.35s linear, visibility 0.35s linear, transform 0.35s linear;
  transition: opacity 0.35s linear, visibility 0.35s linear, transform 0.35s linear;
  transition: opacity 0.35s linear, visibility 0.35s linear, transform 0.35s linear, -webkit-transform 0.35s linear;
}

.teamBlock .socialNetworks li {
  margin-right: 17px;
  margin-left: 17px;
}

.teamBlock .socialNetworks a {
  color: #fff;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.teamBlock .socialNetworks a:hover {
  color: #5ba515;
}

.teamBlock .name {
  font-size: 15px;
  line-height: 17px;
  color: #333333;
}

.teamBlock .name a {
  color: #333333;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.teamBlock .name a:hover {
  color: #5ba515;
}

.teamBlock .desination {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-weight: 400;
}

/* ---------------------------------------------------------
43   stepCol
---------------------------------------------------------*/
.stepCol {
  width: 100%;
}

.stepCol .mainTitle {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  max-width: 109px;
  background: #5ba515;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/* ---------------------------------------------------------
44   contactListHolder
---------------------------------------------------------*/
.contactListHolder {
  font-size: 14px;
  line-height: 23px;
  color: #707070;
}

.contactListHolder li {
  min-width: 100%;
}

.contactListHolder a {
  color: #707070;
}

.contactListHolder .icon {
  font-size: 20px;
  line-height: 22px;
  color: #333333;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #eaeaea;
}

.contactListHolder .title {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

/* ---------------------------------------------------------
45   mapHolder
---------------------------------------------------------*/
.mapHolder {
  height: 260px;
}

@media (min-width: 576px) {
  .mapHolder {
    height: 320px;
  }
}

@media (min-width: 768px) {
  .mapHolder {
    height: 370px;
  }
}

@media (min-width: 992px) {
  .mapHolder {
    height: 420px;
  }
}

@media (min-width: 1170px) {
  .mapHolder {
    height: 500px;
  }
}

.mapHolder iframe {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------
46   contactForm
---------------------------------------------------------*/
.contactForm .row1 {
  margin: 0 -15px;
}

.contactForm .coll {
  width: 100%;
  padding: 0 15px;
}

.contactForm .form-control {
  width: 100%;
  height: 50px;
  font-size: 13px;
  line-height: 15px;
  color: #c8c8c8;
  background: none;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 9px 14px;
}

.contactForm textarea {
  resize: none;
}

.contactForm textarea.form-control {
  width: 100%;
  height: 227px;
  padding: 17px 14px;
}

#header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

#header .headerHolderCol {
  background: #313538;
}

#header .headerHolderCol .tel {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
}

#header .headerHolderCol .tel .icon-call {
  font-size: 15px;
  line-height: 17px;
}

#header .headerHolderCol .txt {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

#header .headerHolder .logo {
  width: 125px;
}

#header .mainHolder .logo {
  width: 115px;
}

#header .h-logo {
  width: 100px;
}

.static-block {
  position: static;
}

.langList {
  font-size: 13px;
  line-height: 1.14286;
}

.langList > li {
  margin: 0 0 0 13px;
}

.langList > li:first-child {
  margin: 0;
}

.langList > li > a {
  color: #333333;
  border: none;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langList > li > a:after {
  font-size: 15px;
  margin: 0 -2px 2px 3px;
  vertical-align: bottom;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langList > li > a:hover {
  border: none;
}

.langList .icon-menu {
  font-size: 18px;
  line-height: 1.11111;
}

.langList .dropdown-menu {
  min-width: 120px;
  top: 30px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
}

.langList .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1.16667;
  color: #444444;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  background: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langList .dropdown-menu .dropdown-item a {
  color: #444444;
}

.langList .dropdown-menu .dropdown-toggle:after {
  display: none;
}

.langListII {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
}

.langListII li {
  margin: 0 16px 0 0;
}

.langListII li.show a {
  background: none;
  border: none;
}

.langListII a {
  color: #fff;
  border: none;
  padding: 0;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langListII a:after {
  font-size: 13px;
  margin: 0 0 2px 5px;
  vertical-align: bottom;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langListII a:hover {
  border: none;
}

.langListII .dropdown-menu {
  min-width: 120px;
  top: 10px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
}

.langListII .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1.16667;
  color: #444444;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  background: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pageNav1 {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  font-weight: 700;
  float: left;
}

.pageNav1 .navbar-nav li.dropdown.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.pageNav1 .navbar-nav .nLogo {
  display: none;
}

.pageNav1 .navbar-nav a {
  color: #333333;
  padding: 10px 15px;
  background: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pageNav1 .navbar-nav a:after {
  display: none;
}

.pageNav1 .navbar-nav .dropdown-menu {
  font-size: 16px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 234px;
  font-weight: 600;
  border-radius: 0;
  border-top: 2px solid #5ba515;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.pageNav1 .navbar-nav .dropdown-menu a {
  color: #444444;
  display: block;
  padding: 10px 15px;
  margin: 0;
}

.pageNav1 .navbar-nav .dropdown-menu a:hover {
  color: #fff;
}

.pageNav1 .navbar-toggle {
  padding: 8px;
  background: none;
  border: 1px solid #333333;
  border-radius: 0;
  margin: 15px 0 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.pageNav1 .navbar-toggle:focus {
  outline: 0;
}

.pageNav1 .navbar-toggle:hover .icon-bar {
  background: #fff;
}

.pageNav1 .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #333333;
  border-radius: 1px;
}

.pageNav1 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.pageNav1 .navbar-collapse {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
}

.pageNav2 {
  font-size: 14px;
  line-height: 0.875;
  color: #333333;
  font-weight: 700;
  float: right;
}

.pageNav2 .navbar-nav li.dropdown.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.pageNav2 .navbar-nav .dropdown-menu {
  font-size: 16px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 234px;
  font-weight: 600;
  margin: 0;
  border-radius: 0;
  border-top: 2px solid #5ba515;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.pageNav2 .navbar-nav .dropdown-menu a {
  color: #444444;
  display: block;
  padding: 10px 15px;
  margin: 0;
}

.pageNav2 .navbar-nav .dropdown-menu a:after {
  display: none;
}

.pageNav2 .navbar-nav .dropdown-menu a:hover {
  color: #fff;
}







.pageNav2 .navbar-nav .active > a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pageNav2 .navbar-nav a {
  color: #333333;
  padding: 10px 15px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  cursor: pointer;
}

.pageNav2 .navbar-nav a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.pageNav2 .navbar-nav a:after {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: none;
  border-bottom: 2px solid;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
}

.pageNav2 .navbar-nav a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pageNav2 .navbar-toggle {
  padding: 8px;
  background: none;
  border: 1px solid #333333;
  border-radius: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.pageNav2 .navbar-toggle:focus {
  outline: 0;
}

.pageNav2 .navbar-toggle:hover .icon-bar {
  background: #fff;
}

.pageNav2 .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #333333;
  border-radius: 1px;
}

.pageNav2 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.pageNav2 .navbar-collapse {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
}

.wishList {
  font-size: 18px;
  line-height: 1.11111;
  padding: 0 15px 0 0;
}

.wishList li {
  margin: 0 0 0 20px;
}

.wishList li:first-child {
  margin: 0;
}

.wishList a {
  color: #333333;
  border: none !important;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.wishList a .num {
  position: absolute;
  top: -6px;
  right: -15px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 0.75px;
  color: #fff;
  background: #5ba515;
  padding: 7px 0 0 5px;
}

.wishList .dropdown-menu {
  min-width: 120px;
  top: 10px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
}

.wishList .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1.16667;
  color: #444444;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
}

.wishListII {
  font-size: 19px;
  line-height: 21px;
}

.wishListII li {
  margin: 0 0 0 21px;
}

.wishListII a {
  color: #333333;
  border: none !important;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.wishListII a .num {
  position: absolute;
  top: -6px;
  right: -15px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 0.75px;
  color: #fff;
  background: #5ba515;
  padding: 7px 0 0 5px;
}

.wishListII .dropdown-menu {
  min-width: 120px;
  top: 10px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
}

.wishListII .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1.16667;
  color: #444444;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
}

 .title-all{
     margin-bottom: 30px;
}
 .title-all h1{
     font-size: 32px;
     font-weight: 700;
     color: #000000;
}
 .title-all p{
     color: #999999;
     font-size: 16px;
}
 .products-box{
     padding: 70px 0px;
}
 .special-menu{
     margin-bottom: 40px;
}
 .filter-button-group{
     display: inline-block;
}
 .filter-button-group button{
     background: #b0b435;
     color: #ffffff;
     border: none;
     cursor: pointer;
     padding: 5px 30px;
     font-size: 18px;
}
 .filter-button-group button.active{
     background: #000000;
}
 .filter-button-group button{
}
 .products-single {
     overflow: hidden;
     position: relative;
     margin-bottom: 30px;
}
 .products-single .box-img-hover{
     overflow: hidden;
     position: relative;

}

 .box-img-hover img{
     margin: 0 auto;
     text-align: center;
     display: block;
     height:200px;
}
 .type-lb{
     position: absolute;
     top: 0px;
     right: 0px;
     z-index:8;
}
 .type-lb .sale{
     background: #b0b435;
     color: #ffffff;
     padding: 2px 10px;
     font-weight: 700;
     text-transform: uppercase;
}
 .type-lb .new{
     background: #000000;
     color: #ffffff;
     padding: 2px 10px;
     font-weight: 700;
     text-transform: uppercase;
}
 .why-text{
    padding: 32px 13px;
    background: #fff;
}
 .why-text h4{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    margin-top: -10px;
    margin-bottom: 10px;

}
 .why-text h5{
     font-size: 18px;
     font-family: 'Nunito', sans-serif;
     padding: 4px;
     display: inline-block;
     background: #b0b435;
     color: #ffffff;
     font-weight: 600;
}
 .mask-icon{
     width: 100%;
     height: 100%;
     position: absolute;
     overflow: hidden;
     top: 0;
     left: 0;
}
 .mask-icon ul{
     display: inline-block;
     position: absolute;
     bottom: 0;
     right: 0;
}
 .mask-icon ul li{
     background: #b0b435;
}
 .mask-icon ul li a{
     color: #ffffff;
     padding: 5px 10px;
     display: block;
}
 .mask-icon a.cart{
     background: #b0b435;
     position: absolute;
     bottom: 0;
     left: 0px;
     padding: 10px 20px;
     font-weight: 700;
     color: #ffffff;
}
 .mask-icon a.cart:hover{
     background: #000000;
     color: #ffffff;
}
 .mask-icon ul li a:hover{
     background: #000000;
     color: #ffffff;
}
 .products-single .mask-icon{
     background: rgba(1,1,1, 0.5);
     top: -100%;
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;
     -webkit-transition: all 0.3s ease-out 0.5s;
     -moz-transition: all 0.3s ease-out 0.5s;
     -o-transition: all 0.3s ease-out 0.5s;
     -ms-transition: all 0.3s ease-out 0.5s;
     transition: all 0.3s ease-out 0.5s;
}
 .products-single:hover .mask-icon{
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
     top: 0px;
     -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
     -o-transition-delay: 0s;
     -ms-transition-delay: 0s;
     transition-delay: 0s;
     -webkit-animation: bounceY 0.9s linear;
     -moz-animation: bounceY 0.9s linear;
     -ms-animation: bounceY 0.9s linear;
     animation: bounceY 0.9s linear;
}
 @keyframes bounceY {
     0% {
         transform: translateY(-205px);
    }
     40% {
         transform: translateY(-100px);
    }
     65% {
         transform: translateY(-52px);
    }
     82% {
         transform: translateY(-25px);
    }
     92% {
         transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         transform: translateY(0px);
    }
}
 @-moz-keyframes bounceY {
     0% {
         -moz-transform: translateY(-205px);
    }
     40% {
         -moz-transform: translateY(-100px);
    }
     65% {
         -moz-transform: translateY(-52px);
    }
     82% {
         -moz-transform: translateY(-25px);
    }
     92% {
         -moz-transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         -moz-transform: translateY(0px);
    }
}
 @-webkit-keyframes bounceY {
     0% {
         -webkit-transform: translateY(-205px);
    }
     40% {
         -webkit-transform: translateY(-100px);
    }
     65% {
         -webkit-transform: translateY(-52px);
    }
     82% {
         -webkit-transform: translateY(-25px);
    }
     92% {
         -webkit-transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         -webkit-transform: translateY(0px);
    }
}


.products-single {
    position: relative;
}

.products-single .old-price {
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}




.single-categories-box {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.single-categories-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  width: 100%;
}

.single-categories-box .content {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px 25px 0;
  text-align: right;
}

.single-categories-box .content span {
  display: block;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #f53f85;
  font-weight: 600;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.single-categories-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  font-size: 30px;
  font-weight: 700;
}

.single-categories-box .content .default-btn {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.single-categories-box .content.text-white span {
  color:red;
}

.single-categories-box .content.text-white h3 {
  color: #ffffff;
}

.single-categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}

.single-categories-box:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
          -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.single-categories-box:hover .content span {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.single-categories-box:hover .content h3 {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.single-categories-box:hover .content .default-btn {
  color: red;


  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.categories-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.categories-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}

.categories-box .content {
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
          box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.categories-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.categories-box:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.categories-box:hover .content {
  background-color: #f53f85;
}

.categories-box:hover .content h3 {
  color: #ffffff;
}


<style>
    


.shop-default #divProductList {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
}

.shop-default .shop-grid-section-header {
    height: 62px;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1
}

.shop-default .shop-grid-section-header .shop-grid-section-title {
    margin: 0;
    padding: 0 1rem;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #111
}

.shop-default .shop-grid-section-footer {
    padding: 1rem
}

.shop-default .btn-view-mode {
    font-size: 20px;
    line-height: 1.6;
    margin-right: 0;
    color: #eceeef
}

.shop-default .btn-view-mode.active {
    color: #2b2b2c
}

.shop-default .aux-text {
    display: inline-block;
    
    font-weight: 600;
    font-size: .875rem;
    color: #2b2b2c
}

.shop-default .btn-reset-filters {
    font-weight: 400
}

.shop-default .btn-reset-filters>i {
    margin-right: 5px;
    font-size: 13px
}

.shop-default .product .price-wrapper .price {
    font-size: 32px;
    color: #2b2b2c
}

.shop-default .product .price-wrapper .price sup {
    font-size: 16px;
    top: -1em;
    font-weight: 400
}

.shop-default .product .price-wrapper .price .price-value {
    margin: 0 3px
}

.shop-default .product .price-wrapper .price.discount {
    text-decoration: none;
    margin-right: 8px
}

.shop-default .product .price-wrapper .price.discount .price-value {
    margin: 0 1px;
    font-weight: 400;
    font-size: 24px;
    text-decoration: line-through
}

.shop-default .product .price-wrapper .price.discount sup {
    font-size: 14px
}

.shop-default .product .price-wrapper .price.discount sup.price-value-dec {
    text-decoration: line-through
}

.shop-default .product .product-colors .product-colors-label {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #2b2b2c;
    font-size: .75rem;
    font-weight: 500
}

.shop-default .product .product-colors .color-switch a {
    display: inline-block;
    float: none !important;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 0;
    border-radius: .25rem
}

.shop-default .filter-sidebar {
    padding: 30px
}

.shop-default .filter-sidebar .filter-checkbox .checkbox {
    margin-bottom: 15px
}

.shop-default .filter-sidebar .filter-checkbox .checkbox label {
    padding-left: 10px
}

.shop-default .product figure {
    border: 0
}

.shop-default .product .switch-on-hover img {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.shop-default .product .switch-on-hover img.img-primary {
    display: block;
    opacity: 1
}

.shop-default .product:hover .switch-on-hover img {
    display: block;
    opacity: 1
}

.shop-default .product:hover .switch-on-hover img.img-primary {
    display: none;
    opacity: 0
}

.shop-cards .product.product--style-2 {
    position: relative
}

.shop-cards .product.product--style-2 .product-image {
    display: inline-block;
    float: left;
    width: 40%
}

.shop-cards .product.product--style-2 .product-content {
    display: inline-block;
    width: 60%
}

.shop-cards .product.product--style-2 .product-content .product-info {
    position: absolute;
    right: 20px;
    bottom: 12px
}

.shop-cards .product.product--style-2 .product-content .product-info .price-wrapper {
    display: block;
    margin-bottom: 10px
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #2b2b2c;
    font-weight: 500
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn.active {
    color: #3452ff
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn:last-child {
    margin-right: 0
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn:hover {
    color: #3452ff
}

.shop-cards .product .product-description {
    color: #818a91;
    font-size: .875rem;
    line-height: 1.6
}

.shop-cards .product .product-long-description {
    max-width: 360px;
    margin: 0 auto
}

.shop-cards.shop-tech .product-buttons .btn-cart {
    font-size: 0.625rem !important;
    padding: 0.625rem 0.875rem !important
}

.shop-cards.shop-tech .product-buttons .btn-icon {
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 2px;
    color: #818a91;
    border: 0;
    cursor: pointer
}

.shop-cards.shop-tech .product-buttons .btn-icon:hover,
.shop-cards.shop-tech .product-buttons .btn-icon.active {
    color: #2b2b2c
}

.shop-cards .product .price-wrapper .price-sm {
    font-size: 24px
}

.shop-cards .product .price-wrapper .price-sm.discount .price-value {
    font-size: 1rem;
    font-weight: 600
}

.shop-grid .product {
    margin: 0;
    padding: 1.5rem
}

.shop-sportswear .product {
    background-color: #FFF
}

.shop-sportswear .block-image {
    padding: 1.5rem
}

.shop-minimalist .product {
    border: 0
}

.shop-minimalist .product .product-image {
    position: relative;
    background: #ebebeb;
    padding: 2rem
}

.shop-minimalist .product:not(.no-radius) .product-image,
.shop-minimalist .product .product-image .mask {
    border-radius: .25rem
}

.shop-minimalist .product .product-image .product-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    margin: 30px 0
}

.shop-minimalist .product .product-image .product-price-wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%
}

.shop-minimalist .product .product-image .product-price {
    font-weight: 400;
    color: #fff
}

.shop-minimalist .product .product-image .product-price .price-value {
    font-size: 24px
}

.shop-minimalist .product .product-image .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
}

.product .product-actions--1.in,
.product .product-actions--2.in,
.product .product-actions--3.in {
    opacity: 1
}

.product .product-actions--1.animated,
.product .product-actions--2.animated,
.product .product-actions--3.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.product .product-actions--1 {
    opacity: 0;
    width: 42px;
    position: absolute;
    left: 15px;
    bottom: 20px
}

.product .product-actions--1 .btn-product-action {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 6px;
    border: 0;
    border-radius: 38px;
    background: #eceeef;
    color: #2b2b2c;
    font-size: 18px;
    outline: 0;
    cursor: pointer
}

.product .product-actions--1 .btn-product-action:hover {
    background: #3452ff;
    color: #FFF;
    border-color: #0127ff
}

.product .product-actions--1 .btn-product-action:active {
    border-color: transparent
}

.product .product-actions--2 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9)
}

.product .product-actions--2 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
}

.product .product-actions--2 .btn-product-action:hover {
    background: transparent;
    color: #3452ff
}

.product .product-actions--2 .btn-product-action:active {
    border-color: transparent
}

.product .product-actions--3 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent
}

.product .product-actions--3.in {
    opacity: 1
}

.product .product-actions--3 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
}

.product .product-actions--3 .btn-product-action:hover {
    background: transparent;
    color: #3452ff
}

.product .product-actions--3 .btn-product-action:active {
    border-color: transparent
}

.product-ribbon {
    position: absolute;
    top: 15px
}

.product-ribbon.product-ribbon-left {
    left: 15px
}

.product-ribbon.product-ribbon-right {
    right: 15px
}

.product-ribbon.no-space {
    top: 0
}

.product-ribbon.no-space.product-ribbon-left {
    left: 0
}

.product-ribbon.no-space.product-ribbon-right {
    right: 0
}

.product-ribbon.product-ribbon--style-1 {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 11px;
    z-index: 10
}

.product-swiper-container {
    position: relative;
    padding-top: 20px
}

.product-swiper-container .swiper-slide img {
    max-width: 100%
}

.product-swiper-container .swiper-pagination {
    top: 0;
    bottom: auto;
    text-align: left
}

.product-description-wrapper .product-title {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    color: #2b2b2c
}

.product-description-wrapper .product-category-label {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 400;
    color: #818a91
}

.product-description-wrapper .product-short-text {
    margin: 16px 0
}

.product-description-wrapper .product-price {
    margin: 16px 0;
    font-size: 36px;
    font-weight: 400;
    color: #2b2b2c
}

.product-description-wrapper .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
}

.product-description-wrapper .product-short-info {
    margin: 30px 0
}

.product-description-wrapper .product-short-info span {
    display: block;
    padding: 4px
}

.product-description-wrapper .product-short-info strong {
    font-weight: 500;
    color: #818a91;
    margin-right: 5px
}

.block {
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    height: 100%;
    cursor: default;
    border-radius: .25rem .25rem .25rem;
    -moz-border-radius: .25rem .25rem .25rem
}

.block:after,
.block:before {
    display: table;
    content: ""
}

.block:after {
    clear: both
}

a>.block {
    cursor: pointer
}

.block.no-radius>.block-image img {
    border-radius: 0 !important
}

.block .lead {
    margin-bottom: 0
}

.block-stack-wrapper {
    border-radius: .25rem
}

.block-stack-wrapper .row {
    background: #fff
}

@media (max-width: 991px) {
    .block-stack-wrapper .row {
        margin-bottom: 20px
    }
}

.block .block-body {
    padding: 1.5rem 1.5rem
}

.block .block-body>p {
    margin-bottom: 0
}

.block .block-image {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative
}

.block .block-image img {
    max-width: 100%
}
.z-depth-2-top, .z-depth-2-top--hover:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.text-uppercase {
    text-transform: uppercase !important;
}
.bg-blue {
    background-color: #007aff !important;
    color: #FFF;
}
.product-ribbon {
    position: absolute;
    top: 15px;
}
.bg-pink {
    background-color: #ff2d55 !important;
    color: #FFF;
}
.bg-purple {
    background-color: #5856d6 !important;
    color: #FFF;
}

.strong-600 {
    font-weight: 600 !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.heading-5 {
    font-size: 1.125rem !important;
}
.heading {
    margin: 0 0 6px;
    padding: 0;
    text-transform: none;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
    color: #111;
    line-height: 1.46;
}





.single-categories-box {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.single-categories-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  width: 100%;
}

.single-categories-box .content {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px 25px 0;
  text-align: right;
}

.single-categories-box .content span {
  display: block;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #f53f85;
  font-weight: 600;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.single-categories-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  font-size: 30px;
  font-weight: 700;
}

.single-categories-box .content .default-btn {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.single-categories-box .content.text-white span {
  color:red;
}

.single-categories-box .content.text-white h3 {
  color: #ffffff;
}

.single-categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}

.single-categories-box:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
          -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.single-categories-box:hover .content span {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.single-categories-box:hover .content h3 {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.single-categories-box:hover .content .default-btn {
  color: red;


  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.categories-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.categories-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}

.categories-box .content {
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
          box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.categories-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.categories-box:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.categories-box:hover .content {
  background-color: #f53f85;
}

.categories-box:hover .content h3 {
  color: #ffffff;
}


<style>
    


.shop-default #divProductList {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
}

.shop-default .shop-grid-section-header {
    height: 62px;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1
}

.shop-default .shop-grid-section-header .shop-grid-section-title {
    margin: 0;
    padding: 0 1rem;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #111
}

.shop-default .shop-grid-section-footer {
    padding: 1rem
}

.shop-default .btn-view-mode {
    font-size: 20px;
    line-height: 1.6;
    margin-right: 0;
    color: #eceeef
}

.shop-default .btn-view-mode.active {
    color: #2b2b2c
}

.shop-default .aux-text {
    display: inline-block;
    
    font-weight: 600;
    font-size: .875rem;
    color: #2b2b2c
}

.shop-default .btn-reset-filters {
    font-weight: 400
}

.shop-default .btn-reset-filters>i {
    margin-right: 5px;
    font-size: 13px
}

.shop-default .product .price-wrapper .price {
    font-size: 32px;
    color: #2b2b2c
}

.shop-default .product .price-wrapper .price sup {
    font-size: 16px;
    top: -1em;
    font-weight: 400
}

.shop-default .product .price-wrapper .price .price-value {
    margin: 0 3px
}

.shop-default .product .price-wrapper .price.discount {
    text-decoration: none;
    margin-right: 8px
}

.shop-default .product .price-wrapper .price.discount .price-value {
    margin: 0 1px;
    font-weight: 400;
    font-size: 24px;
    text-decoration: line-through
}

.shop-default .product .price-wrapper .price.discount sup {
    font-size: 14px
}

.shop-default .product .price-wrapper .price.discount sup.price-value-dec {
    text-decoration: line-through
}

.shop-default .product .product-colors .product-colors-label {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #2b2b2c;
    font-size: .75rem;
    font-weight: 500
}

.shop-default .product .product-colors .color-switch a {
    display: inline-block;
    float: none !important;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 0;
    border-radius: .25rem
}

.shop-default .filter-sidebar {
    padding: 30px
}

.shop-default .filter-sidebar .filter-checkbox .checkbox {
    margin-bottom: 15px
}

.shop-default .filter-sidebar .filter-checkbox .checkbox label {
    padding-left: 10px
}

.shop-default .product figure {
    border: 0
}

.shop-default .product .switch-on-hover img {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.shop-default .product .switch-on-hover img.img-primary {
    display: block;
    opacity: 1
}

.shop-default .product:hover .switch-on-hover img {
    display: block;
    opacity: 1
}

.shop-default .product:hover .switch-on-hover img.img-primary {
    display: none;
    opacity: 0
}

.shop-cards .product.product--style-2 {
    position: relative
}

.shop-cards .product.product--style-2 .product-image {
    display: inline-block;
    float: left;
    width: 40%
}

.shop-cards .product.product--style-2 .product-content {
    display: inline-block;
    width: 60%
}

.shop-cards .product.product--style-2 .product-content .product-info {
    position: absolute;
    right: 20px;
    bottom: 12px
}

.shop-cards .product.product--style-2 .product-content .product-info .price-wrapper {
    display: block;
    margin-bottom: 10px
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #2b2b2c;
    font-weight: 500
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn.active {
    color: #3452ff
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn:last-child {
    margin-right: 0
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn:hover {
    color: #3452ff
}

.shop-cards .product .product-description {
    color: #818a91;
    font-size: .875rem;
    line-height: 1.6
}

.shop-cards .product .product-long-description {
    max-width: 360px;
    margin: 0 auto
}

.shop-cards.shop-tech .product-buttons .btn-cart {
    font-size: 0.625rem !important;
    padding: 0.625rem 0.875rem !important
}

.shop-cards.shop-tech .product-buttons .btn-icon {
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 2px;
    color: #818a91;
    border: 0;
    cursor: pointer
}

.shop-cards.shop-tech .product-buttons .btn-icon:hover,
.shop-cards.shop-tech .product-buttons .btn-icon.active {
    color: #2b2b2c
}

.shop-cards .product .price-wrapper .price-sm {
    font-size: 24px
}

.shop-cards .product .price-wrapper .price-sm.discount .price-value {
    font-size: 1rem;
    font-weight: 600
}

.shop-grid .product {
    margin: 0;
    padding: 1.5rem
}

.shop-sportswear .product {
    background-color: #FFF
}

.shop-sportswear .block-image {
    padding: 1.5rem
}

.shop-minimalist .product {
    border: 0
}

.shop-minimalist .product .product-image {
    position: relative;
    background: #ebebeb;
    padding: 2rem
}

.shop-minimalist .product:not(.no-radius) .product-image,
.shop-minimalist .product .product-image .mask {
    border-radius: .25rem
}

.shop-minimalist .product .product-image .product-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    margin: 30px 0
}

.shop-minimalist .product .product-image .product-price-wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%
}

.shop-minimalist .product .product-image .product-price {
    font-weight: 400;
    color: #fff
}

.shop-minimalist .product .product-image .product-price .price-value {
    font-size: 24px
}

.shop-minimalist .product .product-image .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
}

.product .product-actions--1.in,
.product .product-actions--2.in,
.product .product-actions--3.in {
    opacity: 1
}

.product .product-actions--1.animated,
.product .product-actions--2.animated,
.product .product-actions--3.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.product .product-actions--1 {
    opacity: 0;
    width: 42px;
    position: absolute;
    left: 15px;
    bottom: 20px
}

.product .product-actions--1 .btn-product-action {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 6px;
    border: 0;
    border-radius: 38px;
    background: #eceeef;
    color: #2b2b2c;
    font-size: 18px;
    outline: 0;
    cursor: pointer
}

.product .product-actions--1 .btn-product-action:hover {
    background: #3452ff;
    color: #FFF;
    border-color: #0127ff
}

.product .product-actions--1 .btn-product-action:active {
    border-color: transparent
}

.product .product-actions--2 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9)
}

.product .product-actions--2 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
}

.product .product-actions--2 .btn-product-action:hover {
    background: transparent;
    color: #3452ff
}

.product .product-actions--2 .btn-product-action:active {
    border-color: transparent
}

.product .product-actions--3 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent
}

.product .product-actions--3.in {
    opacity: 1
}

.product .product-actions--3 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
}

.product .product-actions--3 .btn-product-action:hover {
    background: transparent;
    color: #3452ff
}

.product .product-actions--3 .btn-product-action:active {
    border-color: transparent
}

.product-ribbon {
    position: absolute;
    top: 15px
}

.product-ribbon.product-ribbon-left {
    left: 15px
}

.product-ribbon.product-ribbon-right {
    right: 15px
}

.product-ribbon.no-space {
    top: 0
}

.product-ribbon.no-space.product-ribbon-left {
    left: 0
}

.product-ribbon.no-space.product-ribbon-right {
    right: 0
}

.product-ribbon.product-ribbon--style-1 {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 11px;
    z-index: 10
}

.product-swiper-container {
    position: relative;
    padding-top: 20px
}

.product-swiper-container .swiper-slide img {
    max-width: 100%
}

.product-swiper-container .swiper-pagination {
    top: 0;
    bottom: auto;
    text-align: left
}

.product-description-wrapper .product-title {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    color: #2b2b2c
}

.product-description-wrapper .product-category-label {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 400;
    color: #818a91
}

.product-description-wrapper .product-short-text {
    margin: 16px 0
}

.product-description-wrapper .product-price {
    margin: 16px 0;
    font-size: 36px;
    font-weight: 400;
    color: #2b2b2c
}

.product-description-wrapper .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
}

.product-description-wrapper .product-short-info {
    margin: 30px 0
}

.product-description-wrapper .product-short-info span {
    display: block;
    padding: 4px
}

.product-description-wrapper .product-short-info strong {
    font-weight: 500;
    color: #818a91;
    margin-right: 5px
}

.block {
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    height: 100%;
    cursor: default;
    border-radius: .25rem .25rem .25rem;
    -moz-border-radius: .25rem .25rem .25rem
}

.block:after,
.block:before {
    display: table;
    content: ""
}

.block:after {
    clear: both
}

a>.block {
    cursor: pointer
}

.block.no-radius>.block-image img {
    border-radius: 0 !important
}

.block .lead {
    margin-bottom: 0
}

.block-stack-wrapper {
    border-radius: .25rem
}

.block-stack-wrapper .row {
    background: #fff
}

@media (max-width: 991px) {
    .block-stack-wrapper .row {
        margin-bottom: 20px
    }
}

.block .block-body {
    padding: 1.5rem 1.5rem
}

.block .block-body>p {
    margin-bottom: 0
}

.block .block-image {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative
}

.block .block-image img {
    max-width: 100%
}
.z-depth-2-top, .z-depth-2-top--hover:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.text-uppercase {
    text-transform: uppercase !important;
}
.bg-blue {
    background-color: #007aff !important;
    color: #FFF;
}
.product-ribbon {
    position: absolute;
    top: 15px;
}
.bg-pink {
    background-color: #ff2d55 !important;
    color: #FFF;
}
.bg-purple {
    background-color: #5856d6 !important;
    color: #FFF;
}

.strong-600 {
    font-weight: 600 !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.heading-5 {
    font-size: 1.125rem !important;
}
.heading {
    margin: 0 0 6px;
    padding: 0;
    text-transform: none;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
    color: #111;
    line-height: 1.46;
}


.div {
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div__img {
    width: 32px;
    border-radius: 50%;
}



@media screen and (max-width: 767px) {
    .div__menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5rem;
        padding: 0 1rem;
        display: grid;
        align-content: center;
        transition: .4s;
        background: #222;
        color: #fff !important;
        z-index: 9999;
    }
}






@media (min-width:480px){
  .div-container {
   display:none;
  }
}




.div__list,
.div__link {
    display: flex;
    margin-left: -20px;
    margin-top: 5px
}

.div__link {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    color: var(--title-color);
    font-weight: 600;
}

.div__list {
    justify-content: space-around;
}

.div__name {

font-size:12px;

 
}
.div__icon {
    font-size: 1.5rem;
}

/*Active link*/
.active-link {
    position: relative;
    color: #fff;
    transition: .3s;
    margin-left:-3px;
}

/* Minimalist design, active link */
/* .active-link::before{
      content: '';
      position: absolute;
      bottom: -.5rem;
      width: 4px;
      height: 4px;
      background-color: var(--first-color);
      border-radius: 50%;
    } */
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #00a01d;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #00a01d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.niyebizkismi-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.niyebizkismi-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.niyebizkismi-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #00a01d;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.niyebizkismi-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.niyebizkismi-area.text-center .item i {
background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.09);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #222;
  font-size: 40px;
  height: 80px;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}


.niyebizkismi-area.item-border-less .item {
  border: medium none;
}

.niyebizkismi-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.niyebizkismi-area.item-border-less .item .number {

  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.niyebizkismi-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.niyebizkismi-area.center-active .single-item:nth-child(2n) .item i,
.niyebizkismi-area.center-active .single-item:nth-child(2n) .item h4,
.niyebizkismi-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.niyebizkismi-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.niyebizkismi-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    font-size:18px;
}

.niyebizkismi-area .item p {
  margin: 0;
   font-family: "Titillium Web", sans-serif;
    margin-top:40px;
    font-size:16px;
}

.niyebizkismi-area .item i,
.niyebizkismi-area .item h4,
.niyebizkismi-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.niyebizkismi-area .item::after {
  background: #393286 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.niyebizkismi-area .item:hover::after {
  left: 0;
}

.niyebizkismi-area .item:hover i,
.niyebizkismi-area .item:hover h4,
.niyebizkismi-area .item:hover p {
  color: #ffffff !important;

}

.niyebizkismi-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.niyebizkismi-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #00a01d !important;
}

.niyebizkismi-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.niyebizkismi-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}




.niyebizkismi-area [class^="bi-"]::before, [class*=" bi-"]::before {
  
    line-height: 0.8;
   
}



 .kategoriler{
     padding: 70px 0px;
}
 .alisveriskutusu{
     margin-bottom: 30px;
     position: relative;
    
     overflow: hidden;
     border: 1px solid #010101;
     -webkit-transition: background 0.4s 0.5s;
     transition: background 0.4s 0.5s;
}
 .alisveriskutusu img{
     margin: -10px 0 0 -10px;
     max-width: none;
     width: -webkit-calc(100% + 10px);
     width: calc(100% + 10px);
     opacity: 0.9;
     -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
     transition: opacity 0.35s, transform 0.35s;
     -webkit-transform: translate3d(10px,10px,0);
     transform: translate3d(10px,10px,0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     height:290px;
}
.alisveriskutusu {
    position: relative;
    overflow: hidden;
    border: 1px solid #999999;
    transition: background 0.4s 0.5s;
}

.alisveriskutusu img {
    max-width: none;
    width: calc(100% + 10px);
    opacity: 0.9;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(5px, 5px, 0);
    backface-visibility: hidden;
}

.alisveriskutusu:hover img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    background: #222;
}

.alisveriskutusu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Overlay rengi ve opaklığı */
    opacity: 0;
    transition: opacity 0.35s;
}

.alisveriskutusu:hover:before {
    opacity: 1;
}

.alisveriskutusu a {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0px;
    font-family: "Nunito", sans-serif;
    background: #222;
    transition: background 0.4s;
}

.alisveriskutusu:hover a {
    background: var(--primary-color);
    color: #fff;
    border: none;
}





.hvr-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #d33b33;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    box-shadow: none;
}

.item-container {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
  transition: all 2s ease;

}

.item-img {
  transition: all 2s ease-in-out;
}

.item-container:hover .item-img {
  transform: scale(1.2);
  opacity: 0.5;
}

.item-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #D3325F;
  font-size: 2rem;
  border-top: 3px solid #D3325F;
  border-bottom: 3px solid #D3325F;
  transition: 2s all ease-in-out;
  opacity: 0;

}

.item-container:hover .item-link {
  opacity: 1;

}

.item-link:hover {
  color: #C9C1AC;
  border: 1px solid #C9C1AC;
  background: #C9C1AC;
  color: #242424;

}

.item-container:hover {
  outline: 3px solid #D3325F;
  outline-offset: 0.8rem;
}


.col-10{

margin-top:20px;

}




.product-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.urunbolumleri {
  position: relative;
  width: 27rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.product-thumb img {
  width: 100%;
  height: 31rem;
  object-fit: cover;
  transition: all 500ms linear;
}

.product-info {
  padding: 1rem;
  text-align: center;
}

.product-info span {
  display: inline-block;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1rem;
}

.product-info a {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
  transition: all 300ms ease;
}

.product-info a:hover {
  color: var(--green);
}

.urunbolumleri .icons {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.urunbolumleri .icons li {
  background-color: var(--white);
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 2.3rem;
  cursor: pointer;
  transition: 300ms ease-out;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}

.urunbolumleri .icons li:first-child {
  transition-delay: 0.1s;
}

.urunbolumleri .icons li:nth-child(2) {
  transition-delay: 0.2s;
}

.urunbolumleri .icons li:nth-child(3) {
  transition-delay: 0.3s;
}

.urunbolumleri:hover .icons li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.urunbolumleri .icons li:not(:last-child) {
  margin-right: 0.5rem;
}

.urunbolumleri .icons li:hover {
  background-color: var(--green);
  color: var(--white);
}

.urunbolumleri .overlay {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.urunbolumleri .overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease-out;
}

.urunbolumleri:hover .overlay::after {
  visibility: visible;
  opacity: 1;
}

.urunbolumleri:hover .product-thumb img {
  transform: scale(1.1);
}

.urunbolumleri .discount {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: var(--green);
  padding: 0.5rem 1rem;
  color: var(--white);
  border-radius: 2rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 567px) {
  .product-center {
    max-width: 100%;
    padding: 0 1rem;
  }

  .urunbolumleri {
    width: 40%;
    margin-bottom: 3rem;
  }

  .product-thumb img {
    height: 20rem;
  }

  .urunbolumleri {
    margin-right: 2rem;
  }

  .urunbolumleri .icons li {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
}




/* Color Variables */
:root {
  --white: #fff;
  --black: #222;
  --green: #6cbe02;
  --grey1: #f0f0f0;
  --grey2: #e9d7d3;
}





a {
  text-decoration: none;
  color: var(--black);
}

li {

}

.container {
  max-width: 114rem;
  margin: 0 auto;
  
}

.d-flex {
  display: flex;
  align-items: center;
}

/* 
=================
Header
=================
*/

.header {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

.top-nav {
  background-color: var(--green);
  font-size: 1.3rem;
  color: var(--white);
}

.top-nav div {
  justify-content: space-between;
  height: 4.5rem;
}

.top-nav a {
  color: var(--white);
  padding: 0 0.5rem;
}

/* 
=================
Navigation
=================
*/
.navigation {
  height: 6rem;
  line-height: 6rem;
}

.nav-center {
  justify-content: space-between;
}

.nav-list .icons {
  display: none;
}

.nav-center .nav-item:not(:last-child) {
  margin-right: 0.5rem;
}

.nav-center .nav-link {
  font-size: 1.8rem;
  padding: 1rem;
}

.nav-center .nav-link:hover {
  color: var(--green);
}

.nav-center .hamburger {
  display: none;
  font-size: 2.3rem;
  color: var(--black);
  cursor: pointer;
}

/* Icons */

.icon {
  cursor: pointer;
  font-size: 2.5rem;
  padding: 0 1rem;
  color: #555;
  position: relative;
}


.icon span {
  position: absolute;
  top: 3px;
  right: -3px;
  background-color: var(--green);
  color: var(--white);
  border-radius: 50%;
  font-size: 1.3rem;
  height: 2rem;
  width: 2rem;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .nav-list {
    position: fixed;
    top: 12%;
    left: -35rem;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    height: 100%;
    width: 0%;
    max-width: 35rem;
    z-index: 100;
    transition: all 300ms ease-in-out;
  }

  .nav-list.open {
    left: 0;
    width: 100%;
  }

  .nav-list .nav-item {
    margin: 0 0 1rem 0;
    width: 100%;
  }

  .nav-list .nav-link {
    font-size: 2rem;
    color: var(--black);
  }

  .nav-center .hamburger {
    display: block;
    color: var(--black);
    font-size: 3rem;
  }

  .icons {
    display: none;
  }

  .nav-list .icons {
    display: flex;
  }

  .top-nav ul {
    display: none;
  }

  .top-nav div {
    justify-content: center;
    height: 3rem;
  }
}


@media only screen and (max-width: 567px) {
  h2 {
    font-size:24px;
  }








/* 
=================
Hero Area
=================
*/

.hero,
.hero .glide__slides {
  background-color: var(--grey2);
  position: relative;
  height: calc(100vh - 6rem);
  margin: 0 4rem;
  overflow: hidden;
}

.hero .center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding-top: 3rem;
}

.hero .left {
  position: absolute;
  top: 0%;
  left: 25rem;
  opacity: 0;
  transition: all 1000ms ease-in-out;
}

.hero .left h1 {
  font-size: 5rem;
  margin: 1rem 0;
}

.hero .left p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.hero .left .hero-btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  margin-top: 1rem;
  background-color: var(--green);
  color: white;
}

.hero .right {
  flex: 0 0 50%;
  height: 100%;
  position: relative;
  text-align: center;
}

.hero .right img {
  position: absolute;
  width: 55rem;
  opacity: 0;
  transition: all 1000ms ease-in-out;
}

.center .right img.img1 {
  width: 85%;
  right: -25%;
  bottom: -50%;
}

.center .right img.img2 {
  width: 90%;
  right: -40%;
  bottom: -40%;
}

.glide__slide--active .center .right img {
  bottom: -3%;
  opacity: 1;
}

.glide__slide--active .left {
  opacity: 1;
  top: 35%;
}

/*
======================
Hero Media Query
======================
*/
@media only screen and (max-width: 1500px) {
  .hero .left {
    left: 0;
  }
}
@media only screen and (max-width: 999px) {
  .glide__slide--active .left {
    top: 15%;
  }

  .center .right img.img1 {
    width: 90%;
  }

  .center .right img.img2 {
    width: 100%;
  }
}

@media only screen and (max-width: 567px) {
  .center .right img.img1 {
    width: 30rem;
  }

  .center .right img.img2 {
    width: 33rem;
  }

  .hero,
  .hero .glide__slides {
    margin: 0;
    padding: 0 3rem;
  }

  .hero .left h1 {
    font-size: 3rem;
  }

  .hero .left span {
    font-size: 1.4rem;
  }
  .hero .left p {
    font-size: 1.5rem;
    width: 80%;
  }
}

/* Category Section */
.section {
  padding: 10rem 0 5rem 0;
  overflow: hidden;
}

.cat-center {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 114rem;
  margin: auto;
  padding: 0 3rem;
}

.cat-center .cat {
  max-width: 37rem;
  height: 25rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.cat-center .cat:not(:last-child) {
  margin-right: 3rem;
}

.cat-center .cat img {
  width: 36.5rem;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: all 2s ease;
}

.cat-center .cat:hover img {
  transform: scale(1.1);
}

.cat-center .cat div {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white);
  width: 18rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .cat-center .cat img {
    width: 30rem;
  }
}

@media only screen and (max-width: 967px) {
  .cat-center .cat {
    max-width: 25rem;
    height: 20rem;
  }

  .cat-center .cat img {
    width: 25rem;
  }
}

@media only screen and (max-width: 768px) {
  .section {
    padding: 5rem 0;
  }

  .cat-center {
    flex-direction: column;
    padding: 3rem;
  }

  .cat-center .cat {
    max-width: 100%;
    height: 30rem;
  }

  .cat-center .cat:not(:last-child) {
    margin-right: 0rem;
    margin-bottom: 5rem;
  }

  .cat-center .cat img {
    width: 100%;
  }
}

/* New Arrivals */
.title {
  text-align: center;
  margin-bottom: 5rem;
}

.title h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
}

.product-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.urunbolumleri {
  position: relative;
  width: 27rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.product-thumb img {
  width: 100%;
  height: 31rem;
  object-fit: cover;
  transition: all 500ms linear;
}

.product-info {
  padding: 1rem;
  text-align: center;
}

.product-info span {
  display: inline-block;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1rem;
}

.product-info a {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
  transition: all 300ms ease;
}

.product-info a:hover {
  color: var(--green);
}

.urunbolumleri .icons {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.urunbolumleri .icons li {
  background-color: var(--white);
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 2.3rem;
  cursor: pointer;
  transition: 300ms ease-out;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}

.urunbolumleri .icons li:first-child {
  transition-delay: 0.1s;
}

.urunbolumleri .icons li:nth-child(2) {
  transition-delay: 0.2s;
}

.urunbolumleri .icons li:nth-child(3) {
  transition-delay: 0.3s;
}

.urunbolumleri:hover .icons li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.urunbolumleri .icons li:not(:last-child) {
  margin-right: 0.5rem;
}

.urunbolumleri .icons li:hover {
  background-color: var(--green);
  color: var(--white);
}

.urunbolumleri .overlay {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.urunbolumleri .overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease-out;
}

.urunbolumleri:hover .overlay::after {
  visibility: visible;
  opacity: 1;
}

.urunbolumleri:hover .product-thumb img {
  transform: scale(1.1);
}

.urunbolumleri .discount {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: var(--green);
  padding: 0.5rem 1rem;
  color: var(--white);
  border-radius: 2rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 567px) {
  .product-center {
    max-width: 100%;
    padding: 0 1rem;
  }

  .urunbolumleri {
    width: 40%;
    margin-bottom: 3rem;
  }

  .product-thumb img {
    height: 20rem;
  }

  .urunbolumleri {
    margin-right: 2rem;
  }

  .urunbolumleri .icons li {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
}

/* Banner */

.banner {
  position: relative;
  background-color: var(--grey2);
  padding: 14rem 20%;
}

.banner .right img {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 75rem;
}

.banner .trend,
.banner p {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.banner h1 {
  font-size: 5.4rem;
  color: var(--black);
  margin-bottom: 1.5rem;
}

.banner .btn {
  display: inline-block;
  margin-top: 2rem;
}

@media only screen and (max-width: 1500px) {
  .banner {
    padding: 14rem;
  }

  .banner .right img {
    right: 3rem;
    width: 70rem;
  }
}

@media only screen and (max-width: 996px) {
  .banner {
    padding: 8rem 2rem;
  }

  .banner .trend,
  .banner p {
    font-size: 1.5rem;
  }

  .banner h1 {
    font-size: 4rem;
  }

  .banner .right img {
    right: -6%;
    width: 50rem;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    display: grid;
    grid-template-columns: 1fr;
    height: 80vh;
  }

  .banner .left {
    width: 100%;
    margin-bottom: 3rem;
  }

  .banner .right {
    flex: 0 0 50%;
  }

  .banner .right img {
    right: 0;
    width: 50rem;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* Contact */
.contact {
  background-color: var(--black);
  color: var(--white);
  padding: 10rem 20rem;
}

.contact .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.contact .row .col h2 {
  margin-bottom: 1.5rem;
}

.contact .row .col p {
  width: 70%;
  margin-bottom: 2rem;
}

.btn-1 {
  background-color: var(--green);
  color: var(--white);
  display: inline-block;
  border-radius: 1rem;
  padding: 1rem 2rem;
}




@media only screen and (max-width: 996px) {
  .contact {
    padding: 8rem 8rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact .row {
    grid-template-columns: 1fr;
    gap: 5rem 0;
  }

  .contact form div {
    width: 100%;
  }
}

@media only screen and (max-width: 567px) {
  .contact {
    padding: 8rem 1rem;
  }
}






/* Popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: 0.3s;
  transform: scale(1);
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 110rem;
  margin: 0 auto;
  height: 55rem;
  transform: translate(-50%, -50%);
  padding: 1.6rem;
  display: table;
  overflow: hidden;
  background-color: var(--white);
}

.popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.5rem;
  background-color: var(--green);
  border-radius: 50%;
  cursor: pointer;
}

.popup-close {
  font-size: 3rem;
  color: white;
}

.popup-left {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
}

.popup-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 3rem 5rem;
}

.popup-img-container {
  width: 100%;
  overflow: hidden;
}

.popup-img-container img.popup-img {
  display: block;
  width: 60rem;
  height: 45rem;
  max-width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.right-content {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.right-content h1 {
  font-size: 4rem;
  color: #000;
  margin-bottom: 1.6rem;
}

.right-content h1 span {
  color: var(--green);
}

.right-content p {
  font-size: 1.6rem;
  color: #555;
  margin-bottom: 1.6rem;
}

.popup-form {
  width: 100%;
  padding: 1.5rem 0;
  text-indent: 1rem;
  margin-bottom: 1.6rem;
  border-radius: 3rem;
  background-color: var(--green);
  color: white;
  font-size: 1.8rem;
  border: none;
}

.popup-form::placeholder {
  color: white;
}

.popup-form:focus {
  outline: none;
}

.right-content a:link,
.right-content a:visited {
  display: inline-block;
  padding: 1.8rem 5rem;
  border-radius: 3rem;
  font-weight: 700;
  color: var(--white);
  background-color: var(--black);
  border: 1px solid var(--grey2);
  transition: 0.3s;
}

.right-content a:hover {
  background-color: var(--green);
  border: 1px solid var(--grey2);
  color: var(--black);
}

.hide-popup {
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .right-content {
    width: 100%;
  }

  .right-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.3rem;
  }
}

@media only screen and (max-width: 998px) {
  .popup-right {
    width: 100%;
  }

  .popup-left {
    display: none;
  }

  .right-content h1 {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .right-content h1 {
    font-size: 4rem;
  }

  .right-content p {
    font-size: 1.6rem;
  }

  .popup-form {
    width: 90%;
    margin: 0 auto;
    padding: 1.8rem 0;
    margin-bottom: 1.5rem;
  }

  .goto-top:link,
  .goto-top:visited {
    right: 5%;
    bottom: 5%;
  }
}

@media only screen and (max-width: 568px) {
  .popup-right {
    padding: 0 1.6rem;
  }

  .popup-content {
    height: 35rem;
    width: 90%;
    margin: 0 auto;
  }

  .right-content {
    width: 100%;
  }

  .right-content h1 {
    font-size: 3rem;
  }

  .right-content p {
    font-size: 1.4rem;
  }

  .popup-form {
    width: 100%;
    padding: 1.5rem 0;
    margin-bottom: 1.3rem;
  }

  .right-content a:link,
  .right-content a:visited {
    padding: 1.5rem 3rem;
  }

  .popup-close {
    top: 1rem;
    right: 1rem;
    padding: 0.5rem;
  }
}

/* All Products */
.section .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.all-products .top select {
  font-family: 'Poppins', sans-serif;
  width: 20rem;
  padding: 1rem;
  border: 1px solid #ccc;
  appearance: none;
  outline: none;
}





@media only screen and (max-width: 768px) {
  .all-products .top select {
    width: 15rem;
  }
}



/* Cart Items */
.cart {
  margin: 10rem auto;
}



.cart-info {
  display: flex;
  flex-wrap: wrap;
}








.total-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 2rem;
}

.total-price table {
  border-top: 3px solid var(--green);
  width: 100%;
  max-width: 35rem;
}





.checkout {
  display: inline-block;
  background-color: var(--green);
  color: white;
  padding: 1rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 567px) {
  .cart-info p {
    display: none;
  }
}

/* Product Details */
.product-detail .details {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 7rem;
}

.product-detail .left {
  display: flex;
  flex-direction: column;
}

.product-detail .left .main {
  text-align: center;
  background-color: #f6f2f1;
  margin-bottom: 2rem;
  height: 45rem;
}

.product-detail .left .main img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.product-detail .right span {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.product-detail .right h1 {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.product-detail .right .price {
  font-size: 600;
  font-size: 2rem;
  color: var(--green);
  margin-bottom: 2rem;
}

.product-detail .right div {
  display: inline-block;
  position: relative;
  z-index: -1;
}

.product-detail .right select {
  font-family: 'Poppins', sans-serif;
  width: 20rem;
  padding: 0.7rem;
  border: 1px solid #ccc;
  appearance: none;
  outline: none;
}

.product-detail form {
  margin-bottom: 2rem;
  z-index: 0;
}

.product-detail form span {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 2rem;
  z-index: 0;
}

.product-detail .form {
  margin-bottom: 3rem;
}

.product-detail .form input {
  padding: 0.8rem;
  text-align: center;
  width: 3.5rem;
  margin-right: 2rem;
}

.product-detail .form .addCart {
  background: var(--green);
  padding: 0.8rem 4rem;
  color: #fff;
  border-radius: 3rem;
}

.product-detail h3 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 996px) {
  .product-detail .left {
    width: 30rem;
    height: 45rem;
  }

  .product-detail .details {
    gap: 3rem;
  }
}

@media only screen and (max-width: 650px) {
  .product-detail .details {
    grid-template-columns: 1fr;
  }

  .product-detail .right {
    margin-top: 1rem;
  }

  .product-detail .left {
    width: 100%;
    height: 45rem;
  }

  .product-detail .details {
    gap: 3rem;
  }
}

/* Login Form */

#yonlendir .owl-theme .owl-controls .owl-buttons div {
    margin-left: -10px;
    margin-right: -10px;
}



/*-- header --*/
.header {
    background: #000;
}
.header ul li {
    display: inline-block;
    width: 24.5%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
    letter-spacing: 1px;
    border-right: 1px solid #464444;
}
.header ul li a {
     color: #fff;
    text-decoration: none;
}
.header ul li i {
    margin-right: 12px;
    top: 2px;
    color: #84C639;
}
.header-right {
    text-align: right;
}
.header-left{
    text-align: left; 
}
.header-bot_inner_wthreeinfo_header_mid {
    margin: 0 auto;
    width: 90%;
}
/*-- //header --*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 1em 0 0;
    float: right;
}
.social-nav li {
    display: inline-block;
    margin: 0 6px;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-3d-0 a {
    background:#5C5B5B;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
  color:#212121;
  font-size:12px;
}
.model-3d-0 .back {
    -webkit-transform: rotateX(90deg) translateZ(18px);
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -o-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.twitter .front {
    background: #00acee;
}
a.facebook .front {
    background: #3b5998;
}
a.instagram .front {
    background: #f77737;
}
a.pinterest .front {
    background: #bd081c;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
    background:#fff;
}
.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.w3_agile_social .front i{
  color: #fff;
    font-size: 12px;
}
.w3_agile_social .back i{
  color: #000;
    font-size: 12px;
}
.w3ls_team_grid img {
    background: #e4e3e3;
    padding: 7px;
}
/*--social icons--*/
/* Brand Colours */
.facebook{
    background: #3b5998;
}
.twitter{
    background: #00acee;
}
.google-plus{
  background:#dd4b39;
}
.rss{
  background:#f26522;
}
.social-icon-w3-agile {
    width: 25%;
    float: left;
    text-align: center;
    padding:1.5em 0;
}
.social-icon-w3-agile i {
    color: #fff;
    font-size:28px;
}
.social-agileinfo a:hover {
    opacity: 0.8;
}
li.share {
    vertical-align: super;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
}
/*--social-icons--*/
.logo_agile {
    text-align: center;
}
.logo_agile span {
    background: #000;
    padding: 0 17px;
    font-weight: bold;
    color: #fff;
}
.logo_agile h1 a {
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    font-size: 1.5em;
  position:relative;
}
.logo_agile h1 a:hover {
  text-decoration:none;
}
i.fa.fa-shopping-bag.top_logo_agile_bag {
    position: absolute;
    font-size: 17px;
    top: 66px;
    right: 14px;
    color: #84C639;
}

/*-- header-bot --*/
.header-left img {
    width: 73%;
}
.header-bot {
    padding: 25px 0;
}
.header-middle form input[type="search"] {
    outline: none;
    border: none;
    width: 87%;
    padding: 12px 10px;
    color: #848484;
    font-size: 16px;
    border: 1px solid #ddd;
  letter-spacing:1px;
}
.header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 4px 0px #FDA30E;
    width: 11%;
    height: 50px;
    border: none;
    padding: 0;
    border: none;
    outline: none;
}
.search {
    float: left;
    width: 57%;
}
.section_room{
    float: left;
    width: 33%; 
}
.sear-sub{
    float: right;
    width: 10%;   
}
.header-middle {
  padding:0;
}
.header-right ul {
    margin-top: 20px;
}
.section_room select option {
    line-height: 1.8em;
}

.ban-top{
  background:#000;
    padding: 0px 0;
}
.dropdown-menu.columns-3 {
    min-width: 700px;
    padding: 30px 30px;
}
.multi-gd-img img{
  width:100%;
}
/*-- nav-bar --*/


.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
  padding:0;
  border: none;
}
.agile_short_dropdown li a{
  text-transform:uppercase;
  color:#212121;
  font-size:13px;
  font-weight:600;
  padding: .8em 0;
  border-bottom: 1px solid #ececef;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #84C639;
}
/*-- //left nav --*/
.top_nav_right {
    float: right;
    width: 21%;
}
.box_1 {
    background: #84C639;
    padding: 15px 22px;
    text-align: center;
}
.box_1 h3 {
    color: #fff;
    font-size: 1em;
    margin: 0;
  text-decoration:none;
    margin: 0 0 7px 0;
}
.total i {
    top: 2px;
    left: -5px;
}

.box_1 p {
  margin: 0;
    color: #999;
    font-size: 14px;
}
a.simpleCart_empty {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
}
.header-right ul li a:hover {
    transform: rotateY(360deg);
}
/*-- //banner-top --*/
.carousel-caption {
    position: inherit;
    min-height:600px!important;
    padding-top:10em;
}
/*-- banner --*/  


.carousel-caption h2, .carousel-caption h3 {
    font-size: 3em;
    font-weight: 300;
    letter-spacing: 14px;
    text-transform: uppercase;
} 
.carousel-caption h2 span, .carousel-caption h3 span{
    font-weight: 800;
    color: #84C639;
}
.carousel-caption p {
    letter-spacing: 12px;
    font-size: 1.2em;
    font-weight: 600;
    color: #ffb900;
    margin-top: 1em;
}
.carousel-caption a {
    color: #fff;
    letter-spacing: 3px;
    padding: 8px 20px;
    margin-top: 2em;
}
.codes{
  padding:5em 0; 
  background:#fff; 
}
.codes.agileitsbg2 {
    background: #E74C3C;
  background-image:-webkit-linear-gradient(#ff9d2f, #ff6126);
  background-image:-moz-linear-gradient(#ff9d2f, #ff6126);
  background-image:-ms-linear-gradient(#ff9d2f, #ff6126);
  background-image: linear-gradient(#ff9d2f, #ff6126); 
    padding-bottom: 10em;
}
.codes.agileitsbg3 {
    background: #3498DB;  
    padding-bottom: 10em;
}
.codes.agileitsbg4 {
    background: #2ECC71 ; 
    padding-bottom: 10em;
}
.carousel.slide.grid_3.grid_4 {  
    border-top: 10px solid #3ACFD5;
    border-bottom: 10px solid #3a4ed5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 100%;
    -moz-background-size: 10px 100%;
    background-size: 10px 100%;
   
    background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}
.carousel-indicators {
    bottom: 8%;
}
/*-- banner --*/
/*-- //banner-bottom --*/
/* Common style */
.grid figure {
  position: relative;
    overflow: hidden;
    background:#000000;
    text-align: center;
}

.grid figure img {
  position: relative;
  display: block;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h3 span {
  font-weight: 800;
    color: #e71f30;
}

.grid figure p {
    letter-spacing: 12px;
    color: #fff;
    line-height: 2em;
    font-size: 1.1em;
}

figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  width: -moz-calc(100% + 60px);
  width: -o-calc(100% + 60px);
  width: -ms-calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
  -moz-transform: translate3d(-50px,0,0);
  -o-transform: translate3d(-50px,0,0);
  -ms-transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
    border: 4px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
  -ms-transform: translate3d(-20px,0,0);
  -moz-transform: translate3d(-20px,0,0);
  -o-transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: right;
    border: 13px solid rgba(255, 255, 255, 0.15);
}

figure.effect-roxy h3 {
    padding: 1.5em 0 .5em;
    font-size: 1.7em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img,.agileinfo_banner_bottom_grid_three_left:hover img{
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p,.agileinfo_banner_bottom_grid_three_left:hover figcaption::before,
.agileinfo_banner_bottom_grid_three_left:hover p{
  opacity: 1;







  -webkit-transform: translate3d(0,0,0);







  transform: translate3d(0,0,0);







}

.wthree_banner_bottom_grid_three_left1 {
    width: 49.5%;
    float: left;
}
.banner_bottom_agile_info {
    padding: 5em 0;
}
.banner_bottom_agile_info.team {
    background: #f5f5f5;
}


.mid-text h4 span{
  display:block;
}
.mid-img {
    float: left;
    width: 35%;
    margin: 13% 3% 0;
}
.mid-text a {
    font-size: 16px;
    color: #fff;
    padding: 8px 18px;
}
.new-levis:nth-child(2) {
    margin-top: 35px;
}
.product-men img {
    width: 100%;
}
/*-- //new_arrivals --*/
/*-- Shopping-Cart-PopUp --*/
/*-- cart --*/
.product_list_header {
    float: right;
}
.snipcart-details {
    text-align: center;
  margin:0.5em auto 1em;
    width:77%;
}
.btn-danger.my-cart-btn:focus {
    outline: none;
}
.snipcart-details input.button {
    font-size: 13px;
    color: #fff;
    background: #84C639;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
}
.agile_top_brand_left_grid:hover .snipcart-details input.button,.snipcart-details input.button:hover{
    background:#84C639;
}
.product_list_header input.button {
    color: #fff;
    font-size: 14px;
    outline: none;
    text-transform: capitalize;
    padding: .5em 2.5em .5em 1em;
    border: 1px solid #fe9126;
    margin: .35em 0 0;
    background: url(.images/cart.png) no-repeat 116px 9px;
}
#PPMiniCart form {
    width: 590px !important;
  padding: 10px 20px 40px !important;
  max-height:450px !important;
}
#PPMiniCart ul {
    width: 548px !important;
}
#PPMiniCart .minicart-item a {
    color: #212121 !important;
    font-size: 1em;
    display: block;
    margin-bottom: .5em;
    text-transform: capitalize;
}
#PPMiniCart .minicart-item {
    min-height:60px !important;
}
#PPMiniCart .minicart-attributes li {
    color: #999;
}
#PPMiniCart .minicart-remove {
    background: #3399cc !important;
    border: 1px solid #3399cc !important;
  opacity: 1 !important;
  outline:none;
}
#PPMiniCart .minicart-submit {
    display: none;
}
#PPMiniCart .minicart-submit:hover{
  background:#fe9126 !important;
  border-color: #5b951a !important;
}
#PPMiniCart .minicart-subtotal {
    padding-left: 25px !important;
  bottom: -17px !important;
}
#PPMiniCart {
    left: 44% !important;
}
.minicart-showing #PPMiniCart form{
    overflow-x: hidden;
    overflow-y: auto;
}
#PPMiniCart .minicart-footer {
    position: relative;
  width: 80%;
}
.product-men {
    margin: top;
    margin-top: 2em;
}
button.w3view-cart {
    outline: none;
    border: none;
    background: #FDA30E;
    width: 48px;
    height: 43px;
    font-size: 24px;
    color: #000;
}
/*-- //cart --*/
/*-- effect --*/
.men-pro-item {
    position: relative;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding-bottom: 20px;
}






.men-thumb-item {
    position: relative;
}
.item-info-product {
    text-align: center;
    margin: 20px 0 0;
}
.men-thumb-item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}
.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}
.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    z-index: 10;
}
.product-new-top {
    background:#FDA30E none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    right: 0;
    padding: 0 10px 1px;
    position: absolute;
    top: 0;
    z-index:99;
}
.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.link-product-add-cart {
    background:#000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro > ul > li {
    display: inline-block;
}
.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.men-thumb-item:hover {
    cursor: pointer;
}
.men-thumb-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .pro-image-front {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
}
.men-thumb-item:hover .pro-image-back {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
    background: #f7f7f7;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
    padding: 52px 50px 20px;
}
.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}
.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 83.5%;
}
.link-product-add-cart:hover {
    background: #84C639 none repeat scroll 0 0;
    color: #fff;
}
/*-- //effect --*/
.item-info-product h4 a {
    font-size: 0.9em;
    color: #FDA30E;
    text-decoration: none;
    font-weight: 600;
}
.info-product-price {
   margin: 10px 0;
}
.info-product-price span {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}
.info-product-price del {
  color: #908e8e;
    margin-left: 10px;
    letter-spacing: 1px;
}
.yes-marg{
  margin-top:30px;
}
a.single-item{
  color:#fff;
    font-size: 16px;
    padding: 3px 14px;
  text-decoration:none;
}
.occasion-cart {
    width: 30%;
}
/*-- /sale --*/
   .sale-w3ls {
    background: url(.images/banner3.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  min-height:380px;
}
.sale-w3ls h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 700;
    padding-top: 2em;
    margin-bottom: 0.5em;
}
.sale-w3ls {
    text-align: center;
}
.sale-w3ls a {
     color: #fff;
    letter-spacing: 3px;
    padding: 8px 20px;
    margin-top: 2em;
}
.sale-w3ls h6 span {
    color: #080808;
}
/*-- //sale --*/
/*-- login --*/
.modal-header {
    border-bottom: none;
}
.login-right h3 ,.login-bottom h3{
    color: #84C639;
    font-size: 22px;
    margin-bottom: 23px;
}
.sign-in a {
    font-size: 12px;
    color: #A9A9A9;
    text-decoration: none;
}
.sign-in a:hover{
    color: #84C639; 
}
.single-bottom input[type="checkbox"] {
  display: none;
}
.single-bottom input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #A9A8A8;
  font-weight:normal;
}
.single-bottom input[type="checkbox"]+label span:first-child {
  width: 14px;
    height: 14px;
    display: inline-block;
    border:2px solid #84C639;
    position: absolute;
    left: 0;
    top: 4px;
}
.single-bottom input[type="checkbox"]:checked+label span:first-child:before {
  content: "";
  background:url(.images/mark1.png)no-repeat;
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 10px;
  width:16px;
  height:16px;
  }
.single-bottom {
    margin:14px 0 22px;
}
.login-grids p{
  font-size:14px;
  text-align:center;
  margin-top:30px;
  color:#000;
}
.login-grids p a {
    color: #000;
    text-decoration: none;
}
.login-grids p a:hover{
    color: #84C639; 
}
/*-- //login --*/
/*-- navigation --*/
ul.multi-column-dropdown li {
    list-style-type: none;
    line-height: 2.5em;
}
ul.multi-column-dropdown li a {
    text-decoration:none;
    font-size: 0.9em;
    color: #545454;
    letter-spacing: 1px;
}
ul.multi-column-dropdown li a:hover{
  color:#84C639;
}
.col-sm-3.multi-gd-img {
    padding: 0;
}
.col-sm-6.multi-gd-img1 {
  padding-right:20px;
  padding-left:10px;
}
.multi-gd-img img,.multi-gd-img1 img {
    box-shadow: 0px 0px 7px 0px #AFAFAF;
}
/*-- //navigation --*/
.multi-gd-text a {
    display: block;
    position: relative;
}
.multi-gd-text a:hover::before {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::before {
    background: rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
.multi-gd-text img {
    height: auto;
    width: 100%;
}
.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::after {
    background: rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
/*-- coupons --*/
.coupons,.banner-bootom-w3-agileits,.new_arrivals_agile_w3ls_info{
   padding:4em 0;
}
.w3layouts_mail_grid {
    padding: 0 1em;
}
.w3layouts_mail_grid_left1{
  float: left;
    width: 70px;
    height: 70px;
    text-align: center;
}
.w3layouts_mail_grid_left1 i{
  font-size: 1.3em;
    color: #fff;
    line-height: 3.2em;
}
.w3layouts_mail_grid_left2{
  float:right;
  width:70%;
      text-align: left;
}
.w3layouts_mail_grid_left2 h3{
    font-size: 0.9em;
    color: #84C639;
    margin: 0em 0 0.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.w3layouts_mail_grid_left2 a{
  text-decoration:none;
  color: #545454;
  font-size:14px;
}
.w3layouts_mail_grid_left2 a:hover{
  color:#212121;
}
.w3layouts_mail_grid_left2 p{
color: #545454;
    font-size: 0.9em;
    line-height: 1.8em;
}
.agile_newsletter_footer {
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    padding: 1em 0;
    margin-top: 3em;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #111;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#84C639;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before,.w3layouts_mail_grid_left:hover .hvr-radial-out:before{
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*-- //coupons --*/
/*-- /about --*/
.page-head_agile_info_w3l {
    background: url(.images/inner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
    padding-top:50px;
}
.page-head_agile_info_w3l h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size:3em;
  font-weight:700;
  letter-spacing:2px;
}
.page-head_agile_info_w3l h3  span{
 font-weight:300;
}
ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
  font-size:0.9em;
  font-weight:600;
  letter-spacing:1px;
}
ul.w3_short li a {
    color: #84C639;
    text-decoration: none;
}
.services-breadcrumb {
    padding: 0;
    background: none;
    text-align: center;
}
.services-breadcrumb ul li i {
    padding: 0 1.5em;
}
ul.w3_short {
    text-align: left;
    padding-top: 2.5em;
}

.agile_ab_w3ls_info {
    margin-bottom: 3em;
}
.agile_ab_w3ls_info h5{
    text-transform: uppercase;
    font-size:2em;
    color: #212121;
    letter-spacing: 2px;
    font-weight: 700;
  margin-bottom:1.5em;
}
.agile_ab_w3ls_info h5 span{
 font-weight:300;
}
.agile_ab_w3ls_info p{
    margin: 1em 0 2em;
    color: #545454;
    line-height: 2em;
}
/*--//about--*/
/*-- /contact --*/
h3.tittle {
    color: #84C639;
    font-size:2em;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0 50px;
  
}
.contact-w3-agile1 iframe {
     width: 100%;
    height:350px;
    outline: none;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-grid-agile-w3 i {
    color: #fff;
    font-size: 33px;
}
.contact-grid-agile-w3 {
    background: #171616;
    text-align: center;
    width: 32%;
    padding: 2em 1em;
}
.contact-grid-agile-w3:nth-child(2) {
  margin:0 1%;
}
.contact-grid-agile-w3 h4 {
    color: #84C639;
    font-size: 1.3em;
    margin: 20px 0;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-grid-agile-w3 p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}
.contact-grid-agile-w3 p a{
    color: #fff;
  text-decoration:none;
}
.contact-grid-agile-w3 p span {
   display:block; 
}
.mail-agileits-w3layouts i {
    color: #0e0e0e;
    font-size: 23px;
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #ddd;
    text-align: center;
    line-height: 67px;
}
.mail-agileits-w3layouts {
    margin-top: 3em;
}
.contact-right a:hover {
    color: #84C639;
}
.contact-right span, .contact-right a {
    font-size: 15px;
    text-decoration: none;
    color: #555;
    outline: none;
}
.contact-right {
    padding-left: 2em;
    float: left;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.contact-form input[type="submit"] {
    border: none;
    padding: 0.8em 2.5em;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background: #84C639;
    color: #fff;
}
.contact-right p {
    text-transform: uppercase;
    font-weight: 700;
    color: #84C639;
    font-size: 1em;
    letter-spacing: 2px;
  margin-bottom: 0.5em;
}
.contact-right span {
    color: #545454;
    font-size: 0.9em;
    line-height: 1.8em;
  letter-spacing: 1px;
}
.address-grid h4,h4.white-w3ls {
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    color: #181919;
  letter-spacing:1px;
}
.address-grid h4 span,h4.white-w3ls span{
  font-weight:300;
}

/*-- icons --*/
.grid_3.grid_4.w3_agileits_icons_page {
    margin: 0;
}
ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
    color: #fff;
}
.codes a {
    color: #555;
}
.row.fontawesome-icon-list {
    margin: 0;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;

    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  -moz-transition:0.5s all;
}
.icon-box:hover i.fa {
  color:#fff !important;
}
.icon-box:hover a.agile-icon {
  color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;  
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 25px;
    color: #84C639 !important;
    margin: 30px 0 15px;
    font-weight: 700
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: 300;
}
.icons a {
    color: #555;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
  cursor: pointer;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
  color: #282a2b;
}
.icon-box.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  color: #777;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
@media (max-width:1080px){
  .icon-box {
    width:33.33%;
  }
}
@media (max-width:991px){
  h3.agileits-icons-title {
    font-size: 28px;
  }
  h3.icon-subheading {
    font-size: 22px;
  }
  .icon-box {
    width: 50%;
    float: left;
  }
}

@media (max-width:776px){
.social {
  display:none;
}
}





@media (max-width:768px){
  h3.agileits-icons-title {
    font-size: 28px;
  }
  h3.icon-subheading {
    font-size: 25px;
  }

  .icon-box {
    margin: 0;
  }
}
@media (max-width: 640px){
  .icon-box {
    float: left;
    width: 50%;
  }
  h3.icon-subheading {
    font-size: 22px;
  }
  .grid_3.grid_4.w3_agileits_icons_page {
    margin-top: 0;
  }
}
@media (max-width:568px){
  .icon-box {
    float: left;
    width: 100%;
  }
}
@media (max-width: 480px){
  .bs-glyphicons li {
    width: 31%;
  }
  h3.agileits-icons-title {
    font-size: 25px;
  }
  h3.icon-subheading {
    font-size: 19px;
  }
}
@media (max-width: 414px){
  h3.agileits-icons-title {
    font-size: 23px;
  }
  h3.icon-subheading {
    font-size: 18px;
  }
  .bs-glyphicons li {
    width: 31.33%;
  }
}
@media (max-width: 384px){
  .icon-box {
    float: none;
    width: 100%;
  }
}
@media (max-width: 375px){
  .w3_agileits_icons_page {
    margin:0 !important;
  }
}
/*-- //icons --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
  margin-bottom:2em;
}
.xs h3, h3.m_1{
  color:#000;
  font-size:1.7em;
  font-weight:300;
  margin-bottom: 1em;
}
.grid_3 p{
color: #545454;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
  background:none;
  margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
  background:none;
  padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom:1em;
    color:#84C639;
    font-weight:700;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;

}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #545454;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
  margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}


.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
  line-height:2em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
.in-gp-tl{
  padding:0;
}
.in-gp-tb{
  padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:800px){
  .grid_3.grid_5.w3ls,.grid_3.grid_5.w3l,.grid_3.grid_5.agileits,.grid_3.grid_5.agileinfo,.grid_3.grid_5.wthree {
    margin: 0;
  }
}
@media (max-width:768px){
  .grid_5 {
    padding: 0 0 1em;
  }
  .grid_3 {
    margin-bottom: 0em;
  }
  .grid_3.grid_5.w3l {
    margin-top: 1.5em;
  }
}
@media (max-width:640px){
  h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: .5em;
  }
  .progress {
    height: 10px;
    margin-bottom: 10px;
  }
  ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
    font-size: 14px;
  }
  .breadcrumb {
    margin-bottom: 25px;
  }
  .well {
    font-size: 14px;
    margin-bottom: 10px;
  }
  h2.typoh2 {
    font-size: 1.5em;
  }
  .label {
    font-size: 60%;
  }
  .in-gp-tl {
    padding: 0 1em;
  }
  .in-gp-tb {
    padding-right: 1em;
  }
  .list-group {
    margin-bottom: 20px;
  }
}


.rslides li{
  position: relative;
  display:block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 82%;
    left: 5.5%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span{
  font-weight:600;
}
.callbacks_tabs li {
    display:inline-block;
    margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:10px;
    width:10px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
       background:#84C639;
}
/*-- Slider part Ends Here --*/
/*-- men-wear --*/
.men-wear{
  padding:90px 0;
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
margin:0;
position:relative;
}
ul.dropdown-menu6 li {
list-style:none;
}
ul.dropdown-menu6 li p{
width:100%;
}
span.amount{
color:#ffffff;
font-size:16px;
}
input#amount,input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 30px;
    text-align: center;
    width: 100%;
    border: 1px solid #D2D2D2 !important;
    padding: 4px 0;
}
ul.dropdown-menu6 li a {
text-decoration: none;
}
.range,.range-two{
padding: 15px 0 22px 0;
border-bottom: 1px solid #e5e3db; 
}
/*-- //Slider range --*/
.filter-price h3 {
    color: #0c0c0c;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
}
.filter-price h3 span{
  font-weight:300;
}
/*-- treeview --*/
.css-treeview label {
    padding: 5px;
    margin: 2px;
    font-size: 0.9em;
    color: #545454;
    letter-spacing: 1px;
}

.css-treeview a {
    padding: 7px 0 0 31px;
    margin: 2px;
    font-size: 14px;
    letter-spacing: 1px;
}
.css-treeview ul,
.css-treeview li
{
  list-style: none;
}

.css-treeview input
{
  position: absolute;
  opacity: 0;
}

.css-treeview
{
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.css-treeview a {
    color: #999;
    text-decoration: none;
}

.css-treeview a:hover
{
  text-decoration: underline;
}

.css-treeview input + label + ul
{
  margin: 0 0 0 22px;
}

.css-treeview input + label + ul
{
  display: none;
}

.css-treeview label,
.css-treeview label::before
{
  cursor: pointer;
}

.css-treeview input:disabled + label
{
  cursor: default;
  opacity: .6;
}

.css-treeview input:checked:not(:disabled) + label + ul
{
  display: block;
}

.css-treeview label,
.css-treeview label::before
{
  
}
.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
  display: inline-block;
  vertical-align: middle;
}

.css-treeview label
{
  background-position: 18px 0;
}

.css-treeview label::before
{
  content: "";
  width: 16px;
  margin: 0 22px 0 0;
  vertical-align: middle;
  background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
  background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
  .css-treeview 
  {
    -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
  }
  
  @-webkit-keyframes webkit-adjacent-element-selector-bugfix 
  {
    from 
    { 
      padding: 0;
    } 
    to 
    { 
      padding: 0;
    }
  }
}

.products-left i {
    color: #84C639;
}
/*-- //treeview --*/
.css-treeview {
    border: 1px solid #d2d2d2;
}
.css-treeview h4,.community-poll h4 {
    color: #84C639;
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: 1px solid #d2d2d2;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tree-list-pad{
  padding:30px 30px;
}
.community-poll {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
}
.radio {
  position: relative;
  display:inline-block;
  margin-left:15px;
}
.radio:first-child {
  margin-left: 0;
  margin: 0;
}
.radio {
    padding-left: 22px;
    line-height: 28px;
    color: #404040;
    cursor: pointer;
    font-size: 0.95em;
}
.radio  input[type="radio"]{
  position: absolute;
  left: -9999px;
}
.radio-btns label {
  font-size: 14px;
  color: #000;
  padding: 0px 0 0 10px;
  font-weight:600;
  }
.radio i {
  position: absolute;
  top:5px;
  left: 0;
  display: block;
    width: 18px;
    height: 18px;
  outline: none;
  border:3px solid #84C639;
  background: #fff;
  cursor:pointer;
}
.radio i {
  border-radius: 50%;
}
.radio input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
 .radio input + i:after {
  content: '';
  top: 6px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio input:checked + i:after{
  opacity: 1;
}

label.checkbox {
  width: 28%;
  floaT: left;
}
/*** normal state ***/
.radio i {
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
/*** checked state ***/
.radio input + i:after {
  content: '';
  background: url(".images/tick-mark1.png") no-repeat center;
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  text-align: center;
}
.radio input:checked + i {
  border:3px solid #84C639;
  background: #fff;
}
.swit {
    padding: 30px 30px;
}
.check_box {
    margin-bottom: 5px;
}
.swit label {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 0.9em;
    color: #545454;
}
.swit input[type="submit"] {
    background: #232323;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 10px 35px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin: 19px 0 0;
    letter-spacing: 2px;
    font-weight: 600;
}
.swit input[type="submit"]:hover{
   background:#84C639;  
}

.men-wear-left{
  padding-left:0;
}
.men-wear-bottom {
    margin: 50px 0;
}
.men-wear-right h4 {
    color: #000;
    font-size: 1.2em;
    margin: 0px 0 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.men-wear-right h4 span{
font-weight: 300;
}
.men-wear-right p {
    font-size:0.9em;
    color: #545454;
    line-height: 2em;
  letter-spacing:1px;
}
.products-right {
    padding-right: 0;
}
.no-pad-men {
    padding: 0 25px 0 0 !important;
}
.products-right h5 {
    color: #0c0c0c;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
}
.products-right h5  span{
 font-weight:300;
}

.single-pro {
    margin-top: 30px;
}
.pagination {
    margin: 34px 15px 0 0;
}
/*-- //men-wear --*/
/*-- single-page --*/
.single-right-left h3 {
    text-transform: capitalize;
    font-size: 23px;
    color: #84C639;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
}
.single-right-left p{
    color: #000;
    font-size: 20px;
    margin: .5em 0 1em;
}
.single-right-left del {
    color: #999;
    margin-left: 10px;
    font-weight: 300;
}
.description{
  margin:1.5em 0;
}
.description h5 {
    color: #545454;
    font-size: 0.9em;
  margin-bottom:12px;
}
.description p{
color: #545454;
  line-height:1.8em;
  margin:0.5em 0 0;
  font-size:0.9em;
}
.occasional{
  margin:2em 0;
}
.color-quality-right h5,.occasional h5 {
color: #000;
    font-size: 16px;
    margin: 0 0 12px;
    letter-spacing: 1px;
}
.color-quality-right select {
    padding: 5px 21px;
}
.colr {
    width: 33.333%;
    float: left;
}
.description input[type="text"]{
  padding:8px 8px;
  color:#ccc;
  font-size:13px;
  width:45%;
  outline:none; 
  letter-spacing:1px;
}
.description input[type="submit"]{
    color: #fff;
    font-size: 16px;
    background: #000000;
    border: none;
    outline: none;
    padding: 7px 17px 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.description input[type="submit"]:hover{
  background:#FDA30E;
}
.occasion-cart a{
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.bootstrap-tab {
    margin: 5em 0 0;
}
.bootstrap-tab-text p{
  font-size:14px;
  color:#999;
  line-height:1.8em;
}
.bootstrap-tab-text h5,.add-review h4{
    text-transform: uppercase;
    font-size: 1em;
    color: #212121;
    margin: 2em 0 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.bootstrap-tab-text p span{
  display:block;
  margin:2em 0 0;
}
.bootstrap-tab-text-grid-left{
  float:left;
  width:14%;
}
.bootstrap-tab-text-grid-right{
  float:right;
  width:83%;
}
.bootstrap-tab-text-grid-right ul li{
  display:inline-block;
}
.bootstrap-tab-text-grid-right ul li:nth-child(2){
  float:right;
}
.bootstrap-tab-text-grid-right ul li a{
    font-size: 1em;
    color: #84C639;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.bootstrap-tab-text-grid-right ul li a:hover{
  color: #212121;
}
.bootstrap-tab-text-grid-right ul li a i{
  left:-1em;
}
.bootstrap-tab-text-grids{
  margin:3em 0 0 0em;
}
.bootstrap-tab-text-grid-right p{
  margin:2em 0 0;
    color: #545454;
    font-size: 0.9em;
    line-height:2sem;
}
.bootstrap-tab-text-grid:nth-child(2){
  margin:3em 0 0;
}
.add-review form{
  margin:2em 0 0;
}
.add-review input[type="text"],.add-review input[type="email"],.add-review textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 49%;
    font-size: 15px;
    color: #888;
}
.add-review input[type="email"]{
    margin-left: 1.55%;
}
.add-review textarea{
    width: 100% !important;
    min-height: 120px;
    margin: 1em 0;
    resize: none;
}
.add-review input[type="text"]:nth-child(3){
  width:100%;
  margin:1em 0;
}
.add-review input[type="submit"]{
    outline: none;
    padding: 14px 0;
    background: #84C639;
    border: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
.add-review input[type="submit"]:hover{
    background: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #84C639;
  color:#fff;
}
.product-men.single {
    margin: 0;
}
.w3_agile_latest_arrivals {
    margin: 4em auto 0;
}
.responsive_tabs_agileits {
    margin-top: 3em;
}
.single_page_agile_its_w3ls {
    padding: 2em;
    border: 1px solid #ddd;
}
.single_page_agile_its_w3ls h6 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #292929;
  margin-bottom:0.5em;
}
.single_page_agile_its_w3ls p {
    line-height: 2em;
}
p.w3ls_para {
    margin-top: 1em;
}
/*-- Ratings --*/
.rating1 {
    direction:ltr;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width:100px;
    overflow: hidden;
}

.starRating:not(old) > input{
  margin-right :-26%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(.images/1.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(.images/2.png);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}
/*-- //Ratings --*/
/*-- //single-page --*/
/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 55px;
  right: 2%;
  overflow: hidden;
  z-index: 999; 
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(.images/up_arrow.png) no-repeat 0px 0px;
}
#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive media queries --*/
@media (max-width: 1440px){
  
  .multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 47%;
    left: 30%;
    font-size: 2em;
  }
  .w3ls_schedule_bottom_right_grid {
    padding: 3em 2em;
    margin: 5em 0 0;
    width: 90%;
  }
  .logo_agile h1 a {
    letter-spacing: 1px;
    font-size: 1.4em;
  }
  i.fa.fa-shopping-bag.top_logo_agile_bag {
    position: absolute;
    font-size: 17px;
    top: 61px;
    right: 13px;
  }
}
@media (max-width: 1366px){
   .multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 45%;
    left: 30%;
    font-size: 2em;
  }
  @media (max-width: 1366px)
      .header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 4px 0px #FDA30E;
    width: 15%;
}
  .header-middle form input[type="search"] {
    width: 83%;
  }
}
@media (max-width: 1280px){
  .w3ls_schedule_bottom_right_grid {
    padding: 3em 2em;
    margin: 3em 0 0;
    width: 90%;
  }
  .page-head_agile_info_w3l h3 {
    font-size: 2.5em;
  }
  .agile_ab_w3ls_info h5 {
       font-size: 1.5em;
  }
  h3.wthree_text_info {
       font-size: 2.2em;
  }
  .w3layouts_mail_grid_left2 h3 {
       font-size: 0.8em;
  }
  .w3l_schedule_bottom_right_grid1 h4 {
    margin: 1em 0;
    font-size: 0.9em;
    letter-spacing: 2px;
  }
  .w3ls_schedule_bottom_right_grid {
    padding: 3em 2em;
    margin: 2.4em 0 0;
    width: 90%;
  }
  .multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 49%;
    left: 30%;
    font-size: 1.6em;
  }
  
  .sale-w3ls h6 {
    font-size: 2.5em;
    letter-spacing:4px;
    padding-top: 3em;
    margin-bottom: 0.5em;
  }
  .wthree_banner_bottom_grid_three_left1.grid .grid figure p {
      letter-spacing: 10px;
    line-height: 2em;
    font-size: 0.9em;
  }
}
@media (max-width: 1080px){
  .header-bot_inner_wthreeinfo_header_mid {
    margin: 0 auto;
    width: 95%;
  }
  .box_1 h3 {
    font-size: 15px;
  }
  .new-gd-left {
    padding: 0;
  }
  .new-levis {
    padding: 45px 14px;
  }
  .mid-text a {
    padding: 5px 14px;
  }
  .wed-brand {
    left: 10%;
  }
  .wed-brand h4 {
    font-size: 20px;
  }
  .wed-brand h5 {
    font-size: 18px;
  }
  .new-levis {
    padding: 36px 14px;
  }
  .pignose-layerslider .slide-visual .script-wrap,.script-group img {
    width: 200px;
    height: 200px;
  }
  .pignose-layerslider .slide-visual {
    width: 1000px;
    height: 400px;
  }
  .men-thumb-item img {
    padding: 29px 20px 11px;
  }
  .product-men {
    padding: 0 10px;
  }
  .coupons-gd h3 {
    font-size: 19px;
  }
  .coupons-gd h4 {
    font-size: 14px;
    margin: 29px 0 14px;
  }
  .logo_agile h1 a {
    letter-spacing: 1px;
    font-size: 1.2em;
  }
  .men-wear-right p {
    font-size: 14px;
  }
  .css-treeview label {
    font-size: 14px;
  }
  .swit label {
    font-size: 14px;
  }
  .swit {
    padding: 20px 18px;
  }
  .community-poll h4,.css-treeview h4 {
    padding: 13px 0;
    font-size: 21px;
  }
  .sort-grid {
    padding: 25px 0;
  }
  .men-wear-right h4 {
    font-size: 1em;
  }
  .tree-list-pad {
    padding: 15px 24px;
  }
  .item-info-product h4 a {
      font-size: 0.8em;
  }
  .no-pad-men {
    padding: 0 18px 0 0 !important;
  }
  .electro-text h4 {
    font-size: 20px !important;
  }
  .electro-right {
    padding-right: 8px;
  }
  .page-head_agile_info_w3l h3 {
      font-size: 2.4em;
  }
  .map iframe {
    min-height: 325px;
  }
  .contact-form2 textarea {
    min-height: 170px;
  }
  .contact-form2 input[type="submit"] {
    width: 12%;
  }
  .description {
    margin: 1em 0;
  }
  .occasional {
    margin: 1em 0;
  }
  .single-right-left del {
    font-size: 17px;
  }
  .bootstrap-tab {
    margin: 4em 0 0;
  }
  .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
    width: 49.25%;
  }
  .wed-brandtwo p {
    font-size: 37px;
  }
  .close1, .close2, .close3, .close4 {
       right: 29px;
  }
  i.fa.fa-shopping-bag.top_logo_agile_bag {
    position: absolute;
    font-size: 17px;
    top: 52px;
    right: 10px;
  }
  .header-middle form input[type="search"] {
    width: 81%;
  }
  .header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 4px 0px #84C639;
    width: 17%;
  }
  .w3layouts_mail_grid_left {
    width: 50%;
    float: left;
  }
  .w3layouts_mail_grid_left:nth-child(1),.w3layouts_mail_grid_left:nth-child(2) {
    margin-bottom:1em;
  }
  .multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 49%;
    left: 25%;
    font-size: 1.4em;
  }
  .navbar-nav > li {
    margin: 0 27px 0 0;
  }
  .top_nav_right {
    float: right;
    width: 21%;
    margin-top: 0.5em;
  }
  .carousel-caption h2, .carousel-caption h3 {
    font-size: 2.5em;
    letter-spacing: 12px;
  }
  .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
    padding: 1em 0 .5em;
    font-size: 1.7em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  .sign-gd h4, .sign-gd-two h4 {
    font-size: 1em;
  }
  .newsleft h3 {
       font-size: 20px;
  }
  p.copy-right {
    margin-top: 40px;
    font-size: 14px;
  }
  .address-grid h4, h4.white-w3ls {
       font-size: 1.6em;
  }
  .dropdown-menu.columns-3 {
    min-width: 560px;
    padding: 30px 30px;
  } 
}
@media (max-width: 1050px){
  .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
    width: 48.85%;
  }
}
@media (max-width: 1024px){
  .header ul li,.section_room select,.header-middle input[type="search"] {
    font-size: 14px;
  }
  .header-right ul {
    margin-top: 15px;
  }
  .new_arrivals {
    padding: 70px 0;
  }
  .new_arrivals h3,.ele-bottom-grid h3 {
    font-size: 32px;
  }
  .content-img-right {
    padding: 55px 36px 0px;
    min-height: 219px;
  }
  .navbar-nav > li > a {
    padding: 27px 13px;
  }
  .section_room select {
    background-size: 6% !important;
  }
  .products-right h5,.filter-price h3 {
    font-size: 22px;
  }
  .css-treeview a {
    font-size: 14px;
  }
  .bootstrap-tab-text-grid-right p,.new_arrivals p {
    font-size: 14px;
  } 
  .banner_bottom_agile_info{
     padding:4em 0;
  }
  .carousel-caption {
    min-height: 450px!important;
    padding-top:9em;
  }
  .social-nav li {
    margin: 0 2px;
  }
  .social-icons.team-icons.right-w3l.fotw33 .caption p {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .carousel-caption p {
    letter-spacing: 11px;
    font-size: 1.1em;
    margin-top: 1em;
  }
  .page-head_agile_info_w3l h3{
      font-size: 2.3em;
  }
}
@media (max-width: 991px){
  .social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 1.5em 0 0;
    float: none;
  }
  .header-left,.header-right {
    float: left;
    width: 31%;
  }
  .header-middle {
     margin-top:0px;
    width:100%;
  }
  .section_room {
    float: left;
    width: 48%;
  }
  .search {
    float: left;
    width: 35%;
  }
  .sear-sub {
    float: right;
    width: 17%;
  }
  .box_1 h3 {
    font-size: 13px;
  }
  .box_1 {
    padding: 7px 4px;
  }
  .new-gd-left,.new-gd-middle {
    float: left;
    width: 33.333%;
  }
  .mid-img {
    float: none;
    width: 52%;
    margin: 0% auto 9px;
  }
  .mid-img:nth-child(2){
    margin: 19px auto 0px;  
  }
  .mid-text {
    float: none;
    width: 100%;
    margin: 0 0%;
    text-align: center;
  }
  .mid-text h4 span {
    display: inline-block;
  }
  .new-levis {
    padding: 15px 14px;
  }
  .mid-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mid-text a {
    padding: 3px 9px;
  }
  .new-levis:nth-child(2) {
    margin-top: 17px;
  }
  .dropdown-menu.columns-3 {
    min-width: 500px;
    padding: 30px 30px;
  }
  ul.multi-column-dropdown li {
    line-height: 2.2em;
  }
  .wed-brand h4 {
    font-size: 15px;
  }
  .wed-brand h5 {
    font-size: 16px;
  }
  .wed-brand p a {
    padding: 6px 0px;
    font-size: 13px;
    width: 57%;
  }
  .wed-brandtwo {
    position: absolute;
    top: 36%;
    left: 10%;
  }
  .product-men {
    float: left;
    width: 33.333%;
    margin: 25px 0 0;
  }
  .resp-tabs-list {
    margin: 0 0 1em 0;
  }
  .coupons-gd {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }
  .coupons-gd:nth-child(1) {
    width: 100%;
    float: none;
    padding:0;
  }
  .coupons-gd h3 {
    margin: 0 0 30px;
  } 
  .product-men.single {
    margin: 0;
    margin-bottom: 1em;
  }

  .newsleft {
    padding: 0;
  }
  .newsright {
    padding: 0;
  }
  .sign-gd, .sign-gd-two {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }
  p.copy-right {
    margin-top: 39px;
  }
  .products-left {
    float: none;
    width: 100%;
    padding: 0;
  }
  .tree-list-pad {
    padding: 15px 20px;
  }
  .css-treeview{
    float: left;
    width: 49%;
  }
  .community-poll {
    float: right;
    width: 49%;
    margin-top: 0;
  }
  .products-right {
    padding-right: 0;
    padding: 0;
    float: none;
    width: 100%;
  }
  .check_box {
    margin-bottom: 13px;
  }
  .swit {
    padding: 34px 25px;
  }
  .products-right {
    margin-top: 38px;
  }
  .single-pro {
    margin-top: 0;
  }
  .no-pad-men {
    padding: 0 10px !important;
  }
  .electro-right{
    float: left;
    width: 32.3%;
    padding: 0;
  }
  .electro-left{
    float: left;
    width: 67.5%;
    padding-left: 0;
  }
  .ele-bottom-grid p {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .contact-grid-agile-w3 {
    float: left;
    width: 33.333%;
    padding: 0 7px;
  }
  .contact-grid-agile-w3 h4 {
    font-size:1.2em;
    margin: 13px 0;
  }
  .contact-grid-agile-w32, .contact-grid-agile-w31, .contact-grid-agile-w33 {
    min-height: 216px;
    padding-top: 37px;
  }
  .close1, .close2, .close3, .close4 {
    right: 26px;
  }
  .timetable_sub th {
    font-size: 14px;
  }
  .timetable_sub td {
  font-size: 13px;
    padding: 1px;
  }
  .value-minus, .value-plus {
    height: 27px;
    line-height: 24px;
    width: 23px;
    margin-right: 0px;
  }
  .value {
    width: 25px;
    height: 27px;
    padding: 8px 0px;
    line-height: 9px;
    margin-right: 0px;
  }
  .checkout-left-basket {
    float: right;
    width: 36%;
  }
  .single-right-left:nth-child(1){
    float: left;
    width: 60%;
    padding:0 0 0px;
    margin-bottom: 50px;
  }
  .single-right-left{
    float: left;
    width: 100%;
    padding:0 0px;
  }
  .single-right-left h3 {
    font-size: 20px;
  }
  .description h5 {
    margin-bottom: 22px;
  }
  .description {
    margin: 1em 0 2em;
  }
  .occasional {
    margin: 1.5em 0;
  }
  .bootstrap-tab {
    margin: 3em 0 0;
  }
  .bootstrap-tab-text-grid-left img {
    width: 100%;
  }
  .colr {
    width: 24%;
    float: left;
  }
  .navbar-nav > li {
    margin: 0 3px 0 0;
  }
  .navbar-nav > li > a {
    padding: 21px 9px;
  }
  .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
    padding: 0.5em 0 .5em;
    font-size: 1.1em;
  }
  .grid figure p {
    letter-spacing: 6px;
    font-size: 0.9em;
  }
  .w3ls_schedule_bottom_right_grid {
    padding: 3em 2em;
    width: 90%;
    margin: 2em auto;
  }
  .w3l_schedule_bottom_right_grid1 {
    text-align: center;
    padding: 0;
    margin-bottom: 1em;
  }
  .multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 49%;
    left: 37%;
    font-size: 1.4em;
  }
  .sign-gd, .sign-gd-two {
    float: left;
    width: 50%;
    padding: 0;
    margin-top: 2em;
  }

  
  .logo_agile {
    text-align: left;
    margin-top: 1em;
    padding: 0;
    float: left;
  }
  .social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 1.5em 0 0;
    float: right;
  }
  .ab_pic_w3ls {
    margin-bottom: 2em;
  }
  .team-grids {
    width: 50%;
    margin-bottom: 2em;
  }
  .header ul li, .section_room select, .header-middle input[type="search"] {
    font-size: 13px;
  }
  .header-middle form input[type="submit"] {
      background: url(.images/search.png) no-repeat 19px 0px #84C639;
    width: 9%;
  }
  .header-middle form input[type="search"] {
    width: 88%;
  }
  .header-bot {
    padding: 15px 0 30px 0;
  }
  .carousel-caption {
    min-height: 400px!important;
    padding-top: 7em;
  }
  .modal_body_right.modal_body_right1 img {
    margin-top: 1em;
  }
  .contact-grid-agile-w3 {
    float: left;
    width: 100%;
    padding: 0 7px;
  }
  .contact-grid-agile-w3:nth-child(2) {
    margin: 1% 0%;
  }
  .bb-grids.bb-left-agileits-w3layouts {
    margin-bottom: 1em;
  }
  .contact-form {
    padding: 4em 3em;
    margin-top: 2em;
  }
  .modal_body_left.modal_body_left1 {
    padding-left: 0;
    float: left;
    width: 70%;
  }
  .modal_body_right.modal_body_right1 {
    padding: 0;
    float: right;
    width: 30%;
  }
}
@media (max-width:900px){
    .newsleft {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .newsright {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .dropdown-menu.columns-3 {
    min-width: 440px;
    padding: 20px 20px;
  }
}
@media (max-width: 800px){
  .pignose-layerslider .slide-visual .script-wrap {
    right: 300px;
  }
  .carousel-caption h2, .carousel-caption h3 {
    font-size: 2.3em;
    letter-spacing: 9px;
  }
  .carousel-caption p {
    letter-spacing: 10px;
    font-size: 1em;
    margin-top: 1em;
  }
  .info-content p {
    font-size: 21px;
  }
  .separator {
    margin: 10px auto;
  }
  .info-content h4 {
    font-size: 22px;
  }
  .info-content a {
    padding: 4px 7px;
    font-size: 14px;
  }
  .hvr-outline-out:before {
    border: #84C639 solid 2px;
  }
  .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }
  .resp-tab-item {
    margin: 0 13px;
    padding: 0 11px 14px 11px;
  }
  .sign-gd h4, .sign-gd-two h4 {
    font-size: 19px;
  }
  .men-wear-bottom {
    margin: 50px 0 17px;
  }
  .header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 8px 0px #84C639;
    width: 9%;
  }
}
@media (max-width: 768px){
  .pignose-layerslider .slide-visual {
    height: 400px;
  }
  ul.slide-group img {
    width: 100% !important;
    height: 400px !important;
  }
  .pignose-layerslider .slide-visual .script-wrap {
    top:50px;
  }
  .single-right-left:nth-child(1) {
    float: left;
    width: 67%;
  }
  .occasion-cart a {
    padding: 5px 11px;
    font-size: 14px;
  }
  .bootstrap-tab ul li a {
    font-size: 14px;
  }
  .nav-tabs > li > a {
    padding: 7px 13px;
  }
  .bootstrap-tab-text h5, .add-review h4 {
    margin: 2em 0 1em;
  }
  .bootstrap-tab-text p span {
    margin: 1em 0 0;
  }
  .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
    padding: 8px 10px;
    width: 49.35%;
    font-size: 14px;
  }
  .add-review textarea {
    min-height: 118px;
  }
  .add-review input[type="submit"] {
    width: 18%;
  }
  .checkout h3 {
    margin: 0 0 2em;
  }
  .navbar-nav > li > a {
    padding: 21px 9px;
  }
  .dropdown-menu.columns-3 {
    min-width: 411px;
    padding: 20px 20px;
  } 
}
@media (max-width: 767px){
  .navbar-toggle {
    position: relative;
    float: left;
    padding: 12px 10px;
    margin-top: 9px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
      margin-left:0px;
  }
  .header-left img {
    width: 100%;
  }
  .top_nav_right {
    float: right;
    width: 21%;
    margin-top: 0em;
  }
  .header-bot {
    padding: 17px 0;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #84C639;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  }
  .navbar-nav > li {
    margin: 0 0px 0 0;
    width: 100%;
    text-align: center;
  }
  .nav > li > a {
    display: inline-block;
  } 
  .header-bot_inner_wthreeinfo_header_mid {
    margin: 0 auto;
    width: 96%;
  }
  ul.dropdown-menu.multi-column.columns-3 {
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid #fff;
        margin-top: 10px;
  }
  .navbar-default {
    width: 77%;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
  }
  .new-levis {
    padding: 12px 14px;
  }
 
  .newsleft {
    margin-bottom: 14px;
  }
  .page-head_agile_info_w3l {
    min-height: 166px;
    padding-top: 55px;
  }
  .page-head_agile_info_w3l h3 {
        font-size: 2em;
  }
  .radio {
    line-height: 25px;
  }
  .men-wear-left {
    float: left;
    width: 26%;
  }
  .men-wear-right {
    float: left;
    width: 74%;
  }
  .electro-text h4 {
    font-size: 17px !important;
  }
  .new_arrivals h3, .ele-bottom-grid h3 {
    font-size: 27px;
  }
  td.invert-image {
    width: 30%;
  }
  .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
    width: 100%;
  }
  .wed-brandtwo h4 {
    font-size: 19px;
  }
 
  ul.nav.navbar-nav.menu__list {
    padding-bottom: 20px;
  }
  .close1, .close2, .close3, .close4 {
    right: 36px;
  }
  .add-review input[type="email"] {
    margin-left: 0;
    margin: 1em 0 0 0;
  }
  ul.multi-column-dropdown li a {
    color: #fff;
  }
  .multi-gd-img.multi-gd-text {
    margin: 1em 0;
  }
  ul.dropdown-menu.agile_short_dropdown li {
    border: none !important;
    background: #fff;
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
    border-bottom: 1px solid #999;
  }
}
@media (max-width: 667px){
  .section_room select {
    padding: 8px 10px;
  }
  .header-middle input[type="search"] {
    padding: 8px 10px;
  } 
  .top_nav_right {
    float: right;
    width: 23%;
  }
  .pignose-layerslider .slide-visual .script-wrap {
    left:350px;
  }
  .pignose-layerslider .slide-visual .script-wrap, .script-group img {
    width: 150px;
    height: 150px;
  }
  .pignose-layerslider .slide-visual {
    height: 350px;
  }
  ul.slide-group img {
    width: 100% !important;
    height: 350px !important;
  }
  .pignose-layerslider .slide-visual .script-wrap {
    top: 75px;
  }
  .dropdown-menu {
    border-radius: 0;
  }
  .dropdown-menu.columns-3 {
    min-width: 474px;
  }

  .dropdown-menu.columns-3 {
    padding: 19px 16px;
  }
  ul.multi-column-dropdown li {
    line-height: 2em;
  }
  .new-gd-left {
    float: none;
    width: 51%;
    margin: 0 auto;
  }
  .wed-brand h4 {
    font-size: 20px;
  }
  .wed-brand h5 {
    font-size: 20px;
  }
  .wed-brand p {
    font-size: 18px !important;
  }
  .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }
  .hvr-outline-out:before {
    border: #84C639 solid 4px;
  }
  .new-gd-middle {
    width: 100%;
  }
  .new-levis {
    float: left;
    width: 49%;
  }
  .new-levis:nth-child(2) {
    margin-top: 0;
    float: right;
  }
  .mid-img:nth-child(2) {
    margin: 28px auto 0px;
  }
  .new-gd-middle {
    width: 100%;
    margin: 30px 0;
  }
  .wed-brandtwo {
    top: 61%;
    left: 19%;
  }
  .content-lgrid {
    width: 100%;
  }
  .logo_agile h1 a {
    letter-spacing: 1px;
    font-size: 1em;
  }
  .product-easy {
    padding: 70px 0;
  }
  .men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 80.5%;
  }
  .coupons-gd span {
    padding: 18px 18px;
    font-size: 20px;
  }
  .coupons-gd h4 {
    font-size: 13px;
  }
  .coupons {
    min-height: 377px;
  }
  .item-info-product h4 a {
    font-size: 15px;
  }
  td.invert-image {
    width: 27%;
  }
  .checkout-left-basket ul {
    padding: 0px 15px;
  }
  .checkout-left-basket h4 {
    padding: .5em;
    font-size: 1em;
    margin: 0 0 1em;
  }
  .header ul li {
    display: inline-block;
    width: 49%;
  }
  .men-wear-right p {
    line-height: 2em;
  }
  .men-wear-right p {
    font-size: 13px;
  }
  .men-wear-right h4 {
    font-size: 20px;
    margin: 0px 0 21px;
  }
  .contact-grid-agile-w3 i {
    font-size: 25px;
  }
  .contact-grid-agile-w3 p {
    font-size: 13px;
  }
  .contact-grid-agile-w32, .contact-grid-agile-w31, .contact-grid-agile-w33 {
    min-height: 179px;
    padding-top: 24px;
  }
  i.fa.fa-shopping-bag.top_logo_agile_bag {
    position: absolute;
    font-size: 17px;
    top: 43px;
    right: 7px;
  }

  .header-middle form input[type="search"] {
    width: 86%;
  }
  .header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 8px 0px #84C639;
    width: 10%;
  }
  .wthree_banner_bottom_grid_three_left1 {
    width: 100%;
    float: left;
  }
  .wthree_banner_bottom_grid_three_left1:nth-child(2) {
    margin-top:1em;
  }
  .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
    padding: 3.5em 0 .5em;
    font-size: 1.1em;
  }
  .multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 49%;
    left: 28%;
    font-size: 1.4em;
  }
  .product-men {
    float: left;
    width: 50%;
    margin: 25px 0 0;
  }
  ul.w3_short {
    text-align: left;
    padding-top: 2em;
  }
  .sale-w3ls h6 {
    font-size:1.8em;
    letter-spacing: 4px;
    padding-top: 3em;
    margin-bottom: 0.5em;
  }
  .sale-w3ls {
    min-height: 320px;
  }
  .sale-w3ls {
    min-height: 320px;
  }
  .w3layouts_mail_grid_left2 h3 {
    font-size: 0.9em;
  }
  .w3layouts_mail_grid_left:nth-child(1), .w3layouts_mail_grid_left:nth-child(2) {
    margin-bottom:1em;
  }
  .w3layouts_mail_grid_left {
    width: 100%;
    float: left;
    margin-bottom: 1em;
  }
  .banner_bottom_agile_info {
    padding: 3em 0;
  }
  .coupons,.banner-bootom-w3-agileits,.new_arrivals_agile_w3ls_info {
    padding: 3em 0;
  }
  h3.wthree_text_info {
    font-size: 2em;
    margin-bottom: 0.8em;
  }
  #PPMiniCart form {
    width: 484px !important;
    padding: 10px 20px 40px !important;
    max-height: 450px !important;
  }
}
@media (max-width: 640px){
  .pignose-layerslider .slide-visual .script-wrap .slide-controller a {
    margin: 0 10px;
  }
  .pignose-layerslider .slide-visual .script-wrap .slide-pagination {
    bottom: -28px;
  }
  .pignose-layerslider .slide-visual .script-wrap .slide-controller {
    bottom: 61px;
  }
  .pignose-layerslider .slide-visual .script-wrap {
      left:380px;
    }
  .coupons-gd {
    padding: 0 8px;
  }
  a.menu__link {
    font-size: 13px;
  }
  ul.multi-column-dropdown li a {
    font-size: 13px;
  }
  .info-product-price span {
    font-size: 0.9em;
  }
  .info-product-price del {
    margin-left: 10px;
    font-size: 0.9em;
  }
  td.invert-image {
    width: 26%;
  }
  .description h5 {
    font-size: 13px;
  }
  .bootstrap-tab-text-grid-right {
    float: right;
    width: 78%;
  }
  .bootstrap-tab-text-grid-left {
    float: left;
    width: 19%;
  }
  .add-review input[type="submit"] {
    width: 14%;
  }


  .box_1 h3 {
    font-size: 12px;
  }
  .close1, .close2, .close3, .close4 {
    right: 33px;
  }
  .carousel-caption h2, .carousel-caption h3 {
    font-size: 2em;
    letter-spacing: 6px;
  }
  
}
@media (max-width: 600px){
  .top_nav_right {
    width: 30%;
  }
  .navbar-default {
    width: 69%;
  }
  .page-head_agile_info_w3l h3 {
    font-size: 1.6em;
  }
  .page-head_agile_info_w3l {
    min-height: 143px;
  } 
  .css-treeview label {
    font-size: 13px;
  }
  .swit label {
    font-size: 13px;
  }
  .swit {
    padding: 26px 25px;
  }
  .products-right h5, .filter-price h3 {
    font-size: 19px;
  }
  


  .men-wear-left {
    float: left;
    width: 32%;
  }
  .men-wear-right {
    float: left;
    width: 68%;
    padding: 0;
  }
  .men-wear-right h4 {
    margin: 0px 0 10px;
  }
  .no-pad-men {
    padding: 0 5px !important;
  }
  .item-info-product h4 a {
    font-size: 19px;
  }
  .pignose-layerslider .slide-visual .script-wrap {
    left:340px;
  }
  .new_arrivals {
    padding: 50px 0;
  }
  .coupons-gd {
    float: none;
    width: 64%;
    padding: 0;
    margin: 0 auto;
  }
  .coupons-gd:nth-child(3) {
    margin: 30px auto;
  }
  .coupons-gd h4 {
    font-size: 16px;
  }
  .dropdown-menu.columns-3 {
    min-width: 367px;
  }
  .item-info-product h4 a {
    font-size: 14px;
  }
  .product-men {
    margin: 18px 0 0;
  }
  .value {
    width: 37px;
    height: 35px;
    padding: 8px 0px;
    line-height: 16px;
    margin: 0px 0;
  }
  .value-minus, .value-plus {
    height: 37px;
    line-height: 33px;
    width: 37px;
    margin: 3px 0 4px;
  }
  td.invert-image a img {
    width: 65%;
    margin: 0 auto;
  }
  .single-right-left:nth-child(1) {
    margin-bottom: 35px;
  }
  .single-right-left:nth-child(1) {
    float: left;
    width: 78%;
  }
  h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    font-size: 18px;
  }
  .contact-grid-agile-w3 {
    padding: 0 3px;
  }
  .quantity-select {
    padding: 0 9px;
  }

  
  .value-minus, .value-plus {
      margin: 0px 0 0px;
  }
  .value {
    width: 37px;
    height: 37px;
  }
  .close1, .close2, .close3, .close4 {
    right: 21px;
  }
  .header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 8px 0px #84C639;
    width: 11%;
  }
  .sign-gd, .sign-gd-two {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 2em;
  }
  .callbacks_tabs {
    top: 69%;
    left: 3.5%;
  }
  .occasion-cart {
    width: 37%;
  }
  .add-review input[type="submit"] {
    width: 32%;
  }
}
@media (max-width: 568px){
  .quantity-select {
    padding: 0 0px;
  }
  .w3ls_schedule_bottom_right_grid h3 {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
  .w3l_schedule_bottom_right_grid1 h5 {
      font-size: 1.6em;
  }
  .bootstrap-tab-text-grid-right {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px){
  .timetable_sub th, .timetable_sub td {
  }
  td.invert-image a img {
    width: 50%;
  }
  tr.rem1,tr.rem2,tr.rem3,tr.rem4 {
    padding-top: 2em;
    border-top:none;
  }
  .close1, .close2, .close3 {
    right: 190px;
    top: -4px;
  }
  .quantity-select .entry.value-plus:after {
    margin-top: -5px;
  }
  .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
    margin-left: -3px;
  }
  td.invert-image a img {
    width: 100%;
  }
  
  .value-minus, .value-plus {
    margin: 0;
  }
  .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
    left: 41%;
  }
  .value {
    width: 37px;
    height: 37px;
  }
  .close1, .close2, .close3,.close4 {
    right: 64px;
    top: -26px;
  }
  .checkout-left-basket {
    float: right;
    width: 51%;
  }
  .pignose-layerslider .slide-visual .script-wrap {
    left:250px;
  }
  .wed-brand {
    left: 6%;
  }
  .mid-img:nth-child(2) {
    margin: 22px auto 0px;
  }
  .wed-brandtwo {
    top: 61%;
    left: 13%;
  }
  .flickr-post ul li {
    margin: 0% 0% 3%;
    width: 21%;
  }
  .sign-gd-two {
    width: 100%;
    margin: 20px 0;
  }
  .dropdown-menu.columns-3 {
    min-width: 316px;
  }
  .multi-gd-img1 {
    width: 100%;
  }
  .top_nav_right {
    width: 31%;
  }
  .wed-brandtwo {
    top: 46%;
  }
  .flickr-post ul li {
    margin: 0% 0% 3%;
    width: 19%;
  }
  .css-treeview {
    float: none;
    width: 99%;
    margin: 0 auto 30px;
  }
  .community-poll {
    float: none;
    width:99%;
    margin: 0 auto;
  }
  .community-poll h4, .css-treeview h4 {
    padding: 13px 0;
    font-size: 16px;
  }










 
  .men-wear-left {
    float: none;
    width: 46%;
    margin: 0 auto;
  }
  .men-wear-right {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
  .no-pad-men {
    padding: 0 0px !important;
  }
  .text-right {
    text-align: center;
  }
  .pagination {
    margin: 34px 0px 0 0;
  }
  .single-right-left:nth-child(1) {
    float: left;
    width: 100%;
  }
  .imagezoom-cursor ,.imagezoom-view{
    display: none;
  }
  .men-wear-right h4 {
      font-size: 16px;
  }
  .radio {
    padding-left: 22px;
    font-size: 0.8em;
  }
  .colr {
    width: 33%;
    float: left;
  }
  .add-review input[type="submit"] {
    padding: 6px 0;
  }


  .coupons-gd {
    width: 79%;
  }
  .navbar-default {
    width: 65%;
  }
  .dropdown-menu.columns-3 {
    min-width: 300px;
  }
  .timetable_sub th {
    font-size: 12px;
  }
  .timetable_sub td {
    font-size: 12px;
  }
  .close1, .close2, .close3, .close4 {
    right: 21px;
    top: -12px;
  }
  .value-minus, .value-plus {
    height: 25px;
    width: 25px;
  }
  .quantity-select .entry.value-plus:after {
    left: 56%;
    top: 47%;
  }
  .value {
    line-height: 8px;
    width: 25px;
    height: 25px;
  }
  .close1, .close2, .close3, .close4 {
    right: 17px;
  }
  td.invert-image a img {
    width: 82%;
  }
  .close1, .close2, .close3, .close4 {
    right: 9px;
  }
  .social-nav {
    margin: 1.5em 0 0;
    float: none;
    text-align: center;
    width: 100%;
  }
  .logo_agile {
    margin-top: 1em;
    padding: 0;
    text-align: center;
    float: none;
  }
  .header-middle form input[type="search"] {
    width: 83%;
  }
  .header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 8px 0px #84C639;
    width: 14%;
  }
  .carousel-caption p {
    letter-spacing: 7px;
    font-size: 0.9em;
    margin-top: 0.7em;
  }
  .carousel-caption {
    min-height: 350px!important;
    padding-top: 6em;
  }
  .carousel-caption h2, .carousel-caption h3 {
    font-size: 1.8em;
    letter-spacing: 5px;
  }
  .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
    padding: 1em 0 .5em;
    font-size: 1em;
  }
  .bb-middle-agileits-w3layouts.forth.grid figure.effect-roxy h3{
    padding: 0.5em 0 .5em;
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  .multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 49%;
    left: 23%;
    font-size: 1.2em;
  }
  .sale-w3ls h6 {
    font-size: 1.6em;
    letter-spacing: 3px;
    padding-top: 4em;
    margin-bottom: 0.5em;
  }
  .sale-w3ls {
    min-height: 292px;
  }
  p.copy-right {
    margin-top: 24px;
    line-height: 1.9em;
  }

  .agile_newsletter_footer {
    padding: 1em 0;
    margin-top: 1em;
  }
  .coupons, .banner-bootom-w3-agileits, .new_arrivals_agile_w3ls_info {
    padding: 2em 0;
  }
  h3.wthree_text_info {
    font-size: 1.8em;
    margin-bottom: 0.6em;
  }
  .sale-w3ls a {
    padding: 8px 20px;
    margin-top: 1em;
  }
  .sale-w3ls {
    min-height: 234px;
  }
  .sale-w3ls h6 {
    font-size: 1.6em;
    letter-spacing: 2px;
    padding-top: 2em;
    margin-bottom: 0.5em;
  }
  .banner_bottom_agile_info {
    padding: 2em 0;
  }
  ul.w3_short li {
      font-size: 0.8em;
  }
  .bootstrap-tab-text-grid-left {
    float: none;
    width: 50%;
    margin-bottom: 1em;
  }
  .add-review input[type="submit"] {
    width: 38%;
  }
  #PPMiniCart form {
    width: 432px !important;
    padding: 10px 20px 40px !important;
  }
  .occasion-cart {
    width: 50%;
  }
  .single_page_agile_its_w3ls h6 {
      font-size: 0.9em;
  }
  .page-head_agile_info_w3l {
    min-height: 143px;
    padding-top: 33px;
  }
}
@media (max-width:440px){
  .product-men {
    float: left;
    width: 100%;
  }
  .carousel-caption {
    min-height: 289px!important;
    padding-top: 4em;
  }
  .carousel-caption a {
    padding: 8px 20px;
    margin-top: 1em;
  }
  .carousel-caption h2, .carousel-caption h3 {
    font-size: 1.6em;
    letter-spacing:4px;
  }
  .w3ls_schedule_bottom_right_grid {
    padding: 2em 1em;
    width: 90%;
    margin: 2em auto;
  }
  h3.wthree_text_info {
    font-size: 1.5em;
    margin-bottom: 0.7em;
  }
  .newsright input[type="email"] {
     width:70%;
     padding: 10px 10px;
       font-size: 14px;
  }
  .header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 5px 0px #84C639;
    width: 15%;
    height: 48px;
  }
  .bb-middle-agileits-w3layouts.forth.grid figure.effect-roxy h3 {
       padding: 0em 0 .5em;
  }
  .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
    padding: 0.5em 0 .5em;
    font-size: 1em;
  }
  .grid figure p {
    letter-spacing: 5px;
    font-size: 0.8em;
  }
  .w3ls_schedule_bottom_right_grid h3 {
    font-size: 1em;
    letter-spacing: 1px;
  }
  .newsleft h3 {
    font-size: 17px;
    letter-spacing: 2px;
  }
  .bb-middle-agileits-w3layouts.grid figure.effect-roxy h3{
      padding: 0.5em 0 .5em;
        font-size: 1.2em;
  }
  .agile_ab_w3ls_info h5 {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
  .agile_ab_w3ls_info {
    margin-bottom: 2em;
  }
  #PPMiniCart form {
    width: 420px !important;
    padding: 10px 10px 20px !important;
  }
  #PPMiniCart {
    left: 48% !important;
  }
  .modal_body_left.modal_body_left1 {
    padding-left: 0;
    float: left;
    width: 100%;
  }
  .modal_body_right.modal_body_right1 {
    padding: 0;
    float: right;
    width: 100%;
  }
  .modal_body_right.modal_body_right1 img {
    width: 33%;
  }
}
@media (max-width:414px){
  .newsright input[type="email"] {
     width:70%;
     padding: 10px 10px;
       font-size: 14px;
  }
  .header-middle form input[type="submit"] {
    background: url(.images/search.png) no-repeat 5px 0px #84C639;
    width: 15%;
    height: 48px;
  }
  .header ul li i {
    margin-right: 2px;
    top: 2px;
  }
  .page-head_agile_info_w3l h3 {
    font-size: 1.5em;
  }
  .mail-agileits-w3layouts {
    margin-top: 2em;
  }
  .contact-right {
    padding-left: 1em;
    float: left;
    width: 60%;
  }
  .contact-form {
    padding: 3em 2em;


    #vekisim .item img {
      width: 100%;
      height: auto;
    }




    /* Özelleştirilmiş oklar */
    .owl-prev, .owl-next {
      font-size: 24px;
      color: #333;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 10px;
      background: rgba(255,255,255,0.5);
      border-radius: 50%;
    }


