@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Thin.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-Thin.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-Thin.ttf') format('ttf');
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-ExtraLight.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-ExtraLight.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-ExtraLight.ttf') format('ttf');
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Light.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-Light.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-Light.ttf') format('ttf');
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Medium.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-Medium.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-Medium.ttf') format('ttf');
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-SemiBold.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-SemiBold.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-SemiBold.ttf') format('ttf');
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-ExtraBold.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-ExtraBold.ttf') format('ttf');
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Black.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-Black.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-Black.ttf') format('ttf');
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Bold.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-Bold.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-Bold.ttf') format('ttf');
}

@font-face {
  font-family: Peyda;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Regular.woff2') format('woff2'),
    url('../fonts/Peyda/woff/PeydaWebFaNum-Regular.woff') format('woff'),
    url('../fonts/Peyda/TTF/PeydaFaNum-Regular.ttf') format('ttf');
}

/* base  */


:root {
  --color1: #A81E22;
  --color2: #A81E22;
  --back: #fff;
  --font1: Peyda;
}

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: 112px;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  box-shadow: 0px 2px 4px 0px #0000001A;

}

.navbar-logo img {
  width: 160px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 30px 10px;
  font-size: 17px;
  color: #232323;
  font-weight: 500;
}

.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: 2px;
    background: var(--color2);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: -4px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color2) !important;
}


.navbar-btn-body {
  display: flex;
  align-items: center;
}

.navbar-btn {
  width: 44px;
  height: 44px;
  border: 1px solid #232323;
  font-size: 20px;
  background: transparent;
  color: #232323;
  white-space: nowrap;
  transition: 0.3s;
  margin-right: 15px;
  border-radius: 40px;
  padding-top: 6px;
  padding-right: 6px;
}

.navbar-btn:hover {
  color: #fff;
  background: var(--color1);
  border-color: var(--color1);
}

.navbar-right {
  display: flex;
  align-items: center;
}

@media (max-width:767.5px) {

  .navbar-custom {
    height: auto;
    padding: 15px 0;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    width: 120px;
  }

  .navbar-btn {
    font-size: 18px;
    margin-right: 10px;
    width: 38px;
    height: 38px;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .navbar-logo {
    margin-left: 10px;
  }

  .nav-item {
    margin-left: 10px;
  }

  .nav-item a {
    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: 270px;
  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%;
  }

  #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;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-items: center;
  }

  .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;
    border: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #232323;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #232323;
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #232323;
    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;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #232323;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #232323 !important;
    display: flex;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.navbar-btn-badge {
  background: var(--color2);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  top: -6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 3px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}



/* 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: 90px;
  border-radius: 8px;
  object-fit: contain;
  border: 1px solid #ddd;
}

.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;
}





/* menu mega  */

@media (min-width:991px) {

  .dropdown ul li a:hover {
    color: var(--color2) !important;
  }

  .navbar-category.dropdown ul {
    min-width: 300px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 4px 0;
  }

  .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: 700px;
    flex-wrap: wrap;
    direction: rtl;
    height: 360px;
    margin-top: -1px;
    overflow-y: auto;
    margin-right: -11px;
    border-radius: 10px 0 0 10px;
  }

  .navbar-category.dropdown .dropdown ul li a {
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
  }

  .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;
    border-top: 1px solid #dbd9d9;
    border-radius: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li {
    width: auto;
    padding: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown {
    position: unset;
  }

  .mega-scroll {
    height: 350px;
    overflow-y: auto;
    direction: ltr;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-category.dropdown .dropdown ul {
    width: 250px;
  }

  .navbar-category.dropdown ul {
    min-width: 250px;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 33%;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 550px;
  }
}



/* 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-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 {
  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-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;
  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;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:after {
  padding-right: 3px;
  padding-top: 2px;
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}


.swiper-pagination-bullet-active {
  width: 20px;
}

@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 {
  height: 422px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-wrap-1-inner {
  width: 100%;
  max-width: 685px;
  position: relative;
}

.home-wrap-1-btn-body {
  display: flex;
  align-items: center;
}

.home-wrap-1-btn {
  height: 40px;
  background: #fff;
  border: 0;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color1);
}

.home-wrap-1-btn.active {
  background: var(--color1);
  color: #fff;
}

.home-wrap-1-form {
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
}

.home-wrap-1-form input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 10px 20px;
}

.home-wrap-1-form button {
  height: 100%;
  width: 50px;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  color: var(--color1);
}


.home-wrap-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  transition: 0.3s;
}

.home-wrap-2-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.home-wrap-2-item span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.home-wrap-2-item:hover {
  opacity: 0.8;
}

.home-wrap-3 {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.home-wrap-3-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: end;
  justify-content: start;
  position: relative;
}

.home-wrap-3-title {
  text-shadow: 2px 2px #00000040;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 30px;
}

.home-wrap-3-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #a81e229c;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.home-wrap-3-item:hover .home-wrap-3-title {
  display: none;
}


.home-wrap-3-item:hover .home-wrap-3-cover {
  opacity: 1;
  visibility: visible;
}

.home-wrap-title {
  text-align: center;
  color: var(--color1);
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
}


.card-product {
  display: block;
  transition: 0.3s;
  background: #fff;
  position: relative;
}

.card-product-img-body {
  position: relative;
  width: 100%;
  height: 223px;
  flex: 0 0 223px;
  background-color: #f7f7f7;
  overflow: hidden;
}

.card-product-img-body::before {
  content: '';
  background: #A81E2294;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.card-product-img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-product-img-body:hover .card-product-img {
  transform: scale(1.1);
}

.card-product-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  height: 46px;
}

.card-product-title:hover {
  color: var(--color1);
}

.card-product-mute {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-product-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  font-size: 14px;
  margin-top: 5px;
}

.card-product-price-discount {
  text-decoration: line-through;
  color: #000;
}

.card-product-price-off {
  color: var(--color1);
}

.card-product-price-main {
  color: #000;
  text-align: end;
}


.card-product-inner {
  padding: 15px;
}

.card-product:hover {
  background: var(--color1);
}

.card-product:hover .card-product-title {
  color: #fff;
}

.card-product:hover .card-product-mute {
  color: #fff;
}

.card-product:hover .card-product-price-main {
  color: #fff;
}

.card-product:hover .card-product-price-discount {
  color: #fff;
}

.card-product:hover .card-product-price-off {
  color: #fff;
}

.card-product:hover .card-product-img-body::before {
  opacity: 1;
}





.home-wrap-5 {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-top: 50px;
}

.home-wrap-5-item {
  width: 100%;
  height: 414px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.home-wrap-5-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #A81E2280;
  color: #fff;
  display: flex;
  align-items: revert-layer;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  padding: 50px;
}

.home-wrap-5-item:hover .home-wrap-5-cover {
  opacity: 1;
  visibility: visible;
}

.home-wrap-5-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px #00000040;
}

.home-wrap-5-text {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 2px #00000040;
  margin-top: 10px;
}

.card-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
  color: #000;
}

.card-store-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  max-width: 130px;
  max-height: 130px;
  object-fit: cover;
}

.card-store-title {
  font-size: 17px;
  font-weight: 400;
  margin-top: 20px;
}

.card-store-rate {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: var(--color1);
  transition: 0.3s;
}


.card-store:hover {
  background: var(--color1);
  color: #fff;
}

.card-store:hover i {
  color: #fff !important;
}

.home-banner {
  width: 100%;
  margin-top: 50px;
}


.home-wrap-8-box {}

.blog-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #6C6666;
  padding: 15px;
  transition: 0.3s;
}

.blog-item:last-child {
  border-bottom: 0;
}

.blog-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-item-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}

.blog-item-date {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #6C6666;
}

.blog-item-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-left: 15px;
}

.blog-item-info {
  width: 100%;
}

.blog-item-text {
  font-size: 15px;
  color: #6C6666;
  margin-top: 11px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.blog-item:hover {
  border-radius: 6px;
  background: var(--color1);
}

.blog-item:hover .blog-item-title {
  color: #fff;
}

.blog-item:hover .blog-item-text {
  color: #fff;
}

.blog-item:hover .blog-item-date {
  color: #fff;
}


.blog-wrapper-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}


.blog-wrapper-date {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #6C6666;
}

.blog-wrapper-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  transition: 0.3s;
}

.blog-wrapper-title:hover {
  color: var(--color1);
}

.blog-wrapper-text {
  font-size: 15px;
  color: #6C6666;
  margin-top: 11px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.home-wrap-8 .swiper-pagination {
  position: relative;
  margin-bottom: -15px;
  margin-top: 15px;
}


.blog-wrapper-img {
  width: 100%;
  height: 309px;
  object-fit: cover;
}



/* responsive all (new version) */

@media (max-width:767px) {

  .home-wrap-1 {
    height: 220px;
  }

  .home-wrap-1-inner {
    padding: 20px;
  }

  .home-wrap-1-btn {
    height: 38px;
    font-size: 14px;
    width: 50%;
  }

  .home-wrap-1-form {
    height: 44px;
  }

  .home-wrap-1-form input {
    font-size: 14px;
  }

  .home-wrap-2-item {
    margin-top: 25px;
  }

  .home-wrap-2-item img {
    width: 60px;
    height: 60px;
  }

  .home-wrap-2-item span {
    font-size: 14px;
    text-align: center;
  }

  .home-wrap-3 {
    margin-top: 25px;
    flex-wrap: wrap;
  }

  .home-wrap-3-item {
    height: 140px;
  }

  .home-wrap-3-cover {
    font-size: 18px;
  }

  .home-wrap-3-title {
    font-size: 18px;
    padding: 20px;
  }

  .home-wrap-title {
    margin-top: 25px;
    font-size: 18px;
  }

  .card-product-img-body {
    height: 160px;
  }

  .card-product-inner {
    padding: 10px;
  }

  .card-product-title {
    font-size: 14px;
  }

  .card-product-mute {
    font-size: 13px;
  }

  .home-wrap-5 {
    margin-top: 25px;
    flex-wrap: wrap;
  }

  .home-wrap-5-item {
    height: 150px;
  }

  .home-wrap-5-cover {
    padding: 20px;
    opacity: 1;
    visibility: visible;
    background: #0000004d;
  }

  .home-wrap-5-title {
    font-size: 18px;
  }

  .home-wrap-5-text {
    font-size: 16px;
  }

  .card-store {
    padding: 10px;
  }

  .card-store-img {
    max-width: 110px;
    max-height: 110px;
  }

  .card-store-title {
    font-size: 14px;
    margin-top: 15px;
  }

  .card-store-rate {
    margin-top: 10px;
    font-size: 14px;
  }

  .home-banner {
    margin-top: 25px;
  }

  .blog-item-title {
    font-size: 14px;
  }

  .blog-item-date {
    font-size: 14px;
  }

  .blog-item-text {
    font-size: 14px;
  }

  .blog-wrapper-img {
    height: 150px;
  }

  .blog-wrapper-title {
    font-size: 14px;
  }

  .blog-wrapper-text {
    font-size: 14px;
  }

  .blog-wrapper-date {
    font-size: 14px;
  }


}


.banner-end {
  margin-bottom: -60px;
}

.footer {
  margin-top: 60px;
  padding: 100px 0;
  background-color: #6B1316;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-header {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.footer-ul {
  list-style: none;
  padding: 0;
  line-height: 2.3;
  color: #fff;
}

.footer-ul i {
  color: var(--back);
  margin-left: 5px;
}

.footer-ul a {
  color: #fff;
  display: flex;
}

.footer-ul a span {
  display: block;
  direction: ltr;
}

.footer-ul a:hover {
  color: #ffbf00;
}

.footer-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 140px;
}

.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 {
  background: #fff;
  max-width: 150px;
  padding: 10px;
  border-radius: 15px;
}

.footer-bottom {
  background: var(--color1);
  padding: 20px 0;
  color: #fff;
  font-size: 15px;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  color: #ffbf00;
}

.footer-bottom-item {
  color: #fff;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-bottom-item span {
  margin: 0 3px;
}

.footer-social {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.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;
}


@media (max-width:767px) {
  .footer-header {
    font-size: 16px;
  }

  .banner-end {
    margin-bottom: -30px;
  }

  .footer {
    padding: 30px 0;
    margin-top: 30px;
  }

  .footer-logo img {
    width: 70px;
  }

  .footer-text {
    font-size: 13px;
    text-align: justify;
    margin-top: 10px;
  }

  .footer-ul {
    line-height: 2.5;
    margin-top: 25px;
    font-size: 14px;
  }

  .footer-bottom-item {
    color: #fff;
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }

  .footer-namad img {
    width: 100px;
  }

  .footer-social {
    margin-top: 5px;
  }

  .footer-bottom {
    padding: 10px 0;
  }
}


/* inner */


.banner-wrapper {
  height: 290px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.banner-wrapper-title {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  text-shadow: 3px 4px 0px #0000004D;
}

.banner-wrapper-title-2 {
  color: #fff;
  font-size: 31px;
  font-weight: 600;
}


@media (max-width:767px) {
  .banner-wrapper {
    height: 175px;
  }

  .banner-wrapper-title {
    font-size: 20px;
    text-align: center;
  }

  .banner-wrapper-title-2 {
    font-size: 20px;
    text-align: center;
  }
}


/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 30px;
}

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;
  }
}

/* pagination */


.pagination {
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7A7A7A;
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #fff;
  border: 1px solid #00000026;
}

a.page-link:hover {
  background: var(--color2);
  color: #fff;
}


.page-item:first-child .page-link {
  margin-right: 5px;
}

.page-item:last-child .page-link {}

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(--color2);
}

.page-item-title .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  color: var(--color1);
  font-family: var(--font2);
}

.page-item-title .page-link {
  width: auto;
  height: 38px;
  font-size: 14px;
  color: var(--color1);
  font-family: var(--font2);
}

.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;
  }

}


.filter-box {
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 15px;
  margin-top: 25px;
}

.filter-select {
  border: 1px solid #00000040;
  height: 50px;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  color: #525252;
  outline: none;
  font-weight: 600;
}

.filter-select:focus {
  border-color: var(--color1);
  color: var(--color1);
}

.filter-box-title {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.filter-check-body {
  border-top: 1px solid #E1E3E3;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter-check-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.filter-check-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 15px;
  color: #525252;
  cursor: pointer;
}


.filter-check-item input {
  width: 18px;
  height: 18px;
  accent-color: var(--color1);
}

.product-sort {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.product-sort-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-left: 20px;
}

.product-sort-item-body a {
  color: #676767;
  font-size: 16px;
  margin-left: 20px;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  transition: 0.3s;
}

.product-sort-item-body a.active {
  color: var(--color2);
  border-bottom: 2px solid;
}




.sort-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #E1E3E3;
  margin-top: 20px;
  margin-bottom: 0;
}

.sort-switch span {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  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;
}



@media (max-width:767px) {

  .product-sort {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .product-sort-title {
    font-size: 14px;
    margin-left: 10px;
  }

  .product-sort-item-body a {
    font-size: 14px;
    margin-left: 10px;
  }


}

/* single product */

.product-img-body {
  display: flex;
  flex-direction: column;
}

.product-main-img {
  border: solid 1px #f3f3f3;
  background-color: #fcfefe;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.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: 95px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16) !important;
  border: solid 1px #f3f3f3 !important;
  background-color: #fdfffc !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: '\f104';
  font-size: 18px;
}

.product-other-img .owl-prev:after {
  content: " ";
  font-family: "raya-icon";
  content: '\f105';
  font-size: 18px;
}

@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: 250px !important;
    max-height: 250px !important;
    object-fit: cover !important;
  }

  .MagicZoom>img,
  .mz-figure>img {
    height: 250px !important;
    max-height: 250px !important;
    object-fit: cover !important;
  }
}



.product-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.product-star {
  display: flex;
  align-items: center;
}

.product-star i {
  color: #F3B814;
  display: flex;
}

.product-title {
  font-size: 33px;
  font-weight: 600;
  color: #000;
  margin-top: 30px;
}

.product-text {
  color: #414141;
  font-size: 17px;
  line-height: 2;
  margin-top: 20px;
}

.product-info {
  color: #949494;
  font-size: 16px;
}

.product-btn-body {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-btn {
  background: transparent;
  border: 0;
  font-size: 20px;
  margin-left: 10px;
}

.product-main {
  margin-top: 25px;
}


.product-tab {
  margin-top: 50px;
}

.product-tab .nav {
  display: flex;
  flex-wrap: nowrap;
}

.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;
}

.store-item {
  display: flex;
  border-bottom: 1px solid #00000026;
  padding: 25px 0;
  align-items: center;
}

.store-item:last-child {
  border-bottom: 0;
}

.store-item-col {
  width: 25%;
}

.store-item-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--color1);
  text-decoration: underline;
}

.store-item-title:hover {
  color: #000;
  text-decoration: underline;
}

.store-item-text {
  color: #000000;
  font-size: 18px;
}

.store-item-center {
  text-align: center;
  display: flex;
  justify-content: center;
}

.store-item-count {
  font-size: 14px;
}

.store-item-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-item-link {
  font-size: 18px;
  color: #000;
  margin-left: 15px;
}

.store-item-btn {
  height: 40px;
  background: var(--color1);
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
}

.store-item-btn:hover {
  background: #000;
  color: #fff;
}

.product-desc {
  text-align: justify;
  line-height: 2;
  font-size: 16px;
}


@media (max-width:767px) {
  .product-star {
    margin-top: 15px;
  }

  .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: 20px;
  }

  .product-desc {
    font-size: 14px;
  }

  .store-body {
    overflow: auto;
  }

  .store-item-col {
    width: 100%;
    white-space: nowrap;
    padding-left: 15px;
  }

  .store-item {
    padding: 10px 0;
  }

  .store-item-title {
    font-size: 14px;
  }

  .store-item-text {
    font-size: 14px;
  }

  .store-item-star {
    display: flex;
    font-size: 14px;
  }

  .store-item-link {
    font-size: 14px;
  }

  .store-item-btn {
    height: 34px;
    padding: 10px 15px;
    ;
    font-size: 14px;
  }



}

.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: var(--color1);
}

.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: #F0F0F0;
  border: 1px solid #00000033;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
}

.com-box-form textarea {
  background: #F0F0F0;
  border: 1px solid #00000033;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
}

.com-box-form label {
  font-size: 18px;
}

.com-box-code input {
  background: #F0F0F0;
  border: 0;
  height: 40px;
  margin-right: 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: 50px;
  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;
  }

}



/* seller  */

.seller-box {
  border: 1px solid #00000026;
  padding: 40px;
  border-radius: 5px;
  margin-top: 25px;
}


.seller-box-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: var(--color1);
}

.seller-box-star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.seller-box-star span {
  margin-left: 5px;
}

.seller-box-img {
  width: 650px;
  border-radius: 6px;
  height: 226px;
  object-fit: cover;
  margin-top: 15px;
}

.seller-box-location {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.8;
}

.seller-box-call {
  display: flex;
  align-items: revert;
  margin-top: 15px;
  height: 45px;
  border: 1px solid var(--color1);
  align-items: center;
  border-radius: 50px;
  transition: 0.3s;
}

.seller-box-call i {
  min-width: 108px;
  height: 100%;
  background: var(--color1);
  border-radius: 0 40px 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}

.seller-box-call span {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--color1);
  transition: 0.3s;
}

.seller-box-call:hover {
  border-color: #000;
}

.seller-box-call:hover i {
  background: #000;
}

.seller-box-call:hover span {
  color: #000;
}


.seller-box-flex {
  display: flex;
}

.seller-box-flex .responsive-map {
  width: 100%;
  background: #f2f2f2;
}

.seller-box-social {
  display: flex;
  flex-direction: column;
}

.seller-box-social a {
  display: flex;
  width: 37px;
  height: 37px;
  background: #AAAAAA;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 50px;
}

.seller-box-social .icon-telegram {
  font-size: 16px;
}

.seller-box-social a:hover {
  background: var(--color1);
  color: #fff;
}


.seller-box-social {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.seller-box-title-2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
}

.seller-box-text {
  color: #000000;
  text-align: justify;
  line-height: 2;
  margin-top: 10px;
}

@media (max-width:767px) {

  .seller-box {
    padding: 15px;
    margin-top: 25px;
  }

  .seller-box-title {
    font-size: 20px;
  }

  .seller-box-img {
    height: 160px;
  }

  .seller-box-location {
    font-size: 16px;
  }

  .seller-box-call {
    height: 40px;
  }

  .seller-box-call span {
    font-size: 16px;
  }

  .seller-box-call i {
    min-width: 80px;
    font-size: 18px;
  }

  .seller-box-flex {
    margin-top: 15px;
    flex-direction: column;
  }

  .seller-box-social {
    flex-direction: row;
    margin-top: 15px;
    padding-right: 0;
  }


  .seller-box-social a {
    width: 32px;
    height: 32px;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 0;
  }

  .seller-box-title-2 {
    font-size: 20px;
    margin-top: 15px;
  }


}





.responsive-map {
  overflow: hidden;
  padding-bottom: 335px;
  position: relative;
  height: 0;
  border-radius: 10px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 335px;
  width: 100%;
  position: absolute;
  border-radius: 10px;
}

@media (max-width:767px) {

  .responsive-map {
    padding-bottom: 200px;
  }

  .responsive-map iframe {
    height: 200px;
  }
}





.card-blog {
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  border: 1px solid #00000040;
  background-color: #fff;
  padding: 15px;
}

.card-blog-img-body {
  position: relative;
  width: 100%;
  height: 180px;
  flex: 0 0 180px;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 4px;
}

.card-blog-img-body:hover .card-blog-img {
  transform: scale(1.1);
}

.card-blog-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.card-blog-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
}

.card-blog-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-size: 14px;
  text-align: justify;
  color: #444;
  margin-top: 10px;
  height: 62px;
}

.card-blog-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 15px;
}

.card-blog-btn {
  font-size: 14px;
  line-height: 1;
  color: var(--color1);
  display: flex;
}

.card-blog-btn:hover {
  color: var(--color2);
}

@media (max-width:767px) {
  .card-blog {
    padding: 10px;
  }

  .card-blog-img-body {
    height: 140px;
    flex: 0 0 140px;
  }

  .card-blog-title {
    font-size: 14px;
    margin-top: 10px;
  }

  .card-blog-text {
    -webkit-line-clamp: 2;
    font-size: 12px;
    margin-top: 10px;
    height: 36px;
  }

  .card-blog-flex {
    margin-top: 10px;
  }

  .card-blog-btn {
    font-size: 12px;
  }
}




/* single blog */

.filter-form {
  height: 40px;
  background: #E8E8E8;
  margin-bottom: 15px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 5px 10px;
}

.filter-form input {
  background: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  font-size: 14px;
  outline: none;
}


.filter-form button {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.blog-rel-item {
  color: #7A7A7A;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  font-size: 15px;
}

.blog-rel-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}



.blog-body {}

.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;
}

.blog-content img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.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: 26px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}

.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;
}


@media (max-width:767px) {

  .blog-content p {
    font-size: 13px;
  }

  .blog-box {
    margin-top: 17px;
  }

  .blog-title {
    font-size: 20px;
  }

  .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-img {
    margin-top: 15px;
  }

  .blog-body {
    /* padding: 15px; */
  }


}



.r-blog-box {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #00000026;
}

.r-blog-box-head {
  background: var(--color1);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 20px;
  /* border-radius: 10px 10px 0 0; */
}

.r-blog-box-body {
  padding: 15px;
}


.r-blog-box-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 10px;
  /* border-radius: 10px; */
  font-size: 15px;
  color: #000;
  position: relative;
}

.r-blog-box-item:hover {
  background: var(--color2);
  color: #fff;
}

.r-blog-box-item.active {
  background: var(--color2);
  color: #fff;
}

.r-blog-box-item[data-toggle="collapse"]:after {
  content: '\e819';
  font-family: "raya-icon";
  position: absolute;
  left: 10px;
  font-size: 14px;
}

.r-blog-box-wrap {
  display: flex;
  flex-wrap: wrap;
}

.r-blog-box-wrap label {
  width: 50%;
}

.r-blog-box-label {
  padding: 5px;
  margin: 0;
}

.r-blog-box-label input {
  display: none;
}

.r-blog-box-label span {
  border-radius: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #000;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 10px 15px;
}

.r-blog-box-label input:checked+span {
  border-color: var(--color2);
  background: var(--color2);
  color: #fff;
}

.product-comment {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  margin-top: 50px;
}

.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);
}

.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;
}






/* contact us  */

.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: 18px;
  font-weight: 500;
  margin-top: 15px;
  transition: 0.3s;
  color: #5e5e5e;
}

.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: 50px;
  padding-top: 12px;
  background: var(--color1);
  color: #fff;
  border-radius: 6px;
}

@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;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #dfdfdf;
  background-color: #fff;
  padding: 25px;
}

.contact-box-title {
  font-size: 18px;
  color: #323232;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 335px;
  position: relative;
  height: 0;
  border-radius: 10px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 335px;
  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;
  }


}