@import 'fontello.css';

.ps-block--logo {
  max-width: 250px;
  float: left;
}

* {
  font-style: normal !important;
}

i {
  font-style: normal !important;
}

.select2-container--default .select2-selection--single {
  height: 50px !important;
}

.select2-container {
  width: 100% !important;
}

.select2-selection {
  height: auto !important;
  padding: 10px 12px;
  border-radius: 6px !important;
  box-shadow: none;
  border-color: #E5E9EC !important;
}

.select2-selection .select2-selection__rendered {
  line-height: 1.5 !important;
  padding-left: 0 !important;
  color: #646464 !important;
}

.select2-selection .select2-selection__arrow {
  height: 41px !important;
}

.select2-selection.select2-selection--multiple {
  padding: 7px 12px !important;
  min-height: 0px !important;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered {
  margin-top: 3px;
  margin-bottom: -3px;
}


.select2-selection.select2-selection--multiple .select2-selection__rendered input {
  margin-top: 0 !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 10px 12px !important;
  border-radius: 6px !important;
  box-shadow: none;
  border-color: #E5E9EC !important;
  line-height: 19px;
}

.select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .select2-search__field:active {
  box-shadow: none !important;
  border-color: #E5E9EC !important;
  outline: none;
}

.select2-dropdown {
  padding: 10px 12px !important;
  border-color: #E5E9EC !important;
  border-top: 1px solid #E5E9EC !important;
  margin-top: 3px !important;
  border-radius: 6px !important;
}

.select2-dropdown--above {
  margin-top: -3px !important;
  border-bottom: 1px solid #E5E9EC !important;
}

.select2-selection__choice {
  margin-top: 0 !important;
  height: 19px !important;
  border: 0 !important;
  background: #FFD601 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.select2-selection__choice span {
  color: #fff !important;
}

.select2-container--default .select2-results__option .select2-results__option {
  border-radius: 6px;
  margin: 2px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #FFD601;
}


.categories-tags {
  transition: all 0.4s;
  text-align: center !important;
  border: 1px solid #eee;
  padding: 10px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1em !important;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 30px;
  width: 100%;
}

.categories-tags:hover {
  background-color: #ffd60a;
  color: #fff;
}

#homepage-4 .ps-home-banner>* {
  width: 100% !important;
}

#homepage-4 .ps-home-banner {
  max-height: 650px !important;
  height: auto;
  overflow: hidden;
}

.fullbanner img {
  margin-bottom: 25px;
  transition: all 0.5s;
}

.fullbanner img:hover {
  filter: brightness(0.8) saturate(0.8);
}

.site_features_banner {
  padding-left: 44px;
  padding-right: 44px;
  padding-bottom: 15px;
}

.below-slider {
  padding-left: 44px;
  padding-right: 44px;
  transition: all 0.5s;
}

.below-slider a:hover {
  scale: 1;
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.box-button {
  cursor: pointer;
  background-color: #ffd60a;
  display: flex;
  align-items: center;
  justify-content: left;
  flex: 23%;
  height: 150px;
  color: #fff;
  text-shadow: 0px 0px 1px rgb(255, 255, 255);
  transition: all 0.5s;
  position: relative;
  z-index: 99;
  font-size: 28px;
  font-weight: bold;
  word-break: break-all;
  word-spacing: 988px;
  padding-left: 25px;
  line-height: 27px;
}

@media only screen and (max-width: 768px) {
  .box-button {
    cursor: pointer;
    background-color: #ffd60a;
    display: flex;
    align-items: center;
    justify-content: left;
    flex: 23%;
    height: 60px;
    margin-top: 10px !important;
    color: #fff;
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    transition: all 0.5s;
    position: relative;
    z-index: 99;
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
    word-spacing: 988px;
    padding-left: 9px;
    line-height: 18px;
  }

  .women-color {
    background: linear-gradient(90deg, rgba(172, 5, 173, 1) 0%, rgba(176, 17, 154, 1) 36%, rgba(184, 0, 255, 1) 100%) !important;
  }

  .men-color {
    background: linear-gradient(90deg, rgba(34, 107, 195, 1) 0%, rgba(68, 189, 244, 1) 100%) !important;
  }

  .sport-color {
    background: linear-gradient(90deg, rgba(194, 195, 34, 1) 0%, rgba(57, 242, 82, 1) 100%) !important;
  }

  .kids-color {
    background: linear-gradient(90deg, rgba(228, 138, 59, 1) 0%, rgba(244, 161, 49, 1) 100%) !important;
  }
}

.box-button:hover {
  scale: 1;
  -webkit-transform: scale(1);
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}

.custom-tag-slider {
  padding-left: 44px;
  padding-right: 44px;
}

.custom-tag-slider img {
  width: 100% !important;
  padding-right: 10px;
  max-width: 160px !important;
}

.menu__action {
  margin-top: 9px !important;
}

.women-color {
  background: rgb(172, 5, 173);
  background: linear-gradient(90deg, rgba(172, 5, 173, 1) 0%, rgba(176, 17, 154, 1) 36%, rgba(184, 0, 255, 1) 100%);
  background-image: url('../img/1.png');
  background-position: right;
}

.men-color {
  background: rgb(34, 107, 195);
  background: linear-gradient(90deg, rgba(34, 107, 195, 1) 0%, rgba(68, 189, 244, 1) 100%);
  background-image: url('../img/2.png');
  background-position: right;
}

.sport-color {
  background: rgb(194, 195, 34);
  background: linear-gradient(90deg, rgba(194, 195, 34, 1) 0%, rgba(57, 242, 82, 1) 100%);
  background-image: url('../img/4.png');
  background-position: right;
}

.kids-color {
  background: rgb(228, 138, 59);
  background: linear-gradient(90deg, rgba(228, 138, 59, 1) 0%, rgba(244, 161, 49, 1) 100%);
  background-image: url('../img/3.png');
  background-position: right;
}

.section-title p {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #c0c0c0;
}

@media only screen and (min-width: 768px) {
  #homepage-4 .ps-home-feature {
    padding-bottom: 6rem;
    padding-left: 44px;
    padding-right: 44px;
  }

  .ps-new-arrivals {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.product_price {
  display: flex;
  align-items: center;
}

.price_prefix {
  margin-right: 10px;
}

.ps-product_one_price {
  width: 100%;
  font-size: 16px;
  justify-content: right;
  color: white !important;
}

.ps-product_old_price {
  width: 40%;
  justify-content: center;
  align-items: center;
  text-decoration: line-through;
  position: relative;
  z-index: 2;
}

.ps-product_old_price:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  transform-origin: bottom left;
}

.ps-product__price {
  width: 60%;
  justify-content: center;
}

.ps-product__price del {
  color: #fff;
  background-color: #fff;
  margin-right: 5px;
  color: #777;
  height: 100%;
  align-items: center;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  font-size: 0.7em !important;
}

.ps-product .ps-product__title {
  height: 95px;
  padding: 10px;
  font-size: 13px;
}

.ps-product .ps-product__content p {
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: right;
}

.ps-product .ps-product__content p.ps-product_old_price {
  color: #ccc !important;
}

.ps-product .ps-product__content .ps-product__price,
.ps-product_old_price,
.ps-product_one_price {
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
}

.ps-product {
  border: 1px solid #e3e3e3;
  padding: 5px;
}

.ps-product .ps-product__content {
  padding: 0em !important;
  width: 100%;
}

.ps-product p {
  margin-bottom: 2px !important;
}

.ps-site-partners {
  padding: 4em !important;
  max-height: 325px;
  height: auto;
  overflow: hidden;
}

.banner-padding {
  transition: all 0.5s;
  padding-top: 25px;
}

.banner-padding:hover {
  scale: 1;
}

.ps-collection {
  transition: all 0.5s;
}

.ps-collection:hover {
  scale: 1;
}

.product_price del {
  color: #777;
  font-size: 0.7em;
  margin-right: 20px;
}

.product_price {
  font-size: 1.6em;
}

.navigation {
  display: block !important;
  padding-bottom: 0px !important;
}

.navigation__left {
  height: auto;
}

.menu>li>a {
  font-size: 12px;
}

.menu>li {
  padding-right: 20px;
  padding-left: 20px;
}

.menu>li:last-child:after {
  width: 0px;
}

.navigation__right {
  height: 60px;
}

.header--2-full .navigation .menu {
  display: inline-block;
}

#loader-wrapper {
  display: none !important;
}

.header .ps-search-btn {
  width: 30px;
}

.ps-cart__toggle {
  width: 30px;
}

.search {
  position: relative;
}

.search .fa-search {
  position: absolute;
  top: 22px;
  right: 30px;
}

.searchbox {
  border-radius: 15px;
  margin-top: 5px;
  background: #fff;
}

.header .header__actions .header__login {
  padding: 0 2rem;
  line-height: 0;
}

.header--2 .navigation__left a {
  vertical-align: middle;
}

.lang,
.currency {
  margin-top: 0px;
}

.dropdown-main_menu {
  font-size: 12px;
  background: #fff !important;
}

.dropdown-menu {
  z-index: 9999999;
}

.dropdown-item {
  font-size: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #222222;
  color: #fff;
}

.lang {
  float: left;
  padding-left: 15px;
  padding-top: 3px;
}

.lang a {
  margin-left: 6px;
}

.dropdown,
.currency .dropdown {
  float: right;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.pm_add_to_cart {
  display: block;
  height: 40px;
  padding: 1rem;
  font-size: 1.3rem;
  text-align: center;
  color: #777;
  line-height: 2rem;
  background-color: #eee;
}

.pm_add_to_cart i {
  padding-right: 15px;
}

.bs-title {
  padding-top: 25px;
}

.ps-offers {
  background: url('../img/offers-bg.jpg') no-repeat center center fixed;
  background-size: contain;
}

.ps-offers img {
  margin: 0px !important;
}

.ps-offers .ps-product {
  background-color: #fff;
  float: right;
}

.ps-offers .ps-section__header {
  padding-top: 40px;
}

.ps-offers .ps-product .product-btns a {
  display: inline-block;
  height: 40px;
  width: auto;
  padding: 1rem 5px;
  font-size: 16px;
  text-align: center;
  color: #dab80c;
  line-height: 2rem;
  background-color: transparent;
}

.ps-cart__listing {
  text-align: left !important;
}

.ps-cart__footer a {
  background: #ffd60a;
  color: #fff !important;
  margin: 0 !important;
}

.ps-cart__footer {
  background-color: #ccc;
}

.ps-cart-item__content p i {
  color: #000;
}

.listing-categories .box-button {
  margin-top: 10px !important;
}

.listing-slider {
  margin-top: 20px;
}

.ps-cart__footer a {
  width: 100%;
}

.side-listing .ps-product__content {
  padding-top: 0px !important;
}

.sub-btn {
  width: 49% !important;
  float: right;
  margin-right: 2px;
  margin-left: 2px;
}

.heart {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-image: url('https://abs.twimg.com/a/1446542199/img/t1/web_heart_animation.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2900%;
  transition: none !important;
}

.heart:hover {
  background-position: right;
}

.heart-fav {
  background-position: right !important;
}

.is_animating {
  animation: heart-burst 0.8s steps(28) 1;
}

.is_animating_rev {
  animation: heart-burst-rev 0.8s steps(28) 1;
}

@keyframes heart-burst {
  from {
    background-position: left;
  }

  to {
    background-position: right;
  }
}

@keyframes heart-burst-rev {
  from {
    background-position: right;
  }

  to {
    background-position: left;
  }
}

.ps-instagram {
  margin-top: 30px;
  max-height: 390px;
}

.ps-instagram .owl-item img {
  max-height: 350px;
}

.colornaming {
  margin-right: 15px;
}

.ps-product .ps-product__thumbnail {
  overflow: hidden;
  min-height: 38vh;
}

.ps-product .ps-product__thumbnail img {
  height: auto;
  display: block;
  width: auto;
}

.ps-count {
  margin-right: 15px;
}

.clmfooter {
  display: flex;
  align-items: center;
}

.ps-cart__listing {
  width: 500px !important;
  right: 0 !important;
  left: auto;
}

.show-cart td {
  height: 50px !important;
  padding-left: 15px;
}

.clear-cart {
  background-color: #222222 !important;
}

.clear-cart:hover {
  background-color: #171717 !important;
}

.checkout {
  background-color: #ffd60a !important;
}

.checkout:hover {
  background-color: #852d28 !important;
}

.ps-cart__footer a {
  border-radius: 0px;
  float: right;
  width: 50%;
}

.show-cart-table {
  width: 100%;
}

.topbar {
  background: rgb(10, 10, 10);
  background: linear-gradient(180deg, rgba(10, 10, 10, 1) 0%, rgba(27, 27, 27, 1) 100%);
  height: 43px;
  padding: 0.7rem 6rem;
}

.topdate {
  float: left;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  padding-top: 4px;
}

.topbuttons {
  margin-top: 2px;
  text-align: center;
}

.topbuttons a {
  font-weight: bold;
  font-size: 14px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1.5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 1.5s infinite ease-in-out;
  /* IE */
  animation: blink normal 1.5s infinite ease-in-out;
  /* Opera */
}

.topbuttons a:hover {
  font-size: 10px;
  -moz-animation: 0;
  /* Firefox */
  -webkit-animation: 0;
  /* Webkit */
  -ms-animation: 0;
  /* IE */
  animation: 0;
  /* Opera */
  color: rgba(255, 255, 255, 1);
}

.topbuttons a::after {
  content: '\f006';
  font-family: 'fontawesome';
  margin-left: 10px;
  margin-right: 10px;
}

.topbuttons a:last-child::after {
  content: '';
}

@keyframes blink {
  0% {
    color: rgba(255, 0, 0, 1);
  }

  50% {
    color: rgba(255, 0, 0, 0.5);
  }

  100% {
    color: rgba(255, 0, 0, 1);
  }
}

@-webkit-keyframes blink {
  0% {
    color: rgba(255, 0, 0, 1);
  }

  50% {
    color: rgba(255, 0, 0, 0.5);
  }

  100% {
    color: rgba(255, 0, 0, 1);
  }
}

.owl-item {
  height: 0;
}

.owl-item.active {
  height: auto;
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdownlogin {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 55px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block !important;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdownlogin:hover .dropdown-content {
  display: block;
}

.dropdownlogin:hover .dropbtn {
  background-color: #3e8e41;
}

.shakeit {
  animation: shake 0.5s;
  animation-iteration-count: initial;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

#loginmessage {
  background-color: #b53d27;
  color: #fff !important;
  width: 80%;
  margin: auto;
  margin-bottom: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

#loginmessage p {
  color: #fff;
}

.ps-account {
  position: relative;
}

.ps-form--account {
  background-color: #fff;
}

.ps-account::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url('../img/p-bf.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: -99999;
  filter: grayscale(100%);
}

.calling_code input {
  width: 100%;
}

.calling_code select {
  width: 45% !important;
  float: left;
  margin-right: 10px;
}

.calling_code label {
  display: block;
}

.registermessage {
  margin-bottom: 30px;
}

.registermessage p {
  padding-left: 60px;
  font-size: 12px !important;
  border-radius: 20px;
  background-color: #b53d27;
  color: #fff;
  width: 80%;
  margin: auto;
  margin-top: 5px;
}

.ps-fav-btn span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-style: normal;
  color: #222;
}

.ps-fav-btn span {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  z-index: 100;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.header--2 .header__actions .ps-fav-btn span {
  background-color: #222;
}

.header--2 .header__actions .ps-fav-btn span i {
  color: #fff;
}

.tata.top-right {
  margin-top: 80px;
}

.tata .tata-title {
  color: #fff;
}

.tata .tata-text {
  color: #f7f7f7;
  font-size: 0.7em !important;
}

.wish_discount {
  text-decoration: line-through;
}

.total-prefix {
  margin-left: 10px;
}

.tax-cart {
  margin-right: 10px;
  font-size: 12px;
  color: #777;
  margin-top: 3px;
}

.redirect_message {
  margin-bottom: 30px;
  background-color: #852d28;
  color: #fff;
  border-radius: 10px;
  padding-left: 10px;
}

.redirect_message_success {
  margin-bottom: 30px;
  background-color: #04aa6d;
  color: #fff;
  border-radius: 10px;
  padding-left: 10px;
}

.redirect_message_success p {
  color: #fff !important;
  font-size: 12px;
}

.redirect_message p {
  color: #fff;
  font-size: 12px;
}

.saved_address p {
  color: #000;
  font-weight: lighter;
  font-size: 12px;
}

.saved_address span {
  color: #000;
  font-size: 12px;
  text-align: justify;
}

.icon-heart3 {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .ps-breadcrumb {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.ps-block_desc_cart {
  margin-top: 25px;
}

.ps-block--cart-address {
  border: 1px solid #eee;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 25px;
  margin-bottom: 5px;
}

.ps-block--cart-address h3 {
  font-weight: 400;
  font-size: 2rem;
}

.ps-block--cart-address p {
  margin-bottom: 15px;
}

.ps-block__address label {
  color: #000;
}

.shipping-section {
  color: #000;
}

.shipping-section i {
  padding-right: 10px;
}

.ps-block--cart-summary {
  border: 1px solid #eee;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 25px;
}

.ps-block--cart-summary h3 {
  margin-bottom: 2rem;
}

.payment_message {
  display: none;
  position: absolute;
  width: 50%;
  top: 100px;
  left: 320px;
  z-index: 99999999;
}

.payment_message p {
  color: #fff;
}

.payment_message i {
  padding-right: 10px;
}



.forgot_password {
  margin-top: 12px;
}

.forgot_password a {
  color: #ffd60a;
}

.ps-form--register .submit .ps-btn {
  margin-bottom: 2px;
  margin-top: 12px;
  border-radius: 10px;
}

.ps-block--logo {
  max-width: 100%;
  width: 100%;
  float: left;
}

.categories-tags {
  transition: all 0.4s;
  text-align: center !important;
  border: 0px solid #eee;
  padding: 5px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 20px;
}

.categories-tags:hover {
  background-color: #ffd60a;
  color: #000;
}

#homepage-4 .ps-home-banner {
  padding: 1rem 1rem;
}

#homepage-4 .ps-home-banner>* {
  width: 100% !important;
}

.fullbanner img {
  margin-bottom: 25px;
  transition: all 0.5s;
}

.fullbanner img:hover {
  filter: brightness(0.8) saturate(0.8);
}

.site_features_banner {
  padding-left: 44px;
  padding-right: 44px;
  padding-bottom: 15px;
}

.below-slider {
  padding-left: 44px;
  padding-right: 44px;
  transition: all 0.5s;
}

.below-slider a:hover {
  scale: 1;
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.box-button {
  cursor: pointer;
  background-color: #ffd60a;
  display: flex;
  align-items: center;
  justify-content: left;
  flex: 23%;
  height: 150px;
  color: #fff;
  text-shadow: 0px 0px 1px rgb(255, 255, 255);
  transition: all 0.5s;
  position: relative;
  z-index: 99;
  font-size: 28px;
  font-weight: bold;
  word-break: break-all;
  word-spacing: 988px;
  padding-left: 25px;
  line-height: 27px;
}

@media only screen and (max-width: 768px) {
  .box-button {
    cursor: pointer;
    background-color: #ffd60a;
    display: flex;
    align-items: center;
    justify-content: left;
    flex: 23%;
    height: 60px;
    margin-top: 10px !important;
    color: #fff;
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    transition: all 0.5s;
    position: relative;
    z-index: 99;
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
    word-spacing: 988px;
    padding-left: 9px;
    line-height: 18px;
  }

  .women-color {
    background: linear-gradient(90deg, rgba(172, 5, 173, 1) 0%, rgba(176, 17, 154, 1) 36%, rgba(184, 0, 255, 1) 100%) !important;
  }

  .men-color {
    background: linear-gradient(90deg, rgba(34, 107, 195, 1) 0%, rgba(68, 189, 244, 1) 100%) !important;
  }

  .sport-color {
    background: linear-gradient(90deg, rgba(194, 195, 34, 1) 0%, rgba(57, 242, 82, 1) 100%) !important;
  }

  .kids-color {
    background: linear-gradient(90deg, rgba(228, 138, 59, 1) 0%, rgba(244, 161, 49, 1) 100%) !important;
  }
}

.box-button:hover {
  scale: 1;
  -webkit-transform: scale(1);
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}

.custom-tag-slider {
  padding-left: 44px;
  padding-right: 44px;
}

.custom-tag-slider img {
  width: 100% !important;
  padding-right: 10px;
}

.menu__action {
  margin-top: 9px !important;
}

.women-color {
  background: rgb(172, 5, 173);
  background: linear-gradient(90deg, rgba(172, 5, 173, 1) 0%, rgba(176, 17, 154, 1) 36%, rgba(184, 0, 255, 1) 100%);
  background-image: url('../img/1.png');
  background-position: right;
}

.men-color {
  background: rgb(34, 107, 195);
  background: linear-gradient(90deg, rgba(34, 107, 195, 1) 0%, rgba(68, 189, 244, 1) 100%);
  background-image: url('../img/2.png');
  background-position: right;
}

.sport-color {
  background: rgb(194, 195, 34);
  background: linear-gradient(90deg, rgba(194, 195, 34, 1) 0%, rgba(57, 242, 82, 1) 100%);
  background-image: url('../img/4.png');
  background-position: right;
}

.kids-color {
  background: rgb(228, 138, 59);
  background: linear-gradient(90deg, rgba(228, 138, 59, 1) 0%, rgba(244, 161, 49, 1) 100%);
  background-image: url('../img/3.png');
  background-position: right;
}

.section-title p {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #c0c0c0;
}

@media only screen and (min-width: 768px) {
  #homepage-4 .ps-home-feature {
    padding-bottom: 6rem;
    padding-left: 44px;
    padding-right: 44px;
  }

  .ps-new-arrivals {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.product_price {
  display: block;
  align-items: center;
}

.price_prefix {
  margin-right: 10px;
}

.ps-product_one_price {
  width: 100%;
  font-size: 16px;
  justify-content: right;
  color: white !important;
}

.ps-product_old_price {
  width: 40%;
  justify-content: center;
  align-items: center;
  text-decoration: line-through;
  position: relative;
  z-index: 2;
}

.ps-product_old_price:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  transform-origin: bottom left;
}

.ps-product__price {
  width: 60%;
  justify-content: flex-end;
  text-align: right;
  padding-right: 10px;
  font-size: 20px !important;
  color: #000 !important;
  font-weight: 600 !important;
}

.ps-product__price del {
  color: #fff;
  background-color: #fff;
  margin-right: 5px;
  color: #777;
  height: 100%;
  align-items: center;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  font-size: 0.7em !important;
}

.ps-product .ps-product__title {
  height: 95px;
  padding: 10px;
}

.ps-product .ps-product__content .ps-product__price,
.ps-product_old_price,
.ps-product_one_price {
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
}

.ps-product {
  border: 1px solid #e3e3e3;
  padding: 5px;
}

.ps-product .ps-product__content {
  padding: 0em !important;
}

.ps-product p {
  margin-bottom: 2px !important;
}

.ps-site-partners {
  padding: 2em !important;
}

.banner-padding {
  transition: all 0.5s;
  padding-top: 25px;
}

.banner-padding:hover {
  scale: 1;
}

.ps-collection {
  transition: all 0.5s;
}

.ps-collection:hover {
  scale: 1;
}

.product_price del {
  color: #777;
  font-size: 0.7em;
  margin-right: 20px;
}

.product_price {
  font-size: 1.6em;
}

.navigation {
  display: block !important;
  padding-bottom: 0px !important;
  float: left;
  width: 100%;
}

.navigation__left {
  padding: 0 4rem;
}

.menu>li>a {
  font-size: 12px;
}

.menu>li {
  padding-right: 20px;
}

.menu>li:last-child:after {
  width: 0px;
}

.navigation__right {
  height: auto;
  background: #222;
  border-top: 1px solid #eee;
}

.header--2-full .navigation .menu {
  text-align: center;
  padding: 0 6rem;
  display: block;
}

.header .ps-search-btn {
  width: 30px;
}

.ps-cart__toggle {
  width: 30px;
}

.search {
  position: relative;
  float: right;
  width: 5%;
  margin-right: 0px;
  margin-top: 0px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.search:focus {
  width: 38%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border-color: #95212a;
}

.search:hover {
  width: 38%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border-color: #95212a;
}

.search:active .search i.fa-search {
  color: red !important;
}

.search .fa-search {
  position: absolute;
  top: 12px;
  right: 9px;
  color: #fff !important;
}

.searchbox {
  border-radius: 25px;
  margin-top: 0px;
  background: #95212a;
  height: 40px;
  border-color: #fff;
}

.header .header__actions .header__login {
  padding: 0;
  border: 0;
}

.header--2 .navigation__left a {
  vertical-align: middle;
}

.lang,
.currency {
  margin-top: 2px;
}

.dropdown-main_menu {
  font-size: 12px;
  background: #fff !important;
}

.dropdown-menu {
  z-index: 9999999;
}

.dropdown-item {
  font-size: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #222222;
  color: #fff;
}

.lang {
  float: left;
  padding-left: 15px;
  padding-top: 3px;
}

.lang a {
  margin-left: 6px;
}

.dropdown,
.currency .dropdown {
  float: right;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.pm_add_to_cart {
  display: block;
  height: 40px;
  padding: 1rem;
  font-size: 1.3rem;
  text-align: center;
  color: #574a07;
  line-height: 2rem;
  background-color: #eee;
}

.pm_add_to_cart i {
  padding-right: 15px;
}

.bs-title {
  padding-top: 25px;
}

.ps-offers {
  background: url('../img/offers-bg.jpg') no-repeat center center fixed;
  background-size: contain;
}

.ps-offers img {
  margin: 0px !important;
}

.ps-offers .ps-product {
  background-color: #fff;
}

.ps-offers .ps-section__header {
  padding-top: 40px;
  color: #fff;
}

.ps-offers .ps-section__header h3 {
  color: #fff;
}

.ps-offers .ps-section__header h3:after {
  display: none;
}

.ps-offers .p-0 {
  padding: 0px 10px !important;
}

.ps-offers .ps-section__header h3:before {
  display: none;
}

.ps-offers .product_price {
  float: right;
  width: 80%;
  display: block;
  padding: 0px 0 0 0;
  margin-top: 0px;
  height: 30px;
}

.ps-offers .product_price p {
  display: inline-block;
}

.ps-offers .product-btns {
  float: left;
  width: 40%;
  background: transparent;
}

.ps-cart__listing {
  text-align: left !important;
}

.ps-cart__listing:before {
  right: 4%;
  border-bottom: 10px solid #ffd60a;
}

.ps-cart__footer a {
  background: #ffd60a;
  color: #fff !important;
}

.ps-cart__footer {
  background-color: #ccc;
}

.ps-cart-item__content p i {
  color: #000;
}

.listing-categories .box-button {
  margin-top: 10px !important;
}

.listing-page {
  padding-top: 4rem !important;
}

.listing-slider {
  margin-top: 0px;
}

.ps-cart__footer a {
  width: 100%;
}

.side-listing .ps-product__content {
  padding-top: 0px !important;
}

.sub-btn {
  width: 49% !important;
  float: right;
  margin-right: 2px;
  margin-left: 2px;
}

.heart {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-image: url('https://abs.twimg.com/a/1446542199/img/t1/web_heart_animation.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2900%;
  transition: none !important;
}

.heart:hover {
  background-position: right;
}

.heart-fav {
  background-position: right !important;
}

.is_animating {
  animation: heart-burst 0.8s steps(28) 1;
}

.is_animating_rev {
  animation: heart-burst-rev 0.8s steps(28) 1;
}

@keyframes heart-burst {
  from {
    background-position: left;
  }

  to {
    background-position: right;
  }
}

@keyframes heart-burst-rev {
  from {
    background-position: right;
  }

  to {
    background-position: left;
  }
}

.ps-instagram {
  max-height: 390px;
}

.colornaming {
  margin-right: 15px;
}

.ps-count {
  margin-right: 15px;
}

.clmfooter {
  display: flex;
  align-items: center;
}

.ps-cart__listing {
  width: 600px !important;
}

.show-cart td {
  height: 50px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.clear-cart {
  background-color: #222222 !important;
}

.clear-cart:hover {
  background-color: #171717 !important;
}

.checkout {
  background-color: #ffd60a !important;
}

.checkout:hover {
  background-color: #3e3400 !important;
}

.ps-cart__footer a {
  border-radius: 0px;
  float: right;
  width: 50%;
}

.topbar {
  background: rgb(10, 10, 10);
  background: linear-gradient(180deg, rgba(10, 10, 10, 1) 0%, rgba(27, 27, 27, 1) 100%);
  height: 43px;
  padding: 0.7rem 6rem;
}

.topdate {
  float: left;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  padding-top: 4px;
}

.topbuttons {
  margin-top: 2px;
  text-align: center;
}

.topbuttons a {
  font-weight: bold;
  font-size: 14px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1.5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 1.5s infinite ease-in-out;
  /* IE */
  animation: blink normal 1.5s infinite ease-in-out;
  /* Opera */
}

.topbuttons a:hover {
  font-size: 10px;
  -moz-animation: 0;
  /* Firefox */
  -webkit-animation: 0;
  /* Webkit */
  -ms-animation: 0;
  /* IE */
  animation: 0;
  /* Opera */
  color: rgba(255, 255, 255, 1);
}

.topbuttons a::after {
  content: '\f006';
  font-family: 'fontawesome';
  margin-left: 10px;
  margin-right: 10px;
}

.topbuttons a:last-child::after {
  content: '';
}

@keyframes blink {
  0% {
    color: #333;
  }

  50% {
    color: #feee00;
  }

  100% {
    color: #333;
  }
}

@-webkit-keyframes blink {
  0% {
    color: #333;
  }

  50% {
    color: #feee00;
  }

  100% {
    color: #333;
  }
}

.owl-item {
  height: 0;
}

.owl-item.active {
  height: auto;
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdownlogin {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999;
  right: -30px;
  top: 22px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block !important;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdownlogin:hover .dropdown-content {
  display: block;
}

.dropdownlogin:hover .dropbtn {
  background-color: #3e8e41;
}

.shakeit {
  animation: shake 0.5s;
  animation-iteration-count: initial;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

#loginmessage {
  background-color: #b53d27;
  color: #fff !important;
  width: 80%;
  margin: auto;
  margin-bottom: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

#loginmessage p {
  color: #fff;
}

.ps-account {
  position: relative;
}

.ps-form--account {
  background-color: #fff;
}

.ps-account::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url('../img/p-bf.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: -99999;
  filter: grayscale(100%);
}


.registermessage {
  margin-bottom: 30px;
}

.registermessage p {
  padding-left: 60px;
  font-size: 12px !important;
  border-radius: 20px;
  background-color: #b53d27;
  color: #fff;
  width: 80%;
  margin: auto;
  margin-top: 5px;
}

.ps-fav-btn span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-style: normal;
  color: #222;
}

.ps-fav-btn i.fa-heart {
  font-size: 16px;
}

.ps-fav-btn span {
  position: absolute;
  top: -9px;
  right: -15px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  z-index: 100;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.header--2 .header__actions .ps-fav-btn span {
  background-color: #222;
}

.header--2 .header__actions .ps-fav-btn span i {
  color: #fff;
}

.tata.top-right {
  margin-top: 80px;
}

.tata .tata-title {
  color: #fff;
}

.tata .tata-text {
  color: #f7f7f7;
  font-size: 0.7em !important;
}

.wish_discount {
  text-decoration: line-through;
}

.total-prefix {
  margin-left: 10px;
}

/* salah */
.fixed_footer {
  display: none;
  float: right;
  width: 100%;
  height: 50px;
  background: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  padding-top: 10px;
}

.fixed_footer ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.fixed_footer ul li {
  color: #fff;
  float: right;
  width: 25%;
}

.fixed_footer ul li a span {
  display: block;
  float: right;
  width: 100%;
  text-align: center;
}

.fixed_footer ul li {
  float: right;
  width: 25%;
}

.fixed_footer ul>li>a>i {
  float: right;
  width: 100%;
  text-align: center;
  display: block;
  color: #dab80c;
}

.circle-under-header {
  float: right;
  width: 100%;
  margin-top: 120px;
  display: none;
}

.circle-under-header ul {
  list-style-type: none;
  float: right;
  width: 100%;
  padding: 0 5px;
  margin: 0;
}

.circle-under-header ul li {
  float: left;
  width: 19%;
  margin: 0px 0.5%;
  display: block;
  text-align: center;
}

.circle-under-header ul li a {
  float: left;
  width: 100%;
  display: block;
}

.circle-under-header ul li img {
  border-radius: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  padding: 5px;
}

.circle-under-header ul li h2 {
  font-size: 11px;
  color: #333;
  font-family: inherit;
  margin-bottom: 0;
  margin-top: 5px;
}

.ps-section.ps-home-feature {
  padding-bottom: 0 !important;
}

.ps-section.ps-new-arrivals {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

.ps-section .ps-section__header p {
  display: none !important;
}

.ps-section .ps-section__header h3 {
  font-size: 22px;
}

.section-title {
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}

.section-title h3 {
  font-size: 22px;
  display: block;
  margin: 0;
  color: #333;
  font-weight: 600;
  letter-spacing: 4px;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  position: relative;
  -webkit-box-shadow: 0px 0px 59px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 59px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 59px -20px rgba(0, 0, 0, 0.75);
}

.section-title h3:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 40%;
  height: 1px;
  background: #ffd60a;
  z-index: -1;
}

.section-title h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 40%;
  height: 1px;
  background: #ffd60a;
  z-index: -1;
}

.section-title p {
  display: none;
}

.site_features_banner {
  margin-top: 20px;
}

.banner-padding {
  padding: 10px;
  padding-top: 20px;
}

#homepage-4 .ps-site-features .ps-block--features {
  padding: 4rem;
}

body {
  background: #f9f9f9;
}

.header-mobile-items {
  display: none;
}

header {
  display: block;
}

.topbar-header {
  float: right;
  background: #ffd700;
  width: 100%;
  padding: 8px 2rem;
  padding-bottom: 6px;
}

.topbar-header .Who_is_haanout ul {
  padding: 0;
  list-style-type: none;
  float: left;
  margin: 0;
  width: 100%;
  padding-top: 0px;
}

.topbar-header .Who_is_haanout ul li {
  float: left;
  margin-right: 25px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
}

.topbar-header .Who_is_haanout ul li i {
  color: #000;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

.topbar-header .delivery_to {
  float: right;
  margin-left: 10px;
  color: #000;
}

.topbar-header .delivery_to .btn {
  padding: 0 10px;
  background: transparent !important;
  color: #000;
}

.topbar-header .language {
  float: right;
  margin-left: 0px;
  color: #000;
  margin-top: 2px;
}

.topbar-header .language span {
  float: right;
}

.topbar-header .language b {
  font-weight: 300;
  font-size: 20px;
  margin-top: -5px;
  float: left;
}

.topbar-header .language i {
  margin-left: 10px;
  margin-right: 10px;
  color: #000;
  font-size: 20px;
  line-height: 0;
}

.topbar-header .lang a {
  color: #fff;
}

.topbar-header .customers_service {
  padding: 0;
  list-style-type: none;
  float: left;
  margin: 0;
  width: 100%;
}

.topbar-header .customers_service li {
  float: right;
  margin-left: 10px;
  color: #fff;
}

.topbar-header .customers_service li i {
  color: #962b2b;
  font-size: 20px;
  margin-right: 10px;
}

.header--2 .navigation {
  background: #f9f9f9;
  padding: 0rem;
}

.header .navigation .ps-logo {
  margin: 0;
  margin: auto;
  display: block;
  width: 100%;
  text-align: left;
}

.header .navigation .ps-logo img {
  width: 200px;
  padding: 20px;
}

.main-menu-cat ul {
  padding: 0;
  list-style-type: none;
  float: left;
  margin: 0;
}

.main-menu-cat ul li {
  float: left;
  margin-right: 45px;
}

.main-menu-cat ul li a {
  padding: 0px;
  color: #95212a;
  font-size: 20px;
  padding: 15px 0;
  font-weight: 600;
}

.main-menu-cat ul li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: auto;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 4px;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-menu-cat ul li a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-menu-cat ul li.active a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #000;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-menu-cat ul li.active a {
  position: relative;
  color: #95212a;
}

.main-menu-cat ul li a:hover {
  color: #ffd60a;
}

.navigation__right .menu-tmp li.extra-itme a {
  color: #ff2424;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.menu>li:last-child {
  padding-left: 20px;
}

.navigation__right .menu-tmp li.extra-itme-3 {
  margin-right: 100px;
}

.navigation__right .menu-tmp li.extra-itme-2 {
  margin-left: 20px;
}

.navigation__right .menu-tmp li.extra-itme-2 a {
  color: #fff;
}

.navigation__right .menu-tmp li.extra-itme-2 a:before {
  background: #ffd700;
  content: '';
  top: 0;
  left: -13px;
  width: 125%;
  min-width: 80px;
  position: absolute;
  height: 101%;
  z-index: -1;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.navigation__right .menu-tmp li .sub-menu li {
  display: block;
  text-align: left;
}

.navigation__right .menu-tmp li {
  color: #fff;
}

.navigation__right .menu-tmp li i {
  color: #ffd700;
}

.header--2-full .menu>li:hover .sub-toggle i {
  color: #fff;
}

.header--2-full .menu>li.menu-item-has-children>a {
  color: #fff;
}

.ps-product__desc p:first-child {
  display: none;
}

.ps-product__desc {
  display: none;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: auto;
}

.ps-site-partners .owl-carousel .owl-item img {
  max-height: 175px;
  height: auto;
  max-width: 160px !important;
  width: auto;
  border: 0px solid #ccc;
  padding: 0;
}

.ps-site-partners * a {
  float: left;
}

.ps-site-partners .owl-carousel .owl-item {
  max-height: 220px;
  height: auto;
  max-width: 160px;
  width: auto;
  float: right;
  display: inline-block;
}

.ps-site-partners .owl-carousel {
  max-height: 220px;
  height: auto;
}

.owl-carousel .owl-item .ps-product .ps-product__thumbnail {
  height: 19vw;
}

/* (A) STANDARD ROW HEIGHT */
.vwrap,
.vitem {
  height: 28px;
  line-height: 30px;
}

/* (B) FIXED WRAPPER */
.vwrap {
  overflow: hidden;
  /* HIDE SCROLL BAR */
  background: #222;
}

/* (C) TICKER ITEMS */
.vitem {
  text-align: center;
  color: #95212a;
}

/* (D) ANIMATION - MOVE ITEMS FROM TOP TO BOTTOM */
/* CHANGE KEYFRAMES IF YOU ADD/REMOVE ITEMS */
.vmove {
  position: relative;
}

@keyframes tickerv {
  0% {
    bottom: 0;
  }

  /* FIRST ITEM */
  30% {
    bottom: 30px;
  }

  /* SECOND ITEM */
  60% {
    bottom: 60px;
  }

  /* THIRD ITEM */
  90% {
    bottom: 90px;
  }

  /* FORTH ITEM */
  100% {
    bottom: 0;
  }

  /* BACK TO FIRST */
}

.vmove {
  animation-name: tickerv;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, 0.5, 0);
}

.vmove:hover {
  animation-play-state: paused;
}

.header .header__actions {
  width: 100%;
  float: right;
  padding-top: 25px;
  z-index: 999999;
}

.header .header__actions a {
  color: #000;
}

.header .header__actions a i {
  font-size: 16px;
}

.header .header__actions a i.total-cart-count {
  font-size: 10px;
}

.header .header__actions a i.total-fav-count {
  font-size: 10px;
}

.logged_in-items {
  float: right;
}

.logged_in-items a {
  margin: 0 5px;
}

.ps-cart__toggle span {
  top: 6px;
  left: 17px !important;
}

.header .header__login i {
  margin: 0;
  line-height: 0;
  font-size: 16px !important;
}

.ps-breadcrumb .breadcrumb {
  padding-top: 10px;
}

#back2top {
  right: 5px;
  background: #000;
}

#back2top i {
  color: #ffd60a;
}

footer {
  background: #282828 !important;
  color: #fff;
  padding: 6rem 8rem 0rem 8rem;
  float: right;
  width: 100%;
  margin-top: 40px;
}

footer ul {
  padding: 0;
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}

footer ul li {
  display: block;
  margin-bottom: 15px;
}

.box-app {
  text-align: center;
  display: none;
}

.box-app a {
  display: inline-block;
  margin: auto;
}

.box-app a img {
  display: inline-block;
  width: 120px !important;
  margin-top: 20px;
}

footer ul li img {
  display: inline-block;
  width: 100px;
}

footer ul:after {
  content: '';
  position: absolute;
  top: 0;
  right: 30%;
  width: 1px;
  height: 100%;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #7c7c7c 50%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #7c7c7c 50%, #eeeeee 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #7c7c7c 50%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
}

footer .sign-up-footer ul:after {
  display: none;
}

footer ul li h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ffd60a;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

footer .sign-up-footer {
  text-align: right;
}

footer .sign-up-footer h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffd60a;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}

footer .ps-footer__payment {
  text-align: right;
}

footer .ps-footer-menu ul:after {
  display: none;
}

footer .ps-footer-menu ul li {
  float: left;
  margin-right: 25px;
  width: auto;
  line-height: 2.6em;
  font-size: 13px;
  margin-top: 15px;
}

footer .ps-footer-menu ul li a {
  color: #777;
}

footer .ps-footer-menu ul li a:hover {
  color: #ffd60a;
}

footer .ps-footer__copyright {
  position: relative;
  background: transparent;
}

footer .ps-footer__copyright:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1%;
  background: #eeeeee;
  background: -moz-linear-gradient(left, #eeeeee 0%, #7c7c7c 50%, #eeeeee 100%);
  background: -webkit-linear-gradient(left, #eeeeee 0%, #7c7c7c 50%, #eeeeee 100%);
  background: linear-gradient(to right, #eeeeee 0%, #7c7c7c 50%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
}

.sign-up-footer .form-inline .input-group {
  width: 100%;
  display: block;
}

.sign-up-footer .form-inline .input-group input {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #000;
  height: 45px;
}

.sign-up-footer .form-inline .btn-primary {
  width: 100%;
  display: block;
  background: #000;
  color: #fff;
  padding: 10px;
  height: 45px;
  border: 0;
  margin-top: 10px;
  font-size: 18px;
}

.sign-up-footer .form-inline .btn-primary:hover {
  background: #ffd60a;
}

footer .sign-up-footer h3 {
  margin-top: 20px;
  display: block;
  margin-bottom: 15px;
  color: #ffd60a;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

footer .sign-up-footer img {
  display: block;
  margin: auto;
  max-width: 100%;
  padding: 0;
  height: auto;
  width: 85%;
  margin-bottom: 30px;
}

footer .sign-up-footer .follow_us {
  text-align: center;
}

footer .sign-up-footer .follow_us li {
  display: inline-block;
  margin: 0 10px;
}

footer .sign-up-footer .follow_us li a {
  color: #fff;
  font-size: 20px;
}

footer .sign-up-footer .follow_us li a:hover {
  color: #ffd60a;
}

.header__actions form {
  position: relative;
  top: 5px;
  right: 2%;
  border-radius: 2px;
  transition: all 0.6s;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  overflow: hidden;
  float: left;
  margin-right: 0 !important;
}

.header__actions form input {
  position: relative;
  width: calc(100% - 70px);
  height: 100%;
  line-height: 30px;
  outline: 0;
  border: 0;
  display: block;
  padding: 0 50px 0 20px;
  opacity: 1;
  display: block;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.header__actions form.active {
  width: 300px;
}

.header__actions form .searchBtn {
  position: absolute;
  right: -2px;
  z-index: 99;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
  width: 41px;
  height: 40px;
  border: 1px solid #cdcdcd;
}

.header__actions form .searchBtn .icon-search:before {
  display: none;
}

.header__actions form .searchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.header__actions form .searchBtn button {
  background: none;
  border: 0;
}

.header__actions form .searchBtn:hover {
  background: #000;
  border: 0;
  transition: all ease 1s;
}

.header__actions form .searchBtn i {
  color: #ffd700;
}

.ps-section__content .p-0 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.ps-section__content .ps-carousel--nav .ps-product {
  float: left;
  width: 100%;

  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ps-section__content .ps-carousel--nav .ps-product__thumbnail {
  float: left;
  width: 100%;
}

.ps-section__content .ps-carousel--nav .ps-product__badge {
  border-radius: 0;
  width: 40px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 30;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  background-color: #95212a8c;
  right: auto;
}

.ps-section__content .ps-carousel--nav .ps-product__badge i {
  font-style: normal;
  color: #fff;
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 11px;
  height: 100%;
  width: 100%;
  font-weight: 600;
}

.ps-section__content .ps-carousel--nav .ps-product .ps-product__content {
  float: left;
  width: 100%;
}

.ps-section__content .ps-carousel--nav .ps-product .ps-product__title {
  float: left;
  width: 100%;
  height: 50px;
  padding: 10px 1px 0 5px;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
}

.ps-section__content .ps-carousel--nav .ps-product .product_price {
  float: right;
  width: 60%;
  display: block;
  padding: 0px 0 0 0;
  margin-top: 0px;
  height: 30px;
}

.ps-section__content .ps-carousel--nav .ps-product .product_price .ps-product_old_price {
  width: 50%;
  float: left;
  display: block;
  display: flex;
  justify-content: right;
  align-items: center;
  align-content: center;
  font-size: 14px !important;
  height: 35px;
  color: #8d8d8d;
}

.ps-section__content .ps-carousel--nav .ps-product .product_price .ps-product__price {
  width: 50%;
  float: right;
  display: block;
  display: flex;
  justify-content: right;
  align-items: center;
  align-content: center;
  background: none !important;
  font-size: 14px !important;
  color: #95212a !important;
  height: 35px;
  padding-right: 0;
}

.ps-section__content .ps-carousel--nav .ps-product .product-btns {
  float: left;
  width: 40%;
  background: transparent;
}

.ps-product .ps-product__actions {
  top: 0;
  left: 0;
}

.ps-section__content .ps-carousel--nav .ps-product .product-btns .pm_add_to_cart {
  width: 30px;
  float: left;
  background: transparent;
  height: 30px;
  padding: 7px 5px;
  font-size: 16px;
  text-align: left;
}

.ps-product .ps-product__actions li:nth-child(2),
.ps-product .ps-product__actions li:last-child {
  visibility: unset;
  opacity: 1;
}

.menu.menu>li {
  text-align: left;
}

.menu>li.menu-item-has-children .sub-toggle {}

.ps-product__content .ps-product__actions {
  z-index: 30;
  float: left;
  width: 50px;
  height: 30px;
  opacity: 1;
  display: block;
  position: relative;
  top: 0;
  left: -12px;
}

.ps-product__content .ps-product__actions li {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto;
  width: 100%;
  height: 30px;
  background: transparent;
}

.ps-product__content .ps-product__actions li a {
  height: auto;
  width: 100%;
  height: 35px;
  float: left;
  background-color: transparent;
}

.search-modal {
  top: 20%;
}

.fix-footer {
  display: none;
}

.ball-icon-search {
  display: none;
}

.wrap {
  width: 30%;
  height: 82px;
  position: absolute;
  top: -8px;
  right: -9px;
  left: auto;
  overflow: hidden;
  z-index: 99;
}

.wrap:before,
.wrap:after {
  content: '';
  position: absolute;
}

.wrap:before {
  width: 40px;
  height: 8px;
  right: 40px;
  background: #444;
  border-radius: 8px 8px 0px 0px;
}

.wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 40px;
  background: #444;
  border-radius: 0px 8px 8px 0px;
}

.ribbon6 {
  color: #fff;
  width: 140px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: -45px;
  z-index: 2;
  font-size: 15px;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow: 0 0 0 3px #95212a, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
  background: #95212a;
  text-align: center;
}

.listing-page .wrap {
  right: 2px;
  left: auto;
}

.ps-product__salah {
  float: right;
  width: 100%;
  border: 1px solid #f3f3f3;
}

.ps-product__salah .ps-product__thumbnail {
  float: right;
  width: 100%;
  height: 480px;
}

.ps-product__salah .ps-product__content {
  float: right;
  width: 100%;
  height: 80px;
}

.ps-product__salah .ps-product__title {
  height: 62px;
  width: 70%;
  float: left;
  display: inline-block;
  overflow: hidden;
}

.ps-product__salah .product_price {
  float: right;
  width: 50%;
  height: auto;
}

.ps-product__salah .ps-product_one_price {
  height: auto;
  margin-top: 0 !important;
}

.ps-product__salah .ps-product__content p.ps-product_old_price {
  float: right;
  width: 50%;
  height: auto;
  justify-content: right;
  text-align: right;
  display: block;
  font-weight: 300;
}

.ps-product__salah .ps-product__content .ps-product__price {
  float: right;
  width: 50%;
  justify-content: right;
  text-align: right;
  height: auto;
  display: block;
  font-size: 14px !important;
  padding-right: 0;
  color: #95212a !important;
}

.ps-product__salah .ps-product_one_price {
  margin-top: 23px;
  justify-content: right;
}

.ps-product__salah .product-btns {
  float: right;
  width: 100%;
}

.ps-product__salah .product-btns {
  float: left;
  width: 50%;
  background: transparent;
}

.ps-product__salah .pm_add_to_cart {
  width: 30px;
  float: left;
  background: transparent;
  height: 30px;
  padding: 0 5px;
  font-size: 16px;
  text-align: left;
}

.ps-product__related .ribbon .wrap {
  right: 7px;
  left: auto;
}

.ps-product--detail[data-type='default'] .ps-product__variants {
  padding: 0;
}

.ps-product--detail .offset-1 {
  margin: 0 auto;
}

.menu>li.menu-item-has-children .sub-toggle {
  margin-left: 5px;
}

.ps-carousel--nav .owl-nav {
  right: 0;
  top: 30%;
}

.ps-carousel--nav .owl-nav>* {
  position: absolute;
}

.ps-carousel--nav .owl-nav .owl-next {
  right: 0;
}

.ps-carousel--nav .owl-nav .owl-prev {
  left: 0;
}

@media only screen and (min-width: 280px) and (max-width: 500px) {
  .introbg .introbg-opcity {
    padding: 0;
    width: 100%;
    height: 100%;
    padding-top: 140px;
  }

  .introbg-opcity .intro-logo p {
    font-size: 14px;
    width: 90%;
    margin: auto;
    margin-top: 3vh;
    margin-bottom: 15vh;
    color: #000;
  }

  .introbg .introbg-opcity:before {
    background-color: rgba(239, 218, 225, 0.3);
  }

  #intropage .introbg-opcity h4 {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 40px;
  }

  .introbg-opcity .selectcountry li {
    list-style: none;
    display: inline-block;
    width: 45%;
  }

  .owl-carousel .owl-item .ps-product .ps-product__thumbnail {
    height: 60vw;
  }

  .ps-section__content .ps-carousel--nav .ps-product .product_price .ps-product_old_price {
    font-size: 11px !important;
  }

  .ps-section__content .ps-carousel--nav .ps-product .product_price .ps-product__price {
    font-size: 11px !important;
  }

  .wrap:before {
    width: 21px;
    height: 8px;
    right: 40px;
    background: #444;
    border-radius: 8px 8px 0px 0px;
  }

  .wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 25px;
    background: #444;
    border-radius: 0px 8px 8px 0px;
  }

  .ribbon6 {
    color: #fff;
    width: 130px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    top: 10px;
    right: -43px;
    z-index: 2;
    font-size: 12px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #95212a, 0px 21px 5px -18px rgb(0 0 0 / 60%);
    background: #95212a;
    text-align: center;
  }

  .recommended_mobile {
    display: none;
  }

  #back2top.active {
    bottom: 50px;
    left: 10px;
  }

  .fix-footer {
    display: block;
    float: right;
    width: 100%;
    background: #222;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999999;
  }

  .fix-footer ul {
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .fix-footer ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 25%;
    border-left: 1px solid #eee;
    float: right;
    color: #fff;
    height: 40px;
    font-size: 11px;
  }

  .fix-footer ul li div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .fix-footer ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .fix-footer ul li:last-child {
    border: 0;
  }

  .fix-footer ul li i {
    margin-right: 0;
    font-size: 16px;
  }

  .ball-icon-search {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: #95212a;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 999999;
    border: 1px solid #e52131;
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  }

  .ball-icon-search .btn {
    background: transparent;
    border: 0;
    font-size: 20px;
    outline: none;
  }

  .modal-search {
    top: 130px;
  }

  .modal-search h5 {
    font-weight: 400;
  }

  .modal-search h4 {
    font-weight: 400;
    margin-bottom: 30px;
  }

  .modal-search input {}

  .modal-search .searchBtn button {
    background-color: #95212a;
    border: 0;
    width: 48%;
    color: #fff;
    float: left;
    margin: 1%;
    margin-top: 30px;
    font-size: 14px;
    padding: 10px;
  }

  .modal-search .btn-secondary {
    background-color: #6c757d;
    border: 0;
    width: 48%;
    color: #fff;
    border-radius: 0;
    float: left;
    margin: 1%;
    margin-top: 30px;
    font-size: 14px;
    padding: 10px;
  }

  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show>.btn-primary.dropdown-toggle {
    background-color: transparent;
    border: 0;
  }

  .ps-product .ps-product__title {
    height: 50px;
  }

  .ps-home-feature .ps-section__content {
    margin-bottom: 1rem;
  }

  .ps-carousel--nav {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .ps-product_one_price {
    justify-content: right;
  }

  footer {
    padding: 10px 5px;
    background-color: #282828;
    color: #fff;
  }

  footer ul:after {
    display: none;
  }

  .topbar-header {
    display: none;
  }

  #homepage-4 {
    padding: 0 5px;
    float: right;
    width: 100%;
  }

  body {
    padding-top: 0px;
  }

  .header--mobile {
    display: none;
  }

  .header--mobile-2 {
    display: block;
    top: 0;
    left: 0;
  }

  .header-mobile-items {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    z-index: 999;
  }

  .row-one-mobile-header {
    background: #333;
    float: right;
    width: 100%;
    height: 40px;
  }

  .fixed-header-top {
    top: 0;
  }

  .fixed-header-top-2 {
    top: 63px;
  }

  .header--mobile-2 .icon-top-mobile ul {
    list-style-type: none;
    float: right;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 5px;
  }

  .header--mobile-2 .icon-top-mobile ul li {
    float: right;
    width: 50%;
    height: 18px;
  }

  .header--mobile-2 .icon-top-mobile ul li button {
    background-color: transparent;
    border: 0;
  }

  .header--mobile-2 .icon-top-mobile ul li i {
    color: #000;
    font-size: 18px;
  }

  .envelope-icon-top-mobile {
    float: right;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
  }

  .envelope-icon-top-mobile div {
    width: 100%;
    float: right;
  }

  .envelope-icon-top-mobile .dropdown-content {
    right: -130px;
    top: -139px;
  }

  .envelope-icon-top-mobile i {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .min-cat-header-mobile {
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
  }

  .min-cat-header-mobile ul {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 3px;
    height: 54px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    padding-top: 15px;
  }

  .min-cat-header-mobile ul li {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 20px;
    margin-left: 2px;
    text-align: left;
  }

  .min-cat-header-mobile ul li:first-child a {
    color: #feee00;
  }

  .min-cat-header-mobile ul li:nth-child(2) a {
    color: #feee00;
  }

  .topbuttons a:last-child::after {
    content: '\f006';
  }

  .topbar {
    margin-top: 0px;
    padding: 0.7rem 2rem;
    position: relative;
    background: #f00;
  }

  .topbar .col-3 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    display: none !important;
  }

  .topbar .topdate {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .topbar .lang {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: right;
  }

  .topbar .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .topbar .topbuttons {
    margin-top: 0px;
    padding-top: 2px;
  }

  .topbuttons a {
    font-size: 11px;
  }

  .topbar .currency {
    position: absolute;
    top: -85px;
    right: 90px;
  }

  #homepage-4 .ps-home-banner {
    padding: 1rem;
    margin-top: 13rem;
  }

  .site_features_banner {
    display: none;
  }

  .below-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .below-slider .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .custom-tag-slider {
    padding: 0;
  }

  .section-title {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #homepage-4 .ps-home-collection {
    margin-top: 10px;
  }

  .ps-carousel--nav .owl-dots {
    bottom: -18px;
  }

  .fullbanner img {
    margin-bottom: 0;
  }

  .ps-collection {
    margin-bottom: 10px;
  }

  .ps-product .ps-product__thumbnail {
    height: 220px;
  }

  .ps-product .ps-product__badge {
    height: 35px;
    width: 35px;
  }

  .ps-product .ps-product__badge i {
    font-size: 11px;
  }

  .banner-padding {
    padding-top: 0;
  }

  .ps-section .ps-section__header {
    padding-bottom: 10px;
  }

  .menu>li::after {
    display: none;
  }

  .menu>li::before {
    display: none;
  }

  #homepage-4 .ps-site-partners .ps-carousel--nav {
    margin-bottom: 0px;
  }

  .ps-site-partners {
    padding: 0rem 1rem !important;
    padding-bottom: 0 !important;
  }

  .ps-offers {
    background: none;
  }

  .categories-tags {
    font-size: 10px !important;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 79%;
    text-align: center !important;
    margin: auto;
    display: block;
  }

  .section-title h3 {
    position: relative;
  }

  .section-title h3:after {
    content: '';
    height: 2px;
    width: 15%;
    background: #dab80c;
    position: absolute;
    top: 40%;
    right: 0;
    display: none;
  }

  .section-title h3:before {
    content: '';
    height: 2px;
    width: 15%;
    background: #dab80c;
    position: absolute;
    top: 40%;
    left: 0;
  }

  .fixed_footer {
    display: block;
  }

  .ps-product .ps-product__title {
    line-height: 1.6rem;
    font-size: 1.3rem;
    text-align: left;
  }

  .ps-product__price {
    font-size: 16px !important;
  }

  .box-button {
    word-break: normal;
    word-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .circle-under-header {
    display: block;
  }

  .below-slider {
    display: none;
  }

  .padding-none {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .ps-section__content .ps-carousel--nav .ps-product .product_price {
    width: 100%;
  }

  .ps-section__content .ps-carousel--nav .ps-product .product_price {
    margin-top: 0;
  }

  .ps-page.listing-page {
    padding-top: 0 !important;
  }

  .ps-shopping {
    padding-top: 0;
  }

  .ps-filter {
    margin-bottom: 0;
  }

  #homepage-4 .listing-slider .ps-carousel--nav {
    margin-bottom: 0;
  }

  .ps-breadcrumb {
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: none;
  }

  .section-title h3:before {
    left: 0%;
    display: block;
  }

  .section-title h3:after {
    right: 0%;
    display: block;
  }

  .ps-product .ps-product__thumbnail {
    min-height: 27vh;
  }
}

@media only screen and (min-width: 280px) and (max-width: 380px) {
  .topbuttons a {
    font-size: 10px;
  }
}

.introbg {
  background-image: url('../img/intro.jpeg');
  height: 100vh;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 2vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.introbg-opcity {
  background: #ffffffcf;
  padding: 140px;
}

.introbg-opcity:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(239, 218, 225, 0.75);
  width: 100%;
  height: 100%;
}

.intro-logo.ps-block--logo {
  margin: auto;
  display: block;
  text-align: center;
  z-index: 9999;
  position: relative;
}

.intro-logo p {
  font-size: 20px;
  width: 60%;
  margin: auto;
  margin-top: 3vh;
  margin-bottom: 5vh;
  color: #000;
}

.selectcountry {
  display: block;
  width: 100%;
  margin-top: 0%;
}

.selectcountry ul {
  padding: 0;
  text-align: center;
}

.selectcountry li {
  list-style: none;
  display: inline-block;
  width: 25%;
  padding-left: 10px;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.selectcountry li:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.flag-icon-sau,
.flag-icon-are {
  width: 100%;
  font-size: 80px;
  border-radius: 100px;
}

.selectcountry li a {
  font-size: 20px;
  display: block;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
}

#intropage {
  max-height: 100vh;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
  background: #efdae1;
}

#intropage footer {
  position: absolute;
  bottom: 0px;
  padding: 0rem 1rem 0rem 0rem;
  background: #333;
  box-shadow: none;
  color: #fff;
  left: 0;
}

#intropage footer>p {
  color: #333;
}

#intropage .selectcountry li p {
  font-family: 'Poppins', sans-serif;
  margin-top: 15px;
  font-size: 18px;
  color: #000;
}

#intropage h4 {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: normal;
  color: #000;
  font-size: 20px;
  width: 80%;
  display: block;
  margin: auto;
}

#intropage .ps-footer__copyright p {
  color: #fff;
  text-align: center;
}

#intropage footer .ps-footer__payment {
  text-align: center;
}

.box-payment-method {
  text-align: center;
}

.box-payment-method h3 {
  margin-bottom: 30px;
}

.box-payment-method .train {
  float: left;
  width: 100%;
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  z-index: -1;
}

.box-payment-method .train:after {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 88%;
  height: 1px;
  background: #000;
  content: '';
}

.box-payment-method .train li {
  width: 20%;
  float: left;
  margin-right: 5%;
  text-align: center;
  position: relative;
}

.box-payment-method .train li:after {
  position: absolute;
  content: '';
  top: 32px;
  left: 30%;
  background: #222;
  width: 100px;
  height: 1px;
}

.box-payment-method .train li:before {
  position: absolute;
  content: '';
  top: 24px;
  left: 14%;
  background: #222;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 9999;
}

.box-payment-method .train li:nth-child(2):before {
  position: absolute;
  content: '';
  top: 24px;
  left: 45%;
  background: #222;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 9999;
}

.box-payment-method .train li:nth-child(3):before {
  position: absolute;
  content: '';
  top: 24px;
  left: 45%;
  background: #222;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 9999;
}

.box-payment-method .train li:last-child:before {
  position: absolute;
  content: '';
  top: 24px;
  left: 75%;
  background: #222;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 9999;
}

.box-payment-method .train li.active p {
  color: #95212a;
}

.box-payment-method .train li.active:after {
  background: #95212a;
  z-index: 99999;
}

.box-payment-method .train li.active:before {
  background: #95212a;
}

.box-payment-method .select-payment {
  padding: 0;
  float: right;
  width: 100%;
  list-style-type: none;
  margin-top: 20px;
}

.box-payment-method .select-payment li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 300px;
  height: 300px;
  margin: 5%;
  border: 1px solid #000;
}

.box-payment-method .select-payment li:nth-child(2) {
  width: auto;
  height: 200px;
  margin: auto;
  border: 0;
  font-size: 25px;
  margin: 5% auto;
  padding: 40px;
}

.box-payment-method .select-payment li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-payment-method .select-payment li a:hover {
  background: #ffd60a;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-payment-method .select-payment li a:hover p {
  color: #fff;
}

.box-payment-method .select-payment li a:hover img {
  filter: brightness(0) invert(1);
}

.box-payment-method .select-payment li a img {
  width: auto;
  max-width: 100%;
  max-height: 40px;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.p-model-num {
  margin-top: -15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 501px) and (max-width: 900px) {
  .introbg .introbg-opcity {
    padding: 0;
    width: 100%;
    height: 100%;
    padding-top: 140px;
  }

  .introbg-opcity .intro-logo p {
    font-size: 14px;
    width: 90%;
    margin: auto;
    margin-top: 3vh;
    margin-bottom: 15vh;
    color: #000;
  }

  .introbg .introbg-opcity:before {
    background-color: rgba(239, 218, 225, 0.3);
  }

  #intropage .introbg-opcity h4 {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 40px;
  }

  .introbg-opcity .selectcountry li {
    list-style: none;
    display: inline-block;
    width: 45%;
  }
}

.p-model-num {
  margin-top: -15px;
  padding-bottom: 15px;
}

#tabbypay {
  margin-bottom: 30px;
}

.price_range input {
  margin-right: 5px;
  margin-left: 5px;
}

.price_range span {
  background-color: #eeeeee;
}

.ps-product__thumbnail img {
  transition: all 0.5s ease !important;
}

.ps-product__thumbnail:hover img {
  transform: scale(1);
  transform-origin: 50% 0%;
}

.shop_brands .owl-item {
  height: 260;
}

.shop_brands .owl-item a {
  display: block;
  width: 100%;
}

.shop_brands .owl-item a img {
  max-height: 200px;
  height: auto !important;
  max-width: 100% !important;
  width: 100% !important;
  border: 1px solid #ccc;
  display: block;
  padding: 0;
  margin: 0;
}

.sider-none-cat-mobile {
  display: none;
}

.ps-filter__header figure {
  float: right;
}

.price_range .input-group {
  width: 50%;
}

.sizetab {
  position: relative;
  display: -ms-flexbox;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.sizetab-btn {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.ps-checkbox--size>label {
  padding: 8px 10px;
}

.collapse-box {
  max-height: 300px;
  overflow-y: scroll;
}

.ps-list--checked li {
  margin-bottom: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.filter_modal {
  padding-top: 0px;
  padding-bottom: 50px;
  z-index: 99999999;
}

.filter_modal_none {
  display: none;
}

.ps-radio label {
  padding-left: 30px;
  padding-right: 0;
}

.ps-radio label:before {
  left: 0;
}

.ps-radio label:after {
  left: 5px;
}

.ps-block--cart-summary .ps-block__total h4 span {
  float: right;
}

.ps-block--cart-summary .ps-block__total h5 span {
  float: right;
}

.ps-block--cart-item>.ps-block__content .ps-btn--close {
  right: 0;
  left: auto;
}

.ps-block--cart-summary .ps-block__total .ps-radio span {
  float: right;
}

/* .ps-list--checked li a:after
{
 
border-right: 2px solid #fff;
border-left: 0;
border-top: 0;
border-bottom: 2px solid #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(45deg);
 
}
.ps-list--checked li input
{
  position: relative;
  display: block;
 padding-right: 30px;
 font-size: 14px;
  color: #313131;
}
.ps-list--checked li input
{
  position: relative;
  display: block;
  width: 100%; 
}
.ps-list--checked li input:before
{
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 20px;
  height: 20px;
  border: solid 1px #8d8d8d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ps-list--checked li input:after
{
  border-right: 2px solid transparent;
  border-left: 0;
  border-top: 0;
  border-bottom: 2px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 8px;
  color: #fff;
  width: 6px;
  height: 10px;
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: hidden;
  opacity: 0; 
}
.ps-list--checked li input:hover:after {
  visibility: visible;
  opacity: 1;
} 
.ps-list--checked.ps-list--checked-circle li input:hover:before {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
}
.ps-list--checked.ps-list--checked-circle li input:focus:before {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
}
.ps-list--checked.ps-list--checked-circle li input:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
} */
.ps-offers .ps-product .ps-product__content p.ps-product_old_price {
  float: right;
  display: inline-block;
}

.ps-offers .ps-product .ps-product__content .ps-product__price {
  float: right;
  display: inline-block;
  font-size: 14px !important;
}

.ps-offers .ps-product .ps-product__content p {
  width: auto !important;
  float: right;
}

.ps-offers .product-btns {
  width: 20%;
}

.ps-product--sidebar .ps-product__thumbnail img {
  padding: 5px;
}

.ps-related-products .ps-product__salah .ps-product__thumbnail {
  height: 420px;
}

.ps-list--checked {
  padding: 20px !important;
}

.collapse-box li label {
  display: contents;
}

.ps-brand-banner {
  margin-bottom: 10px;
}

.brand-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.parent_category {
  color: #b8b8b8;
  font-size: 12px;
}

.brand-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.filtersticky {
  position: sticky;
  bottom: 0px;
}

.cart_header {
  background-color: #ffd60a;
  color: white;
}

.redirectl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.redirectl p {
  font-size: 1.4vh;
  padding-left: 20px;
  padding-right: 20px;
}

.redirectl i {
  font-size: 2.5vh;
  color: #2acb2a;
  padding: 1px;
}

.r-title {
  font-weight: bold;
  font-size: 1.8vh !important;
}

.coupon-input {
  margin-right: 5px;
  float: left;
  width: 50%;
  padding-right: 11px;
  height: 40px;
}

.coupon-btn {
  width: 46%;
  font-size: 12px !important;
  height: 40px;
}

.on_mobile {
  display: none !important;
}

.footer-whatsapp-icon {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  font-size: 26px;
  z-index: 9999;
}

.ps-form--register .forminput {
  text-align: left;
}

.ps-modal__content {
  text-align: center;
}

.ps-modal__content h3 {
  margin-top: 40px;
  font-weight: normal;
}

.modal-body {
  overflow: hidden;
  height: 430px;
}

.first-content {
  width: 100%;
  float: left;
  height: 430px;
}

.second-content {
  width: 100%;
  float: right;
  height: 430px;
}

.menu>li:first-child {
  padding-right: 20px;
}

/* Catalogue styles */
.product-item {
  padding: 12px 12px 16px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}

.owl-item.active .product-item {
  margin-right: 10px;
}

.product-item:hover {
  box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}

.product-item:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

*html .product-item {
  zoom: 1;
}

*+html .product-item {
  zoom: 1;
}

.sticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 63px;
}

.sticker-sale {
  background: url(../../pages/img/sale.png) no-repeat;
}

.sticker-new {
  background: url(../../pages/img/new.png) no-repeat;
  left: auto;
  right: 0;
}

.pi-img-wrapper {
  position: relative;
}

.pi-img-wrapper div {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

.product-item:hover>.pi-img-wrapper>div {
  display: block;
}

.pi-img-wrapper div .btn-default {
  padding: 3px 10px;
  color: #fff;
  border: 1px #fff solid;
  margin: -13px 5px 0;
  background: transparent;
  position: relative;
  top: 80%;
  font-size: 12px;
}

.product-item .btn:hover {
  background: #ffd700;
  color: #222;
  border-color: #c8c8c8;
}

.product-item h3 {
  font: 300 12px 'Open Sans', sans-serif;
  padding-bottom: 4px;
}

.product-item h3 a {
  color: #3e4d5c;
}

.product-item h3 a:hover {
  color: #e02222;
}

.pi-price {
  color: #e84d1c;
  font: 18px 'PT Sans Narrow', sans-serif;
  float: left;
  padding-top: 1px;
}

.product-item .add2cart {
  float: right;
  color: #a8aeb3;
  border: 1px #ededed solid;
  padding: 3px 6px;
}

.product-item .add2cart:hover {
  color: #fff !important;
  background: #e84d1c !important;
  border-color: #e84d1c;
}

.shop-index-carousel {
  margin-left: -10px;
}

.pi-discount {
  color: #e84d1c;
  font: 18px 'PT Sans Narrow', sans-serif;
  padding-top: 1px;
}

.pi-crossed {
  text-decoration: line-through;
  color: #6a6a6a;
}

.pi-price-space {
  padding: 12px;
}

.ps-product--detail .ps-product__sharing a:first-child {
  margin: unset !important;
}

.ps-product--detail[data-type='default'] .ps-product__shopping .ps-btn.ps-btn--outline {
  width: 100% !important;
  display: block;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

.btn-pulse {
  animation: pulse 1.5s infinite;
  background-color: #000000;
  color: #ffd700;
  border: 0;
  border-radius: 2px;
  transition: all ease 0.5s;
  height: 40px;
}

.btn-pulse:hover {
  background-color: #ffd700;
  color: #000;
}

.noResult {
  margin-bottom: 22px;
  font-size: 60px;
}

.vendor {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0px !important;
  color: #6a6a6a;
  font-style: italic;
}

.details {
  padding-top: 3rem;
}

.order-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(60, 72, 88, .12);
  margin-bottom: 32px;
  padding: 12px 28px 24px 28px;
  transition: box-shadow 0.2s;
  border: 1px solid #f0f0f0;
}

.order-card:hover {
  box-shadow: 0 8px 32px 0 rgba(60, 72, 88, .18);
}

.order-pill {
  display: inline-block;
  padding: 4px 18px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 90px;
  text-align: center;
  letter-spacing: 0.5px;
}

.order-label {
  color: #888;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 13px;
}

.order-value {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.order-btn {
  margin-top: 18px;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 0;
}

.career-modern-icon {
  font-size: 4.2rem;
  color: #ffb347;
  margin-bottom: 18px;
  text-align: center;
  width: 100%;
}