
[data-control=""], [data-control="0"] {
    display: none !important;
  }
  
  [data-stok] {
    display: none !important;
  }
  
  [data-stok="0"], [data-stok=""] {
    display: flex !important;
  }
  
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .col-xs-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
  }
  
  @media (min-width: 1500px) {
    .container {
      max-width: 1366px;
    }
  }
  
  @media (min-width: 768px) {
    .col-sm-15 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      float: left;
    }
  }
  
  @media (min-width: 992px) {
    .col-md-15 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      float: left;
    }
  }
  
  @media (min-width: 1200px) {
    .col-lg-15 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      float: left;
    }
  }
  
  table.sepet th {
    color: #fff;
    background-color: #000000;
    line-height: 20px;
    font-weight: 500;
  }
  
  table.sepet th, table.sepet td {
    padding: .5em !important;
    font-size: 15px;
    height: auto;
  }
  
  table.sepet td.liste-adres_duzenle .textBox:after,
  table.sepet td.liste-adres_sil .textBox:after,
  table.sepet td.liste-siparis_detaylar .textBox:after,
  table.sepet td.liste-iptal .textBox:after,
  table.sepet td.liste-degistir .textBox:after,
  table.sepet td.liste-siparis_tekrarla .textBox:after {
    color: #000000;
  }
  
  .sf-neutral-button {
    background: #000000;
    border-bottom: 2px solid #000000;
    width: auto;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0px 15px;
  }
  
  .sf-neutral-button:hover {
    background: #000000;
    border-bottom: 3px solid #000000;
  }
  
  
  .powered-by {
    display: none;
  }
  
  .banner-item {
    margin-bottom: 20px;
  }
  
  html {
    font-size: 13px;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    position: relative;
    font-weight: 500;
    background-color: #fff;
    color: #515151;
  
  }
  
  
  a:hover {
    color: #f07320;
  }
  
  img, legend {
    border: 0
  }
  
  header, footer, section, aside, hgroup, time, figure, figcaption, article, mark, nav, ruby, summary, video, details, dialog, main, mark, wbr {
    display: block
  }
  
  * {
    outline: none !important
  }
  
  a {
    text-decoration: none
  }
  
  a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none
  
  }
  
  a:hover {
    color: #f27320;
  }
  
  img {
    height: auto;
    max-width: 100%
    align-items: center;
  }
  
  ul, li {
    list-style: none;
    margin: 0;
    padding: 0
  }
  
  form {
    display: block;
  }
  
  button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer
  }
  
  h1, .h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem
  }
  
  h2, .h2 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem
  }
  
  h3, .h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem
  }
  
  h4, .h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem
  }
  
  h5, .h5 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem
  }
  
  h6, .h6 {
    font-size: 1.2rem;
    margin-bottom: 15px
  }
  
  
  .header-top-box {
    background-color: #0820af;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 19px;
  }
  
  .header-top-nav-box {
    background-color: #f6f6f6;
    padding: 15px 0px;
  }
  
  .header-top-nav-box nav {
  
  }
  
  .header-top-nav-box nav a {
    border-right: 1px dashed #ddd;
    display: inline-block;
    line-height: 35px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  
  }
  
  .header-top-nav-box nav a:nth-child(5) {
    border-right: 0px;
  }
  
  .header-top-nav-box nav a:nth-child(1) {
    padding-left: 0px;
  }
  
  
  .header-top-nav-box form {
    float: right;
  }
  
  .header-top-nav-box form select {
    font-weight: 600;
    background-color: #e9e3e3;
    border: 1px solid #f4ecec;
    padding: 0px 10px;
    font-size: 13px;
    height: 36px;
    color: #8d8775;
  }
  
  .header-bottom-box {
    padding: 15px 0px;
  }
  
  .header-bottom-box.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 15px #00000063;
    padding: 7.5px 0px;
  }
  
  .header-bottom-box form button {
    border: 0;
    padding: 15px;
    background-color: transparent;
    color: #222529;
    font-size: 16px;
  }
  
  .header-bottom-box form input::placeholder {
    font-style: normal;
    color: #222529;
  }
  
  .header-bottom-box form input {
    width: 100%;
    border: 0;
    padding: 10px 15px;
  }
  
  .header-bottom-box form {
    display: flex;
    flex: 1 1 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #0000002e;
    width: 75%;
    margin: auto;
    float: right;
    margin-right: 35px;
    margin-top: 10px;
  }
  
  
  .header-bottom-box nav {
    display: flex;
    align-items: center;
    padding-left: 15px;
    border-left: 1px solid #ddd;
  }
  
  .header-bottom-box nav a {
    display: flex;
    padding: 10px 0px;
    flex: 1;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .header-bottom-box nav a:nth-child(3) b {
    position: absolute;
    margin-left: 28px;
    width: 20px;
    height: 20px;
    background-color: #bc9a74;
    border-radius: 100%;
    line-height: 20px;
    color: #fff;
    top: 0px;
    font-size: 12px;
    font-weight: 200;
  }
  
  .header-bottom-box nav a:nth-child(3) {
    position: relative;
  }
  
  .header-bottom-box nav a svg {
    width: 27px;
    display: block;
    clear: both;
    margin: auto;
    fill: #121212;
    height: auto;
  }
  
  .header-bottom-box nav a:hover svg {
    fill: #bc9a74;
  }
  
  .header-bottom-box nav a span {
    flex: 1 1 100%;
    color: #bc9a74;
    padding-top: 5px;
  }
  
  
  .header-nav-box {
    background-color: #24211d;
    background-image: url("../images/arkaplan.jpg");
  }
  
  .header-nav-box .header-menu {
    display: flex;
    align-items: center;
    padding: 10px 0px;
  }
  
  .header-nav-box .header-menu > li {
    flex: auto;
    border-right: 1px solid #767270;
    padding-left: 2.5px;
  }
  
  .header-nav-box .header-menu > li > a {
    color: #dfdfdf;
    line-height: 34px;
    display: block;
    padding-right: 2.5px;
    text-align: center;
  }
  
  .header-nav-box .header-menu > li > a .fa {
    margin-left: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 0px;
    top: 2px;
    position: relative;
  }
  
  .header-nav-box .header-menu > li:hover > a {
    color: #fff;
  }
  
  .header-nav-box .header-menu > li:last-child {
    border: 0;
  }
  
  
  .header-nav-box .header-menu > li:hover > div {
    display: block;
  }
  
  .header-category-panel-menu-drop {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0px;
    border-top: 11px solid transparent;
    display: none
  }
  
  .header-category-panel-menu-drop > div {
    background-color: #fff;
    padding: 25px;
    box-shadow: 5px 0px 10px #00000054;
  }
  
  .header-category-panel-menu-drop .mega-content > li > a {
    display: none;
  }
  
  .header-category-panel-menu-drop .mega-content > li > a.menu-title {
    font-size: 15px;
    margin-bottom: 1.5px;
    color: #0821af;
    margin-top: 7px;
    display: block;
  }
  
  .header-category-panel-menu-drop .mega-content > li > a.menu-title:hover {
    color: #000;
  }
  
  
  .header-category-panel-menu-drop .mega-content > li > a.menu-title:after, .header-category-panel-menu-drop .mega-content > li > a:last-child:after {
    display: none
  }
  
  .header-category-panel-menu-drop .mega-content > li > a {
    font-size: 12px;
    display: inline-block;
    text-align: left;
    padding: 0px;
    color: #000;
    font-weight: 400;
  }
  
  .header-category-panel-menu-drop .mega-content > li > a:after {
    content: ",";
    display: inline;
    position: static;
    color: #484848;
  }
  
  .header-category-panel-menu-drop .mega-content > li {
    flex: 0 0 50%;
    width: 50%;
  }
  
  .header-category-panel-menu-drop .mega-content {
    display: flex;
    flex-wrap: wrap;
  }
  
  .header-category-panel-menu-drop .header-category-panel-menu-banner {
    padding: 5px;
    display: inline-block;
    float: left;
    width: 50%;
  }
  
  .header-category-panel-menu-drop .header-category-panel-menu-banner img {
  
  }
  
  
  .col-product-item {
    border: 1px solid #dddddd;
  }
  
  .section-kategorigoster-box .col-product-item {
  
    margin-bottom: 16px;
  }
  
  .col-product-item:hover {
    border: 1px solid #fdedc7;
    box-shadow: -0.052px 3px 11.04px 4.96px rgba(0, 0, 0, 0.18);
  }
  
  .col-product-item:hover .col-product-item-button {
  
    opacity: 1;
    visibility: visible;
  }
  
  .col-product-item-image-content {
  
  }
  
  .col-product-item-image-content a {
    display: block;
  }
  
  .col-product-item-image-content a img {
    width: 100%;
  }
  
  .col-product-item-image-content a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .col-product-item:hover .col-product-item-image-content a img.img-cover {
    opacity: 1;
  }
  
  .col-product-item-image-content a img.img-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  
  .col-product-item-title {
    padding: 10px 15px;
  }
  
  .col-product-item-title a {
    color: #3a3939;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 200;
  }
  
  .col-product-item-star {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .col-product-item-star .fa {
    color: #a6a6a6;
    font-size: 15px;
    padding: 0px 2.5px;
  }
  
  .col-product-item-price {
    display: flex;
    justify-content: center;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  
  
  .col-product-item-price div:nth-child(1) {
    background-image: -moz-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    padding: 5px;
    text-align: center;
    color: #665642;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 7.5px;
  }
  
  .col-product-item-price div:nth-child(1) small {
    display: block;
  }
  
  .col-product-item-price div:nth-child(2) {
    line-height: 21px;
  }
  
  .col-product-item-price div:nth-child(2) ins {
    display: block;
    color: #000000;
    font-size: 21px;
    text-decoration: none;
    font-weight: 600;
  }
  
  .col-product-item-price div:nth-child(2) del {
    display: block;
    color: #8c8c8c;
    font-size: 17px;
    font-weight: 500;
  }
  
  
  .col-product-item-button {
    display: flex;
    opacity: 0;
    visibility: hidden;
  }
  
  .col-product-item-button div {
    flex: 1;
  }
  
  .col-product-item-button div:nth-child(1) {
    flex: 0 0 42px;
  }
  
  .col-product-item-button i {
    display: block;
    padding: 20px 21px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .col-product-item-button .icon-heart {
    background-color: #c5c5c5;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -28 512.001 512' xmlns='http://www.w3.org/2000/svg' id='heart' fill='%23fdfdfd'%3E%3Cpath d='m256 455.515625c-7.289062 0-14.316406-2.640625-19.792969-7.4375-20.683593-18.085937-40.625-35.082031-58.21875-50.074219l-.089843-.078125c-51.582032-43.957031-96.125-81.917969-127.117188-119.3125-34.644531-41.804687-50.78125-81.441406-50.78125-124.742187 0-42.070313 14.425781-80.882813 40.617188-109.292969 26.503906-28.746094 62.871093-44.578125 102.414062-44.578125 29.554688 0 56.621094 9.34375 80.445312 27.769531 12.023438 9.300781 22.921876 20.683594 32.523438 33.960938 9.605469-13.277344 20.5-24.660157 32.527344-33.960938 23.824218-18.425781 50.890625-27.769531 80.445312-27.769531 39.539063 0 75.910156 15.832031 102.414063 44.578125 26.191406 28.410156 40.613281 67.222656 40.613281 109.292969 0 43.300781-16.132812 82.9375-50.777344 124.738281-30.992187 37.398437-75.53125 75.355469-127.105468 119.308594-17.625 15.015625-37.597657 32.039062-58.328126 50.167969-5.472656 4.789062-12.503906 7.429687-19.789062 7.429687zm-112.96875-425.523437c-31.066406 0-59.605469 12.398437-80.367188 34.914062-21.070312 22.855469-32.675781 54.449219-32.675781 88.964844 0 36.417968 13.535157 68.988281 43.882813 105.605468 29.332031 35.394532 72.960937 72.574219 123.476562 115.625l.09375.078126c17.660156 15.050781 37.679688 32.113281 58.515625 50.332031 20.960938-18.253907 41.011719-35.34375 58.707031-50.417969 50.511719-43.050781 94.136719-80.222656 123.46875-115.617188 30.34375-36.617187 43.878907-69.1875 43.878907-105.605468 0-34.515625-11.605469-66.109375-32.675781-88.964844-20.757813-22.515625-49.300782-34.914062-80.363282-34.914062-22.757812 0-43.652344 7.234374-62.101562 21.5-16.441406 12.71875-27.894532 28.796874-34.609375 40.046874-3.453125 5.785157-9.53125 9.238282-16.261719 9.238282s-12.808594-3.453125-16.261719-9.238282c-6.710937-11.25-18.164062-27.328124-34.609375-40.046874-18.449218-14.265626-39.34375-21.5-62.097656-21.5zm0 0'/%3E%3C/svg%3E");
    fill: #ffffff;
  }
  
  .col-product-item-button .icon-bag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='package' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' fill='%234c4c4c'%3E%3Cg%3E%3Cg%3E%3Cpath d='M458.737,422.218l-22.865-288.115C434.448,115.54,418.749,101,400.133,101h-45.162v-2.03 c0-54.573-44.397-98.97-98.969-98.97c-54.572,0-98.969,44.397-98.969,98.969v2.03h-45.162c-18.617,0-34.316,14.54-35.736,33.064 L53.262,422.257c-1.77,23.075,6.235,46.048,21.961,63.026C90.949,502.261,113.242,512,136.385,512h239.232 c23.142,0,45.436-9.738,61.162-26.717C452.504,468.304,460.509,445.332,458.737,422.218z M187.022,98.969 c0-38.035,30.945-68.979,68.979-68.979s68.979,30.945,68.979,68.979v2.03H187.022V98.969z M414.777,464.905 c-10.218,11.03-24.124,17.105-39.16,17.105H136.386c-15.036,0-28.942-6.075-39.16-17.105 c-10.217-11.031-15.211-25.363-14.063-40.315l22.87-288.195c0.232-3.032,2.796-5.406,5.837-5.406h45.162v36.935 c0,8.281,6.714,14.995,14.995,14.995c8.281,0,14.995-6.714,14.995-14.995v-36.935h137.959v36.935 c0,8.281,6.714,14.995,14.995,14.995c8.281,0,14.995-6.714,14.995-14.995v-36.935h45.162c3.041,0,5.604,2.374,5.84,5.446 l22.865,288.115C429.988,439.542,424.993,453.873,414.777,464.905z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-color: #ecdcb4;
    display: block;
    fill: #4c4c4b;
    margin-right: 7.5px;
  }
  
  .col-product-item-button button {
    display: flex;
    align-items: center;
    border: 0px;
    background-image: -moz-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -webkit-linear-gradient(
            40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
  }
  
  .col-product-item-transfer {
    background-color: #fafafa;
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }
  
  .col-product-item-transfer div {
    color: #8bc34a;
    font-weight: 300;
  }
  
  
  .slick-slider-box header, .brand-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 16px;
  }
  
  .slick-slider-box header h3, .brand-box-header h3 {
    margin: 0;
    flex: 1;
    color: #182756;
    font-weight: 400;
    font-size: 24px;
  }
  
  .slick-slider-box header h3 color, .brand-box-header h3 color {
    font-weight: 600;
  }
  
  .slick-slider-box header a, .brand-box-header a {
    font-weight: bold;
    color: #cdb599;
  }
  
  .slick-slider-box footer {
    margin: 0px -10px;
  }
  
  .slick-slider-box .slick-dots {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  
  .slick-slider-box .slick-dots li button {
    background-color: #cbcbcb;
    border: 0;
    margin: 0px 3.5px;
    border-radius: 100%;
    text-indent: 999px;
    overflow: hidden;
    width: 15px;
    height: 15px;
  }
  
  .slick-slider-box .slick-dots .slick-active button {
    border-radius: 16px;
    background-image: -moz-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    width: 25px;
  
  }
  
  
  [data-slick="main-slick"] {
    margin: 16px 0px 34px;
  }
  
  [data-slick="main-slick"] img {
    width: 100%;
  }
  
  [data-slick="main-slick"] .slick-prev, [data-slick="main-slick"] .slick-next {
    border: none;
    padding: 0;
    cursor: pointer;
    top: 0;
    position: absolute;
    top: 50%;
    font-size: 45px;
    background-color: #a2a2a2;
    width: 35px;
    z-index: 9;
    color: #fff
  }
  
  [data-slick="main-slick"] .slick-prev {
  
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    left: 0px;
    line-height: 69px;
  
  }
  
  [data-slick="main-slick"] .slick-next {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    right: 0px;
    line-height: 69px;
  
  }
  
  [data-slick="main-slick"] .slick-next .fa {
    margin-right: -16px;
  }
  
  [data-slick="main-slick"] .slick-prev .fa {
    margin-left: -16px;
  }
  
  .banner-four-box {
  
  }
  
  .banner-four-box-title {
    text-align: center;
    display: block;
    color: #000000;
    font-size: 24px;
    margin: 30px 0px;
    font-weight: 400;
  }
  
  .banner-four-box-title color {
    font-weight: 600;
  }
  
  
  .banner-four-box-item {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 16px;
  }
  
  .banner-four-box-item img {
    transition: transform .5s ease;
  }
  
  .banner-four-box-item:hover img {
    transform: scale(1.2);
  }
  
  .d-flex-banner {
    position: relative;
    overflow: hidden;
  }
  
  .d-flex-banner img {
    transition: transform .5s ease;
  }
  
  .d-flex-banner:hover img {
    transform: scale(1.2);
  }
  
  
  .banner-four-box-item h4 {
    position: absolute;
    top: 0;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #0000;
    color: #fff;
  }
  
  
  .icon-box {
  
  }
  
  .icon-box .icon-box-title.v2 {
    margin-top: 30px;
  }
  
  .icon-box .icon-box-title {
    color: #182756;
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 400;
  }
  
  .icon-box .icon-box-title span {
    display: block;
    font-size: 16px;
  }
  
  .icon-box .icon-box-title color {
    font-weight: 600;
  }
  
  .icon-box-item {
    display: flex;
    align-items: center;
    color: #474747;
    margin-bottom: 16px;
  }
  
  .icon-box-item span {
    font-size: 12px;
    padding-left: 7.5px;
    line-height: 15px;
  }
  
  .icon-box .icon {
    background-image: url(../images/icon-sprite.png);
    width: 35px;
    height: 40px;
    display: block;
  }
  
  .icon-box .icon.icon-1 {
    background-position: 0px 0px;
  }
  
  .icon-box .icon.icon-2 {
    background-position: -36px 0px;
  }
  
  .icon-box .icon.icon-3 {
    background-position: -78px 0px;
  }
  
  .icon-box .icon.icon-4 {
    background-position: -120px 0px;
  }
  
  .icon-box .icon.icon-5 {
    background-position: -160px 0px;
  }
  
  .icon-box .icon.icon-6 {
    background-position: -207px 0px;
  }
  
  .icon-box .icon.icon-7 {
    background-position: 0px -48px;
  }
  
  .icon-box .icon.icon-8 {
    background-position: -36px -48px;
  }
  
  .icon-box .icon.icon-9 {
    background-position: -78px -48px;
  }
  
  .icon-box .icon.icon-10 {
    background-position: -120px -48px;
  }
  
  .icon-box .icon.icon-11 {
    background-position: -160px -48px;
  }
  
  .icon-box .icon.icon-12 {
    background-position: -207px -48px;
  }
  
  
  .brand-box {
    border: 1px dashed #e0e0e0;
    border-left: 0px;
    border-right: 0px;
    padding: 10px;
  
  
  }
  
  .brand-box [data-slick="brand-slick"] .slick-brand-item {
    padding: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 7.5px;
  }
  
  .brand-box [data-slick="brand-slick"] .slick-prev, .brand-box [data-slick="brand-slick"] .slick-next {
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 15px);
    background-color: #fff;
    font-size: 24px;
    height: 35px;
    color: #959494;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
    width: 35px;
    line-height: 0px;
    border-radius: 100%;
  }
  
  .brand-box [data-slick="brand-slick"] .slick-prev {
    left: -35px;
  }
  
  .brand-box [data-slick="brand-slick"] .slick-next {
  
    right: -35px;
  }
  
  
  .footer-newsletter {
    background-image: url(../images/arkaplan.jpg);
    background-color: #2b2b2b;
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px 0px;
    margin: 30px 0px 30px;
  }
  
  .newsletter-content form {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 2.5px;
    border-radius: 26px;
    overflow: hidden;
    margin: 5px 0px;
  }
  
  .newsletter-content form button {
    background-color: #e1c68f;
    flex: 0 0 125px;
    border-radius: 26px;
    padding: 10px;
    border: 0px;
    color: #fff;
    font-size: 16px;
  }
  
  .newsletter-content form input {
    width: 100%;
    padding: 10px;
    border: 0px;
    padding-left: 15px;
  }
  
  .newsletter-content p {
    font-size: 14px;
    color: #a0a0a0;
    margin: 0px;
    padding-left: 15px;
    font-weight: 100;
  }
  
  .bank-icon {
    margin-top: 25px;
  }
  
  .footer-contact {
  
  }
  
  .footer-contact . {
  
  }
  
  .footer-contact h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .footer-contact ul {
    margin-bottom: 35px;
  }
  
  .footer-contact ul li {
  
  }
  
  .footer-contact ul li a {
    display: block;
    line-height: 27px;
  
  }
  
  .footer-contact p {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
  }
  
  .footer-info .footer-info-title {
    float: none;
  }
  
  .footer-info h4 {
    float: right;
    clear: both;
    font-size: 19px;
    color: #373737;
    margin: 0px;
    margin-bottom: 7.5px;
  }
  
  .footer-info p {
    margin-bottom: 7.5px;
    text-align: right;
    clear: both;
    font-size: 13px;
    clear: both;
    padding-left: 25%;
  }
  
  .footer-info figure {
    float: right;
  }
  
  .footer-info nav {
    float: right;
    clear: both;
  }
  
  .footer-info p b {
    font-weight: 700;
    margin-right: 5px;
  }
  
  .footer-info nav.follow-us {
    margin-bottom: 16px;
  }
  
  .footer-info nav.follow-us a:hover img {
    opacity: .9;
  }
  
  .footer-info .business-partners {
    float: right;
    clear: both;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  
  .footer-info .business-partners a {
    display: flex;
    padding: 5px;
    align-items: center;
    border: 1px solid #fff;
    margin: 1.5px;
    height: 50px;
  }
  
  .footer-info .business-partners a:hover {
    border: 1px solid #ddd;
  }
  
  .footer-info .business-partners a img {
    width: 93%;
    height: auto;
  }
  
  
  .bank-account {
    margin-top: 2.5px;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  
  .bank-account a {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 2.5px;
    margin-bottom: 15px;
  }
  
  .bank-account p {
    font-size: 11px;
    padding-left: 0px;
    text-align: left;
  }
  
  
  [data-slick="gallery-slick"] .slick-prev, [data-slick="gallery-slick"] .slick-next {
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 15px);
    background-color: #fff;
    font-size: 24px;
    height: 35px;
    color: #959494;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
    width: 35px;
    line-height: 0px;
    border-radius: 100%;
    z-index: 9;
  }
  
  [data-slick="gallery-slick"] .slick-prev {
    left: 15px;
  }
  
  [data-slick="gallery-slick"] .slick-next {
  
    right: 15px;
  }
  
  
  .footer-seo-widgets {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    padding: 30px 0px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e7e7e7;
  
  }
  
  .footer-seo-widgets .footer-seo-content {
    height: 125px;
    color: #666666;
    overflow: hidden;
  }
  
  .footer-seo-widgets .footer-seo-content.active {
    height: auto;
  }
  
  .footer-seo-widgets .footer-seo-link {
    margin: auto;
    border: 1px solid #e1e1e1;
    display: table;
    margin: auto;
    margin-top: 25px;
    margin-bottom: -50px;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 26px;
    color: #8a8a8a;
  }
  
  
  [data-slick="product-lite-slick"] .slick-track {
    padding-top: 15px;
  }
  
  
  .productOrder > div:nth-child(1) {
    margin-bottom: 16px;
    display: flex;
    margin-top: 16px;
    align-items: center;
  }
  
  .productOrder > div:nth-child(3) {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 9%);
  }
  
  .productOrder > div > div:nth-child(1) {
    display: flex;
    align-items: center;
    color: #5a5a5a;
    flex: 1 1 100%;
  }
  
  .productOrder > div > div:nth-child(1) .fa {
    margin-right: 7px;
  }
  
  .productOrder > div > div:nth-child(1) select {
    width: 100%;
    border: 0;
    padding: 5px;
    color: #8c7247;
  }
  
  .productOrder > div > div:nth-child(2) {
    flex: auto;
  }
  
  .productOrder > div > div:nth-child(3) {
    flex: auto;
    box-shadow: -0.105px 5.999px 41.28px 1.72px rgb(0 0 0 / 11%);
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #5a5a5a;
    font-size: 15px;
  }
  
  .productOrder > div > div:nth-child(3) select {
    width: 100%;
    margin: 0px !important;
    border: 0px !important;
    padding: 5px !important;
  }
  
  
  .cat-filter-bar {
    position: relative;
    top: 0px;
    margin-left: 0px;
    width: 100%;
  }
  
  .cat-filter-box {
    float: inherit;
    margin-left: 0px;
    margin-top: 0px;
    width: auto;
  }
  
  .cat-filter-box label:after {
    display: none
  }
  
  .cat-filter-box label {
    font-size: 14px;
    font-weight: normal;
    color: #2d2d2d;
    margin-top: 3px;
    float: left;
    position: relative;
    background-image: none;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 0px;
    line-height: 0px;
    margin-right: 16px;
  }
  
  .cat-filter-box label:before {
    content: "";
    width: 25px;
    height: 15px;
    display: block;
    border: 0px;
    margin-right: 7.5px;
    background-color: #617d8a;
    border-radius: 26px;
  }
  
  .cat-filter-box label:after {
    background-color: #fafafa !important;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 0px;
    margin-right: 7.5px;
    border-radius: 26px;
    background-image: none !important;
    z-index: 1;
    display: block;
    left: 2px;
    top: 2px;
    opacity: 1;
  }
  
  .cat-filter-bar input[type="checkbox"]:checked + label:after {
  
    left: 11px;
  }
  
  
  
  
  
  .widget-boxed .widget-boxed-header {
    display: block;
    width: 100%;
  }
  
  .widget-boxed .widget-boxed-header h4 {
    font-size: 18px;
    color: #cbb490;
  }
  
  .widget-boxed .widget-boxed-header h4 .fa {
    float: right;
    color: #b8b8b8;
    font-size: 21px;
  }
  
  .widget-boxed-body input {
    display: none;
  }
  
  .widget-boxed-body label {
    color: #464d5f;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    align-items: center;
  }
  
  .widget-boxed-body label:before {
    margin-right: 5px;
    content: "";
    width: 15px;
    border: 1px solid #ddd;
    height: 15px;
    display: block;
  }
  
  .widget-boxed-body input:checked + label {
    color: #f08924;
  }
  
  .widget-boxed-body input:checked + label:before {
    border-color: #f08924;
    background-color: #f8f8f8;
  }
  
  .sidebar-box .spbanner {
    margin-bottom: 16px;
  }
  
  .sidebar-box .spbanner a {
    display: block;
  }
  
  .sidebar-box .spbanner a img {
    width: 100%;
  }
  
  .sidebar-box {
    position: sticky;
    top: 0px;
    padding-top: 23px;
    padding-bottom: 25px;
  }
  
  
  .pagination {
    justify-content: center;
  }
  
  .pagination ul {
    margin: 25px 0px;
  }
  
  .pagination ul li {
  }
  
  .pagination ul li a {
    padding: 10px;
    border: 1px solid #ddd;
    width: 40px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 200;
    margin: 0px 2.5px;
    height: 35px;
    line-height: 11px;
  }
  
  .pagination ul li.first a, .pagination ul li.prev a, .pagination ul li.next a, .pagination ul li.last a {
    font-size: 21px;
    background-color: #fafafa;
  }
  
  .pagination ul li.active a, .pagination ul li:hover a {
    background-color: #161616;
    color: #fff;
    border: 1px solid #161616;
  }
  
  
  .productOrder > .seo-container {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  
  .productOrder > div.seo-container > div:nth-child(1) {
    flex-wrap: wrap;
    line-height: 24px;
    font-weight: 300;
    height: 115px;
    overflow: auto;
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
  }
  
  .seo-container .seo-content ::-webkit-scrollbar {
    width: 10px;
  }
  
  .seo-container .seo-content ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .seo-container .seo-content ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  .seo-container .seo-content ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  .breadcrumb-box {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  
  .breadcrumb-box .breadcrumb li {
    margin: 0;
  }
  
  .breadcrumb-box .breadcrumb li a {
    color: #000;
    font-size: 17px;
    padding: 0;
    margin: 0;
  }
  
  .breadcrumb-box .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  
  
  .widget-boxed.v2 {
    padding: 0px;
  }
  
  .widget-boxed.v2 .widget-boxed-header {
    padding: 25px 25px 0px;
    border-bottom: 1px solid #dfe4e8;
  }
  
  
  .widget-boxed.v2 .widget-boxed-header h4 {
    font-size: 18px;
    color: #373737;
  }
  
  .widget-boxed.v2 .cat-list li:last-child a {
    border-bottom: 0px;
  }
  
  .widget-boxed.v2 .cat-list li a {
    display: block;
    border-bottom: 1px solid #dfe4e8;
    padding: 7.5px 25px;
    color: #373737;
    line-height: 37px;
  }
  
  
  .product-tabs-box {
    margin: 25px 0px;
  }
  
  .product-tabs-box .nav-tabs {
    border-bottom: 0px;
  }
  
  .product-tabs-box .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 7.5px;
  
    font-weight: 600;
  }
  
  .product-tabs-box .nav-tabs .nav-item.show .nav-link, .product-tabs-box .nav-tabs .nav-link.active {
  
    border-color: transparent;
    background-image: -moz-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
  }
  
  .product-tabs-box .tab-content {
    border: 1px solid #e2e2e2;
    padding: 25px;
    margin-top: 15px;
    border-radius: 16px;
    line-height: 25px;
    font-size: 13px;
  }
  
  
  .product-detail-box h1 {
    font-size: 19px;
    color: #282828;
    margin-bottom: 7.5px;
    width: 75%;
  }
  
  .product-detail-box h3 {
    font-size: 17px;
    color: #b2821b;
    margin-bottom: 10px;
  }
  
  .product-detail-box span {
    text-align: left;
    margin: 0px;
    justify-content: left;
    margin-bottom: 16px;
  }
  
  .product-detail-box span .fa {
    color: #fec340;
  }
  
  
  .product-price-box ul {
  
  }
  
  .product-price-box ul li {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 7.5px 15px;
    line-height: 23px;
    border-bottom: 1px solid #b9b5b5;
  }
  
  .product-price-box ul li:nth-child(2), .product-price-box ul li:nth-child(6) {
    background-color: #f7f7f7;
  }
  
  .product-price-box ul li:nth-child(1), .product-price-box ul li:nth-child(7) {
    background-color: #fff;
  }
  
  .product-price-box ul li div:nth-child(1) {
    padding-right: 15px;
    flex: 0 0 145px;
    color: #101010;
    font-weight: 600;
  }
  
  .product-price-box ul li div:nth-child(2) {
    flex: 1;
    color: #676767;
    text-align: left;
    font-size: 17px;
  }
  
  .product-price-box ul li div:nth-child(2):before {
    content: ":";
    padding-right: 7.5px;
    font-weight: 200;
    font-size: 14px;
  }
  
  .product-price-box ul li div:nth-child(2) small {
    background-color: #feedbb;
    padding: 7.6px;
    color: #000;
    font-weight: 600;
    border-radius: 3px;
    margin-left: 16px;
  }
  
  .product-price-box ul li p {
    margin: 0;
    color: #1f753f;
  }
  
  
  .product-meta-call.phone, .product-meta-call.whatsapp a {
    display: flex;
    align-items: center;
    padding: 7.5px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    margin-right: 15px;
    margin-top: 16px;
    width: 250px;
  }
  
  .product-meta-call div:nth-child(1) {
    flex: 0;
  }
  
  .product-meta-call div:nth-child(1) .fa {
    font-size: 45px;
    color: #00a758;
    margin-right: 10px;
  }
  
  .product-meta-call.phone div:nth-child(1) .fa {
  
    color: #7e7878;
  }
  
  .product-meta-call div:nth-child(2) {
    flex: 1;
  
  }
  
  .product-meta-call div:nth-child(2) p {
    font-size: 15px;
    margin: 0;
  }
  
  .product-meta-call div:nth-child(2) p:nth-child(1) {
    font-weight: normal;
    color: #797979;
    font-size: 13px;
  
  }
  
  .product-meta-call div:nth-child(2) p:nth-child(2) {
    font-weight: bold;
    font-size: 20px;
    color: #797979;
    line-height: 23px;
  }
  
  .product-meta-call div:nth-child(2) p:nth-child(1) color {
    color: #00a859;
  }
  
  .product-meta-call.phone div:nth-child(2) p:nth-child(1) color {
    color: #e20b21;
  }
  
  
  .product-meta-button {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .product-meta-button i {
    display: block;
    padding: 20px 21px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .product-meta-button .icon-heart {
    background-color: #c5c5c5;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -28 512.001 512' xmlns='http://www.w3.org/2000/svg' id='heart' fill='%23fdfdfd'%3E%3Cpath d='m256 455.515625c-7.289062 0-14.316406-2.640625-19.792969-7.4375-20.683593-18.085937-40.625-35.082031-58.21875-50.074219l-.089843-.078125c-51.582032-43.957031-96.125-81.917969-127.117188-119.3125-34.644531-41.804687-50.78125-81.441406-50.78125-124.742187 0-42.070313 14.425781-80.882813 40.617188-109.292969 26.503906-28.746094 62.871093-44.578125 102.414062-44.578125 29.554688 0 56.621094 9.34375 80.445312 27.769531 12.023438 9.300781 22.921876 20.683594 32.523438 33.960938 9.605469-13.277344 20.5-24.660157 32.527344-33.960938 23.824218-18.425781 50.890625-27.769531 80.445312-27.769531 39.539063 0 75.910156 15.832031 102.414063 44.578125 26.191406 28.410156 40.613281 67.222656 40.613281 109.292969 0 43.300781-16.132812 82.9375-50.777344 124.738281-30.992187 37.398437-75.53125 75.355469-127.105468 119.308594-17.625 15.015625-37.597657 32.039062-58.328126 50.167969-5.472656 4.789062-12.503906 7.429687-19.789062 7.429687zm-112.96875-425.523437c-31.066406 0-59.605469 12.398437-80.367188 34.914062-21.070312 22.855469-32.675781 54.449219-32.675781 88.964844 0 36.417968 13.535157 68.988281 43.882813 105.605468 29.332031 35.394532 72.960937 72.574219 123.476562 115.625l.09375.078126c17.660156 15.050781 37.679688 32.113281 58.515625 50.332031 20.960938-18.253907 41.011719-35.34375 58.707031-50.417969 50.511719-43.050781 94.136719-80.222656 123.46875-115.617188 30.34375-36.617187 43.878907-69.1875 43.878907-105.605468 0-34.515625-11.605469-66.109375-32.675781-88.964844-20.757813-22.515625-49.300782-34.914062-80.363282-34.914062-22.757812 0-43.652344 7.234374-62.101562 21.5-16.441406 12.71875-27.894532 28.796874-34.609375 40.046874-3.453125 5.785157-9.53125 9.238282-16.261719 9.238282s-12.808594-3.453125-16.261719-9.238282c-6.710937-11.25-18.164062-27.328124-34.609375-40.046874-18.449218-14.265626-39.34375-21.5-62.097656-21.5zm0 0'/%3E%3C/svg%3E");
    fill: #ffffff;
  }
  
  .product-meta-button .icon-bag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='package' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' fill='%234c4c4c'%3E%3Cg%3E%3Cg%3E%3Cpath d='M458.737,422.218l-22.865-288.115C434.448,115.54,418.749,101,400.133,101h-45.162v-2.03 c0-54.573-44.397-98.97-98.969-98.97c-54.572,0-98.969,44.397-98.969,98.969v2.03h-45.162c-18.617,0-34.316,14.54-35.736,33.064 L53.262,422.257c-1.77,23.075,6.235,46.048,21.961,63.026C90.949,502.261,113.242,512,136.385,512h239.232 c23.142,0,45.436-9.738,61.162-26.717C452.504,468.304,460.509,445.332,458.737,422.218z M187.022,98.969 c0-38.035,30.945-68.979,68.979-68.979s68.979,30.945,68.979,68.979v2.03H187.022V98.969z M414.777,464.905 c-10.218,11.03-24.124,17.105-39.16,17.105H136.386c-15.036,0-28.942-6.075-39.16-17.105 c-10.217-11.031-15.211-25.363-14.063-40.315l22.87-288.195c0.232-3.032,2.796-5.406,5.837-5.406h45.162v36.935 c0,8.281,6.714,14.995,14.995,14.995c8.281,0,14.995-6.714,14.995-14.995v-36.935h137.959v36.935 c0,8.281,6.714,14.995,14.995,14.995c8.281,0,14.995-6.714,14.995-14.995v-36.935h45.162c3.041,0,5.604,2.374,5.84,5.446 l22.865,288.115C429.988,439.542,424.993,453.873,414.777,464.905z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-color: #ecdcb4;
    display: block;
    fill: #4c4c4b;
    margin-right: 25px;
  }
  
  .product-meta-button div:nth-child(2) button {
    display: flex;
    align-items: center;
    border: 0px;
    background-image: -moz-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -webkit-linear-gradient(
            40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
  }
  
  
  .product-meta-button div:nth-child(3) {
    flex: 0 0 45px;
  }
  
  .product-meta-button div:nth-child(3) button {
    width: 100%;
    border: 0px;
    background-color: transparent;
    font-size: 26px;
    color: #828282;
    position: relative;
    top: 0;
    right: 0;
  }
  
  .product-meta-button div:nth-child(1) {
    display: flex;
    align-items: center;
    width: 125px;
    box-shadow: 0px 0px 10px #00000054;
    margin-right: 15px;
    border-radius: 7px;
    overflow: hidden;
  }
  
  .product-meta-button div:nth-child(1) input {
    width: 100%;
    border: 0px;
    text-align: center;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    color: #a79b9b;
    font-weight: 700;
    font-size: 18px;
  }
  
  .product-meta-button div:nth-child(1) button {
    color: #a79b9b;
    background-color: transparent;
    border: 0px;
    padding: 7.5px 15px;
    font-size: 20px;
    font-weight: 900;
  }
  
  .product-meta-button div:nth-child(2) {
    flex: 0 0 250px;
  }
  
  .product-meta-button div:nth-child(2) button {
    display: flex;
    align-items: center;
    border: 0px;
    background-image: -moz-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 0px 10px #00000054;
  }
  
  
  .product-meta-varyant {
    display: flex;
    flex-wrap: wrap;
  }
  
  .product-meta-varyant .urunSecimTable {
    flex: 1 1 100%;
    margin-bottom: 16px !important;
    order: 0;
    margin-top: 16px !important;
  }
  
  .product-meta-varyant .urunSecimTable .urunSecim li {
    float: left;
    padding: 7.5px 15px;
    margin: 5px;
    margin-left: 0;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    color: #5c5c5c;
  }
  
  .product-meta-varyant .urunSecimTable .urunSecim li.selected {
    border-color: #f3c35b;
    box-shadow: 0px 0px 10px #00000054;
  }
  
  
  .product-meta-call.phone, .product-meta-call.whatsapp {
    order: 3
  }
  
  
  .product-badge-meta {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
    clear: both;
    margin-top: 16px;
  }
  
  .product-badge-meta div {
    padding-right: 7.5px;
  }
  
  .product-detail-box {
    clear: both;
    flex: 1 1 100%;
    display: table;
    width: 100%;
  }
  
  .product-detail-box > div {
  
    padding: 5px;
  }
  
  
  .slick-slide-varyant-item {
    padding: 10px;
  }
  
  .slick-slide-varyant-item img {
    width: 150px;
    border: 1px solid #dcd3d3;
    height: 150px;
  }
  
  
  [data-slick="story-slick"] {
    padding: 25px 0px 0px;
  }
  
  [data-slick="story-slick"] .slick-prev, [data-slick="story-slick"] .slick-next {
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    background-color: #1919188c;
    width: 35px;
    height: 35px;
    color: #fff;
    top: 50%;
    border-radius: 100%;
    font-size: 29px;
    z-index: 9;
    line-height: 0px;
  }
  
  [data-slick="story-slick"] .slick-prev {
    left: 0px;
  }
  
  [data-slick="story-slick"] .slick-next {
    right: 0px;
  }
  
  [data-slick="story-slick"] .slick-prev:hover, [data-slick="story-slick"] .slick-next:hover {
    background-color: #000;
  }
  
  [data-slick="story-slick"] .story-item {
    text-align: center;
    width: 87px;
    margin-right: 25px;
  
  }
  
  [data-slick="story-slick"] .story-item a img {
    height: 87px;
    border-radius: 100%;
    border: 2px solid #c2c4f3;
    height: 87px;
    transition: transform .5s ease;
  }
  
  [data-slick="story-slick"] .story-item a:hover img {
    transform: scale(1.02);
  }
  
  [data-slick="story-slick"] .story-item h4 {
    font-size: 14px;
    margin-top: 8px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
  }
  
  
  .product-detail-box a {
    float: right;
    margin-top: -77px;
    border: 1px solid #ddd;
    padding: 7.5px 10px;;
  }
  
  .product-detail-box a small {
    color: #c7a375;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 15px 0px 0px;
    font-size: 13px;
  }
  
  .product-user-box > div {
    background-image: -moz-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(255, 238, 194) 0%, rgb(246, 235, 193) 27%, rgb(246, 240, 224) 53%, rgb(250, 225, 185) 100%);
    padding: 10px;
    margin-bottom: 3.5px;
    border-radius: 3px;
  
  }
  
  .product-user-box {
    order: 3;
    width: 100%;
    clear: both;
  }
  
  .product-meta-info-box {
    clear: both;
    order: 1;
    width: 100%;
    border: 1px solid #f5f5f5;
    background-color: #fafafa;
    padding: 15px;
    font-size: 11px;
  }
  
  .product-meta-info-box h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #e20b21;
  }
  
  .all-category {
    display: block;
    line-height: 21px;
    float: left;
    font-size: 14px;
    padding-top: 22px;
    padding-left: 15px;
  }
  
  .header-top-box-close {
    float: right;
    line-height: 56px;
    margin: 0;
    padding: 0;
    color: #fff;
  }
  
  .header-nav-box-sticky {
    position: static;
  }
  
  .header-bottom-box .all-category {
    display: none;
  }
  
  .header-bottom-box.sticky .all-category {
    display: block;
  }
  
  .header-nav-box-sticky .header-nav-box {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: transparent;
    background-image: none;
    border-top: 78px solid #0000;
    display: none;
  }
  
  .header-nav-box-sticky .header-nav-box .header-menu {
    display: block;
    text-align: left;
    padding: 0px;
    border: 1px solid #ddd;
  }
  
  .header-nav-box-sticky .header-nav-box .header-menu > li {
    border: 0px;
    background-color: #fff;
    padding: 0px;
  }
  
  .header-nav-box-sticky .header-nav-box .header-menu > li > a i {
    transform: rotate(
            -90deg
    );
  }
  
  .header-nav-box-sticky .header-nav-box .header-menu > li:hover > a {
    background-color: #fafafa;
  }
  
  .header-nav-box-sticky .header-nav-box .header-menu > li > a {
    width: 250px;
    color: #000;
    text-align: left;
    border: 0px;
    background-color: #fff;
    padding: 11px;
    border: 1px solid #ddd;
    border-bottom: 0px;
    border-left: 0px;
  }
  
  .header-nav-box-sticky .header-nav-box .header-menu > li:nth-child(1) > a {
    border-top: 0px;
  }
  
  .header-nav-box-sticky .header-nav-box .container {
    position: relative;
  }
  
  .header-nav-box-sticky .header-category-panel-menu-drop {
    display: none;
    left: 270px;
    width: auto;
    padding: 0px;
    margin: 0px;
    top: 0px;
    border: 0px;
  }
  
  .header-nav-box-sticky .header-nav-box .header-menu > li:hover > div {
    display: block;
  }
  
  .header-nav-box-sticky .header-category-panel-menu-drop > div {
    box-shadow: none;
    width: 100%;
  
  }
  
  .header-nav-box-sticky .header-nav-box-sticky-drop:hover > .header-nav-box {
    display: block;
    z-index: 1;
  }
  
  .header-mobiles {
    display: none;
  }
  
  .product-user-box > div#urunKarsilastirmaListemeEkle a {
    margin-right: 5px;
  }
  
  .product-user-box > div#urunKarsilastirmaListemeEkle {
    display: flex;
    align-items: center;
  }
  
  .mobile-phone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0821af;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 50;
  }
  
  
  .mobile-phone div {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .mobile-phone div:first-child {
    background: #ffe702;
  
  }
  
  .mobile-phone div:first-child a, .mobile-phone div:first-child a .fa {
    color: #000;
  }
  
  .mobile-phone div a {
    color: #fff;
    font-size: 16px;
  }
  
  .mobile-phone div a i {
    color: #fff;
    font-size: 20px;
  }
  
  
  #upbutton {
    position: fixed;
    right: 15px;
    bottom: 75px;
  }
  
  #upbutton a {
    width: 35px;
    background-color: #2d2d2d;
    height: 35px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    font-size: 31px;
    border-radius: 100%;
  }
  
  .goog-te-gadget {
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    float: right;
  }
  
  .goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: 0px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
  }
  
  
  .product-user-box > div#urunKarsilastirmaListemeEkle > a {
    background-color: #bc9a74;
    padding: 1.5px 15.5px;
    border-radius: 16px;
    color: #fff;
    margin: 0px;
  }
  
  .woo_cart_btn {
    display:none;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    color: #bc9a74;
  }
  
  
  .profil-menu-box {
  
    height: 100%;
    top: 0;
  }
  
  .profil-menu-box ul li:first-child a {
    border-top: 0;
  }
  
  .profil-menu-box ul li a i {
    margin-right: 5px;
  }
  
  .profil-menu-box ul li a {
    border-top: 1px solid #fafafa;
    display: block;
    line-height: 37px;
  }
  
  .profil-menu-box ul li.active a {
    color: #0821af;
    font-weight: bold;
  }
  
  .profil-menu-box ul {
    display: block;
    background-color: #ffffff;
    padding: 15px 10px;
    box-shadow: 0px 1px 13px 0 rgba(71, 91, 131, 0.08);
    position: sticky;
    top: 0;
  
  }
  
  .slick-prev, .slick-next {
  
    z-index: 1;
  }
  
  .spBrandList li a img {
    height: 55px;
    width: auto;
  }
  
  .spBrandList li {
    flex: 0 0 25%;
    /* display: block; */
  }
  
  .spBrandList li a {
    display: flex;
    border: 1px solid #ddd;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    height: 150px;
  }
  
  .spBrandList {
    display: flex;
    flex-wrap: wrap;
  }
  
  .col-product-item-title a span {
    text-align: center;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
  }
  
  
  .side-nav {
    position: fixed;
    width: 240px;
    left: -105%;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: left;
    z-index: 9999;
    width: 360px;
  
  }
  
  .side-nav.active {
    left: 0px;
  }
  
  .siderbar-categories {
    background-color: #fff;
    width: 100%;
    transition: 0.5s linear;
    z-index: 2;
  
  }
  
  .siderbar-categories.active {
    left: 0;
    transition: 0.6s linear;
  }
  
  .siderbar-categories > ul li {
    list-style: none;
  }
  
  .siderbar-categories > ul {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 132px;
    margin: 0px;
  
  }
  
  .siderbar-categories ul {
    padding-left: 0px;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > a {
    font-size: 11px;
    display: block;
    background: linear-gradient(to top, #a99989 0%, #ae9a85 100%);
    width: 75px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e7e7e7;
    color: #fff;
    border-right: 1px solid #ededed;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > a > span {
    display: block;
    margin-top: 7px;
    letter-spacing: -0.1px;
    padding: 0px 5px;
    font-size: 9px;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > a > img {
    width: 45px;
    border-radius: 100%;
    border: 1px solid #c2c4f3;
  }
  
  
  .siderbar-categories > ul > li.menu-level-0.menu-active > div {
    display: block;
  }
  
  .siderbar-categories > ul > li.menu-level-0.menu-active > a img {
    border-color: #bc9a74;
  }
  
  .siderbar-categories > ul > li.menu-level-0.menu-active > a {
    color: #fff;
    background: linear-gradient(to top, #bc9a74 0%, #ad9a86 100%);
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul li a img {
    border-radius: 4px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul li {
    flex: 0 0 33.33%;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    float: left;
    width: 33.33%;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul {
    display: flex;
    height: 567px;
    flex-wrap: wrap;
    overflow: auto;
    flex-flow: wrap;
    padding-bottom: 100px;
    align-content: flex-start;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div {
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #fff;
    width: calc(100% - 75px);
    height: 100vh;
    top: calc(0px - -55px);
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div h3 {
    font-size: 17px;
    margin: 0;
    padding-left: 10px;
    margin-top: 15px;
    color: #bc9a74;
  }
  
  .siderbar-categories form button {
    position: absolute;
    border: 0px;
    background-color: transparent;
    font-size: 16px;
    top: 20px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  
  .siderbar-categories form input::placeholder {
    font-style: normal;
    color: #9e9e9e;
  }
  
  .siderbar-categories form input {
    width: 90%;
    flex: 1 1 90%;
    border-radius: 0px;
    border: 2px solid #b89a7a;
    padding: 10px;
    border-radius: 11px;
    padding-left: 35px;
    font-size: 14px;
    height: 40px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
  }
  
  .siderbar-categories form {
    background-color: #f5f5f5;
    padding: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0px -5px 15px rgb(0 0 0 / 0.45);
    z-index: 2;
    width: 100%;
  }
  
  .menufix {
    z-index: 99999 !important;
  }
  
  .side-nav {
    overflow-y: inherit !important;
  
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul li a {
    color: #000;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul li.menu-item-more .fa {
    border-radius: 4px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    display: block;
    height: 105.91px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: #bc9a74;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul li a span {
    display: block;
    height: 33px;
    overflow: hidden;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div h3 {
    font-size: 17px;
    margin: 0;
    padding-left: 10px;
    margin-top: 15px;
    color: #bc9a74;
    margin-bottom: 9px;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category {
    display: block;
    width: auto;
    height: 100%;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category > li {
    margin: 0;
    padding: 0 5px;
    line-height: 0;
    width: 100%;
    float: none;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category > li > a {
    border: 1px solid #ddd;
    display: block;
    text-align: left;
    padding: 5px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    line-height: 34px;
  
    font-size: 14px;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category > li > a span {
    height: auto;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category > li > a.active {
    color: #bc9a74;
  }
  
  
  .siderbar-categories > ul > li.menu-level-0 > div ul {
    display: none
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category ul li a span {
    color: #000;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category ul li a span {
    color: #000;
    line-height: 13px;
    font-size: 12px;
    height: 40px;
  }
  
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category > li > a span {
    position: relative;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category > li > a span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    float: right;
    padding-right: 10px;
    font-size: 24px;
  
    top: 10px;
    position: absolute;
    right: 10px;
  }
  
  .siderbar-categories > ul > li.menu-level-0 > div ul.sub-main-category > li > a.active span:after {
    content: "\f106";
  }
  
  
  .col-product-item-price {
    min-height: 46px;
  }
  
  .change-lang {
  
    font-size: 14px;
  }
  
  .change-lang img {
    width: 35px;
    flex: 0 0 35px;
  }
  
  
  .customerShow {
    position: fixed;
    width: 385px;
    left: -100%;
  
    border-radius: 5px;
    background: #fff;
    bottom: 50px;
    z-index: 9999;
    box-shadow: 0px 1px 10px -1px rgb(134, 134, 134);
  
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: .5s linear;
  }
  
  .customerShow.active {
    left: 0px;
    transition: .5s linear;
  }
  
  .customerShow a {
    display: flex;
  }
  
  .customerShow:hover .customerShowLeft > div:nth-child(2) {
    background-color: #000;
  }
  
  .customerShow .customerShowLeft > div:nth-child(2) small {
    font-weight: bold;
  }
  
  .customerShow .customerShowLeft > div:nth-child(2) b {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  
  .customerShow .customerShowLeft > div:nth-child(2) {
    background-color: #ff5b01;
    height: 67px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
  }
  
  .customerShow .customerShowLeft > div:nth-child(1) {
    flex: 0 0 81px;
  }
  
  .customerShow .customerShowLeft > div:nth-child(1) img {
    width: 100%;
  }
  
  .customerShow .customerShowLeft {
    display: flex;
    align-items: center;
    flex: 0 0 195px;
  }
  
  .customerShow .customerShowRight {
    flex: 1 1 100%;
    padding: 10px;
    text-align: center;
  }
  
  .customerShow .customerShowRight small {
    display: block;
    font-weight: bold;
    font-size: 13px;
  }
  
  .customerShow .customerShowRight strong {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px 0px;
    display: block;
  }
  
  .customerShow .customerShowRight h4 {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0px;
  }
  
  .customerShow .customerShowRight h5 {
    font-size: 11px;
    font-weight: bold;
  }
  
  .col-product-item-badge .stmp.gift {
    background-color: #e20b21;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .3px;
  }
  
  .col-product-item-badge .stmp.nw {
    background-color: #f45550;
  }
  
  .col-product-item-badge .stmp.rd {
    display:none;
    background-color: #4CAF50;
  }
  
  .col-product-item-badge .stmp.fc color {
    font-size: 11px;
  }
  
  .col-product-item-badge .stmp.fc {
    background-color: #fff;
    border: 1px solid #ff9800;
    color: #000;
    font-weight: 600;
    font-size: 8px;
    display:none;
  }
  
  .col-product-item-badge .stmp {
    width: 62px;
    font: 9px/10px arial;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    padding: 4px 0;
    border-radius: 3px;
  }
  
  .col-product-item-badge {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
  }
  
  .discount-label span {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  
  .discount-label {
    flex: 0 0 45px;
  
    text-align: center;
    color: #fff;
    line-height: 14px;
    font-weight: 600;
    padding: 9px 5px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 49px;
    height: 49px;
    background-color: #c22126;
    border-radius: 100%;
    font-size: 11px;
  }
  
  .menu-item-brand-child {
    display: flex;
    float: left;
    width: calc(25% - 16px);
    border: 1px solid #ddd;
    margin: 6px;
    height: 75px;
    align-items: center;
    padding: 7.5px;
  }
  
  .header-category-panel-menu-drop h3 {
    font-size: 17px;
    color: #1f1f1e;
  }
  
  .col-product-item-title a small {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 6px;
    color: #be9760;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .col-product-item-price div:nth-child(2) {
    line-height: 21px;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  
  .product-image-box .slick-prev, .product-image-box .slick-next {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 25px;
    box-shadow: 0px 0px 10px #00000038;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 26px;
    top: calc(50% - 45px);
  }
  
  .product-image-box .slick-prev {
    left: 0px;
  }
  
  .product-image-box .slick-next {
    right: 0px;
  }
  
  
  .sf-herouselContent-1ToOU .slick-prev, .sf-herouselContent-1ToOU .slick-next {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 75px;
    background-color: transparent;
    border: 2px solid #474848;
    border-radius: 26px;
    line-height: 11px;
    font-size: 34px;
    color: #474848;
  }
  
  .sf-herouselContent-1ToOU .slick-prev {
    left: 25px;
  
  }
  
  .sf-herouselContent-1ToOU .slick-next {
    right: 25px;
  }
  
  .banner-four-box-item a h4 {
    display: flex;
    margin: auto;
    justify-content: center;
  }