@import url(bootstrap.min.css);
@import url(swiper.min.css);
@import url(fontawesome.css);

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
/*font-family: 'Poppins', sans-serif;*/


@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

a:active,
a:focus,
input,
button {
  background-color: transparent;
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

a:hover {
  text-decoration: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type=submit] {
  cursor: pointer;
  border: 0;
  padding: 0;
}

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

em {
  font-style: italic;
}

a,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-right:before {
  content: '\e801';
}

/* '' */
.icon-left:before {
  content: '\e802';
}

/* '' */
.icon-mail:before {
  content: '\e803';
}

/* '' */
.icon-angle-up-1:before {
  content: '\e804';
}

/* '' */
.icon-left-open-1:before {
  content: '\e805';
}

/* '' */
.icon-right-open-1:before {
  content: '\e806';
}

/* '' */
.icon-left-1:before {
  content: '\e807';
}

/* '' */
.icon-right-1:before {
  content: '\e808';
}

/* '' */
.icon-search-1:before {
  content: '\e809';
}

/* '' */
.icon-googleplus:before {
  content: '\e80a';
}

/* '' */
.icon-right-open:before {
  content: '\f006';
}

/* '' */
.icon-left-open:before {
  content: '\f007';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-share:before {
  content: '\f1e0';
}

/* '' */
.icon-gplus:before {
  content: '\f30f';
}

/* '' */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?54783886');
  src: url('../font/fontello.eot?54783886#iefix') format('embedded-opentype'),
  url('../font/fontello.woff?54783886') format('woff'),
  url('../font/fontello.ttf?54783886') format('truetype'),
  url('../font/fontello.svg?54783886#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

html, body {
  font-family: 'Poppins', sans-serif;
overflow: inherit!important;
}

body:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000000a8;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

body.fda:before {
  z-index: 50;
  opacity: 1;
}

body.overflow {
  position: relative;
  height: 100vh;
  overflow: hidden!important;
}

html.overflow {
  position: relative;
  height: 100vh;
  overflow: hidden!important;
}

.container {
  max-width: 1350px !important;
}

.top-header {
  float: left;
  background: #fafafa;
  padding: 20px 35px;
  width: 100%;
}

.top-header .left {
  float: left;
}

.top-header .left h4 {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  margin-right: 10px;
  font-weight: 500;
}

.top-header .left h4 i {
  margin-right: 10px;
}

.top-header .left h4 img {
  float: left;
  width: 20px;
  margin-right: 10px;
}

.top-header .left a {
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 5600;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.top-header .left a:hover {
  color: #ea4d28;
}

.top-header .right {
  float: right;
}

.top-header .right a {
  float: left;
  color: #1d1d1b;
  font-size: 14px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.top-header .right a:hover {
  color: #ea4d28;
}

.top-header .right a i {
  margin-right: 10px;
}

.top-header .right a img {
  width: 20px;
  margin-right: 10px;
}

header {
  width: 100%;
  float: left;
  padding: 25px;
  position: relative;
}

header .logo {
  float: left;
}

header .menu {
  float: left;
  
  position: inherit !important;
}

header .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .menu ul li {
  float: left;
  height: 90px;
  display: flex;
  padding: 0 12px;
}

header .menu ul li:hover {
  background: #f8f8f8;
}

header .menu ul li a {
  font-size: 13px;
  font-weight: 500;
  padding: 33px 15px;
  line-height: 16px;
  color: #1d1d1b;
}

header .menu .open-menu {
  position: absolute;
  left: 0;
  background: #fff;
  top: 100%;
  max-height: 550px;
  width: 100%;
  padding-top: 50px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  visibility: hidden;
}

header .menu .open-menu ul {
  display: inherit;
  float: left;
  width: 250px;
}

header .menu .open-menu ul li {
  display: inherit;
  float: none;
  height: auto;
}

header .menu .open-menu ul li:hover {
  background: none;
}

header .menu .open-menu ul li a {
  font-size: 13px;
  line-height: 3.46;
  padding: 0 20px;
  letter-spacing: -1px;
  font-weight: 400;
  text-align: left;
  display: inherit;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

header .menu .open-menu ul li a:hover {
  font-weight: 600;
  text-decoration: underline;
}

header .menu ul li a i {
  float: right;
  display: none;
}



header .menu .open-menu img {

}
.soru{
    background: #fcfcfc;
    padding: 15px!important;
    margin-bottom: 10px;
}
header .menu .cls {
  background: #ebebeb;
  padding: 15px 15px;
  float: left;
  width: 100%;
  display: none;
  font-size: 14px;
}

header .menu .mobile-basket {
  float: left;
  padding: 20px 20px;
  margin: 20px 5% 0 5%;
  background: #f4f4f4;
  display: none;
  width: 90%;
}

header .menu .mobile-basket span {
  float: right;
  font-weight: 600;
}

header .menu .mobile-user {
  width: 100%;
  float: left;
  padding: 0 15px;
  display: none;
}

header .menu .mobile-user a {
  width: 50%;
  background: #050101;
  display: block;
  margin-top: 20px;
  float: left;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
}

header .right .box {
  float: right;
  margin-left: 25px;
  padding: 35px 0;
}

header .right .box.search {
  cursor: pointer;
}

header .row {

}

header .right a {
  width: 100px;
  float: right;
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1b;
  float: right;
  line-height: 15px;
}

header .right img {
  margin-right: 10px;
  width: 22px;
  float: left;
}

header .right .box a {
  font-weight: 600;
  font-size: 12px;
  float: left;
  display: inherit;
  margin-right: 5px;
  width: auto;
}

header .right p {
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1b;
  float: left;
  line-height: 15px;
}

header .right .box.user {
  height: 60px;
  border-radius: 30px;
  background-color: #f2f2f2;
  margin-top: 14px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

header .right .box.cart {
  height: 60px;
  border-radius: 30px;
  background-color: #1d1d1b;
  display: flex;
  margin-top: 14px;
  padding: 0 20px;
  align-items: center;
  margin-right: -25px;
}

header .right .box.cart a {
  color: #fff;
  margin-top: -15px;
}

header .right .box.cart span {
  color: #fff;
  float: left;
  margin-left: -40px;
  margin-top: 19px;
  font-size: 13px;
  font-weight: 600;
}

header .menu-toggle {
  float: left;
  display: none !important;
  display: block;
  padding: 19px 0 0 0px;
  font-size: 18px;
}

header .main-search {
  position: fixed;
  left: 0;
  top: 0px;
  background: #000000c9;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 60;
  backdrop-filter: blur(5px);
  -webkkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);

}

header .main-search.active {
  display: block;
}

header .main-search span {
  position: absolute;
  right: 15%;
  top: 20%;
  color: white;
  border: 1px solid #ffffff5c;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}

header .main-search .boxs {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}

header .main-search h3 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

header .main-search form {
  position: relative;
}

header .main-search input {
  width: 100%;
  height: 60px;
  background: transparent;
  border: solid 1px #ffffff;
  color: #fff;
  font-size: 12px;
  padding: 0 25px;
}

header .main-search input::placeholder {
  font-size: 12px;
  color: #ffffff3b;
  line-height: 40px;
}

header .main-search input::webkit-input-placeholder {
  line-height: normal !important;
}

header .main-search button {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 20px;
  width: 80px;
  height: 60px;
}

.main-slider {
  width: 100%;
  float: left;
    height: 372px;
}

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

.main-slider .text {
  padding: 18px 0;
  text-align: center;
  margin-top: -3px;
  background: #f4f4f478;
  font-size: 18px;
  color: #565656;
}

.main-slider .swiper-button {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 50;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.main-slider .swiper-button .left {
  display: flex;
  background: #00000073;
  padding: 8px;
  border-radius: 50%;
  margin-left: 25px;
  color: #fff;
  font-size: 14px;
  float: left;
  width: 35px;
  cursor: pointer;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.main-slider .swiper-button .right {
  display: flex;
  background: #00000073;
  padding: 8px;
  border-radius: 50%;
  margin-right: 25px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  float: right;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.main-slider .swiper-pagination {
  background: #f0f0f0;
  bottom: 12px;
  padding: 15px 0;
}

.main-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #b7b7b7;
  width: 7px;
  height: 7px;
  margin: 0 8px;
  border-radius: 50%;
}

.main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.popular {
  width: 100%;
  float: left;

  padding: 10px 0px;
}

.popular .left {
  border: 10px solid #90cac8;
  padding: 40px;
  float: left;
    height: 1050px;
  width: 100%;
  background: white;
}

.popular .right {
  border: 10px solid #ecf0f0;
  padding: 40px;
  float: left;
    height: 1050px;
  width: 100%;
  background: #fff;
}

.popular .p-category {
  width: 100%;

}

.popular .title {
  border-bottom: 1px solid #f4f4f4;
  text-align: left;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.popular .title h3 {
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: bold;
  display: block;
  line-height: 33px;
  width: 100%;
  padding-bottom: 20px;
}

.popular .title img {
  width: 34px;
  float: left;
  margin-right: 14px;
}

.popular img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.popular .p-box {
  position: relative;
  margin-bottom: 26px;
}

.popular .p-box small {
  position: absolute;
  left: -20px;
  top: 25px;
  padding: 7px 15px;
  background: #212529;
  color: #ffffff;
  font-weight: 500;
  z-index: 10;
}

.popular .p-box small:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 105%;
  border-color: transparent #212529 transparent transparent;
  border-style: solid;
  border-width: 0px 19px 15px 25px;
  width: 0px;
  height: 0px;
}

.popular .p-box h4 {
  position: absolute;
  bottom: 0px;
  left: 15px;

  font-weight: 500;
  text-align: center;

  display: block;

  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #1d1d1b;

  background: #fff;
}

.popular .p-box .images {
  display: block;
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;

}

.popular .p-box .images .filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
          180deg, rgba(0, 0, 0, 0) 41.34%, rgb(255 255 255) 100%);

}

.popular .images:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.popular-slider {
  width: 100%;
  float: left;
}

.popular-slider .swiper-container {
  width: 100%;
  float: left;
}

.popular-slider .swiper-container .box {
  width: 100%;
  margin-bottom: 2%;
  float: left;
    border: 1px solid #ecf0f0;
    height: 420px;
}

.popular-slider .swiper-container .box a {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.popular-slider .swiper-container .box:hover {
  border: 1px solid #ff9508;
}

.swiper-container .box .info {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 100px;
  z-index: 40;
}

.swiper-container .box .campaign {

  padding: 5px;
  margin-bottom: 5px;
  background-color: red;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.swiper-container .box .new {

  padding: 5px;
  margin-bottom: 5px;
  background-color: green;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.swiper-container .box .fast {

  padding: 5px;
  margin-bottom: 5px;
  background-color: orange;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.swiper-container .box .stock {
  padding: 5px;
  margin-bottom: 5px;
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.popular-slider .swiper-container .box a .texts {
  padding: 15px;
  background: #fff;
}

.popular-slider .swiper-container .box a .texts i {
  color: #e1e1e1;
  font-size: 14px;
}

.popular-slider .swiper-container .box h5 {
  font-size: 14px;
  color: #1d1d1b;
  margin: 5px 0;
  background: #fff;
}

.popular-slider .swiper-container .box p {
  font-size: 12px;
  color: #000;
  margin-bottom: 30px;
}

.popular-slider .swiper-container .box .old-price {
  color: #c9c9c9;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 2px;
  display: block;
}

.popular-slider .swiper-container .box .price {
  font-size: 23px;
  font-weight: 900;
  color: #1d1d1b;
}

.products img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;

}

.products a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.products {
  width: 100%;
  float: left;
  margin: 0 0 100px 0;
  padding: 100px 0;
  position: relative;
}

.products:after {
  content: '';
  position: absolute;
  left: 0;
  top: -500px;
  background: #7dbdbb;
  width: 100%;
  height: 70%;
  z-index: -1;
}

.products .product-tab {
  width: 100%;
}

.products .product-tab #tabs ul {
  float: left;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.products .product-tab #tabs ul li {
  float: left
}

.products .product-tab #tabs ul li a {
  padding: 25px 70px;
  color: #1d1d1b;
  font-weight: 600;
  border: 1px solid #e8e8e870;
  background: #fff;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.products .product-tab #tabs ul li a:hover {
  background: #ea4d28;
  color: #fff;
}

.products .product-tab #tabs ul li.ui-tabs-active a {
  background: #ea4d28;
  color: #fff;
}

.products .product-tab #tabs .box {
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 2%;
  float: left;
}

.products .product-tab #tabs .box:nth-child(4n) {
  margin-right: 0;
}

.products a {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ecf0f0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.products a:hover {
  border: 1px solid #ff9508;
}

.products .info {
  position: absolute;
  right: 15px;
  top: 15px;

  z-index: 40;
}

.products .campaign {

  padding: 5px;
  margin-bottom: 5px;
  background-color: red;
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.products .new {

  padding: 5px;
  margin-bottom: 5px;
  background-color: green;
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.products .fast {

  padding: 5px;
  margin-bottom: 5px;
  background-color: orange;
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.products .stock {
  padding: 5px;
  margin-bottom: 5px;
  background-color: #000;
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.products a .texts {
  padding: 15px;
  background: #fff;
}

.products a .texts i {
  color: #e1e1e1;
  font-size: 14px;
}

.products h5 {
  font-size: 14px;
  color: #1d1d1b;
  margin: 5px 0;
  background: #fff;
}

.products p {
  font-size: 12px;
  color: #000;
  margin-bottom: 30px;
}

.products .old-price {
  color: #c9c9c9;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 2px;
  display: block;
}

.products .price {
  font-size: 23px;
  font-weight: 900;
  color: #1d1d1b;
}

.products img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;

}

.products a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.banner {
  width: 100%;

  float: left;
}

.banner .banner-box {
  width: 100%;
  background: #ecf0f0;
  padding: 50px 50px 20px 50px;

}

.banner .banner-box .box {
  width: 100%;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.banner .banner-box .box h4 {
  font-weight: 415;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}

.banner .banner-box .box h4 span {
  font-weight: 600;
  font-size: 18px;
}

.banner .banner-box .box.right img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
    width: 55%;
  object-fit: cover;
}

.banner .banner-box .box.left {
  justify-content: right;
  margin-bottom: 0;
}

.banner .banner-box .box.left img {
  position: absolute;
  left: 0;
  top: 0;
    width: 55%;
  height: 100%;
  object-fit: cover;
}

.banner .banner-box .row .col-lg-6:first-child .box {
  background: #FBAFAF;
}

.banner .banner-box .row .col-lg-6:nth-child(2) .box {
  background: #F3E8CB;
}

.banner .banner-box .row .col-lg-6:nth-child(3) .box {
  background: #99E1E5;
}

.banner .banner-box .row .col-lg-6:last-child .box {
  background: #F2C6B4;
}

.editor {
  width: 100%;
  margin-top: 100px;
  background: #f4f4f43d;
  float: left;
  padding: 100px 0;
}

.editor .editor-box {
  width: 100%;

}

.editor .swiper-container {
  width: 100%;
  float: left;
}

.editor .swiper-container a {
  position: relative;
  display: block;
  
  overflow: hidden;
  
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.editor .swiper-container .box{
    background: #fff;
    border: 1px solid #ecf0f0;
}
.editor .swiper-container .box:hover {
  border: 1px solid #ff9508;
}

.editor .swiper-container a img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.editor .swiper-container a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.editor .swiper-container a .campaign {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 65px;
  height: 25px;
  background-color: #ff9508;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  left: 10px;
  z-index: 70;
}

.editor .swiper-container a .texts {
  padding: 15px;
  background: #fff;
}

.editor .swiper-container a .texts i {
  color: #e1e1e1;
  font-size: 14px;
}

.editor .swiper-container h5 {
  font-size: 14px;
  color: #1d1d1b;
  margin: 5px 0;
  background: #fff;
}

.editor .swiper-container p {
  font-size: 12px;
  color: #000;
    line-height: 150%;
  margin-bottom: 30px;
}

.editor .swiper-container .old-price {
  color: #c9c9c9;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 2px;
  display: block;
}

.editor .swiper-container .price {
  font-size: 23px;
  font-weight: 900;
  color: #1d1d1b;
}

.editor .swiper-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.editor .swiper-button {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 50;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.editor .swiper-button .left {
  display: flex;
  background: #00000073;
  padding: 8px;
  border-radius: 50%;
  margin-left: 25px;
  color: #fff;
  font-size: 14px;
  float: left;
  width: 35px;
  cursor: pointer;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.editor .swiper-button .right {
  display: flex;
  background: #00000073;
  padding: 8px;
  border-radius: 50%;
  margin-right: 25px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  float: right;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.editor .editor-box h4 {
  color: #1d1d1b;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 80px;

}

.information {
  width: 100%;
  margin: 30px 0;
  float: left;
}

.information .f-box {
  text-align: center;
  padding: 50px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.information .f-box:hover {
  background: #f4f4f478;
}

.information .f-box h6 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
}

.information .f-box p {
  font-size: 13px;
  line-height: 1.23;
  padding-bottom: 0;
}
span.product-stok span{
        width: 269px;
    padding: 10px 0;
        font-size: 13px!important;
        right: -25px;
    top: 20px;
    z-index: 50;
}
footer {
  width: 100%;
  background: #1D1D1B;
  float: left;
  padding: 50px 0 0 0;
}

footer .footer-box {
  width: 100%;
  margin: 40px 0;
}

footer .footer-box .footer-top {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}

footer .footer-box .footer-top h4 {
  font-size: 27px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  margin-bottom: 5px;
  line-height: 33px;
}

footer .footer-box .footer-top p {
  color: #c4c4c4;
  font-size: 13px;
  line-height: 15px;
  padding: 0;
}

footer .footer-box .footer-top input {
  height: 60px;
  border: solid 1px #ffffff;
  background: transparent;
  padding: 0 25px;
  color: #ffffff;
  width: 100%;
}

footer .footer-box .footer-top input::placeholder {
  color: #ffffff63;
  font-size: 12px;
}

footer .footer-box .footer-top button {
  position: absolute;
  right: 15px;
  top: 0;
  width: 60px;
  height: 60px;
  color: white;
}

footer .footer-box .footer-middle {
  border-top: 1px solid #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #2f2f2f;
}

footer .footer-box .footer-middle h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

footer .footer-box .footer-middle ul li a {
  line-height: 2.31;
  color: #c4c4c4;
  font-size: 13px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}

footer .footer-box .footer-middle ul li a:hover {
  color: #ffffff;
}

footer .footer-box .footer-middle p {
  line-height: 2.31;
  color: #c4c4c4;
  margin-bottom: 15px;
  font-size: 12px;
}

footer .footer-box .footer-middle span {
  font-weight: 600;
}

footer .footer-box .footer-middle .phone {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

footer .footer-box .footer-middle .phone i {
  font-size: 40px;
  margin-right: 10px;
  position: relative;
  top: 8px;
}

footer .footer-box .footer-middle .last {
  padding-left: 20px;
}

footer .footer-box .footer-middle .social {
  width: 100%;
  float: left;
}

footer .footer-box .footer-middle .social ul {
  width: 100%;
}

footer .footer-box .footer-middle .social ul li {
  margin: 0 10px 20px 10px;
  float: left;
}

footer .footer-box .footer-middle .social ul li a {
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  background: #ffffff0f;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

footer .footer-box .footer-middle .social ul li a:hover {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}

.cards {
  width: 100%;
  float: left;
  background: #f4f4f4;
}

.cards ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
}

.cards ul li {
  float: left;
  margin: 30px 20px;
}

.copy {
  width: 100%;
  background: #fff;
  text-align: center;
  float: left;
  padding: 40px 0;
}

.copy p {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  line-height: 150%;
}

.product-top {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 20px 0;
  margin: 0px 0 100px 0;
}

.product-top ul li {
  float: left;
  font-size: 14px;
}

.product-top ul li a {
  color: #1d1d1b;
  padding-right: 15px;
  display: block;
}

.product-top ul li a i {
  padding-left: 15px;
}

.product-left .mySwiper2 img {
  width: 100%;
  height: 300px !important;

}

.product-left .mySwiper img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #d9d9d9;
}

.product-left .mySwiper {
  margin-top: 5px;
}

.product-right h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.product-right p {
  font-size: 12px;
  color: #686767;
}

.product-right .star {
  margin: 10px 0;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.product-right .star i {
  font-size: 14px;
  color: #e1e1e1;
}

.product-right h5 {
  font-size: 40px;
  font-weight: 800;
  color: #1d1d1b;
}

.product-right .icon-share {
  float: right;
}

.product-button {
  margin: 20px 0;
  float: left;
}

.product-right .icon-share:before {
  color: #1d1d1b;
}

.popup-share a {
  padding: 12px 10px !important;
}

.popup-share a:before {
  margin-right: 10px;
}

.popup-share {
  box-shadow: 1px 1px 45px 5px rgb(0 0 0 / 10%) !important;
  -webkit-box-shadow: 1px 1px 45px 5px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 1px 1px 45px 5px rgb(0 0 0 / 10%) !important;
  border: none !important;
}

.product-button .basket {
  width: 200px;
  display: block;
  float: left;
  text-align: center;
  background: #e6a62b;
  color: #fff;
  padding: 20px 0;
  font-weight: 700;
  margin-right: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.product-button .basket:hover {
  background: #bf820d;
}

.product-button .now {
  width: 200px;
  display: block;
  float: left;
  text-align: center;
  background: #1fa400;
  color: #fff;
  padding: 20px 0;
  font-weight: 700;
  margin-right: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.product-button .now:hover {
  background: #1d7509;
}

.price {
  margin-top: 20px;
}

.price p {
  background: #efefef;
  padding: 5px 10px;
  display: inline;
}

.product-inf {
  float: left;
  margin-top: 30px;
}

.product-inf p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 10px;
}

.sales-button {
  float: left;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.sales-button .buttons {
  border-radius: 4px;
  overflow: hidden;
  float: left;
}

.sales-button button {
  width: 30px;
  height: 30px;
  font-size: 10px;
  background: #7dbdbb;
  color: #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  outline: none;
  border: none;
  line-height: 0;
  padding-left: 1px;
  margin: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.sales-button input {
  float: left;
  position: inherit;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #7dbdbb;
  font-size: 14px;
  color: #000;
  border-radius: 0;
}

.p-important {
  width: 100%;
  float: left;
  margin: 10px 0 30px 0;
}

.p-important > div form {
  float: left;
  margin-right: 3.5px;
}

.p-important > div {
  font-size: 12px;
  background: white;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #1d1d1b;
  display: block;
  float: left;
  margin: 2.5px;
  flex: auto;
}

.p-important > div a {
  color: #000;
  line-height: 19px;
}

#tab {
  width: 100%;
  float: left;
  margin: 100px 0;
}

#tab ul {
  width: 100%;
  float: left;
}

#tab ul li {
  float: left;
  width: 20%;
}

#tab ul li a {
  background: #f4f4f4;
  padding: 20px 40px;
  width: 100%;
  display: block;
  color: #1d1d1b;
  text-align: center;
  font-weight: 600;
}

#tab ul li.ui-state-active a {
  background: #1d1d1b;
  color: #fff;
}

#tab .ui-tabs-panel {
  padding: 80px 25px 25px 25px;
  line-height: 150%;
  background: #fafafa;
}

#tab label {
  display: block;
  margin-bottom: 10px;
}

.prod-content {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}

.prod-content h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.prod-content h3 i {
  color: #fbfbfb;
  margin-right: 10px;
  padding: 7px;
  background: #e6a62b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.prod-content ul li {
  width: 24%;
  background: #ffffff;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  display: table;
  border: 1px solid #e8e8e870;
  padding: 20px;
  border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.prod-content ul li:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
}

.prod-content ul li .left {
  float: left;
}

.prod-content ul li .left h5 {
  font-size: 16px;
  color: #1d1d1b;
  margin-bottom: 5px;
}

.prod-content ul li .left span {
  font-size: 14px;
  color: #1d1d1b;
}

.prod-content ul li .right {
  float: right;
}

.prod-content ul li .right span {
  color: #1d1d1b;
  display: block;
  margin-top: 15px;
}

.product-right .social {

  float: left;
  margin: 15px 0;
}

.product-right .social a {
  float: left;
  margin-right: 10px;
}

.product-right .social a svg {
  width: 20px;
  height: 20px;
}

.category-page form button {
  width: 100%;
  height: 50px;
  background: #1d1d1b;
  color: #fff;
  font-weight: 800;
  margin-top: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.category-page form button:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
}

.category-box {
  padding: 20px;
  background: #fff;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.category-box h4 {
  font-size: 18px;
  margin-bottom: 25px;
}

.category-box ul li {
  float: left;
  width: 100%;
  position: relative;
}

.category-box ul li a {
    padding: 15px 0;
    display: block;
    font-size: 13px;
    color: #1d1d1b;
    border-bottom: 1px solid #f4f4f4;
    line-height: 150%;
}

.category-box .brand-box {
  float: left;
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.category-box .brand-box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.category-box .brand-box::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.category-box .brand-box::-webkit-scrollbar-thumb {
  background: #f0f0f0;
}

.category-box .brand-box span {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border: 1px solid #dddddd;
  top: 8px;
  left: 0;
}

.category-box .brand-box span.active {
  background: #000;
  border: none;
}

.category-box .brand-box span:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -o-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.category-box .brand-box input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 20;
}

.category-box .brand-box ul li {
  padding-left: 20px;
}

.category-box .brand-box input:checked ~ span:before {
  transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
}

.category-box.select-bx .form-group {
  position: relative;
}

.category-box.select-bx input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 20;
}

.category-box.select-bx span {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border: 1px solid #dddddd;
  top: 0;
  left: 0;
}

.category-box.select-bx span.active {
  background: #000000;
  border: none;
}

.category-box.select-bx span:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(
          -45deg) scale(0);
  -webkit-transform: rotate(
          -45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -o-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.category-box.select-bx input:checked ~ span:before {
  transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
}

.category-box.select-bx label {
  font-size: 14px;
  margin-left: 25px;
}

.category-box.select-bx h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

.price-range-slider {
  width: 100%;
  float: left;
  padding: 10px 20px;

}

.category-top {
  width: 100%;
  background: #ffffff;
  float: left;
  margin-bottom: 20px;
  padding: 15px 0 0 0;

}

.category-top .right {
  float: right;
  padding: 15px 20px;
}

.category-top .right div {
  float: left;
  padding: 0 5px;
}

.category-top .right div i {
  cursor: pointer;
  color: #cdcdcd;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.category-top .right div.active i {
  color: #000000;
}

.category-top .right div:hover i {
  color: #000000;
}

.category-top select {
  height: 50px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0 15px;
}

.category-top .form-group {
  float: left;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.category-top label:before, .category-box.select-bx label:before {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border: 1px solid #dddddd;

  left: 0;
  content: ""
}

.category-top input:checked + label:before, .category-box.select-bx input:checked + label:before {
  background: #000000;
  border: none;
}

.category-top label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -o-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.category-top input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 20;
}

.category-top input:checked ~ span:before {
  transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
}

.category-top label {
  font-size: 14px;
  margin-left: 10px;
}

.category-main {
  width: 100%;
  margin-top: 20px;
}

.category-main .box {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 2%;
  float: left;
  background: white;
  overflow: hidden;
  position: relative;
}

.category-main .box small {
  POSITION: ABSOLUTE;
  LEFT: -100px;
  top: 5px;
  padding: 10px 25px;
  background: #080808;
  color: #fff;
  z-index: 500;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.category-main .box:hover small {
  left: 5px;
}

.category-main .box.three {
  width: 31%;
  margin-right: 3.5%;
}

.category-main .box:nth-child(4n) {
  margin-right: 0;
}

.category-main .box.three:nth-child(4n) {
  margin-right: 3.5%;
}

.category-main .box.three:nth-child(3n) {
  margin-right: 0;
}

.category-main .box .text {
  float: left;
  width: 100%;
  padding: 10px 20px;
}

.category-main .box .images {
  width: 100%;
  height: 220px;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-main .box .new {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #11a003;
  padding: 7px 10px;
  font-size: 12px;
  color: #fff;
  z-index: 20;
}

.category-main .box img {
  object-fit: cover;
  margin: auto;
  display: table;
  margin-bottom: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.category-main .box:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.category-main .box span {
  color: lightgrey;
  font-size: 10px;
}

.category-main .box h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
  color: #1d1d1d;
}

.category-main .box h4 {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 400;
  min-height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 19px;
  text-align: left;
}

.category-main .box .price {
  font-size: 18px;
  font-weight: 800;
  color: #1d1d1d;
}

.category-page {
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding-bottom: 100px;
}

.category-box .ui-widget-header {
  height: 4px !important;
  background: #1d1d1b;
}

.category-box .ui-state-default,
.category-box .ui-widget-content .ui-state-default,
.category-box .ui-widget-header .ui-state-default {
  border: 1px solid #c3c3c3;
  border-radius: 13px;
  background: #fff;
}

.category-box .ui-widget-content {
  height: 2px !important;
  border: 0;
  background: #e0e0da;
}

.ui-slider-horizontal .ui-slider-range {
  top: -2px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  cursor: pointer;
}

.ui-slider-handle {
  outline: none;
}

.ui-slider-handle .amount {
  position: absolute;
  left: 0;
  top: 35px;
  display: none;
  width: 130px;
  padding: 10px 0;
  text-align: center;
  margin-left: -55px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  border: 1px solid #1D1D1B;
  background: #1D1D1B;
}

.ui-slider .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
}

.ui-slider-handle .amount:after {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-bottom: 5px solid #1D1D1B;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  background-color: #fff;
}

.min-range {
  float: left;
  padding-top: 20px;
  font-size: 12px;
  color: #888;
}

.max-range {
  float: right;
  padding-top: 20px;
  font-size: 12px;
  color: #888;
}

.slider-range-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0px 0px 0;
}

.contact-top {
  width: 100%;
  float: left;
}

.contact-top .box {
  background: #ffffff;
  padding: 25px;
  height: 160px;
  border: 1px solid #ececec;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.contact-top .box:hover {
  border: 1px solid #1d1d1b;
}

.contact-top .box h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-top .box p {
  font-size: 16px;
  line-height: 150%;
}

.contact-form {
  width: 100%;
  float: left;
  margin-top: 100px;
}

.contact-form h3 {
  margin-bottom: 40px;
  position: relative;
}

.contact-form h3:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60px;
  height: 2px;
  background: #000;
}

.contact-form input {
  border: 1px solid #ececec;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.contact-form input:focus {
  border: 1px solid #000000;
}

.contact-form textarea {
  width: 100%;
  height: 120px;
  padding: 20px;
  border: 1px solid #ececec;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.contact-form textarea:focus {
  border: 1px solid #000000;
}

.contact-form button {
  float: right;
  padding: 16px 40px;
  background: #ea4d28;
  color: #fff;
  margin-top: 25px;
  font-weight: 600;
}

.contact-form button:hover {
  background: #1d1d1b;
}

.map {
  margin-top: 100px;
  float: left;
  width: 100%;
}

.about-page {
  width: 100%;
  float: left;
}

.about-page .left-menu {
  padding: 0 20px;
  margin-bottom: 20px;
}

.about-page .left-menu h4 {
  /* margin-bottom: 20px; */
  font-size: 18px;
  margin-top: 10px;
  /* margin-left: 15px; */
  color: #fff;
  background: #1d1d1b;
  padding: 20px 25px;
}

.about-page .left-menu ul li {
  border: 1px solid #ececec;
  padding: 20px 15px;
}

.about-page .left-menu ul li a {
  color: #1d1d1b;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
    line-height: 150%;
    font-size: 14px;
}

.about-page .left-menu ul li:hover a {
  padding-left: 3px;
}

.about-page .right h3 {
  margin-bottom: 15px;
  font-size: 28px;
}

.about-page .right p {
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 20px;
}

.about-page .right h5 {
  margin-bottom: 20px;
  font-size: 20px;
}

.about-page .left-menu .box {
  border: 1px solid #dfdfdf;
  padding: 15px 0;
  min-height: 100px;
  margin-top: 10px;
}

.about-page .left-menu .box img {
  float: left;
  width: 80px;
  margin-right: 15px;
}

.about-page .left-menu .box h6 {
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  color: #1d1d1b;
}

.about-page .left-menu .box span {
  background: #ea4d28;
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  margin-top: 5px;
}

.category-pagination {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 40px;
}

.category-pagination ul {
  float: right;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.category-pagination ul li {
  float: left;
  margin: 0 5px;
}

.category-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 30px 5px #b9b9b926;
  align-items: center;
  justify-content: center;
  color: #1d1d1b;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.category-pagination ul li a:hover {
  background: #1d1d1b;
  color: #f4f4f4;
}


.info-popup {
  position: fixed;
  right: -400px;
  bottom: 30px;
  padding: 16px 20px;
  background: #fff;
  border: 2px solid #eeeeee;
  border-radius: 60px;
  width: 350px;
  z-index: 5000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.info-popup.active {
  right: 30px;
}

.info-popup img {
  width: 50px;
  float: left;
  margin-right: 25px;
}

.info-popup h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  color: #151515;
  margin-top: 2px;
  margin-bottom: 0;
}

.info-popup p {
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  color: #151515;
  font-size: 14px;
}

.info-popup span {
  POSITION: ABSOLUTE;
  right: -4px;
  top: -10px;
  background: #ffffff;
  border: 2px solid #eee;
  color: #151515;
  font-size: 12px;
  padding: 15px;
  border-radius: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.info-popup span:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.info-popup span img {
  float: left;
  width: 10px;
  margin-right: 0;
}

.error-popup {
  position: fixed;
  right: -400px;
  bottom: 30px;
  padding: 16px 20px;
  background: #fff;
  border: 2px solid #eeeeee;
  border-radius: 60px;
  width: 350px;
  z-index: 5000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.error-popup.active {
  right: 30px;
}

.error-popup img {
  width: 50px;
  float: left;
  margin-right: 25px;
}

.error-popup h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  color: #151515;
  margin-top: 2px;
  margin-bottom: 0;
}

.error-popup p {
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  color: #151515;
  font-size: 14px;
}

.error-popup span {
  POSITION: ABSOLUTE;
  right: -4px;
  top: -10px;
  background: #ffffff;
  border: 2px solid #eee;
  color: #151515;
  font-size: 12px;
  padding: 15px;
  border-radius: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.error-popup span:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.error-popup span img {
  float: left;
  width: 10px;
  margin-right: 0;
}

.sss-acordion #accordion h3 {
  font-size: 20px !important;
  border: none !important;
  background: #f8f8f8 !important;
  padding: 20px !important;
}

.sss-acordion #accordion h3 span {
  margin-right: 15px;
}

.sss-acordion #accordion h3.ui-state-active {
  border: 1px solid #1d1d1b !important;
  background: #1d1d1b !important;

}

.sss-acordion #accordion .content {
  border: none;
}
.seo-content p{
    font-size: 16px;
    line-height: 150%;
}

.soft{
      width: 100%;
    float: left;
    border-top: 1px solid #f3f3f3;
    padding: 15px 0;
    text-align: center;
    background: #f4f4f4;
}
.soft p{
    font-size: 14px;
    line-height: 150%; 
}
.soft p a{
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 1800px) {
  header .menu ul li {
    padding: 0;
  }

  header {
    padding: 25px 10px;
  }

  header .right .box.user {
    padding: 0;
  }

  header .right .box {
    margin-left: 5px;
  }

  header .right .box.cart {
    padding: 0 15px;
  }

  header .row {
    margin-right: 0;
    margin-left: 0;
    width: 100%;

  }

  .product-right .icon-share {
    margin-right: 100px;
    margin-top: 6px;
  }

  footer .footer-box .footer-middle .last {
    padding-left: 0;
  }

  header .right .box a {
    font-size: 12px;

  }

  header .right .box.user {
    padding: 0 5px;
  }

  header .right img {
    width: 18px;
    margin-right: 5px;
  }

  .banner .banner-box .box.left img {
    width: 300px;
  }

  .banner .banner-box .box.right img {
    width: 300px;
  }
}


@media screen and (max-width: 1100px) {
  .container {
    max-width: 100% !important;
  }

  header {
    padding: 15px 0;
  }

  header .menu {
    background: #fff;
    position: absolute !important;
    left: -111%;
    top: 0;
    margin-left: -15px;
    width: 110%;
    padding: 0;
    overflow-x: hidden;
    overflow: scroll;
    height: 100vh;
    z-index: 50;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
  }

  header .menu.active {
    left: 0;
  }

  header .menu ul {
    display: inherit;
  }

  header .menu .open-menu {
    height: auto;
  }

  header .menu ul li {
    display: inherit;
    height: auto;
    padding: 20px;
    border-bottom: 1px solid #ededed;
    width: 100%;
  }

  header .menu ul li:hover {
    background: #fff;
  }

  header .menu ul li a {
    display: inherit;
    color: #1d1d1b;
    padding: 0;
  }

  header .menu ul li a br {
    display: none;
  }

  header .right .box a {
    display: none;
  }

  header .right .box span {
    display: none;
  }

  header .right .box p {
    display: none;
  }

  header .right img {
    margin-right: 0;
  }

  header .logo img {
    width: 100px;
  }

  header .right .box {
    width: 40px;
    margin-left: 5px;
    height: 40px !important;
    padding: 0 10px;
    justify-content: center;
  }

  header .right .box img {
    width: 12px;
  }

  header .right .box.search {
    margin-top: 22px;
  }

  header .menu-toggle {
    display: block !important;
  }

  header .menu ul li {
    padding: 15px 20px;
  }

  header .menu ul li a i {
    display: block;
  }

  header .menu ul li .open-menu img {
    display: none;
  }

  header .menu ul li .open-menu {
    position: inherit;
    padding: 20px 0;
    background: #fff;
    display: none;
    transition: 0s;
    float: left;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    visibility: visible;
    opacity: 1;
       max-height: inherit;
  }


    .sf-form-input, .sf-form-textarea, .sf-form-select{
       max-width:100%; 
    }
    .category-main .box:nth-child(even){
        margin-right: 0.5%;
    }
    .category-main .box{
        margin-right: 1.5%;
    }
  header .menu ul li .open-menu ul li {
    padding: 0 10px;
  }

  header .menu .open-menu ul {
    width: 100%;
  }

  header .menu .mobile-user {
    display: block;
  }

  header .menu .cls {
    display: block;
  }

  header .menu .mobile-basket {
    display: block;
  }

  header .right .box.user {
    margin-top: 7px;
  }

  header .right .box.cart {
    margin-top: 7px;
    margin-right: -15px;

  }
    .editor .swiper-container p{
        margin-bottom: 15px;
    }

  .main-slider .swiper-button .right {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }

  .main-slider .swiper-button .left {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
    .main-slider{
        height: auto;
    }
  .main-slider img {
    width: 100%;
height: auto;
    object-fit: cover;

  }

  .main-slider .swiper-button {
    display: none;
  }

  .main-slider .swiper-pagination {
    bottom: 0;
  }

  header .main-search .boxs {
    width: 90%;
  }

  header .main-search h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  header .main-search i {
    top: 58px;
  }

  header .main-search span {
    top: 10%;
    right: 5%
  }

  .popular .title h3 {
    font-size: 18px;
    padding-bottom: 0;
  }

  .popular .title {
    margin-bottom: 15px;
  }

  .popular {
    padding: 0;
    margin-top: 50px;
  }

  .main-slider .text {
    padding: 10px 7px;
    font-size: 12px;
    line-height: 25px;
  }

  .products .product-tab #tabs ul li a {
    padding: 10px;
    font-size: 14px;
    height: 50px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
  }
    .editor .swiper-container .box{
        height: 365px;
    }
  .banner .banner-box img {
    margin-bottom: 15px;
  }
    .popular-slider .swiper-container .box{
        height: 315px;
    }

  footer .footer-box .footer-top p {
    margin-bottom: 20px;
  }

  footer .footer-box .footer-middle ul {
    margin-bottom: 15px;
  }

  footer .footer-box .footer-middle .last {
    padding-left: 15px;
  }
    .products .info{
        right: 2px;
        top: 2px;
    }
    .products .campaign{
        width: 100px;
        display: inline-block;
        float: right;
    }
    .products .stock{
        width: 100px;
        display: inline-block;
        float: right;
    }

  footer .footer-box .footer-middle .phone {
    font-size: 18px;
  }

  footer .footer-box .footer-middle .phone i {
    font-size: 28px;
    margin-right: 9px;
    top: 4px;
  }

  footer .footer-box .footer-middle .social {
    margin-top: 40px;
  }

  footer .footer-box .footer-middle .social ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  footer .footer-box .footer-middle .social ul li {
    margin: 0 10px 15px 0px;
  }

  .cards {
    padding: 0 10px;
  }

  .cards ul li {
    margin: 10px 0;
  }

  .cards ul li img {
    width: 100%;
  }

  .copy p {
    font-size: 12px;
  }

  .products .product-tab #tabs ul {
    display: grid;
    justify-content: inherit;
    margin-bottom: 30px;
  }

  .editor .editor-box h4 {
    font-size: 18px;
    padding-bottom: 40px;
  }

  footer .footer-box .footer-top h4 {
    font-size: 20px;
  }

  footer .footer-box .footer-top {
    padding-bottom: 25px;
  }

  footer .footer-box .footer-top input {
    height: 50px;
  }

  footer .footer-box .footer-top button {
    height: 50px;
  }

  .product-left img {
    margin-bottom: 25px;
  }

  .price p {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
  }

  #tab ul li {
    width: 100%;
  }

  .product-button a {
    margin-bottom: 20px;
  }

  .p-important a {
    margin-bottom: 5px;
    display: block;
    text-align: center;
  }

  .product-center .b-img {
    width: 100%;
  }

  #tab {
    margin-top: 30px;
  }

  .prod-content ul li {
    width: 100%;
  }

  #tab .ui-tabs-panel {
    float: left;
    padding-top: 25px;
  }
    #tab .ui-tabs-panel p{
        font-size: 16px;
    }

  .product-top {
    margin-bottom: 20px;
  }

  .category-top span {
    left: 20px;
  }

  .category-top label {
    margin-left: 25px;
  }
    .category-top #urunsirala label {
            margin-left: 30px;
    position: relative;
    }
    .category-top #urunsirala label:before{
            left: -20px;
    }
    .category-top #urunsirala #orderBy{
        width: 150px;
    }
  .category-main .box {
    width: 48.5%;
    height: 350px;
  }

  .category-main .box:nth-child(even) {
    margin-right: 0;
  }
    .product-right h5{
        font-size: 26px;
    }

  .contact-top .box {
    margin-bottom: 20px;
  }

  .contact-form {
    margin-top: 50px;
  }

  .contact-form input {
    margin-bottom: 15px;
  }

  .contact-form button {
    margin-top: 15px;
  }

  .contact-top .box {
    height: 135px;
  }

  .contact-top .box h4 {
    font-size: 20px;
  }

  .contact-top .box p {
    font-size: 14px;
  }

  .contact-form h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .contact-top {
    margin-top: 50px;
  }

  .about-page .left-menu {
    display: none;
  }

  .about-page .right {
    padding: 50px 0;
  }

  .about-page .right p {
    font-size: 14px;
  }

  .about-page .right h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .about-page .right h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .popup-share {
    left: inherit !important;
    right: 10px !important;
  }

  .contact-form h3:after {
    bottom: -5px;
  }

  .category-top .right {
    display: none;
  }

  .products .product-tab #tabs .box {
    width: 48.5%;
  }

  .products .product-tab #tabs .box:nth-child(even) {
    margin-right: 0;
  }

  .info-popup {
    width: 300px;
    margin: 0 5%;
    right: -350px;
    bottom: 15px;
    padding: 25px 10px;
  }

  .info-popup.active {
    right: 10px;
  }

  .error-popup {
    width: 90%;
    margin: 0 5%;

    bottom: 15px;
    padding: 25px 10px;
  }

  .error-popup.active {
    right: 0;
  }

  .info-popup.active {
    right: 0;
  }

  .error-popup img {
    width: 50px;
    margin-right: 10px;
  }

  .info-popup img {
    width: 50px;
    margin-right: 10px;
  }

  .info-popup h4 {
    font-size: 18px;
    margin-top: 2px;
  }

  .error-popup h4 {
    font-size: 18px;
    margin-top: 2px;
  }

  .sss-acordion #accordion h3 {
    font-size: 14px !important;
    padding: 10px !important;
    line-height: 150%;
    font-weight: 600;
  }

  .sss-acordion #accordion h3 span {
    margin-right: 10px;
  }

  .top-header {
    display: none;
  }

  .category-top .form-group {
    padding: 10px 15px;
  }

  header .main-search {
    top: 0;
  }

  .banner .banner-box {
    padding: 10px;
  }

  .banner .banner-box .box.right img {
    width: 40%;
  }

  .banner .banner-box .box.right {
    text-align: left;
  }

  .banner .banner-box .box.left {
    text-align: right;
    margin-bottom: 30px;
  }

  .banner .banner-box .box.left.last {
    margin-bottom: 0;
  }

  .banner .banner-box .box.left img {
    width: 40%;
  }

  .banner .banner-box .box h4 {
    font-size: 16px;
    margin-top: 60px;

  }

  .banner .banner-box .box.left h4 {
    float: right;
  }

  .banner .banner-box .box.right h4 {
    float: left;
  }

  .banner .banner-box .box h4 span {
    font-size: 16px;
  }

  .banner .banner-box .box {
    padding: 0 10px;
    height: 150px;
    display: block;
  }

  .products {
    margin-bottom: 50px;
  }

  .popular .title img {
    width: 30px;
    margin-top: 5px;
  }

  .products img {
    height: 200px;
    max-height: 350px;
    object-fit: contain;
  }

  .editor .swiper-container img {
    height: 200px;
    max-height: 350px;
    object-fit: contain;
  }

  .popular img {
    object-fit: contain;
    height: 150px;
  }

  .popular .right img {
    object-fit: cover;
  }

  header .main-search input::placeholder {
    color: #ffffffba;
  }

  .popular .right {
    padding: 20px;
      height: auto;
  }

  .popular .left {
    padding: 20px;
      height: auto;
  }

  .products {
    padding: 50px 0;
  }

  .editor {
    margin-top: 0;
    padding: 50px 0;
  }

  .products .price {
    font-size: 16px;
    margin-top: 10px;
  }

  .products .old-price {
    font-size: 14px;
  }

  .editor .swiper-container .price {
    font-size: 16px;
    margin-top: 10px;
  }

  .editor .swiper-container .old-price {
    font-size: 14px;
  }

  .popular .p-box {
    margin-bottom: 20px;
  }

  .popular .p-box h4 {
    left: 0;
    text-align: left;
    font-size: 12px;
  }

  .popular-slider .swiper-container .box .price {
    font-size: 16px;
    margin-top: 10px;
  }

  .popular-slider .swiper-container .box .old-price {
    font-size: 14px;
  }

  .category-main .box .images {
    height: auto;
  }

  .category-main .box .price {
    font-size: 18px;
  }

  .main-slider .container {
    padding-right: 0;
    padding-left: 0;
  }

  .popular .p-box .images {
    height: 150px;
  }

}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products img {
  
    object-fit: contain;
  }

}


.sf-form-container {
  background: transparent;

}


.category-pagination ul li.active a {
  background-color: #ea4d28;
  color: #fff;
}

#tab .sf-form-container ul li {
  width: 100%;
}

.about-page {

  margin-bottom: 25px;
}

header .menu .open-menu ul.mega-content li {
  flex: 0 0 33%;
}

header .menu .open-menu ul.mega-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
    width: 100%;
}

.products p{
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 400;
  min-height: 45px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 18px;
  text-align: left;
}

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


  .category-main .box.three:nth-child(3n) {
    margin-right: 3.5%;
  }
 
  .category-main .box.three {
    width: 46%;
    margin-right: 3.5%;
  }
  header .menu .open-menu ul.mega-content li {
    flex: 1 1100%;
    margin: 0;
    padding: 0;
  }
  header .menu ul li:hover .open-menu{

  }

}
@media screen and (min-width: 1100px){
  header .menu ul li:hover .open-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 999;
  }

}