* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 14px;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e3e4e669
}

header .top {
  width: 100%;
  height: 40px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .cargo {
  width: auto;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

header .top-section {
  height: 34px;
  border-bottom: 1px solid #e3e4e669;
}

.phone .border-right {
  border-color: #e3e4e669 !important;
}

.top-menu .border-right {
  border-color: #e3e4e669 !important;
}

.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;
}

header .top-menu ul li {
  display: inline-block;
  margin-right: 10px;
}

header .top-menu ul li a {
  display: block;
  color: #000;
  font-size: 12px;
}

header .top-menu ul li a:hover {
  text-decoration: underline;
}

header .logo {
  width: auto;
  height: 78px;
  display: flex;
  align-items: center;
}

header .logo a img {
  width: 200px;
}

.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;
  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;
  margin: 12px 10px;
  display: inline-block;
}

.search-wp {
  width: auto;
  display: block;
  height: 40px;
  border: 1px solid #80bca0;
}

.search {
  width: 350px;
  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: flex;
  align-items: center;
}


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: inline-block;
  border-radius: 100%;
  position: relative;
}

header .basket-number {
  position: absolute;
  right: -12px;
  top: -14px;
  width: 20px;
  height: 20px;
  background: #F7CB00;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
}

header .basket a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 100%;
}

header .social-media {
  width: auto;
  display: inline-block;
}

header .social-media span {
  float: left;
  margin-right: 5px;
}

header .social-media ul li {
  display: inline-block;
  float: left;
  text-align: left;
  margin-right: 20px;
}

header .social-media ul li a {
  display: block;
  color: #4b4b4b;
  font-size: 14px;
}

header .social-media ul li a:hover {
  color: #F7CB00;
}

.line {
  width: 100%;
  border-bottom: 1px solid #dddcdc;
}

.bg-gray {
  background: #F6F8FA;
}

.banner-slider {
  width: 100%;
  display: block;
}

.wrapper {
  width: 100%;
  display: inline-block;
}

.title {
  width: 100%;
  display: inline-block;
}

.title small {
  font-size: 16px;
  font-weight: 200;
}

.title p {
  width: auto;
  font-size: 32px;
  font-weight: 700;
}

.title span a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding: 16px 26px;
  background: #edf2f7;
  font-weight: 500;
  transition: all 0.5s;
  text-decoration: none !important;
}

.title span a:hover {
  background: #000;
  color: #fff;
  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;
}

.product .discount {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 25px;
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
}

.product .like-product {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #e3e4e669;
  z-index: 99;
}

.product .like-product img {
  width: 20px;
}

.product .like-product a {
  color: #000;
}

.product .p-link {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #e3e4e669;
  transition: 0.5s;
  padding: 10px;
  background: #fff;
}

.product .liked a i {
  color: green;
}

.product .liked a i {
  color: #f7cb00;
}

.liked {
  border: 1px solid #f7cb00 !important;
  color: #f7cb00 !important;
}

.product a:hover {
  text-decoration: none;
  border-color: #000;
  transition: 0.5s;
  background: #fff;
}

.product a .product-img {
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* padding: 10px; */
}

.product a .product-img img {
  width: 100%;
  object-fit: contain;
}

.product a .title {
  width: 100%;
  height: 4.5em;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  border: none;
  line-height: 1.5em;
  padding: 0 !important;
  overflow: hidden;
}

.product a .category {
  width: 100%;
  font-size: 14px;
  color: #00000082;
  font-weight: 300;
}

.product a .old-price {
  font-size: 14px;
  color: #434343;
  text-decoration: line-through;
}

.product a .price {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.discount-section {
  background: #f3f6f7;
  width: 100%;
}

.discount-section p {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.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: #ffffff;
}

footer .items {
  width: 100%;
  display: inline-block;
}

footer .items p {
  color: #000;
}

footer .items span {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 34px;
  color: #000;
}

footer .items ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #dbe1e6;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
}

footer .items ul li:last-child {
  border-bottom: none;
}

footer .items ul li a {
  color: #000;
  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: #4e5256;
  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: #000 !important;
}

footer .cards {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.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 #000 !important;
  background: #fff;
  color: #000;
}

.btn-buy:hover {
  transition: 0.5s;
  background: #000;
  color: #fff;
}

.btn-card {
  width: 100%;
  height: 43px;
  font-weight: 500;
  transition: 0.3s;
  background: #000;
  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%;
  display: inline-block;
  background: #F6F8FA;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.breadcrumb-item a {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #000;
}

.breadcrumb-item.active {
  color: #000;
  font-size: 12px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  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: 12px;
}

.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 #e3e4e669;
}

.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"] {
  border: 1px solid var(--border-gray);
  display: inline-block;
  color: #000;
  font-size: 12px;
  height: 36px;
  width: 100%;
  background: #f6f8fa;
}

.filters input[type="submit"] {
  border: 0px;
  background: #000;
  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: 20px;
  color: #000;
  font-weight: 500;
}

.page-title h1 {
  width: auto;
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0 !important;
}


.page-title span+span {
  font-size: 12px;
  color: red;
  font-weight: 300;
}

.page-title .productListCount {
  font-size: 12px;
  color: red;
  font-weight: 300;
}


.paging-btn {
  font-size: 13px;
  font-weight: 500;
}

.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: #000000;
}

.gallery-img {
  width: 100% !important;
  /*height: 500px;*/
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.gallery-img img {
  width: 100%;
  height: 4 "00px";
}

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: none;
  border-top-left-radius: 0;
  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: #000000;
  border-bottom: 1px solid #000000;
}

.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.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: #f6f8fa;
}

.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 */

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn01 {
  background-color: #000000;
}

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn02 {
  border-color: #000000;
}

.wsmenu>.wsmenu-list>li>a:after {
  background-color: #000000;
}

.wsmobileheader {
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>a {
  color: #000;
}

.wsmenu>.wsmenu-list>li>a.active {
  color: #000000;
}

.wsmenu>.wsmenu-list>li:hover>a {
  color: #000000;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #000000;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #000000;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
  background-color: #000000;
  color: #fff;
}

.wsmenu>.wsmenu-list>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.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>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;
  height: 65px;
}

.basker-inner span {
  width: 60%;
  display: block;
}

.basker-inner span small {
  width: 100%;
  display: block;
}

.basker-inner span small+small {
  width: 100%;
  display: block;
  font-size: 14px;
}

.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: 14px;
  border: none;
}

.cart-total .count {
  text-align: right;
  padding-right: 10%;
}

.basker-inner span small+small strong {
  color: #000;
  font-weight: 600;
}

header .basket img {
  float: left;
}

.border {
  border-color: #f3f3f3 !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: 500;
  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: 22px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.stock-section {
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.stock-code {
  color: #000;
  font-size: 12px;
}

.stock {
  height: 26px;
  padding: 0px 15px;
  background: #000000;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.old-price {
  display: inline-block;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.new-price {
  display: inline-block;
  color: #000;
  font-size: 23px;

  font-weight: 600;
}

.detail-content {
  width: 100%;
  line-height: 26px;
  color: #3e445a;
}

.detail-content ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.detail-content ul li i {
  font-size: 8px;
  margin-right: 8px;
}

.basket-add a {
  width: 100%;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  background: #000000;
  transition: 0.5s;
}

.basket-add a:hover {
  background: #000000cf;
  transition: 0.5s;
}

.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: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.5s;
  background: #f7cb00;
  font-size: 16px;
}

.add-favorite a:hover {
  background: #c3ad18;
}

.detail-phone a {
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.5s;
  background: #000000;
  font-size: 16px;
}

.detail-phone a:hover {
  background: #000;
  color: #fff !important;
}

.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: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  padding: 10px;
}

.blog a img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 240px;
}

.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: 50px;
  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: #fff;
}

.info {
  color: #000;
  font-size: 12px;
}

.basker-inner span small a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.category.pt-3 {
  background: #F6F8FA;
  padding-bottom: 12px;
}

.basket-add.mr-1 {
  width: 50%;
}

.detail-discount img {
  width: 100%;
}

.detail-discount {
  width: 100%;
  display: none;
}

.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: #000;
  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: #f7cb00;
  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: #000;
  color: #fff;
  transition: all 0.5s;
}

.seller-button a:hover {
  text-decoration: none;
  background: #F7CB00;
  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: #000;
}

a.btn.btn-primary {
  background: #000;
  color: #fff !important;
  border-color: #000;
  border-radius: 0px !important;
}

a.btn.btn-primary:hover {
  background: #0f472c;
  color: #fff !important;
  border-color: #0f472c;
}

.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: #027f43 !important;
}

.form .plan input:checked+label,
.form .payment-plan input:checked+label,
.form .payment-type input:checked+label {
  background: #027f43 !important;
  border-color: #027f43 !important;
}

.text-left {
  text-align: left !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  /* border-bottom: 1px solid #e9ecef !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;
  background-color: #000 !important;
  padding: 10px !important;
}

div#menu3 .product a {
  background: #fff;
}

.detailDiscount {
  padding: 10px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #f7cb00;
}

.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;
}

#webron .modal-footer {
  margin-bottom: 50px;
}

.uk-subnav>*> :first-child {
  font-size: 14px !important;
  font-weight: 500 !important;
}

header .buttons a img {
  width: 20px;
}

header .basket img {
  width: 20px;
}

.search-icon {
  width: 36px;
  height: 36px;
  background: #edf2f7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px !important;
  cursor: pointer;
  font-size: 24px;
}

.search-icon svg {
  color: #000000;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.search-modal-content {
  position: relative;
  background: #eceff1;
  padding: 30px;
  border-radius: 0;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  animation: scaleUp 0.5s ease forwards;
  margin: 0 auto;
}

.search-wrapper {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);

}

@keyframes scaleUp {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

.search-modal-content input {
  width: calc(100% - 110px);
  padding: 10px;
  font-size: 14px;
  /* border: 1px solid #cccccc85; */
  border-radius: 0;
  outline: none;
  /* margin-right: 10px; */
  height: 48px;
  margin-right: -5px;
  margin-top: -2px;
}

.search-modal-content button {
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  background-color: #000000;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 48px;
}

.search-modal-content button:hover {
  background-color: #F7CB00;
}

.search-modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

.uk-nav>li>a {
  padding: 5px 0px;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;
  white-space: nowrap !important;
}

.category-slider {
  width: 86%;
  margin: 0px auto;
}

.categorySection {
  height: 195px;
  background: rgb(246, 248, 250);
  display: grid;
  grid-template-columns: 46% 52%;
  gap: 2%;
}

.category-img {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.category-item {
  display: flex;
  position: relative;
  flex-direction: column;
}

.category-item span {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 26px;
  margin-top: 20%;
  width: 90%;
}

.category-item a {
  position: absolute;
  bottom: 15%;
  left: 0px;
  background: rgb(255, 255, 255);
  font-size: 12px;
  padding: 6px 12px;
  color: rgb(0, 0, 0);
  transition: 0.5s;
  text-decoration: none !important;
}

.category-item a:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.dealer-section {
  display: grid;
  grid-template-columns: 50% 50%;
}

.dealer-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(247, 203, 0);
  height: 308px;
}

.dealer-left img {
  width: 220px;
}

.dealer-left span {
  display: block;
  font-size: 26px;
  font-weight: 600;
}

.dealer-left small {
  width: 70%;
  margin: 0px auto;
  display: block;
  font-size: 13px;
  font-weight: 300;
}

.dealer-left a {
  display: block;
  padding: 6px 30px;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  font-size: 13px;
  margin-top: 20px;
  transition: 0.5s;
}

.dealer-left a:hover {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

.bg-blue-section {
  width: 100%;
  background: #F6F8FA;
  padding: 60px 0;
}

.bg-light-blue {
  background: #edf2f7;
  margin-top: 0px !important;
}

.brand img {
  width: 180px;
}

#webron .btn-orange {
  background: #000000 !important;
}

button.btn.btn-dark.rounded- {
  border: 0px !important;
  margin-top: 24px;
}

label.w-100.display-block {
  display: none;
}

.uk-offcanvas-bar {
  background: rgb(255, 255, 255) !important;
}

.uk-nav-default>li.uk-active>a {
  color: rgb(0, 0, 0) !important;
}

.uk-nav-default .uk-nav-sub a {
  color: rgb(0, 0, 0) !important;
  font-size: 14px !important;
}

.uk-nav-default>li {
  padding: 4px 0px;
  border-bottom: 1px solid rgb(235, 233, 233) !important;
}

.ds-none {
  display: none !important;
}

.uk-button {
  padding: 0px !important;
  margin-right: 4px !important;
  margin-top: 10px !important;
}

.uk-offcanvas-bar .uk-close {
  color: rgb(0, 0, 0) !important;
}

.contact .tabs {
  background-color: #f8f9fa !important;
}

.nav-logo.uk-margin-medium-top {
  text-align: center;
}

.nav-logo.uk-margin-medium-top img {
  width: 160px;
}

.bg-light-blue.pt-5.pb-5 {
  display: none;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000000;
  border-color: #0000;
}

.button-style {
  background-color: #000 !important;
}

#webron .btn-success {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.topSection {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.btn.btnUnderline {
  background: #00000014;
  padding: 9px 16px;
  border-radius: 0;
}

.motor-selector {
  background: #f7cb02;
  padding: 10px 0px;
}

.motor-selector-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}

.selector-fields {
  display: grid;
  grid-template-columns: 26% 26% 26% 19%;
  gap: 1%;
}

.selector-fields select {
  height: 46px !important;
  width: 100%;
  font-weight: 500;
  border: 0px !important;
}

.selector-title {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.filter-button {
  height: 46px;
  background-color: #000;
  color: #fff;
  padding: 0 30px !important;
  margin: 0 !important;
}

.search-wrapper {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}

.zoomContainer {
  z-index: 9999 !important;
  /* zoom kutusunu üstte tut */
  pointer-events: none;
  /* zoom kutusunun fare olaylarını engelle */
}