@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
  src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'),
  url('../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/iranyekan/eot/iranyekanwebthinfanum.eot');
  src: url('../fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iranyekan/woff/iranyekanwebthinfanum.woff') format('woff'),
  url('../fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/iranyekan/eot/iranyekanweblightfanum.eot');
  src: url('../fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'),
  url('../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
  src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'),
  url('../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
  src: url('../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'),
  url('../fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
  src: url('../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'),
  url('../fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 850;
  src: url('../fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
  src: url('../fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff'),
  url('../fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot');
  src: url('../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iranyekan/woff/iranyekanwebextrablackfanum.woff') format('woff'),
  url('../fonts/iranyekan/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}


@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
  url('../fonts/Vazirmatn[wght].woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* base  */


:root {
  --color1: #213F2E;
  --color2: #F06A01;
  --back: #fff;
  --font1: iranyekan;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color2)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

  .w-m-100 {
    width: 100%;
  }

  .p-m-0 {
    padding: 0;
  }
}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: unset;
  font-weight: unset;
  line-height: unset;
  font-size: unset;
}

/* navbar */


.navbar-toggler {
  display: none;
}

.navbar-top {
  background-color: #fff;
  position: relative;
  z-index: 1000;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

.navbar-custom {
  height: 50px;
  padding: 0;
  z-index: 999;
  transition: 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #213F2E1A;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo img {
  width: 250px;
  height: 60px;
  object-fit: contain;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item i {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 16px;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #292D32;
}

.nav-item a:hover {
  color: var(--color2) !important;
}

.navbar-category-first {
  background: #213F2E1A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 12px 0 0;
  color: #292D32;
  min-width: 133px;
  height: 45px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.navbar-search {
  height: 44px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 15px;
  max-width: 660px;
  margin-left: auto;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #213F2E1A
}

.navbar-search input {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 0;
  outline: none;
  padding: 10px;
  font-size: 14px;
  background: transparent;
}

.navbar-search button {
  background: transparent;
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #000;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.navbar-btn {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: var(--color2);
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  white-space: nowrap;
  padding: 0 15px;
}

.navbar-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 20px;
  margin-left: 10px;
}

.navbar-btn:hover {
  background: #f7f7f7;
}

.navbar-btn-login {
  height: 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  white-space: nowrap;
  color: var(--color1);
  padding: 0 15px;
  font-size: 14px;
  border-radius: 8px;
}

.navbar-btn-login i {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 20px;
  margin-left: 10px;
}

.navbar-btn-login:hover {
  background: #f7f7f7;
  color: var(--color1);
}

.navbar-btn-border {
  background: #0000000D;
  width: 1px;
  height: 32px;
  display: block;
}


.navbar-social {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 15px;
}

.navbar-social a {
  line-height: 0;
  color: var(--color1);
}

.navbar-social i {
  font-size: 20px;
  line-height: 1;
}

.navbar-social a:hover {
  color: var(--color2);
}


@media (max-width:767.5px) {
  .navbar-custom .container {
    flex-wrap: nowrap;
  }

  .navbar-custom .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-custom .container-lg {
    flex-wrap: nowrap;
  }

  .navbar-top {
    position: unset;
  }

  .navbar-custom {
    height: 0px;
  }

  .navbar-logo {
    margin-left: auto;
  }

  .navbar-logo img {
    width: auto;
    height: 28px;
  }

  .navbar-inner {
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .navbar-search {
    max-width: 100%;
    order: 4;
    margin-top: 7px;
    height: 35px;
    margin-right: 0;
  }

  .navbar-search input {
    font-size: 12px;
  }

  .navbar-btn-login i {
    margin: 0;
  }

  .navbar-btn-login {
    height: 36px;
    width: 36px;
    padding: 5px;
    justify-content: center;
  }

  .navbar-btn-login span {
    display: none;
  }

  .navbar-btn {
    width: 36px;
    height: 36px;
  }

  .navbar-btn span {
    display: none;
  }

  .navbar-btn i {
    margin: 0;
  }

  .navbar-btn-border {
    height: 22px;
    margin: 0 3px;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #7b7b7b !important;
    display: flex;
    margin-left: 15px;
  }

  .offcanvas-nav .navbar-logo {
    margin-left: unset;
    margin-right: auto;
  }

  .navbar-btn-badge {
    width: 14px !important;
    height: 14px !important;
    top: -2px !important;
  }

  .navbar-social {
    justify-content: center;
    margin-top: 15px;
  }
}


@media (min-width:767px) and (max-width:991px) {
  .nav-item {
    margin-left: 0;
  }

  .nav-item a {
    font-size: 12px;
  }

  .navbar-category-first {
    min-width: auto;
    padding: 10px;
  }

  .navbar-btn-login span {
    display: none;
  }

  .navbar-btn span {
    display: none;
  }

}

@media (min-width:992px) and (max-width:1100px) {
  .nav-item {
    margin-left: 10px;
  }

  .navbar-btn-login span {
    display: none;
  }

  .navbar-btn span {
    display: none;
  }

}

@media (min-width:768.5px) {
  .navbar-controll {
    display: flex;
    align-items: center;
  }
}




/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\e90d';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\e910';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}

@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color2);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
  }

  #overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
  }

}




/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\e910';
    font-size: 16px;
    margin-right: auto;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    overflow: auto;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #575757;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #575757;
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #575757;
    font-size: 20px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

  .navbar-category-first i {
    font-size: 16px;
    margin-left: 0;
  }

  .navbar-category-first {
    height: auto;
    min-width: auto;
    background: transparent;
    color: #323232;
    font-weight: 500;
  }

}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}



/* basket */

.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color1);
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;

}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 70px;
  border-radius: 10px;
}

.basket-item-info {
  margin-right: 15px;
  white-space: nowrap;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}

.navbar-btn-badge {
  background: var(--color2);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: -4px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 2px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}



@media (min-width:768px) {

  .navbar-category a::after {
    content: unset;
  }

  .navbar-category.dropdown ul {
    min-width: 300px;
    border-radius: 10px;
    background-color: #fff;
    padding: 4px 0;
    margin-top: -15px;
  }

  .navbar-category.dropdown ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul li {
    padding: 0px 20px;
  }

  .navbar-category.dropdown ul li:last-child a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown ul li a {
    border-bottom: solid 1px #dcdcdc;
  }



  .navbar-category.dropdown .dropdown ul {
    right: 100%;
  }

  .navbar-category.dropdown ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: solid 1px #dcdcdc;
  }

  .navbar-category.dropdown .dropdown>a:after {
    margin-top: 0;
  }

  .navbar-category.dropdown ul::before {
    content: unset;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 800px;
    flex-wrap: wrap;
    direction: rtl;
    height: 358px;
    overflow-y: auto;
    margin-top: -1px;
  }

  .navbar-category.dropdown .dropdown ul li a {
    font-weight: bold;
    color: var(--color2);
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    font-weight: normal;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 25%;
  }

  .navbar-category.dropdown .dropdown ul a::after {
    content: unset;
  }

  .navbar-category.dropdown .dropdown:hover>ul {
    display: flex;
  }

  .navbar-category.dropdown .dropdown ul ul {
    width: auto;
    position: relative;
    width: auto;
    min-width: auto;
    height: auto;
    display: flex;
    right: 0;
    flex-direction: column;
    box-shadow: unset;
    overflow: unset;
    border: 0;
    margin: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li {
    width: auto;
    padding: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    border-bottom: 0;
    color: #323232;
  }

  .navbar-category.dropdown .dropdown {
    position: unset;
  }

  .mega-scroll {
    height: 350px;
    overflow-y: auto;
    direction: ltr;
  }
}

@media (min-width:767px) and (max-width:991px) {
  .navbar-category.dropdown .dropdown ul {
    width: 385px;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 33%;
  }
}





/* basket offcanvas */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  /* visibility: hidden; */
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 20px 0;
  height: 100%;
  overflow: auto;
}

.offcanvas-head {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.offcanvas-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.offcanvas-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #444;
  padding: 0;
}


.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;

}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 90px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.basket-item-info {
  margin-right: 15px;
  white-space: nowrap;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}


.basket-item {
  padding: 15px;
}

.basket-total {
  margin-top: 0;
}

.offcanvas-title {
  font-weight: 600;
  color: #444;
  font-size: 18px;
}

#overlay-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay-offcanvas.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 1000;
}



/* swiper */



.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 5px;
}

.swiper-brand {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-8 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.swiper-pagination-bullet {
  border-radius: 20px;
  width: 9px;
  height: 9px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color2);
}

.swiper-pagination-body .swiper-pagination {
  background: #fff;
  width: 100%;
  bottom: 0 !important;
  left: auto;
  right: auto;
  border-radius: 20px 20px 0 0;
  padding-top: 14px;
  height: 44px;
}

.swiper-pagination-body {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 180px;
  margin: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: #323232;
}

.swiper-button-next {
  width: 34px;
  height: 34px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
  border-radius: 40px;
  transition: 0.25s;
}

.swiper-button-prev {
  width: 34px;
  height: 34px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
  border-radius: 40px;
  transition: 0.25s;
}

.swiper-button-next:after {
  padding-right: 3px;
  padding-top: 2px;
}

.swiper-button-next:hover {
  background: var(--color2);
  color: #fff;
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover {
  background: var(--color2);
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }

}




/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}


/* home */


.home-wrap-1-img {
  width: 100%;
}

.home-wrap-1 a {
  display: block;
}

.home-wrap-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  margin-top: 40px;
}

.home-wrap-2-item img {
  width: 100%;
  height: 155px;
  object-fit: contain;
  object-position: bottom;
}

.home-wrap-2-item span {
  margin-top: 15px;
}

.home-wrap-3 {
  background: var(--color1);
  margin-top: 50px;
  padding: 40px 0;
}

.home-wrap-3-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 30px;
}

.home-wrap-3-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.home-wrap-3-link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.home-wrap-3-link:hover {
  color: var(--color2);
}

.card-product {
  border: 1px solid #E6E6E6;
  display: block;
  border-radius: 20px;
  padding: 15px;
  background: #fff;
  transition: 0.3s;
  position: relative;
}

.card-product:hover {
  border-color: var(--color2);
}

.card-product-img-body {
  position: relative;
}

.card-product-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.card-product-title {
  color: #323232;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 40px;
}


.card-product-brand span:last-child {
  color: #323232;
}

.card-product-flex {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 10px;
  border-top: 1px solid #E6E8E8;
  padding-top: 10px;
}

.card-product-price {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.card-product-price-off {
  display: flex;
  align-items: center;
  justify-content: end;
}

.card-product-price-before {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: line-through;
}

.card-product-price-discunt {
  font-weight: 700;
  height: 21px;
  color: #FF7119;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin-right: 10px;
}

.card-product-price-main {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 5px;
  line-height: 1;
}

.card-product-price-main i {
  font-size: 10px;
  margin-right: 5px;
}

.card-product-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color2);
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}

.card-product-btn:hover {
  background: var(--color1);
}


.home-wrap-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 50px;
}

.home-wrap-title {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #292D32;
}

.home-wrap-link {
  font-size: 14px;
  font-weight: 500;
  color: #292D32;
}

.home-wrap-link:hover {
  color: var(--color2);
}

.home-banner {
  width: 100%;
  margin-top: 50px;
}

.banner-wrap {
  width: 100%;
}

.card-blog {
  display: block;
  background: #fff;
  border: 1px solid #E6EAED;
  border-radius: 15px;
  transition: 0.3s;
}

.card-blog:hover {
  box-shadow: 0px 0px 5px 0px #64646499;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.card-blog-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: 10px 10px 0 0;
}

.card-blog-img:hover {
  transform: scale(1.1);
}

.card-blog-inner {
  padding: 20px;
}

.card-blog-title {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}

.card-blog-title:hover {
  color: var(--color2);
}

.card-blog-text {
  text-align: justify;
  color: #323232;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 50px;
}

.card-blog-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  margin-top: 20px;
  font-size: 14px;
  color: #323232;
  border-top: 2px solid #E6E8E8;
  padding-top: 15px;
}

.home-wrap-9-item {
  width: 100%;
  transition: 0.3s;
}

.home-wrap-9-item:hover {
  opacity: 0.7;
}

/* responsive all  */

@media (max-width:767px) {
  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    display: none;
  }

  .home-wrap-2-item img {
    height: 70px;
  }

  .home-wrap-2-item {
    margin-top: 20px;
  }

  .home-wrap-2-item span {
    margin-top: 10px;
    font-size: 13px;
  }

  .home-wrap-3 {
    margin-top: 25px;
    padding: 20px 0;
  }

  .home-wrap-3-row {
    margin-bottom: 20px;
  }

  .home-wrap-3-title {
    font-size: 16px;
  }

  .home-wrap-3-link {
    font-size: 13px;
  }

  .card-product-img {
    height: 140px;
  }

  .card-product-title {
    font-size: 13px;
    height: 38px;
  }

  .card-product-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .card-product {
    padding: 10px;
  }

  .card-product-price-main {
    font-size: 14px;
    margin-top: 3px;
  }

  .card-product-price-before {
    font-size: 13px;
  }

  .card-product-price-discunt {
    font-size: 13px;
  }

  .card-product-price {
    height: 36px;
  }

  .home-banner {
    margin-top: 25px;
  }

  .home-wrap-row {
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .home-wrap-title {
    font-size: 15px;
  }

  .home-wrap-link {
    font-size: 13px;
  }

  .card-blog-img {
    height: 150px;
  }

  .card-blog-inner {
    padding: 15px;
  }

  .card-blog-title {
    font-size: 14px;
  }

  .card-blog-text {
    font-size: 13px;
    margin-top: 10px;
    height: 42px;
  }

  .card-blog-flex {
    gap: 15px;
    font-size: 12px;
    padding-top: 10px;
  }


}


/* footer */

.footer .responsive-map {
  overflow: hidden;
  padding-bottom: 170px;
  position: relative;
  height: 0;
  border-radius: 6px;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer .responsive-map iframe {
  left: 0;
  top: 0;
  height: 170px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 6px;
}


.footer {
  background: var(--color1);
  padding: 50px 0;
  position: relative;
  margin-top: 60px;
  padding-bottom: 0;
}


.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #9f9f9f;
  padding-top: 6px;
  transition: 0.3s;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #dedede;
  background-color: #fff;
  border-radius: 50px;
}


.footer-social .icon-instagram {
  padding-top: 1px;
  padding-right: 2px;
}

.footer-social .icon-telegram {
  font-size: 14px;
}

.footer-social .icon-phone {
  padding-top: 3px;
}

.footer-social a:hover {
  background: var(--color2);
  color: #fff;
}

.footer-header {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  color: #fff;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.footer-item {
  font-size: 15px;
  color: #fff;
}

.footer-link {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-link:hover {
  color: var(--color2);
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: var(--color2);
}


.footer-bottom {
  padding: 30px 0px;
}

.footer-bottom-item {
  font-size: 14px;
  color: #fff;
}

.footer-bottom-item span {
  font-size: 14px;
  color: #fff;
}

.footer-bottom-item a {
  font-size: 14px;
  color: #fff;
}

.footer-bottom-item a:hover {
  color: var(--color2);
}

.footer-top {
  display: flex;
  margin-bottom: 50px;
}

.footer-top-main {
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  background: #FFFFFF33;
}

.footer-top-logo {
  border-radius: 15px;
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.footer-top-text {
  color: #fff;
  border-right: 2px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
  margin-left: 40px;
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}


.footer-top-namad {
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  background: #FFFFFF33;
  margin-right: 15px;
}

.footer-top-namad img {
  width: 100px;
  height: 120px;
  object-fit: contain;
}

a.footer-top-link {
  display: flex;
  color: #fff;
  line-height: 2;
  direction: ltr;
  text-align: left;
  font-size: 15px;
  white-space: nowrap;
}

.footer-top-link:hover {
  color: var(--color2);
}

.footer-top-link i {
  margin-right: 10px;
  line-height: 2;
}

.footer-namad-body {
  display: flex;
}

@media (max-width:767px) {

  .footer-top {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .footer-top-logo {
    width: 100px;
    height: 60px;
    margin: auto;
    display: block;
  }

  .footer-top-namad img {
    height: 100px;
  }

  .footer-top-main {
    display: block;
  }

  .footer-top-text {
    border: 0;
    padding-right: 0;
    margin: auto;
    margin-top: 15px;
    text-align: justify;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px;
  }

  .footer-namad-body {
    gap: 15px;
  }

  .footer-top-namad {
    padding: 20px;
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }


  .footer-logo-body {
    margin-top: 0;
  }

  .footer {
    padding: 20px 0;
    margin-top: 20px;
  }

  .footer-header {
    font-size: 14px;
    margin-top: 10px;
  }

  .footer-logo-body {
    border: 0;
  }

  .footer-logo {
    height: 62px;
    width: 135px;
  }

  .footer-text {
    font-size: 14px;
  }

  .footer-social {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .footer-social .icon-instagram {
    padding-top: 0px;
    padding-right: 1px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-social a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 2px;
    margin-top: 10px;
  }

  .footer-social .icon-telegram {
    font-size: 12px;
  }

  .footer-ul {
    margin-top: 20px;
  }

  .footer-bottom {
    padding: 10px 0px;
  }

  .footer-bottom-item {
    font-size: 12px;
    text-align: center;
  }

  .footer-bottom-item span {
    font-size: 12px;
  }

  .footer-bottom-item a {
    font-size: 12px;
  }
}


/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 20px;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: #000;
}

li.breadcrumb-item a:hover {
  color: var(--color2);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
  }
}


/* pagination */


.pagination {
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #0000000D;
  border: 0;
  border-radius: 12px !important;
  transition: 0.3s;
}

a.page-link:hover {
  background: var(--color1);
  color: #fff;
}


.page-item:first-child .page-link {
  margin-right: 6px;
}

span.page-link:hover {
  background: #fff;
  color: var(--color1);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color2);
}

.page-item-title .page-link {
  height: 38px;
  font-size: 14px;
  width: 38px;
  color: var(--color1);
}

.page-item-title .page-link:hover {
  background: var(--color1);
  color: #fff;
}

@media (max-width:767px) {
  .pagination {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }


  .page-item-title {
    display: none;
  }

  .page-link {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }

}



/* sort */

.sort-body {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.sort-title {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.sort-item-flex {
  display: flex;
  gap: 15px;
}

.sort-item:hover {
  color: var(--color1);
}

.sort-item {
  background: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 30px;
  transition: 0.3s;
}

.sort-item.active {
  color: var(--color2);
}

@media (max-width:767px) {
  .sort-title {
    font-size: 12px;
    white-space: nowrap;
    margin-left: 10px;
  }

  .sort-item-flex {
    overflow: auto;
    gap: 10px;
  }

  .sort-item {
    height: 32px;
    font-size: 12px;
    padding: 5px;
    white-space: nowrap;
  }

  .sort-body {
    margin-bottom: 15px;
    margin-top: 15px;
  }

}


/* switch */


.sort-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.sort-switch span {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin: 0;
  font-size: 14px;
}

input[type="checkbox"].switch {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  right: auto !important;
  left: auto !important;
  position: relative;
}

input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked {
  background: var(--color1);
}

input[type="checkbox"].switch:checked:after {
  left: calc(100% - 1.5em);
}

input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/* range  */
.acc-range-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
  font-size: 14px;
}

.acc-range-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
  color: #222222;
}


:root {
  --clr-prim: var(--color1);
  --clr-prim-h: var(--color1);
  --clr-bad: var(--color1);
  --clr-box: #F9F9F9;
  --clr-box-dark: gray;
  --clr-border: #D9D9D9;
  --txt-clr: #333333;
  --shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  --cubic: cubic-bezier(0.11, 0.54, 0.33, 1.01);
}

.dual-range {
  --range-size: 12px;
  --range-width: 100%;
  --handle-size: 1.3;
  height: 6px;
  width: var(--range-width);
  background: #cccccc;
  border-radius: 50px;
  position: relative;
  user-select: none;
  right: 5px;
}

.dual-range .highlight {
  position: absolute;
  height: 6px;
  width: calc(var(--x-2) - var(--x-1) + var(--range-size) * var(--handle-size));
  left: var(--x-1);
  background: var(--clr-prim);
  z-index: 1;
  border-radius: 50px;
}

.dual-range .handle {
  width: calc(var(--range-size) * var(--handle-size));
  height: calc(var(--range-size) * var(--handle-size));
  background: var(--color1);
  position: absolute;
  box-shadow: var(--shadow);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: grab;
}

.dual-range .handle:active {
  cursor: grabbing;
}

.dual-range .handle.left {
  left: var(--x-1);
}

.dual-range .handle.right {
  left: var(--x-2);
}

/* list */

.list-product .row {
  margin-left: -7px;
  margin-right: -7px;
}

.list-product .col-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.head-title {
  font-size: 16px;
  color: #222222;
  margin-top: 15px;
  margin-bottom: 20px;
}

.head-title strong {
  font-weight: 600;
  margin-right: 5px;
}

p#no-results {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}

.filter-box {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #0000000D;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.filter-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.filter-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  color: var(--color2);
}

.filter-row {
  padding: 20px;
  border-bottom: 2px solid #E6EAED;
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-search {
  display: flex;
  background: #FFFFFF80;
  height: 42px;
  margin-top: 15px;
  align-items: center;
  border-radius: 8px;
  padding: 0 15px;
  border: 2px solid #E4E4E4;
}

.filter-search input {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 12px;
}

.filter-search button {
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #787878;
  margin-top: 5px;
  font-size: 14px;
}

.filter-btn-collapce {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.filter-btn-collapce.collapsed:after {
  transform: rotate(180deg);
}

.filter-btn-collapce:after {
  content: '\e90d';
  font-family: "raya-icon";
  transition: 0.3s;
}

.filter-check-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.filter-check-item div {
  display: flex;
  align-items: center;
}

.filter-check-item input {
  width: 18px;
  height: 18px;
  accent-color: var(--color2);
  margin-left: 10px;
  cursor: pointer;
}

.filter-tag-body {
  display: flex;
  flex-wrap: wrap;
}

.filter-tag {
  border: 1px solid var(--color1);
  font-size: 13px;
  color: var(--color2);
  border-radius: 20px;
  padding: 2px 8px;
  margin-top: 15px;
  margin-left: 10px;
  transition: 0.3s;
}

.filter-tag:hover {
  background: var(--color1);
  color: #fff;
}

.filter-row-title {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-top: 15px;
}

.filter-row-item {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 15px;
  position: relative;
  font-size: 14px;
}

.filter-row-item:after {
  content: '\e910';
  font-family: "raya-icon";
  display: block;
  margin-right: auto;
}

.show-more {
  margin-top: 50px;
}

.show-more-content::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff);
  bottom: 0;
}

.show-more-content {
  position: relative;
  font-size: 14px;
  line-height: 2;
  max-height: 195px;
  overflow: hidden;
}

.show-more-content.active {
  max-height: 100%;
}

.show-more-content.active::before {
  content: unset;
}

.show-more-btn {
  cursor: pointer;
  font-size: 15px;
  color: var(--color1);
  transition: 0.3s;
  margin-top: 15px;
}

.show-more-btn:hover {
  color: var(--color2);
}



@media (max-width:767px) {
  .products {
    margin-bottom: -30px;
  }

  .head-title {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }


  .filter-search {
    background: #eee;
  }

  .filter-box {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    transform: translateX(+100%);
    transition: 0.5s;
    width: 70%;
    background: #fff;
    border-radius: 0;
    overflow: auto;
  }

  .filter-box.active {
    transform: translateX(0);
  }

  .filter-btn-mobile {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    background: var(--color2);
    color: #fff;
    border-radius: 33px;
    font-size: 18px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
    padding-top: 2px;
  }


  .show-more {
    margin-top: 15px;
  }

  .show-more-content {
    font-size: 12px;
    text-align: justify;
    max-height: 140px;
  }
}


@media (min-width:768px) {
  .filter-sticky {
    position: sticky;
    top: 25px;
  }

  .filter-btn-mobile {
    display: none;
  }
}


/* single product */

.product-img-body {
  display: flex;
  flex-direction: column;
}

.product-main-img {
  text-align: center;
  width: 100%;
}

.product-other-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -15px;
}

.product-other-img a {
  width: 100%;
}

.product-other-img img {
  display: flex;
  width: 100%;
  height: 80px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: unset !important;
  background-color: #fdfffc !important;
  border: 1px solid #0000001A !important;

}

.mz-thumb-selected img {
  border: solid 1px var(--color2) !important;
  filter: unset !important;
}

/* owl */

.product-other-img .owl-next {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 9;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14) !important;
  background-color: #f6f6f6 !important;
  color: #000 !important;
  width: 26px;
  height: 26px;
}

.product-other-img .owl-prev {
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 9;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14) !important;
  background-color: #f6f6f6 !important;
  color: #000 !important;
  width: 26px;
  height: 26px;
}

.product-other-img .owl-next span {
  display: none;
}

.product-other-img .owl-prev span {
  display: none;
}

.product-other-img .owl-next:after {
  content: " ";
  font-family: "raya-icon";
  content: '\e910';
  font-size: 18px;
}

.product-other-img .owl-prev:after {
  content: " ";
  font-family: "raya-icon";
  content: '\e90f';
  font-size: 18px;
}

@media (max-width:767px) {
  .product-other-img img {
    height: 90px;
  }

  .product-other-img .owl-next {
    top: 22%;
  }

  .product-other-img .owl-prev {
    top: 22%;
  }
}

/* magic zoom */

.mz-hint-message {
  font-family: var(--font1);
}

.mz-hint-message::before {
  content: unset;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em;
  font-family: var(--font1);
}

a#productImgae>.mz-figure>img {
  height: 360px !important;
  max-height: 360px !important;
  object-fit: contain !important;
  max-width: 100% !important;
}

.MagicZoom>img,
.mz-figure>img {
  height: 360px !important;
  max-height: 360px !important;
  object-fit: contain !important;
  max-width: 100% !important;
}

.MagicZoom {
  /* width: auto; */
  width: 100%;
}

.MagicZoom figure {
  /* width: auto; */
  width: 100%;
}

@media (max-width:767px) {
  a#productImgae>.mz-figure>img {
    height: 300px !important;
    max-height: 300px !important;
    object-fit: contain !important;
  }

  .MagicZoom>img,
  .mz-figure>img {
    height: 300px !important;
    max-height: 300px !important;
    object-fit: contain !important;
  }
}


.product-title {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  line-height: 1.8;
}

.product-flex {
  display: flex;
  align-items: center;
}

.product-mute {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-left: 20px;
}

.product-rate {
  height: 24px;
  background: var(--color2);
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  margin-top: 15px;
  gap: 2px;
}

.product-row {
  border-top: 1px solid #E6EAED;
  padding-top: 20px;
  margin-top: 20px;
}

.product-row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-row-title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

.product-row ul {
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  padding-right: 15px;
  color: var(--color2);
}

.product-color-body {
  display: flex;
  flex-wrap: wrap;
}

.product-color {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 0;
  cursor: pointer;
}

.product-color input {
  display: none;
}

.product-color div {
  width: 20px;
  height: 20px;
  bottom: 1px solid #ddd;
  border-radius: 30px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-color span {
  color: #323232;
  margin-right: 5px;
  font-size: 14px;
}


.product-color input:checked+div {
  outline: 3px solid var(--color1);
  border-color: #fff;
}

.product-space {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.product-row-btn {
  background: #E6EAED80;
  border: 1px solid #E6EAED;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 30px;
  color: #222222;
  cursor: pointer;
  transition: 0.3s;
}

.product-row-btn:hover {
  background: var(--color2);
  color: #fff;
}

.product-row-text {
  font-size: 14px;
  text-align: justify;
  line-height: 2;
  color: #222222;
  margin-top: 15px;
}

.product-item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item {
  font-size: 14px;
  font-weight: 500;
  color: #939393;
  display: flex;
  align-items: center;
}

.product-item:nth-child(1) i {
  color: #DA6600;
}

.product-item:nth-child(2) i {
  color: #034AA2;
}

.product-item:nth-child(3) i {
  color: #CF2900;
}

.product-item i {
  font-size: 21px;
  margin-left: 5px;
}

.product-price-off {
  display: flex;
  align-items: center;
  justify-content: end;
}

.product-price-before {
  color: #969696;
  font-size: 20px;
  text-decoration-line: line-through;
  font-weight: 300;
}

.product-price-discunt {
  height: 28px;
  color: var(--color2);
  font-size: 18px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-right: 10px;
}

.product-price-main {
  font-size: 26px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  margin-top: 2px;
}

.product-price-main i {
  font-size: 14px;
}

.product-add-btn {
  height: 48px;
  font-size: 17px;
  background: var(--color2);
  color: #fff;
  width: 100%;
  max-width: 229px;
  border-radius: 12px;
  border: 0;
  margin-top: 5px;
  transition: 0.3s;
}

.product-add-btn:hover {
  background: var(--color1);
  color: #fff;
}

.product-count {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 20px;
  margin-right: auto;
}

.product-order-count {
  background: #E6EAED80;
  border: 1px solid #E6EAED;
  border-radius: 30px;
  height: 36px;
  display: flex;
  align-items: center;
  width: 160px;
  padding: 10px;
}

.product-order-count input {
  border: 0;
  width: 100%;
  outline: none;
  background: transparent;
  text-align: center;
  font-size: 18px;
  color: #222222;
}

.product-order-count button {
  color: #222222;
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
}

.product-action {
  width: 30%;
  text-align: left;
}

.product-count-title {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
  color: #222222;
}

.product-info-text {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
}

.product-info-text {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #000;
  line-height: 2;
}

.product-info-text i {
  font-size: 22px;
  color: #238200;
}



.product-tab {
  margin-top: 50px;
}

.product-tab .nav {
  display: flex;
  flex-wrap: nowrap;
}

.product-nav-item {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  color: #969696;
  cursor: pointer;
  padding: 0 10px;
  color: var(--color2);
  border-bottom: 3px solid var(--color2);
  width: max-content;
}


.product-nav-item i {
  margin-left: 5px;
}

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment-form-rate-star {
  margin-right: 15px;
  margin-left: 15px;
  direction: ltr;
}

.comment-form-rate-text {
  font-size: 16px;
  text-align: center;
  color: #505050;
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
}

i.icon-star-empty {
  color: #7D7D7D;
}

i.icon-star {
  color: #f9bc00;
}

.product-att-row {
  margin-top: 25px;
  display: flex;
  align-items: start;
}

.product-att-title {
  width: 20%;
  font-weight: 500;
  color: #000;
}

.product-att-content {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.product-att-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #00000012;
  padding-bottom: 7px;
  margin-top: 7px;
}

.product-att-item:last-child {
  border-bottom: 0;
}

.product-att-item:first-child {
  border-bottom: 1px solid #00000012;
}

.product-att-link {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 14px;
  gap: 8px;
  color: var(--color2);
}

.product-att-link:hover {
  color: var(--color1);
}

.product-box {
  border: 1px solid #0000001A;
  border-radius: 20px;
  padding: 25px;
  margin-top: 40px;
}

.product-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #2D2D2D;
}

.product-description {
  margin-top: 15px;
  font-size: 14px;
  text-align: justify;
  line-height: 2;
}

.cm-item {
  border: 1px solid #00000021;
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
}

.cm-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cm-item-title {
  font-size: 14px;
  color: #4C4C4C;
  display: flex;
  gap: 15px;
}

.cm-item-text {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.8;
  color: #222222;
}

.cm-item-end {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 15px;
}

.cm-item-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}


.cm-item-rate {
  display: flex;
  align-items: center;
  gap: 5px;
}


@media (max-width:767px) {
  .product-att-row {
    margin-top: 20px;
    flex-direction: column;
  }

  .product-att-title {
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
  }

  .product-att-item {
    font-size: 12px;
  }

  .product-att-content {
    width: 100%;
  }

  .product-item-body {
    flex-direction: column;
    align-items: start;
  }

  .breadcrumb-item+.breadcrumb-item {
    margin-left: 10px;
  }

  .product-title {
    font-size: 16px;
  }

  .product-mute {
    margin-top: 10px;
    font-size: 12px;
    margin-left: 15px;
  }

  .product-rate {
    height: 23px;
    font-size: 12px;
    margin-top: 10px;
  }

  .product-row {
    padding-top: 15px;
    margin-top: 15px;
  }

  .product-row-title {
    font-size: 14px;
  }

  .product-row-btn {
    font-size: 12px;
  }

  .product-row ul {
    font-size: 12px;
  }

  .product-color {
    margin-right: 15px;
  }

  .product-color-body {
    line-height: 2;
  }

  .product-space {
    gap: 10px;
    flex-direction: column;
  }

  .product-info-text {
    font-size: 12px;
    width: 100%;
  }

  .product-order-count {
    height: 42px;
    width: 120px;
  }

  .product-item {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .product-action {
    width: 100%;
  }

  .product-price-discunt {
    height: 24px;
    font-size: 14px;
  }

  .product-price-before {
    font-size: 16px;
  }

  .product-price-main {
    font-size: 20px;
  }

  .product-add-btn {
    height: 40px;
    font-size: 15px;
    max-width: 100%;
  }

  .product-box {
    padding: 15px;
    margin-top: 20px;
  }

  .product-description {
    margin-top: 5px;
    font-size: 12px;
  }

  .product-box-title {
    font-size: 14px;
  }

  .product-count-title {
    font-size: 15px;
  }

  .product-nav-item {
    font-size: 12px;
    padding: 0 5px;
    padding-bottom: 5px;
    margin-left: 0;
  }

  .product-tab {
    margin-top: 25px;
  }

  .product-data {
    margin-top: 15px;
    font-size: 14px;
  }

  .product-data span {
    width: 50% !important;
  }

  .product-row-text {
    font-size: 12px;
    margin-top: 10px;
  }

  .cm-item-text {
    font-size: 12px;
  }

  .cm-item-title {
    font-size: 12px;
  }

}


/* comment */

.com-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.com-box-text {
  font-weight: 300;
  margin-top: 10px;
  color: #000;
}

.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 45px;
  border: 1px solid #00000033;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 10px;
  background: #F0F0F0;
}

.com-box-form textarea {
  border: 1px solid #00000033;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 10px;
  background: #F0F0F0;
}

.com-box-form label {
  font-size: 16px;
}

.com-box-code input {
  border: 0;
  height: 40px;
  border: 1px solid #00000033;
  margin-right: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  border-radius: 10px;
  max-width: 150px;
  background: #F0F0F0;
}

.com-box-code img {
  width: 140px;
}

.com-box-code {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.com-box-recode {
  font-size: 14px;
  margin-top: 15px;
  display: block;
  color: var(--color2);
}

.com-box-submit {
  height: 50px;
  background: var(--color1);
  background: var(--color2);
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 15px;
}

.com-box-submit:hover {
  background: var(--color1);
  color: #fff;
}


@media (max-width:767px) {
  .com-box-title {
    font-size: 16px;
  }

  .com-box-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .com-box-form label {
    font-size: 14px;
  }

  .com-box-form input {
    height: 40px;
    margin-top: 0px;
  }

  .com-box-mute {
    font-size: 12px;
  }

  .comment-form-rate-text {
    font-size: 14px;
  }

  .com-box-recode {
    margin-top: 10px;
    font-size: 14px;
    display: block;
  }


  .com-box-submit {
    height: 38px;
    padding: 8px;
    margin-top: 10px;
    margin-top: 0;
  }

}

.blog-img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}


.blog-content p {
  font-size: 16px;
  line-height: 2.14;
  text-align: justify;
  color: #000;
  margin-top: 15px;
}

.blog-content img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin: 20px auto;
}

.blog-content video {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  background: #000;
  max-height: 300px;
}

.blog-content table,
td,
th {
  border: solid 1px #c8c8c8;
  text-align: center;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
}

.blog-title {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin-top: 22px;
  margin-bottom: 20px;
}

.blog-title h1 {
  font-size: 20px;
  font-weight: 700;
}

.blog-title h2 {
  font-size: 20px;
  font-weight: 700;
}

.blog-info {
  font-size: 18px;
  margin-top: 20px;
}

.blog-mute {
  color: #999999;
  font-size: 16px;
  margin-top: 15px;
}


@media (max-width:767px) {

  .blog-content p {
    font-size: 13px;
  }

  .blog-box {
    margin-top: 17px;
  }

  .blog-title {
    font-size: 18px;
    margin-top: 20px;
  }

  .blog-title h1 {
    font-size: 18px;
  }

  .blog-title h2 {
    font-size: 18px;
  }

  .blog-info {
    font-size: 16px;
    margin-top: 15px;
  }

  .blog-mute {
    color: #999999;
    font-size: 14px;
  }


}

.b-comment {
  margin-top: 50px;
  background: #fff;
  border: 1px solid #0000001A;
  box-shadow: 0px 2px 4px 0px #0000001F;
  border-radius: 15px;
  padding: 20px;
  margin-top: 25px;
}

.comment-item {
  margin-top: 25px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
}

.comment-item:last-child {
  border: 0;
  padding-bottom: 0;
}

.comment-item-info {
  display: flex;
  align-items: center;
}

.comment-item-info i {
  background: #C9C9C9;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 15px;
}

.comment-item-user {
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  margin-left: 10px;
}

.comment-item-date {
  font-size: 14px;
  color: #7A7A7A;
}

.comment-item-text {
  font-size: 14px;
  margin-top: 15px;
}

.comment-item-action {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.comment-item-action button {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left: 15px;
  border: 0;
  background: transparent;
  color: #7A7A7A;
  display: flex;
  align-items: center;
}

.comment-item-action button:hover {
  color: #000;
}

.comment-form-replay {
  margin-top: 15px;
}

.btn-replay.active {
  color: var(--color2);
}

.comment-form-replay textarea {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  border: 1px solid #00000040;
  font-size: 14px;
  outline-color: var(--color2);
  margin-bottom: 0;
}

.comment-form-replay input {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  border: 1px solid #00000040;
  font-size: 14px;
  margin-top: 15px;
  outline-color: var(--color2);
}


.comment-form-replay button {
  width: 100%;
  border-radius: 10px;
  background: var(--color1);
  border: 1px solid var(--color1);
  padding: 10px;
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  transition: 0.3s;
}

.comment-form-replay button:hover {
  background: transparent;
  color: var(--color1);
}

.contact-us-item {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.contact-us-item-back i {
  transition: 0.3s;
  filter: drop-shadow(6px 8px 4px #0000006b);
}

.contact-us-item-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  transition: 0.3s;
  color: #666;
}

.contact-us-item:hover .contact-us-item-title {
  color: var(--color1);
}

.contact-us-item:hover .contact-us-item-back i {
  transform: scale(1.1);
}

.contact-us-item-back {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  width: 89px;
  height: 88.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  padding-top: 12px;
  color: var(--color1);
}

@media (max-width:767px) {
  .contact-us-item-title {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
  }

  .contact-us-item {
    margin-top: 20px;
  }

  .contact-us-item-back {
    width: 60px;
    height: 60px;
    font-size: 25px;
    padding-top: 8px;
  }
}



.contact-box {
  border-radius: 10px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  padding: 25px;
}

.contact-box-title {
  font-size: 18px;
  border-bottom: 1px solid var(--color1);
  color: #323232;
  margin-bottom: 25px;
  font-weight: 600;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 280px;
  position: relative;
  /*height: 0;*/
  border-radius: 10px;
  /*height: 100%;*/
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 280px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 10px;
}

.contact-us-form-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--color1);
  padding-bottom: 5px;
  color: var(--color2);
}

.contact-us-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}


.contact-us-form label {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #979797;
}

.contact-us-form input:focus {
  border-color: var(--color1);
}

.contact-us-form textarea:focus {
  border-color: var(--color1);
}

.contact-us-form button {
  background: var(--color1);
  border: 1px solid var(--color1);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.3s;
  width: 181.9px;
  height: 45.5px;
  border-radius: 40px;
}

.contact-us-form button:hover {
  background: transparent;
  color: var(--color1);
}


@media (max-width:767px) {

  .responsive-map {
    padding-bottom: 200px;
  }

  .responsive-map iframe {
    height: 200px;
  }

  .contact-box {
    padding: 15px;
  }

  .contact-box-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .contact-us-form label {
    font-size: 14px;
  }

  .contact-us-form button {
    height: 36px;
    width: auto;
    font-size: 12px;
  }


}


/* about us */
.about-box {
  background: #fff;
  border: 1px solid #e6eaed6e;
  border-radius: 20px;
  padding: 25px;
  color: #292D32;
  margin-top: 30px;
  border: 2px solid #E6EAED;
  height: calc(100% - 30px);
}

.about-title {
  background: #F7F7F7;
  width: max-content;
  color: #292D32;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 20px;
}

.about-text {
  text-align: justify;
  line-height: 2.3;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  color: #292D32;
}

.about-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.mt-30 {
  margin-top: 30px;
}

@media (max-width:767px) {
  .about-box {
    padding: 20px;
  }

  .about-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .about-title {
    font-size: 16px;
    padding: 8px 16px;
  }
}

/* landing */

.landing-body {
  position: relative;
  overflow: hidden;
  background: #F06A01;
  color: #fff;
  padding: 70px 0;
  z-index: 1;
}

.footer.landing {
  margin: 0;
  background: #fff;
  color: #213F2E;
}

.landing .footer-top-main {
  background: #0000000D;
}

.landing .footer-top-logo {
  filter: invert(1);
}

.landing .footer-top-text {
  color: #213F2E;
  border-color: #213F2E;
}

.landing .footer-top-link {
  color: #213F2E;
}

.landing .footer-top-namad {
  background: #0000000D;
}

.landing .footer-header {
  color: #213F2E;
}

.landing .footer-link {
  color: #213F2E;
}

.landing .footer-link:hover {
  color: var(--color2);
}

.landing .footer-item {
  color: #213F2E;
}

.landing .footer-bottom-item {
  color: #213F2E;
}

.landing .footer-bottom-item {
  color: #213F2E;
}

.landing .footer-bottom-item span {
  color: #213F2E;
}

.landing .footer-bottom-item a {
  color: #213F2E;
}


.landing-wrap-1 {
  position: relative;
  background: #fff;
  color: #213F2E;
  text-align: center;
  padding: 40px;
  border-radius: 40px;
}

.landing-wrap-1-title {
  font-size: 38px;
  FONT-WEIGHT: 900;
}

.landing-wrap-1-text {
  font-size: 25px;
  margin-top: 10px;
  font-weight: 500;
}

.landing-wrap-1-text strong {
  font-weight: 800;
}

.landing-wrap-1-float-1 {
  position: absolute;
  right: 70px;
  top: -115px;
  width: 250px;
  z-index: -1;
  opacity: 0.7;
}

.landing-wrap-1-float-2 {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 300px;
}

.landing-wrap-1-float-3 {
  position: absolute;
  width: 200px;
  right: 155px;
  border: tan;
}

.landing-wrap-1-float-4 {
  position: absolute;
  width: 154px;
  right: -70px;
  margin-top: 40px;
}

.landing-wrap-1-float-5 {
  position: absolute;
  left: 40px;
  width: 130px;
  top: -90px;
  opacity: 0.7;
  z-index: -1;
}

.landing-wrap-1-float-6 {
  position: absolute;
  left: -50px;
  width: 211px;
  top: -50px;
}

.landing-wrap-1-float-7 {
  position: absolute;
  left: 165px;
  width: 145px;
  top: -45px;
}

.landing-wrap-1-float-8 {
  position: absolute;
  width: 220px;
  left: 0;
}

.landing-wrap-1-float-9 {
  position: absolute;
  width: 184px;
  left: 200px;
}

.balloon img {
  width: 100px;
  position: absolute;
  bottom: -100px;
  animation: floatUp 10s linear infinite;
  z-index: -1;
}

.balloon img:nth-child(1) {
  left: 20%;
  animation-delay: 0s;
}

.balloon img:nth-child(2) {
  left: 40%;
  animation-delay: 4s;
}

.balloon img:nth-child(3) {
  left: 60%;
  animation-delay: 6s;
}

.balloon img:nth-child(4) {
  left: 80%;
  animation-delay: 8s;
}

@keyframes floatUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-120vh);
    opacity: 0.8;
  }
}

@media (min-width:768px) {
  .navbar.landing {
    display: none;
  }
}

.landing-wrap-2 {
  position: relative;
  margin-top: 150px;
}

.landing-wrap-title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 20px;
}


.card-product-offer {
  border-bottom: 1px solid #FF4D19;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FF4D19;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-weight: 500;
}

.landing-wrap-3 {
  margin-top: 150px;
  position: relative;
  background: #fff;
  color: #F06A01;
  text-align: center;
  padding: 40px;
  border-radius: 40px;
}

.landing-wrap-3-title {
  font-size: 38px;
  font-weight: 900;
}

.landing-wrap-3-float-1 {
  position: absolute;
  right: 120px;
  top: -200px;
  width: 250px;
  z-index: -1;
  opacity: 0.7;
}

.landing-wrap-3-float-2 {
  position: absolute;
  right: 5px;
  top: -10px;
  width: 200px;
}

.landing-wrap-3-float-3 {
  position: absolute;
  width: 200px;
  right: 155px;
  border: tan;
}

.landing-wrap-3-float-4 {
  position: absolute;
  width: 154px;
  right: -70px;
  margin-top: 40px;
}

.landing-wrap-3-float-5 {
  position: absolute;
  left: 40px;
  width: 130px;
  top: -90px;
  opacity: 0.7;
  z-index: -1;
}

.landing-wrap-3-float-6 {
  position: absolute;
  left: -50px;
  width: 146px;
  top: -50px;
}

.landing-wrap-3-float-7 {
  position: absolute;
  left: 165px;
  width: 200px;
  top: -150px;
}

.landing-wrap-3-float-8 {
  position: absolute;
  width: 300px;
  left: 30px;
  top: 30px;
}

.landing-wrap-4 {
  margin-top: 120px;
}

.landing-wrap-4-item img {
  width: 100%;
}

.landing-wrap-4-item {
  display: block;
  background: #fff;
  border-radius: 20px;
}

.animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.landing-wrap-5 {
  margin-top: 35px;
  position: relative;
  background: #fff;
  color: #213F2E;
  text-align: center;
  padding: 30px;
  border-radius: 40px;
}

.landing-wrap-5-title {
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 25px;
}

.landing-form-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.landing-form {
  display: flex;
  align-items: center;
  background: #0000000D;
  height: 56px;
  border-radius: 60px;
  z-index: 1;
  position: relative;
}

.landing-form input {
  width: 100%;
  height: auto;
  border: 0;
  outline: none;
  background: transparent;
  padding: 15px;
}

.landing-form button {
  background: #F06A01;
  height: 100%;
  min-width: 125px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 0;
  outline: none;
  transition: 0.35s;
  font-weight: 600;
}


.landing-form button:hover {
  background: var(--color1);
  color: #fff;
}

.landing-wrap-6 {
  background: linear-gradient(99.06deg, #164C22 0.66%, #213F2E 95.96%);
  border-radius: 30px;
  position: relative;
  margin-top: 70px;
}

.landing-wrap-6-img {
  width: 100%;
  margin-top: -140px;
  margin-bottom: -140px;
}

.landing-wrap-6 {
  background: linear-gradient(99.06deg, #164C22 0.66%, #213F2E 95.96%);
  border-radius: 30px;
  position: relative;
  margin-top: 90px;
}

.landing-wrap-6-title {
  padding: 40px;
  font-size: 40px;
  font-weight: 900;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  text-align: right;
}

.landing-wrap-7 {
  position: relative;
  margin-top: 150px;
}

.landing-btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: max-content;
  margin: auto;
  background: #fff;
  margin-top: 50px;
  padding: 10px 40px;
  border-radius: 40px;
  color: #F06A01;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s;
}

.landing-btn-center:hover {
  background: var(--color1);
  color: #fff;
}

.landing-wrap-8 {
  margin-top: 50px;
}

@media (max-width:767px) {
  .landing-wrap-1 {
    padding: 20px;
    border-radius: 20px;
  }

  .landing-body {
    padding: 50px 0;
  }

  .landing-wrap-1-float-1 {
    right: -1px;
    top: -51px;
    width: 53px;
    opacity: 0.7;
  }

  .landing-wrap-1-float-2 {
    right: -33px;
    top: 0;
    width: 70px;
  }

  .landing-wrap-1-float-3 {
    width: 50px;
    right: 0;
  }

  .landing-wrap-1-float-4 {
    width: 50px;
    right: 50px;
    margin-top: 0;
  }

  .landing-wrap-1-float-5 {
    left: 20px;
    width: 92px;
    top: -68px;
  }

  .landing-wrap-1-float-6 {
    left: 7px;
    width: 52px;
    top: -19px;
  }

  .landing-wrap-1-float-7 {
    width: 50px;
  }

  .landing-wrap-1-float-8 {
    width: 66px;
  }

  .landing-wrap-1-float-9 {
    width: 50px;
    left: 75px;
  }

  .landing-wrap-1-title {
    font-size: 22px;
  }

  .landing-wrap-1-text {
    font-size: 18px;
  }

  .landing-wrap-2 {
    margin-top: 40px;
  }

  .landing-wrap-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card-product-offer {
    font-size: 12px;
  }

  .landing-wrap-3-float-1 {
    right: -1px;
    top: -51px;
    width: 53px;
    opacity: 0.7;
  }

  .landing-wrap-3-float-2 {
    right: -33px;
    top: 0;
    width: 70px;
  }

  .landing-wrap-3-float-3 {
    width: 50px;
    right: 0;
  }

  .landing-wrap-3-float-4 {
    width: 50px;
    right: 50px;
    margin-top: 0;
  }

  .landing-wrap-3-float-5 {
    left: 20px;
    width: 92px;
    top: -68px;
  }

  .landing-wrap-3-float-6 {
    left: 7px;
    width: 52px;
    top: -19px;
  }

  .landing-wrap-3-float-7 {
    width: 50px;
  }

  .landing-wrap-3-float-8 {
    width: 66px;
    left: -13px;
    top: 62px;
  }

  .landing-wrap-3-float-9 {
    width: 50px;
    left: 75px;
  }

  .landing-wrap-3 {
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
  }

  .landing-wrap-3-title {
    font-size: 20px;
  }

  .landing-wrap-4 {
    margin-top: 25px;
  }

  .landing-wrap-5 {
    padding: 20px;
    border-radius: 20px;
  }

  .landing-wrap-5-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .landing-form-title {
    font-size: 15px;
  }

  .landing-form {
    height: 45px;
    margin-top: 20px;
  }

  .landing-form button {
    min-width: 82px;
    font-size: 14px;
  }

  .landing-form input {
    font-size: 14px;
  }

  .landing-wrap-6-title {
    padding: 20px;
    font-size: 24px;
    text-align: center;
  }

  .landing-wrap-6-img {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    margin: auto;
    margin-top: -50px;
  }

  .landing-wrap-6 {
    margin-top: 35px;
  }

  .landing-wrap-7 {
    margin-top: 35px;
  }

  .landing-btn-center {
    height: 45px;
    font-size: 16px;
    margin-top: 30px;
  }

  .landing-wrap-8 {
    margin-top: 25px;
  }






}
/*new*/
@media (min-width: 768px){
  .card-product{
    min-height: 250px;
  }
}
#accept_rules{
  margin-right: 0 !important;
}
.product-row ul {
  color: unset;
}
.product-item-body{
  display: block;

}
.product-info-btn {
  display: flex
;
  align-items: center;
}
.product-info-btn button {
  background: transparent;
  border: 0;
  font-size: 19px;
  color: #808080;
  margin-left: 10px;
  transition: 0.3s;
}

.ck-box-btn{
  background: var(--color2);
  border: 1px solid var(--color2);
}
.shipping-method-radio{float:right;margin-left:20px}
.shipping-method-radio p{text-align:center;font-size:11px;font-weight:700}
.shipping-method-radio input[type=radio]{position:absolute;opacity:0;width:0;height:0}
.shipping-method-radio input[type=radio] + img{cursor:pointer;border-radius:4px;border:1px solid #CCC;max-height:80px}
.shipping-method-radio input[type=radio]:checked + img{border:2px solid #e10916;}
.small-cart-content{
  overflow: auto;
}

.card-blog-inner .card-blog-flex {
  justify-content: space-between;
}
.icon-angle-left{
  margin-right: 2px;
}
.icon-angle-right{
  margin-left: 2px;
}
input.labelauty + label{
  font-size: 2px !important;
}
input.labelauty + label > span.labelauty-checked-image{
  width: 16px !important;
  margin-right: 3px !important;
  height: 15px !important;
}
.filter-check-item{
  margin-top: 11px;
}
/*login checkout*/
.modal-login-input {
  height: 39px;
  width: 100%;
  background: #fff;
  border: 1px solid #C4C7C7;
  padding: 10px;
  border-radius: 8px;
  outline-color: var(--color2);
  margin-top: 20px;
}
.mobile-send{
  width: 50%;
}
@media (max-width: 767px) {
  .mobile-send{
    width: 100%;
  }
}
.modal-login-mute {
  margin-top: 30px;
  font-size: 13px;
  margin-bottom: 20px;
}
.address-item-inner{
  padding: 25px;
}
.modal-login-btn {
  width: 100%;
  margin-top: 15px;
  height: 41px;
  border-radius: 8px;
  transition: 0.3s;
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.modal-login-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-login-text {
    /*margin-top: 7px;*/
    margin-right: unset;
    /*margin-bottom: 15px;*/
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
  }
}
.modal-login-msg {
  margin-top: 5px;
  font-size: 14px;
  color: var(--color2);
}
.otp-body {
  display: flex
;
  align-items: center;
  direction: ltr;
  justify-content: center;
  margin-top: 30px;
}
.otp {
  width: 100%;
  max-width: 60px;
  height: 55px;
  border: 1px solid #C4C7C7;
  border-radius: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #444748;
  outline-color: var(--color1);
  direction: ltr;
  margin: 0 5px;
}
div#timer {
  text-align: center;
  margin-top: 30px;
  display: flex
;
  justify-content: center;
}
div#send-btn-otp {
  text-align: center;
  display: flex
;
  justify-content: center;
}
#send-otp {
  color: #2A9ACE;
  margin: auto;
  margin-top: 30px;
  background: transparent;
  border: 0;
}
.otp::-webkit-inner-spin-button,
.otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ck-box-item{
  padding-bottom: 5px;
}
.ck-box-bottom .ck-box-btn{
  margin-bottom: 5px;
}
.login-item-inner{
  /*padding: 38px 0 !important;*/
  margin-top: auto;
  margin-bottom: auto;
  min-height: 322px;
}

/*end login checkout*/

.card-blog-item svg{
  font-family: "raya-icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  margin-top: -3px;
  text-align: center;
   opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
   font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}
/*comment*/

.comment-item-action {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.comment-item-action button {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left: 15px;
  border: 0;
  background: transparent;
  color: #7A7A7A;
  display: flex;
  align-items: center;
}

.comment-item-action button:hover {
  color: #000;
}

.comment-form-replay {
  margin-top: 15px;
}

.btn-replay.active {
  color: var(--color2);
}

.comment-form-replay textarea {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  border: 1px solid #00000040;
  font-size: 14px;
  outline-color: var(--color2);
  margin-bottom: 0;
}

.comment-form-replay input {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  border: 1px solid #00000040;
  font-size: 14px;
  margin-top: 15px;
  outline-color: var(--color2);
}


.comment-form-replay button {
  width: 100%;
  border-radius: 10px;
  background: var(--color1);
  border: 1px solid var(--color1);
  padding: 10px;
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  transition: 0.3s;
}

.comment-form-replay button:hover {
  background: transparent;
  color: var(--color1);
}

.comment-answer {
  margin-top: 25px;
  border-top: 1px solid #DBDBDB;
  padding-top: 20px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}


.comment-answer-user {
  font-size: 14px;
  margin-left: 10px;
}

.comment-answer-text {
  font-size: 14px;
}

.comment-answer i {
  background: #C9C9C9;
  color: #fff;
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 15px;
}
.icon-heart-empty:before {
  content: '\e806';
}
.icon-share:before {
  content: '\e810';
}
/*product*/

.product-space {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.icon-img-product{
  width: 21px;
  height: 21px;
}
.product-action{
  /*text-align: unset;*/
  width: 100% !important;
}
.product-att-row{
  justify-content: center;
}
#order-form label{
  float: inline-start;
}
.icon-cancel:before {
  content: '\e816';
}
#order-form-result{
  text-align: start;
  padding: 5px;
}
/*new landing*/
.card-product.expired {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f8d7da;
}

.card-product.expired .card-product-offer-title {
  color: #721c24;
}

.card-product.expired .card-product-price-discunt,
.card-product.expired .card-product-price-before {
  display: none;
}
.card-product.expired .card-product-img{
  mix-blend-mode: multiply;
}
/*end new landing*/
.p-box i{
  margin-top: 2%;
}
.shipping-method-radio input[type=radio] + img{
  max-height: 70px;
}
#change_number{
  text-align: center;
  display: flex;
  justify-content: center;
  color: #0b93d5;
  cursor: pointer;
  margin-top: 3%;
}
.login-item-inner{
  cursor: auto;
}
.ck-box-btn{
  cursor: pointer;
}
.profile-body{
  background: transparent !important;
}
.ck-item-price-body .ck-item-discount{
  width: max-content !important;
}



.basket-item-img{
  object-fit: contain;
}

#price-range-slider {
  margin: 10px 0;
}
.ui-slider .ui-slider-handle {
  background: var(--color2) !important;
  border-radius: 50%;
  cursor: pointer;
}
.ui-slider .ui-slider-range{
  background:var(--color2) !important;
}
.ck-item-info{
  width: 90%;
}
/*profile*/
.p-favs-box {
   border: none !important;
  /* border-radius: 16px; */
  margin-top: 5px;
   padding: 0 !important;
}
.profile-body{
  margin-top: 0% !important;
}
.profile-nav-item.active{
  color: white !important;
}
.profile-userinfo-btn{
  color: white;
}
/*search*/
.navbar-search{
  position: relative;
}
.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  padding: 5px;
}
.autocomplete-suggestions div {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #cbcbcb;
  margin: 5px 0;
  font-size: small;
  border-radius: 5px;
}

.autocomplete-suggestions div.no-results {
  cursor: default;
  color: #888;
  border: none;
}
.autocomplete-suggestions div:not(.no-results):hover,
.autocomplete-suggestions div.selected {
  background-color: #f0f0f0;
}
.autocomplete-suggestions img {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  object-fit: cover;
  border-radius: 3px;
}
/*section_item_price*/

.ui-slider-handle {
  touch-action: none;
}

/*section_item_price*/
.basket-item-info .d-flex.flex-column span{
  font-size: 13px !important;
}
.offcanvas-body.basketItemsWrap .basket-item{
  position: relative;
  padding: 0;
}
.offcanvas-body{
  padding: 0;
}
.remove-cart-item{
  /*position: absolute !important;*/
}
.basket-item-info{
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}

.div-button-remove-cart .btn{
  display: flex;
  width: 22px;
  justify-content: center;
  align-items: center;
  color: red;
}
/*product-price*/

.product-add-btn.ck-box-bottom .ck-box-btn {
  margin-bottom: 5px;
}
.product-add-btn.ck-box-btn {
  cursor: pointer;
}
.product-add-btn.ck-box-btn {
  background: var(--color2);
  border: 1px solid var(--color2);
}
.product-add-btn.ck-box-btn {
  height: 42px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-top: 15px;
  color: #fff;
  background: var(--color2);
  border: 1px solid var(--color2);
  transition: 0.3s;
  font-size: 16px;
}

@media (max-width: 767px) {
  .ck-box-final2 {
    position: fixed;
    bottom: 0;
    min-height: auto;
    right: 0;
    width: 100%;
    border-radius: 0;
    z-index: 9;
    flex-direction: column;
    padding: 2px 15px;
  }
  .product-order-count{
    height: 35px;
    width: 95px;
  }
  .product-count-title{
    margin-left: 0;
  }
  .ck-box-item.justify-content-between{
    padding: 5px 10px;
  }
  .product-rate{
    width: max-content;
  }
}
.product-rate .icon-star{
  color: #FFF;
}
.breadcrumb{
  padding-bottom: 7px;
}
/*product-price*/
/*empty products*/
.box-empty-products{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.img-empty-products{
  max-width: 280px;
}
/*empty products*/

/*jconfirm add basket*/
.img-add-basket img{
  max-width: 80px !important;
}
.content-add-basket{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: small;
  width: 100%;

}
.hr-add-product{
  color: var(--color2);
  background: var(--color2);
  height: 3px;
  margin-bottom: 5px;
  border-radius: 10px;
}
.old-price-add-product{
  text-decoration-line: line-through;
  color: gray;
}

.product-add-btn2 {
  height: 40px;
  background: var(--color2);
  color: #fff;
  width: 100%;
  border-radius: 12px;
  border: 0;
  transition: 0.3s;
}

.product-add-btn2:hover {
  background: var(--color1);
  color: #fff;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{
  float: unset !important;
}
@media (max-width: 767px) {
  .product-add-btn {
    height: 35px;
    font-size: 15px;
    max-width: 100%;
  }
}
/*jconfirm add basket*/
/*basket size*/
.box{
  padding: 0 !important;
  padding-top: 10px !important;
}
.address-item-inner{
  margin-top: 0;
}
.first-row-title{
  margin: 10px auto;
}
.basket-box{
  margin-top: 0 !important;
  padding: 0 10px !important;
}
@media (max-width: 767px){
  .shipping-method-radio{
    margin-left: 5px !important;
    float: unset;
  }
  .shipping-method-radio p{
    font-size: 9px;
  }
  .shipping-method-radio input[type=radio] + img{
    max-height: 45px;
  }
}
/*basket size*/
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}
.loader::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 5px solid #ccc;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.filter-box{
  padding: 0 10px;
}
.filter-row{
  padding: 20px 10px;
}
.navbar-category-first{
  min-width: 110px;
  width: max-content;
  padding: 0 5px;
  cursor: pointer;
}
button.btn-reset-filters {
  color: var(--color2);
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
/*profile*/

.pro-btn-1 {
  background: transparent;
  border: 1px solid var(--color2);
  color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: auto;
  font-size: 16px;
  transition: 0.3s;
  min-width: max-content;
}

.pro-btn-1:hover {
  background: var(--color2);
  border-color: var(--color2);
  color: white;
}

.pro-btn-submit {
  background: transparent;
  border: 1px solid var(--color2);
  color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: auto;
  font-size: 16px;
  transition: 0.3s;
  min-width: max-content;
}

.pro-btn-submit:hover {
  background: var(--color2);
  border-color: var(--color2);
  color: white;
}
.text-wallet-price{
  color: var(--color2);
}
/*end profile*/
.show-more-btn{
  background: transparent;
  border: 0;
  padding: 0;
  margin: auto;
  display: block;
  font-size: 18px;
  background: #eee;
  line-height: 1;
  padding: 3px;
  border-radius: 16px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  transition: 0.1s;
}
#pagination-container .pagination{
  direction: rtl !important;
}
/*faq style*/
.faq-section .card-header {
  background-color: #f8f9fa;
  border-bottom: none;
}

.faq-section .btn-link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.faq-section .btn-link:hover,
.faq-section .btn-link:focus {
  text-decoration: none;
}

.faq-section .card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.faq-section .card-body {
  padding: 1.25rem;
}

/*faq style*/

/*attributeStyles*/
.attribute-group {
  margin-bottom: 20px;
}

.attribute-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid #ddd;
  margin: 4px 0;
  border-radius: 5px;
  width: 55px;
  font-size: 13px;
  height: 55px;
  text-align: center;
}

.attribute-item:hover {
  background-color: #f0f0f0;
}
.attribute-item.active {
  background-color: #c7c7c7;
}

.color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.attribute-title {
  font-weight: 600;
}

.attribute-quantity {
  font-size: 0.85rem;
  color: #666;
}
.skeleton {
  background-color: #e2e2e2;
  background-image: linear-gradient(90deg, #e2e2e2 0px, #f0f0f0 40px, #e2e2e2 80px);
  background-size: 600px;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 8px;
  animation: skeleton-loading 0.5s infinite linear;
}

.skeleton-img {
  width: 100%;
  height: 320px;
  margin-bottom: 10px;
}

.skeleton-text {
  width: 120px;
  height: 25px;
}

@keyframes skeleton-loading {
  0% {
    background-position: -600px 0;
  }
  100% {
    background-position: 600px 0;
  }
}
/*end attributeStyles*/
@media (max-width: 767px){
  .ck-item-price-1,.ck-item-price-2{
    text-align: justify;
  }
}