@import "base.css";
@font-face {
  font-family: "pelak";
  src: url("../fonts/pelak/woff/PelakFA-Regular.woff") format("woff"), url("../fonts/pelak/woff2/PelakFA-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pelak_light";
  src: url("../fonts/pelak/woff/PelakFA-light.woff") format("woff"), url("../fonts/pelak/woff2/PelakFA-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pelak_bold";
  src: url("../fonts/pelak/woff/PelakFA-Bold.woff") format("woff"), url("../fonts/pelak/woff2/PelakFA-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#searchInner, header .bag-num, .thumbnail-overlay, #searchOverlay, .nav-tabs .nav-link .cart-num, .style-tag .title-price-tag, .style-container-btn i, .style-container-btn span, .third-banner-container .third-banner-content, .category-container, .main-title, .btn-main-del, .btn-main3, .btn-main2, .btn-main1, header {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

img {
  max-width: 100%;
  height: auto;
}

body {
  text-align: right;
  background-color: #fff;
  color: #373737;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  z-index: 0;
  font-family: "pelak";
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.hide-items {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  body {
    font-size: 11px;
  }
}

a {
  text-decoration: none !important;
  color: #121212;
}

.family-light {
  font-family: "pelak_light";
}

.active_menu {
  background-color: grey;
}

i {
  transition: all 0.3s ease-in-out;
}
i.icon-Favorites-fill {
  color: #660033;
}

.btn-main2:hover i.icon-Favorites-fill {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: pelak_bold !important;
}

input {
  outline: none;
}

.border-gray {
  border: 1px solid #efefef;
}

.border-bottom-gray {
  border-bottom: 1px solid #efefef;
}

main.content {
  background: white;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 3px solid #603;
  transition: all 0.3s;
}

main.content.blur {
  filter: blur(6px);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  transition: all 0.3s ease;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07), 0 2px 0 rgba(0, 0, 0, 0.03);
}

.title-color {
  color: #000000 !important;
  font-weight: 700;
}

.text-color {
  color: #9F9F9F !important;
}

.main-color {
  color: #660033 !important;
}

.bg-main {
  background-color: #660033 !important;
}

.gray-color {
  color: #A9A9A9;
}

.btn-main1 {
  font-size: 1.1em;
  width: 150px;
  height: 50px;
  color: #660033;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.btn-main1:hover {
  color: #fff;
  background-color: #660033;
}

.btn-main2 {
  font-size: 1.1em;
  width: 150px;
  height: 50px;
  color: #660033;
  background-color: #fff;
  border: 1px solid #660033;
  transition: all 0.3s ease-in-out;
}
.btn-main2:hover {
  color: #fff;
  background-color: #660033;
}

.btn-main3 {
  font-size: 1.1em;
  width: 150px;
  height: 50px;
  color: #fff;
  background-color: #660033;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.btn-main3:hover {
  color: #660033;
  background-color: #fff;
  border: 1px solid #660033;
}

.btn-main-del {
  font-size: 1.1em;
  width: 150px;
  height: 50px;
  color: #fff;
  background-color: #EF394E;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.btn-main-del:hover {
  color: #fff;
  background-color: #660033;
}
.btn-main-del:hover {
  color: #EF394E;
  background-color: #fff;
  border: 1px solid #EF394E;
}

#mainBannerOwl .owl-item.active {
  padding-left: 0;
}

#blogOwl .owl-nav,
#mainBannerOwl .owl-nav,
#categoryOwl .owl-nav,
#styleOwl .owl-nav,
#bestSellingOwl .owl-nav {
  display: block !important;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px !important;
  border: none;
  outline: none;
  background-color: transparent !important;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -o-transform: translateY(-70%);
}

#blogOwl .owl-prev, #blogOwl .owl-next {
  top: 45%;
}

#mainBannerOwl .owl-next, #mainBannerOwl .owl-prev {
  left: 10px;
  border-radius: 50%;
  background: white !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainBannerOwl .owl-prev {
  left: auto;
  right: 10px;
}

.owl-prev.active:hover span,
.owl-next.active:hover span {
  color: #0b0b0b !important;
}

.default-color {
  color: #373737 !important;
}

.main-title {
  position: relative;
  color: #000000;
  font-weight: 700;
}
.main-title h2 {
  font-size: 1em;
}
.main-title:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: #000000;
}
.main-title:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #000000;
}

#contactBanner .main-title:before,
#contactBanner .main-title:after {
  width: 100%;
  background-color: #dfdfdf;
}

.category-container {
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.third-banner-container {
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.third-banner-container .third-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.style-container {
  position: relative;
}
.style-container-btn {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
}
.style-container-btn i, .style-container-btn span {
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.style-container-btn i {
  font-size: 19px !important;
}
.style-container-btn span {
  background-color: #660033;
  color: #fff;
}

.style-tag {
  position: relative;
  height: 40px;
}
.style-tag .title-price-tag {
  border-radius: 5px;
  flex-direction: column;
  position: absolute;
  top: -100%;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 350%;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.style-tag .title-price-tag span.main-color {
  position: relative;
}
.style-tag .title-price-tag span.main-color:before {
  position: absolute;
  content: "";
  top: -10px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background-color: #660033;
  transform: rotate(-30deg);
}

.blog-container {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.with-topLinePurple.fixed-content main.content {
  padding-top: 160px;
}
.with-topLinePurple main.content {
  padding-top: 160px;
}

.fixed-content main.content {
  padding-top: 115px;
}

main.content {
  padding-top: 140px;
}

#mainHeader {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  border-top: 3px solid #660033;
  z-index: 101;
  background: white;
  transition: all cubic-bezier(0.22, 0.72, 0.68, 0.81) 0.3s;
  -webkit-transition: all cubic-bezier(0.22, 0.72, 0.68, 0.81) 0.3s;
}
#mainHeader.move-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#mainHeader #backLine {
  position: relative;
}
#mainHeader #backLine:before {
  width: 95%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.fixed-content #mainHeader {
  position: fixed;
}

#mainFooter {
  position: relative;
  width: 100%;
}
#mainFooter .footer {
  background-color: #e8dfe3;
}

.footer-subtitle {
  position: relative;
  margin-bottom: 10px;
}
.footer-subtitle:before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  width: 50px;
  height: 1.5px;
  background-color: #000;
}

.owl-dots {
  margin: auto;
}
.owl-dots button {
  border: none;
  outline: none;
  border-radius: 100px;
  margin: 0 5px;
}
.owl-dots button span {
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
}

.dots-on-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.dots-on-slider .owl-dots .owl-dot.active span, .dots-on-slider .owl-dots .owl-dot:hover span {
  background-color: white !important;
}

#categoryOwl .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #000000;
}

.owl-theme .owl-dots .owl-dot:not(.active) span {
  background-color: #b6b8b8;
}

.product-container {
  position: relative;
}
.product-container-content {
  position: absolute;
  padding: 30px;
  left: 17%;
  right: 17%;
  margin: auto;
  height: 150px;
  background-color: #fff;
}
.product-container-content h1 {
  font-size: 2em;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #660033 !important;
}

.breadcrumb {
  font-size: 13px;
}

#parentFilterBoxes {
  display: none;
}
#parentFilterBoxes.show {
  display: block;
}
#parentFilterBoxes .dropdown-filter-item {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 112;
  padding: 20px;
  background: white;
  height: 250px;
  display: none;
  align-items: center;
  -webkit-align-items: center;
}
#parentFilterBoxes .dropdown-filter-item.show {
  display: flex;
}
#parentFilterBoxes .dropdown-filter-item .filter-image {
  width: 320px;
  margin-left: 10px;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}
#parentFilterBoxes .dropdown-filter-item .filter-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  left: 0;
  margin: auto;
}
#parentFilterBoxes .dropdown-filter-item ul {
  height: 200px;
}
#parentFilterBoxes .dropdown-filter-item .price-container {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
#parentFilterBoxes .dropdown-filter-item .price-container .main-option__custom-prices {
  font-size: 1em;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  margin: 4px 0;
  width: 264px;
  z-index: 1;
}
#parentFilterBoxes .dropdown-filter-item .price-container .main-option__custom-prices p {
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
#parentFilterBoxes .dropdown-filter-item .price-container .main-option__custom-prices .main-option__custom-prices_inputs {
  margin: 0;
  padding: 0;
  max-width: 330px;
  width: 100vw;
  display: -webkit-box;
  display: flex;
}
#parentFilterBoxes .dropdown-filter-item .price-container .main-option__custom-prices .custom-label {
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 0.875;
  letter-spacing: 0;
  align-self: flex-end;
  padding: 16px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: left;
}
#parentFilterBoxes .dropdown-filter-item .price-container .main-option__custom-prices .main-option__custom-prices_range-wrapper_input input[type=text] {
  font-size: 1.2em;
  color: #000;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  caret-color: #81d8d0;
  height: 1.125rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  outline: 0;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#parentFilterBoxes .dropdown-filter-item .price-container .main-option__custom-prices .main-option__custom-prices_range-wrapper_input label {
  font-size: 1em;
  color: #767676;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  height: 1.125rem;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
#parentFilterBoxes .main-option__custom-prices_submit {
  font-weight: 600;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  width: 144px;
  border: 1px solid #000;
  cursor: pointer;
  background: transparent;
  color: #000;
}
#parentFilterBoxes #selectionBox {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 145px;
  z-index: 112;
  display: none;
  padding-top: 20px;
}
#parentFilterBoxes #selectionBox.show {
  display: block;
}

.owl-carousel .owl-stage {
  padding-bottom: 15px;
}

#selectionItemsInLine .item {
  margin-bottom: 0;
  margin-left: 15px;
}

.item-with-before .item {
  font-size: 1em;
  font-weight: 600;
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  margin-bottom: 8px;
}
.item-with-before .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/times.svg);
  background-size: 20px;
  background-position: 0px -3px;
}

.checkbox-input-style:checked + .checkbox-style {
  background: #660033;
}

.checkbox-style {
  width: 9px;
  height: 9px;
  cursor: pointer;
  border: 1px solid #000;
  background-color: white;
}

.input-field, .material-input {
  position: relative;
  margin-top: 1.5rem;
}

.material-input {
  font-size: 0.875em;
  color: #000;
  line-height: 1.71;
}

.bottom-border-input {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  border-radius: 0;
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.bottom-border-input::placeholder {
  color: #a9a9a9;
}
.bottom-border-input:focus {
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
  color: #23272b;
  border-color: #23272b;
}
@media (max-width: 992px) {
  .bottom-border-input {
    font-size: 15px;
    letter-spacing: 2px;
  }
}

.product-menu li button {
  transition: all 0.2s ease-in-out;
}
.product-menu li button.active {
  position: relative;
  color: #000000 !important;
  font-weight: 700;
  width: max-content;
}
.product-menu li button:before {
  position: absolute;
  content: "";
  bottom: -7px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
}

.dropdown-toggle::after {
  border-top: 0.3em solid #882B4A !important;
}

.cat-btn:hover {
  color: #882B4A;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__minus,
.quantity__plus {
  display: block;
  width: 22px;
  height: 20px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
}

.quantity__minus {
  border-radius: 3px 0 0 3px;
  font-size: 1.4em;
  color: #000000;
}

.quantity__plus {
  border-radius: 0 3px 3px 0;
  color: #000000;
}

.quantity__input {
  width: 32px;
  height: 19px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  outline: none;
  background: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-link {
  font-size: 1.2em;
  color: #9F9F9F;
  border: none;
}
.nav-tabs .nav-link .cart-num {
  width: 20px;
  height: 20px;
  color: #fff;
}

.nav-link.active {
  position: relative;
  color: #000000;
  font-weight: 700;
  width: max-content;
}
.nav-link.active:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #660033;
}
.nav-link.active .cart-num {
  display: flex !important;
  background-color: #660033;
  border-radius: 5px;
}

.input-main {
  border: none;
  outline: none;
  border-bottom: 1px solid gainsboro;
  height: 50px;
  padding: 0 10px;
  font-size: 14px;
}
.input-main:focus {
  border-color: #660033;
}
.input-main::placeholder {
  color: #9F9F9F;
}

#searchCenter {
  border: 1px solid #9F9F9F;
  border-radius: 50px;
  height: 50px;
  padding: 0 15px;
}
#searchCenter::placeholder {
  color: #9F9F9F;
}

.before-signup {
  position: relative;
  overflow: hidden;
  width: max-content;
  z-index: 1;
  background-color: #fff;
}
.before-signup:before, .before-signup:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #9F9F9F;
  z-index: -1;
}
.before-signup:before {
  right: 50%;
}
.before-signup:after {
  left: 50%;
}

.title-main {
  position: relative;
  width: max-content;
}
.title-main:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -14px;
  right: 0;
  height: 2px;
  background-color: #660033;
}

.step-app .step-steps > li {
  background-color: #fff;
  color: #b9b9b9;
  stroke: #b9b9b9;
  list-style: none;
  flex: unset;
  transition: 0.3s ease-in-out;
}
.step-app .step-steps > li.active, .step-app .step-steps > li.done {
  background-color: #fff;
  color: #000000;
  stroke: #000000;
}
.step-app .step-steps > li:hover {
  background-color: #fff;
}

.step-app .step-content {
  border: 1px solid transparent;
  padding: unset;
}

.step-app .step-steps > li:nth-child(2):after,
.step-app .step-steps > li:nth-child(3):after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 0.5px;
  background-color: #dfdfdf;
  z-index: -1;
}
.step-app .step-steps > li:nth-child(2).active:after, .step-app .step-steps > li:nth-child(2).done:after,
.step-app .step-steps > li:nth-child(3).active:after,
.step-app .step-steps > li:nth-child(3).done:after {
  height: 1px;
  background-color: #373737 !important;
}

.step-app .step-steps > li:nth-child(2):after {
  right: 0;
}

.step-app .step-steps > li:nth-child(3):after {
  left: 0;
}

.step-app .step-steps > li:nth-child(3).active ~ .step-app .step-steps li:nth-child(2):after {
  height: 1px;
  background-color: #000000;
}

.deliver-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.deliver-radio .checkmark-radio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  background-color: #fdfdfd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* On mouse-over, add a grey background color */
.deliver-radio:hover input ~ .checkmark-radio {
  background-color: #fafafa;
  cursor: pointer;
}

/* When the radio button is checked, add a blue background */
.deliver-radio input:checked ~ .checkmark-radio {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.deliver-radio .checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.deliver-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.deliver-radio .checkmark-radio:after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.deliver-radio .checkmark-radio {
  border: 1px solid #660033;
}

.deliver-radio .checkmark-radio:after {
  background-color: #660033;
}

.input-check-container {
  direction: rtl;
  text-align: right;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.input-check-container input {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 13px;
  width: 13px;
  border-radius: 1px;
  border: 0.5px solid #afafaf;
}

/* On mouse-over, add a grey background color */
.input-check-container:hover input ~ .checkmark {
  background-color: #fafafa;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input-check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input-check-container .checkmark:after {
  left: 4px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: 0.5px solid #660033;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.faq-arrow-left {
  transition: all 0.3s;
}

.btn {
  font-size: 12px !important;
}

#mainHeader ul {
  list-style: none;
}

.main-header .nav-item {
  padding: 0 30px;
}
.main-header .nav-link {
  color: #000000;
  font-size: 13px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding-bottom: 12px;
}
.main-header .nav-link:before, .main-header .nav-link:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #660033;
  transition: width 0.2s ease-in-out;
}
.main-header .nav-link:before {
  left: 0;
}
.main-header .nav-link:after {
  right: 0;
}
.main-header .nav-link:hover:before, .main-header .nav-link:hover:after {
  width: 50%;
}

.has-child .nav-child-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100vw;
  background: white;
  display: none;
  border-top: 1px solid;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.has-child:hover .nav-child-box {
  display: block;
}

.sub-nav-inner > div:not(.sub-nav__img--half) {
  padding-right: 41px;
}
.sub-nav-inner h3 {
  font-size: 1.05em;
  color: #000;
  line-height: 1.71;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8px;
}

a.cta {
  color: #000;
  line-height: 1.71;
  font-weight: 400;
  font-style: normal;
  outline: none;
  border: 1px solid transparent;
}
a.cta .cta-content {
  position: relative;
  text-decoration: none;
  display: inline !important;
  pointer-events: none;
}
a.cta .cta-content .cta-text {
  outline: none;
  border: none;
  pointer-events: none;
}
a.cta .cta-content:before {
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#7F2F4A), to(#852f4b)) 0 100% no-repeat;
  background: linear-gradient(0deg, #7F2F4A, #852f4b) 0 100% no-repeat;
  background-color: none !important;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}
a.cta:hover .cta-content:before {
  width: 100%;
}
a.cta:hover .hover-cta {
  width: 100%;
}

.sub-nav-inner li a {
  display: inline-block;
  position: relative;
  font-size: 0.95em;
  margin: 5px 0;
}

.header__backdrop {
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 100%;
  position: fixed;
  top: 100px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.price_checkbox:checked + .checkbox-style {
  background: #660033;
}

.btn.btn-outline-dark.fill {
  background-color: #ff3155;
  color: #fff;
}
.btn.btn-outline-dark:hover svg.main-svg {
  fill: #ffffff;
}
.btn.btn-outline-dark:hover svg.main-svg .cls-1 {
  stroke: #ffffff;
}

.dark-btn {
  background: black;
  color: white;
  border: 1px solid black;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 8px 15px;
  font-weight: 500;
  cursor: pointer;
}

a.dark-btn:hover {
  color: white;
}

.header__backdrop {
  display: none;
}

.btn-back-style {
  position: relative;
  z-index: 6;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
}

.on-top-number {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  background: #7f2f4a;
  font-size: 9px;
}

.btn-back-style.active .on-top-number {
  color: #7f2f4a;
  background: white;
}

svg.main-svg {
  width: 20px;
}

.main-svg .cls-1 {
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 0.25px;
}

.menu-item {
  position: relative;
  width: max-content;
}
.menu-item:before, .menu-item:after {
  position: absolute;
  content: "";
  bottom: -15px;
  width: 0;
  height: 2px;
  background-color: #660033;
  transition: width 0.2s ease-in-out;
}
.menu-item:before {
  left: 0;
}
.menu-item:after {
  right: 0;
}
.menu-item:hover:before {
  width: 50%;
}
.menu-item:hover:after {
  width: 50%;
}

.header-side-inner {
  height: 100%;
  padding-top: 70px !important;
}

.after-arrow {
  position: relative;
}
.after-arrow:after {
  position: absolute;
  content: "";
  background: url(../images/svg/left-arrow.png) 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 12px;
  height: 12px;
}

.sub-nav__img {
  position: relative;
}
.sub-nav__img.sub-nav__img--half {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
}
.sub-nav__img.sub-nav__img--half .text-with-image {
  float: right;
  width: 100%;
}
.sub-nav__img .text-with-image {
  height: 100%;
  position: relative;
  display: block !important;
}
.sub-nav__img .text-with-image__image a {
  width: 100%;
}
.sub-nav__img img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.sub-nav__img .text-with-image__text.inset-left {
  text-align: right !important;
}
.sub-nav__img .text-with-image__text .content-tile {
  z-index: 2;
  padding: 2px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  background: transparent;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.sub-nav__img .text-with-image__text .content-tile .description {
  font-size: 1.1rem;
  line-height: 2;
  color: #000;
  font-weight: 300;
  font-style: normal;
  padding: 0 !important;
}
.sub-nav__img .text-with-image__text .content-tile .cta-link {
  padding-bottom: 8px;
  width: 100%;
  display: inline-block;
}
.sub-nav__img .text-with-image__text .content-tile .cta-link .cta {
  width: auto;
  margin: 4px 0 0;
}

.description {
  font-size: 12px;
  text-align: justify;
  line-height: 2;
  font-weight: 300;
  font-style: normal;
  padding: 0 !important;
}

.overlay-all {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: none;
}

#searchOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  transition: all 0.5s ease;
  display: none;
}

.overlay-mobile {
  height: 100%;
  width: 65%;
  right: -100%;
  position: fixed;
  z-index: 120;
  top: 0;
  background-color: white;
  transition: right 0.5s ease;
}

.easyzoom.easyzoom--overlay {
  z-index: 0;
}

.card-header {
  background-color: transparent !important;
}

.base-title {
  position: relative;
  width: max-content;
}
.base-title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14.5px;
  width: 100%;
  height: 2px;
  background-color: #660033;
}

.collapse-item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.collapsible-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-right: 10px;
  padding-left: 10px;
}
.collapsible-item.hide {
  max-height: 0 !important;
  transition: all 0.3s ease;
}
.collapsible-item.show {
  max-height: 100vh;
}

#productFilterBox {
  position: relative;
  padding: 10px 25px;
}
@media (max-width: 992px) {
  #productFilterBox {
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    width: 100%;
    z-index: 105;
    background: white;
    right: -105%;
    transition: right 0.3s;
    padding-bottom: 50px;
  }
  #productFilterBox.show {
    right: 0;
  }
}
#productFilterBox .close {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 40px;
  height: 40px;
}

.product_item.col-6 .style-tag .title-price-tag {
  top: -20px;
  left: 2%;
  right: 2%;
}

.collapsible-item button[data-toggle=collapse] .change-plus span.plus {
  display: none;
}
.collapsible-item button[data-toggle=collapse] .change-plus span.mines {
  display: block;
}
.collapsible-item button[data-toggle=collapse].collapsed .change-plus span.plus {
  display: block;
}
.collapsible-item button[data-toggle=collapse].collapsed .change-plus span.mines {
  display: none;
}

.search-box-special-sale {
  position: relative;
}
.search-box-special-sale .btn_search {
  position: absolute;
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

.rotate-90n {
  transform: rotate(90deg);
}

.circle-active {
  position: relative;
}
.circle-active:before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 4px;
  right: 0;
  left: 0;
  margin: auto;
  background: #660033;
}

.ais-grid-switchers-container {
  display: flex;
  align-items: center;
}
.ais-grid-switchers-container [class^=ais-grid-] {
  margin-left: 12px !important;
  opacity: 0.5;
}
.ais-grid-switchers-container [class^=ais-grid-].active {
  opacity: 1;
}
.ais-grid-switchers-container .ais-grid-1-col {
  width: 16px;
  height: 16px;
  border: 1px solid #a2a1a0;
}

.dashboard-items.active {
  position: relative;
}
.dashboard-items.active.referral span, .dashboard-items.active.referral i, .dashboard-items.active.referral div.ml-2, .dashboard-items.active.change-pass span, .dashboard-items.active.change-pass i, .dashboard-items.active.change-pass div.ml-2 {
  color: #fff !important;
  z-index: 1;
}
.dashboard-items.active.referral svg, .dashboard-items.active.change-pass svg {
  z-index: 1;
}
.dashboard-items.active.referral svg path, .dashboard-items.active.change-pass svg path {
  stroke: #fff !important;
}
.dashboard-items.active:before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -15px;
  width: 4px;
  height: 108%;
  z-index: 0;
  background-color: #660033;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.dashboard-items.active.referral:before, .dashboard-items.active.change-pass:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 116%;
  background-image: url("../images/svg/back2.svg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  top: 0;
  height: 35px;
}

.arrow-bottom {
  transition: all 0.4s ease;
}

.alert-shop-empty {
  padding: 8px 10px;
  text-align: center;
  background-color: #e9e9e9 !important;
  color: #a4a4a4;
}

#thumbnailOwl .item {
  transform: rotate(-90deg);
}

#thumbnailOwl .owl-stage-outer {
  overflow: inherit;
}

#thumbnailOwl .owl-next {
  top: 111px;
  left: -8px;
}

#thumbnailOwl .owl-prev {
  display: none;
}

.product-img {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.product-img-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateY(90deg);
  transition: all 0.8s;
}
.product-img:hover .product-img-hover {
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateY(0deg);
  opacity: 1;
}

.bag-shop-inner, .account-inner {
  position: fixed;
  top: 0;
  right: -370px;
  width: 370px;
  height: 100vh;
  background-color: #fff;
  z-index: 1001;
  transition: right 0.4s ease;
}
.bag-shop-inner .sidebar-feature, .account-inner .sidebar-feature {
  height: 150px;
  background-image: url(../images/svg/back2.svg);
  background-size: cover;
  background-position: center;
}
.bag-shop-inner .inner-items, .account-inner .inner-items {
  height: calc(100vh - 150px);
}
.bag-shop-inner .inner-items .inner-child-items, .account-inner .inner-items .inner-child-items {
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}
.bag-shop-inner .fixed-btn, .account-inner .fixed-btn {
  background: white;
  bottom: 0;
  right: 0;
  position: absolute;
  padding: 10px;
  width: 100%;
  border-top: 1px solid #eee;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.02);
}

.input-check-container {
  direction: rtl;
  text-align: right;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 30px;
  margin-bottom: 0;
}
.input-check-container input {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-check-container input:checked ~ .checkmark:after {
  display: block;
}
.input-check-container input:checked ~ .checkmark {
  background-color: #660033;
  border: 0.5px solid #660033;
}
.input-check-container .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 19px;
  width: 19px;
  border-radius: 4px;
}
.input-check-container .checkmark.some-active:after {
  border: 1px solid #fff;
  border-width: 0 0 2px 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.input-check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: 0.5px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.close-btn {
  position: absolute;
  top: 18px;
  left: 31px;
  cursor: pointer;
  color: #660033;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 2px;
  font-size: 32px;
}

.fixed-body {
  height: 100vh;
  overflow: hidden;
}

.three-dots {
  width: 10px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}
.three-dots .the-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2a2a2a;
}

.thumbnail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.thumbnail-overlay #moreDetailImage {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.thumbnail-overlay #moreDetailImage span {
  top: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

#mainBannerOwl .item {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
#mainBannerOwl .item source, #mainBannerOwl .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
#mainBannerOwl .item .banner-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

header .bag-num {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8em;
  padding-top: 3px;
  background-color: #660033;
}

#cart .quantity {
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #bfc3c7;
}

#signIn, #forgetPass2,
#signUp, #forgetPass1 {
  min-height: calc(90vh - 160px);
  display: flex;
  align-items: center;
}

#attachmentBox {
  position: relative;
  width: 100%;
}
#attachmentBox span {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
#attachmentBox #innerBoxes {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 1rem 1.5rem;
  border: 1px dashed #882b4a;
  background-color: rgb(255, 250, 251);
  border-radius: 0.475rem !important;
}

.svg-icon.svg-icon-primary {
  color: #882B4A;
}

#searchInner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.4s linear;
  z-index: 2000;
}

.category-container:hover {
  animation: shake 10.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.thumbnails .item {
  cursor: pointer;
}

.modal-images {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.modal-images .modal-header {
  width: 100%;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.modal-images .modal-body {
  height: calc(100vh - 60px);
  height: -webkit-calc(100vh - 60px);
}
.modal-images .thumbnail-images {
  width: 300px;
  position: relative;
  height: 100%;
  overflow: auto;
}
.modal-images .thumbnail-images .thumbnail-items {
  cursor: pointer;
  position: relative;
}
.modal-images .thumbnail-images .thumbnail-items:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
}
.modal-images .thumbnail-images .thumbnail-items.thumbnail-items--selected:before {
  content: none;
}

.del-addr {
  top: 13px;
  left: 20px;
}

.del-fav {
  top: 13px;
  right: 15px;
}

.main-btn {
  height: 30px;
  min-width: 80px;
  background: #660033;
  border: 1px solid #660033;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  justify-content: -webkit-center;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 3px;
}
.main-btn:hover {
  background: transparent;
  color: #660033;
}

.user-comment {
  width: 45px;
  height: 45px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border: 0.5px solid #eaeaea;
  border-radius: 50%;
}

.ticket-text {
  min-width: 200px;
  min-height: 100px;
  color: #515151;
  background: #f6f5f3;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  max-width: calc(90% - 120px);
  line-height: 1.8;
  border-radius: 10px;
  position: relative;
}

.admin-text .ticket-text:before {
  border-right-color: #f6f5f3;
  left: -10px;
}

.user-text .ticket-text:before {
  border-left-color: #f6f5f3;
  right: -10px;
}

.ticket-text:before {
  border: 6px solid transparent;
  position: absolute;
  content: "";
  top: 14px;
}

.ticket-detail {
  position: absolute;
  bottom: 0;
}

.tik-date {
  position: absolute;
  top: 0;
  bottom: 6px;
  margin: auto;
  width: 5px;
  height: 14px;
  border: 0.5px solid #444;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.admin-text .tik-date {
  right: -33px;
}
.admin-text .user-comment {
  width: 47px;
  height: 47px;
}

.user-text .tik-date {
  left: -33px;
}
.user-text .user-comment {
  width: 47px;
  height: 47px;
}

.success-tik {
  position: absolute;
  width: 20px;
  height: 53px;
  border: 8px solid var(--mainGreenAbedi);
  border-width: 0 7px 7px 0px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay-success-tik,
.overlay-exclamation {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-description {
  display: block;
  border: thin solid rgb(150, 17, 83);
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 1rem;
  color: rgb(102, 0, 51);
  background: #fffafb;
}
@media (max-width: 992px) {
  .payment-description {
    font-size: 0.85rem;
    line-height: 2;
  }
}

.w-fit_content {
  width: max-content;
  width: -moz-max-content;
}

.max-w-100 {
  max-width: 100% !important;
}

.payment-preview {
  display: block;
  border: thin solid #4a9611;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 1rem;
  color: #006617;
  background: #fafffa;
}
@media (max-width: 992px) {
  .payment-preview {
    font-size: 0.85rem;
    line-height: 2;
  }
}

.middle-banner-padding {
  padding-bottom: 125%;
}

.inner-middle-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inner-middle-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.change-position {
  position: absolute;
}

#videoBannerBox {
  width: 100%;
  position: relative;
}
#videoBannerBox video {
  position: absolute;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  #videoBannerBox video {
    position: relative;
  }
}

.half-banner {
  position: relative;
}
.half-banner .half-banner-image {
  height: 100%;
  width: 75%;
  position: relative;
}
.half-banner .half-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.half-banner .half-banner-detail {
  height: 100%;
  width: 35%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  padding: 20px 70px;
}
@media (max-width: 992px) {
  .half-banner .half-banner-detail, .half-banner .half-banner-image {
    width: 100%;
  }
  .half-banner .half-banner-detail {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .inner-middle-banner {
    position: relative;
    height: 250px;
  }
  .change-position {
    position: relative;
  }
  .change-position h2 {
    padding-top: 15px;
    font-size: 1.7rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .middle-banner-padding {
    padding-bottom: 28%;
  }
}
@keyframes shake {
  .76%, 6.84% {
    transform: translate3d(-1px, 0, 0);
  }
  1.52%, 6.08% {
    transform: translate3d(1px, 0, 0);
  }
  2.28%, 3.8%, 5.32% {
    transform: translate3d(-2px, 0, 0);
  }
  3.04%, 4.56% {
    transform: translate3d(2px, 0, 0);
  }
}
@media (max-width: 1200px) {
  #mainBannerOwl h1 {
    font-size: 4em;
  }
  .thumbnail-desktop {
    transform: rotate(90deg);
  }
  .dashboard-items.active:before {
    right: -17px;
  }
  .dashboard-items.active.referral:before, .dashboard-items.active.change-pass:before {
    left: -10px;
    right: -10px;
  }
  .product-container {
    margin-bottom: 100px;
  }
  .product-container-content {
    bottom: -45px;
    left: 15%;
    right: 15%;
    height: 180px;
  }
  .product-container-content h1 {
    font-size: 3em;
  }
  #blogOwl .owl-nav,
#categoryOwl .owl-nav,
#styleOwl .owl-nav,
#bestSellingOwl .owl-nav {
    display: none !important;
  }
  #blogOwl .owl-dots,
#categoryOwl .owl-dots,
#styleOwl .owl-dots,
#bestSellingOwl .owl-dots {
    display: block !important;
  }
  #blogOwl .owl-prev, #blogOwl .owl-next {
    top: 42%;
  }
  .third-banner-content h1 {
    font-size: 2em;
  }
  .main-title {
    font-size: 1.4em;
  }
}
@media (max-width: 992px) {
  main.content {
    padding-top: 70px;
    min-height: 100vh;
  }
  section#category {
    padding: 20px 0;
  }
  #headerRightBtns, #headerLeftBtn {
    width: auto;
  }
  #navbarHeader {
    position: fixed;
    width: 75%;
    height: 100%;
    top: 0;
    background: white;
    z-index: 100;
    right: -80%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #navbarHeader.show {
    right: 0;
  }
  #navbarHeader.show ~ #navbarHeaderBefore {
    display: block;
  }
  #navbarHeader ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 15px 0 !important;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  #navbarHeaderBefore {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100vw;
    height: 100vh;
  }
  .main-header .nav-item {
    padding: 8px 15px;
    font-size: 12px;
  }
  .main-header .nav-item.has-child {
    position: relative;
  }
  .main-header .nav-item.has-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    left: 20px;
    margin: auto;
    background: url("../images/left-arrow.png");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .main-header .nav-link {
    padding-bottom: 0;
  }
  .main-header .nav-link.active:before {
    content: none;
  }
  .main-header .nav-link:hover:before {
    content: none;
  }
  #closeMobileMenu {
    width: 40px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    border: none;
    background: transparent;
    margin-right: 15px;
    z-index: 2;
    margin-top: 8px;
  }
  #closeMobileMenu:before, #closeMobileMenu:after {
    position: absolute;
    width: 20px;
    content: "";
    top: 7px;
    right: 7px;
    height: 1px;
    background: black;
    margin: auto;
    bottom: 7px;
    left: 7px;
  }
  #closeMobileMenu:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #closeMobileMenu:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .has-child .nav-child-box {
    position: fixed;
    top: 0;
    right: -77%;
    width: 75%;
    background: white;
    display: none;
    z-index: 1;
    height: 100vh;
    padding-top: 9px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-top: none;
  }
  .has-child .nav-child-box.show {
    right: 0;
  }
  .sub-nav-inner > div:not(.sub-nav__img--half) {
    padding-right: 15px;
  }
  .back-child-menu {
    position: absolute;
    top: 0;
    right: 3px;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: 0.6;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: black;
  }
  #mainHeader #backLine:before {
    content: none;
  }
  .modal-images .thumbnail-images {
    height: auto;
    width: 100%;
  }
  .modal-images .thumbnail-items {
    margin: 0 2px;
  }
  .modal-images .thumbnail-items img {
    width: 60px !important;
  }
  #mainBannerOwl h1 {
    font-size: 3.5em;
  }
  .border-md-bottom {
    border-bottom: 1px solid #efefef !important;
    border-radius: 0 !important;
  }
  .dashboard-items.active:before {
    right: -7px;
  }
  .dashboard-items.active.referral:before, .dashboard-items.active.change-pass:before {
    left: -10px;
    right: -10px;
  }
  header {
    height: 70px;
  }
  .product-container {
    margin-bottom: 80px;
  }
  .product-container-content {
    bottom: -40px;
    left: 12%;
    right: 12%;
    height: 170px;
  }
  .product-container-content h1 {
    font-size: 2.2em;
  }
  #blogOwl .owl-prev,
#styleOwl .owl-prev,
#categoryOwl .owl-prev,
#bestSellingOwl .owl-prev {
    right: -32px;
  }
  #blogOwl .owl-next,
#styleOwl .owl-next,
#categoryOwl .owl-next,
#bestSellingOwl .owl-next {
    left: -32px;
  }
  .third-banner-content h1 {
    font-size: 1.5em;
  }
  .main-title {
    font-size: 1.2em;
  }
  .del-fav {
    right: auto;
    left: 15px;
  }
}
@media (max-width: 768px) {
  #mainBannerOwl h1 {
    font-size: 2.5em;
  }
  .thumbnail-desktop {
    transform: rotate(0);
  }
  #thumbnailOwl .item {
    transform: rotate(0);
  }
  .cart-num-mobile {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  .cart-del-add-mobile {
    position: absolute;
    bottom: 15px;
    left: 0;
  }
  .product-container {
    margin-bottom: 70px;
  }
  .product-container-content {
    bottom: -35px;
    padding: 10px;
    left: 12%;
    right: 12%;
    height: 110px;
    border: 1px solid #eaeaea;
  }
  .product-container-content h1 {
    font-size: 1.8em;
  }
  #blogOwl .owl-prev,
#styleOwl .owl-prev,
#categoryOwl .owl-prev,
#bestSellingOwl .owl-prev {
    right: -20px;
  }
  #blogOwl .owl-next,
#styleOwl .owl-next,
#categoryOwl .owl-next,
#bestSellingOwl .owl-next {
    left: -20px;
  }
  .main-title {
    font-size: 1.1em;
  }
}
@media (max-width: 576px) {
  #mainBannerOwl h1 {
    font-size: 1.7em;
  }
  .product-container {
    margin-bottom: 70px;
  }
  .product-container-content {
    bottom: -30px;
    padding: 10px;
    left: 10%;
    right: 10%;
    height: 70px;
  }
  .product-container-content h1 {
    font-size: 1.3em;
  }
  .main-title {
    font-size: 1em;
  }
  .third-banner-content h1 {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .dashboard-sidebar {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .flex-lg-1 {
    flex: 1 0 0;
  }
  section#buyProcess,
section#cart,
section#otherCart {
    min-height: calc(100vh - 398px);
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  #mainHeader {
    padding-top: 15px;
  }
  main.content {
    min-height: 100vh;
  }
}
@media (min-width: 1201px) {
  #mainBannerOwl h1 {
    font-size: 4em;
  }
  .thumbnail-desktop {
    transform: rotate(90deg);
  }
  .dashboard-items.active:before {
    right: -17px;
  }
  .dashboard-items.active.referral:before, .dashboard-items.active.change-pass:before {
    left: -10px;
    right: -10px;
  }
  .product-container {
    margin-bottom: 100px;
  }
  .product-container-content {
    bottom: -45px;
    left: 20%;
    right: 20%;
    height: 200px;
  }
  .product-container-content h1 {
    font-size: 3em;
  }
  #blogOwl .owl-prev,
#styleOwl .owl-prev,
#categoryOwl .owl-prev,
#bestSellingOwl .owl-prev {
    right: -40px;
  }
  #blogOwl .owl-next,
#styleOwl .owl-next,
#categoryOwl .owl-next,
#bestSellingOwl .owl-next {
    left: -40px;
  }
  .category-container {
    padding: 30px;
  }
  .main-title {
    font-size: 1.5em;
  }
  .third-banner-content h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1500px) {
  .category-container {
    padding: 45px;
  }
}
.banner-box {
  position: relative;
}
.banner-box .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.banner-box .banner-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner-box .banner-content {
  padding: 10% 15% 10% 15%;
}
.banner-box .banner-content .banner-detail {
  position: relative;
  width: 40%;
  margin: auto;
  background: white;
  padding: 10px;
}
@media (max-width: 992px) {
  .banner-box .banner-content {
    padding: 40% 0 10% 0;
  }
  .banner-box .banner-content .banner-detail {
    width: 60%;
    padding: 8px;
  }
  .banner-box .banner-content .banner-detail .title-color {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=style.css.map */
