@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Thin.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Thin.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Regular.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Regular.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-SemiBold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-SemiBold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Bold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Bold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Black.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Black.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}


/* base  */

:root {
  --color1: #A17F35;
  --color2: #CEA54C;
  --color3: rgb(243, 226, 190);
  --back: #fff;
  --font1: YekanBakhFaNum;
}

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;
  }

}

.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;
  }
}

/* navbar */

.navbar-custom {
  background-color: #fff;
  height: 86px;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  box-shadow: 0px 4px 8px 0px #11100F26;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
}

.navbar-fill {
  height: 86px;
}

.navbar-logo img {
  width: 150px;
  height: 45px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.nav-item {
  margin-left: 30px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 30px 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.nav-item.dropdown {
  margin-top: -2px;
}

/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--color1);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-left {
  display: flex;
  /*align-items: center;*/
  justify-content: end;
}

.navbar-btn {
  font-size: 18px;
  color: #000001;
  border: 1px solid #00000040;
  height: 44px;
  width: 60px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  transition: 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  /*padding-right: 2px;*/
}

.navbar-btn:hover {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

.navbar-search {
  border: 1px solid #00000040;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 284px;
}

.navbar-search button {
  font-size: 18px;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}

.navbar-search input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 15px;
  padding-right: 5px;

}

@media (max-width:767.5px) {

  .navbar-custom {
    height: 105px;
    padding: 10px 0;
  }

  .navbar-fill {
    height: 108px;
  }


  .navbar-logo img {
    width: 115px;
    height: 36px;
  }

  .navbar-logo {
    margin-left: 0;
  }


  .navbar-btn {
    font-size: 16px;
    width: 44px;
    height: 33px;
    padding-right: 1px;
    margin-right: 10px;
  }

  .navbar-search {
    height: 38px;
    width: 100%;
    order: 3;
    max-width: 100%;
    margin-right: 8px;
  }

  .navbar-search button {
    font-size: 16px;
  }

  .navbar-search input {
    font-size: 14px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .navbar-logo {
    margin-left: 30px;
  }

  .nav-item {
    margin-left: 20px;
  }

  .nav-item a {
    font-size: 15px;
  }


  .navbar-btn-item {
    margin-right: 20px;
    font-size: 14px;
  }
}



/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  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: 16px;
  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(--color1);
    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%;
  }

  #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;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}



.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}







/* swiper */
.swiper {
  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-custom {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  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;
}

.swiper-4-center {
  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-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-7 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 25px;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 25px;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:hover::after {
  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-slider-img {
  width: 100%;
}

.home-brand-img {
  border: 1px solid #00000026;
  border-radius: 15px;
  height: 147px;
  object-fit: contain;
  width: 100%;
  transition: 0.5s;
}

.home-brand-item {
  display: block;
  margin:10px 0;
}

.home-brand-img:hover {
  box-shadow: 0px 4px 12px 0px #00000029;
}

.home-wrap-title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.home-center-img {
  width: 100%;
  border-radius: 15px;
}

.home-center {
  margin-top: 50px;
}

.home-center .swiper-pagination {
  position: relative;
  margin-top: 25px;
}

.home-center .swiper-pagination-bullet {
  border-radius: 20px;
  width: 69px;
  height: 4px;
}

.home-center .swiper-button-next,
.home-center .swiper-button-prev {
  top: 44%;
}

.home-list .row {
  margin-left: -8px;
  margin-right: -8px;
}

.home-list .col-6 {
  padding-left: 7px;
  padding-right: 7px;
}

/* card */

.card-product {
  display: block;
  border: 1px solid #00000026;
}

.card-product-inner {
  position: relative;
  padding: 25px;
  padding-bottom: 10px;
}

.card-product-img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}
.card-product-img2 {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.card-product-info {
  text-align: center;
  margin-top: 15px;
}

.card-product-title {
  font-size: 19px;
  font-weight: 600;
  color: #535353;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-product-model {
  color: #535353;
  font-size: 19px;
  font-weight: 300;
  margin-top: 5px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-product-badge {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 34px;
  height: 34px;
  background: var(--color1);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 600;
  border-radius: 50px;
}

.card-product-bottom {
  position: relative;
}

.card-product-price-body {
  text-align: center;
  padding: 12px;
  height: 70px;
}

.card-product-price-off {
  color: #999;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1;
}

.card-product-price {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

.card-product-price i {
  font-size: 15px;
}

.card-product-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}

.card-product:hover .card-product-cover {
  opacity: 1;
}

.card-product-btn {
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  font-weight: 500;
  user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.card-product-btn i {
  margin-left: 10px;
}

.card-product:hover .card-product-btn {
  opacity: 1;
}

.card-product-btn:hover {
  background: var(--color2);
}


.home-more-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  margin: auto;
  margin-top: 30px;
  color: #8B8B8B;
  font-size: 18px;
  font-weight: 300;
  transition: 0.3s;
}

.home-more-btn i {
  border: 1px solid #8B8B8B;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50px;
  margin-top: 10px;
  transition: 0.3s;
}

.home-more-btn:hover {
  color: var(--color1);
}

.home-more-btn i:hover {
  background: var(--color1);
  color: #fff;
}


.home-banner {
  width: 100%;
  margin-top: 70px;
}

.home-banner img {
  width: 100%;
  border-radius: 15px;
}

/* home product */


.home-product {
  margin-top: 90px;
}

.home-product-title {
  text-align: center;
  font-size: 25px;
  color: #000;
  font-weight: 300;
}

.home-product-title-en {
  text-align: center;
  color: #EEA300;
  font-size: 25px;
  font-weight: 300;
  margin-top: 5px;
}


.home-product-text {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  margin-top: 10px;
  color: #000;
}

.home-product-inner {
  padding: 0 20px;
  max-height: 450px;
}

.home-product-ul {
  font-size: 15px;
  color: #3B3B3B;
  padding-right: 20px;
  line-height: 2;
  margin-top: 25px;
}

.home-product-price-body {
  text-align: center;
  color: #11100F;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.home-product-price-off {
  color: #666;
  font-weight: 400;
  text-decoration: line-through;
}

.home-product-price i {
  color: #8C8C8C;
  font-size: 18px;
}

.home-product-add {
  width: 100%;
  max-width: 316px;
  height: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: var(--color1);
  color: #fff;
  border: 0;
  font-weight: 300;
  font-size: 18px;
  transition: 0.5s;
}

.home-product-add i {
  font-size: 18px;
  margin-left: 5px;
}

.home-product-add:hover {
  background: var(--color2);
}

.home-product-img-body {
  display: flex;
  max-height: 450px;
}

.home-product-main-img {
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

.home-product-other-img {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  width: 130px;
  min-width: 130px;
  max-height: 650px;
  margin-right: 15px;
}

.home-product-other-img a {
  width: 100%;
}

.home-product-other-img img {
  display: flex;
  object-fit: cover;
  border: solid 1px #eee;
  background-color: #fff;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}

.home-product-other-img img:last-child {
  margin-bottom: 0;
}

.mz-thumb-selected img {
  border: solid 1px var(--color1) !important;
  filter: unset !important;
}

/* 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);
}



.home-side {
  display: flex;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.home-side-item {
  height: 560px;
  width: 100%;
  background-size: cover;
}

.home-side-item {
  height: 560px;
  width: 100%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s;
  display: flex;
  align-items: end;
  justify-content: center;
}

.home-side-inner {
  width: 100%;
  background: var(--color1);
  color: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  position: absolute;
  bottom: -90px;
  transition: 0.5s;
}

.home-side-item:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-side-item:hover .home-side-inner {
  bottom: 0;
}

.home-double img {
  border-radius: 15px;
  width: 100%;
}

.card-blog {
  display: block;
}

.card-blog-inner {
  padding: 15px;
}

.card-blog-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  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(--color1);
}

.card-blog-text {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 5px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 75px;
}

.card-blog-more {
  font-size: 14px;
  text-align: end;
  color: var(--color1);
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: end;
}


.card-blog-more i {
  /*margin-top: 5px;*/
  margin-right: 3px;
}


/* responsive home  */

@media (max-width:767px) {
  .home-wrap-title {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .home-brand-img {
    height: 100px;
  }

  .home-brand .swiper-button-next {
    display: none;
  }

  .home-brand .swiper-button-prev {
    display: none;
  }

  .home-center {
    margin-top: 25px;
  }

  .home-center .swiper-pagination {
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .home-center .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
  }

  .home-center .swiper-button-next,
  .home-center .swiper-button-prev {
    top: 42%;
  }

  .card-product-inner {
    padding: 10px;
    padding-bottom: 0;
  }

  .card-product-img {
    height: 120px;
  }

  .card-product-badge {
    left: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .card-product-info {
    margin-top: 0;
  }

  .card-product-title {
    font-size: 14px;
  }

  .card-product-model {
    font-size: 14px;
  }

  .card-product-price-off {
    font-size: 14px;
  }

  .card-product-price {
    font-size: 16px;
  }

  .card-product-price-body {
    height: 62px;
  }

  .card-product-btn {
    font-size: 12px;
  }

  .home-more-btn {
    margin-top: 10px;
    font-size: 15px;
  }

  .home-more-btn i {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .home-banner {
    width: 100%;
    margin-top: 35px;
  }

  .home-product {
    margin-top: 35px;
  }

  .home-product-inner {
    padding: 0px;
  }

  .home-product-title {
    font-size: 18px;
  }

  .home-product-title-en {
    font-size: 18px;
  }

  .home-product-text {
    font-size: 14px;
    margin-top: 15px;
  }

  .home-product-ul {
    font-size: 14px;
    margin-top: 15px;
  }

  .home-product-price-body {
    font-size: 18px;
    margin-top: 20px;
  }

  .home-product-add {
    max-width: 100%;
    height: 48px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .home-product-img-body {
    flex-direction: column;
  }

  .home-product-other-img {
    flex-wrap: nowrap;
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }

  .home-product-other-img img {
    width: 100px;
    height: 100px;
  }


  .home-side {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
  }

  .home-side-item {
    height: 300px;
  }


  .card-blog-inner {
    padding: 15px;
  }

  .card-blog-title {
    font-size: 14px;
    font-weight: bold;
  }

  .card-blog-text {
    font-size: 12px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    height: 42px;
  }

  .card-blog-flex {
    margin-top: 10px;
    font-size: 12px;
  }

}




/* footer top  */

.footer-top {
  margin-top: 70px;
  background: #2C2B2A;
  padding: 50px 0;
}

.footer-top-flex {
  display: flex;
  align-items: center;
}

.footer-top-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.footer-top-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.footer-top-info {
  margin-right: 20px;
}

.footer-top-text {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.8;
}


.footer-top-social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-top-social a {
  margin: 0 10px;
  transition: 0.3s;
}

.footer-top-social a:hover {
  opacity: 0.6;
}

.footer-top-social img {
  width: 41px;
  height: 41px;
}


@media (max-width:767px) {
  .footer-top {
    margin-top: 30px;
    padding: 30px 0;
  }

  .footer-top-logo {
    height: 60px;
    width: auto;
  }

  .footer-top-info {
    margin-right: 0;
    margin-top: 15px;
  }

  .footer-top-flex {
    flex-direction: column;
  }

  .footer-top-title {
    font-size: 18px;
  }

  .footer-top-text {
    text-align: justify;
    font-size: 13px;
  }

  .footer-top-social {
    margin-top: 15px;
  }

  .footer-top-social a {
    margin: 0 5px;
  }


  .footer-top-social img {
    width: 32px;
    height: 32px;

  }

}

/* footer  */

.footer::before {
  content: '';
  background: linear-gradient(275deg, #CEA54C 0.01%, rgba(206, 165, 76, 0) 99.99%);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0.2;
}

.footer {
  background-color: #2C2B2A;
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.footer-header {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.footer-ul {
  list-style: none;
  padding: 0;
  line-height: 2.4;
  color: #fff;
  margin-bottom: 0;
}

.footer-ul i {
  color: var(--color2);
  margin-left: 5px;
  margin-top: 8px;
}

.footer-ul a {
  color: #fff;
  display: flex;
}

.footer-ul a span {
  display: block;
  direction: ltr;
}

.footer-ul a:hover {
  color: var(--color2);
}

.footer-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 100px;
}

.footer-text {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.footer-namad {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-namad img {
  border: 2px solid var(--color1);
  background: #fff;
  max-width: 120px;
  padding: 10px;
  border-radius: 10px;
}

.footer-bottom {
  background: #2C2B2A;
  padding: 25px 0;
  color: #fff;
  font-size: 15px;
}

.footer-bottom a {
  color: var(--color2);
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-bottom-item {
  color: #fff;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-bottom-item span {
  margin: 0 3px;
  color: #fff;
}

.footer-social {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-social a {
  width: 35px;
  height: 35px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding-top: 6px;
  transition: 0.3s;
  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-form-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color1);
}

.footer-form input::placeholder {
  color: #fff;
}


.footer-form input {
  height: 60px;
  width: 100%;
  background: transparent;
  outline: none;
  border: 0;
  background: #2C2B2A;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

.footer-form input:focus {
  border-color: var(--color1);
}


.footer-form button {
  background: var(--color2);
  color: #111414;
  height: 50px;
  padding: 5px 25px;
  border: 0;
  outline: none;
  border-radius: 8px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  transition: 0.3s;
}

.footer-form button:hover {
  background: #fff;
}


@media (max-width:767px) {

  .footer::before {
    content: unset;
  }

  .footer-header {
    font-size: 16px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-logo img {
    width: 70px;
  }

  .footer-text {
    font-size: 13px;
    text-align: justify;
    margin-top: 10px;
  }

  .footer-ul {
    line-height: 2.5;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer-bottom-item {
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }

  .footer-namad img {
    width: 100px;
    margin-top: 20px;
  }

  .footer-social {
    margin-top: 5px;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .footer-form-title {
    font-size: 14px;
  }

  .footer-form input {
    height: 42px;
    font-size: 14px;
  }

  .footer-form button {
    height: 36px;
    font-size: 14px;
  }
}






.slider-container {
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.slider-button-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
}

.slider-button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 24px;
  margin: 10px 0;
  background: #f2f2f2;
  border-radius: 50px;
}

.slider-button.next::before {
  font-family: "raya-icon";
  content: '\f104';
}

.slider-button.prev::before {
  font-family: "raya-icon";
  content: '\f105';
}


.checkbox-wrapper .sa{
  margin-top:15px;
}



/* inner page */

/* product list */

.wrapper-img {
  width: 100%;
}

.product-cat-list .home-category-item {
  margin-top: 0;
}

.product-cat-list {
  margin-top: 35px;
}

.filter-price-title {
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 15px;
}

.banner-end {
  width: 100%;
  margin-top: 70px;
}


@media (max-width:767px) {
  .product-cat-list {
    margin-top: 25px;
  }

  .banner-end {
    margin-top: 20px;
  }

  .product-cat-list .home-category-item {
    height: 120px;
  }
}


/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 25px;
  margin-bottom: 25px;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: var(--color1);
}

li.breadcrumb-item a:hover {
  color: var(--color1);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


/* pagination */

.pagination {
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323232;
  margin: 0 5px;
  background: unset;
  background: transparent;
  border-radius: 0px !important;
  transition: 0.3s;
  border: 1px solid #00000040;
  line-height: 1;
}

a.page-link:hover {
  background: var(--color2);
  color: #fff;
}

.page-item:first-child .page-link {
  margin-right: 5px;
}

span.page-link:hover {
  background: #fff;
  color: var(--color2);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.page-item-title .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #323232;
}

.page-item-title .page-link {
  width: auto;
  height: 38px;
  font-size: 14px;
  color: #323232;
}

.page-item-title .page-link:hover {
  background: var(--color2);
  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-bottom: 15px;
  background: #F8F6F3;
  border-radius: 0;
  padding: 15px;
}

.sort-title {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.sort-item-flex {
  display: flex;
}

.sort-item {
  border: 1px solid transparent;
  background: #fff;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 0;
  margin-left: 10px;
  transition: 0.3s;
}

.sort-item.active {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

@media (max-width:767px) {
  .sort-title {
    font-size: 12px;
    white-space: nowrap;
    margin-left: 10px;
  }

  .sort-item-flex {
    overflow: auto;
  }

  .sort-item {
    height: 28px;
    font-size: 12px;
    padding: 5px 10px;
    white-space: nowrap;
  }

  .sort-body {
    margin-bottom: 5px;
  }

}


/* switch */

.sort-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.sort-switch span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin: 0;
}

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;
}


/* list */

.list-product .row {
  margin-left: -8px;
  margin-right: -8px;
}

.list-product .col-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.head-title {
  font-size: 16px;
  color: var(--color2);
  margin-top: 15px;
  margin-bottom: 20px;
}

.head-title strong {
  font-weight: 800;
  color: var(--color1);
}

.filter-box {
  border-radius: 0px;
  padding: 20px;
  background: #F8F6F3;
}

.filter-title {
  font-size: 14px;
  font-weight: 500;
  /*margin-top: 15px;*/
  color: #222222;
}

.filter-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 15px;
}

.filter-head {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.filter-delete {
  padding: 0;
  border: 0;
  outline: none;
  background: unset;
  color: #F21F1F;
  font-size: 15px;
}




.filter-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  color: var(--color2);
}

.filter-row {
  padding: 15px 0;
  border-bottom: 2px solid #E6EAED;
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-search {
  display: flex;
  background: #FFFFFF80;
  height: 50px;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 15px;
  border: 1px solid #898989;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.filter-search input {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 14px;
  font-weight: 400;
}

.filter-search button {
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #787878;
  margin-top: 5px;
  font-size: 18px;
}

.filter-btn-collapce {
  color: #9E5F07;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 11px 15px;
}

.filter-btn-collapce:not(.collapsed):after {
  transform: rotate(180deg);

}

.filter-btn-collapce:after {
  content: '\f107';
  font-family: "raya-icon";
  transition: 0.3s;
  font-size: 18px;
}

.filter-check-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  color: var(--color1);
}

.filter-check-item div {
  display: flex;
  align-items: center;
}

.filter-check-item input {
  width: 18px;
  height: 18px;
  accent-color: var(--color2);
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.filter-tag-body {
  display: flex;
  flex-wrap: wrap;
}

.filter-row-box {
  border: 1px solid var(--color1);
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #fff;
}

.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;
}



@media (max-width:767px) {

  .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: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
    padding-top: 2px;
  }

  .show-more {
    margin-top: 25px;
  }

  .show-more-content {
    font-size: 12px;
    text-align: justify;
    max-height: 140px;
  }

}

@media (min-width:768px) {
  .btn-filter,.btn-filter2 {
    display: none;
  }

  .close-orderby {
    display: none;
  }

  .close-filter{
    display: none;
  }
}
@media (max-width:768px) {
  .jc-bs3-container {
    display: flex !important;
    margin-right: 10px !important;
  }

  .btn-filter,.btn-filter2 {
    font-size: 15px;
  }

  #show_filter2.active {
    right: 0;
    visibility: visible;
  }

  #show_filter2 {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 75%;
    right: -400px;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
    margin: 0;
    border-radius: 0;
    height: 100%;
    overflow: auto;
  }
}



/* range  */

.acc-range-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 500;
  color: #222222;
  font-size: 14px;
}

.acc-range-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #222222;
}

:root {
  --clr-prim: #F4CC94;
  --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: 8px;
  width: var(--range-width);
  background: #cccccc;
  border-radius: 50px;
  position: relative;
  user-select: none;
  right: 5px;
}

.dual-range .highlight {
  position: absolute;
  height: 8px;
  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);
}


.banner-top {
  width: 100%;
}


/* single product */

.product-img-body {
  display: flex;
  flex-direction: column;
}

.product-main-img {
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}

.product-other-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -15px;
}

.product-other-img a {
  width: 100%;
}

.product-other-img img {
  display: flex;
  width: 100%;
  height: 115px;
  /*object-fit: cover;*/
  border-radius: 0px;
  border: solid 1px #eee !important;
  background-color: #fff !important;
}

.mz-thumb-selected img {
  border: solid 1px var(--color1) !important;
  filter: unset !important;
}

/* owl */

.product-other-img .owl-next {
  position: absolute;
  left: 5px;
  top: 28%;
  z-index: 9;
  border-radius: 40px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27) !important;
  background-color: #fff !important;
  color: #000 !important;
  width: 32px;
  height: 32px;
}

.product-other-img .owl-prev {
  position: absolute;
  right: 5px;
  top: 28%;
  z-index: 9;
  border-radius: 40px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27) !important;
  background-color: #fff !important;
  color: #000 !important;
  width: 32px;
  height: 32px;
}

.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: '\f104';
  font-size: 18px;
}

.product-other-img .owl-prev:after {
  content: " ";
  font-family: "raya-icon";
  content: '\f105';
  font-size: 18px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0;
}

@media (max-width:767px) {
  .product-other-img img {
    height: 80px;
  }

  .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: 500px !important;
  max-height: 500px !important;
  object-fit: cover !important;
  max-width: 100% !important;
}

.MagicZoom>img,
.mz-figure>img {
  height: 500px !important;
  max-height: 500px !important;
  object-fit: cover !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: 200px !important;
    max-height: 200px !important;
    object-fit: cover !important;
  }

  .MagicZoom>img,
  .mz-figure>img {
    height: 200px !important;
    max-height: 200px !important;
    object-fit: cover !important;
  }
}


/* product content */

.product-box {
  border: 1px solid #00000026;
  padding: 25px;
}

.product-main {
  background: #fff;
  margin-top: 25px;
}

.product-title {
  font-size: 27px;
  font-weight: 600;
  color: #322C21;
  margin-top: 20px;
}

.product-title-en {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #000;
}

.product-title h1 {
  font-size: 27px;
  font-weight: 600;
}

.product-title h2 {
  font-size: 27px;
  font-weight: 600;
}

.product-flex {
  display: flex;
  align-items: center;
}

.product-flex-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.product-info span {
  color: #000;
}

.product-star {
  display: flex;
  align-items: center;
}

.product-star i {
  color: var(--color1);
  display: flex;
  font-size: 18px;
}

.product-star span {
  margin-right: 10px;
  color: #717171;
}

.product-info-title {
  font-size: 18px;
  color: #000;
  margin-left: 10px;
}

.product-main-flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-price i {
  font-size: 18px;
  color: #666;
  margin-right: 0px;
}

.product-price-body {
  margin-top: 15px;
}

.product-price {
  font-size: 30px;
  font-weight: 600;
  color: #151313;
}

.product-price-off {
  font-size: 22px;
  color: #949494;
  text-decoration: line-through;
  margin-left: 25px;
}

.product-order-count {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 42px;
  border-radius: 5px;
  margin-right: 15px;
}

.product-order-count input {
  width: 100%;
  text-align: center;
  height: 100%;
  border: 0;
  outline: none;
  cursor: unset;
  font-size: 21px;
  font-weight: 600;
}

.product-order-count button:hover {
  background: var(--color1);
}

.product-order-count button {
  width: 100%;
  text-align: center;
  height: 100%;
  background: transparent;
  border: 0;
  padding-top: 10px;
  padding-right: 7px;
  font-size: 14px;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  background: #D9D9D9;
  border-radius: 11px;
  color: #fff !important;
}

.product-price-title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.product-price-before {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: var(--color2);
  text-decoration: line-through;
}

.product-price-main {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-top: 5px;
}

.product-info-btn button {
  background: transparent;
  border: 0;
  font-size: 21px;
  color: #808080;
  margin-left: 10px;
  transition: 0.3s;
}

.product-info-btn button:hover {
  color: var(--color2);
}

.product-price-main i {
  font-size: 18px;
}

.product-btn-add {
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  transition: 0.3s;
  margin-top: 20px;
  border: 0;
  background: var(--color1);
  border-radius: 0;
}

.product-btn-add:hover {
  background: var(--color2);
  color: #fff;
}

.product-info-btn {
  display: flex;
  align-items: center;
}

.p-info-body {
  margin-top: 30px;
}

.p-info-item {
  color: #000;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 300;
  display: flex;
}

.p-info-item span {
  font-weight: 500;
  display: block;
  margin-right: 5px;
}

.product-content h2 {
  font-weight: bold;
  font-size: 26px;
}

.product-content h3 {
  font-weight: bold;
  font-size: 24px;
}

.product-content h4 {
  font-weight: bold;
  font-size: 22px;
}

.product-content p {
  text-align: justify;
  margin-top: 20px;
  line-height: 1.8;
}

.product-content img {
  max-width: 100%;
  border-radius: 0;
  display: block;
  margin: auto;
  margin: 20px auto;
}

.product-mute-box {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
  color: #464646;
  line-height: 1.8;
}

.product-count {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.product-cat {
  color: #949494;
  margin-top: 15px;
  font-size: 15px;
}

.product-cat a {
  color: var(--color1);
  text-decoration: underline;
  margin-right: 5px;
}

.product-cat a:hover {
  color: var(--color2);
}


@media (max-width:767px) {
  .product-main-img {
    border-radius: 15px;
  }

  .product-star i {
    font-size: 16px;
  }

  .product-mute-box {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .product-mute-title {
    font-size: 14px;
  }

  .product-title-en {
    font-size: 14px;
  }

  .product-price {
    font-size: 20px;
  }

  .product-price-off {
    font-size: 18px;
    margin-left: 15px;
  }


  .product-mute-text {
    font-size: 14px;
    text-align: justify;
    letter-spacing: -0.5px;
    margin-top: 0;
  }

  .product-info-btn {
    margin-top: 15px;
  }

  .product-star {
    margin-right: auto;
    font-size: 14px;
    margin: 0;
  }

  .product-flex-body {
    margin: 0;
  }

  .product-main {
    margin-top: 20px;
  }

  .product-other-img .owl-prev {
    width: 28px;
    height: 28px;
  }

  .product-other-img .owl-next {
    width: 28px;
    height: 28px;
  }

  .product-title h1 {
    font-size: 16px;
  }

  .product-title {
    margin-top: 0;
    font-size: 16px;
  }

  .product-flex {
    margin-top: 10px;
  }

  .btn-share {
    font-size: 18px;
    margin-right: 10px;
  }

  .btn-like {
    font-size: 18px;
  }

  .product-info-btn button {
    font-size: 16px;
    margin: 0;
  }

  .product-flex-item:last-child {
    display: flex;
    justify-content: end;
    width: 100%;
  }

  .p-info-body {
    margin-top: 20px;
  }

  .p-info-item {
    font-size: 16px;
    margin-top: 10px;
  }

  .p-info-item span {
    font-size: 14px;
  }

  .product-main-flex {
    margin-top: 10px;
  }

  .product-info-title {
    font-size: 16px;
    align-items: center;
  }

  .product-price-main {
    font-size: 20px;
    margin-top: 0;
  }

  .product-order-count {
    max-width: 105px;
    height: 36px;
  }

  .product-btn-add {
    height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }

  .product-content h2 {
    font-size: 20px;
  }

  .product-content h3 {
    font-size: 18px;
  }

  .product-content h4 {
    font-size: 16px;
  }

  .product-content p {
    margin-top: 10px;
  }

  .product-cat {
    margin-top: 20px;
  }

  .product-count {
    margin-top: 20px;
  }
}


.product-tab {
  margin-top: 80px;
}

.product-tab .nav {
  display: flex;
  flex-wrap: nowrap;
  background: #f3f3f3;
  overflow: hidden;
}

.product-nav-item {
  background: #F3F3F3;
  height: 71px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #00000040;
}

.tab-content {
  border: 1px solid #00000040;
  border-top: 0;
  padding: 30px;
}

.product-nav-item.active {
  background: #fff;
  border: 1px solid #00000040;
  border-bottom: 0;
  padding-left: 1px;
}

.product-content {
  text-align: justify;
  line-height: 2;
  font-size: 16px;
}


.product-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.product-content th,
.product-content td {
  padding: 8px;
  text-align: left;
}

.product-content tr:nth-child(even) {
  background: #F6F6F6;
}

.product-content th {
  background-color: #f2f2f2;
}

.product-t1 {
  font-size: 27px;
  font-weight: 600;
}

.product-t2 {
  font-size: 25px;
  font-weight: 300;
  color: var(--color1);
  letter-spacing: 3px;
}

.com-box-recode {
  color: #666;
  margin-top: 15px;
  display: block;
}

@media (max-width:767px) {
  .product-box {
    padding: 20px;
    margin-top: 10px;
  }

  .product-content img {
    margin: 10px auto;
  }



  .product-t1 {
    font-size: 20px;
  }

  .product-t2 {
    font-size: 16px;
  }

  .product-star {
    margin-top: 0;
  }

  .product-title {
    font-size: 22px;
    margin-top: 15px;
  }

  ّ .product-text {
    font-size: 16px;
    margin-top: 10px;
  }

  .product-info {
    font-size: 14px;
    margin-top: 15px;
  }

  .product-left {
    flex-direction: column-reverse;
  }

  .product-left-bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-btn-body {
    margin-top: 10px;
  }

  .product-btn {
    margin-left: 5px;
  }

  .product-text {
    font-size: 16px;
    margin-top: 10px;
  }

  .product-nav-item {
    height: 50px;
    font-size: 14px;
  }

  .product-tab {
    margin-top: 25px;
  }

  .tab-content {
    padding: 15px;
  }

  .product-desc {
    font-size: 14px;
  }

  .store-body {
    overflow: auto;
  }

  .product-content {
    text-align: justify;
    line-height: 2;
    font-size: 12px;
  }

}

.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;
}

.com-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.com-box-text {
  font-weight: 300;
  margin-top: 10px;
  color: #000;
}

.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 50px;
  background: #F0EDE5;
  border: 1px solid transparent;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 10px;
}

.com-box-form textarea {
  background: #F0EDE5;
  border: 1px solid transparent;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 10px;
}

.com-box-form label {
  font-size: 18px;
}

.com-box-code input {
  background: #F0EDE5;
  border: 0;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  max-width: 150px;
}

.com-box-code img {
  width: 140px;
}

.com-box-code {
  display: flex;
  align-items: center;
  white-space: nowrap;
}



.com-box-submit {
  height: 50px;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
  margin-top: 15px;
}

.com-box-submit:hover {
  background: #000;
  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;
  }

}

/* single blog */


.banner-wrapper-item-body {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: var(--color2);
}

.banner-wrapper-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: var(--color1);
}

.banner-wrapper-item img {
  margin-right: 5px;
}

.blog-box {
  background: #fff;
  padding: 25px;
  border: 1px solid #00000026;
}

.blog-img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 20px;
}

.blog-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}


.blog-content {
  margin-top: 15px;
}

.blog-content p {
  font-size: 16px;
  line-height: 2.14;
  text-align: justify;
  color: #000;
}

.blog-content img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 15px;
}

.blog-content video {
  width: 100%;
  max-width: 100%;
  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 h1 {
  font-size: 26px;
  font-weight: 700;
}

.blog-title h2 {
  font-size: 26px;
  font-weight: 700;
}

.blog-info {
  font-size: 18px;
  margin-top: 20px;
}

.blog-mute {
  color: #999999;
  font-size: 16px;
  margin-top: 15px;
}

.blog-box-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.blog-box-text {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}


.blog-mini {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.blog-mini-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-left: 10px;
  border-radius: 8px;

}

.blog-mini-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.blog-mini-date {
  font-size: 13px;
  color: #507E2C;
  margin-top: 10px;
}

.blog-item-2 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid #00000033;
  padding-bottom: 20px;
}

.blog-item-2:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.relative-title {
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  color: #000;
}

@media (max-width:767px) {

  .blog-content p {
    font-size: 13px;
  }

  .blog-box {
    margin-top: 17px;
  }

  .blog-title {
    font-size: 18px;
    margin-top: 0;
  }

  .blog-title h1 {
    font-size: 20px;
  }

  .blog-title h2 {
    font-size: 20px;
  }

  .blog-info {
    font-size: 16px;
    margin-top: 15px;
  }

  .blog-mute {
    color: #999999;
    font-size: 14px;
  }

  .blog-box {
    padding: 15px;
  }

  .blog-content {
    margin-top: 5px;
  }

  .blog-box-title {
    font-size: 18px;
  }

  .blog-mini-img {
    width: 70px;
    height: 70px;
  }

  .blog-mini-title {
    font-size: 14px;
  }

  .blog-item {
    margin-top: 15px;
    font-size: 15px;
    padding-bottom: 15px;
  }

  .relative-title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .banner-wrapper-item {
    margin-right: 15px;
    font-size: 14px;
  }
}


.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;
}

.comment-item-user {
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  margin-left: 10px;
}

.comment-item-date {
  font-size: 14px;
  color: #7A7A7A;
  margin-left: 10px;
}

.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);
}

.btn-fave.active {
  color: var(--color1);
}


.comment-form textarea {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #00000040;
  padding: 10px;
  font-size: 14px;
  outline-color: var(--color2);
  margin-bottom: 0;
  margin-top: 20px;
}

.comment-form input {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #00000040;
  padding: 10px;
  font-size: 14px;
  margin-top: 15px;
  outline-color: var(--color2);
}


.comment-form 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 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;
}

.product-comment-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}


.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;
  cursor: pointer;
}

i.icon-star-empty {
  color: #7D7D7D;
}

i.icon-star {
  color: #f9bc00;
}



/* contact us */

.contact-map {
  overflow: hidden;
  position: relative;
  height: 0;
  height: 480px;
  width: 100%;
  background: #F4F4F4;
}

.contact-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-box {
  padding: 25px;
  background: #fff;
  border: 1px solid #00000026;
}

.contact-item {
  padding: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 160px;
  margin-top: 25px;
  border: 1px solid #00000026;
}

.contact-item:first-child {
  margin-top: 0;
}

.contact-item i {
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C68A37;
  font-size: 28px;
  color: #fff;
  border-radius: 40px;
  margin-left: 20px;
}

.contact-item-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

a.contact-item-title:hover {
  color: var(--color1);
}

@media (max-width:767px) {
  .contact-map {
    height: 180px;
  }

  .contact-box {
    padding: 15px;
  }

  .contact-item i {
    min-width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 15px;
  }

  .contact-item-title {
    font-size: 16px;
  }

  .contact-item {
    padding: 15px;
    min-height: auto;
    margin-top: 15px;
  }
}


.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: 20px;
  background: #F0EDE5;
  height: 50px;
}

.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;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 20px;
  background-color: #F0EDE5;
}


.contact-us-form label {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #979797;
}

.contact-us-form input:focus {
  border-color: var(--color2);
}

.contact-us-form textarea:focus {
  border-color: var(--color2);
}

.contact-us-form button {
  background: var(--color1);
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  transition: 0.3s;
  height: 50px;
}

.contact-us-form button:hover {
  background: var(--color2);
  color: #fff;
}

.contact-box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-info-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.contact-info-text {
  text-align: justify;
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
}

@media (max-width:767px) {
  .contact-info-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contact-box-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contact-info-text {
    font-size: 13px;
  }

  .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;
  }

}


.brand-search {
  border: 1px solid #00000040;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 486px;
  background: #fff;
}

.brand-search button {
  font-size: 18px;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}

.brand-search input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 15px;
  background: transparent;
  padding-right: 5px;
}

.card-brand {
  display: block;
  position: relative;
}

.card-brand-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}

.card-brand-img {
  border: 1px solid #00000026;
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.card-brand-inner {
  background: #F8F6F3;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}


.card-brand-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-brand-title-en {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}


.card-brand:hover .card-brand-cover {
  opacity: 1;
}

.card-brand:hover .card-brand-inner {
  background: #f8f6f396;
}

.brand-list .row {
  margin-left: -8px;
  margin-right: -8px;
}

.brand-list .col-6 {
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width:767px) {
  .card-brand-img {
    height: 100px;
  }
}





.blog-search {
  background: #F8F6F3;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 0 10px;
  width: 100%;
  margin-top: 15px;
}

.blog-search button {
  font-size: 18px;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}

.blog-search input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 15px;
  padding-right: 5px;
  background: transparent;
}

.card-blog {
  display: block;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.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: 22px
}

.card-blog-img:hover {
  transform: scale(1.1);
}

.card-blog-inner {
  padding: 15px;
}

.card-blog-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  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(--color1);
}

.card-blog-text {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 5px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 75px;
  text-align: justify;
}

.card-blog-more {
  font-size: 14px;
  text-align: end;
  color: var(--color1);
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: end;
}


.card-blog-more i {
  margin-top: 5px;
  margin-right: 3px;
}

.mobile-send{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 150px;
}