* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 14px;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

ul {
  padding-left: 0 !important;
}

header {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ededed;
}

.top-ad {
  width: 100%;
  height: 40px;
  background: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-ad .cargo {
  width: auto;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

header .top-section {
  height: 34px;
  border-bottom: 1px solid #e3e4e6;
}

.phone {
  height: 34px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.phone a {
  display: block;
  font-size: 12px;
  color: #000;
}

.phone a:hover {
  text-decoration: underline;
}

.right-top {
  display: flex;
  justify-content: flex-end;
}

.buttons-top {
  height: 80px;
  /*! border-right: 1px solid #EDEDED; */
}

.search-button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

header .top-menu ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e2dcdd;
}

header .top-menu ul li:last-child {
  border-right: none;
}

header .top-menu ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

header .top-menu ul li a:hover {
  text-decoration: underline;
}

header .logo {
  width: auto;
}

.search-wp {
  display: inline-block;

  position: relative;
}

header .category-btn {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  float: left;
}

header .category-btn a {
  width: 140px;
  height: 40px;
  display: block;
  padding: 10px;
  transition: 0.5s;
  border-radius: 5px;
}

header .category-btn a small {
  color: #d8d8d8;
}

header .category-btn a span {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

.text-black {
  color: #000 !important;
}

.search-wp {
  width: auto;
  display: block;
  height: 40px;
  border: 1px solid #80bca0;
}

.search {
  width: 100%;
  height: 40px;
  display: inline-block;
  border-radius: 5px;
}

.search input[type="text"] {
  display: inline-block;
  width: 80%;
  height: 40px;
  border: 0px;
  font-size: 12px;
  color: #3a3a3a;
  overflow: auto;
  background: transparent;
  text-align: left;
  font-weight: 400;
}

.search input[type="submit"] {
  display: inline-block;
  width: 53px;
  height: 40px;
  border: 0px;
  background-color: transparent;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
}

.items {
  display: inline-block;
}

header .buttons {
  display: inline-block;
  border-radius: 100%;
}

header .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 100%;
}

header .buttons a:hover {
  transition: 0.5s;
}

header .basket {
  display: flex;
  border-radius: 100%;
  position: relative;
}

header .basket-number {
  color: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  margin-left: 7px;
  position: absolute;
  top: -3px;
  right: -9px;
  width: 22px;
  height: 22px;
  background: #75d5c8;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}

header .basket a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  width: 34px;
  height: 40px;
}

.line {
  width: 100%;
  border-bottom: 1px solid #dddcdc;
}

.bg-gray {
  background: #f8f8f8;
}

.banner-slider {
  width: 100%;
  display: block;
}

.wrapper {
  width: 100%;
  display: inline-block;
}

.title {
  width: 100%;
  display: inline-block;
}

.title p {
  width: auto;
  font-size: 31px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 600;
}

.title span a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s;
  font-weight: 600;
  text-decoration: underline;
}

.title span a:hover {
  text-decoration: none !important;
}

.title span a img {
  width: 10px;
  margin-top: -1px;
}

.custom-select {
  font-size: 12px !important;
}

.New-Product .slick-prev,
.New-Product .slick-next {
  display: none !important;
}

.New-Product li.slick-active,
.Color-Slider li.slick-active {
  background: #5e5c5c;
}

.Color-Slider .slick-prev,
.Color-Slider .slick-next {
  display: none !important;
}

.product {
  position: relative;
  text-align: left !important;
  background: #fff;
  border: 1px solid #e5e3e3 !important;
  transition: all 0.5s;
  border: 0px !important;
  border-radius: 20px;
}

.product:hover {
  border-color: #9ca8a6 !important;
}

.product .discount {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  background: #75d5c8;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
}

.product .like-product {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #75d5c954; */
  border-radius: 100%;
  padding-top: 2px;
  z-index: 99;
}

.product .like-product img {
  width: 20px;
}

.product .like-product a {
  color: #4b968d;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product .p-link {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
}

.product .liked a i {
  color: green;
}

.product .liked a i {
  color: green;
}

.liked {
  border: 1px solid green !important;
  color: green !important;
}

.product a:hover {
  text-decoration: none;
  border-color: #007a41;
  transition: 0.5s;
}

.product a .product-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 310px;
  border-radius: 4px;
  border: 2px solid #f8f8f8;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 8px;
}

.product a .product-img img {
  border-radius: 10px;
  width: 100%;
  height: 90%;
  object-fit: contain;
  border-radius: 20px;
}

.product a .title {
  width: 100%;
  min-height: 40px;
  font-size: 16px;
  color: #504f4f;
  border: none;
  line-height: 20px;
  padding: 0 !important;
  overflow: hidden;
  font-weight: 400;
}

.product a .category {
  width: 100%;
  font-size: 14px;
  color: #504f4f;
  margin-bottom: 6px;
  font-weight: 300;
}

.product a .old-price {
  font-size: 16px;
  color: #666666;
  text-decoration: line-through;
  font-weight: 400;
}

.product a .price {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.discount-section {
  background: #f3f6f7;
  width: 100%;
}

.discount-section p {
  font-size: 12px;
  font-weight: 600;
  color: #007a41;
}

.discount-section .discount-price {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.main-img a img {
  width: 100%;
  border-radius: 10px;
}

.cargo-banner {
  width: 80%;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff1ee;
  color: #e23837;
  font-size: 26px;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: 600;
}

.main-content {
  width: 80%;
  display: block;
  margin: 0 auto;
}

footer {
  width: 100%;
  display: inline-block;
  background: #f8f8f8;
}

footer .items {
  width: 100%;
  display: inline-block;
}

footer .items p {
  color: #fff;
}

footer .items span {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 34px;
  color: #fff;
}

footer .items ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #2a2b2b;
  margin-top: 8px;
  margin-bottom: 8px;
}

footer .items ul li:last-child {
  border-bottom: none;
}

footer .items ul li a {
  color: #fff;
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  font-weight: 500;
  transition: 0.5s;
  display: flex;
  align-items: center;
}

footer .items ul li a:hover {
  padding-left: 10px;
  transition: 0.5s;
  text-decoration: none;
}

.items ul li a i {
  display: flex;
  width: 38px;
  height: 38px;
  background: #383939;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #ffff;
  margin-right: 10px;
}

footer .adress {
  width: 100%;
  display: block;
}

footer .f_phone {
  width: 100%;
  display: block;
  color: #fff;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #f1efef;
}

.gird-box {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f1efef !important;
}

.gird-box .image {
  grid-column: 1 / span 1;
  position: relative;
  width: 90px;
}

.gird-box .image img {
  width: 100%;
}

.gird-box .image span {
  position: absolute;
  top: -5px;
  right: -20px;
  background: #e23837;
  border-radius: 50%;
  color: #fff;
  width: 21px;
  font-size: 17px;
  height: 21px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gird-box .text {
  font-weight: 600;
  padding: 0 30px;
  font-size: 14px;
  color: #232323;
}

.cart-total {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #f1efef !important;
  margin-bottom: 10px;
  font-weight: 600;
}

.cart-total .title {
  grid-column: 1 / span 1;
  font-size: 18px;
}

.cart-total .count {
  text-align: right;
  padding-right: 10%;
}

h4#myModalLabel2 {
  font-size: 16px;
  margin-top: 4px;
}

.gird-box .text h6 {
  font-size: 15px;
  color: #232323 !important;
}

.btn-custom {
  border-radius: 0px !important;
  font-size: 16px;
  border: 0px;
}

i.fas.fa-times {
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 28px;
  color: #000 !important;
  opacity: 0.9;
}

.btn-buy {
  width: 100%;
  height: 43px;
  font-weight: 500;
  transition: 0.3s;
  border: 2px solid #5D7D56 !important;
  background: #fff;
  color: #5D7D56;
}

.btn-buy:hover {
  transition: 0.5s;
  background: #5D7D56;
  color: #fff;
}

.btn-card {
  width: 100%;
  height: 43px;
  font-weight: 500;
  transition: 0.3s;
  background: #5D7D56;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.btn-card:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #fff !important;
}

.mblock {
  display: none !important;
}

.m-login {
  display: inline-block;
  float: left;
  margin-left: 16px;
}

.m-login a {
  display: block;
  font-weight: 500;
  background: var(--color-red);
  color: #fff;
  padding: 6px 12px;
  margin-top: 10px;
}

.m-add {
  display: inline-block;
  float: left;
  margin-left: 16px;
}

.m-add a {
  display: block;
  font-weight: 500;
  border: 1px solid var(--color-red);
  color: var(--color-red);
  padding: 6px 20px;
  margin-top: 10px;
}

li.border.pt-1.hvr {
  margin-top: -6px !important;
}

.img-banner img {
  width: 100%;
}

.breadcrumb-wp {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: inline-block;
  border-bottom: 1px solid #ededed;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.breadcrumb-item a {
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.breadcrumb-item a:hover {
  color: #000;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
  font-size: 14px !important;
}

.category span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.category ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e7e9ea;
}

.category ul li:last-child {
  border-bottom: 0px;
}

.category ul li a {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 18px;
  transition: 0.5s;
}

.category ul li a:hover {
  padding-left: 25px;
  transition: 0.5s;
}

.filters {
  width: 100%;
  display: inline-block;
  border: 1px solid #e3e4e6;
}

.filters .top {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.filters .title {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid var(--border-gray);
  font-weight: 500;
}

.filters .filters-item {
  width: 100%;
  display: inline-block;
}

.filters .filters-item span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.filters .filters-item input[type="text"] {
  display: inline-block;
  color: #000;
  font-size: 12px;
  height: 40px;
  width: 100%;
  background: #f7f6f6;
}

.filters input[type="submit"] {
  border: 0px;
  background: #5D7D56;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  height: 40px;
}

.filters .form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filters .form-control:focus {
  box-shadow: none !important;
}

.filters .form-group label {
  font-weight: 500;
}

.form-check-label {
  margin-bottom: 0px;
  margin-top: 1px;
}

.form-check-label {
  margin-bottom: 5px;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 500;
}

.form-check input[type="checkbox"] {
  position: absolute;
  display: none;
}

.form-check input[type="checkbox"]+label {}

.form-check input[type="checkbox"]+label span {
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}

.form-check input[type="checkbox"]+label:after {
  width: 17px;
  height: 17px;
  background: #e7e8e8;
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
}

.form-check input[type="checkbox"]:checked+label:after {
  background-image: url(../images/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e1e5fb;
  background-size: 59%;
}

.brand-btn a {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: underline;
}

.page-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0 !important;
}

.page-title span {
  width: auto;
  display: inline-block;
  font-size: 34px;
  color: #000;
  font-weight: 100;
}

.page-title span h1 {
  width: auto;
  display: inline-block;
  font-size: 28px !important;
  color: #000;
  font-weight: 600;
}

.page-title span+span {
  font-size: 12px;
  color: #75d5c9;
  font-weight: 300;
}

.paging-btn {
  font-size: 14px;
  font-weight: 500;
}

.btn {
  border-radius: 0px !important;
}

.pagination-drop .dropdown-item {
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  font-size: 14px !important;
  border-radius: 0px !important;
}

.dropdown-menu.pagination-drop.show {
  background: #eeeeee;
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-menu {
  left: inherit !important;
}

.pagination {
  width: 100%;
  text-align: center;
  display: block;
}

.pagination ul li {
  display: inline-block;
  margin-right: 5px;
}

.pagination ul li:last-child {
  margin-right: 0px;
}

.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  color: #000;
  font-weight: 600;
  transition: 0.5s;
  background: #f5f6f8;
}

.pagination ul li a:hover {
  transition: 0.5s;
  color: #fff;
  background: #007a41;
}

.gallery-img {
  width: 100% !important;
  height: 560px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.gallery-img img {
  width: 100%;
  height: auto;
}

button {
  border: 0px !important;
}

button:focus,
button:active,
button:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.tabs-menu .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border: none;
  border-top-right-radius: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link.active {
  color: #007a41;
  border-bottom: 1px solid #007a41;
}

.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link:hover {
  color: #007a41;
  border-bottom: 1px solid #007a41;
}

.nav-tabs {
  border-bottom: 0px !important;
}

.tabs-menu .nav-tabs .nav-item {
  margin-bottom: 0px;
  margin-right: 20px;
}

.tabs-menu .nav {
  text-align: center;
}

.tabs-menu .nav-link {
  display: block;
  padding: 0.5rem 2rem;
}

.tabs-menu .tab-content {
  background: #f3f6f7;
}

.size {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.size ul li {
  width: auto;
  display: inline-block;
  width: 125px;
  margin-right: 30px;
}

.size ul li span {
  width: 50%;
  text-align: center;
  float: left;
  font-size: 14px;
  font-weight: 500;
}

.size ul li:last-child {
  margin-right: 0px;
}

.size-inner {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
}

.size-title {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 500;
}

.size-inner i.fas.fa-long-arrow-alt-left {
  font-size: 20px;
}

.size-inner i.fas.fa-long-arrow-alt-right {
  font-size: 20px;
}

.slick-list.drag {}

.drag {
  padding-top: 8% !important;
  height: 487px !important;
}

/* Desktop Main Menu Color */
/*
.wsmainfull {
  background-color: #fff;
}

.wsmenu > .wsmenu-list {
  background-color: #fff;
}

/* Mobile Header */
.full-category {
  position: inherit !important;
  top: inherit !important;
  z-index: 1000;
  margin: 0px;
  margin-left: 0px;
  margin-left: 0px;
  padding: 0px;
  left: 0;
  min-width: inherit !important;
  background-color: #fff;
  margin-left: inherit !important;
  padding: 25px 0 !important;
}

.border-orange {
  width: 100% !important;
}

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn01 {
  background-color: #2d2a27;
}

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn02 {
  border-color: #2d2a27;
}

.wsmenu>.wsmenu-list>li>a:after {
  background-color: #4b968d;
}

.wsmobileheader {
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>a {
  color: #000;
}

.wsmenu>.wsmenu-list>li>a.active {
  color: #007a41;
}

.wsmenu>.wsmenu-list>li:hover>a {
  color: #4b968d;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  padding-left: 40px;
  color: #4b968d;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  padding-left: 16px !important;
  color: #4b968d !important;
}

.full-category .active-sub {
  color: #fff !important;
}

.full-category .active-sub a {
  padding-left: 40px;
  color: #5D7D56 !important;
}


.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);

  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.basker-inner {
  width: auto;
  margin-top: -4px;
  margin-left: 7px;
  font-size: 13px;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: flex !important;
  align-items: center;
}

.basker-inner img {
  width: 65px;
}

.basker-inner span {
  width: 60%;
  display: block;
}

.basker-inner span small {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.basker-inner span small+small {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #3C3233;
}

.card-bottom {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
}

.cart-total {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid var(--border-gray);
  margin-bottom: 10px;
  font-weight: 600;
}

.cart-total .title {
  grid-column: 1 / span 1;
  font-size: 16px;
  border: none;
  font-weight: 400;
}

.cart-total .count {
  text-align: right;
  padding-right: 10%;
  font-size: 16px;
}

.basker-inner span small+small strong {
  color: #3C3233;
  font-weight: 600;
}

header .basket img {
  float: left;
}

.border {
  border-color: #f8f8f8 !important;
}

.inner {
  text-align: center;
}

.inner img {
  text-align: center;
}

.bg-soft {
  background: #f7f8fd;
}

.radius {
  border-radius: 10px;
}

span {
  cursor: pointer;
}

.number {
  background: #ffffff;
  text-align: center;
  width: 120px;
  height: 42px;
  padding-top: 7px;
  border: 1px solid #000;
}

.minus,
.plus {
  width: 20px;
  height: 20px;
  /* background:#f2f2f2; */
  border-radius: 4px;
  /* padding:8px 5px 8px 5px; */
  /* border:1px solid #ddd; */
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  text-align: center;
  margin-top: 7px;
  color: #000000;
  padding-left: 5px;
}

input {
  height: 18px;
  width: 45%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  font-weight: 400;
  color: #000;
  background: #fff;
  /*text-align: center;*/
}

.h6 {
  font-size: 14px;
}

.media {
  padding: 10px;
}

.media-body {
  text-align: left;
}

.product-title {
  width: 100%;
  height: auto;
  font-size: 26px;
  color: #3C3233 !important;
  font-weight: 500;
}

.stock-section {
  width: 100%;
  height: 50px;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.stock-code {
  color: #000;
  font-size: 12px;
}

.stock {
  height: 28px;
  padding: 0px 15px;
  background: #509f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.old-price {
  display: inline-block;
  color: #464646;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.new-price {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  color: #c50c0c;
}

.detail-content {
  width: 100%;
  line-height: 26px;
  color: #99999a;
  font-weight: 300;
}

.detail-content ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #504f4f;
}

.detail-content ul li i {
  font-size: 8px;
  margin-right: 8px;
}

.basket-add a {
  width: 100%;
  height: 44px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  background: #f1971200;
  transition: 0.5s;
  letter-spacing: 0px;
  border-radius: 50px;
  color: #010101;
  border: 1px solid #01010159;
  font-weight: 600;
}

.basket-add a:hover {
  color: #010101;
  border: 1px solid #010101;
}

.cargo-detail {
  width: 100%;
  height: 50px;
  background: #fff1ee;
  font-size: 16px;
  color: #e23837;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
}

.add-favorite a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.5s;
  font-size: 18px;
  border: 1px solid #e0dddd;
  border-radius: 100%;
}

.add-favorite a:hover {
  background: #ce1043;
  color: #fff;
}

.detail-phone a {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.5s;
  background: #007a41;
  font-size: 16px;
}

.detail-phone a:hover {
  background: #065631;
}

.modal-category {
  width: 100%;
  height: 350px;
  overflow: auto;
}

.modal-category ul li {
  width: 100%;
  border-bottom: 1px solid #f0f2f5;
}

.modal-category ul li:last-child {
  border-bottom: 0px;
}

.modal-title {
  font-size: 16px !important;
}

.modal-category ul li a {
  color: #3e445a;
  display: flex;
  font-weight: 500;
  padding: 8px;
  font-size: 13px;
  transition: 0.5s;
  align-items: center;
  justify-content: space-between;
}

.modal-category ul li a i {
  font-size: 10px;
}

.modal-category ul li a:hover {
  padding-left: 15px;
  transition: 0.5s;
}

.fitler-element {
  display: none !important;
}

.box {
  width: 100%;
  height: 180px;
  background: #f3f6f7;
}

.box .box-images {
  width: 50%;
}

.box .box-images img {
  width: 100%;
  height: 180px;
  background-size: cover;
}

.box .category-title {
  font-size: 16px;
}

.box .category-title span {
  display: block;
  font-weight: 600;
}

.box .all-button a {
  width: 120px;
  height: 38px;
  display: block;
  background: #f5df4a;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.box .all-button a:hover {
  background: #d9c644;
}

.banner-full {
  width: 100%;
  display: block;
}

.banner-full img {
  width: 100%;
}

.blog-title {
  width: 100%;
  display: block;
}

.blog-title span {
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: 600;
}

.blog-title p {
  width: 100%;
  display: block;
  color: #1f2839;
}

.blog a {
  display: block;
  width: 100%;
}

.blog a img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.blog a span {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.blog a span {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.blog a p {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #565656;
}

.widget-section {
  width: 100%;
}

.widget-foot {
  width: auto;
  height: 70px;
  display: flex;
  align-items: center;
  border: 1px solid #e9e7e7;
  padding: 0 30px;
  gap: 10px;
}

.btn-language {
  font-size: 13px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.btn-language:hover {
  color: var(--color-black);
  background: var(--bg-yellow);
  transition: 0.3s;
}

.mobile-btn-language:hover {
  color: var(--color-black);
  background: var(--bg-yellow);
  transition: 0.3s;
}

.dropdown-toggle::after {
  display: none !important;
}

.btn-language .btn.focus,
.btn:focus {
  box-shadow: none;
}

.dropdown-menu.show {
  display: block;
  background: #f7f8fa;
  margin-top: -1px;
}

.dropdown-item {
  color: var(--color-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: left;
  height: 35px;
  border-bottom: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  white-space: inherit;
}

.dropdown-item:hover {
  background: var(--bg-yellow);
  border-radius: 5px;
}

.dropdown-menu {
  /*min-width: 46px !important;*/
  right: 0px !important;
  border-radius: 0px 0px 2px 2px !important;
  font-size: 12px;
  text-align: left;
}

.container-fluid.border-bottom.pb-5.pt-5 {
  border-color: #434343 !important;
}

.info {
  color: #3C3233;
  font-size: 12px;
}

.basker-inner span small a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.category.pt-3 {
  background: #f3f6f7;
}

.basket-add.mr-1 {
  width: 70%;
}

.detail-discount img {
  width: 100%;
}

.detail-discount {
  width: 100%;
}

.variant-container {
  width: 100%;
  overflow: auto;
}

.variant-section {
  width: 100%;
}

.variant-title {
  height: 42px;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr 4fr 1fr 2fr 3fr;
  background: #f6f6f6;
  align-items: center;
}

.variant-title span {
  height: 42px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  border-right: 1px solid #e3e4e6;
  border-bottom: 1px solid #e3e4e6;
  align-items: center;
}

.variant-product {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr 4fr 1fr 2fr 3fr;
  align-items: center;
  border-bottom: 1px solid #e3e4e6;
}

.variant-product .item {
  height: 70px;
  font-size: 12px;
  font-weight: medium;
  border-right: 1px solid #e3e4e6;
  display: flex;
  align-items: center;
}

.variant-product .item:first-child {
  border-left: 1px solid #e3e4e6;
}

.item img {
  width: 100%;
}

.variant-price {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.variant-price p {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.variant-price p+p {
  font-size: 10px;
  color: #646060;
  display: block !important;
  width: 100%;
  text-decoration: line-through;
  align-items: center;
}

.variant-add-button {
  margin-left: 20px;
}

.variant-add-button a {
  width: 112px;
  height: 41px;
  color: #fff;
  background: rgb(15, 61, 39);
  background: linear-gradient(264deg,
      rgba(15, 61, 39, 1) 0%,
      rgba(0, 122, 65, 1) 100%);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.variant-add-button a:hover {
  background: rgb(15, 61, 39);
  background: linear-gradient(264deg,
      rgba(0, 122, 65, 1) 0%,
      rgba(15, 61, 39, 1) 100%);
}

.order-add-button {
  margin-left: 20px;
}

.order-add-button a {
  width: 112px;
  height: 41px;
  color: #fff;
  background: rgb(97, 27, 19);
  background: linear-gradient(264deg,
      rgba(97, 27, 19, 1) 0%,
      rgba(200, 57, 40, 1) 100%);

  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.order-add-button a:hover {
  background: rgb(200, 57, 40);
  background: linear-gradient(264deg,
      rgba(200, 57, 40, 1) 0%,
      rgba(97, 27, 19, 1) 100%);
}

a.all-category {
  width: 160px;
  color: #fff !important;
  background: rgb(15, 61, 39);
  background: linear-gradient(264deg,
      rgba(15, 61, 39, 1) 0%,
      rgba(0, 122, 65, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.seller-button a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  color: #000;
}

.bg-white {
  background: #fff !important;
}

.mobile-banner {
  display: none;
}

section.wrapper.mt-wp {
  /*margin-top: -25px;*/
  position: relative;
  z-index: 9;
}

.variant-arrow {
  display: none;
}

.dropdown-menu.pagination-drop.show {
  width: auto !important;
  padding: 10px !important;
}

.col-xl-3.col-lg-4.col-md-6.col-6.mb-3 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.special-order {
  background: rgb(15, 61, 39);
  background: linear-gradient(264deg,
      rgba(15, 61, 39, 1) 0%,
      rgba(0, 122, 65, 1) 100%);
}

.btn-primary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}

.btn-primary:hover {
  background: #000;
  color: #fff !important;
  border-color: #000;
}

.form .plan input:checked+label:after,
form .payment-plan input:checked+label:after,
.form .payment-type input:checked+label:after {
  border: 1px solid #ffffff !important;
  background-color: #4b968d !important;
}

.form .plan input:checked+label,
.form .payment-plan input:checked+label,
.form .payment-type input:checked+label {
  background: #4b968d !important;
  border: 1px solid #4b968d !important;
}

.text-left {
  text-align: left !important;
}

.col-lg-6.col-md-6.col-6 {
  font-size: 13px;
  font-weight: 400;
}

.d-xl-block {
  display: block !important;
  font-size: 13px;
  font-weight: 400;
}

.col-lg-2.col-md-2.col-2 {
  font-size: 13px;
}

.page-item:last-child .page-link {
  border-radius: 0px !important;
}

.badge-dark {
  color: #fff;
  padding: 10px !important;
}

div#menu3 .product a {
  background: #fff;
}

.detailDiscount {
  padding: 10px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #56a163;
  border-radius: 6px;
}

.variant-stock-error {
  margin-left: 20px;
  width: 112px;
  height: 41px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

#webron .badge {
  margin-bottom: -5px;
}

.text-small {
  font-size: 13px;
}

.img-category {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
}

.img-category .category-title {
  width: 80%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #464443;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  z-index: 99;
}

.footer-logo a img {
  border-radius: 100%;
}

.footer-menu {
  width: 100%;
  text-align: center;
}

.footer-menu ul {
  display: flex;
  justify-content: center;
}

.footer-menu ul li a {
  font-size: 16px;
  color: #3C3233;
  padding: 0 16px;
  transform: all 0.3s;
}

.footer-menu ul li a:hover {
  text-decoration: underline;
}

.social-media ul {
  display: flex;
}

.social-media ul li {
  margin-right: 6px;
}

.social-media ul li a {
  align-items: center;
  justify-content: center;
  color: #f19712;
  font-size: 14px;
  transition: all 0.3s;
  margin-right: 10px;
}

.social-media ul li a:hover {
  color: #cd1042;
}

.footer-social-media ul {
  display: flex;
}

.footer-social-media ul li {
  margin-right: 6px;
}

.footer-social-media ul li a {
  align-items: center;
  justify-content: center;
  color: #3C3233;
  font-size: 14px;
  transition: all 0.3s;
  margin-right: 10px;
}

.footer-social-media ul li a:hover {
  color: #fff;
}

.bottom {
  border-top: 1px solid #e9e9e9;
}

.rules-menu ul {
  display: flex;
}

.rules-menu ul li a {
  display: block;
  padding: 0px 12px;
  font-size: 14px;
  color: #3C3233;
  transition: all 0.3s;
}

.rules-menu ul li a:hover {
  text-decoration: underline;
}

.accordion-menu {
  width: 100%;
  border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
  color: #000;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdownlink {
  cursor: pointer;
  padding-top: 2px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #000000;
  position: relative;
  transition: all 0.4s ease-out;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 16px;
  border: 1px solid #ededed;
  letter-spacing: 0.5px;
  border-radius: 6px;
}

.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}

.dropdownlink .fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 15px;
  top: 17px;
}

.submenuItems {
  display: none;
  background: #f8f8f8;
  margin-bottom: 20px;
  border-radius: 6px;
}

.submenuItems a {
  display: block;
  color: #ffffff;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
}

.submenuItems a:hover {}

.dropdownlink span {
  color: #f7931d;
  width: 62px;
  height: 25px;
  display: inline-block;
  padding-left: 21px;
  font-size: 18px;
  border-right: 1px solid #efecec;
  margin-right: 20px;
  display: none;
}

ul.submenuItems {
  padding: 20px;
  font-size: 14px;
  color: #000000;
  padding-left: 20px !important;
  font-weight: 300;
}

.block-button-search {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-search {
  font-size: 30vw;
  cursor: pointer;
  color: #c5e1a5;
}

#search-form {
  display: flex;
  width: 100%;
  background: #f8f8f8;
}

#search-form input[type="search"] {
  color: #3C3233;
  border: none;
  width: 100%;
  padding: 40px;
  font-size: 18px;
  outline: none;
}

#search-form button {
  color: #2d4863;
  background: #fbfdf9;
  border: none;
  padding: 7px;
  cursor: pointer;
  font-size: 25px;
  padding-right: 19px;
}

#search-form button:focus {
  outline: none;
}

#search-toggle {
  display: none;
  transition: 0.2s;
}

.search-backdrop,
.search-content {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s;
}

.search-backdrop {
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: #0000007d;
  transform: translateY(100%);
}

.search-content {
  width: 100%;
  height: 78px;
  transform: translateY(-100%);
}

#search-toggle:checked~.search-backdrop {
  opacity: 1;
  z-index: 1010;
  transform: translateY(0%);
}

#search-toggle:checked~.search-content {
  opacity: 1;
  z-index: 1011;
  transform: translateY(0%);
}

.search-container input::-webkit-input-placeholder {
  color: #554d47;
}

.search-container input::-ms-input-placeholder {
  color: #554d47;
}

.search-container input:-ms-input-placeholder {
  color: #554d47;
}

.search-container input::placeholder {
  color: #554d47;
}

.menu {
  display: none;
}

.user-mobile {
  display: none;
}

.variant {
  display: inline-block;
}

.btn-variant {
  border: 1px solid #ddd !important;
  font-size: 16px;
  padding: 8px 18px !important;
}

.btn-variant:hover {
  background-color: #2d2a27 !important;
  color: #fff !important;
  border: 1px solid #2d2a27 !important;
}

.btn-variant.active {
  background-color: #2d2a27 !important;
  color: #fff !important;
  border: 1px solid #2d2a27 !important;
}

.modal {
  z-index: 10000 !important;
}

.variant-backdrop {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s;
}

.variant-error {
  opacity: 1;
  z-index: 1011;
  transform: translateY(0%);
  background: #fff;
  padding: 15px;
  width: 100%;
  border: 1px solid #8e0808;
}

.variant-backdrop {
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: #2b3e591a;
  transform: translateY(100%);
}

#variant-toggle {
  display: none;
  transition: 0.2s;
}

#variant-toggle:checked~.variant-backdrop {
  opacity: 1;
  z-index: 1010;
  transform: translateY(0%);
}

.sold {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
}

.bg-brown {
  background: #cab397 !important;
}

.v-product {
  border: 2px solid #ddd;
  border-radius: 5px;
}

.v-product img {
  border-radius: 5px;
}

.v-product-active {
  border: 2px solid #ff0000;
}

.header-top {
  background-color: #f8f8f8;
  padding: 9px 0;
}

.header-offer {
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-weight: 300;
}

.header-offer span {
  color: #4b968d;
  font-weight: 600;
}

.logo a {
  font-family: "Abril Fatface", serif;
  letter-spacing: 2px;
}

.top-menu {
  margin-top: 2px;
}

.favorite-head-icon img,
header .basket img {
  height: 20px !important;
}

.search-button img {
  width: 26px;
}

.banner-slider {
  width: 100%;
  margin: 0 auto;
}

.pro a img {
  width: 100%;
}

.bgsecondary {
  width: 100%;
  background: #f7f6f6;
}

/* header .logo a img {
  width: 200px;
} */
.bg-green {
  background-color: #509f3e !important;
  border: 0 !important;
  !importan;
  !importa;
  !import;
  !impor;
  !impo;
  !imp;
  !im;
  !i;
  !;
  color: #fff !important;
  !importan;
  !importa;
  !import;
  !impor;
  !impo;
  !imp;
  !im;
  !i;
  !;
}

.pt_Quantity input {
  border-radius: 6px;
}

.title small {
  font-size: 14px;
  color: #504f4f;
  font-weight: 300;
}

a.bg-green:hover {
  background: #226615 !important;
  text-decoration: none !important;
  color: #fff;
}

a.btn.btn-primary {
  background: #5D7D56 !important;
  border: 1px solid #5D7D56 !important;
}

button.btn.btn-success {
  background: #28a745 !important;
  border: 1px solid #28a745 !important;
}

a.btn.btn-sm {
  background: #f0f3f2 !important;
}

button.button-style {
  background: #ce1043;
  border-radius: 6px;
  font-size: 12px;
}

a.btn.btn-primary.btn-orange.uyeliksiz {
  color: #fff !important;
  background: #4b968d !important;
}

#webron .btn {
  font-size: 14px !important;
  border-radius: 6px !important;
  color: #fff !important;
}

.phone-top a {
  font-size: 13px;
  font-weight: 300;
}

.mail-top a {
  font-size: 13px;
  font-weight: 300;
}

.instagram {
  background-color: #E1306C;
  width: 150px;
  height: 27px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  font-size: 12px;
  justify-content: center;
  color: #fff;
}

.instagram:hover {
  color: #fff !important;
}

.top-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
}

.buttons-top {
  display: flex;
  gap: 9px;
  align-items: center;
}

.search-button img {
  width: 20px;
}

a.favorite-head-icon {
  width: 32px !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uk-subnav>*> :first-child {
  color: #3C3233 !important;
}

.uk-subnav>*> :first-child:hover {
  color: #75d5c9 !important;
}

.uk-offcanvas-bar {
  background: rgb(255, 255, 255) !important;
}

.uk-nav-default>li {
  padding: 4px 0px;
  border-bottom: 1px solid rgb(235, 233, 233) !important;
}

.uk-nav>li>a {
  padding: 5px 0px;
  font-size: 16px !important;
  color: rgb(0, 0, 0) !important;
  white-space: nowrap !important;
}

.uk-nav-default>li.uk-active>a {
  color: #F19712 !important;
}

.uk-nav-default .uk-nav-sub a {
  color: rgb(0, 0, 0) !important;
  font-size: 16px !important;
}

.uk-offcanvas-bar .uk-close {
  color: rgb(0, 0, 0) !important;
}

.ds-none {
  display: none !important;
}

.d-flex.align-items-center.gp {
  /* gap: 6px; */
}

.product .like-product i {
  color: #000000;
  font-size: 18px;
}

.items-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.green-section {
  width: 100%;
  height: 478px;
  display: flex;
  align-items: center;
  background: url(../images/green-bg.jpg);
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
}

.item-box a {
  width: 100%;
  height: 210px;
  background: #63865E;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.5s;
}

.item-box a:hover {
  text-decoration: none;
  background: #516F4C;
}

.item-box a img {
  width: 66px;
  height: 66px;
  border-radius: 100%;
}

.item-box a .flex {
  display: flex;
  justify-content: space-between;
}

.item-box a .flex span {
  font-size: 24px;
  color: #fff !important;
  font-weight: 600;
  width: 60%;
  /* line-height: 28px; */
}

.arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #5a7d55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.arrow svg {
  color: #5f7e57;
}

.flower {
  position: absolute;
  top: -76px;
  right: 10%;
}

.comment-section {
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
  background: url(../images/comment-bg.jpg);
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
}

.user-comment {
  background: #fff;
  padding: 20px;
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.user-comment img {
  width: 98px;
  height: 98px;
  border-radius: 100%;
}

.user-comment span {
  font-size: 18px;
  font-family: "Abril Fatface", serif;
}

.user-comment p {
  font-size: 13px;
  text-align: center;
  font-weight: 100;
  height: 330px;
}

.user-comment .date {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.comment-title {
  font-size: 40px;
  width: 100%;
  text-align: center;
  font-family: "Abril Fatface", serif;
}

.page-content {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  color: #5D7D56 !important;
}

.brand {
  display: none;
}

h1.product-title.mb-4 {
  margin-bottom: 0px !important;
}

h1 {
  margin-top: 0 !important;
}

/* .top-left { 
  display: none;
} */
.productSection {
  display: flex;
  justify-content: space-between;
  /* BoÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸luÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸u eÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸it daÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±tmak iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
}

.productInner img {
  width: 100%;
  border-radius: 20px;
}

.title.d-flex.align-items-center.justify-content-between.pb-2 {
  padding-bottom: 0px !important;
}

.kampanya img {
  border-radius: 20px;
}

.social-media.mb-5.justify-content-center.d-flex {
  display: none !important;
}

.kampanya-mobile {
  display: none !important;
}

.kampanya-mobile img {
  border-radius: 20px;
}

.product-slick.border.slick-initialized.slick-slider {
  border-color: #f8f8f8 !important;
  border-radius: 20px;
}

ul.submenuItems p {
  color: #000 !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 24px;
  font-weight: 300 !important;
  font-family: "Exo 2", sans-serif !important;
}

ul.submenuItems span {
  color: #000 !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 24px;
  font-weight: 300 !important;
  font-family: "Exo 2", sans-serif !important;
}

.menuTop {
  margin-bottom: 15px;
}

.nav-logo img {
  width: 110px;
  margin-top: 16px;
}

#webron .co-steps {
  margin-top: 30px !important;
}