@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap");
.facebook_bc {
  background-color: #1877f2 !important;
}

.instagram_bc {
  background-color: #e4405f !important;
}

.twitter_bc {
  background-color: #1da1f2 !important;
}

.red_bc {
  background-color: #ce1800 !important;
}

:root {
  --gray-lite: gainsboro;
}

/* Setting Style
======================*/
* {
  padding: 0;
  margin: 0;
  outline: 0 !important;
  direction: rtl;
}

::-moz-selection {
  background-color: #1f2733 !important;
  color: #fff !important;
}

::selection {
  background-color: #1f2733 !important;
  color: #fff !important;
}

body {
  position: relative;
  font-family: "Almarai", sans-serif;
  overflow: hidden;
  width: 100%;
  font-weight: 300;
  background-color: #f5f5f5;
  text-align: start;
}

section {
  position: relative;
  padding: 40px 0;
}

section .section_title {
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 25px;
  letter-spacing: -0.2px;
  font-weight: 700;
}

@media all and (max-width: 575.98px) {
  section {
    padding: 20px 0;
  }
  section .section_title {
    font-size: 18px;
  }
}

@media all and (min-width: 991.98px) {
  .pis-0 {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #1f2733;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #1f2733;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #40aa54;
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  padding: 0 25px;
  background-color: #40aa54;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: circle(0% at 100% 100%);
          clip-path: circle(0% at 100% 100%);
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s clip-path linear;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
}

.link i {
  margin: 0 5px;
}

.link span {
  position: relative;
  z-index: 999;
}

.link:hover {
  color: #fff;
}

.link:hover::before {
  -webkit-clip-path: circle(100% at 100% 100%);
          clip-path: circle(100% at 100% 100%);
}

@media all and (max-width: 991.98px) {
  .link {
    line-height: 40px;
  }
}

.icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  background-color: #1f2733;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.icon_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: circle(0% at 100% 100%);
          clip-path: circle(0% at 100% 100%);
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s clip-path linear;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
}

.icon_link i, .icon_link::before {
  z-index: 999;
  position: relative;
}

.icon_link:hover {
  color: #fff;
}

.icon_link:hover::after {
  -webkit-clip-path: circle(100% at 100% 50%);
          clip-path: circle(100% at 100% 50%);
}

.icon_link:hover i, .icon_link:hover::before {
  color: #fff;
}

.text-orange {
  color: var(--orange);
}

.text-gray-lite {
  color: var(--gray-lite);
}

.text-gray {
  color: var(--gray);
}

.btn-orange {
  background-color: var(--orange);
  color: white !important;
}

.loading {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.loading img {
  max-width: 190px;
  -webkit-animation: tada 1.8s infinite both;
          animation: tada 1.8s infinite both;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* Form
=======================*/
.form-group {
  position: relative;
  margin: 0 0 20px 0;
  text-align: start;
}

label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 10px 0;
  color: #1f2733;
}

label sup {
  color: #ce1800;
}

.form-control {
  width: 100%;
  color: #1f2733;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 25px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.form-control:hover, .form-control:focus {
  outline: 0;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 120px !important;
  padding: 15px !important;
  line-height: 25px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.check_item {
  display: inline-block;
  vertical-align: middle;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  position: relative;
}

.check_item input[type="checkbox"],
.check_item input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.check_item input[type="checkbox"] + label,
.check_item input[type="radio"] + label {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
}

.check_item input[type="checkbox"] + label::before,
.check_item input[type="radio"] + label::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #0004;
  line-height: 17px;
  font-size: 10px;
  z-index: 99;
  border-radius: 2px;
}

.check_item input[type="checkbox"]:checked + label::before,
.check_item input[type="radio"]:checked + label::before {
  content: "\f00c";
  color: #1f2733;
}

.modal {
  z-index: 9999;
  padding: 0 !important;
}

.modal button.close {
  position: absolute;
  left: 5px;
  top: -20px;
  opacity: 1;
  background-color: #ce1800;
  z-index: 9999;
  margin: auto;
}

.modal .modal-dialog {
  margin: auto;
  top: 50px;
  width: 98%;
  max-width: 640px;
}

@media all and (max-width: 767.98px) {
  .modal .modal-dialog {
    max-width: 420px;
  }
  .modal .modal-dialog .popup_slider {
    max-width: 280px;
    margin: auto;
  }
  .modal .modal-dialog .popup_cont {
    padding: 15px 15px 0;
  }
}

.modal .modal-content {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.modal-backdrop.show {
  opacity: 0.75;
  z-index: 9998;
}

.modal-open {
  overflow: hidden !important;
  padding: 0 !important;
}

.popup_cont {
  padding: 25px;
}

.popup_cont .fa-heart {
  background-color: #ce1800;
}

.popup_cont .status {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
  border-radius: 25px;
  background-color: #40aa54;
}

.popup_cont .title {
  display: block;
  color: #1f2733;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 15px;
  letter-spacing: -0.2px;
  font-weight: 700;
}

.popup_cont h3 {
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0 0;
}

.popup_cont p {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  letter-spacing: -0.2px;
  font-weight: 400;
}

.popup_cont p s {
  color: #ce1800;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.theme_btn_green {
  background-color: #40aa54;
}

.theme_btn_blue {
  background-color: #0473db;
}

.theme_btn_move {
  background-color: #368fd6;
}

.theme_btn_turquoise {
  background-color: #00bcd4;
}

.theme_btn_red {
  background-color: #ff6d59;
}

.theme_btn_purple {
  background-color: #b388ff;
}

.green_theme .navbar ul li.dropdown .dropdown-menu a:hover,
.green_theme .product_item .cont a,
.green_theme .menu_category .category_links li a:hover,
.green_theme .panel .panel-title::before,
.green_theme .search_head .dropdown-item:hover,
.green_theme .login_wrap .form-title,
.green_theme .cat-number a {
  color: #40aa54;
}

.green_theme .slider_cont::before {
  background-color: rgba(64, 170, 84, 0.97);
}

.green_theme header .header_btns .search button,
.green_theme header .header_btns .cart_btn span,
.green_theme .menu,
.green_theme .link,
.green_theme .menu_wrap,
.green_theme .menu_category .category_links li.close-btn,
.green_theme .up_btn,
.green_theme ::-webkit-scrollbar-thumb {
  background-color: #40aa54;
}

.blue_theme .navbar ul li.dropdown .dropdown-menu a:hover,
.blue_theme .product_item .cont a,
.blue_theme .menu_category .category_links li a:hover,
.blue_theme .panel .panel-title::before,
.blue_theme .search_head .dropdown-item:hover,
.blue_theme .login_wrap .form-title,
.blue_theme .cat-number a {
  color: #0473db;
}

.blue_theme .slider_cont::before {
  background-color: rgba(4, 115, 219, 0.97);
}

.blue_theme header .header_btns .search button,
.blue_theme header .header_btns .cart_btn span,
.blue_theme .menu,
.blue_theme .link,
.blue_theme .menu_wrap,
.blue_theme .menu_category .category_links li.close-btn,
.blue_theme .up_btn,
.blue_theme ::-webkit-scrollbar-thumb {
  background-color: #0473db;
}

.move_theme .navbar ul li.dropdown .dropdown-menu a:hover,
.move_theme .product_item .cont a,
.move_theme .menu_category .category_links li a:hover,
.move_theme .panel .panel-title::before,
.move_theme .search_head .dropdown-item:hover,
.move_theme .login_wrap .form-title,
.move_theme .cat-number a {
  color: #368fd6;
}

.move_theme .slider_cont::before {
  background-color: rgba(54, 143, 214, 0.97);
}

.move_theme header .header_btns .search button,
.move_theme header .header_btns .cart_btn span,
.move_theme .menu,
.move_theme .link,
.move_theme .menu_wrap,
.move_theme .menu_category .category_links li.close-btn,
.move_theme .up_btn,
.move_theme ::-webkit-scrollbar-thumb {
  background-color: #368fd6;
}

.turquoise_theme .navbar ul li.dropdown .dropdown-menu a:hover,
.turquoise_theme .product_item .cont a,
.turquoise_theme .menu_category .category_links li a:hover,
.turquoise_theme .panel .panel-title::before,
.turquoise_theme .search_head .dropdown-item:hover,
.turquoise_theme .login_wrap .form-title,
.turquoise_theme .cat-number a {
  color: #00bcd4;
}

.turquoise_theme .slider_cont::before {
  background-color: rgba(0, 188, 212, 0.97);
}

.turquoise_theme header .header_btns .search button,
.turquoise_theme header .header_btns .cart_btn span,
.turquoise_theme .menu,
.turquoise_theme .link,
.turquoise_theme .menu_wrap,
.turquoise_theme .menu_category .category_links li.close-btn,
.turquoise_theme .up_btn,
.turquoise_theme ::-webkit-scrollbar-thumb {
  background-color: #00bcd4;
}

.red_theme .navbar ul li.dropdown .dropdown-menu a:hover,
.red_theme .product_item .cont a,
.red_theme .menu_category .category_links li a:hover,
.red_theme .panel .panel-title::before,
.red_theme .search_head .dropdown-item:hover,
.red_theme .login_wrap .form-title,
.red_theme .cat-number a {
  color: #ff6d59;
}

.red_theme .slider_cont::before {
  background-color: rgba(255, 109, 89, 0.97);
}

.red_theme header .header_btns .search button,
.red_theme header .header_btns .cart_btn span,
.red_theme .menu,
.red_theme .link,
.red_theme .menu_wrap,
.red_theme .menu_category .category_links li.close-btn,
.red_theme .up_btn,
.red_theme ::-webkit-scrollbar-thumb {
  background-color: #ff6d59;
}

.purple_theme .navbar ul li.dropdown .dropdown-menu a:hover,
.purple_theme .product_item .cont a,
.purple_theme .menu_category .category_links li a:hover,
.purple_theme .panel .panel-title::before,
.purple_theme .search_head .dropdown-item:hover,
.purple_theme .login_wrap .form-title,
.purple_theme .cat-number a {
  color: #b388ff;
}

.purple_theme .slider_cont::before {
  background-color: rgba(179, 136, 255, 0.97);
}

.purple_theme header .header_btns .search button,
.purple_theme header .header_btns .cart_btn span,
.purple_theme .menu,
.purple_theme .link,
.purple_theme .menu_wrap,
.purple_theme .menu_category .category_links li.close-btn,
.purple_theme .up_btn,
.purple_theme ::-webkit-scrollbar-thumb {
  background-color: #b388ff;
}

/* Color Box 
====================*/
.color_box {
  position: fixed;
  top: 25%;
  left: -155px;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 0.3s left linear;
  transition: 0.3s left linear;
}

.color_box.move {
  left: 0;
}

.color_box .box_btn {
  padding: 0;
  border: 0;
  width: 45px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  color: #1f2733;
  font-size: 20px;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
}

.color_box .color_options {
  display: block;
  width: 155px;
  padding: 15px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color_box .color_options .cor_btn {
  padding: 0;
  margin: 5px;
  width: 35px;
  height: 35px;
  position: relative;
}

.color_box .color_options .cor_btn input {
  background-color: inherit;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
}

.color_box .color_options .cor_btn label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.color_box .color_options .cor_btn input[type="radio"] + label::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  top: 0;
  left: 0;
  line-height: 35px;
}

.color_box .color_options .cor_btn input[type="radio"]:checked + label::before {
  content: "\f00c";
}

.color_box .color_options a {
  margin: 10px 10px 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #212121;
  border: 1px solid #f5f5f5;
  display: block;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
}

.color_box .color_options a.ar_font {
  font-family: "Almarai", sans-serif;
}

html[dir="ltr"] .color_box {
  left: auto;
  right: -155px;
  -webkit-transition: 0.3s right linear;
  transition: 0.3s right linear;
}

html[dir="ltr"] .color_box.move {
  left: auto;
  right: 0;
}

html[dir="ltr"] .color_box .box_btn {
  border-radius: 25px 0 0 25px;
}

.shap_bc {
  background: url(../images/market/slider/slider_bc.png) center repeat-x;
}

.shap_bc::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shap_bc.bg_1::before {
  background-color: rgba(169, 240, 183, 0.97);
}

.shap_bc.bg_2::before {
  background-color: rgba(251, 255, 200, 0.98);
}

.shap_bc.bg_3::before {
  background-color: rgba(200, 230, 255, 0.98);
}

.shap_bc.bg_4::before {
  background-color: rgba(255, 255, 255, 0.98);
}

.shap_bc.bg_5::before {
  background-color: rgba(0, 188, 212, 0.98);
}

/* Header
=========================*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #fff;
  padding: 20px 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  display: inline-block;
  min-width: 130px;
  width: 130px;
  max-width: 130px;
  position: relative;
}

header .logo img {
  width: 100%;
}

header .header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

header .header_btns .search {
  display: inline-block;
  vertical-align: middle;
  width: 460px;
  margin: 0;
  position: relative;
}

header .header_btns .search button {
  margin: auto;
  top: 0;
  position: absolute;
  height: 100%;
  width: 45px;
  font-size: 14px;
  color: #fff;
  border: 0;
  background-color: #40aa54;
  border-radius: 50%;
}

header .header_btns .icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  background-color: transparent;
  color: #1f2733;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

header .header_btns .cart_btn {
  position: relative;
}

header .header_btns .cart_btn i {
  display: block;
  font-size: 16px;
  line-height: 40px;
}

header .header_btns .cart_btn span {
  background-color: #40aa54;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  top: -5px;
  border-radius: 50%;
}

header .header_btns .menu-btn {
  display: none;
}

@media all and (max-width: 991.98px) {
  header .header_btns .menu-btn {
    display: inline-block;
  }
  header .header_btns .search {
    width: 360px;
  }
}

@media all and (max-width: 767.98px) {
  header .header_btns .search {
    width: 220px;
  }
}

@media all and (max-width: 767.98px) {
  header {
    padding: 25px 0;
  }
  header .logo {
    min-width: 110px;
    width: 110px;
    max-width: 110px;
  }
}

@media all and (max-width: 575.98px) {
  header {
    padding: 20px 0;
  }
  header .logo {
    min-width: 90px;
    width: 90px;
    max-width: 90px;
  }
  header .header_btns .search {
    display: none;
  }
}

/* Navbar
==========================*/
.navbar {
  padding: 0;
}

.navbar .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.navbar .navbar-nav.full_width {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav.full_width li a {
    padding: 0 11px;
  }
}

.navbar .navbar-nav li {
  text-align: center;
  border-right: 1px solid #0001;
}

.navbar .navbar-nav li:last-child {
  border-left: 1px solid #0001;
}

.navbar .navbar-nav li a {
  display: block;
  line-height: 55px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.navbar .navbar-nav li a i {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

.navbar .navbar-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: circle(0% at 100% 100%);
          clip-path: circle(0% at 100% 100%);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s clip-path linear;
  -webkit-transition: 0.5s -webkit-clip-path linear;
  transition: 0.5s -webkit-clip-path linear;
  transition: 0.5s clip-path linear;
  transition: 0.5s clip-path linear, 0.5s -webkit-clip-path linear;
}

.navbar .navbar-nav li a:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

@media all and (min-width: 992px) {
  .navbar ul li.dropdown .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
    margin: 0;
    width: 100%;
    min-width: 190px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    -webkit-transform-origin: top;
            transform-origin: top;
    border-radius: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .navbar ul li.dropdown .dropdown-menu a {
    margin: 0;
    line-height: 35px;
    padding: 5px 15px;
    color: #1f2733;
    font-weight: 400;
    font-size: 14px;
    text-align: start;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
  }
  .navbar ul li.dropdown .dropdown-menu a:last-child {
    border-bottom: 0;
  }
  .navbar ul li.dropdown .dropdown-menu a:hover {
    color: #40aa54;
    background-color: #fefefe;
  }
  .navbar ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@media all and (max-width: 991.98px) {
  .navbar {
    position: fixed;
    width: 100%;
    top: 100px;
    right: 0;
    z-index: 999;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
  }
  .navbar .navbar-collapse {
    background-color: #1f2733;
    max-height: 370px;
    overflow: hidden;
    overflow-y: auto;
  }
  .navbar ul.navbar-nav {
    display: block;
    padding: 15px;
    max-width: 720px;
    margin: auto;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    display: block;
    text-align: start;
    line-height: 40px;
  }
  .navbar ul.navbar-nav li .dropdown-menu {
    background-color: #0004;
    border-radius: 10px;
    padding: 15px;
  }
  .navbar ul.navbar-nav li .dropdown-menu a {
    font-size: 13px;
  }
  .navbar ul.navbar-nav li .dropdown-menu a:hover {
    background-color: transparent;
  }
}

/* Meun Wrap
===========================*/
.page_content {
  margin-top: 100px;
  position: relative;
}

@media all and (max-width: 575.98px) {
  .page_content {
    margin-top: 80px;
  }
}

.menu_wrap {
  display: block;
  position: relative;
}

.menu_category {
  padding: 0;
}

@media all and (max-width: 991.98px) {
  .menu_category {
    padding: 0 15px;
  }
}

.menu_category .menu_category_head {
  border-radius: 15px 15px 0 0;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  display: block;
  width: 100%;
  line-height: 55px;
  color: #fff;
  text-align: start;
  padding: 0 25px;
  font-weight: 700;
}

.menu_category .menu_category_head i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.menu_category .category_links {
  position: absolute;
  z-index: 999;
  width: 100%;
  text-align: start;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #efefef;
  border-top: 0;
  height: 425px;
  overflow-y: auto;
  border-radius: 0 0 15px 0;
}

@media all and (min-width: 992px) {
  .menu_category .category_links.off {
    opacity: 0;
    visibility: hidden;
    top: 200%;
    border-radius: 0 0 15px 15px;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
  .menu_category .category_links.move {
    opacity: 1;
    visibility: visible;
    top: 100%;
    height: 425px;
    overflow-y: auto;
  }
}

.menu_category .category_links li {
  position: relative;
}

.menu_category .category_links li.close-btn {
  display: none;
}

.menu_category .category_links li a {
  display: block;
  color: #1f2733;
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
  padding: 15px;
  font-weight: 400;
  border-top: 1px solid #f1f1f1;
  position: relative;
}

.menu_category .category_links li a:hover {
  color: #40aa54;
}

@media all and (max-width: 1199.98px) {
  .menu_category .category_links li a {
    padding: 12px 15px;
  }
}

.menu_category .category_links li a::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: circle(0% at 100% 100%);
          clip-path: circle(0% at 100% 100%);
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-transition: 0.3s clip-path linear;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
}

.menu_category .category_links li a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 30px;
}

.menu_category .category_links li a:hover::before {
  -webkit-clip-path: circle(100% at 100% 100%);
          clip-path: circle(100% at 100% 100%);
}

@media all and (max-width: 991.98px) {
  .menu_category .category_links {
    position: fixed;
    top: 0;
    width: 270px;
    height: 100%;
    z-index: 9999;
  }
  .menu_category .category_links li.close-btn {
    cursor: pointer;
    display: block;
    line-height: 50px;
    text-align: start;
    background-color: #40aa54;
    color: #fff;
    padding: 0 25px;
    font-weight: 400;
  }
}

/* Page Head
====================*/
.page_head {
  padding: 50px 0;
  position: relative;
  text-align: center;
  background: url(../images/page_head.jpg) bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media all and (max-width: 575.98px) {
  .page_head {
    padding: 25px 0;
    background: #eef0e5;
  }
}

.page_head h3 {
  color: #1f2733;
  font-size: 24px;
  font-weight: 700;
}

.page_head ul {
  margin: 10px 0 0;
}

.page_head ul li {
  display: inline-block;
  color: #1f2733;
}

.page_head ul li a {
  font-size: 14px;
  display: inline-block;
  color: #1f2733;
  position: relative;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
}

.page_head ul li a::after {
  content: " / ";
  position: absolute;
  top: 0;
  color: #1f2733;
  font-size: 16px;
  height: 20px;
  width: 1px;
}

.cart_btn:after {
  display: none;
}

.cart-content {
  min-width: 270px;
  width: 270px;
  border: 0;
  padding: 0;
  top: 65px !important;
  background-color: #fff;
  -webkit-transform: none !important;
          transform: none !important;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.cart-content::before {
  content: "";
  position: absolute;
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #f1f1f1;
  width: 10px;
  height: 10px;
}

.cart-content .w-100 {
  padding: 15px 15px 0;
}

.cart-content .w-100 ul li {
  margin: 0 0 15px;
  font-size: 12px;
  text-align: start;
  font-weight: 700;
}

.cart-content .w-100 ul li span {
  float: left;
}

.cart-content .w-100 .link {
  padding: 0 15px;
  font-size: 13px;
  line-height: 35px;
}

.shop-item {
  overflow: hidden;
  position: relative;
  z-index: 99;
  padding: 10px;
  text-align: start;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #f1f1f1;
}

.shop-item img {
  width: 55px;
  height: auto;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  border: 1px solid #f1f1f1;
}

.shop-item .shop-item-info {
  display: block;
  position: relative;
  width: 100%;
}

.shop-item .shop-item-info a {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 25px;
  color: #1f2733;
  font-weight: 700;
}

.shop-item .shop-item-info .shop-count {
  display: block;
  position: relative;
  line-height: 20px;
  font-size: 14px;
}

.shop-item .shop-item-info span {
  display: inline-block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.shop-item button {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  color: #1f2733;
  font-size: 12px;
  background-color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  padding: 0;
}

.cat-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin: 0 0 15px;
  border-radius: 25px;
}

.cat-number a {
  padding: 0;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #40aa54;
  text-align: center;
  font-size: 13px;
}

.cat-number a i {
  line-height: 35px;
}

.cat-number input {
  width: 40px;
  height: 35px;
  margin: 0;
  border-width: 0 1px 0 1px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

.cat-number input:hover, .cat-number input:focus {
  border-width: 0 1px 0 1px;
}

.cat-number input::-webkit-inner-spin-button,
.cat-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cat-number input[type="number"] {
  -moz-appearance: textfield;
}

.cart_item {
  margin: 0 0 25px;
  background-color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  border-radius: 5px;
}

.cart_item button {
  position: absolute;
  top: 15px;
  color: #ce1800;
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

.cart_item img {
  margin: 0;
  width: 120px;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  border: 1px solid #f5f5f5;
}

.cart_item .cart_item_details {
  width: 100%;
}

.cart_item .cart_item_details .price {
  font-size: 18px;
  margin: 0 0 10px;
}

.cart_item .cart_item_details > a {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 10px;
  word-spacing: 2px;
  font-weight: 400;
  color: #1f2733;
}

.cart_item .cart_item_details .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.cart_item .cart_item_details .row label {
  margin: 0 0 10px;
}

.cart_item .cart_item_details .row .form-control {
  height: 35px;
  line-height: 35px;
}

.cart_item .cart_item_details .row .cat-number {
  margin: 0;
}

@media all and (max-width: 575.98px) {
  .cart_item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .cart_item img {
    margin: 0 auto 15px;
  }
}

.block-item {
  padding: 25px;
  margin: 0 auto 25px;
  background-color: #fff;
  border-radius: 5px;
}

.block-item .form-title {
  font-size: 18px;
  margin: 0 0 15px;
  word-spacing: 2px;
  font-weight: 400;
  color: #1f2733;
}

.block-item ul li {
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
  font-weight: 400;
}

.block-item ul li span {
  float: left;
  color: #1f2733;
}

.block-item .link {
  margin: 15px 0 0;
  padding: 0 15px;
  line-height: 35px;
}

.shopping .shop-item {
  border: 1px solid #f1f1f1;
  margin: 15px 0;
}

.checkout .cart_item {
  border-radius: 5px;
}

.checkout .cart_item .cart_item_details {
  padding: 0 15px 0 100px;
}

.checkout .cart_item .cart_item_details > a {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0;
}

.pay_meth ul li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.pay_meth ul li a {
  display: block;
}

.pay_meth ul li a img {
  width: 62px;
  padding: 5px;
}

.pay_meth .h-15 {
  margin-top: 15px;
}

.pay_meth button.pay_btn {
  margin: 15px 0 0;
  background-color: transparent;
  color: #1f2733 !important;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  font-size: 12px;
  line-height: 40px;
}

@media all and (max-width: 575.98px) {
  .pay_meth button.pay_btn {
    width: 100%;
  }
}

.box__item .price, .box__item .discount, .box__item .tax, .box__item .total, .box__item .before_total {
  font-size: 13px;
}

.box__item .discount {
  color: #fa4040;
}

.box__item .tax {
  color: #48ca58;
}

.box__item .total strong {
  font-weight: 900;
  font-size: 14px;
}

.box__item .cart__pic {
  border-radius: 7px;
  border: .1px solid #ddd;
  padding: 7px;
}

.box__item .cart__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #414141;
}

.box__item .cat-number_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box__item .cat-number_box .cart__price {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
}

.box__item .cart__remove {
  height: 40px;
  padding: 5px 10px;
  background-color: #fff;
  border: 0px;
  border-radius: 7px;
  border: .1px solid #ddd;
}

@media (max-width: 575.98px) {
  .box__item .cart__remove {
    margin-top: 10px;
  }
}

.box__item .cart__remove .fa-times {
  color: #b1b4b8;
  font-size: 16px;
}

.main_slider {
  width: 75%;
  -webkit-margin-start: 25%;
          margin-inline-start: 25%;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 0 15px;
  background: url(../images/market/slider/slider_bc.png) center repeat-x;
}

.main_slider .carousel-item {
  z-index: 998;
  height: 100%;
}

.main_slider .carousel-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main_slider .carousel-item.bg_1::before {
  background-color: rgba(169, 240, 183, 0.98);
}

.main_slider .carousel-item.bg_2::before {
  background-color: rgba(200, 230, 255, 0.99);
}

.main_slider .carousel-item.bg_3::before {
  background-color: rgba(251, 255, 200, 0.99);
}

.main_slider .carousel-item.bg_4::before {
  background-color: rgba(255, 255, 255, 0.98);
}

.main_slider .carousel-item.bg_5::before {
  background-color: rgba(0, 188, 212, 0.98);
}

.main_slider .caption {
  position: relative;
  z-index: 999;
  height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 60px;
}

.main_slider .caption .text {
  text-align: start;
}

.main_slider .caption h3 {
  font-size: 32px;
  line-height: 50px;
  margin: 0 0 25px;
  font-weight: 700;
}

.main_slider .caption img {
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 340px;
}

@media all and (max-width: 1199.98px) {
  .main_slider .caption h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .main_slider .caption img {
    max-width: 293px;
  }
}

@media all and (max-width: 767.98px) {
  .main_slider .caption {
    padding: 30px;
  }
  .main_slider .caption img {
    max-width: 210px;
  }
}

@media all and (max-width: 575.98px) {
  .main_slider .caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    padding: 10px 15px 40px;
  }
  .main_slider .caption img {
    margin: 0 auto;
    width: 140px;
  }
  .main_slider .caption .text {
    text-align: center;
  }
  .main_slider .caption .text h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto;
  }
}

.main_slider .carousel-indicators {
  z-index: 999;
}

.main_slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1f2733;
  opacity: 0.7;
}

.main_slider .carousel-indicators li.active {
  opacity: 1;
}

.main_slider .icon_link {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}

.main_slider .icon_link.carousel-control-next {
  left: auto;
  right: 10px;
}

.main_slider .icon_link.carousel-control-prev {
  right: auto;
  left: 10px;
}

@media all and (max-width: 991.98px) {
  .main_slider {
    width: 100%;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    border-radius: 0 0 15px 15px;
  }
}

@media all and (max-width: 991.98px) {
  .main_slider .icon_link {
    display: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.full_width .main_slider {
  width: 100%;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.full_width .main_slider .caption {
  padding: 50px;
}

.full_width .main_slider .caption h3 {
  max-width: 576px;
}

.full_width .main_slider .caption img {
  max-width: 480px;
}

@media all and (max-width: 1199.98px) {
  .full_width .main_slider .caption h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .full_width .main_slider .caption img {
    max-width: 380px;
  }
}

@media all and (max-width: 991.98px) {
  .full_width .main_slider .caption img {
    max-width: 290px;
  }
}

@media all and (max-width: 991.98px) {
  .full_width .main_slider .caption h3 {
    line-height: 30px;
    font-size: 18px;
  }
  .full_width .main_slider .caption img {
    max-width: 160px;
  }
}

.side_slider {
  padding: 25px 0 0;
}

.side_slider .main_slider {
  width: 100%;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  border-radius: 15px;
}

.side_slider .main_slider .caption h3 {
  font-size: 24px;
  line-height: 40px;
}

.side_slider .main_slider .caption img {
  max-width: 290px;
}

@media all and (max-width: 767.98px) {
  .side_slider .main_slider .caption {
    padding: 30px;
  }
  .side_slider .main_slider .caption h3 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .side_slider .main_slider .caption img {
    max-width: 190px;
  }
}

.side_slider .banner_item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 991.98px) {
  .side_slider .banner_item {
    display: block;
    height: auto;
    margin: 25px auto 0;
  }
}

.product_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.product_item .cover {
  position: relative;
}

.product_item .cover img {
  width: 100%;
  -webkit-transition: 0.2s filter linear;
  -webkit-transition: 0.2s -webkit-filter linear;
  transition: 0.2s -webkit-filter linear;
  transition: 0.2s filter linear;
  transition: 0.2s filter linear, 0.2s -webkit-filter linear;
}

.product_item .cover span {
  display: inline-block;
  padding: 0 10px;
  line-height: 25px;
  position: absolute;
  z-index: 999;
  top: 15px;
  color: #fff;
  font-size: 13px;
  border-radius: 25px;
}

.product_item .cover span.new {
  background-color: #40aa54;
}

.product_item .cover span.dis {
  background-color: #ce1800;
}

.product_item .cover .action {
  position: absolute;
  width: 100%;
  height: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
}

.product_item .cover .action .icon_link {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.2s none linear;
  transition: 0.2s none linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.product_item .cover .action .icon_link:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.product_item .cover .action .icon_link:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.product_item .cover .action .icon_link:nth-child(3) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.product_item .cover .action .icon_link.fa-heart {
  background-color: #ce1800;
}

.product_item .cover .action .icon_link.fa-shopping-bag {
  background-color: #40aa54;
}

.product_item .cont {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #f5f5f5;
}

.product_item .cont > a {
  color: #1f2733;
  font-size: 16px;
  line-height: 35px;
  margin: 0 0 15px;
  letter-spacing: -0.2px;
  font-weight: 700;
}

.product_item .cont p {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  letter-spacing: -0.2px;
  font-weight: 400;
}

.product_item .cont p s {
  color: #ce1800;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.product_item .cont .w-100 {
  margin: 15px auto 0;
}

.product_item:hover .cover img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.product_item:hover .cover .icon_link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product_item:hover .cover .icon_link:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.product_item:hover .cover .icon_link:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.product_item:hover .cover .icon_link:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.product_item.wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.product_item.wide .cover {
  width: 290px;
  margin: 0;
}

.product_item.wide .cont {
  text-align: start;
  padding: 0;
  border: 0;
  width: 100%;
}

.product_item.wide .cont .link {
  line-height: 35px;
  padding: 0 12px;
  font-size: 12px;
}

.product_item.wide .cont .icon_link {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ce1800;
}

@media all and (max-width: 767.98px) {
  .product_item.wide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .product_item.wide .cont {
    text-align: center;
  }
}

.top_controls .owl-nav {
  width: 85px;
  height: 35px;
  bottom: auto;
  top: -60px;
}

.category_item {
  text-align: center;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  display: block;
  border-radius: 10px;
  -webkit-transition: 0.3s box-shadow linear;
  -webkit-transition: 0.3s -webkit-box-shadow linear;
  transition: 0.3s -webkit-box-shadow linear;
  transition: 0.3s box-shadow linear;
  transition: 0.3s box-shadow linear, 0.3s -webkit-box-shadow linear;
}

.category_item img {
  margin: 0 auto 5px;
  -webkit-transition: 0.3s transform linear;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.category_item h3 {
  color: #1f2733;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  letter-spacing: -0.2px;
  font-weight: 700;
}

.category_item:hover {
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.category_item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.category {
  padding: 50px 0;
}

.category .product_item {
  margin-bottom: 25px;
}

@media all and (max-width: 420px) {
  .category .col-6 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (min-width: 992px) {
  .category.catg_col_4 .product_item .cont {
    padding: 15px;
  }
  .category.catg_col_4 .product_item .cont a {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
}

.panel {
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 7px;
  text-align: start;
}

.panel .panel-title {
  position: relative;
  line-height: 45px;
  padding: 0 15px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #eef6f8;
  color: #1f2733;
}

.panel .panel-title::before {
  position: absolute;
  content: "\f107";
  font-weight: 900;
  border: 0;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  line-height: 45px;
  font-size: 16px;
  padding: 0;
  top: 0;
  color: #40aa54;
}

.panel .panel-title.collapsed::before {
  content: "\f106";
}

.panel .panel-collapse {
  position: relative;
  padding: 15px;
  max-height: 360px;
  overflow-y: auto;
}

.panel .panel-collapse .form-group.check_item {
  width: 100%;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.panel .panel-collapse .form-group:last-child {
  margin: 0;
}

.panel .panel-collapse .reset {
  display: block;
  width: 100%;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  font-size: 14px;
  border-radius: 5px;
}

.panel .panel-collapse .reset i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.filter_btn {
  display: none;
}

.color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.color_list input[type="checkbox"],
.color_list input[type="radio"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px 5px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}

.color_list input[type="checkbox"]:after,
.color_list input[type="radio"]:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  background-color: inherit;
  content: "";
  text-align: center;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: block;
  visibility: visible;
  border-radius: 3px;
}

.color_list input[type="checkbox"]:checked:after,
.color_list input[type="radio"]:checked:after {
  content: "\f00c";
}

.search_head {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}

.search_head .dropdown-menu {
  text-align: start;
  border: 0;
  z-index: 9999;
  padding: 0;
  margin-top: 41px;
  min-width: 160px;
  max-width: 160px !important;
  width: 138px !important;
  background-color: #ffffff;
  -webkit-transform: none !important;
          transform: none !important;
  overflow: hidden;
}

.search_head button, .search_head:focus {
  border: 0;
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 400;
  margin: 0;
}

.search_head button:after, .search_head:focus:after {
  display: none;
}

.search_head .dropdown-item {
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  border: 0;
  border-top: 1px solid #f8f8f8;
  position: relative;
  font-weight: 400;
}

.search_head .dropdown-item:hover {
  background-color: transparent;
}

@media all and (max-width: 991.98px) {
  .filter_btn {
    display: block;
  }
  .toggle-container {
    position: fixed;
    top: 0;
    right: -270px;
    height: 100%;
    width: 270px;
    background-color: #f1f1f1;
    z-index: 99999;
    padding: 45px 10px 10px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: 0.3s linear right;
    transition: 0.3s linear right;
  }
  .toggle-container.move {
    right: 0;
  }
  .toggle-container.move::before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    left: 0;
    top: 0;
    z-index: -1;
  }
  .toggle-container .close_btn {
    position: absolute;
    top: 5px;
    left: 10px;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 0px;
  }
}

.product_slider {
  margin: 15px auto;
}

.product_slider .swiper,
.product_slider .mySwiper .swiper-slide {
  border-radius: 7px;
  cursor: pointer;
}

.product_details {
  margin: 15px auto;
  background-color: #fff;
  padding: 25px;
  color: #1f2733;
}

.product_details h2 {
  font-size: 20px;
  margin: 15px 0 20px;
  word-spacing: 2px;
  font-weight: 400;
}

.product_details h3 {
  font-size: 22px;
  margin: 0 0 15px;
}

.product_details h3 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-style: italic;
  opacity: 70%;
}

.product_details .link {
  margin: 0 5px;
  padding: 0 10px 0 15px;
  line-height: 33px;
}

.product_details .categ_link {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 30px;
}

.product_details .icon_link {
  margin-bottom: 0;
}

.product_details .icon_link.fa-heart {
  background-color: #ce1800;
}

.product_details p {
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 22px;
}

.product_details .cat-number {
  margin-bottom: 0;
}

.product_details .w-100 {
  margin: 25px 0 0;
}

.product_details .w-100 > span {
  font-size: 15px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
}

@media all and (max-width: 575.98px) {
  .product_details {
    padding: 15px;
  }
  .product_details .icon_link.fa-heart {
    margin-top: 15px;
  }
}

.related {
  background-color: #ebebeb;
}

.related .product_item {
  margin-bottom: 25px;
}

/* product - 2*/
.product_2 .product__image {
  max-height: 500px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .product_2 .product__body {
    margin-top: 20px;
  }
}

.product_2 .product__meta {
  list-style-type: circle;
}

@media (max-width: 575.98px) {
  .product_2 .product__meta__order__count {
    font-size: .8rem;
  }
}

@media (max-width: 575.98px) {
  .product_2 .product__meta__order__text {
    font-size: .8rem;
  }
}

@media (max-width: 575.98px) {
  .product_2 .product__meta__stars {
    font-size: .8rem;
  }
}

.product_2 .product__details__item__key {
  min-width: 65px;
  color: var(--gray);
}

.product_2 .product__filter__select {
  width: 150px;
  height: 40px;
}

@media (max-width: 575.98px) {
  .product_2 .product__filter__select {
    width: 120px;
    height: 35px;
  }
}

.product_2 .product__filter__select select {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 575.98px) {
  .product_2 .product__filter__select select {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .product_2 .product__filter__color {
    margin-top: 20px;
  }
}

.product_2 .product__filter__color__item > input[type="radio"] {
  width: 20px;
  height: 20px;
}

.product_2 .product__filter__color__item > label {
  font-size: 1.3rem;
}

@media (max-width: 575.98px) {
  .product_2 .product__filter__color__item > label {
    font-size: .8rem;
  }
}

@media (max-width: 575.98px) {
  .product_2 .product__btn button {
    font-size: .8rem;
  }
}

html[dir="rtl"] .product_2 .product__meta > li:not(:first-of-type) {
  margin-right: 1.2rem;
}

html[dir="rtl"] .product_2 .product__meta__avg {
  margin-right: .5rem;
}

html[dir="rtl"] .product_2 .product__meta__order__count span:not(:first-child) {
  margin-right: .3rem;
}

html[dir="rtl"] .product__details__item__key:first-child {
  margin-left: 1.2rem;
}

html[dir="rtl"] .product__btn > button:not(:first-of-type) {
  margin-right: 1.2rem;
}

@media (max-width: 575.98px) {
  html[dir="rtl"] .product__btn > button:not(:first-of-type) {
    margin-right: .5rem;
  }
}

html[dir="rtl"] .product__filter__color {
  margin-right: 1rem;
}

html[dir="rtl"] .product__filter__color > div label {
  margin-right: .5rem;
}

html[dir="rtl"] .product__filter__color > div:not(:first-of-type) {
  margin-right: 1.2rem;
}

html[dir="rtl"] .product__filter__select select {
  padding-right: 1rem;
}

html[dir="ltr"] .product_2 .product__meta > li:not(:first-of-type) {
  margin-left: 1.2rem;
}

html[dir="ltr"] .product_2 .product__meta__avg {
  margin-left: .5rem;
}

html[dir="ltr"] .product_2 .product__meta__order__count span:not(:first-child) {
  margin-left: .3rem;
}

html[dir="ltr"] .product__details__item__key:first-child {
  margin-right: 1.2rem;
}

html[dir="ltr"] .product__btn > button:not(:first-of-type) {
  margin-left: 1.2rem;
}

@media (max-width: 575.98px) {
  html[dir="ltr"] .product__btn > button:not(:first-of-type) {
    margin-left: .5rem;
  }
}

html[dir="ltr"] .product__filter__color {
  margin-left: 1rem;
}

html[dir="ltr"] .product__filter__color > div label {
  margin-left: .5rem;
}

html[dir="ltr"] .product__filter__color > div:not(:first-of-type) {
  margin-left: 1.2rem;
}

html[dir="ltr"] .product__filter__select select {
  padding-left: 1rem;
}

.cart_2 .box__item .cart__pic {
  width: 100px;
  height: 100px;
}

.cart_2 .box__item .cart__details {
  font-size: 15px;
}

.cart_2 .box__item .cart__remove {
  margin-top: 30px;
}

.cart_2 .box__item .form-group input {
  border: .1px solid #ddd;
  padding: 10px;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #fafafa;
}

.cart_2 .box__item .form-group button {
  background: transparent;
  padding: 5px 13px;
  border: .1px solid #ddd;
  border-radius: 7px;
  border-right: 0px solid transparent;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #40aa54;
  font-size: 15px;
}

.cart_2 .box__item .price_part {
  border-bottom: 1.6px solid #ddd;
  padding-bottom: 10px;
}

.cart_2 .box__item .checkout, .cart_2 .box__item .installment {
  border-radius: 7px;
  width: 90%;
  margin: 20px auto;
}

.cart_2 .box__item .installment {
  background-color: transparent;
  color: #40aa54;
  border: .1px solid #ddd;
}

html[dir="ltr"] .cart_2 .form-group input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

html[dir="ltr"] .cart_2 .form-group button {
  border-left: 0px solid transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0.1px solid black;
  border-radius: 7px;
}

.checkout_2 .box__item .address_box {
  background-color: #f4f6fa;
  padding: 10px;
  padding-right: 20px;
  margin: 5px;
  border-radius: 15px;
}

.checkout_2 .box__item .address_box input {
  margin-top: 5px;
}

.checkout_2 .box__item .address_box label {
  padding-right: 5px;
  font-size: 14px;
}

.checkout_2 .box__item .address_box span {
  font-size: 13px;
}

.checkout_2 .box__item .address_box .payment_methods a img {
  width: 38px;
  margin-right: 3px;
  margin-left: 3px;
}

.checkout_2 .box__item .add_new_address {
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.checkout_2 .box__item .add_new_address:hover {
  background-color: #40aa54;
  color: #fff;
}

.checkout_2 .box__item .add_new_address:hover label {
  color: #fff;
}

.checkout_2 .box__item .address_box_color {
  background-color: transparent;
}

.checkout_2 .box__item .cart__pic {
  width: 70px;
  height: 70px;
}

.checkout_2 .box__item .cart__details {
  font-size: 14px;
}

.checkout_2 .box__item .cart__price {
  margin-bottom: 15px;
}

.checkout_2 .box__item .pricee_part {
  border-bottom: .1px solid #40aa5342;
  margin-bottom: 10px;
}

.checkout_2 .btn-empty span {
  background-color: transparent;
  color: #000;
  border: 0.1 solid #020101 !important;
}

.btn-empty {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  padding: 0 25px;
  background-color: #fff;
  color: #000;
  border: .1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn-empty:hover {
  background-color: #40aa54;
  color: #fff;
}

.banners {
  padding: 0;
  z-index: 99;
}

.banner_item {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  overflow: hidden;
}

.banner_item .cont {
  position: relative;
  z-index: 99;
}

.banner_item h3 {
  font-size: 22px;
  line-height: 35px;
  margin: 15px auto;
  letter-spacing: -0.2px;
  font-weight: 700;
}

.banner_item img {
  margin: 0 auto 15px;
  width: 240px;
  -webkit-transition: 0.3s transform linear;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.banner_item .link {
  margin: 0;
}

.banner_item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

@media all and (max-width: 991.98px) {
  .banner_item img {
    width: 120px;
  }
  .banner_item h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 10px;
  }
}

@media all and (max-width: 767.98px) {
  .banner_item {
    margin-top: 15px;
  }
}

.wide_banner {
  background-color: #f2efea;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
  padding: 25px 25px 0 0;
  overflow: hidden;
  border-radius: 10px;
}

.wide_banner.white_bc {
  background-color: #fff;
}

.wide_banner h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 15px auto;
  letter-spacing: -0.2px;
  font-weight: 700;
}

.wide_banner img {
  margin: 0 auto 0 0;
  width: 240px;
  -webkit-transition: 0.3s transform linear;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.wide_banner:hover img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

@media all and (max-width: 991.98px) {
  .wide_banner img {
    width: 130px;
  }
  .wide_banner h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media all and (max-width: 767.98px) {
  .wide_banner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0 0;
    text-align: center;
  }
}

@media all and (max-width: 575.98px) {
  .wide_banner {
    margin-bottom: 15px;
    height: auto;
  }
}

.login_wrap {
  background-color: #fff;
  padding: 25px;
  margin: 25px auto;
  border-radius: 7px;
}

@media all and (max-width: 991.98px) {
  .login_wrap {
    padding: 15px;
    margin: 0 auto 15px;
  }
}

.login_wrap form {
  margin: auto;
  max-width: 420px;
}

.login_wrap .form-title {
  font-size: 20px;
  font-weight: 700;
  color: #40aa54;
}

.login_wrap p {
  color: #1f2733;
  line-height: 30px;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.login_wrap .forget {
  font-size: 14px;
  color: #1f2733;
  line-height: 25px;
  margin-top: 10px;
}

.login_wrap .form-group {
  margin: 25px 0;
}

.login_wrap .form-group .form-control {
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.login_wrap .form-group i {
  position: absolute;
  bottom: 0;
  line-height: 50px;
  height: 50px;
  top: 1px;
  width: 35px;
  color: #1f2733;
  opacity: 0.5;
  text-align: center;
  font-size: 14px;
}

.login_wrap #second_step, .login_wrap #save_register {
  display: none;
}

@media all and (max-width: 575.98px) {
  .login_wrap {
    padding: 15px;
  }
  .login_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-spacer {
  margin: 0 auto;
}

.text-spacer p {
  margin: 0 auto;
  font-size: 14px;
}

ul.social-login {
  display: block;
  margin: 15px auto 0;
}

ul.social-login li {
  display: inline-block;
}

ul.social-login li .link {
  color: #fff !important;
  padding: 0 20px;
  line-height: 35px;
}

@media all and (max-width: 575.98px) {
  ul.social-login li .link {
    padding: 0 10px;
    line-height: 30px;
    font-size: 11px;
  }
}

.side_hint {
  background-color: #fff;
  padding: 25px;
}

.side_hint h3 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #1f2733;
  text-transform: uppercase;
}

.side_hint p {
  font-weight: 300;
  color: #1f2733;
  line-height: 25px;
  margin: 15px 0;
  letter-spacing: 0.5px;
  font-size: 16px;
}

@media all and (max-width: 991.98px) {
  .side_hint p {
    line-height: 20px;
    margin: 5px 0 10px;
    letter-spacing: 0;
    font-size: 15px;
  }
}

.side_hint .link {
  margin: 0;
}

.side_hint .text-spacer {
  margin-top: 25px;
}

.side_hint .text-spacer p,
.side_hint .text-spacer .social-login {
  text-align: left;
}

@media all and (max-width: 575.98px) {
  .side_hint {
    padding: 15px;
  }
}

footer {
  text-align: start;
  background-color: #1f2733;
}

footer h3 {
  font-size: 18px;
  margin: 0 0 15px;
  color: #fff;
  font-weight: 400;
}

footer h4 {
  font-size: 15px;
  margin: 10px 0 15px;
  color: #fff;
}

footer ul {
  margin-bottom: 15px;
}

footer ul li a {
  color: #fff9;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

footer ul li a:hover {
  color: #fff;
}

@media all and (max-width: 575.98px) {
  footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  footer ul li a {
    font-size: 14px;
    line-height: 25px;
  }
}

.top_footer {
  padding: 15px 0;
  border-bottom: 1px solid #fff2;
  margin-bottom: 25px;
}

.top_footer .subscribe_form label {
  color: #fff;
  font-size: 18px;
  margin: 0 0 25px;
}

.top_footer .subscribe_form .form-group {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 460px;
  margin: 0;
  position: relative;
}

.top_footer .subscribe_form .form-group .form-control {
  border: 0;
}

.top_footer .subscribe_form .form-group .link {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 15px;
}

.top_footer .social {
  margin: 15px auto;
}

.top_footer .social li {
  display: inline-block;
}

.top_footer .social li a {
  display: inline-block;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.top_footer .social li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fff2;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}

.top_footer .social li:hover i {
  background-color: #fff;
  color: #1f2733;
}

@media all and (max-width: 575.98px) {
  .top_footer .subscribe_form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top_footer .subscribe_form .form-group .link {
    margin: 10px 0 0;
    position: relative;
  }
}

.copyright {
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-top: 1px solid #fff2;
  margin-top: 25px;
  padding: 15px 0;
}

.copyright p {
  font-size: 16px;
  color: #fff7;
  margin: 0;
}

.copyright .payment_icons {
  height: 27px;
  text-align: end;
  margin: 0;
}

.copyright .payment_icons li {
  display: inline-block;
}

.copyright .payment_icons li img {
  width: 30px;
  margin-right: 5px;
}

@media all and (max-width: 575.98px) {
  .copyright p {
    text-align: center;
    margin-bottom: 5px;
  }
  .copyright .payment_icons {
    text-align: center;
  }
}

/* Up Button
====================*/
.up_btn {
  width: 40px;
  height: 40px;
  opacity: 0;
  position: fixed;
  bottom: 90px;
  margin: auto;
  z-index: 9998;
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
}

.up_btn i {
  line-height: 40px;
}

.up_btn.show {
  opacity: 1;
  bottom: 15px;
}

html[dir="rtl"] header .header_btns .search button {
  left: 0;
}

html[dir="rtl"] header .header_btns .cart_btn span {
  left: -5px;
}

html[dir="rtl"] section .section_inner_title {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

html[dir="rtl"] section .box__item {
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(214, 214, 214, 0.034);
  -o-box-shadow: 1px 1px 10px 0px rgba(214, 214, 214, 0.034);
  box-shadow: 1px 1px 10px 0px rgba(214, 214, 214, 0.034);
}

html[dir="rtl"] .page_head ul li a::after {
  left: -4px;
}

@media all and (max-width: 991.98px) {
  html[dir="rtl"] .menu_category .category_links {
    right: -270px;
    -webkit-transition: 0.3s right linear;
    transition: 0.3s right linear;
  }
  html[dir="rtl"] .menu_category .category_links.move {
    right: 0;
  }
}

html[dir="rtl"] .cart-content {
  right: auto !important;
  left: 0 !important;
}

html[dir="rtl"] .cart-content::before {
  content: "";
  left: 25px;
}

html[dir="rtl"] .shop-item button {
  left: 5px;
}

html[dir="rtl"] .product_item .cover span {
  left: 15px;
}

html[dir="rtl"] .top_controls .owl-nav {
  left: -5px;
}

html[dir="rtl"] .top_footer .subscribe_form .form-group .link {
  left: 0;
}

html[dir="rtl"] .up_btn {
  left: 10px;
}

html[dir="rtl"] .panel .panel-title::before {
  left: 20px;
}

html[dir="rtl"] .check_item input[type="checkbox"] + label::before,
html[dir="rtl"] .check_item input[type="radio"] + label::before {
  right: 0;
}

html[dir="rtl"] .panel .panel-collapse .form-group span {
  float: left;
}

html[dir="rtl"] .search_head .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}

html[dir="rtl"] .block-item ul li span,
html[dir="rtl"] .forget {
  float: left;
}

html[dir="rtl"] .cart_item button {
  left: 15px;
}

html[dir="ltr"] * {
  direction: ltr;
}

html[dir="ltr"] body {
  font-family: "Poppins", sans-serif;
}

html[dir="ltr"] .owl-stage-outer {
  direction: rtl;
}

html[dir="ltr"] .link::before {
  -webkit-clip-path: circle(0% at 0 100%);
          clip-path: circle(0% at 0 100%);
}

html[dir="ltr"] .link:hover::before {
  -webkit-clip-path: circle(100% at 0% 100%);
          clip-path: circle(100% at 0% 100%);
}

html[dir="ltr"] .icon_link::after {
  -webkit-clip-path: circle(0% at 0 100%);
          clip-path: circle(0% at 0 100%);
}

html[dir="ltr"] .icon_link:hover::after {
  -webkit-clip-path: circle(100% at 0% 100%);
          clip-path: circle(100% at 0% 100%);
}

html[dir="ltr"] section .section_title {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

html[dir="ltr"] section .section_inner_title {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

html[dir="ltr"] section .box__item {
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(214, 214, 214, 0.034);
  -o-box-shadow: 1px 1px 10px 0px rgba(214, 214, 214, 0.034);
  box-shadow: 1px 1px 10px 0px rgba(214, 214, 214, 0.034);
}

html[dir="ltr"] header .header_btns .search button {
  right: 0;
}

html[dir="ltr"] header .header_btns .cart_btn span {
  right: -5px;
}

html[dir="ltr"] .navbar .navbar-nav li {
  border-right: 0;
  border-left: 1px solid #0001;
}

html[dir="ltr"] .navbar .navbar-nav li:last-child {
  border-right: 1px solid #0001;
  border-left: 1px solid #0001;
}

html[dir="ltr"] .navbar .navbar-nav li a {
  text-transform: capitalize;
  padding: 0 15px;
  font-size: 14px;
}

html[dir="ltr"] .navbar .navbar-nav li a::before {
  -webkit-clip-path: circle(0% at 0 100%);
          clip-path: circle(0% at 0 100%);
}

html[dir="ltr"] .navbar .navbar-nav li a:hover::before {
  -webkit-clip-path: circle(100% at 0% 100%);
          clip-path: circle(100% at 0% 100%);
}

@media all and (max-width: 1199.98px) {
  html[dir="ltr"] .navbar .navbar-nav li a {
    padding: 0 11px;
    font-size: 13px;
  }
}

html[dir="ltr"] .navbar ul li.dropdown .dropdown-menu {
  left: 0;
  right: auto;
}

html[dir="ltr"] .menu_category .menu_category_head {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

html[dir="ltr"] .menu_category .category_links li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

@media all and (max-width: 991.98px) {
  html[dir="ltr"] .menu_category .category_links {
    left: -270px;
    -webkit-transition: 0.3s left linear;
    transition: 0.3s left linear;
  }
  html[dir="ltr"] .menu_category .category_links.move {
    left: 0;
  }
}

html[dir="ltr"] .page_head h3 {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

html[dir="ltr"] .page_head ul li a::after {
  right: -5px;
}

@media all and (max-width: 991.98px) {
  html[dir="ltr"] .main_slider {
    border-radius: 0 0 15px 15px;
  }
}

html[dir="ltr"] .main_slider .caption h3 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1px;
}

html[dir="ltr"] .main_slider .caption img {
  margin: 0 0 0 auto;
}

@media all and (max-width: 1199.98px) {
  html[dir="ltr"] .main_slider .caption h3 {
    font-size: 24px;
  }
}

@media all and (max-width: 575.98px) {
  html[dir="ltr"] .main_slider .caption .text h3 {
    font-size: 14px;
  }
  html[dir="ltr"] .main_slider .caption img {
    margin: auto;
  }
}

html[dir="ltr"] .full_width .main_slider .caption h3 {
  font-size: 38px;
  line-height: 45px;
}

@media all and (max-width: 991.98px) {
  html[dir="ltr"] .full_width .main_slider .caption h3 {
    font-size: 24px;
    line-height: 32px;
  }
  html[dir="ltr"] .full_width .main_slider .caption img {
    max-width: 240px;
  }
}

@media all and (max-width: 991.98px) {
  html[dir="ltr"] .full_width .main_slider .caption h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (max-width: 767.98px) {
  html[dir="ltr"] .side_slider .main_slider .caption h3 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  html[dir="ltr"] .side_slider .main_slider .caption img {
    max-width: 190px;
  }
}

html[dir="ltr"] .side_slider .banner_item h3 {
  font-size: 17px;
}

@media all and (max-width: 991.98px) {
  html[dir="ltr"] .side_slider .banner_item {
    display: block;
    height: auto;
    margin: 25px auto 0;
  }
}

html[dir="ltr"] .cart-content {
  left: auto !important;
  right: 0 !important;
}

html[dir="ltr"] .cart-content::before {
  content: "";
  right: 25px;
}

html[dir="ltr"] .cart-content .w-100 ul li span {
  float: right;
}

html[dir="ltr"] .cart-content .w-100 .link {
  font-size: 11px;
}

html[dir="ltr"] .shop-item button {
  right: 5px;
}

html[dir="ltr"] .product_item .cover span {
  right: 15px;
}

html[dir="ltr"] .product_item .cont a {
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: 700;
}

html[dir="ltr"] .product_item .cont p {
  letter-spacing: 0.2px;
}

html[dir="ltr"] .top_controls .owl-nav {
  right: -5px;
}

html[dir="ltr"] .top_controls .owl-nav button.owl-next {
  right: 5px;
  left: auto;
}

html[dir="ltr"] .top_controls .owl-nav button.owl-prev {
  left: 5px;
  right: auto;
}

html[dir="ltr"] .banner_item h3 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media all and (max-width: 991.98px) {
  html[dir="ltr"] .banner_item h3 {
    letter-spacing: 0.5px;
    font-size: 14px;
  }
}

html[dir="ltr"] .wide_banner {
  padding: 25px 0 0 25px;
}

html[dir="ltr"] .wide_banner h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

html[dir="ltr"] .wide_banner img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

@media all and (max-width: 991.98px) {
  html[dir="ltr"] .wide_banner {
    padding: 25px 0 0;
  }
  html[dir="ltr"] .wide_banner h3 {
    font-size: 15px;
    line-height: 20px;
  }
  html[dir="ltr"] .wide_banner img {
    margin: 0 0 0 auto;
  }
}

html[dir="ltr"] .category_item h3 {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

html[dir="ltr"] .top_footer .subscribe_form .form-group .link {
  right: 0;
}

html[dir="ltr"] .up_btn {
  right: 10px;
}

html[dir="ltr"] .panel .panel-title::before {
  right: 20px;
}

html[dir="ltr"] .check_item input[type="checkbox"] + label::before,
html[dir="ltr"] .check_item input[type="radio"] + label::before {
  left: 0;
}

html[dir="ltr"] .panel .panel-collapse .form-group span {
  float: right;
}

html[dir="ltr"] .search_head .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

html[dir="ltr"] .search_head .dropdown-item {
  font-size: 13px;
}

html[dir="ltr"] .panel .panel-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

html[dir="ltr"] .panel .panel-collapse .form-group input[type="checkbox"] + label,
html[dir="ltr"] .panel .panel-collapse .form-group input[type="radio"] + label {
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

html[dir="ltr"] .category.catg_col_4 .product_item .cont a {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}

html[dir="ltr"] .login_wrap .form-title {
  font-weight: 400;
}

html[dir="ltr"] .block-item ul li span,
html[dir="ltr"] .forget {
  float: right;
}

html[dir="ltr"] .text-spacer {
  text-transform: uppercase;
}

html[dir="ltr"] .product_details h2 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

html[dir="ltr"] .cart_item .cart_item_details > a,
html[dir="ltr"] .block-item .form-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

html[dir="ltr"] .product_details .w-100 > span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

html[dir="ltr"] .product_details .link {
  padding: 0 15px 0 10px;
}

html[dir="ltr"] .check_item input[type="checkbox"] + label,
html[dir="ltr"] .check_item input[type="radio"] + label {
  font-weight: 400;
  text-transform: capitalize;
}

html[dir="ltr"] .cart_item .cart_item_details .row label {
  text-transform: uppercase;
  font-weight: 300;
}

html[dir="ltr"] .cart_item button {
  right: 15px;
}

html[dir="ltr"] label,
html[dir="ltr"] .shop-item .shop-item-info a {
  font-weight: 300;
}

html[dir="ltr"] .cart-content .w-100 ul li {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/*# sourceMappingURL=style.css.map */