/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}










/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-logo {
  width: 60%; height: 60%;
}
.header-top {
  font-size: 12px;
  padding: 0px;
  height: 60px;
  line-height: 60px; }
  .header-top a {
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px; }
    .header-top a i {
      color: #F36721; }
  .header-top ul {
    display: inline-block;
    margin: 0 auto; }
    .header-top ul li {
      display: inline-block;
      margin-left: 15px; }
  .header-top .header-top-right {
    text-align: right; }
    .header-top .header-top-right i {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .header-top .header-top-right a {
      margin-right: 10px; }
    .header-top .header-top-right a:hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .header-top .header-top-right a:hover i {
        color: #3face4; }
  .header-top .header-top-left {
    display: inline-block; }
    .header-top .header-top-left a {
      margin-right: 30px; }
      .header-top .header-top-left a i {
        color: #3face4; }
  .header-top .lnr {
    display: none; }
  @media (max-width: 588px) {
    .header-top .lnr {
      display: block;
      font-weight: bold;
      font-size: 16px;
      color: #fff; }
    .header-top .text {
      display: none; } }
  @media (max-width: 991px) {
    .header-top {
      display: none; } }

.top-head-btn {
  background: #F36721;
  padding: 9px 26px; }

@media (max-width: 991px) {
  #mobile-nav-toggle i {
    color: #F36721 !important; } }
@media (max-width: 991px) {
  .main-menu {
    height: 100px;
    line-height: 100px; } }
@media (max-width: 768px) {
  .main-menu {
    height: 80px;
    line-height: 80px; } }

#header {
   position: sticky;
       top: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff; }
  #header hr {
    margin: 0;
    background: rgba(204, 204, 204, 0.54); }
    @media (max-width: 991px) {
      #header hr {
        display: none; } }

#header.header-scrolled {
   
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3); }
  #header.header-scrolled .header-top,
  #header.header-scrolled hr {
    display: none; }

@media (max-width: 673px) {
  #logo {
    margin-left: 20px; } }
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px; }

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #000;
  padding-left: 10px;
  border-left: 4px solid #3face4; }

#header #logo img {
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px; }

  #header #logo img {
    max-height: 40px; } }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99; }

.nav-menu li {
  position: relative;
  white-space: nowrap; }

.nav-menu > li {
  float: left; }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }

.nav-menu ul ul {
  top: 0;
  right: 100%; }

.nav-menu ul li {
  min-width: 180px; }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px; }

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

/* Nav Meu Container */
@media (max-width: 768px) {
  #nav-menu-container {
    display: none; } }
/* Nav Meu Styling */
.nav-menu a {
  padding: 38.5px 8px;
  text-decoration: none;
  display: inline-block;
  color: #222222;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  outline: none; }

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #F36721; }

.nav-menu > li {
  margin-right: 20px; }

.nav-menu ul {
  padding: 10px;
  box-shadow: 0px 6px 16px rgba(127, 137, 161, 0.25);
  background: #fff; }

.nav-menu ul li {
  transition: 0.3s; }

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none; }

.nav-menu ul li:hover > a {
  color: #3face4; }

.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0; }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 28px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }
  @media (max-width: 991px) {
    #mobile-nav-toggle {
      top: 36px; } }
  @media (max-width: 991px) {
    #mobile-nav-toggle {
      top: 28px; } }

#mobile-nav-toggle i {
  color: #fff;
  font-weight: 900; }

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline; }

  #nav-menu-container {
    display: none; } }
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #211F5E;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#mobile-nav ul li {
  position: relative; }

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700; }

#mobile-nav ul li a:hover {
  color: #fff; }

#mobile-nav ul li li {
  padding-left: 30px; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff; }

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #3face4; }

#mobile-nav ul .menu-has-children li a {
  text-transform: none; }

#mobile-nav ul .menu-item-active {
  color: #F36721; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden; }

body.mobile-nav-active #mobile-nav {
  left: 0; }

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff; }

.mobile-logo {
  display: none;
}

.online-shopping-mobile {
  display: none;
}

.online-shopping-badge {
  height: 35px;
  background-color: #F36721;
}
.online-shopping-badge div {
  padding: 10px;
}

.online-shopping-badge a {
  color: #fff;
  text-decoration-style: none;
}

.slider-container {
  padding: 0px;
}

.slider-container .row {
  margin-left: 0px;
  margin-right: 0px;
}

.main-slider img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 600px;
}

.prev-button {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-left: 25px;
  font-size: 34px;
  color: #F36721;
}

.next-button {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-size: 34px;
  color: #F36721;
}

/* POST SLIDE START */

.post-slide{
    overflow: hidden;
    margin-right: 15px;
    background-color:#fff !important;
    margin-bottom: 20px;
}
.post-slide .post-img {
    float: left;
    width:40%;
    position: relative;
    margin-right: 30px;
}
.post-slide .post-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #F36721;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-size:14px;
    color:#333;
    text-transform:uppercase;
}
.post-slide .post-title a:hover{
    text-decoration:none;
    font-weight: bold;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 32%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide .post-description{
    font-size:12px;
    line-height:21px;
    color:#444454;
}

@media only screen and (max-width: 990px) {
    .post-slide {
      padding-left: 15px;
    }
    .post-title {
      text-align: center;
    }
    .post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 4px solid #ec3c6a;
    }
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }
}

/* POST SLIDE END, SIDE SLIDER START */

.side-slider {
  height: 500px;
  background-color: #000;
  text-align: center;
}

.side-slider-header {
  height: 100px;
  background-color: #F36721;
  color: #fff;
}
.side-slider-header p {
  padding-top: 40px;
}

.side-slider-body {
  background-color: #fff;
  height: 400px;
}

.side-slider img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.side-slider-prev-button {
  position: absolute;
  top: 34%;
  left: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-left: 25px;
  font-size: 34px;
  color: #F36721;
}

.side-slider-next-button {
  position: absolute;
  top: 34%;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-size: 34px;
  color: #F36721;
}

/* SIDE SLIDER END, DISCOUNT SLIDER START */

.multi_line {
  border-bottom: 2px solid #F36721;
  border-top: 1px solid #F36721;
  height: 5px;
  margin: 0 auto 20px;
  width: 80px;
}

.discounts {
  background: #f7f8f9;
  padding-top: 50px;
  padding-bottom: 100px;
}

.discounts-slider-container {
  background-color: #fff;
  border-radius: 5px;
  height: 700px;
}

.discounts-slider-header {
  background-color: #F36721;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  height: 78px;
}

.discounts-slider-header h5 {
  font-size: 16px;
  padding: 20px;
  margin-bottom: 0px;
  font-weight: bold;
  width: 300px;
}

.discounts-body {
  height: 400px;
}

.discounts-content {
  height: 145px;
  padding: 20px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.d-content-img{
  width: 34%;
  float: left;
}

.d-content-img img {
  height: 100px;
  object-fit: cover;
  max-width: 100%;
}

.d-content-text {
  width: 59%;
  float: left;
  text-align: center;
}

.d-content-text p {
  font-weight: bold;
}

.new-price {
  color: #F36721;
}

.old-price {
  margin-left: 10px;
  color: #9E9E9E;
}

.discounts-slider1-next-btn{
  position: absolute;
  top: -3px;
  right: 0;
  margin-right: 15px;
  padding: 20px;
}

.discounts-slider1-prev-btn{
  position: absolute;
  top: -3px;
  right: 0;
  margin-right: 40px;
  padding: 20px;
}

.discounts-slider2-next-btn{
  position: absolute;
  top: -3px;
  right: 0;
  margin-right: 15px;
  padding: 20px;
}

.discounts-slider2-prev-btn{
  position: absolute;
  top: -3px;
  right: 0;
  margin-right: 40px;
  padding: 20px;
}

.discounts-slider3-next-btn{
  position: absolute;
  top: -3px;
  right: 0;
  margin-right: 15px;
  padding: 20px;
}

.discounts-slider3-prev-btn{
  position: absolute;
  top: -3px;
  right: 0;
  margin-right: 40px;
  padding: 20px;
}

/* DISCOUNT SLIDER END, FEATURE SECTION START */



.btn-shadow-dark{
  background-color:#211F5E;
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
  color: #fff;
  box-shadow: 0px 18px 13px -6px rgba(0, 0, 0,0.2);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 14px;
}

.btn-shadow-dark:hover{
  box-shadow: 0px 25px 18px -6px rgba(0, 0, 0,0.2);
  background-color: #211F5E;
  color: #fff;
}

.awesome-feature {
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 40px 0 35px;
  transition: all 0.3s ease 0s;
}
.awesome-feature:hover{background: #F36721 none repeat scroll 0 0;}
.awesome-feature-icon span {
    display: block;
    height: 60px;
    margin-left: 10px;
    position: relative;
    width: 60px;
  margin:0 auto;
}
.awesome-feature-icon span:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    border-radius: 60px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.awesome-feature-icon i {
    background-color: #f5f7fa;
    border-radius: 60px;
    color: #4c5462;
    display: inline-block;
    font-size: 24px;
    height: calc(100% - 2px);
    left: 0px;
    line-height: 58px;
    position: relative;
    text-align: center;
    top: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: calc(100% - 2px);
    z-index: 1;
}
.awesome-feature-img{
  width: 40px;
  height: 40px;
}
.awesome-feature:hover .awesome-feature-icon i {
  background-color: #f6f6f6;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.20);
  color: #fff;
}
.awesome-feature:hover .awesome-feature-icon span::after {
  background: #ff5f6d none repeat scroll 0 0;
}
.awesome-feature-details {
  margin-top: 20px;
}
.awesome-feature-details h5 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.awesome-feature-details p {
  margin: 0;
  padding: 0 50px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.awesome-feature:hover .awesome-feature-details h5,.awesome-feature:hover .awesome-feature-details p{color:#fff;}
.awesome-feature-buttons {
  margin-top: 25px;
}
.awesome-feature-buttons .btn{
  width: auto;
  height: 40px;
  padding: 0px 25px;
  border: none;
}

.feature-area {
  background-color: #f7f8f9;
}

/* FEATURE END, WEEKEDEN DISCOUNTS START */


.weekend-discounts {
  background-color: #f7f8f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.weekend-discounts-date {
  color: #F36721;
}

.weekend-slider-content {
  height: 310px;
  width: 220px;
  background-color: #fff;
  display: block;
  margin: 10px 20px 20px 20px;
  border-radius: 10px;
}

.weekend-slider-img {
  height: 160px;
  padding-top: 10px;
}

.weekend-slider-img img {
  max-height: 150px;
  object-fit: cover;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
}

.weekend-slider-text{
  height: 106px;
  padding-top: 30px;
}

.weekend-slider-next-btn {
  width: 50px;
  height: 370px;
  position: absolute;
  z-index: 1;
  background-color: rgba(255,255,255,0.9);
  right: 0;
}

.weekend-slider-next-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
}

.weekend-slider-prev-btn {
  width: 50px;
  height: 370px;
  position: absolute;
  z-index: 1;
  background-color: rgba(255,255,255,0.9);
  left: 0;
}

.weekend-slider-prev-btn i {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 24px;
}

.weekend-discounts-footer {
  background-color: #F36721;
  margin-top: 5px;
  height: 49px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.weekend-discounts-footer span {
  position: relative;
  top: 27%;
}

/* WEEKEND SLIDER END, YESILYAYLA START */

.yesilyayla_area{
  background: #f4f5f6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.yesilyayla_area h3 {
  letter-spacing: 2px;
}

.yesilyayla_area img {
  width: 100%;
  height: auto;
  margin-top: -130px;
}

.has-error {
  border: 1px solid red !important;
}

/* YESILYAYLA END, BRANDS START */

.brands {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f8f9;
}

.brands-content img {
  object-fit: fill;
  height: 140px;
  width: 100%;
  padding: 15px;
}

.brands-slider-prev-btn {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 2;
}

.brands-slider-prev-btn i {
  font-size: 22px;
  z-index: 2;
}

.brands-slider-next-btn {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 2;
}

.brands-slider-next-btn i {
  font-size: 22px;
  z-index: 2;
}


.slider-item-img-container {
  height: 150px;
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto;
}

.slider-item-paragraph {
  margin: 0 auto;
}

.s-r-slider-img img {
  object-fit: scale-down;
  height: 140px;
  width: 50%;
  padding: 15px;
  margin: 0 auto;
}

/* BRANDS END, CONTACT US START */

.contact_us {
  background-color: #f4f5f6;
  padding-bottom: 70px;
}

.contacts_title-ag {
  margin: 0;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-left: 10px;
}

.contacts__link{
  color: #1f4568;
}

.contacts--light {
  color: #8198ae;
}

.contacts__address {
  margin-top: 20px;
  color: #8198ae;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 12px;
  margin-bottom: 17px;
  position: relative;
}

.contacts__address:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #8198ae;
  bottom: 0;
  left: 0;
}
.contacts__info {
  color: #8198ae;
  font-size: 16px;
  margin-bottom: 2px;
}
.contacts__info-link {
  color: #3a9fff;
  text-decoration:none;
}

.form-group {
  margin-bottom: 20px;
  display: table;
  width: 100%;
  position:relative;
}

.form__field {
  height: 50px;
  position:relative;
  border: none;
  padding: 10px 12px;   
  width: 100%;
  border-radius:6px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance:none;
  -o-appearance: none;
  box-shadow: 2px 2px 8px 0px rgba( 0, 0, 0, 0.1 );
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 2;
}

.form__select {
  background-image: url('../icons/down-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-x: 97%;
  width: 100%;
  padding-right: 30px;
  background-position-y: center;
  background-color:#fff;
  color: #000;
}

.form__field--half{
  width:50%;
  float:left;
}

.form__field--half:first-of-type{
  padding-right:15px;
}


.form__textarea{
  height:200px;
}

.btn--up{
  position: absolute;
  bottom: -15px;
  right: 25px;
  z-index: 3;
}

.btn--width{
  width: 120px;
}

/* CONTACT US START, FOOTER START */


footer {
   min-height: 350px;
   background-color: #211F5E;
   font-size: 16px;
   line-height: 2;
   color: rgba(255, 255, 255, 1);
   padding-top: 40px;
   padding-bottom: 20px;
}

footer ul{
  padding: 0px;
}

@media only screen and (max-width: 1200px){
   footer{
      height: 700px;
   }
}

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

footer a {
   color: #FFFFFF;
}

footer h4 {
   font-family: "metropolis-bold", sans-serif;
   font-size: 18px;
   line-height: 1.286;
   text-transform: uppercase;
   letter-spacing: .25rem;
   color: #FFFFFF;
   margin-top: 0;
   position: relative;
   padding-bottom: 30px;
}

footer h4::after {
   content: "";
   display: block;
   height: 1px;
   width: 120px;
   background-color: rgba(255, 255, 255, 0.1);
   position: absolute;
   left: 0;
   bottom: 0;
}

/* -------------------------------------------------------------------
 * ## footer link list
 * ------------------------------------------------------------------- */
.s-footer__linklist {
   list-style: none;
   margin-left: 0;
}

.s-footer__linklist a {
   color: rgba(255, 255, 255, 1);
}

.s-footer__linklist li {
   padding-left: 0;
}


/* -------------------------------------------------------------------
 * ## subscribe form
 * ------------------------------------------------------------------- */
.s-footer__subscribe .subscribe-form {
   margin: 0;
   padding: 0;
   position: relative;
}

.s-footer__subscribe #mc-form {
   width: 100%;
}

.s-footer__subscribe #mc-form input[type="email"] {
   width: 100%;
   height: 50px;
   font-size: 16px;
   background: center no-repeat, rgba(0, 0, 0, 0.1);
   background-size: 24px 16px, auto;
   margin-bottom: 1.8rem;
   color: rgba(255, 255, 255, 1);
   border-radius: 3px;
   border: 1px solid rgba(255,255,255, .4);
   padding-left: 10px;
}

.s-footer__subscribe #mc-form input[type="email"]:hover, 
.s-footer__subscribe #mc-form input[type="email"]:focus {
   color: #FFFFFF;
}

.s-footer__subscribe #mc-form input[type="email"]::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

.s-footer__subscribe #mc-form input[type="email"]:-moz-placeholder {
   color: rgba(255, 255, 255, 0.7);  /* Firefox 18- */
}

.s-footer__subscribe #mc-form input[type="email"]::-moz-placeholder {
   color: rgba(255, 255, 255, 0.7);  /* Firefox 19+ */
}

.s-footer__subscribe #mc-form input[type="email"]:-ms-input-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

.s-footer__subscribe #mc-form input[type="email"].placeholder {
   color: rgba(255, 255, 255, 0.2) !important;
}

.s-footer__subscribe #mc-form input[type=submit] {
   position: absolute;
   top: 0;
   right: 0;
   color: #FFFFFF;
   height: 50px;
   background: #F36721;
   border-color: #F36721;
   border-radius: 0 3px 3px 0;
   padding: 10px 20px 10px 20px;
}

.s-footer__subscribe #mc-form label {
   color: #FFFFFF;
   font-family: "metropolis-regular", sans-serif, sans-serif;
   font-size: 1.3rem;
   padding: 0 2rem;
}

.s-footer__subscribe #mc-form label i {
   padding-right: 6px;
}

/* SLICK SLIDER CUSTOMIZATION */

.slick-dots {
  padding: 20px 0px 0px 0px;
  text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #F36721;
}

/* SLICK CUSTOMIZATION END, BLOG START */

.page-top {
  width: 100%;
  height: 50px;
  border-top: 1px solid rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.page-top h5{
  height: 50px;
  padding-left: 0px;
  margin-left: -5.5px;
  margin-top: 12px;
  color: #424242;
}

.card-img-top {
  height: 280px;
  object-fit: fill;
}

.page-top a {
  color: #000;
}

.page-top p {
  margin-top: 15px;
  font-size: 12px;
}

.blog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-item {
  padding-bottom: 25px;
}

.blog .card {
  border: none;
}

.blog .card-text {
  padding-bottom: 20px;
}

.blog .card-title {
  color: #F36721;
  padding-top: 30px;
}

/* BLOG END, MEDIA SETTINGS START */

/* KURUMSAL START */
.kurumsal-container {
  background-color: #F7F8F9;
  min-height: 600px;
}

.kurumsal-container td {
  font-size: 14px;
}

.sidebar {
  height: 400px;
  background-color: #fff;
  padding-top: 20px;
  margin-top: 40px;
}
.sidebar-header {
  color: #212121;
}
.sidebar-list a{
  color: #777;
  display: inline-block;
  font-size: 12px;
  padding: 11px 2px;
  text-transform: uppercase;
}

.sidebar-list ul {
  list-style: none; /* Remove default bullets */
}

.sidebar-list ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F36721; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.kalite-slider img {
  display: inline !important;
}

.km-container {
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
}

.km-header img {
  width: 60%;
  height: auto;
  object-fit: cover;
  margin-top: 15px;
}

.km-footer {
  margin-top: 30px;
  background-color: rgba(0,0,0,0.3);
}

.km-footer a {
  color: #000;
}

.forest-slider img {
  display: inline !important;
}

/* km END */

.easyPaginateNav {
  text-align: center;
  width: 100% !important;
}

.easyPaginateNav a {
  padding: 10px;
  width: 40px;
  height: 40px;
}

.easyPaginateNav a.current {
  font-weight:bold;
  text-decoration:underline;
}

.first {
  border: 1px solid rgba(0,0,0,0.3);
  border-right: 0px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.prev {
  border: 1px solid rgba(0,0,0,0.3);
}

.last {
  border: 1px solid rgba(0,0,0,0.3);
  border-left: 0px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.next {
  border: 1px solid rgba(0,0,0,0.3);
  border-left: 0px;
}

.page {
  border: 1px solid rgba(0,0,0,0.3);
  border-left: 0px;
}



.iletisim .awesome-feature:hover i {
  color: #F36721;
}

.magaza-container .sidebar {
  height: auto;
  max-height: 2500px;
}

/* GO TO TOP BUTTON */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #F36721;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 17px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


#try-online {
    position: fixed;
    bottom: 25px;
    right: 100px;
    background: #F36721;
    width: 200px;
    height: 40px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 105;
    font-size: 14px;
}

#try-online-text {
  position: relative;
  top: 10px;
  color: #fff;
}

#close-button {
  position: relative;
  top: -28px;
  left: 185px;
  width: 20px;
  height: 20px;
  background: #211f5f;
  border-radius: 100px;
}

#close-button i {
  color: #fff;
  font-size: 16px;
}

/* GO TO TOP END */

.ss-bck-btn {
  position: absolute;
  width: 50px;
  height: 30px;
  background: #F36721;
  border-radius: 5px;
}

.ss-bck-btn i {
  color: #fff;
  padding-top: 7px;
}

.blog_style1 {
  height: 400px;
  margin: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.blog_style1 .blog_text{
  padding-left: 50px;
  padding-right: 50px;
}

.blog_img {
  margin-top: 10px;
}

.blog_style1 .img-fluid {
  height: 250px;
  margin: 0 auto;
}

article {
  display: block;
}

.blog_style1 .blog_text .blog_text_inner {
  background: #fff;
  position: relative;
  margin-top: 0px;
  padding: 20px 20px 5px 20px;
  border-bottom: 2px solid #F36721;
}

.blog_style1 .blog_text .blog_text_inner h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #222;
  padding-right: 20px;
  margin-bottom: 15px;
}

.blog_style1 .blog_text .blog_text_inner p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  margin-bottom: 22px;
}

.datetime {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.datetime button {
  background: #fff;
  color: #000;
  border: none;
}

.datetime button::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  margin-top: -10px;
}

.datetime button:hover {
  background: #fff;
  color: #000;
  cursor: default !important;
}

.badge-for-mobile {
  display: none;
  background-color: #F36721;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  padding: 11px;
}

.badge-for-mobile a {
  color: #fff;
  text-decoration: underline;
}

.online-shopping-big-badge{
  padding: 0px;
}

.online-shopping-big-badge .row {
  margin: 0px;
}

.download-images {
  width: 180px;
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .for-media {
    margin-top: 20px;
    left: 25%;
  }
}

@media only screen and (max-width: 600px){
   .discounts-slider-container{
      margin-bottom: 20px;
   }

   .slider-item-img-container{
    width: 87%;
  }

  footer {
    text-align: center;
  }

  footer h4::after {
    width: 100%;
  }

  .main-slider img {
    height: 200px;
  }

  .next-button {
    top: 40%;
  }

  .prev-button {
    top: 40%;
    margin-right: 0px;
  }

  .online-shopping-badge {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .blog_style1 {
    height: 550px;
  }

  .online-shopping-mobile {
    display: block;
    margin-right: 65px;
    margin-top: 10px;
    background-color: #F36721;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }

  .online-shopping-mobile i {
    margin-top: 6px;
    font-size: 14px;
  }

  .card-img-top {
  height: 240px;
  }

  .weekend-slider-next-btn {
    width: 50px;
  }

  .weekend-slider-prev-btn {
    width: 50px;
  }
}

@media only screen and (max-width: 968px){
  .online-shopping-badge {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .online-shopping-mobile {
    display: none;
  }

  .online-shopping-mobile i {
    margin-top: 6px;
    font-size: 14px;
  }

  .badge-for-mobile {
    display: inline-block;
  }

  .download-images {
    width: 100px;
  }
}

.el-element-overlay .el-card-item {
  position: relative;
  padding-bottom: 20px;
}

.el-overlay-1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.el-card-avatar {
  margin-bottom: 20px;
}

.el-overlay-1 img {
  display: block;
  position: relative;
  transition: all .4s linear;
  width: 100%;
}

.el-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,.7);
  transition: all .4s linear;
}

.el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
}

.el-card-content {
  text-align: center;
  margin-bottom: 15px;
}

#hero {
  height: 800px;
  overflow: hidden;
  position: relative;
}

#content {
  background-color: rgba(44, 79, 45, 0.9);
}

.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: fixed;
  z-index: -1;
}

.first-section {
  padding: 50px 0 20px 0;
  text-align: center;
}

#hero, .layer {
  min-height: 800px;
}

.layer-bg {
  background-image: url("https://images.unsplash.com/photo-1501810410919-23949f221ca1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80");
}

.layer-2 {
  background-image: url("");
  text-align: center;
}

.forest-text {
  position: relative;
  top: 40%;
}

.forest-text p {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.layer-overlay {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_overlay.png\a    ");
}

  .banner {
            display: block;
            display: flex;
              position: fixed;
            
            
            width: 100%;
            z-index: 99;
            background-color: #F36721;
            color: white;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
            padding: 10px;
            box-sizing: border-box;
        }

        .banner.show {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        @media only screen and (min-width: 1025px) {
            .banner {
                display: none !important;
            }
            .padSldTop{
    padding-top: 10px !important;
}
        }
      .padSldTop{
    padding-top: 60px ;
}
        .banner .icon {
            display: flex;
            align-items: center;
        }

        .banner .icon img {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

        .banner .text {
            flex-grow: 1;
        }

        .banner .buttons {
            display: flex;
            align-items: center;
        }

        .banner .button {
            margin-left: 10px;
            background-color: white;
            color: #F36721;
            text-decoration: none;
            font-weight: 600;
            border: none;
            border-radius: 5px;
           padding: 8px 15px;
            cursor: pointer;
            font-size: 14px;
        }

        .banner .close {
            font-size: 30px;
            color: white;
            background: none;
            margin-top: 0px !important;
            padding: 12px;
            border: none;
            cursor: pointer;
        }