/* Font Awesome Free 6.1.1 start */
.fa,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin,.fad,.fa-duotone,.fab,.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-bars::before {
  content: "\f0c9";
}
.fa-external-link-alt:before {
  content: "\f35d"
}
.fa-heart:before {
  content: "\f004"
}
.fa-link:before {
  content: "\f0c1"
}
.fa-map-marker:before {
  content: "\f041"
}
.fa-search:before {
  content: "\f002"
}
.fa-shopping-cart:before {
  content: "\f07a"
}
.fa-user:before {
  content: "\f007"
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("//cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/webfonts/fa-regular-400.woff2") format("woff2"), url("//cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/webfonts/fa-regular-400.ttf") format("truetype");
}

.far,.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("//cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/webfonts/fa-solid-900.woff2") format("woff2"), url("//cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/webfonts/fa-solid-900.ttf") format("truetype");
}

.fas,.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* Font Awesome Free 6.1.1 end */

html {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,.075) !important;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-primary:hover {
  background-color: #c82333;
  border-color: #c82333;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #c82333;
  border-color: #c82333;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,.075);
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #c82333;
  border-color: #c82333;
}

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

.page-link {
  color: #333333;
}
.page-link:hover {
  color: #000000;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,.075);
}
.page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
}
.page-item.disabled .page-link {
  color: #ccc;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,.075);
  border-color: #bbb;
}
.custom-control-input:checked~.custom-control-label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}

.input-spinner {
  width: 125px;
  flex-wrap: nowrap;
  display: inline-flex;
  vertical-align: middle;
}
.input-spinner input.form-control {
  text-align: center;
  max-width: 46px;
  font-weight: bold;
  flex-basis: 46px;
  border-color: #e4e4e4;
  flex-grow: 0;
}
.input-spinner .btn {
  width: 42px;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.password {
  -webkit-text-security: disc;
}

.tags {
  margin-bottom: .8rem;
}
.tags a {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 1rem;
  padding: 0 .8rem;
  color: rgba(0, 0, 0, .5);
  margin: 0 .2rem .5rem;
}
.tags a:hover {
  color: rgba(0, 0, 0, .7);
  background: #eee;
}
.tags a.arrow, .tags a.arrow:hover {
  padding: 0 .4rem;
  background: none;
}

.rating {
  display: inline-block;
  font-size: 80%;
}
.rating::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(90deg, #ffc016 var(--percent), #ccc var(--percent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-right: .25rem;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
}
.navbar.navbar-expand {
  background: #ff384f;
}
.navbar-expand .navbar-nav .nav-link {
  color: #eeeeee;
}
.navbar-expand .navbar-nav .nav-link:focus, .navbar-expand .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar.navbar-expand-lg {
  background: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #333333;
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000000;
}
.navbar-expand-lg .navbar-toggler {
  color: #333333;
  border-color: #333333;
  font-size: 1.7rem;
}
.navbar-expand-lg .navbar-toggler:focus, .navbar-expand-lg .navbar-toggler:hover {
  color: #000000;
  border-color: #000000;
}
.navbar-brand {
  color: #000000 !important;
  font-family: inherit;
  font-size: 1.25rem;
}

.widget-header a:hover, .widget-header:hover i {
  color: #000000;
}

.block-title {
  border-bottom: 2px solid #333333;
}
.block-title span {
  background: #333333;
  border-radius: .25rem .25rem 0 0;
  color: #ffffff;
  display: inline-block;
  padding: .4rem 1rem;
  margin-bottom: -2px;
}
.block-title .more {
  float: right;
  font-size: 1rem;
  color: inherit;
  font-weight: normal;
}

.item-sm, .item-md, .item-lg {
  padding: .4rem;
}
.item-sm .card, .item-md .card, .item-lg .card {
  height: 100%;
}
.card > a {
  display: block;
}
.card > a img {
  width: 100%;
}
.card.shadow-sm.border-0 > a img {
  border-radius: .25rem .25rem 0 0;
}
.card .title {
  display: block;
  color: #343a40;
  font-size: 85%;
  overflow: hidden;
}
.card .price {
  color: #d01345;
  line-height: 1.4;
}
.card del {
  color: #6c757d;
  font-size: 85%;
}
.card .discount {
  color: #d01345;
  font-size: 80%;
  margin-left: .4rem;
}
.card .volume {
  color: #343a40;
  line-height: 1.2;
  font-size: 80%;
  font-weight: 400;
}
.card .star {
  color: #ffc016;
}
.card .rating {
  display: block;
}
.item-md .card {
  -ms-flex-direction: row;
  flex-direction: row;
  padding: .2rem;
}
.item-md .img-wrap {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.item-md .card-body {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 0 0 .4rem;
}
.item-md .card .title {
  line-height: 1.2;
  height: 2rem;
  word-break: break-all;
}
.item-md .img-wrap img {
  border-radius: .2rem;
}
.item-sm .img-wrap img, .item-lg .img-wrap img {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.item-sm .card-body, .item-lg .card-body {
  padding: .1rem .4rem .4rem;
}
.item-lg .card .title {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sku-wrap {
  margin: 1rem 0 .8rem;
}
.sku-title {
  margin-bottom: .2rem;
}
.sku-values span {
  display: inline-block;
  box-shadow: inset 0 0 0 1px #e4e4e4;
  padding: .3rem .8rem;
  cursor: pointer;
  margin-right: .6rem;
  margin-bottom: .4rem;
  border-radius: .2rem;
}
.sku-values span:hover, .sku-values .active {
  box-shadow: inset 0 0 0 2px #333333;
}

.product-thumbs {
  width: 12%;
  flex: 0 0 12%;
}
.product-thumbs a {
  display: block;
  margin-bottom: .3rem;
  margin-right: .3rem;
  border: 2px solid transparent;
}
.product-thumbs a.active {
  border-color: #dc3545;
}
.product-thumbs img {
  width: 100%;
}
.product-images .swiper-pagination-fraction {
  left: auto;
  width: auto;
  right: 10px;
  color: #fff;
  background: rgb(204 204 204 / 60%);
  padding: 0 .6rem;
  border-radius: 1rem;
}
.product-info .rating {
  font-size: 100%;
}
.product-info .price {
  color: #d01345;
  font-weight: bold;
  font-size: 200%;
  vertical-align: middle;
}
.product-info del {
  color: #999;
  vertical-align: middle;
}
.product-info .saved {
  color: #d01345;
}
.product-info .discount {
  background: #ffd665;
  color: #222;
  font-size: 80%;
  margin-left: .4rem;
  padding: 0 .6rem;
}
.product-info .actions {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.product-info .actions .wishlist {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .product-info h4 {
    font-size: 1.2rem;
    margin-top: .4rem;
  }
  .product-info .actions {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .4rem;
    background: #fff;
    border-top: 1px solid #ddd;
    margin: 0;
    z-index: 1000;
  }
  footer {
    padding-bottom: 4.5rem !important;
  }
}

.post > h1 {
  text-align: center;
  margin: 2rem 0 4rem;
}

footer {
  background: #f8f9fa;
  border-top: 1px solid #e4e4e4;
  margin-top: 2rem;
  padding: 2rem 0 1rem;
}
.footer-link {
  margin-bottom: 1.5rem;
}
.footer-link h6 {
  margin-bottom: 1rem;
}
.footer-link a {
  display: inline-block;
  color: inherit;
}
.footer-nav {
  text-align: center;
  margin-bottom: .5rem;
}
.footer-nav a {
  color: inherit;
}
.footer-nav a:after {
  content: "|";
  margin: 0 .5rem;
  color: #ccc;
}
.footer-nav a:last-child::after {
  display: none;
}

html[lang="ar"] .product-thumbs a {
  margin-right: 0;
  margin-left: .3rem;
}