@import url("./bootstrap.min.css");
@import url("./swiper-bundle.min.css");
@import url("./intlTelInput.min.css");
@import url("https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css");

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root {
  --main-color:#970810;
  --hover-color: #5c0308;
}

body {
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  text-align: right;
  direction: rtl;
  min-height: 100vh;
  background: #FFFFFF;
}

body::-webkit-scrollbar-track {
  background: #FFF;
}

body::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #F6F6F6;
}

.whatsapp-fixed {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
}

.telegram-fixed {
  position: fixed;
  left: 26px;
  bottom: 110px;
  z-index: 999;
}
.telegram-fixed img {
  width: 80px !important;
  height: 80px !important;
}




@media (max-width: 575px) {
  .whatsapp-fixed img {
    width: 70px;
    height: 70px;
  }
  .telegram-fixed {
    left: 22px;
    bottom: 80px;
  }
  .telegram-fixed img {
    width: 55px !important;
    height: 55px !important;
  }

}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none !important;
}

.btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'][type=number] {
  -moz-appearance: textfield;
}

.btn-primary {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  -webkit-filter: drop-shadow(0 3px 6px rgba(151, 8, 16, 0.16));
          filter: drop-shadow(0 3px 6px rgba(151, 8, 16, 0.16));
  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;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

.btn-primary.icon span {
  padding-right: 6px;
}

.btn-gray {
  width: 36.06px;
  height: 36.06px;
  border-radius: 50%;
  background: rgba(140, 140, 140, 0.25);
  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;
}

.btn-gray img {
  width: 20px;
  height: 20px;
}

.btn-gray:hover {
  background: var(--main-color);
}

.btn-gray:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-outline-primary {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #D8D8D8;
}

.btn-outline-primary:hover {
  color: #000000;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #000000;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

.checkbox,
.radio {
  margin-bottom: 6px;
}

.checkbox.inline,
.radio.inline {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}

.checkbox.inline:last-child,
.radio.inline:last-child {
  margin-left: 0;
}

.checkbox label,
.radio label {
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox,
.checkbox .custom-radio,
.radio .custom-radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 6px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
}

.radio .custom-radio,
.checkbox .custom-radio {
  width: 16px;
  height: 16px;
}

.checkbox .custom-checkbox {
  border-radius: 5px;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 180ms ease;
  transition: -webkit-box-shadow 180ms ease;
  transition: box-shadow 180ms ease;
  transition: box-shadow 180ms ease, -webkit-box-shadow 180ms ease;
  top: 0;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox {
  border: 1px solid #8C8C8C;
  border-radius: 4px;
}

.checkbox .icon-check {
  width: 10px;
  height: 10px;
  background-size: cover;
  position: absolute;
  top: 2px;
  right: 2px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox {
  border-color: #8C8C8C;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.5;
}

.radio .custom-radio {
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 12px transparent;
          box-shadow: inset 0 0 0 12px transparent;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  top: 2px;
}

.radio input[type="radio"]:checked + .custom-radio {
  border-color: #8C8C8C;
  background: var(--second-color);
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
}

.icon-check {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0;
}

header {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}

header.mobile {
  display: none;
}

header .header-top {
  background: var(--main-color);
  position: relative;
  z-index: 2;
}

header .header-top .header-top-inner {
  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;
  height: 50px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

header .header-top .whatsapp a {
  color: #FFF;
  padding-right: 4px;
  font-size: 14px;
}

header .header-top .header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

header .header-top .header-top-left .line {
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  display: block;
  margin: 0 32px;
  opacity: 0.7;
}

header .header-top .header-top-left .currency .dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  color: #FFF;
  -webkit-transition: none;
  transition: none;
}

header .header-top .header-top-left .currency .dropdown .dropdown-toggle span {
  font-size: 14px;
  font-weight: 600;
}

header .header-top .header-top-left .currency .dropdown .dropdown-toggle .arrow {
  padding-right: 5px;
}

header .header-top .header-top-left .language .dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  color: #FFF;
  -webkit-transition: none;
  transition: none;
}

header .header-top .header-top-left .language .dropdown .dropdown-toggle span {
  font-size: 14px;
  font-weight: 600;
  padding-right: 4px;
}

header .header-top .header-top-left .language .dropdown .dropdown-toggle .arrow {
  padding-right: 5px;
}

header .header-top .header-top-left .language .dropdown .dropdown-check p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-top .header-top-left .language .dropdown .dropdown-item span {
  padding-right: 7px;
}

header .header-bottom .header-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

header .header-bottom .header-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-bottom .header-bottom-right .logo img {
  width: 108px;
}

header .header-bottom .header-bottom-right .search {
  margin-right: 76px;
}

header .header-bottom .header-bottom-right .search .search-box {
  width: 536px;
  height: 40px;
  position: relative;
}

@media (max-width: 1199px) {
  header .header-bottom .header-bottom-right .search .search-box {
    width: 300px;
  }
}

header .header-bottom .header-bottom-right .search .search-box .search-input {
  width: 100%;
  height: 100%;
  border: 1px solid #FAFAFA;
  background: #FAFAFA;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
}

header .header-bottom .header-bottom-right .search .search-box .search-input:focus, header .header-bottom .header-bottom-right .search .search-box .search-input:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border-color: #e9e9e9;
}

header .header-bottom .header-bottom-right .search .search-box .btn-search {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  margin: 0;
  background: transparent;
}

header .header-bottom .header-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-bottom .header-bottom-left .user-dropdown {
  margin-right: 20px;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .dropdown-item {
  text-align: right;
  white-space: normal;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .dropdown-item:nth-child(1) {
  pointer-events: none;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .user-name .avatar {
  width: 39.49px;
  height: 39.49px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.08));
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .user-name .avatar img {
  width: 100%;
  height: 100%;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .user-name p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .line {
  width: 90%;
  height: 1px;
  background: rgba(123, 123, 129, 0.3);
  margin: 10px auto;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .user-dropdown-item img {
  width: 16px;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .user-dropdown-item span {
  padding-right: 13px;
  color: #5A5A5A;
  font-weight: 600;
}

header .header-bottom .header-bottom-left .user-dropdown .dropdown-menu .sign-out span {
  color: var(--main-color);
}

header .header-bottom .header-bottom-left .btn-gray {
  margin-right: 20px;
  position: relative;
}

header .header-bottom .header-bottom-left .fav-btn .btn-gray {
  margin-right: 0;
}

header .header-bottom .header-bottom-left .btn-gray .cart-number {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  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;
  background: #474141;
  color: #FFF;
  position: absolute;
  top: -2px;
  left: -2px;
  font-size: 7px;
  font-weight: bold;
}

/* header .header-bottom .header-bottom-left .btn-gray:hover .cart-number {
  background: #FFF;
  color: var(--main-color);
} */

header .header-bottom .header-bottom-left .user-login {
  margin-right: 20px;
}

header .header-nav {
  padding: 15px 0 20px;
}

header .header-nav .header-nav-menu .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-nav .header-nav-menu .header-nav-list li {
  margin-left: 30px;
}

header .header-nav .header-nav-menu .header-nav-list li a {
  color: #000000;
  font-weight: 600;
}

header .header-nav .header-nav-menu .header-nav-list li a:hover {
  color: var(--main-color);
}

header .header-nav .header-nav-menu .header-nav-list li.active a {
  color: var(--main-color);
  font-weight: bold;
}

header .header-bottom .header-bottom-left .btn-gray {
  border: 1px solid #e0e0e0;
  background: transparent;
}

header .header-bottom .header-bottom-left .btn-gray:hover {
  background: #474141;
  color: #FFF;
}

header .header-bottom .header-bottom-left .dropdown-icon .dropdown-toggle {
  border: 1px solid #e0e0e0;
  background: transparent;
}

header .header-bottom .header-bottom-left .dropdown-icon .dropdown-toggle:hover {
  background: #474141;
  color: #FFF;
}

@media (max-width: 991px) {
  header {
    display: none;
  }
  header.mobile {
    display: block;
  }
  header.mobile .header-top .header-top-inner {
    height: 40px;
  }
  header.mobile .header-top .header-top-inner .whatsapp a {
    font-size: 12px;
  }
  header.mobile .header-top .header-top-inner .currency .dropdown-toggle span {
    font-size: 12px;
  }
  header.mobile .header-top .header-top-inner .line {
    margin: 0 10px;
  }
  header.mobile .header-top .header-top-inner .language .dropdown-toggle .flag {
    width: 18px;
  }
  header.mobile .header-top .header-top-inner .language .dropdown-toggle span {
    font-size: 12px;
  }
  header.mobile .header-top .header-top-inner .dropdown-menu {
    min-width: 150px;
  }
  header.mobile .header-bottom {
    padding-bottom: 10px;
  }
  header.mobile .header-bottom .header-bottom-right .logo img {
    width: 80px;
  }
  header.mobile .header-bottom .header-bottom-left .btn-gray {
    width: 30px;
    height: 30px;
  }
  header.mobile .header-bottom .header-bottom-left .btn-gray img {
    width: 18px;
  }
  header.mobile .header-bottom .header-bottom-left .user-dropdown {
    margin-right: 10px;
  }
  header.mobile .header-bottom .header-bottom-left .user-dropdown .dropdown-item:nth-child(1) {
    pointer-events: none;
  }

  header.mobile .header-bottom .header-bottom-left .user-dropdown .dropdown-toggle {
    width: 35px;
    height: 35px;
  }
  header.mobile .header-bottom .header-bottom-left .cart-btn .btn-gray {
    margin-right: 10px;
  }
  header.mobile .header-bottom .header-bottom-left .user-login-mobile {
    margin-right: 10px;
  }
  header.mobile .header-bottom .header-search-mobile {
    padding: 5px 0;
  }
  header.mobile .header-bottom .header-search-mobile .search .search-box {
    width: 100%;
    height: 40px;
    position: relative;
  }
  header.mobile .header-bottom .header-search-mobile .search .search-box .search-input {
    width: 100%;
    height: 100%;
    border: 1px solid #FAFAFA;
    background: #FAFAFA;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  }
  header.mobile .header-bottom .header-search-mobile .search .search-box .search-input:focus, header.mobile .header-bottom .header-search-mobile .search .search-box .search-input:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
    border-color: #e9e9e9;
  }
  header.mobile .header-bottom .header-search-mobile .search .search-box .btn-search {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background: transparent;
  }
  header.mobile .header-nav {
    padding-bottom: 5px;
  }
  header.mobile .header-nav .header-nav-menu .header-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.mobile .header-nav .header-nav-menu .header-nav-list li {
    margin-bottom: 15px;
    margin-left: 18px;
  }
  header.mobile .header-nav .header-nav-menu .header-nav-list li:last-child {
    margin-left: 0;
  }
  header.mobile .header-nav .header-nav-menu .header-nav-list li a {
    font-size: 14px;
  }

  header.mobile .header-bottom .header-bottom-left .btn-gray {
    margin-right: 0;
    width: 35px;
    height: 35px;
  }
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
}

.dropdown-menu {
  border-radius: 4px;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.06));
  border: 0;
  min-width: 230px;
  top: 10px !important;
}

.dropdown-menu .dropdown-item {
  padding: 8px 10px;
}

.dropdown-check {
  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;
  position: relative;
}

.dropdown-check p {
  font-size: 14px;
  font-weight: 600;
  color: #5A5A5A;
}

.dropdown-check .radio-box-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #8C8C8C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.dropdown-check .radio-box-circle svg {
  margin: auto;
}

.dropdown-check .radio-box-circle svg path {
  fill: transparent;
}

.dropdown-item.checked .radio-box-circle {
  border-color: var(--main-color);
}

.dropdown-item.checked .radio-box-circle svg path {
  fill: var(--main-color);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa;
  color: #000;
}

.dropdown-icon .dropdown-toggle {
  width: 36.06px;
  height: 36.06px;
  border-radius: 50%;
  background: rgba(140, 140, 140, 0.25);
  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;
}

.dropdown-icon .dropdown-toggle img {
  width: 20px;
  height: 20px;
}

.dropdown-icon .dropdown-toggle:hover {
  background: var(--main-color);
}

.dropdown-icon .dropdown-toggle:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.page-wrapper {
  min-height: calc(100vh - 200px);
}

.page-breadcrumb {
  margin-bottom: 20px;
}

.page-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-breadcrumb ul li {
  margin-left: 8.3px;
}

.page-breadcrumb ul li img {
  margin-left: 8px;
}

.page-breadcrumb ul li:last-child {
  margin-left: 0;
}

.page-breadcrumb ul li span {
  color: #D8D8D8;
}

.page-breadcrumb ul li a {
  color: #B2B2B2;
  font-size: 12px;
}

.page-breadcrumb ul li.active {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
}

.product-box {
  background: #FFF;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 12%);
  -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 12%);
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

@media (min-width: 576px) {
    .product-box {
        height: 382px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.product-box:hover {
  box-shadow: 0 15px 20px 0 rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0 15px 20px 0 rgb(0 0 0 / 15%);
}

.product-box .product-box-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.product-box .product-box-img .quantity-empty {
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 20px;
    font-size: 12px;
}

.product-box .product-box-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.product-box .product-box-desc {
  padding: 10px;
}

.product-box .product-box-desc .product-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media(max-width: 575px) {
  .product-box .product-box-desc .product-name {
    font-weight: normal;
  }
}

.product-box .product-box-desc .product-info {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 575px) {
  .product-box .product-box-desc .product-info {
    display: none;
  }
}

.product-box .product-box-desc .product-box-footer {
  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;
}

.product-box .product-box-desc .product-box-footer .price {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-box .product-box-desc .product-box-footer .price .currency {
  padding-right: 4px;
}

.product-box .product-box-desc .product-box-footer .btn-add-to-card {
  padding: 0;
  margin: 0;
  background: transparent;
}

@media (max-width: 575px) {
  .product-box .product-box-desc .product-box-footer .btn-add-to-card img {
    width: 18px;
  }
}

.product-box .add-fav {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 44px;
  height: 44px;
  background: #FFF;
  border-radius: 50%;
  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;
  padding: 0;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

@media (max-width: 575px) {
  .product-box .add-fav {
    width: 30px;
    height: 30px;
  }

  .product-box .product-box-desc .product-box-footer .price {
    font-size: 15px;
  }

}

.product-box .add-fav svg {
  width: 26px;
  height: 23.85px;
  position: relative;
  top: 2px;
}

@media (max-width: 575px) {
  .product-box .add-fav svg {
    width: 17px;
    height: 21px;
    top: 0;
  }
}

.product-box .add-fav.fav svg path {
  fill: var(--main-color);
}

/* .product-box:hover .product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
} */

.main-slider .swiper-slide .main-slider-img {
  height: 366px;
}

@media (max-width: 1199px) {
    .main-slider {
        margin-top: 80px;
    }

    .main-slider .swiper-button-next,
    .main-slider .swiper-button-prev {
        margin-top: 0 !important;
    }
}


@media (max-width: 991px) {
  .main-slider .swiper-slide .main-slider-img {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .main-slider .swiper-slide .main-slider-img {
    height: 200px;
  }

    .main-slider .swiper-button-next,
    .main-slider .swiper-button-prev {
        margin-top: -20px !important;
    }
}

.main-slider .swiper-slide .main-slider-img img {
  width: 100%;
  height: 100%;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.36);
}

@media (max-width: 575px) {
  .main-slider .swiper-button-prev,
  .main-slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .main-slider .swiper-button-prev img,
  .main-slider .swiper-button-next img {
    width: 13px;
  }
}

.main-slider .swiper-button-prev:after,
.main-slider .swiper-button-next:after {
  display: none;
}

.main-slider .swiper-button-prev.swiper-button-disabled,
.main-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}

.main-slider .swiper-button-prev:hover,
.main-slider .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.71);
}

.main-slider .swiper-button-prev:hover svg path,
.main-slider .swiper-button-next:hover svg path {
  fill: var(--main-color);
}

.main-slider .swiper-button-next {
  left: 0;
}

.main-slider .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-slider .swiper-button-prev {
  right: 0;
}

.product-section {
  margin: 40px 0;
}

.product-section .product-section-row {
  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;
}

@media (max-width: 991px) {
  .product-section .product-section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-section .product-section-row .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-section .product-section-row .head h6 {
  padding-right: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .product-section .product-section-row .head h6 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .product-section .product-section-row .product-nav {
    margin-top: 20px;
    width: 100%;
  }
}

.product-section .product-section-row .product-nav .nav-tabs {
  border: 0;
}

@media (max-width: 991px) {
  .product-section .product-section-row .product-nav .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-section .product-section-row .product-nav .nav-tabs .nav-item {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .product-section .product-section-row .product-nav .nav-tabs .nav-item {
    margin-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}

.product-section .product-section-row .product-nav .nav-tabs .nav-item:last-child {
  margin-left: 0;
}

.product-section .product-section-row .product-nav .nav-tabs .nav-link {
  padding: 5px 26px;
  border: 1px solid #D8D8D8;
  font-size: 16px;
  color: #000000;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .product-section .product-section-row .product-nav .nav-tabs .nav-link {
    width: 100%;
    font-size: 14px;
  }
}

.product-section .product-section-row .product-nav .nav-tabs .nav-link.active {
  color: #FFF;
  background: var(--main-color);
  border-color: var(--main-color);
}

.product-section .product-section-row .product-nav .nav-tabs .nav-link:hover {
  color: #FFF;
  background: var(--main-color);
  border-color: var(--main-color);
}

.product-section .product-section-inner {
  margin-top: 30px;
}

.product-section .show-more-product {
  text-align: center;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-section .show-more-product .btn {
  width: 126px;
  height: 42px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-apps {
  min-height: 445px;
  background: url(../img/download-app-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .download-apps {
    height: auto;
    padding: 50px 0;
  }
}

.download-apps .download-apps-phone {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .download-apps .download-apps-phone img {
    width: 200px;
  }
}

@media (max-width: 575px) {
  .download-apps .download-apps-phone img {
    width: 210px;
  }
}

.download-apps .download-apps-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .download-apps .download-apps-info {
    text-align: center;
  }
}

.download-apps .download-apps-info h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .download-apps .download-apps-info h4 {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.download-apps .download-apps-info p {
  color: #FFF;
  line-height: 61px;
}

@media (max-width: 575px) {
  .download-apps .download-apps-info p {
    line-height: 30px;
    font-size: 13px;
  }
}

.download-apps .download-apps-info .download-apps-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .download-apps .download-apps-info .download-apps-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .download-apps .download-apps-info .download-apps-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.download-apps .download-apps-info .download-apps-link .app-store {
  margin-left: 16px;
}

.download-apps .download-apps-info .download-apps-link .app-store img,
.download-apps .download-apps-info .download-apps-link .google-store img
{
  width: 160px
}


@media (max-width: 575px) {
  .download-apps .download-apps-info .download-apps-link .app-store {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .download-apps .download-apps-info .download-apps-link .app-store img {
    width: 130px;
  }
}

.download-apps .download-apps-info .download-apps-link .google-store {
  margin-left: 16px;
}

@media (max-width: 575px) {
  .download-apps .download-apps-info .download-apps-link .google-store {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .download-apps .download-apps-info .download-apps-link .google-store img {
    width: 130px;
  }
}

.testimonial {
  background: #F2F2F2;
  padding: 45px 0 80px;
  position: relative;
}

.testimonial .head {
  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;
  margin-bottom: 30px;
}

.testimonial .head h6 {
  font-size: 24px;
  font-weight: bold;
  padding-right: 10px;
}

.testimonial .testimonial-inner .swiper-wrapper {
  margin: 20px 15px !important;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box {
  background: #FFF;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.16));
  padding: 22px 20px;
  position: relative;
  margin-left: 35px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.16));
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-avatar img {
  width: 100%;
  height: 100%;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-info {
  margin-right: 9px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-info h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-info .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-user .user-info .star img {
  padding-left: 5px;
  width: 20px;
  height: 20px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-text {
  margin-top: 11px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .testimonial-text p {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.testimonial .testimonial-inner .testimonial-slider .testimonial-box .quote {
  position: absolute;
  top: -10px;
  left: -15px;
}

.testimonial .testimonial-shape img:nth-child(1) {
  position: absolute;
  right: 50px;
  top: 30%;
}

.testimonial .testimonial-shape img:nth-child(2) {
  position: absolute;
  left: 50px;
  bottom: 20%;
}

.testimonial .swiper-pagination-bullets {
  bottom: unset;
}

.testimonial .swiper-pagination-bullet {
  background: #D8D8D8;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #D8D8D8;
          box-shadow: 0 0 2px #D8D8D8;
  width: 8px;
  height: 8px;
}

.testimonial .swiper-pagination-bullet-active {
  background: var(--main-color);
  width: 29px;
  border-radius: 20px;
}

.products-wrapper .product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.products-wrapper .product-slider .gallery {
  display: inline-block;
  float: left;
  width: 110px;
  height: 100%;
  margin-left: 20px;
}

@media (max-width: 575px) {
  .products-wrapper .product-slider .gallery {
    width: 80px;
    margin-left: 10px;
  }
}

.products-wrapper .product-slider .gallery .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 450px;
}

@media (max-width: 1199px) {
  .products-wrapper .product-slider .gallery .swiper-wrapper {
    height: 370px;
  }
}

@media (max-width: 575px) {
  .products-wrapper .product-slider .gallery .swiper-wrapper {
    height: 280px;
  }
}

.products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide {
  margin: 0;
  text-align: center;
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
  outline: 0 none;
  border: 1px solid #D8D8D8;
  height: 80px !important;
  width: 90px !important;
}

@media (max-width: 575px) {
  .products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide {
    width: 70px !important;
  }
}

.products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide.active {
  border-color: var(--main-color);
}

.products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 575px) {
  .products-wrapper .product-slider .gallery .swiper-wrapper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.products-wrapper .product-slider .main-img-box {
  display: inline-block;
  position: relative;
  width: 100%;
  float: right;
  overflow: hidden;
  margin-bottom: 15px;
}

.products-wrapper .product-slider .main-img-box .main-img {
  width: 100%;
  height: 490px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 1199px) {
  .products-wrapper .product-slider .main-img-box .main-img {
    height: 390px;
    -o-object-fit: initial;
    object-fit: initial;
  }
}

@media (max-width: 575px) {
  .products-wrapper .product-slider .main-img-box .main-img {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .products-wrapper .product-details {
    margin-top: 50px;
  }
}

.products-wrapper .product-details .product-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.products-wrapper .product-details .share-product {
  width: 38px;
  height: 38px;
  padding: 0;
}

.products-wrapper .product-details .share-product img {
  width: 18px !important;
  height: 18px !important;
}

.products-wrapper .product-details .product-name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  margin-left: 50px;
}

.products-wrapper .product-details .product-info {
  color: #8C8C8C;
  font-size: 14px;
}

.products-wrapper .product-details .price {
  font-size: 18px;
  color: var(--main-color);
  font-weight: bold;
  margin-top: 10px;
}

.products-wrapper .product-details .price span {
  padding-right: 4px;
}

.products-wrapper .product-details .line {
  border-top: 1px dotted rgba(123, 123, 129, 0.3);
  width: 100%;
  height: 1px;
  display: block;
  margin: 10px 0;
}

.products-wrapper .product-details .specifications ul {
    list-style-type: unset !important;
    margin-inline-start: 25px;
    margin-bottom: 10px !important;
}

.products-wrapper .product-details .specifications ul li {
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
}

.products-wrapper .product-details .specifications p {
    margin-bottom: 10px !important;
}

.products-wrapper .product-details .specifications * {
    font-size: 14px !important;
    text-wrap: wrap !important;
}

.products-wrapper .product-details .specifications pre {
    overflow: visible !important;
    margin: 0 !important;
    text-wrap: wrap !important;
}

/*
.products-wrapper .product-details .specifications h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.products-wrapper .product-details .specifications * {
    font-size: 14px !important;
}

.products-wrapper .product-details .specifications > * {
  font-family: Cairo, sans-serif !important;
}

.products-wrapper .product-details .specifications  font {
  font-family: Cairo, sans-serif !important;
}

.products-wrapper .product-details .specifications p  {
    margin-bottom: 8px;
}

.products-wrapper .product-details .specifications ul {
  padding-right: 8px;
}

.products-wrapper .product-details .specifications ul li {
  position: relative;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}

.products-wrapper .product-details .specifications ul li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 4px;
  background-color: var(--main-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.products-wrapper .product-details .specifications .hint {
  color: #E9000D;
  font-size: 14px;
} */

.products-wrapper .product-details .quantity h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}

.products-wrapper .product-details .quantity .quantity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-wrapper .product-details .quantity .quantity-wrap .remaining {
  margin-right: 11px;
  font-size: 14px;
  color: #8C8C8C;
  font-weight: 600;
}

.products-wrapper .product-details .product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.products-wrapper .product-details .product-btns .btn-primary {
  width: 209px;
  height: 50px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .products-wrapper .product-details .product-btns .btn-primary {
    margin-bottom: 10px;
    width: 100%;
    flex: 1;
  }
}

.products-wrapper .product-details .product-btns .btn-outline-primary {
  width: 209px;
  height: 50px;
  margin-left: 10px;
  background: #27ae60;
  color: #FFF;
  border-radius: 5px;
  position: relative;
}

.products-wrapper .product-details .product-btns .btn-outline-primary:hover {
  background: #18773f;
}

@media (max-width: 767px) {
  .products-wrapper .product-details .product-btns .btn-outline-primary {
    margin-bottom: 10px;
    width: 100%;
    flex: 1;
  }

  .products-wrapper .product-details .product-btns form {
    flex: 1;
    margin-left: 5px;
  }

}

.products-wrapper .product-details .product-btns .btn-gray {
  width: 50px;
  height: 50px;
  padding: 0;
}

@media (max-width: 767px) {
  .products-wrapper .product-details .product-btns .btn-gray {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.products-wrapper .product-details .product-btns .btn-gray img {
  width: 23px;
  height: 23px;
}

.products-wrapper .product-details .product-btns .btn-gray.fav {
  background: var(--main-color);
}

.products-wrapper .product-details .product-btns .btn-gray.fav img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 1199px) {
  .products-wrapper .product-details .product-btns .add-fav:hover {
    background: rgba(140, 140, 140, 0.25);
  }

  .products-wrapper .product-details .product-btns .add-fav:hover img {
    -webkit-filter: none;
            filter: none;
  }

  .products-wrapper .product-details .product-btns .btn-gray.fav {
    background: var(--main-color);
  }

  .products-wrapper .product-details .product-btns .btn-gray.fav img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.products-feedback {
  margin-top: 50px;
  margin-bottom: 50px;
}

.products-feedback .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.products-feedback .head img {
  width: 23px;
  height: 23px;
}

.products-feedback .head h6 {
  padding-right: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.products-feedback .feedback-list .feedback-box {
  border-bottom: 1px solid rgba(123, 123, 123, 0.3);
  padding: 20px 40px 20px 20px;
  background: #F2F2F2;
}

.products-feedback .feedback-list .feedback-box:last-child {
  border-bottom: 0;
}

.products-feedback .feedback-list .feedback-box .feedback-info {
  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;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .products-feedback .feedback-list .feedback-box .feedback-info {
    -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;
  }
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right {
    margin-bottom: 10px;
  }
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .avatar {
  width: 55.98px;
  height: 55.98px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .avatar img {
  width: 100%;
  height: 100%;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text {
  margin-right: 8px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info h5 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
  color: #000000;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info .line {
  width: 1px;
  height: 26px;
  background: #707070;
  margin: 0 8.5px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info .feedback-star {
  display: flex;
  align-items: center;
  padding: 3px 10px;
  background: #fcd34c;
  border-radius: 20px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info p {
  font-size: 11px;
  font-weight: 600;
  color: #444;
  padding-right: 5px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .rate img {
  margin-left: 4.8px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-time {
  font-size: 14px;
  color: #8C8C8C;
}

@media (max-width: 767px) {
  .products-feedback .feedback-list .feedback-box .feedback-info .feedback-time {
    padding-right: 64px;
  }
}

.products-feedback .feedback-list .feedback-box .feedback-text {
  font-size: 14px;
  color: #000000;
  line-height: 42px;
  padding-right: 64px;
}

.products-feedback .show-more {
  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;
  margin-top: 40px;
}

.products-feedback .show-more .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  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;
  padding: 0;
  background: transparent;
}

.products-feedback .show-more .btn:hover {
  background: var(--main-color);
}

.products-feedback .show-more .btn:hover img {
  -webkit-filter: invert(5) brightness(10);
          filter: invert(5) brightness(10);
}

.product-like {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.product-like .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.product-like .head img {
  width: 23px;
  height: 23px;
}

.product-like .head h6 {
  padding-right: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}


.product-like .product-like-inner .swiper-wrapper {
  margin: 20px 0;
}

.product-like .product-like-inner .swiper-wrapper .product-box {
  margin-left: 15px;
  margin-right: 15px;
}

.product-like .swiper-button-next:after,
.product-like .swiper-button-prev:after {
  display: none;
}

.product-like .swiper-button-next,
.product-like .swiper-button-prev {
  background: #D8D8D8;
}

.product-like .swiper-button-next.swiper-button-disabled,
.product-like .swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
}

.product-like .product-like-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 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;
}

.product-like .product-like-navigation .swiper-button-prev {
  left: 50px;
  right: auto;
}

.product-like .product-like-navigation .swiper-button-next {
  right: 50px;
  left: auto;
}

@media (max-width: 575px) {
  .product-like .product-like-navigation {
    display: none;
  }

  .product-like .product-like-inner .swiper-wrapper .product-box {
    margin: 0;
  }
}

.product-like .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-like .swiper-button-prev,
.product-like .swiper-button-next {
  outline: none !important;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #D8D8D8;
  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-transition: 0.3s;
  transition: 0.3s;
}

.product-like .swiper-button-prev img,
.product-like .swiper-button-next img {
  width: 9px;
}

.product-like .swiper-button-prev:hover,
.product-like .swiper-button-next:hover {
  background: var(--main-color);
}

.product-like .swiper-button-prev:hover img,
.product-like .swiper-button-next:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

@media (max-width: 575px) {
  .product-like .swiper-button-prev,
  .product-like .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}

.quantity-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity-form .value-button {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #B2B2B2;
  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;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quantity-form .quantity-input {
  border: 0;
  width: 50px;
  height: 25px;
  text-align: center;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
}

.cart-page {
  padding-bottom: 50px;
}

.cart-page .cart-header {
  padding: 16px;
  background-color: #F2F2F2;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cart-page .cart-header h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
  line-height: 30px;
}

.cart-page .select-all {
  margin: 17px 0 12px;
}

.cart-page .select-all .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-page .cart-boxs {
  /* margin-bottom: 40px; */
}

.cart-page .cart-boxs .cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 22px 12px 16px;
  background: #F2F2F2;
  border-radius: 8px;
  position: relative;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .cart-page .cart-boxs .cart-box {
    -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;
  }
}

.cart-page .cart-boxs .cart-box .cart-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .cart-page .cart-boxs .cart-box .cart-box-right {
    margin-top: 25px;
  }
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-check .checkbox {
  margin-bottom: 0 !important;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-check .checkbox label {
  margin-bottom: 0 !important;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-img {
  width: 84px;
  height: 84px;
  margin: 0 16px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  flex-shrink: 0;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-img img {
  width: 100%;
  height: 100%;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info p {
  color: #8C8C8C;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info .price {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-color);
}

.cart-page .cart-boxs .cart-box .cart-box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.cart-page .cart-boxs .cart-box .cart-box-left .remove-product {
  background: transparent;
  border: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
}

.cart-page .cart-boxs .cart-box .cart-box-left .remove-product img {
  width: 12px;
}

.cart-page .cart-boxs .cart-box .cart-box-left .quantity-wrap {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

@media (max-width: 575px) {
  .cart-page .cart-boxs .cart-box .cart-box-left .quantity-wrap {
    position: unset;
    left: unset;
    bottom: unset;
    margin-top: 25px;
    margin-right: 35px;
  }
}

.cart-page .order-summary {
  background: #F2F2F2;
  padding: 16px 20px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cart-page .order-summary h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.cart-page .order-summary ul li {
  margin-bottom: 20px;
  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;
}

.cart-page .order-summary ul li p {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.cart-page .order-summary .line {
  width: 100%;
  height: 1px;
  background: rgba(123, 123, 129, 0.3);
}

.cart-page .order-summary .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-page .order-summary .total p {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
}

.cart-page .order-summary .complete-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.cart-page .order-summary .complete-order-btn .btn {
  width: 100%;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
}

.cart-page .order-summary .discount-coupon .checkbox {
  margin-bottom: 0;
}

.cart-page .order-summary .discount-coupon .checkbox label {
  margin-bottom: 0;
}

.cart-page .order-summary .discount-coupon span:last-child {
  position: relative;
  top: -3px;
  color: #000000;
  font-size: 14px;
}

.cart-page .product-cart-list {
  padding: 20px;
  background: #F2F2F2;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  margin-bottom: 20px;
}

.cart-page .product-cart-list .product-cart {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(123, 123, 129, 0.3);
}

.cart-page .product-cart-list .product-cart:last-child {
  border-bottom: 0;
}

.cart-page .product-cart-list .product-cart .product-cart-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-img {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}


.cart-page .product-cart-list .product-cart .product-cart-right .cart-img  > a {
  display: block;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-img img {
  width: 100%;
  height: 100%;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-product-info {
  margin-right: 15px;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-product-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.cart-page .product-cart-list .product-cart .product-cart-right .cart-product-info .price {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-color);
}

.cart-page .product-cart-list .product-cart .product-cart-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.cart-page .product-cart-list .product-cart .product-cart-left .quantity-wrap {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

@media (max-width: 575px) {
  .cart-page .product-cart-list .product-cart .product-cart-left .quantity-wrap {
    position: unset;
    left: unset;
    bottom: unset;
    margin-top: 25px;
    margin-right: 35px;
  }
}

.cart-page .cart-address {
  background: #F2F2F2;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cart-page .cart-address .product-cart-head {
  margin-bottom: 10px;
}

.cart-page .cart-address .add-new-address .add-new-address-btn {
  width: 100%;
  height: 130px;
  background: #FFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed rgba(140, 140, 140, 0.5);
  padding: 0;
  min-height: 120px;
}

.cart-page .cart-address .add-new-address .add-new-address-btn img {
  width: 12px;
}

.cart-page .cart-address .add-new-address .add-new-address-btn span {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
}

.cart-page .cart-address.multi-address .address-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-gap: 30px;
}

@media (max-width: 1199px) {
  .cart-page .cart-address.multi-address .address-box {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-gap: 20px;
  }
}

@media (max-width: 575px) {
  .cart-page .cart-address.multi-address .address-box {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.cart-page .cart-address.multi-address .address-box .address-info {
  background: #FFF;
  padding: 16px;
  min-height: 120px;
}

.cart-page .cart-address.multi-address .address-box .address-info .address-info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.cart-page .cart-address.multi-address .address-box .address-info .address-info-head .edit-address-btn img {
  width: 15px;
}

.cart-page .cart-address.multi-address .address-box .address-info .address-info-head p {
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
}

.cart-page .cart-address.multi-address .address-box .address-info .address-info-text {
  font-size: 12px;
  line-height: 26px;
  color: #000000;
}

.cart-page .cart-address.multi-address .add-new-address-btn {
  height: 100%;
}

.cart-page .cart-address.multi-address .choose-other-address {
  width: 100%;
  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;
  min-height: 120px;
}

.cart-page .cart-address.multi-address .choose-other-address .choose-address {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #006AAE;
}

.cart-page .payment {
  background: #F2F2F2;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cart-page .payment .product-cart-head {
  margin-bottom: 10px;
}

.cart-page .payment .payment-box .payment-box-form {
  padding: 10px 0;
}

.cart-page .payment .payment-box .payment-box-form .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control {
  height: 40px;
  background: #FFF;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 12px;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control::-moz-placeholder {
  font-size: 12px;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control:-ms-input-placeholder {
  font-size: 12px;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control::-ms-input-placeholder {
  font-size: 12px;
}

.cart-page .payment .payment-box .payment-box-form .form-group .form-control::placeholder {
  font-size: 12px;
}

.cart-page .contact-data {
  background: #F2F2F2;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cart-page .contact-data .product-cart-head {
  margin-bottom: 10px;
}

.cart-page .contact-data .contact-data-form {
  padding: 10px 0;
}

.cart-page .contact-data .contact-data-form .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.cart-page .contact-data .contact-data-form .form-group .form-control {
  height: 40px;
  background: #FFF;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-page .contact-data .contact-data-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control::-moz-placeholder {
  font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control:-ms-input-placeholder {
  font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control::-ms-input-placeholder {
  font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control::placeholder {
  font-size: 12px;
}

.cart-page .contact-data .contact-data-form .form-group .form-control.phone-number {
  text-align: left;
  direction: ltr;
}

.cart-page .product-cart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-page .product-cart-head p {
  margin-right: 10px;
  font-weight: bold;
}

.add_new_address .modal-content {
  border: 0;
  border-radius: 10px;
}

.add_new_address .modal-header {
  border: none;
  padding-bottom: 0;
}

.add_new_address .modal-header .modal-title img {
  width: 13px;
}

.add_new_address .modal-header .modal-title span {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  padding-right: 5px;
}

.add_new_address .modal-header .close-modal {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.add_new_address .modal-header .close-modal img {
  width: 12px;
}

.add_new_address .add-address-modal {
  padding: 0 15px;
}

.add_new_address .add-address-modal .add-address-heading {
  margin-top: 10px;
}

.add_new_address .add-address-modal .add-address-heading h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.add_new_address .add-address-modal .form-control {
  height: 40px;
  background: #FFF;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.add_new_address .add-address-modal .form-control::-webkit-input-placeholder {
  font-size: 12px;
}

.add_new_address .add-address-modal .form-control::-moz-placeholder {
  font-size: 12px;
}

.add_new_address .add-address-modal .form-control:-ms-input-placeholder {
  font-size: 12px;
}

.add_new_address .add-address-modal .form-control::-ms-input-placeholder {
  font-size: 12px;
}

.add_new_address .add-address-modal .form-control::placeholder {
  font-size: 12px;
}

.add_new_address .add-address-modal select {
  padding: 0px .75rem;
}

.add_new_address .add-address-modal .phone-box {
  position: relative;
}

.add_new_address .add-address-modal .phone-box .phone-number {
  text-align: left;
  direction: ltr;
  padding-left: 95px !important;
}

.add_new_address .add-address-modal .default {
  color: #000;
  margin: 10px 5px;
}

.add_new_address .add-address-modal .add-address-btn {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.add_new_address .add-address-modal .add-address-btn .btn-primary {
  width: 150px;
  height: 45px;
  margin-left: 15px;
}

.add_new_address .add-address-modal .add-address-btn .btn-outline-primary {
  width: 150px;
  height: 45px;
}

.add_new_address .modal-pattern {
  position: absolute;
  left: 0;
  bottom: 0;
}

.add_new_address .modal-pattern img {
  width: 60px;
}

.choose-address-modal .modal-content {
  border: 0;
  border-radius: 10px;
}

.choose-address-modal .modal-header {
  border: none;
  padding-bottom: 0;
}

.choose-address-modal .modal-header .modal-title img {
  width: 13px;
}

.choose-address-modal .modal-header .modal-title span {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  padding-right: 5px;
}

.choose-address-modal .modal-header .close-modal {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.choose-address-modal .modal-header .close-modal img {
  width: 12px;
}

.choose-address-modal .choose-address-inner .choose-address-box {
  padding: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  margin-bottom: 20px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top {
  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;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top .choose-address-box-right {
  width: 30%;
}

@media (max-width: 991px) {
  .choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top .choose-address-box-right {
    width: 80%;
  }
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top .choose-address-box-right .choose-address-right-head p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-top .choose-address-box-right .choose-address-text p {
  font-size: 14px;
  line-height: 25px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-bottom {
  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;
  margin-top: 15px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-bottom .default-checkbox label {
  color: var(--main-color);
  font-weight: bold;
  font-size: 14px;
}

.choose-address-modal .choose-address-inner .choose-address-box .choose-address-box-bottom .default-checkbox .checkbox .custom-checkbox {
  border: 1px solid var(--main-color);
}

.choose-address-modal .choose-address-inner .choose-address-btn {
  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;
}

.choose-address-modal .choose-address-inner .choose-address-btn .btn {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #D8D8D8;
  color: var(--main-color);
  font-weight: bold;
  font-size: 14px;
}

.choose-address-modal .choose-address-inner .choose-address-btn .btn:hover {
  background: #DDD;
}

.choose-address-modal .choose-address-inner .choose-address-btn .btn span {
  padding-right: 5px;
}

.complete-order-modal .modal-content {
  border: 0;
  border-radius: 8px;
}

.complete-order-modal .modal-body {
  min-height: 350px;
  padding: 20px 40px;
  background: url(../img/complete-order-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.complete-order-modal .complete-order-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.complete-order-modal .complete-order-inner img {
  width: 100px;
}

.complete-order-modal .complete-order-inner h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

.complete-order-modal .complete-order-inner p {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 30px;
  margin-bottom: 20px;
}

.complete-order-modal .complete-order-inner .complete-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.complete-order-modal .complete-order-inner .complete-order-btn .btn {
  width: 150px;
  height: 45px;
  margin-left: 15px;
}

.complete-order-modal .complete-order-inner .complete-order-btn .btn:last-child {
  margin-left: 0;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.form-group .form-control {
  height: 40px;
  background: #FFF;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group .form-control::-webkit-input-placeholder {
  font-size: 12px;
}

.form-group .form-control::-moz-placeholder {
  font-size: 12px;
}

.form-group .form-control:-ms-input-placeholder {
  font-size: 12px;
}

.form-group .form-control::-ms-input-placeholder {
  font-size: 12px;
}

.form-group .form-control::placeholder {
  font-size: 12px;
}

.default-label {
  background: #FFD4D7;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #970810;
}

.edit-address-btn {
  background: transparent;
  border: 0;
}

.edit-address-btn img {
  width: 18px;
}

.edit-address-btn span {
  font-size: 14px;
  color: #006AAE;
  padding-right: 5px;
  font-weight: 600;
}

.iti {
  width: 100%;
}

.iti__arrow {
  border-top-color: #1C1C1D !important;
}

.iti__selected-flag {
  direction: ltr !important;
  outline: none;
}

.iti__country-name {
  font-size: 12px;
}

.iti__arrow--up {
  border-bottom: none;
}

.iti__country-list {
  left: 0;
  right: auto;
  max-width: 290px;
  overflow-x: scroll !important;
}

/* tel responsive */
@media (max-width: 1024px) {
  .iti__country-list {
    left: 0;
    right: auto;
  }
}

@media (max-width: 576px) {
  .iti__country-list {
    right: 0;
    left: auto;
  }
}

.iti__country-name,
.iti__flag-box {
  margin-left: 6px;
}

.iti__country {
  direction: ltr;
  text-align: left;
}

.iti__arrow {
  border-top: 4px solid #fff;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent;
}

.fav-page {
  margin-bottom: 80px;
}

.aroma-packages-page {
  margin-bottom: 80px;
  margin-top: 30px;
}

.dash-page {
  padding-bottom: 50px;
}

.dash-page .dash-page-list {
  background: #FFF;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.16));
  margin-bottom: 30px;
  padding: 10px 0;
}

.dash-page .dash-page-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dash-page .dash-page-list ul li a {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5A5A5A;
  width: 100%;
}

.dash-page .dash-page-list ul li a:hover {
  background: #F2F2F2;
}

.dash-page .dash-page-list ul li a span {
  font-size: 14px;
  font-weight: 600;
  padding-right: 14px;
}

.dash-page .dash-page-list ul li.active a {
  position: relative;
  background: #F2F2F2;
}

.dash-page .dash-page-list ul li.active a:after {
  content: "";
  width: 5px;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  right: 0;
  top: 0;
}

.dash-page .dash-page-list ul li.active a span {
  font-weight: bold;
}

.dash-page .dash-page-list ul li:last-child a span {
  color: var(--main-color);
  font-weight: bold;
}

.dash-page .dash-page-list ul .line {
  width: 90%;
  margin: auto;
  height: 1px;
  background: #7B7B81;
  opacity: 0.30;
}

.dash-page .dash-box {
  background: #FFF;
  -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.dash-page .dash-box .dash-box-head {
  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;
}

@media (max-width: 575px) {
  .dash-page .dash-box .dash-box-head {
    -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;
  }
}

.dash-page .dash-box .dash-box-head .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dash-page .dash-box .dash-box-head .text p {
  font-size: 12px;
  color: #8C8C8C;
}

.dash-page .dash-box .dash-box-head .text p span {
  padding-right: 3px;
}

.dash-page .dash-box .dash-box-head .text .status {
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}

.dash-page .dash-box .dash-box-head .text .status.shipping-progress {
  background: #FFE8D5;
  color: #FF8800;
}

.dash-page .dash-box .dash-box-head .text .status.complete {
  background-color: #c9f7f5;
  color: #1bc5bd;
}

.dash-page .dash-box .dash-box-head .text .status.canceled {
  background: #FFCDD0;
  color: #FF0404;
}

.dash-page .dash-box .dash-box-head .text .status.paid {
  background-color: #c9f7f5;
  color: #1bc5bd;
}

.dash-page .dash-box .dash-box-head .time {
  font-weight: 600;
  font-size: 12px;
  color: #8C8C8C;
  direction: ltr;
}

.dash-page .dash-box .dash-box-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(123, 123, 129, 0.3);
}

.dash-page .dash-box .dash-box-product .dash-box-product-img {
  width: 89px;
  height: 66px;
  -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.16));
}

.dash-page .dash-box .dash-box-product .dash-box-product-text {
  margin-right: 10px;
  flex: 1;
}

.dash-page .dash-box .dash-box-product .dash-box-product-text .product-link {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dash-page .dash-box .dash-box-product .dash-box-product-text .price {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.dash-page .dash-box .dash-box-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 0;
}

@media (max-width: 575px) {
  .dash-page .dash-box .dash-box-foot {
    -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;
  }
}

.dash-page .dash-box .dash-box-foot .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.dash-page .dash-box .dash-box-foot .total p {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dash-page .dash-box .dash-box-foot .total span {
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--main-color);
  padding-right: 3px;
}

.dash-page .dash-box .dash-box-foot .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .dash-page .dash-box .dash-box-foot .action {
    margin-top: 5px;
  }
}

.dash-page .dash-box .dash-box-foot .action .btn {
  padding: 0 12px;
  min-width: 92px;
  height: 40px;
  margin-left: 10px;
}

.dash-page .dash-box .dash-box-foot .action .btn:last-child {
  margin-left: 0;
}

.dash-page .dash-box-btn {
  margin-top: 10px;
}

.dash-page .dash-box-btn .btn {
  width: 147.6px;
  height: 40px;
  margin-left: 15px;
}

.avatar-picture {
  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;
  margin: 20px 0;
}

.avatar-picture .image-input {
  position: relative;
  display: inline-block;
  border-radius: .42rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar-picture .image-input .image-input-wrapper {
  -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 17px rgba(0, 0, 0, 0.08);
  border: 3px solid #fff;
  background-image: url("");
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar-picture .image-input .btn {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  cursor: pointer;
  position: absolute;
  right: -10px;
  bottom: 0;
  color: #464e5f;
  background-color: #F2F2F2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: calc(1em + 1rem + 2px);
  width: calc(1em + 1rem + 2px);
}

.avatar-picture .image-input .btn input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.avatar-picture .image-input .btn .icon {
  font-size: 12px !important;
}

.avatar-picture .image-input .btn .icon:before {
  color: var(--main-color);
}

.rating-modal .modal-content {
  border: 0;
  border-radius: 5px;
}

.rating-modal .modal-content .modal-header {
  border: 0;
  padding-bottom: 0;
}

.rating-modal .modal-content .modal-header .close-modal {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-right: auto;
  cursor: pointer;
}

.rating-modal .modal-content .modal-header .close-modal img {
  width: 12px;
}

.rating-modal .modal-content p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.rating-modal .modal-content .jq-ry-container {
  margin: auto;
  margin-bottom: 30px;
}

.rating-modal .modal-content .sent-rate {
  margin: 15px auto;
  width: 80%;
}

.rating-modal .modal-content .sent-rate .btn {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
}

.rating-modal .modal-content .form-control {
  height: 100px;
}

.coupon-box {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.coupon-box .form-control {
  width: 100%;
  padding-left: 100px;
  height: 40px;
  background: #FFF;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
}

.coupon-box .btn {
  position: absolute;
  left: 10px;
  top: 5px;
  padding: 0;
  width: 80px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
}

.add-address-page .add-address-title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-address-page .add-address-title img {
  width: 13px;
}

.add-address-page .add-address-title span {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  padding-right: 8px;
}

.add-address-page .add-address-heading {
  margin-top: 10px;
}

.add-address-page .add-address-heading h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.add-address-page select.form-control {
  padding: 0px .75rem;
}

.add-address-page .default {
  color: #000;
  margin: 10px 5px;
}

.new-address-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.new-address-btn img {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
  width: 12px;
}

.new-address-btn span {
  padding-right: 7px;
}

.my-addresses-box .address-info {
  background: #FFF;
  padding: 16px;
  padding-bottom: 10px;
  min-height: 120px;
  -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
}

.my-addresses-box .address-info .address-info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.my-addresses-box .address-info .address-info-head p {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}

.my-addresses-box .address-info .address-info-text {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}

.my-addresses-box .address-info .address-info-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  height: 40px;
}

.my-addresses-box .address-info .address-info-foot .edit-address-btn {
  padding: 0 !important;
  margin-right: auto;
}

.my-addresses-box .address-info .address-info-foot .default-label {
  margin-bottom: 0;
}

.my-addresses-box .address-info .delete-address {
  padding: 0;
  background: transparent;
  border: 0;
  position: absolute;
  left: 15px;
  top: 10px;
}

.notifications-box .notif-head {
  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;
  margin-bottom: 20px;
}

.notifications-box .notif-head h5 {
  margin-bottom: 0;
  color: var(--main-color);
  font-size: 17px;
  font-weight: bold;
}

.notifications-box .notif-head p {
  color: #8C8C8C;
  font-size: 15px;
  font-weight: 600;
}

.notifications-box .notif-head p span {
  padding-left: 5px;
}

.notifications-box .notif-text {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}

.page-inner-head h5 {
  font-weight: bold;
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 30px;
  text-align: center;
}

.page-inner-text h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}

.page-inner-text p {
  color: #3e3e3e;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
}

.page-inner-text ul {
  margin-top: 10px;
}

.page-inner-text ul li {
  font-size: 13px;
  color: #3e3e3e;
  line-height: 30px;
  font-weight: 600;
  position: relative;
  padding-right: 15px;
}

.page-inner-text ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background: var(--main-color);
  border-radius: 50%;
}

.modal-open .complete-order-modal {
  background: rgba(0, 0, 0, 0.5);
}

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

.login-modal .modal-header {
  border: 0;
}

.login-modal .modal-header .close-modal {
  position: absolute;
  left: 20px;
  top: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-modal .login-inner {
  padding: 0 20px 20px;
}

.login-modal .login-inner .login-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-modal .login-inner .login-header h4 {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
}

.login-modal .login-inner .login-header p {
  color: #8C8C8C;
  text-align: center;
  font-size: 15px;
  padding: 0 5px;
}

.login-modal .login-inner .login-wrapper nav {
  margin-top: 20px;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs {
  border: 0;
  width: 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;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #FFF;
  border: 1px solid #D8D8D8;
  height: 45px;
  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;
  margin-left: 20px;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link:last-child {
  margin-left: 0;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link span {
  padding-right: 10px;
  font-size: 13px;
  color: #000000;
  font-weight: 600;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link.active {
  background: var(--main-color);
  border-color: var(--main-color);
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link.active span {
  color: #FFF;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link.active img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.login-modal .login-inner .login-wrapper .tab-content {
  padding-top: 20px;
}

.login-modal .login-inner .login-wrapper .tab-content .phone-number {
  padding-left: 94px !important;
  text-align: left;
}

.login-modal .login-inner .login-wrapper .tab-content .phone-number::placeholder {
  font-size: 14px;
}

.login-modal .login-inner .login-wrapper .tab-content .email-box {
  position: relative;
}

.login-modal .login-inner .login-wrapper .tab-content .email-box .form-control {
  padding-right: 40px;
}

.login-modal .login-inner .login-wrapper .tab-content .email-box img {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 20px;
}

.login-modal .login-inner .login-wrapper .tab-content .verification-code-input {
  display: none;
  width: 100%;
}

.login-modal .login-inner .login-wrapper .tab-content .verification-code-input .form-group {
  width: 100%;
}

.login-modal .login-inner .login-wrapper .login-btn-wrap {
  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;
}

.login-modal .login-inner .login-wrapper .login-btn-wrap .login-btn {
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
}

.login-modal .login-inner .login-wrapper .verification-code-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  display: none;
}

.login-modal .login-inner .login-wrapper .verification-code-number .reset-verification-code {
  background: transparent;
  border: 0;
  color: #006AAE;
  opacity: 0.80;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.login-modal .login-inner .login-wrapper .verification-code-number .reset-verification-code:disabled {
  color: #8C8C8C;
  text-decoration: none;
}

.login-modal .login-inner .login-wrapper .verification-code-number .timer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #006AAE;
  font-weight: bold;
}

footer {
  background: #FAFAFA;
  padding: 70px 0 0;
}

footer .footer-wrap {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  footer .footer-wrap {
    padding-bottom: 0;
  }
}

footer .footer-wrap .footer-col {
  width: 85%;
}

@media (max-width: 991px) {
  footer .footer-wrap .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  footer .footer-wrap .footer-col .logo {
    text-align: center;
  }
}

footer .footer-wrap .footer-col .logo img {
  width: 108px;
}

footer .footer-wrap .footer-col .store-info {
  margin-top: 30px;
}

footer .footer-wrap .footer-col .store-info > * {
  font-family: 'Cairo', sans-serif !important;
  color: #FFFFFF !important;
}

@media (max-width: 575px) {
  footer .footer-wrap .footer-col .store-info {
    text-align: center;
  }
}

footer .footer-wrap .footer-col .store-info p {
  font-size: 14px;
  color: #000000;
  line-height: 38px;
}

@media (max-width: 575px) {
  footer .footer-wrap .footer-list .footer-col {
    text-align: center;
    margin-top: 20px;
  }
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner h6 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner ul li {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  footer .footer-wrap .footer-list .footer-col .footer-col-inner ul li {
    margin-bottom: 10px;
  }
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner ul li a {
  color: #000000;
  font-size: 14px;
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner ul li a:hover {
  color: var(--main-color);
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-call-link {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-call-link {
    margin-bottom: 10px;
  }

  footer .footer-wrap .footer-list .footer-col .footer-col-inner  .footer-call {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-call-link a {
  font-size: 14px;
  color: #000000;
  margin-right: 8px;
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social {
  margin-top: 30px;
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul li {
  margin-left: 20px;
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul li:last-child {
  margin-left: 0;
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  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;
  /* background: #FFF; */
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul li a {
  background: -webkit-gradient(linear, left top, left bottom, from(#D4000C), color-stop(0), color-stop(50%, #D70B18), to(#BE000D));
  background: linear-gradient(to bottom, #D4000C, 0, #D70B18 50%, #BE000D 100%);
} */

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul li a img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul li.instagram a img {
  filter: none;
  border-radius: 50%;
}

footer .footer-wrap .footer-list .footer-col .footer-col-inner .footer-social ul li a:hover {
  transform: scale(1.1) rotate(360deg);;
}

footer .copyright {
  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;
  padding: 20px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.28);
}

@media (max-width: 575px) {
  footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .copyright p {
  font-size: 14px;
  color: #000000;
}

@media (max-width: 575px) {
  footer .copyright p {
    margin-bottom: 10px;
  }
}

footer .copyright div {
  font-size: 14px;
  color: #000000;
}

footer .copyright div a {
  text-decoration: underline;
  padding-right: 3px;
}

.loader-wapper {
  position: fixed;
  height: 100vh;
  background: #ffffffbd;
  z-index: 999;
  width: 100%;
  text-align: center;
  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;
  top: 0;
  right: 0;
}

.loader-wapper img {
  -webkit-animation: scale 0.9s linear forwards infinite;
  animation: scale 0.9s linear forwards infinite;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.swal2-styled.swal2-default-outline:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-title .error {
  font-size: 16px;
}

.swal2-title {
  font-size: 18px;
}

/* select2 */
.select2-container--default .select2-selection--single {
  border: 1px solid #d8d8d8;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
  color: #6c757d;
  padding-right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  left: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.select2-results__option {
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #970810;
}


.no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

.no-data h5 {
  font-size: 16px;
  color: #c5c5c5;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 500;
}

.form-group label.error {
  font-size: 12px;
  color: #ff000e !important;
}

.iti__selected-flag {
  height: 40px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  text-align: left;
  padding-left: 90px !important;
  direction: ltr;
}

/* loader */

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #970810;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* shopping cart Modal*/

.shopping-cart {
  margin: 20px 0;
  background: #FFF;
  width: 450px;
  border-radius: 3px;
  padding: 20px;
  position: absolute;
  z-index: 10000;
  left: 1px;
  top: 55px;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}


.shopping-cart .shopping-cart-header {
  /* border-bottom: 1px solid #E8E8E8; */
  padding-bottom: 5px;
}

.shopping-cart .shopping-cart-items {
  padding-top: 0px;
  margin-bottom: 15px;
  max-height: 230px;
  overflow: auto;
}

.shopping-cart .shopping-cart-items::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.shopping-cart .shopping-cart-items::-webkit-scrollbar-thumb {
  background: #DDD;
}

.shopping-cart .shopping-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-cart .shopping-cart-items li {
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  padding-top: 10px;
}

.shopping-cart .shopping-cart-item .cart-check {
  margin-left: 8px;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  margin-right: 8px;
  padding-left: 50px;
}

.shopping-cart .remove-product {
  background: transparent;
  border: 0;
  position: absolute;
  left: 10px;
  top: 22px;
  cursor: pointer;

  width: 20px;
  height: 20px;
  background: #474141;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.shopping-cart .remove-product img {
  width: 8px;
  filter: invert(0) brightness(5);
}

.shopping-cart .remove-product:hover {
  background: transparent;
  border-color: #474141;
}

.shopping-cart .remove-product:hover img {
  filter: none;
}

.shopping-cart .shopping-cart-items .item-price {
  color: #970810;
  margin-right: 8px;
  font-size: 14px;
}

.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
}

.shopping-cart .quantity-wrap {
  margin-top: 10px;
  margin-right: 8px;
}

.shopping-cart .cart-product-img {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

.shopping-cart .cart-product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover;
}

.share-product-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.share-product-sec h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.share-product-sec .share-product-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.share-product-sec .share-product {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .shopping-cart {
    top: auto !important;
    width: 280px;
    min-height: 100px;
    padding: 10px;
  }

  .shopping-cart .cart-product-img {
    width: 50px;
    height: 50px;
  }

  .shopping-cart .shopping-cart-item {
    align-items: flex-start;
  }

  .shopping-cart .shopping-cart-items .item-name {
    font-size: 12px;
    padding-left: 0;
    width: 80%;
    padding-top: 0;
  }

  .shopping-cart .shopping-cart-items .item-price {
    font-size: 12px;
  }

  .quantity-form .value-button {
    width: 20px;
    height: 20px;
    border-radius: 2px;
  }

  .quantity-form .value-button img {
    width: 10px;
  }

  .shopping-cart .remove-product {
    top: 17px;
    left: 8px;
  }

  .shopping-cart .remove-product img {
    width: 9px;
  }

  .shopping-cart-header .select-all label {
    margin-bottom: 0;
  }

  .shopping-cart .btn-primary {
    font-size: 12px;
    margin-left: 10px;
  }
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--main-color);
  border-color: var(--main-color);
  opacity: 0.7;
  pointer-events: none;
}

#toast-container>div {
  opacity: 1 !important;
  box-shadow: none !important;
}

#toast-container {
  right: 12px !important;
  bottom: 12px !important;
  top: unset !important;
}


/* add to cart animation */

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes grow {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1px);
  }
}
@keyframes drop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1px);
  }
}


.product-btns .btn-outline-primary.added .add-to-cart {
  display: none;
}
.product-btns .btn-outline-primary.added .added-to-cart {
  display: block;
}
.product-btns .btn-outline-primary.added .cart-icon {
  animation: drop 0.3s forwards;
  -webkit-animation: drop 0.3s forwards;
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.product-btns .btn-outline-primary.added .box-1,
.product-btns .btn-outline-primary.added .box-2 {
  top: 22px;
}
.product-btns .btn-outline-primary.added .tick {
  animation: grow 0.6s forwards;
  -webkit-animation: grow 0.6s forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.product-btns .btn-outline-primary .add-to-cart,
.product-btns .btn-outline-primary .added-to-cart {
  margin-left: 36px;
  font-size: 14px;
}

.product-btns .btn-outline-primary .added-to-cart {
  display: none;
  position: relative;
}

.product-btns .btn-outline-primary .add-to-cart-box {
  height: 5px;
  position: absolute;
  top: 0;
  width: 5px;
}

.product-btns .btn-outline-primary .box-1,
.product-btns .btn-outline-primary .box-2 {
  transition: 0.4s ease;
  top: -8px;
}

.product-btns .btn-outline-primary .box-1 {
  left: 23px;
  transform: rotate(45deg);
}

.product-btns .btn-outline-primary .box-2 {
  left: 32px;
  transform: rotate(63deg);
}

.product-btns .btn-outline-primary .cart-icon {
  left: 15px;
  position: absolute;
  /* top: 8px; */
}

.product-btns .btn-outline-primary .tick {
  background: #146230;
  border-radius: 50%;
  position: absolute;
  left: 28px;
  transform: scale(0);
  top: 5px;
  z-index: 2;
}

.cart-page .empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.cart-page .empty-cart img {
  width: 80px;
  height: 80px;
}

.cart-page .empty-cart p {
  font-size: 15px;
  color: #bfb7b7;
  margin-top: 11px;
}

.error-page .error-page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

.error-page img {
  width: 500px;
}

.error-page p {
  font-size: 16px;
  color: #000;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .error-page img {
      width: 80%;
      margin: auto;
  }
  .error-page p {
      font-size: 14px;
  }
}


.maintenance-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EFF5F4;;
}

.maintenance-page .error-page-img img {
  width: 450px;
}

.maintenance-page .error-page-inner {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.maintenance-page .error-page-inner img {
  width: 100px;
}

.maintenance-page .error-page-inner h5 {
  font-size: 28px;
  margin: 20px 0 10px;
  font-weight: 500;
  color: #970810;
  font-weight: 600;
}

.maintenance-page .error-page-inner p {
  color: #5E5E5E;
  font-size: 16px;
  line-height: 2;
}

.maintenance-page .error-page-inner .btn {
  border-radius: 30px;
  height: 42px;
  width: 150px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .maintenance-page .error-page-img {
      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;
  }

  .maintenance-page .error-page-img img {
      width: 300px;
  }

  .maintenance-page .error-page-inner {
      margin-top: 30px;
  }
}


header .header-bottom.header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80.5px;
  background: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
          box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

header.mobile .header-bottom-inner.header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80.5px;
  background: #FFF;
  z-index: 999;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
          box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

@media (max-width: 991px) {
  .page-inner.add-margin {
    padding-top: 50px;
  }
  .main-slider.add-margin {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .page-inner.add-margin {
    padding-top: 80.5px;
  }
  .main-slider.add-margin {
    padding-top: 80.5px;
  }

}

.profile-modal .modal-header {
  padding-left: 30px;
}

.profile-modal .modal-header h5 {
  font-size: 14px;
  font-weight: bold;
}

.profile-modal .modal-header .close-modal {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.profile-modal .modal-header .close-modal img {
  width: 12px;
}

.profile-modal .profile-modal-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-modal .profile-modal-btn .btn {
  width: 150px;
  height: 40px;
}

.header-pay {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin: 15px 0;
}

.header-pay span {
  margin-right: 10px;
}

.empty-favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}

.empty-favorites img {
  width: 150px;
}

.empty-favorites p {
  font-size: 14px;
  color: #bfb7b7;
  margin-top: 11px;
  font-weight: bold;
}

.footer-social .facebook {
  background: #1877f2;
}

.footer-social .twitter {
  background: #1da1f2;
}
/*
.footer-social .instagram {
  background: #7232bd;
} */

.footer-social .snapchat {
  background: #fffc00;
}

.pay-mobile {
  padding-top: 50px;
}

.pay-mobile .order-summary {
  width: 90% !important;
}

.pay-mobile .header-pay {
  margin: 30px 0;
  padding-right: 15px;
}

.capon_message {
  font-size: 13px;
  color: #16a085;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.message-page {
  padding: 50px 0;
}

.message-page .message-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-page .message-inner img {
  width: 100px;
}

.message-page .message-inner h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 10px;
}

.message-page .message-inner p {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 30px;
  margin-bottom: 0;
}

#error-msg {
  color: #F00;
  font-size: 12px;
  margin-top: 5px;
}

.products-wrapper .product-details .remaining-quantity {
  margin-top: 5px;
}

.products-wrapper .product-details .remaining-quantity label {
  font-weight: bold;
  font-size: 14px;
}

.products-wrapper .product-details .remaining-quantity span {
  font-size: 18px;
  color: var(--main-color);
  font-weight: bold;
  margin-top: 10px;
}

.evaluate-orders .dash-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.evaluate-orders .dash-box .dash-box-product .rate-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.products-wrapper .product-details .rate-number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.products-wrapper .product-details .rate-number img {
  width: 21px;
}

.products-wrapper .product-details .rate-number span {
  padding-right: 5px;
  font-size: 18px;
}

.done-rate {
  background: #FFE8D5;
  color: #FF8800;
  padding: 8px 10px;
  font-size: 11px;
}

.ship-number {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 6px;
}

.ship-number img {
  padding-left: 4px;
}

.ship-number span {
  font-weight: bold;
  padding: 0 4px;
}

.ship-number .review-star {
  padding: 0 5px;
}

.subscription-period .form-control {
  padding: 0 6px;
}

.quantity-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quantity-box .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity-box .price-bottom {
  font-size: 18px;
  color: var(--main-color);
  font-weight: bold;
  margin-top: 10px;
}

.quantity-box h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.quantity-box .quantity {
  margin-right: 47px;
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

.step-row {
  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;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .step-row {
    max-width: 100%;
  }
}

.cart-wrapper {
  max-width: 60%;
  margin: auto;
}

@media (max-width: 991px) {
  .cart-wrapper {
    max-width: 100%;
  }
}

.step-row:after {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 70%;
  width: 90%;
  height: 1px;
  background: var(--main-color);
  z-index: -1;
}

@media (max-width: 991px) {
  .step-row:after {
    width: 91%;
    left: 46%;
  }
}

/* @media (max-width: 575px) {
  .step-row:after {
    width: 91%;
  }
} */

.step-row .step {
  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;
}

.step-row .step .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  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;
  background: #FFF;
}

.step-row .step .circle span {
    color: var(--main-color);
}

.step-row .step .circle svg {
  width: 18px;
}

.step-row .step p {
  font-size: 16px;
  margin-top: 10px;
}

.step-row .step.active .circle {
  background: var(--main-color);
}

.step-row .step.active p {
  font-weight: bold;
}

.step-row .step.active .circle svg path {
  fill: #FFF;
}

.cart-wrapper .cart-img {
  margin-right: 0 !important;
}

.cart-wrapper .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-wrapper .price p {
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 0 !important;
}

@media (max-width: 575px) {
  .cart-wrapper .cart-box-left {
    width: 100%;
  }
}

.cart-wrapper .cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #DDD;
  padding: 15px 10px;
  margin-top: 10px;
  border-radius: 5px;
}

.cart-wrapper .cart-total .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-wrapper .cart-total .right p {
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
}

.cart-wrapper .cart-total .left {
  font-size: 20px;
}

.cart-wrapper .cart-total .left h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.cart-wrapper .cart-total .left h5 span {
  font-size: 12px;
}

.cart-wrapper .cart-total .left h5 span.total_cart_text {
  font-size: 18px;
}

.cart-wrapper .cart-step-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.cart-wrapper .cart-step-action .btn {
  min-width: 150px;
  border-radius: 5px;
  min-height: 35px;
}

.cart-page .cart-wrapper .cart-address.multi-address .address-box {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 15px;
}

@media (max-width: 1199px) {
  .cart-page .cart-wrapper .cart-address.multi-address .address-box {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (max-width: 575px) {
  .cart-page .cart-wrapper .cart-address.multi-address .address-box {
    grid-template-columns: 100%;
  }
}

.cart-page .cart-wrapper .coupon-box {
  margin-bottom: 20px;
}

.price-val.old-price {
  position: relative;
}

.price-val.old-price:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: var(--main-color);
}

.remove-n-product,
.remove-n-single-product {
    background: transparent;
    border: 0;
    position: absolute;
    left: 10px;
    top: 7px;
    cursor: pointer;
}


/*new */

@font-face {
    font-family: "DINNextLTArabic";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/DINNextLTArabic/DINNextLTArabic-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "DINNextLTArabic";
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/DINNextLTArabic/DINNextLTArabic-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "DINNextLTArabic";
    font-style: normal;
    font-weight: bold;
    src: url("../../fonts/DINNextLTArabic/DINNextLTArabic-Bold.ttf") format("truetype");
}

body {
    font-family: 'DINNextLTArabic', sans-serif !important;
}

header {
    box-shadow: inset 0 3px 0 0 #272121 !important;
}

header .header-bottom .header-bottom-inner .header-user-btns .dropdown-toggle,
header .header-bottom .header-bottom-inner .notifications-btn
{
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 36px;
    height: 36px;
    transition: all .2s ease-out;
}

header .header-bottom .header-bottom-inner .header-user-btns .dropdown-toggle:hover,
header .header-bottom .header-bottom-inner .notifications-btn:hover
{
    background: #272121;
    border-color: #272121;
}

/*header .header-bottom .header-bottom-inner .dropdown-toggle:hover svg path[fill],*/
/*header .header-bottom .header-bottom-inner .notifications-btn:hover svg path[fill]*/
/*{*/
/*    fill: #FFF;*/
/*}*/

header .header-bottom .header-bottom-inner .notifications-btn {
    border-radius: 50%;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.notifications-dropdown .dropdown-menu {
    min-width: 283px;
    text-align: start;
    left: unset !important;
    right: auto !important;
    transform: none !important;
    top: 60px !important;
    padding: 0;
}

.notifications-dropdown .dropdown-menu ul {
    max-height: 280px;
    overflow-y: scroll;
}

.notifications-dropdown .dropdown-menu ul .dropdown-item {
    white-space: normal;
    font-size: 13px;
    color: #524d4d;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.notifications-dropdown .dropdown-menu ul li:last-child .dropdown-item {
    border-bottom: 0;
}

.notifications-dropdown .all-notifications {
    display: block;
    padding: 10px;
    text-align: center;
    color: #333;
    background: #f3f3f3;
    font-size: 13px;
}


header .header-bottom .header-bottom-inner {
    position: relative;
}

header .header-bottom .header-bottom-inner .logo {
    position: absolute;
    inset-inline-end: 50%;
    transform: translateX(-50%);
}

header .header-bottom .header-bottom-inner .logo img {
    width: 123px;
}

header .user-dropdown .dropdown-menu {
    text-align: start;
    min-width: 200px !important;
    left: unset !important;
    right: auto !important;
    transform: none !important;
    top: 90px !important;
}

header .user-dropdown .dropdown-menu .user-dropdown-item span {
    font-size: 14px;
    color: #555555;
}

header .user-dropdown .dropdown-menu .line {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


header .header-bottom-inner .search-box-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header-user-btns {
    display: flex;
    align-items: center;
}

header .search-box-wrap .search-btn,
header .header-user-btns .user-login .btn
{
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 36px;
    height: 36px;
    transition: all .2s ease-out;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .search-box-wrap .search-btn:hover,
header .header-user-btns .user-login .btn:hover
{
    background: #272121;
    border-color: #272121;
}

header .search-box-wrap .search-btn:hover svg path[fill],
header .header-user-btns .user-login .btn:hover svg path[fill],
header .header-bottom .header-bottom-left .btn-gray:hover svg path[fill]
{
    fill: #FFF !important;
}

header .header-bottom .header-bottom-left .btn-gray:hover {
    background: #272121;
    border-color: #272121;
}

header .search-box-wrap .search-input {
    position: absolute;
    width: 250px;
    top: 43px;
}

header .search-box-wrap .search-input .form-control {
    color: #555;
    padding: 7px 12px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #eee;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
}

header .search-box-wrap .search-input .form-control::placeholder {
    font-size: 12px;
}

header .header-bottom .header-bottom-left .btn-gray {
    margin-right: 13px;
}

header .header-bottom {
    border-bottom: 1px solid #e5e5e5
}

header .header-bottom .header-bottom-inner {
    padding: 30px 0;
}

header .header-bottom.header-fixed .header-bottom-inner {
    padding: 20px 0;
}

@media (max-width: 991px) {
    header {
        display: block;
    }

    header .header-bottom .header-bottom-inner .logo img {
        width: 90px;
    }
}


@media (max-width: 1199px) {
    header .header-bottom .header-bottom-inner .logo {
        position: unset;
        inset-inline-end: 0;
        transform: translateX(0);
    }

    header {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 60px;
        background: #FFF;
        z-index: 999;
        -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    }

    header.mobile .header-bottom-inner.header-fixed {
        height: 60px;
    }

    header .header-bottom .header-bottom-inner {
        padding: 15px 0;
    }
}

@media (max-width: 1199px) {
    .page-inner {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {

    .product-section.add-margin {
        padding-top: 97.5px;
    }

    .page-inner.add-margin {
        padding-top: 97.5px;
    }

}

header .header-bottom.header-fixed {
    box-shadow: 0 1px 10px 2px rgba(0,0,0,.05);
    border: 0 !important;
}

@media (max-width: 991px) {
    header .header-bottom.header-fixed {
        transition: all 0.2s ;
    }

}

/* login modal */

@media (min-width: 576px) {
    #m_login_modal .modal-dialog {
        max-width: 400px;
    }
}


.login-inner-head {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.login-inner-head .icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #272121;
    border-radius: 50%;

}

.login-inner-head  h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
    margin-top: 18px;
    font-weight: 500;
}

.login-modal .login-inner .login-wrapper nav .nav-tabs .nav-link.active {
    border-color: #272121;
    background: #272121;
}

.login-modal .login-inner .login-wrapper .login-btn-wrap .login-btn,
.login-modal .login-inner .login-wrapper .activation-btn-wrap .btn-primary
{
    border-color: #272121;
    background: #272121;
    height: 33px;
    font-size: 13px;
    font-weight: normal;
}

.login-modal .login-inner .login-wrapper .login-btn-wrap .login-btn:hover,
.login-modal .login-inner .login-wrapper .activation-btn-wrap .btn-primary:hover
{
    background: #141010;
}


.product-section .product-section-row .head h6 {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    color: #272121;
}

.product-section .product-section-row .head .line {
    flex: 1;
    width: 100%;
    margin: 0 15px;
    height: 1px;
    background-color: #e5e5e5;
}

.product-section .product-section-row .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product-section .product-section-row .head .show_all {
    background-color: #fff;
    border: 1px solid #272121!important;
    color: #272121;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s cubic-bezier(.2,1,.3,1);
}

.product-section .product-section-row .head .show_all:hover {
    color: #FFF;
    background-color: #272121;
}

.product-box .product-box-desc .product-name {
    font-weight: normal;
}

/*@media (max-width: 1199px) {*/
/*    .product-section {*/
/*        margin: 100px 0 0;*/
/*    }*/
/*}*/

.product-box {
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.product-box:hover {
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.12);
}

.product-box .product-box-desc .product-name {
    padding: 0.5rem;
}

.product-box .product-box-desc {
    padding: 0;
}

.product-box .product-box-desc .product-box-footer {
    border-top: 1px solid #dfdfdf;
}

.product-box .product-box-desc .product-box-footer .price {
    padding: 0.5rem;
    font-weight: normal;
}

.product-box .product-box-img {
    height: 260px;
}

@media (max-width: 575px) {
    .product-box .product-box-img {
        height: 162px ;
    }
}

/*@media (max-width: 767px) {*/
/*    .product-box .product-box-img {*/
/*        height: 100%;*/
/*    }*/
/*}*/

.product-box .product-box-img img {
    object-fit: initial;
}


.product-box .product-box-desc .product-box-footer .add_to_cart {
    padding: 0.5rem 0.8em;
    border-inline-start: 1px solid #dfdfdf;
    border-radius: 0;
}

.product-box .product-box-desc .product-box-footer .add_to_cart:hover {
    background: #272121;
    border-inline-start: none;
}

.product-box .product-box-desc .product-box-footer .add_to_cart:hover img {
    filter: invert(1) brightness(10);
}


.testimonial {
    background: #FFF;
    padding-top: 0;
}

.testimonial .head h6 {
    color: #636363;
    font-size: 20px;
    font-weight: normal;
}

.testimonial-inner {
    max-width: 740px;
    margin: auto;
}

.testimonial-inner blockquote p {
    max-width: 340px;
    position: relative;
    padding: 1.2rem 1rem 1.5rem;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    border-radius: 5px;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.testimonial-inner blockquote p:after {
    content: "";
    position: absolute;
    right: 40px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.testimonial-inner blockquote p::before {
    content: "";
    position: absolute;
    right: 38px;
    bottom: -24px;
    border: 12px solid transparent;
    border-top-color: #d6d6d6;
    z-index: -1;
}

.testimonial-inner blockquote p span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-inner blockquote .author-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-inner blockquote .author-info > img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-inner blockquote .author-info .author-data {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-inner blockquote .author-info .author-data .rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.testimonial .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d8d8d8;
}

.testimonial .swiper-pagination-bullet-active {
    background: #272121 !important;
    width: 8px;
    border-radius: 50%;
}


@media (max-width: 767px) {
    .testimonial-inner {
        max-width: 100%;
    }

    .testimonial .testimonial-inner .swiper-wrapper {
        margin: auto !important;
    }

    .testimonial-inner blockquote p {
        max-width: 100%;
    }
}

.products-wrapper {
    background: #FAFAFA;
    padding: 15px 0;
}

.products-wrapper .product-slider .main-img-box .main-img {
    height: 457px;
}

@media (max-width: 575px) {
    .products-wrapper .product-slider .main-img-box .main-img {
        height: 300px;
    }
}

.products-wrapper .product-details .product-name {
    font-size: 23px;
    font-weight: 500;
    margin-left: 0;
    color: #5a5a5a;
}


.products-wrapper .product-details .price {
    font-size: 22px;
    color: #272121;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: normal;
}

.products-wrapper .product-details .remaining-quantity span {
    color: #272121;
    font-size: 16px;
}

.products-wrapper .product-details .remaining-quantity label {
    margin-bottom: 0;
}

.products-wrapper .product-details .remaining-quantity {
    margin-top: 10px;
}

.products-wrapper .ship-number {
    margin-bottom: 20px;
}

.products-wrapper .ship-number span.fa-stack {
    padding: 0 2px;
}

.products-wrapper .ship-number img {
    padding-inline-end: 1px;
    padding-left: 0;
}

.products-wrapper .product-details .remaining-quantity label {
    font-weight: normal;
}

.page-breadcrumb ul li.active {
    font-weight: normal;
}

.page-breadcrumb ul li img {
    margin-left: 0;
}

.products-wrapper .share-product-links {
    margin-top: 25px;
}

.products-wrapper .share-product-links div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.products-wrapper .product-info-boxs {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee!important;
    padding: 20px!important;
}

.products-wrapper .quantity-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.products-wrapper .quantity-box .left,
.products-wrapper .quantity-box .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.products-wrapper .quantity-box .right {
    border-bottom: 3px solid #f3f3f3;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.products-wrapper .quantity-box h4 {
    font-weight: normal;
}


.products-wrapper .quantity-box .price-bottom {
    margin-top: 0;
    color: #272121;
    font-weight: 500;
}

.quantity-wrap .quantity-form {
    border: 1px solid #dcdcdc;
    border-radius: 3px !important;
}

.quantity-wrap .quantity-form .value-button {
    width: 50px;
    height: 36px;
}

.quantity-wrap .quantity-form .value-button {
    background-color: transparent;
    box-shadow: none;
}


.quantity-wrap .quantity-form .quantity-input {
    min-width: 205px;
    height: 36px!important;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

@media (max-width: 575px) {
    .quantity-wrap .quantity-form .quantity-input {
        min-width: auto;
    }
}

.products-wrapper .product-details .product-btns {
    margin-top: 40px;
    margin-bottom: 0;
}

.products-wrapper .product-details .product-btns .btn-outline-primary {
    background: #272121;
    border-color: #272121;
    flex: 1;
    height: 40px !important;
}

.products-wrapper .product-details .product-btns .btn-outline-primary:hover {
    background: #141111;
    border-color: #141111;
}

.product-btns .btn-outline-primary .add-to-cart, .product-btns .btn-outline-primary .added-to-cart {
    margin: 0;
}

.products-wrapper .product-details .product-btns .add-fav {
    width: 35px;
    height: 35px;
    border-radius: 0;
    background-color: transparent;
}

.products-wrapper .product-details .product-btns .btn-gray.fav {
    background: transparent;
}

.products-wrapper .product-details .product-btns .btn-gray.fav svg path {
    fill: var(--main-color);
}

@media (max-width: 767px) {
    .products-wrapper .product-details .product-btns form {
        flex: none;
    }
}

.products-feedback .feedback-list .feedback-box {
    background-color: transparent;
    padding: 20px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .avatar {
    width: 35px;
    height: 35px;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info {
    margin-bottom: 0;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info h5 {
    font-weight: normal;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info .feedback-ckeck {
    background: #fcd34c;
    border-radius: 99px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    margin: 0 8px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .info .feedback-ckeck p {
    padding-right: 0;
    font-weight: normal;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-time {
    align-self: flex-start;
}

.products-feedback .feedback-list .feedback-box .feedback-info .feedback-info-right .feedback-info-text .rate {
    gap: 0 3px;
}

.products-feedback .feedback-list .feedback-box .feedback-text {
    padding-right: 44px;
}

.products-feedback .feedback-list .feedback-box {
    border-bottom: 1px solid #f1f1f1;
}

.dash-page .dash-box {
    box-shadow: none;
    border: 1px solid #eee;
    padding: 20px;
}

.avatar-picture .image-input .image-input-wrapper {
    width: 144px;
    height: 144px;
    box-shadow: none;
    border: 3px solid #eee;
    border-radius: 50%;
}

.avatar-picture .image-input .btn {
    left: 10px;
    right: unset;
    bottom: 0;
}

.btn-primary {
    background: #272121;
    border-color: #272121;
}

.btn-primary:hover {
    background: #000000 !important;
    border-color: #000000 !important;
}

.dash-page .dash-box-btn .btn {
    width: 100%;
}

.favorites-page .favorites-box {
    background: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px 25px;
    border: 1px solid #eee;
    padding: 15px;
}

@media (max-width: 767px) {
    .favorites-page .favorites-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.favorites-page .favorites-box .favorites-box-start {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.favorites-page .favorites-box .favorites-box-start .favorites-img {
    display: block;
    width: 75px;
    height: 75px;
}

.favorites-page .favorites-box .favorites-box-start .favorites-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorites-page .favorites-box .favorites-box-start h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    margin-inline-start: 8px;
    font-weight: normal;
    width: 70%;
}

.favorites-page .favorites-box .favorites-box-end {
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
}

.favorites-page .favorites-box .favorites-box-end .add_to_cart {
    padding: 5px 15px;
    color: #272121;
    border: 1px solid #272121;
    font-size: 12px;
    border-radius: 20px;
    background-color: transparent;
}

.favorites-page .favorites-box .favorites-box-end .add_to_cart:hover {
    color: #FFF;
    background-color: #272121;
}

.favorites-page .favorites-box .favorites-box-end .remove-favorites {
    border: 1px solid #f55157;
    border-radius: 50%;
    color: #f55157;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.favorites-page .favorites-box .favorites-box-end .remove-favorites:hover {
    background-color: #f55157;
}

.favorites-page .favorites-box .favorites-box-end .remove-favorites:hover svg path {
    stroke: #FFF;
}

.favorites-page .favorites-box .quantity-empty {
    background: #f9dfe2;
    color: #ed1f32;
    border-color: #f9dfe2;
    font-size: 12px;
    border-radius: 20px;
    padding: 5px 15px;
}


.cart-page .cart-boxs .cart-box {
    background: transparent;
    border: 1px solid #eee;
    padding: 15px;
    filter: none;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info h6 {
    font-weight: normal;
    text-shadow: none;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-product-info .price {
    color: #272121;
    font-weight: 500;
    font-size: 16px;
}

.cart-page .cart-boxs .cart-box .cart-box-right .cart-img {
    filter: none;
}

.step-row .step.active .circle {
    background: #474141;
    border-color: #474141;
}

.step-row .step .circle {
    border-color: #474141;
}

.step-row .step .circle span {
    color: #474141;
}

.step-row .step.active p {
    font-weight: normal;
}

.step-row:after {
    background: #474141 !important;
    height: 2px;
}

.cart-wrapper {
    max-width: 70%;
}

@media (max-width: 991px) {
    .cart-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .cart-page {
        margin-top: 80px;
    }
}

.cart-page .cart-boxs .cart-box .quantity-form .quantity-input {
    min-width: 100px;
    color: #888;
    font-weight: 500;
}

.cart-page .cart-boxs .cart-box .quantity-form .value-button img {
    filter: invert(1) brightness(10);
    width: 10px;
}

.cart-page .cart-boxs .cart-box .cart-box-left .remove-n-product {
    border: 1px solid #f55157;
    border-radius: 50%;
    color: #f55157;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    left: 15px;
    top: 15px;
}

.not-available {
    margin-top: 13px;
    color: #f55157;
    margin: 0 8px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .not-available {
        margin: 0 7px;
        font-size: 11px;
    }
}

.not-available-large {
    background-color: rgba(245,81,87,.05);
    border-radius: 50px;
    padding: 6px 20px 8px;
    color: #f55157;
    text-align: center;
    flex: 1;
    height: 40px !important;
}

/* footer */

footer {
    background-color: #474141;
    padding: 2rem 0 0;
}

footer .footer-wrap .footer-col {
    width: 100%;
}

footer .footer-wrap .footer-col .store-info {
    margin-top: 0;
}

footer .footer-wrap .footer-col .store-info p {
    font-size: 13px;
    color: #FFF !important;
    line-height: 1.8;
}

footer .footer-wrap .footer-col .store-info p span {
  color: #FFF !important;
}

footer .footer-wrap .footer-col .footer-col-head {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
}

footer .footer-wrap .footer-col .footer-col-head h5 {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
}

footer .footer-wrap .footer-col .footer-list ul li a {
    color: #FFF;
}

footer .footer-social {
    margin-top: 15px;
}

footer .footer-social ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

footer .footer-social li a span {
    color: #FFF;
    font-size: 12px;
}

.copyright {
    color: #8f8f8f;
    font-size: 14px;
    padding: 0.75rem 0;
    background-color: #FFF;
    width: 100%;
}


.copyright .copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.copyright p  {
    font-size: 13px;
}

.copyright div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.copyright div img {
    width: 45px;
}

[itemscope] {
    display: none;
}

footer .footer-wrap .footer-col .store-info {
    color: #FFF !important;
    font-size: 14px !important;
    line-height: 1.9;
}

footer .language {
    margin-top: 15px;
}

@media (min-width: 768px) {
    footer .language {
        display: none;
    }
}

footer .language .dropdown-toggle span {
    color: #FFF;
    padding-inline-start: 5px;
}

header .header-bottom .header-bottom-inner .currency {
    margin-left: 13px;

}

header .header-bottom .header-bottom-inner .currency .dropdown-toggle {
    font-size: 14px;
}

header .header-bottom .header-bottom-inner .language {
    margin-right: 16px;
}

header .header-bottom .header-bottom-inner .language .dropdown-toggle {
    font-size: 14px;
}

header .header-bottom .header-bottom-inner .language .dropdown-toggle:hover svg path,
header .header-bottom .header-bottom-inner .currency .dropdown-toggle:hover svg path
{
    fill: #888888 !important;
}

header .header-bottom .header-bottom-inner .currency .dropdown,
header .header-bottom .header-bottom-inner .language .dropdown {
    display: flex;
    align-items: center;
}

.products-wrapper .product-details .product-btns .btn-primary {
    height: 40px;
    flex: 1;
    font-weight: normal;
}

@media (max-width: 767px) {
    header .header-bottom .header-bottom-inner .language {
        display: none;
    }

    header .header-bottom .header-bottom-left .btn-gray {
        width: 30px;
        height: 30px;
    }

    header .search-box-wrap .search-btn,
    header .header-user-btns .user-login .btn,
    header .header-bottom .header-bottom-inner .header-user-btns .dropdown-toggle,
    header .header-bottom .header-bottom-inner .notifications-btn
    {
        width: 30px;
        height: 30px;
    }

    header .search-box-wrap .search-btn svg,
    header .header-user-btns .user-login .btn svg,
    header .header-bottom .header-bottom-inner .header-user-btns .dropdown-toggle svg,
    header .header-bottom .header-bottom-inner .notifications-btn svg
    {
        width: 15px;

    }

    header .header-bottom .header-bottom-left .btn-gray svg {
        width: 15px;
    }

    header .header-bottom .header-bottom-left .btn-gray {
        margin-right: 8px;
    }

    header .header-bottom .header-bottom-inner .currency {
        margin-left: 8px;
    }

    header .header-bottom .header-bottom-inner .notifications-btn {
        margin-right: 8px;
    }

    header .header-bottom .header-bottom-inner .currency .dropdown-toggle {
        font-size: 12px;
    }

    header .user-dropdown .dropdown-menu {
        top: 60px !important;
    }

    header .header-bottom .header-bottom-inner .logo img {
        width: 66px !important;
    }
}

.products-wrapper .share-product-links div .copy-link {
    margin-inline-start: 5px;
}

.payment-form-box {
    border: 1px solid #e9e9e9;
    padding: 0 15px 20px;
    margin: 25px auto 0;
    border-radius: 15px;
}

.payment-form-heading {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.payment-form-heading h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.payment-element-wrap {
    border: 1px solid #e9e9e9;
    padding: 10px;
    border-radius: 10px;
}

.products-wrapper .product-details .product-btns {
    gap: 10px;
}

.not-available-large {
    flex: 1 0 auto;
}

.notify-when-available {
    flex: 1 0 auto;
}

.notify-when-available form {
    width: 100%;
}

.notify-when-available .btn {
    border-radius: 50px;
    text-align: center;
    height: 40px !important;
    width: 100% !important;
    margin: 0 !important;
}

/*# sourceMappingURL=style.css.map */
