[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;
  }
}
.hide {
  display: none!important;
}

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;

}

body.electro-dark {
  background-color: #181818;
  color: #d9d9d9;
}

a:hover {
  color: #000;
}

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: #f87f09;
}

img {
  height: auto;
  max-width: 100%
}

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: #f0f0f0;
  padding: 12px 0px;
}


.header-langue-nav {
  padding-right: 25px;
  color: #999999;
  font-size: 15px;
}

.header-langue-nav a {

  font-weight: 600;
  color: #999999
}

.header-langue-nav a:hover, .header-langue-nav a.active {
  color: #4bd96f
}

.header-fast-nav {

}

.header-fast-nav a {
  font-size: 14px;
  color: #515151;
  font-weight: 400;
  padding-right: 9px;
}


.header-cargo-box {
  display: flex;
  text-align: inherit;
  line-height: 12px;
  justify-content: flex-end;
}

.header-cargo-box div:nth-child(1) {
  padding-right: 15px;
}

.header-cargo-box div:nth-child(2) {
  text-align: right;
}

.header-cargo-box div:nth-child(2) b {
  line-height: 0px;
  font-size: 16.4px;
  color: #000;
}

.header-cargo-box div:nth-child(2) span {
  display: block;
  color: #646464;
  font-size: 11px;
  line-height: 12px;
}

.header-center-box {
  background-color: #fff;
  box-shadow: 16px -10px 10px rgb(0 0 0 / 5%);
  padding: 25px 0px;
}

.header-center-box .row {
  align-items: center;
}

.header-search-form {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
  border-radius: 26px;
  overflow: hidden;
}

.header-search-form input {
  width: 100%;
  padding: 0px 25px;
  border: 0;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  padding-left: 15px;
}

.header-search-form input::placeholder {
  color: #807f7f;
  font-style: normal;
}

.header-search-form button {
  padding: 10px;
  border: 0;
  flex: 0 0 50px;
  text-align: center;
  background-color: transparent;
  font-size: 15px;
  justify-content: center;
  color: #222529;
}


.header-user-panel {
  display: flex;
  align-items: center;
}

.header-user-panel div {
  flex: auto;
}

.header-user-panel div:nth-child(1) {
  display: flex;
  align-items: center;
  border-left: 1px solid #e0e0e0;

  padding: 0px 7.5px;
}



.header-user-panel div:nth-child(2) {
  display: flex;
  align-items: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 0px 7.5px;
}

.header-user-panel div:nth-child(2) span,.header-user-panel div:nth-child(1) span {
  line-height: 13px;
  padding-left: 7.5px;
}

.header-user-panel div:nth-child(2) span a:nth-child(1) {
  font-weight: 500;
}

.header-user-panel div:nth-child(2) span a {
  display: block;
}


.header-user-panel div:nth-child(1) span a {
  display: block;
}


.header-user-panel div:nth-child(3) {
  display: flex;
  align-items: center;
  padding-left: 15px;
  flex: 0 0 115px;
}

.header-user-panel div:nth-child(3) a {
  position: relative;
  display: block;
  flex: 1;
}

.header-user-panel div:nth-child(3) a span {
  background-color: #F58800;
  right: 10px;
  top: 0px;
  position: absolute;
  color: #fff;
  width: 18px;
  text-align: center;
  border-radius: 100%;
}
.header-user-panel div:nth-child(3) a svg {
  width: 35px;
  height: 28px;
}
.header-user-panel div:nth-child(2) svg {
  width: 35px;
  height: 28px;
}


.all-category-box {
  position: relative;
}

.all-category-box .dropdown-toggle {
  background-color: #fff;
  display: block;
  line-height: 45px;
  padding: 0px 16px;
  font-size: 17px;
  color: #2f2f2f;
  border: 0px;
  width: 100%;
  text-align: left;
  font-weight: 500;
}

.all-category-box .dropdown-toggle img {
  margin-right: 10px;
}

.all-category-box .dropdown-toggle::after {
  display: none
}

.all-category-box .dropdown-menu {
  width: 100%;
  border-radius: 0px;
  padding: 15px 2.5px;
  border: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 16px 10px 10px rgb(0 0 0 / 5%);
  margin: 0px;
}

.all-category-box .dropdown-menu .header-category-panel-menu > li > a {
  padding: 0px 15px;
  display: flex;
  border-bottom: 1px solid #ddd;
  line-height: 37px;
  color: #373737;
  font-size: 15px;
  font-weight: 300;
  align-items: center;
}

.all-category-box .dropdown-menu .header-category-panel-menu > li:last-child > a {
  border-bottom: 0px;
}

.all-category-box .dropdown-menu .header-category-panel-menu > li > a .fa {
  flex: 1 1 100%;
  text-align: right;
  font-size: 20px;
  color: #cbcbcb;
}

.all-category-box .dropdown-menu .header-category-panel-menu > li.menu-item-110220201 > a, .all-category-box .dropdown-menu .header-category-panel-menu > li.menu-item-110220202 > a {

  font-weight: 500;
}

.all-category-box .dropdown-menu .header-category-panel-menu > li:hover .header-category-panel-menu-drop {
  display: block
}

.all-category-box .dropdown-menu .header-category-panel-menu > li:hover > a {
  color: #F58800;
}

.header-category-panel-menu-drop {
  position: absolute;
  left: 275px;
  background-color: #fff;
  width: 775px;
  padding: 15px;
  top: 0px;
  box-shadow: 16px -10px 10px rgb(0 0 0 / 5%);
  display: none;
  height:100%;
}

.header-category-panel-menu-drop ul {
  display: flex;
  flex-wrap: wrap;
}

.header-category-panel-menu-drop ul li {
  flex: 0 0 25%;
}

.header-category-panel-menu-drop ul li a {
  display: block;
  padding: 10px;
  text-align: center;
}

.header-category-panel-menu-drop ul li a strong {
  background-color: #fafafa;
  display: block;
  line-height: 26px;
}


.header-nav-box {
  background-color: #1f2d47;
}

.header-menu {
  display: flex;
}

.header-menu li {
  flex: auto;
}

.header-menu li a {
  display: flex;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  align-items: center;
}

.header-menu li a img {
  margin-right: 3.5px;
}


.col-main-slick-left {
  width: 75%;
}
.col-main-slick-left div img{
  width: 100%;
}

.col-main-slick-right {
  width: 25%;
}
.col-main-slick-right .spbanner a {
  display: block;
}

.section-main-slick {
  background-color: #f5f5f5;
  padding: 16px 0px;
}

.section-banner-banner {
  padding: 16px 0px;
}

.slick-prev, .slick-next {
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #d1d1d1;
  border-radius: 100%;
  font-size: 34px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  z-index: 1;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li button {
  border: 0;
  width: 15px;
  height: 15px;
  text-indent: 999px;
  overflow: hidden;
  background-color: #cbcbcb;
  margin: 0px 2.5px;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  width: 25px;
  border-radius: 25px;
  background-color: #F58800;
}


.days-product-list {
  border: 2px solid #ff4800;
  border-radius: 5px;
  padding: 15px;
}

.days-product-list:before {
  content: "GÃ¼nÃ¼n FÄ±rsatÄ±";

  z-index: 1;
  font-size: 31px;

}

.days-product-list + .banner {
  margin-top: 16px;
}


[data-slick="days-slick"] .col-product-item {
  border: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

[data-slick="days-slick"] .col-product-item .col-product-item-image-content {
  margin-top: 12px;
}

[data-slick="days-slick"] .col-product-item .col-product-item-image-content a img {
  width: 100%;
}

[data-slick="days-slick"] .col-product-item .col-product-item-image-content a {
  display: block;
  position: relative;
}

[data-slick="days-slick"] .col-product-item .col-product-item-image-content a span {
  position: absolute;
  top: -10px;
  right: 0;
  background-color: #ff541c;
  color: #fff;
  border: 4px solid #f39279;
  border-radius: 100%;
  padding: 13px 10px;
  width: 65px;
  font-size: 17px;
  text-align: center;
  line-height: 15px;
  height: 65px;
}

[data-slick="days-slick"] .col-product-item .col-product-item-image-content a span small {
  line-height: 0px;
  padding: 0;
  margin: 0;
  font-size: 11px;
}


[data-slick="days-slick"] .col-product-item-title {

}

[data-slick="days-slick"] .col-product-item-title a {
  padding: 10px 0px;
  color: #434343;
  font-size: 17px;
  text-align: center;
  display: block;
}

[data-slick="days-slick"] .col-product-item-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-slick="days-slick"] .col-product-item-price del {
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 100;
}

[data-slick="days-slick"] .col-product-item-price ins {
  color: #F58800;
  text-decoration: none;
  font-size: 36px;
  padding-right: 15px;
}

[data-slick="days-slick"] .col-product-item-timer div {
  display: flex;
  justify-content: center;
  margin-top: 7.5px;
  padding-bottom: 7.5px;
}

[data-slick="days-slick"] .col-product-item-timer div > span {
  flex: 0 0 65px;
  text-align: center;
}

[data-slick="days-slick"] .col-product-item-timer div > span span:nth-child(1) {
  background-color: #e6e6e6;
  display: block;
  color: #383838;
  text-align: center;
  line-height: 45px;
  margin: 0px 7.5px;
  font-size: 24px;
  font-weight: 400;
  border-radius: 3px;
}

[data-slick="days-slick"] .col-product-item-timer div > span span:nth-child(2) {
  display: block;
  color: #F58800;
  font-size: 12px;
  margin-top: 5px;
}

[data-slick="days-slick"] .col-product-item-timer div > span:after {
  content: ":";
  position: absolute;
  right: -3px;
  top: 7px;
  font-size: 21px;
}

[data-slick="days-slick"] .col-product-item-timer div > span:last-child:after {
  display: none;
}

[data-slick="days-slick"] .col-product-item-timer div {
  display: flex;
  align-items: center;
}

[data-slick="days-slick"] .col-product-item-timer div > span {
  position: relative;
}


.tab-product-list nav {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.tab-product-list nav a {
  background-color: #e2e2e2;
  color: #626262;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding: 10px 25px;
  border-radius: 5px;
}

.tab-product-list nav a.active {
  background-color: #F58800;
  color: #fff;
}

.tab-product-list nav a:nth-child(3) {
  clip-path: polygon(10% 0, 100% 0%, 111% 100%, 0% 100%);
  margin-left: -7px;
  padding-left: 35px;
}

.tab-product-list nav a:nth-child(2) {
  clip-path: polygon(15% 0, 100% 0%, 88% 100%, 0% 100%);
  margin-left: -7px;
}

.tab-product-list nav a:nth-child(1) {
  margin-right: -5px;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  padding-right: 35px;
}


.col-product-item {
  border: 1px solid #dddddd;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}

.col-product-item:hover .col-product-item-button {
  opacity: 1;
}

.col-product-item:hover {
  border-color: #F58800;
  box-shadow: 16px -10px 10px rgb(0 0 0 / 5%);
}

[data-slick="days-slick"] .col-product-item:hover {
  border-color: transparent;
  box-shadow: none;
}

.col-product-item-title a {
  padding: 7.5px 7.5px;
  font-size: 14px;
  text-align: left;
  display: block;
}

.col-product-item-title a b {
  display: block;
  font-weight: 600;
}

.col-product-item-title a span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
}


.col-product-item .col-product-item-image-content button {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0px;
  background-color: transparent;
  font-size: 21px;
  color: #F58800;
}

.col-product-item .col-product-item-image-content {
  position: relative;
}

.col-product-item-price {
  justify-content: left;
  padding: 0px 7.5px;
}

.col-product-item-price ins {
  color: #F58800;
  text-decoration: none;
  font-size: 21px;
  padding-right: 15px;
}

.col-product-item-price del {
  font-size: 18px;
}

.col-product-item-button {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

.col-product-item-button button {
  background-color: #F58800;
  display: block;
  width: 100%;
  border: 0px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
  padding: 0px 9px;
}

.f9f9f9 {
  background-color: #f9f9f9;
  padding: 25px 0px;
}

.f0efef {
  background-color: #f0efef;
  padding: 25px 0px;
}

.ffffff {
  background-color: #ffffff;
  padding: 25px 0px;
}

[data-slick="product-slick"].slick-slider {
  margin: 0px -8px;
}


.section-product .section-product-title {
  /* position: absolute; */
  left: -125px;
  /* transform: rotate(
          -90deg
  ); */
  /* top: 45%; */
  color: #F58800;
  display: flex;
  align-items: center;
}

.section-product .section-product-title:before {
  margin-right: 7.5px;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-color: #F58800;
  border-radius: 100%;
}

.footer-box {
  margin-top: 16px;
}

.section-footer-info {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 25px 0px;
}

.section-footer-menu {
  background: rgb(250, 250, 250);
  background: linear-gradient(
          90deg, rgba(250, 250, 250, 1) 60%, rgba(235, 235, 235, 1) 60%);
  padding: 35px 0px;
}


.section-footer-menu h4 {
  font-size: 20px;
  color: #4bd96f;
  margin-bottom: 10px;
}

.section-footer-menu ul {

}

.section-footer-menu ul li {
}

.section-footer-menu ul li a {
  display: block;
  font-size: 15px;
  color: #3b3b3b;
  margin-bottom: 7.5px;
}

.section-footer-menu form div:nth-child(1) {
}

.section-footer-menu form div:nth-child(1) h5 {
  margin: 0;
  color: #000000;
  font-size: 16px;
}

.section-footer-menu form div:nth-child(1) h6 {
  margin: 0;
  color: #3b3b3b;
  font-size: 15px;
}

.section-footer-menu form div:nth-child(2) {
  display: flex;
  border: 1px solid #dcd5d5;
  margin: 16px 0px;
}

.section-footer-menu form div:nth-child(2) button {
  border: 0;
  background-color: #fff;
  padding: 10px;
}

.section-footer-menu form div:nth-child(2) input {
  width: 100%;
  border: 0;
  padding: 10px;
}

.section-footer-menu form div:nth-child(3) {
  display: flex;
}

.section-footer-menu form div:nth-child(3) a {
  border: 1px solid #dcd5d5;
  margin: 0px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.section-footer-menu form div:nth-child(3) a:nth-child(1) {
  margin-right: 8px;
}

.section-footer-menu form div:nth-child(3) a:nth-child(2) {
  margin-left: 8px;
}

.section-footer-menu form div:nth-child(3) a img {
  margin-right: 7.5px;
}

.section-footer-menu form div:nth-child(3) a color {
  display: inline-block;
  font-weight: 400;
}

.section-footer-menu form div:nth-child(4) {
  padding: 16px 0px;
}

.section-footer-menu form div:nth-child(5) a {
  margin-right: 7.5px;
}

.section-footer-menu form div:nth-child(5) h5 {
  color: #373737;
  font-size: 16px;
  margin-bottom: 7.5px;
}


.section-product-box-title {
  border-bottom: 1px solid #dddddd;
  font-size: 21px;
  color: #515151;
  display: block;
}

.section-product-box-title b {
  border-bottom: 2px solid #F58800;
  padding-bottom: 7.5px;
  display: inline-block;
  padding-right: 25px;
}

.product-tabs-box {
  margin-bottom: 25px;
}

.nav-tabs {
  justify-content: center;
}

.nav-tabs .nav-link {
  border: 0px;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 7.5px 25px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-bottom: 2px solid #f05323;
  font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link.active:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f05323;
  border-radius: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}


.tab-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
}


.product-meta-varyant .urunSecim li {
  float: left;
  padding: 5px 7.5px;
  margin: 5px;
  margin-left: 0;
  border: 1px solid #e9e5df;
  background-color: #fff;
  color: #797979;
  border-radius: 3px;
  width: calc(20% - 4px);
  text-align: center;
  flex: 0 0 calc(20% - 4px);
}

.product-meta-varyant .urunSecim {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}


.product-meta-varyant {
  display: flex;
  flex-wrap: wrap;
}

.product-meta-varyant > div {
  flex: 0 0 50%;
  padding: 0px 10px;
}

.product-meta-call.phone, .product-meta-call.whatsapp a {
  display: flex;
  align-items: center;
  padding: 7.5px;
  border: 1px solid #fafafa;
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-bottom: 15px;
}

.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: 21px;
  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-detail-box {

}

.product-meta-title-price h1 {
  color: #282828;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
  flex: 1;
  margin-bottom: 15px;
}

.product-meta-title-price p {
  margin: 0;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}

.product-meta-title-price div {
  line-height: 28px;
  padding: 0px 0px 15px;
}

.product-meta-title-price {

}

.product-meta-title-price div .showcase-price-old {
  font-size: 24px;
  padding-right: 15px;
  color: #f05323;
  display: block;
}

.product-meta-title-price div .showcase-price-new {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.product-meta-cart {
  display: flex;
  margin-bottom: 25px;
}

.product-meta-cart div:nth-child(1) {
  display: flex;
  background-color: rgb(255 255 255 / 64%);
  border: 1px solid #e9e5df;
  margin-right: 15px;
  border-radius: 7px;
  overflow: hidden;
  padding: 0px;
  flex: 0 0 130px;
}

.product-meta-cart div:nth-child(1) input {
  border: 0;
  text-align: center;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
  width: 100%;
  font-size: 20px;
  color: #a79b9b;
}

.product-meta-cart div:nth-child(1) button {
  font-size: 19px;
  border: 0;
  background-color: #808080;
  padding: 2.5px 10px;
  width: 50px;
  font-size: 23px;
  color: #ffffff;
}


.product-meta-cart div:nth-child(2) {
  flex: 1;
}

.product-meta-cart div:nth-child(2) button {
  width: 100%;
  background-color: #f05323;
  padding: 0;
  border: 1px solid #f05323;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #fff;
  line-height: 40px;
  border-radius: 6px;
  text-align: center;
  justify-content: center;
}


.product-meta-varyant > div.product-meta-cart {
  flex: 1 1 100%;
  width: 100%;
  padding: 0px;
  order: 2;
}

.urunSecimTable {
  order: 1
}

.product-meta-call.phone {
  order: 4;
}

.product-meta-call.whatsapp {
  order: 3;
}

.ps-product__variants {
  margin: 0px -10px;
}

.ps-product__variants .slick-slide {
  padding: 10px;
  display: block;
}

.ps-product__variants .slick-slide.slick-current img {
  border: 1px solid #fafafa;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 9%);
}


.productOrder > div:nth-child(1) {
  margin-bottom: 16px;
  display: flex;
  margin-top: 16px;
  align-items: center;
}

.productOrder > div:nth-child(2) {
  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,.widget-boxed-body 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;
  border: 1px solid #ddd;
  padding: 8.5px;
  background-color: #fdfdfd;
}

.cat-filter-bar input[type="checkbox"]:checked + label:after ,.widget-boxed-body input:checked + label:after{
  background-color: #fc5100;
  content: "\f00c";
  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;
  border-color: #fdfdfd;
  color: #1f2d47;
  font-size: 16px;
  text-shadow: 1px 0px 1px #00000036;
  line-height: 11px;
  background-image: none;
  display: block;
  background-color: #fff;
}
.cat-filter-bar input[type="checkbox"]:checked + label ,.widget-boxed-body input:checked + label{
  color: #ffffff;
  background-color: #f95100;
  border-color: #f95100;
}
.cat-filter-box label:after ,.widget-boxed-body label:after{

  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #dddddd;
  margin-right: 7.5px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  top: 0;
  right: 0;
  background-image: none;
  z-index: 1;
  opacity: 1;
  margin-left: 7.5px;
}
}

.widget-boxed {
  margin-bottom: 16px;
  display: block;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 9%);
  border: 1px solid #dfe4e8;
  border-radius: 6px;
}

.widget-boxed .widget-boxed-header {
  display: block;
  width: 100%;
}

.widget-boxed .widget-boxed-header h4 {
  font-size: 18px;
  color: #4bd96f;
}

.widget-boxed .widget-boxed-header h4 .fa {
  float: right;
  color: #b8b8b8;
  font-size: 21px;
}

.widget-boxed-body input {
  display: none;
}

.widget-boxed-body label {

}

.sidebar-box .spbanner {
  margin-bottom: 16px;
}

.sidebar-box {
  position: sticky;
  top: 0px;
  padding-top: 23px;
}

.sidebar-box .col-auto {
  padding: 0px;
}

.sidebar-box .col-product-item {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0px;
  height:105px;
}

.sidebar-box .col-product-item-price ins {

  font-size: 19px;
}

.sidebar-box .col-product-item-price del {
  font-size: 16px;
}

.sidebar-box .col-product-item-button {
  display: none
}

.sidebar-box .col-product-item .col-product-item-image-content {
  position: relative;
  flex: 0 0 90px;
}

.sidebar-box .col-product-item .col-product-item-title, .sidebar-box .col-product-item .col-product-item-price {
  flex: 0 0 calc(100% - 90px);
}

.sidebar-box .col-product-item .col-product-item-price {
  position: absolute;
  bottom: 5px;
  left: 90px;
}

.sidebar-box .col-product-item .col-product-item-image-content button {
  display: none;
}


.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: #4bd96f;
  color: #fff;
  border: 1px solid #4bd96f;
}

.copyright-bar {
  width: 100%;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  line-height: 3em;
  background-color: #eaeaea;
  padding: .1em 0;
  display: flex;
  margin: 0px;
}

.footer-bottom-widgets {
  background-color: #f8f8f8;
  padding: 4.28em 0 4.44em;
}

.footer-newsletter {
  width: 100vw;
  position: relative;
  background-color: #F58800
}

.footer-newsletter .newsletter-content {
  padding: 25px 0px;
  color: #fff;
}

.footer-newsletter .newsletter-title {
  padding: 0;
  margin: 0;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 5px;
}

.footer-newsletter .newsletter-title::before {
  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: "\f1d9";
  margin-right: 15px;
  font-size: 1.619em;
  vertical-align: middle;
}

.newsletter-content .newsletter-marketing-text {
  font-weight: 100;
}


.ec-newsletter-form form button {
  border: 0px;
  padding: 10px;
  border-bottom-right-radius: 26px;
  border-top-right-radius: 26px;
  width: 95px;
  background-color: #1f2d47;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  height: 41px;
}
.ec-newsletter-form form input {
  height: 41px;
  width: 100%;
  padding: 10px;
  border: 0px;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  padding-left: 15px;
}
.ec-newsletter-form form input::placeholder{
  font-style: normal;
}
.ec-newsletter-form form {
  display: flex;
  align-items: center;
}

.footer-call-us {
  margin-bottom: 3em;
}
.footer-call-us .call-us-text {
  font-weight: 100;
  font-size: .929em;
  display: block;
  line-height: 1.429em;
}
.footer-call-us .call-us-number {
  font-size: 1.571em;
  display: block;
  line-height: 1.429em;
}
.footer-call-us .call-us-icon .fa {
  font-size: 4.643em;
}
.footer-call-us .media-body {
  padding-left: 20px;
  padding-top: 12px;
}
.footer-logo {
  margin-bottom: 1.55em;
}
.footer-address {
  margin-bottom: 1.2em;
}
.footer-address .footer-address-title {
  display: block;
}
.footer-address address {
  margin-bottom: 0;
}

.footer-social-icons .social-icons {
  margin-bottom: 0;
}
.footer-social-icons .social-icons a {

  margin-right: 15px;
}

.footer-bottom-widgets ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-social-icons .social-icons>li {
  display: inline-block;
}
.footer-social-icons .social-icons a {
  color: #7c7c7c;
  font-size: 1.571em;
}

.footer-bottom-widgets h4 {
  font-size: 1.143em;
  line-height: 1.125em;
  margin-bottom: 1.6em;
  font-weight: 700;
}
.footer-bottom-widgets ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-bottom-widgets ul>li>a {
  font-size: 14px;
  display: block;
  line-height: 30px;
}

.breadcrumb-box .breadcrumb {
  background-color: transparent;
}
.passTip + div > a {
  display: none;
}

.passTip + div {
  bottom: 45px!important;
  right: 45px!important;
}

.footer-logo svg {
  width: 315px;
}

.footer-newsletter {
  margin-top: 25px;
}
.nav-tabs{
  border-bottom:0px;}

.electro-mode-switcher {

  position: fixed;
  top: 50%;
  left: 5vh;
  flex-direction: column;
  background-color: #a9a6a6;
  border-radius: 50px;
  height: auto;
  width: 30px;
  cursor: pointer;
  z-index: 9;
  box-shadow: 0 0 0 3px #a9a6a6;
}

.electro-mode-switcher .dark, .electro-mode-switcher .light {
  border-radius: 50px;
}

.electro-mode-switcher .light {
  background-color: #fff;
  color: #333e48;
}
body.electro-dark .all-category-box button svg {
  fill: #fff;
}
body.electro-dark .electro-mode-switcher .dark {
  background-color: #fff;
  color: #333e48;
}

body.electro-dark .electro-mode-switcher .light {
  background-color: transparent;
  color: #383838;
}

.electro-mode-switcher span {
  writing-mode: vertical-rl;
  margin: 0;
  padding: 0;
  transform: scale(-1, -1);
  width: 30px;
  padding: 10px;
  line-height: .7;
  font-weight: 700;
}

.electro-dark .days-product-list {
  border-color: #ff4800;
  background-color: #171616;
  color: #d9d9d9;
}

.electro-dark .section-main-slick {
  background-color: #212121;
}

.electro-dark .header-center-box {
  background-color: #212121;
}

.electro-dark .header-nav-box {
  background-color: #1B1B1B;
}

.electro-dark .f9f9f9 {
  background-color: #212121;
}

.electro-dark .f0efef {
  background-color: #1B1B1B;
}

.electro-dark .ffffff {
  background-color: #212121;
}
.electro-dark a{
  color:#646464
}
.electro-dark  .col-product-item {
  border: 1px solid #171616;
  background-color: #171616;
}

.electro-dark  .all-category-box .dropdown-toggle {
  background-color: #1B1B1B;
  color: #ffffff;
}

.electro-dark .footer-bottom-widgets {
  background-color: #171616;
}

.electro-dark .header-top-box {
  background-color: #1B1B1B;

}

.electro-dark  .header-user-panel div:nth-child(3) a svg {
  fill:#646464;
}
.electro-dark  .header-user-panel div:nth-child(2) svg {
  fill:#646464;
}
.electro-dark .header-user-panel div:nth-child(1) a color {

  color: #646464;
}
.electro-dark  .header-cargo-box div:nth-child(2) b{
  color: #646464;
}
.electro-dark  .header-user-panel div:nth-child(2) {

  border-left: 1px solid #646464;
  border-right: 1px solid #646464;

}
body.electro-dark svg#header-logo .cls-3, body.electro-dark svg#header-logo .cls-4, body.electro-dark svg#header-logo .cls-5, body.electro-dark svg#header-logo .cls-6 {
  fill: #fff;
}

.electro-dark  .copyright-bar {

  background-color: #1b1b1b;
}

.electro-dark .widget-boxed {
  background-color: #212121;
  border-color: #1b1b1b;
}

.electro-dark .widget-boxed-body label,.electro-dark  .cat-filter-box label {
  color: #ffffff;
}

.electro-dark .widget-boxed-body label:before {

  border: 1px solid #646464;
}


.electro-dark .product-meta-cart div:nth-child(1) input {

  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
  color: #ffffff;
}

.electro-dark .product-meta-cart div:nth-child(1) button {

  background-color: #212121;
  color: #f6f6f6;
}

.electro-dark .product-meta-cart div:nth-child(1) {
  display: flex;
  background-color: rgb(33 33 33);
  border: 1px solid #212121;
  margin-right: 15px;
  border-radius: 7px;
  overflow: hidden;
  padding: 0px 5px;
  flex: 0 0 130px;
}
.electro-dark .product-meta-cart div:nth-child(1) input {

  border-left: 1px solid #212121;
  border-right: 1px solid #212121;

  color: #ffffff;
  background-color: #313030;
}

.electro-dark .nav-tabs .nav-item.show .nav-link,.electro-dark .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #212121;
  border-bottom: 2px solid #212121;
  font-weight: bold;
}
.electro-dark .tab-content {
  border: 1px solid #212121;
}

.electro-dark .product-meta-title-price h1 {
  color: #ffffff;
}
.electro-dark .product-meta-title-price p {
  margin: 0;
  color: #ffffff;
}
.electro-dark  .product-meta-title-price div .showcase-price-new {

  color: #ffffff;
}
.electro-dark .sf-form-container {
  background: #181818;
}



.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: #fe6205;
  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;
}

.electro-dark [data-slick="days-slick"] .col-product-item-price del {
  color: #a5a3a3;
}

.electro-dark a {
  color: #d9d9d9;
}

.electro-dark [data-slick="days-slick"] .col-product-item-title a {

  color: #d9d9d9;
}
.site-footer {
  margin-top: 25px;
  display: block;
}

.sf-primary-button ,.sf-negative-button{
  background: #F58800 !important;
  border-bottom: 3px solid #F58800 !important;
}

.ps-product__gallery {
  border: 1px solid #ddd;
  padding: 10px;
}
.basket-right ul li:nth-child(6) {
  display: none;
}
.basket-right ul li:nth-child(5) {
  order: 6;
}

.basket-right ul li:nth-child(4) {
  order: 4;
}
.basket-right ul li:nth-child(3) {
  order: 3;
}
.basket-right ul li:nth-child(2) {
  order: 1;
}
.basket-right ul li:nth-child(1) {
  order: 2;
}
.basket-right ul li {
  flex: 1 1100%;
  order: 5;
}
.basket-right ul {
  display: flex;

  flex-wrap: wrap;
}

.basket-right .discount-coupon .coupon-title {
  display: none;
}

.basket-right .discount-coupon form {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.basket-right .discount-coupon input {
  width: 100%;
  margin: 0px;
  border: 1px solid #ddd;
  height: 36px;
}
.basket-right .discount-coupon button {
  background-color: #F58800;
  margin: 0px;
  height: 36px;
  font-weight: 200;
}
.basket-right .discount-coupon {
  order: 2;
}
.basket-right {
  display: flex;
  flex-wrap: wrap;
}

.basket-right ul li.kargo {
  height: auto;
  background-color: #fff;
  color: #000;
}
.basket-right ul li.kargo span ,.basket-right ul li.kargo span.blue{
  color: #000!important;
}
.basket-right ul li.kargo span.sepet1, .basket-right ul li.kargo span.sepet2, .basket-right ul li.kargo span.sepet3 {
  font-weight: normal !important;
}

.basket-right ul li.total, .basket-right ul li.kdv {

  height: auto;
}
.basket-right ul li:nth-child(4) {

  background-color: #F58800;
}
.basket-right ul li:nth-child(4) span {
  color: #fff;
}
.basket-right ul li:nth-child(4) span.total {
  font-size: 21px!important;
}



a#lg-download {
  display: none;
}

.lg-backdrop,.lg-outer{

  z-index: 999999999;
}
.cat-list li a {
  border: 1px solid #ddd;
  display: block;
  margin: 10px 0px;
  padding: 8px;
  font-weight: 600;
  font-size: 13px;
}
.cat-list li a:hover {
  background-color: #F58800;
  color: #fff;
}

#tel-birakin ,.whatsapp_tabela{
  display:none!important;
}

.product-meta-badge img {
  flex: 0 0 33%;
  width: 33%;
  margin-right: 7.5px;
}
.product-meta-varyant > div.product-meta-badge {
  order: 4;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1 1 100%;
  padding-right: 10px;
}
.product-image-box{    overflow: hidden;}

li.menu-item-110220203.menu-level-0.dropdown.mm-listitem {
  background-color: #dcdcdc;
  border-bottom: 0px;
  border-top: 0px;
}

.menu-item-110220203 a .fa.fa-user {
  background-color: #999;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 24px;
  margin-right: 8px;
}
.header-nav-box {position: sticky;z-index: 9;top: 0px;}
a.header-logo svg {
  width: 100%;
  height: auto;
}
.footer-logo svg {
  width: 250px;
  height: auto;
}

.category-page-sub-list {
  z-index: 9;
  position: absolute;
  top: calc(100% + -15px);
  left: 0;
  border: 1px solid var(--secondBgColor);
  height: auto;
  width: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  background-color: #fff;
  color: var(--globalColor);
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #1f2d47;
  border-top: 0px;
  height: 0px;
  overflow: hidden;
}

.header-menu > li:hover div {
  display: block;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: -webkit-transform .5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .5s 0s, visibility 0s 0s;
  transition: transform .5s 0s, visibility 0s 0s;
  opacity: 1;
  height: auto;
}

.category-page-sub-list ul {
  display: flex;
  flex-wrap: wrap;
}

.category-page-sub-list ul li {
  flex: 0 0 25%;
  padding: 10px;
}

.category-page-sub-list ul li a img {
  border: 1px solid #1f2d47;
  border-radius: 6px;
  overflow: hidden;
  padding: 1.5px;
}

.category-page-sub-list ul li h3 {
  text-align: center;
  display: block;
  color: #000;
  font-size: 14px;
  padding-top: 7.5px;
}

.category-page-sub-list ul li a {
  display: block;
}

.col-product-item-button div:nth-child(1) {
  display: flex;
  background-color: #fff;
  padding: 2.5px;
  align-items: center;
  text-align: center;
  flex: 0;
}

.col-product-item-button div:nth-child(1) input {
  width: 45px;
  text-align: center;
  margin: 0px 1.5px;
}

.col-product-item-button div:nth-child(1) .fa {
  padding: 2.5px;
}

.col-product-item-button div:nth-child(2) {flex: 1;}

.col-product-item-button div:nth-child(3) {
  flex: 0 0 35px;
  border: 1px solid #41cc64;
  border-top: 0;
  border-bottom: 0px;
}

.col-product-item-button div:nth-child(4) {
  flex: 0 0 35px;
}

.col-product-item-button div:nth-child(2) button {
  text-align: center;
  display: flex;
  justify-content: center;
}

.header-menu > li:hover > a {
  color: #4bd96f;
}
.product-meta-title-price div.product-meta-price {
  display: flex;
  align-items: center;
}

.product-meta-title-price div.product-meta-price > div:nth-child(1) {
  background-color: red;
  color: #fff;
  /* height: 50px; */
  line-height: 17px;
  padding: 15px 20px;
  border-radius: 3px;
  margin-right: 7.5px;
}

.product-meta-title-price div.product-meta-price > div:nth-child(1) b {
  display: block;
  font-size: 21px;
}

.product-meta-title-price div.product-meta-price > div:nth-child(1) small {
  font-size: 11px;
}

[data-countdown="single"] {
  display: flex;
}

[data-countdown="single"] > span {
  /* border: 1px solid #ddd; */
  margin: 0px 2.5px;
  padding: 0px;
  flex:0 0 75px;
  text-align:center;
  border-radius:5px;
  overflow:hidden;
  box-shadow: 1px 1px 10px #4caf5d36;
}

[data-countdown="single"] > span > span {
  display: block;
  background-color: #fff;
  padding:2.5px 5px;
  color: #43b155;
  font-weight:900;
  font-size:18px;
}

[data-countdown="single"] > span > span + span {
  display: block;
  background-color: #43b155;
  color:#fff;
  font-size:13px;
  text-transform: uppercase;
  padding: 0px;
  line-height: 20px;
  font-size: 11px;
}

.product-meta-varyant .urunSecim li img {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  border-radius: 3px;
}

.product-meta-special-content ul {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 1px 1px 10px #4caf5d36;
  padding: 7.5px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.product-meta-special-content ul li {
  flex: 0 0 50%;
}

.product-meta-special-content ul li span {
  display: block;
  border-top: 1px solid #ddd;
  padding: 7.5px 0px;
}

.product-meta-special-content ul li:nth-child(1) {
  flex: 1 1 100%;
  width: 100%;
}

.product-meta-special-content ul li:nth-child(1) span {
  border: 0px;
}

.cargo-truck-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cargo-truck-box svg {
  width: 35px;
  height: auto;
  margin-right: 7.5px;
}

.cargo-truck-box p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 17px;
}

.col-product-item-price .product-meta-price > div:nth-child(1) {
  background-color: red;
  color: #ddd;
  display: inline-block;
  border-radius: 3px;
  padding: 2.5px 10px;
  color: #fff;
  font-size: 14px;
}
.col-product-item-button div:nth-child(2) button .fa {
  display: none;
}

.footer-logo img {
  width: 225px;
}
nav.fix-menu a .fa {
  display: block;
  font-size: 24px;
  /* height: 31px; */
  width: 20px;
  display: flex;
  margin: auto;
  margin: 8px auto 4px;
}

.col-product-item .col-product-item-image-content img {
  height: 350px;
  object-fit: scale-down;
}