@import url(https://fonts.googleapis.com/css?family=Droid+Arabic+Kufi&display=swap);

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1480px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1620px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
  }
}

/****======== Leave Website (Survey)========****/
.survey {
  background: #fff;
}
.survey .container {
  max-width: 1140px;
  width: 100%;
}
.stop-purchase {
  padding: 50px 10px;
  position: relative;
}
.stop-purchase-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.stop-purchase .heading {
  padding: 20px 0px;
  font-size: 25px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 20px;
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif;
}
.stop-purchase .select-option {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif;
  cursor: pointer;
}
.stop-purchase .select-option input[type="checkbox"] {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  z-index: 3;
}
.stop-purchase .select-option label {
  position: relative;
  padding-right: 40px;
  line-height: 25px;
}
.stop-purchase .select-option label::before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: solid 1px #d7d7d7;
}
.stop-purchase .select-option label::after {
  content: "";
  background: #6ad914;
  visibility: hidden;
  opacity: 0;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: solid 1px #6ad914;
  font-family: "Font Awesome 5 Free";
}
.stop-purchase .select-option input[type="checkbox"]:checked ~ label::after {
  content: "\f00c";
  visibility: visible;
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  z-index: 2;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  height: 25px;
  display: flex;
  width: 25px;
  align-items: center;
  justify-content: center;
}
.stop-purchase .options {
  margin-bottom: 270px;
  position: relative;
  z-index: 2;
}
.stop-purchase textarea {
  display: block;
  width: 100%;
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif;
  border: solid 1px #ccc;
  height: 100px;
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 5px;
  z-index: 2;
  position: relative;
}
#email_form .btn.btn-primary {
  padding: 0px 20px !important;
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif;
  font-weight: 500;
  height: 45px !important;
  font-size: 16px;
}
#email_form .row {
  text-align: center;
}
#email_form .col-xl-8 {
  margin-bottom: 10px;
}
#email_form input[type="text"] {
  border: solid 1px #eeeeee;
  padding: 10px 15px;
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif;
  font-size: 14px;
  color: #151515;
  border-radius: 7px;
  background: #c6c6c610;
  border: solid 1px #e9e9e9;
  width: 100%;
  height: 45px;
}
.stop-purchase .btn.btn-primary {
  padding: 0px 20px !important;
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif;
  font-weight: 500;
  height: 45px !important;
  font-size: 16px;
}
.stop-purchase .btn.btn-primary:hover,
.stop-purchase .btn.btn-primary:focus,
#email_form .btn.btn-primary:hover,
#email_form .btn.btn-primary:focus {
  color: #fff;
}
.concern-success {
  position: absolute;
  background-color: #d4edda;
  color: #008000;
  border-color: #c3e6cb;
  padding: 0.75rem 1.25rem;
  border-radius: 5px;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0px auto;
  width: 360px;
  bottom: 60px;
  font-weight: 600;
  font-size: 14px;
}
#discription_error {
  margin-bottom: 10px;
  display: block;
}
/****======== Leave Website (Survey)========****/

/****======== Country Change Popup Start ========****/
.country-change-popup .modal-content {
  border: none;
  border-radius: 10px;
}

.country-change-popup .modal-body {
  padding: 40px;
  padding-bottom: 30px;
}

.country-change-popup .close {
  position: absolute;
  font-size: 16px;
  color: #151515;
  opacity: 1;
}

.country-change-popup .icon-sec {
  max-width: 60px;
  max-height: 60px;
  margin: 0px auto;
}

.country-change-popup .icon-sec img {
  width: 100%;
  height: auto;
}

.country-change-popup .content-sec {
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: #666666;
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif !important;
  margin: 25px 0px;
  font-weight: 500;
}

.country-change-popup .content-sec span {
  color: #ffb100;
  font-weight: 600;
  text-transform: uppercase;
}

.country-change-popup.modal .btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif !important;
  padding: 10px 15px !important;
}

.country-change-popup .btn.btn-light {
  background: #999999;
  color: #ffffff;
}

.country-change-popup .btn.btn-light:hover {
  background: #ffb100;
}

.country-change-popup .btn:hover,
.country-change-popup .btn:focus {
  outline: none;
  box-shadow: none !important;
  color: #fff !important;
}

/****======== Country Change Popup End ========****/

/*--Menu Shop By Category --*/

* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
}

.container-fluid {
  max-width: 1920px;
}

@media (min-width: 1070px) {
  .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
    min-width: 1050px;
  }
}

@media (min-width: 1100px) {
  .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
    min-width: 1090px;
  }
}

@media (min-width: 1200px) {
  .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
    min-width: 1170px;
  }
}

@media (min-width: 1320px) {
  .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
    min-width: 1200px;
  }
}

@media (min-width: 1420px) {
  .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
    min-width: 1200px;
  }
}

@media (min-width: 1520px) {
  .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
    min-width: 1300px;
  }

  .empty-popup-img {
    max-width: 300px;
    margin: 0 auto !important;
  }
}

@media (min-width: 1620px) {
  .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
    min-width: 1400px;
  }
}

@media (min-width: 1720px) {
  .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
    min-width: 1500px;
  }
}

/*--Menu Shop By Category --*/

.form-control {
  height: calc(1.5em + 0.75rem + 5px);
}

.fas.fa-chevron-right,
.fa.fa-angle-right,
.fas.fa-angle-right {
  transform: rotate(180deg);
}

.fa.fa-angle-double-left,
.fa.fa-angle-left,
.fa.fa-angle-double-right,
.fa.fa-angle-right {
  transform: rotate(180deg);
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #151515;
  -webkit-box-shadow: 0 0 0px 1000px #f8f8fa inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Change Autocomplete styles in Chrome*/

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}

.h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.h2-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.h3-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #151515;
}

.h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
}

.img-fluid {
  width: auto !important;
  max-width: 100%;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.theme-color-bg {
  background-color: #ffb100;
}

.theme-color {
  color: #151515;
  font-weight: 600;
}

.theme-color-dark {
  color: #151515;
}

body {
  font-family: "Droid Arabic Kufi", "Open Sans", sans-serif !important;
  font-size: 14px;
  background-color: #f8f8fa;
  color: #151515;
}

a.see-translation {
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  display: inline-flex;
  line-height: 1;
  color: #666;
  padding: 0px 10px;
  border-radius: 20px;
  font-family: "Poppins", sans-serif !important;
  align-items: center;
  height: 30px;
}

a.see-translation i {
  height: 15px;
  width: 15px;
  color: #ffb100 !important;
  font-size: 16px;
  text-align: center;
  margin: 0px 4px;
  margin-right: 8px !important;
}

a.see-translation.active i,
a.see-translation:hover i {
  color: #666 !important;
}

.country-selector-footer .custom-dropdown {
  max-width: calc(100% - 100px) !important;
  width: 100% !important;
}

.modal-title {
  font-family: "Droid Arabic Kufi", "Open Sans", sans-serif;
  font-weight: 600 !important;
  line-height: normal;
  padding: 0px;
  margin: 0px;
}

#tamaraModal .modal-dialog {
  margin-top: 25px !important;
}

button.tamara_popup {
  background: none;
}

button.tamara_popup {
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif;
  background: #ffffff;
  margin-top: 5px;
  font-weight: 500;
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

button.tamara_popup span {
  font-weight: 600;
}

button.tamara_popup span.learn-more {
  text-decoration: underline;
}

.modal .close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1 !important;
}

.modal .btn {
  border-radius: 5px;
  padding: 8px 20px !important;
}

.modal .btn-secondary {
  background: #efefef !important;
}

.modal .btn-secondary:hover {
  color: #151515;
}

.modal-dialog .modal-header button.close,
.store-change-popup .center .modal-content .store-title .dialog-close {
  background: #fff;
  opacity: 1;
  color: #000;
  padding: 3px 6px;
  border-radius: 100px !important;
  font-size: 16px;
  text-shadow: none;
  width: auto;
}

/****======== Product Badges Start ========****/

.badge.deal {
  background: #ffebea;
  color: #ff3c30;
}

.badge.discount {
  background: #ff3c30;
  color: #ff4439;
}

.badge.new {
  background: #dbfbee;
  color: #2eb783;
}

.badge.best-seller {
  background: #fecc59;
  color: #fff;
}

.badge.on-sale {
  background: #ffebea;
  color: #ff3c30;
}

.badge.gift {
  background: #39bcb7;
  color: #fff;
}

/****======== Product Badges End ========****/

/****======== Breadcrumb Start ========****/

.breadcrumb {
  background: #fff !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  width: 100%;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 0px;
  margin: 0px auto;
  display: block !important;
}

.breadcrumb .container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-item {
  display: inline;
  position: relative;
}

.breadcrumb a,
.breadcrumb li {
  color: #151515;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
}

.breadcrumb li {
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
  font-weight: 400;
  margin: 15px 0px;
  display: inline;
  padding: 0px !important;
}

.breadcrumb span.sptr {
  color: #151515;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  margin-left: 0px;
}

.breadcrumb li:first-child {
  padding-right: 0px;
}

.breadcrumb a {
  display: inline;
}

.breadcrumb a:not([href]) {
  color: #151515;
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

/****======== Breadcrumb End ========****/

.recent-search .search-keywords {
  margin: 0px !important;
}
.recent-search .search-keywords li.heading {
  font-size: 13px !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-dark {
  color: #151515 !important;
}

.bg-light {
  background-color: #fff !important;
}

.bg-light-grey {
  background-color: #f8f8fa !important;
}

p {
  margin-bottom: 0.5rem;
  word-break: break-word;
}

a,
a:hover {
  color: #666666;
}

.fa-facebook {
  color: #4979d9;
}

.fa-twitter {
  color: #2aa3ef;
}

.fa-instagram {
  color: #5c6cfe;
}

.fa-pinterest {
  color: #f00;
}

.fa-youtube {
  color: #df1a26;
}

.rounded {
  border-radius: 0.5rem !important;
}

.btn {
  border-radius: 5px;
  border: 0px;
  color: #151515;
  font-size: 14px;
  font-weight: 700;
}

.btn-primary {
  background-color: #ffb100 !important;
}

.btn-secondary {
  background-color: #efefef !important;
}

.btn-secondary:hover {
  background-color: #dedede !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #ffb100 !important;
}

.bg-secondary,
.bg-secondary:hover {
  background-color: #f8f8fa !important;
  padding-left: 20px;
  padding-right: 20px;
  color: #151515 !important;
}

.btn.bg-secondary:hover {
  background-color: #ffb100 !important;
  border-color: #ffb100 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #ffb100 !important;
  color: #151515;
}

.badge-secondary {
  color: #151515;
  background-color: #efefef;
}

.pro-qty {
  width: 90px;
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 0 15px;
}

.pro-qty .qtybtn {
  width: 15px;
  line-height: 31px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #444444;
}

.pro-qty input {
  width: 28px;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.pro-qty .qtybtn {
  width: 15px;
  line-height: 31px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #444444;
}

.navbar .wsshopwp .container-fluid {
  display: block !important;
  width: 100%;
}

.load-more-box {
  margin: 40px 0px;
}

.border-bottom {
  border-bottom: 1px solid #eeeeef !important;
}

/*--
--------Header-------------*/
.dropdown-menu {
  padding: 0px;
}

/*--Site Over Hover Effect--*/
a.hover-effect:hover strong {
  position: relative;
}

a.hover-effect:hover strong span {
  position: relative;
  z-index: 9;
}

a.hover-effect:hover strong:before {
  content: "";
  background-color: #f9e5b9;
  position: absolute;
  display: none;
  right: -3px;
  width: 100%;
  height: 12px;
  bottom: 0px;
}

a.hover-effect:hover i {
  color: #ffb100;
}

/*--Site Over Hover Effect--*/

/*---Error / Important Messgaes Page--*/
.error-important-messages {
  height: 250px;
  margin: 3rem 0;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 35px 4px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 35px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 35px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px 4px rgb(0 0 0 / 10%);
}

.error-important-messages p i {
  font-size: 40px;
  display: block;
}

.error-important-messages p a {
  color: #ffb100;
}

/*---Error / Important Messgaes Page--*/

/*--Modal Popup--*/
.modal .close.dialog-close {
  position: absolute;
  left: 17px;
  top: 17px;
}

/*--Modal Popup--*/

.header-account-links .custom-dropdown img.customer-img {
  max-width: 45px;
  max-height: 45px;
  border-radius: 100%;
}

.header-account-links .u-loader-sl {
  margin-right: 5px;
}

/*-------------------------------------------------------------------------------------------------------
--------------------------NEW DESIGN FOOTER - OF HOME PAGE IMPLEMTED TO OTHER PAGES----------------
--------------------------------------------------------------------------------------------------------*/

footer ul {
  list-style-type: none;
}

.whitelist-link {
  text-align: left;
  margin-top: 10px;
  text-decoration: underline;
  max-width: 520px;
  text-align: center;
  right: 0;
}
.whitelist-link a {
  color: #151515;
  font-size: 14px;
}
.whitelist-link a:hover {
  color: #ffb100;
}

.subscription-success {
  font-family: "Droid Arabic Kufi", "Poppins", sans-serif;
}
.subscription-success .modal-body {
  padding: 30px;
}
.subscription-success .success-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #2fb783;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.subscription-success .success-icon em {
  font-size: 20px;
  color: #fff;
}
.subscription-success .heading {
  color: #151515;
  font-size: 20px;
  margin: 20px 0px 10px;
  font-weight: 600;
}
.subscription-success .content {
  font-size: 16px;
  color: #999999;
}

.subscription-success .whitelist-email {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 10px;
  margin-top: 10px;
}
.subscription-success .whitelist-email * {
  text-decoration: none;
}
.subscription-success .whitelist-email ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.subscription-success .whitelist-email ul li {
  margin: 3px 8px;
  text-decoration: underline;
  font-size: 12px;
}
.subscription-success .whitelist-email ul li a {
  color: #151515;
}
.subscription-success .whitelist-email ul li a:hover {
  color: #ffb100;
}

.best-selling {
  margin: 30px 0px;
}

.best-selling-inner > h3 {
  font-size: 24px;
  font-weight: bold;
  padding-right: 26px;
}

.best-selling-inner span {
  font-size: 16px;
  padding: 6px 0px 0px;
  font-weight: 600;
  color: #666666;
  display: block;
}

.hr-border {
  border-color: #2b2b2a14;
  margin: 25px 0 35px;
}

.best-selling-inner > p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding-right: 26px;
}

.selling-box p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding-right: 26px;
}

.selling-box {
  padding: 40px 0px 0px;
}

.best-selling-inner {
  padding: 80px 0px 0px;
}

.selling-box h3 {
  font-size: 18px;
  font-weight: bold;
  padding-right: 25px;
  margin-bottom: 0px;
}

.selling-box img {
  padding-left: 22px;
}

/**footer**/

footer ul li:after {
  display: none;
}

.footer-widget img {
  margin-left: 14px;
  margin-right: 16px;
}
.footer-widget img.lazy {
  object-fit: none;
}

.footer-widget h4,
.custom-h4 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin: 0px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 25px;
}

.footer-widget .play-icons h4,
.footer-widget .play-icons .app-heading {
  white-space: normal !important;
  font-weight: 700;
}

.footer-widget ul {
  margin-right: 16px;
}

.footer-widget ul li {
  padding-bottom: 13px;
}

.footer-widget ul li a,
.footer-widget ul li {
  font-size: 14px;
  /*display: block;*/
  font-weight: 600;
  color: #666666;
}

.footer-widget ul a.view_more {
  color: #666;
  font-size: 11px;
  font-weight: bold;
}

.footer-widget ul button.view_more {
  color: #151515;
  font-size: 11px;
  font-weight: bold;
  background-color: transparent;
}

.footer li.hide_li {
  display: none;
}

hr.footer-border {
  margin: 2rem 0px !important;
}

footer {
  background: #ffff;
  padding: 40px 0px 0px;
}

.footer-area ul li a {
  padding: 0px 0px 0px;
}

.footer-without-anchor .shipping-info ul li:first-child {
  padding-bottom: 0px;
}

.footer-area .shipping-info ul li:last-child,
.footer-area .shipping-info ul li:last-child a {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
}

.footer-area ul {
  margin-bottom: 23px;
}

.shipping-info ul {
  margin-top: -5px;
  margin-right: 0px !important;
  margin-bottom: 0px;
}

.shipping-info:hover ul li:first-child {
  font-weight: bold;
}

.shipping-info:hover ul li:last-child {
  color: #ffb100;
}

.footer-widget ul li a:hover {
  color: #ffb100;
}

.subfooter {
  margin-top: 15px;
}

.subfooter-inner ul li a:hover {
  color: #ffb100 !important;
}

.play-icons {
  margin-right: 16px;
  margin-top: 20px;
}

.play-images img {
  max-width: initial;
  margin: 15px 0px 0px;
  max-height: 32px;
}

.play-icons h4,
.play-icons .app-heading {
  font-size: 14px;
  color: #151515;
  white-space: normal !important;
  font-weight: 700;
}

.footer-widget.footer-contant ul li:nth-child(2) a {
  font-weight: 500;
  color: #666;
}

.footer-widget.footer-contant ul li:nth-child(3) a {
  font-weight: 500;
  color: #999;
}

.subfooter-inner h4,
.subfooter-inner .popular-store-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

hr.footer-border-sub {
  margin: 1.3rem 0px !important;
}

.subfooter-inner ul {
  list-style: none;
  display: flex;
  justify-content: start;
  margin: 40px 0px 40px;
}

.subfooter-inner ul li a {
  font-size: 14px;
  padding-left: 35px;
  color: #666666 !important;
}

.copyright {
  margin: 40px 0px;
}

.copyright-menu ul li a {
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 600;
}

.copyright-menu ul {
  display: flex;
  justify-content: center;
  margin: 0px;
  flex-wrap: wrap;
}

.copyright-inner p {
  margin: 0px;
  text-align: right;
  font-size: 12px;
  font-weight: 600 !important;
  color: #666666;
}

.followus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.followus span {
  font-size: 12px;
  font-weight: 600;
  padding-left: 20px;
  color: #666666;
}

.socail-footer {
  display: flex;
}

.socail-footer i {
  font-size: 19px;
  color: #e8e8e8;
  padding: 0px 8px;
}

.subfooter-inner ul li:before {
  content: "";
  position: absolute;
  background: #ffb100;
  right: -14px;
  width: 3px;
  height: 3px;
  top: 50%;
  border-radius: 50px;
}

.subfooter-inner ul li {
  position: relative;
}

.copyright-menu ul li {
  position: relative;
  white-space: nowrap;
}

.copyright-menu ul li:before {
  content: "";
  position: absolute;
  background: #ffb100;
  right: -3px;
  width: 3px;
  height: 3px;
  top: 50%;
  border-radius: 50px;
}

.category-item img {
  border-radius: 12px;
}

.copyright-menu ul li:nth-child(1):before {
  display: none;
}

.subfooter-inner ul li:nth-child(1):before {
  display: none;
}

.play-images img {
  max-width: 100%;
}

.footer-widget i {
  margin-left: 20px;
  margin-right: 16px;
  font-size: 25px;
  color: #000;
}

/*--footer img {
    display: block !important;
}--*/
footer li {
  border-bottom: 0px;
  margin: 0px;
  padding: 0;
  font-weight: 600;
  color: #666666;
}

.copyright {
  padding: 10px 0px 40px;
  margin: 0px;
}

.footer-widget {
  margin-bottom: 20px;
}

.play-images a:first-child {
  margin-left: 10px;
}

.footer-without-anchor ul li {
  padding-bottom: 13px;
  /*display: block;*/
  font-weight: 600;
  color: #666666;
  /* display: flex;
  align-items: flex-start; */
}

.column-heading-icon img {
  max-width: 27px;
}

.items-title {
  position: relative;
}

.items-title h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-left: 15px;
}

.items-title:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  background-color: #eeeeef;
  z-index: -1;
  margin: auto;
}

/*--Clear Product Restriction Block--*/
#remove-restrict_data-form {
}

#remove-restrict_data-form .modal-content {
}

#remove-restrict_data-form .modal-content tbody {
}

#remove-restrict_data-form tr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#remove_restriction_button p {
  font-size: 13px;
}

#remove-restrict_data-form tr textarea {
  height: 100px;
}

#remove-restrict_data-form .g-recaptcha {
  transform: scale(0.9);
  margin-right: -13px;
}

/*--Clear Product Restriction Block--*/

#ubuy-delete-confirm-modal .popup-item img {
  max-height: 80px;
  margin-right: 0px !important;
  margin-left: 15px !important;
}
/* view more countries */
.view_more_cities {
  color: #333 !important;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  margin-left: 16px;
}
.view_more_cities i {
  padding-left: 5px;
  position: relative;
  bottom: 1px;
  font-size: 13px;
  margin: 0 !important;
  transform: rotate(180deg);
}
/**responsive-css**/
@media (max-width: 1700px) {
  .subfooter-inner ul {
    list-style: none;
    display: flex;
    margin: 40px 0px 40px;
    text-align: center;
    flex-wrap: wrap;
  }

  .subfooter-inner ul li {
    position: relative;
    display: inline-block;
  }

  .copyright-menu ul {
    display: block;
    justify-content: center;
    margin: 0px;
    text-align: center;
    padding-top: 0px;
  }

  .copyright-menu ul li {
    position: relative;
    display: inline-block;
  }

  .copyright-menu ul li a {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .copyright-inner p {
    margin: 0px;
    color: #666666;
    font-size: 11px;
  }

  .copyright-inner {
    margin-top: 0px;
  }
}

@media (max-width: 1500px) {
  .subfooter-inner ul {
    justify-content: right;
  }
}

@media (max-width: 1450px) {
  .footer-contant > ul > li:last-child a {
    white-space: nowrap;
  }

  .footer-area.footer-without-anchor ul li:first-child a {
    font-size: 12px;
  }

  .copyright-menu ul li a,
  .footer-widget ul li a,
  .footer-widget ul li,
  .footer-without-anchor ul li {
    font-size: 12px;
  }

  .footer-widget h4,
  .custom-h4 {
    font-size: 13px;
  }

  .subfooter-inner h4,
  .subfooter-inner .popular-store-heading {
    font-size: 16px;
  }

  .footer-widget img {
    /*--max-width: 21px;--*/
    margin-left: 15px;
  }

  hr.footer-border {
    margin: 1.5rem 0px !important;
  }

  .copyright {
    margin: 10px 0px 0px;
  }

  footer p {
    font-size: 14px;
  }

  .play-images img {
    max-width: 100%;
  }

  .selling-box h3 {
    font-size: 15px;
  }

  .best-selling-inner > h3 {
    font-size: 20px;
  }

  footer {
    padding: 30px 0px 0px;
  }

  .subfooter-inner ul {
    margin: 25px 0px 25px;
  }

  .socail-footer {
    font-size: 14px;
    padding: 0px 4px;
  }
  .view_more_cities {
    font-size: 12px;
  }
  .view_more_cities i {
    position: relative;
    top: 0px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .footer-widget h4,
  .custom-h4 {
    font-size: 12px;
  }

  /*--.copyright-menu ul li a, .footer-widget ul li a,  .footer-without-anchor ul li {
    font-size: 10px;
    padding-bottom: 8px;
}--*/
  hr.footer-border {
    margin: 0.8rem 0px !important;
  }

  .subfooter-inner h4,
  .subfooter-inner .popular-store-heading {
    font-size: 15px;
  }

  hr.footer-border-sub {
    margin: 0.8rem 0px !important;
  }

  .footer-widget ul,
  .play-icons {
    margin-right: 0;
  }

  .footer-widget img {
    /*--max-width: 18px;--*/
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  footer p {
    font-size: 12px;
  }

  .followus span {
    font-size: 11px;
  }

  .footer-area ul {
    margin-bottom: 8px;
  }

  .play-images img {
    max-width: 100%;
  }

  .subfooter-inner ul {
    margin: 20px 0px 20px;
  }

  .copyright {
    padding: 20px 0px;
  }

  .subfooter-inner ul li a {
    font-size: 11px;
  }

  .hr-border {
    margin: 0.5rem 0;
  }

  .selling-box h3 {
    font-size: 13px;
  }

  .selling-box p,
  .best-selling-inner > p {
    font-size: 11px;
    line-height: 21px;
  }

  .best-selling-inner > h3 {
    font-size: 18px;
  }

  .footer-without-anchor ul li {
    padding-bottom: 5px;
  }
  .view_more_cities {
    font-size: 12px;
    margin-left: 0;
  }
  .view_more_cities i {
    position: relative;
    top: 0px;
    font-size: 11px;
  }
}

@media (max-width: 1070px) {
  .shipping-info ul {
    margin-top: 0px;
  }

  /*footer img { display: none; }*/
  footer img {
    max-width: 28px;
  }

  .play-images img {
    display: block;
  }

  footer .shipping-info img {
    width: 30px;
    margin-top: 5px;
    float: left;
  }

  .column-heading-icon img {
    width: 30px;
    margin-bottom: 0px !important;
  }

  .country-selector-footer .dropdown-menu {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .country-selector-footer .custom-dropdown {
    max-width: 100% !important;
    width: 100% !important;
  }

  .best-selling-inner > h3 {
    font-size: 15px;
    margin: 0px !important;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 10px;
  }

  .copyright-menu ul li a,
  .footer-widget ul li a,
  .footer-without-anchor ul li {
    font-size: 10px !important;
  }

  .footer-widget ul a.view_more {
    font-size: 10px;
  }

  .subfooter-inner {
    margin-top: 20px !important;
  }

  .best-selling-inner {
    padding: 20px 0px 0px;
  }

  .best-selling-inner span {
    font-size: 10px;
    padding: 0px;
    font-weight: 500;
  }

  .selling-inner > p {
    font-size: 11px;
    margin: 0px;
    padding-right: 10px;
  }

  .hr-border {
    margin: 7px 0px;
  }

  .selling-box {
    padding: 7px 0px 0px;
  }

  .selling-box h3 {
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
    padding-right: 10px;
  }

  .selling-box p {
    font-size: 10px;
    margin: 0px;
    padding-right: 10px;
  }

  .best-selling-inner > p {
    font-size: 10px;
    margin: 0px;
    padding-right: 10px;
  }

  .best-selling-inner.inner-footer {
    margin-top: 10px;
  }

  .selling-box img {
    padding-left: 10px;
  }

  .footer-widget img {
    margin-left: 20px;
    margin-right: 0px;
  }

  .footer-widget img {
    margin-left: 7px !important;
    margin-right: 0px;
  }

  hr.footer-border {
    margin: 0.2rem 0px !important;
  }

  footer li {
    border-bottom: 0px !important;
    margin: 0px;
    padding: 1px 0px;
  }

  .footer-widget h4,
  .custom-h4 {
    font-size: 12px;
    color: #000;
  }

  .play-images img {
    display: block !important;
    margin-top: 0px;
  }

  .subfooter-inner {
    margin-top: 0px !important;
  }

  .subfooter-inner ul li {
    position: relative;
    display: inline-block;
    padding: 6px 8px;
  }

  .subfooter-inner ul li a {
    font-size: 12px;
    padding-left: 11px;
    color: #999999;
    margin: 0px;
    color: #000;
    font-weight: 600;
  }

  .subfooter-inner ul {
    margin: 13px 0px 13px !important;
  }

  .followus span {
    font-size: 12px;
  }

  .socail-footer i {
    font-size: 11px;
  }

  .copyright-inner p {
    font-size: 12px !important;
  }

  .copyright-menu ul {
    padding-bottom: 0px !important;
  }

  .copyright-inner {
    margin-top: 10px;
    font-size: 11px;
  }

  footer {
    padding: 10px 0px 0px;
  }

  .copyright-menu ul li a {
    padding: 0px 8px !important;
    font-size: 12px !important;
  }

  .copyright-menu {
    margin-bottom: 10px;
  }

  .subfooter-inner ul {
    display: block;
  }

  .subfooter-inner ul {
    margin: 13px 0px 13px !important;
  }

  .subfooter-inner ul li:nth-child(1):before {
    display: none;
  }

  .footer-widget {
    margin-bottom: 15px;
  }

  .footer-widget ul {
    margin-right: 0px;
  }

  .footer-widget i {
    margin-right: 0px;
  }

  .play-icons {
    margin-right: 0px;
    margin-top: 3px;
  }

  .subfooter-inner ul li:before {
    right: -9px;
  }

  .subfooter-inner ul li {
    position: relative;
    padding-bottom: 9px;
  }

  .subfooter-inner ul {
    margin: 20px 0px 20px;
  }

  .copyright-inner p {
    text-align: center;
    font-size: 13px;
    padding: 0px 0px;
  }

  .copyright-menu ul {
    display: flex;
    justify-content: center;
    margin: 0px;
    justify-content: center;
    text-align: center;
    padding: 10px 0px 20px;
  }

  .followus {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }

  .copyright {
    margin: 0px 0px;
    padding: 0px 0px 7px;
  }

  .subfooter-inner {
    margin-top: 30px;
  }

  .footer-area ul {
    margin-bottom: 0px;
  }

  .footer-widget i {
    font-size: 16px;
  }

  .footer-widget img {
    margin-left: 20px;
    margin-right: 0px;
  }

  hr.footer-border {
    margin: 1rem 0px;
  }

  .copyright-menu ul li a {
    font-size: 13px;
  }

  .subfooter-inner h4,
  .subfooter-inner .popular-store-heading {
    font-size: 11px;
    text-align: right;
  }

  .play-images img {
    max-width: 100%;
  }

  footer li {
    border-bottom: 0px;
    margin: 0px;
  }

  .footer-area ul li:last-child,
  .footer-area ul li:last-child a {
    font-size: 9px;
  }

  .footer-area.footer-without-anchor ul li:first-child a {
    font-size: 9px;
  }
  .view_more_cities {
    font-size: 10px;
  }
  .view_more_cities i {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .column-heading-icon img {
    max-width: 30px !important;
  }
}

@media (max-width: 575px) {
  .socail-footer a {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copyright-menu ul li a {
    display: inline-block;
    padding: 10px 15px !important;
  }

  .footer-widget {
    padding-bottom: 7px;
    /* text-align: center;*/
  }

  .selling-box {
    padding: 10px 0px 0px;
  }

  .selling-box img {
    width: 25px;
  }

  /*.footer-widget h4, .custom-h4 {
    justify-content: center;
}*/
  .copyright-menu ul {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .followus {
    padding: 5px 0px;
  }

  .selling-box > a.footer-plus {
    font-size: 10px;
  }

  .product-item-main.mb-3 {
    margin-bottom: 15px !important;
  }

  .copyright-menu {
    margin-bottom: 0px;
  }

  .shipping-info {
    align-items: center;
  }
}

.payment-icons img {
  margin-left: 14px !important;
}

/*-------------------------------------------------------------------------------------------------------
--------------------------NEW DESIGN FOOTER - OF HOME PAGE IMPLEMTED TO OTHER PAGES----------------
--------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1071px) and (max-width: 1920px) {
  .wsmenu > .wsmenu-list > li {
    padding: 15px 0px;
  }
}

header {
  box-shadow: 0px 2px 14px rgb(0 0 0 / 11%);
  /*padding-bottom: 5px;*/
}

.header-advance-search {
  border: 1px solid #dcdcdc;
  padding: 3px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.header-advance-search form {
  position: relative;
}

.header-advance-search .input {
  border-left: 1px solid #dcdcdc;
}

.header-advance-search .input input {
  border: none;
  height: 37px;
  border: none;
  line-height: 25px;
  padding: 6px 5px;
  width: 100%;

  font-size: 13px;
  color: #444444;
  font-weight: 600;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  outline: 0px;
  background-color: transparent;
}

.header-advance-search .dropdown {
  text-transform: capitalize;
}

.content .heading {
  font-size: 13px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 33px;
  outline: 0;
  padding-right: 18px;
  padding-left: 30px;
  position: relative;
  text-align: right !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.header-advance-search .select div.nice-select {
  float: left;
  clear: none;
  border: 0px solid transparent;
  background-color: transparent;
  padding-right: 10px;
  padding-left: 30px;
  line-height: 37px;
  height: 37px;
  width: 100%;
}

.header-advance-search .select span.current {
  font-size: 14px;
}

.header-advance-search .select span img {
  margin-left: 10px;
}

.header-advance-search .submit {
  float: right;
  margin-right: 10px;
}

.header-advance-search .submit button,
.header-advance-search .submit button:focus {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #ffb100;
  color: #202020;
  border: none;
  width: 70px;
  height: 37px;
  line-height: 40px;
  text-align: center;
  outline: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-advance-search .submit button:hover {
  background-color: #ffb100;
}

.header-advance-search .submit button img {
  filter: invert(1);
}

.header-advance-search .submit button i {
  line-height: 37px;
  display: block;
  font-size: 18px;
}

.header-account-links a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  font-weight: 600;
}

.header-account-links .nice-select {
  float: none;
}

.header-account-links button {
  min-height: 40px;
  display: inline-block;
}

.download-app {
  background-color: #fdebea !important;
  color: #ff4134;
  border: 1px solid #fdebea;
}

.download-app:hover {
  border-color: #ff4134;
  color: #ff4134;
}

header .border-left {
  position: relative;
  border-right: 0px !important;
  text-transform: capitalize;
}

header .border-left:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 9px;
  height: 60%;
  background-color: #dee2e6;
  width: 2px;
}

header .border-right {
  position: relative;
  border-right: 0px !important;
}

header .border-right:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  height: 60%;
  background-color: #dee2e6;
  width: 2px;
}

header .track-order a img {
  margin-left: 10px;
}

.show-cart-popup img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/**********Store Popup*****************/

.store-change-popup .center .fix-width {
  max-width: 450px;
  margin: auto;
}

/*.modal-dialog .modal-header button.close, .store-change-popup .center .modal-content .store-title .dialog-close {
    background: #464646;
    opacity: 1;
    color: #fff;
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 16px;
    text-shadow: none;
    width: auto;
}*/
.store-change-popup .center .modal-content .store-title h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.store-change-popup .center .modal-content .modal-body {
  padding: 20px 30px;
}

.store-change-popup
  .center
  .modal-content
  .modal-body
  .confirm-pop-up
  .popup-block {
  padding: 0;
  cursor: pointer;
}

.store-change-popup .center .modal-content .modal-body .confirm-pop-up p {
  line-height: normal;
  cursor: default;
}

.store-change-popup .center .modal-content .modal-body .confirm-pop-up .btn-bg {
  text-align: center;
  background: #f7d23e;
  border-radius: 10px;
}

.store-change-popup img#store-change-to-icon,
.store-change-popup img#store-change-from-icon {
  max-width: 40px;
  margin: 0 5px;
}

#store-change-from-text {
  display: inline-block;
}

#storeChangeModalLabel i.fas.fa-long-arrow-alt-right {
  transform: scaleX(-1);
}

.btn-warning,
.btn-primary {
  background-color: #f7d23e;
  /*color: #151515;*/
  outline: 0;
  border: 0;
}

.store-change-popup .center .modal-content .modal-body .confirm-pop-up .btn-bg {
  text-align: center;
  background: #f7d23e;
  border-radius: 10px;
}

.header-cart {
  position: relative;
}

#user_cart_count,
#user_cart_count_sm {
  position: absolute;
  top: 1px;
  background: #ff4134;
  color: #fff;
  border-radius: 50%;
  left: 0px;
  width: 19px;
  height: 19px;
  font-size: 10px;
  line-height: 9px;
  padding: 3px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--
--------Mini Cart-------------*/

.nicescroll-rails {
  right: auto !important;
  left: 10px !important;
}

.mini-cart-wrap {
  background-color: #fff;
  position: fixed;
  width: 500px;
  top: 0;
  left: -500px;
  z-index: 9822;
  height: 100vh;
  padding-bottom: 150px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 46px 0px 0px !important;
}

.cart-popup-inner {
  height: calc(100vh - 145px);
  overflow: auto;
  padding: 0px 20px;
}

.mini-cart-wrap.open {
  left: 0;
}

.empty-popup-img {
  max-width: 70%;
  margin: 0 auto !important;
}

.mini-cart-wrap .mini-cart-top {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #eee;
  padding: 10px 20px;
}

.mini-cart-wrap .mini-cart-top .close-cart {
  border: none;
  background-color: transparent;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  color: #444444;
  line-height: 24px;
  cursor: pointer;
}

.mini-cart-wrap .mini-cart-top .close-cart:focus {
  outline: none;
}

.mini-cart-wrap .mini-cart-top .close-cart i {
  float: left;
  line-height: 26px;
  font-size: 16px;
  margin-right: 5px;
}

.mini-cart-wrap .mini-cart-top p.h2 {
  font-size: 16px;
}

.mini-cart-wrap .mini-cart-products {
  overflow: hidden;
  overflow-y: auto;
  /*height: calc(100% - 45px);*/
  width: 100%;
  position: relative;
}

.mini-cart-wrap .mini-cart-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #eee;
}

.mini-cart-wrap .mini-cart-bottom .sub-total {
  padding: 10px 25px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-cart-wrap .min-cart-actions {
  padding: 10px 20px;
  display: flex;
  border-top: solid 1px #eee;
  align-items: center;
  justify-content: space-between;
}

.mini-cart-wrap .mini-cart-bottom .button a:hover::before {
  height: 550%;
  opacity: 1;
}

.mini-cart-wrap .ucredit-available {
  background-image: url("../../images/Mask Group.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.mini-cart-wrap .remove,
.mini-cart-wrap .remove:hover,
.mini-cart-wrap .remove:focus {
  position: absolute;
  left: 15px;
  top: 0px;
  background-color: transparent !important;
}

.mini-cart-products li .image {
  position: relative;
}

.mini-cart-products li .image img {
  max-width: 150px;
  object-fit: contain;
}

.mini-cart-products li a.add-to-wishlist {
  position: absolute;
  left: 5px;
  top: 5px;
}

.mini-cart-bottom .button a {
  font-size: 16px;
}

.mini-cart-wrap #cart-popup-items {
  position: relative;
  height: 100%;
  width: 100%;
}

/*--
--------Checkbox & Radio input------------*/

/*.input-radio,
.input-checkbox {
    position: relative;
    display: block;
}*/

/*.input-radio input[type="radio"]:not(:checked),
.input-radio input[type="radio"]:checked,
.input-checkbox input[type="checkbox"]:not(:checked),
.input-checkbox input[type="checkbox"]:checked {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}*/
.input-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-right: 28px;
  vertical-align: middle;
  color: #666666;
  word-break: break-word;
}

.left-sidebar .list-group li a {
  color: #666666 !important;
}

.input-checkbox {
  cursor: pointer;
}

.input-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.input-checkbox input[type="checkbox"] + label:before {
  content: "";
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  background: white;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  margin-top: -1px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: 0 auto;
  right: 0;
}

.input-checkbox input[type="checkbox"] + label:hover:before {
  box-shadow: 0px 0px 6px 0px #ebebeb;
  border: 2px solid #ffb100;
}

.input-checkbox input[type="checkbox"]:checked + label:before {
  /*--background: #ffb100;--*/
  border-color: #ffb100;
}

.input-checkbox input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-size: 9px;
  color: #ffb100;
  font-weight: 700;
  position: absolute;
  right: 4px;
  top: 5px;
  bottom: 0;
  height: 16px;
}

.input-checkbox label {
  font-size: 14px;
  display: flex;
  align-items: center;
}

/*.input-radio label,
.input-checkbox label {
    font-weight: 500;
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #151515;
}*/

/*.input-radio input[type="radio"]+label span,
.input-checkbox input[type="checkbox"]+label span {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #EBEBEB;
    border-radius: 3px;
}*/

/*.input-radio input[type="radio"]+label span {
    border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: #FFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
    content: '✔';
    position: absolute;
    top: -1px;
    left: 4px;
    font-size: 13px;
    color: #151515;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span,
.input-checkbox input[type="checkbox"]:checked+label span {
    background-color: #ffb100;
    border-color: #ffb100;
}

.input-radio input[type="radio"]:checked+label span:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}*/

/*************radio**************/

/**********Radio css**************/
div.radio-bubble [type="radio"] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}

/*div.radio-bubble [type="radio"]:checked ~ label:before {
  will-change: transform, border-width, border-color;
  -webkit-animation: bubble 1s ease-in;
          animation: bubble 1s ease-in;
}*/
div.radio-bubble [type="radio"]:checked ~ label:after {
  will-change: opacity, box-shadow;
  /* -webkit-animation: sparkles 700ms ease-in-out;
          animation: sparkles 700ms ease-in-out;*/
}

div.radio-bubble [type="radio"]:checked ~ label > span {
  will-change: transform;
  border: 0;
  /*background-image: -webkit-gradient(linear, left bottom, right top, from(#6e89ff), to(#4363ee));*/
  background: #ffb100;
  -webkit-animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
  animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
  border: 1px solid #ffb100;
}

div.radio-bubble [type="radio"]:checked ~ label > span:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #ffffff;
}

div.radio-bubble [type="radio"]:checked ~ span a {
  color: #ffffff;
}

div.radio-bubble [type="radio"]:checked ~ label .card {
  will-change: box-shadow;
  -webkit-animation: card 500ms ease-in-out forwards;
  animation: card 500ms ease-in-out forwards;
}

div.radio-bubble [type="radio"]:checked ~ label .card:after {
  will-change: transform;
  -webkit-animation: shine 500ms ease-in forwards;
  animation: shine 500ms ease-in forwards;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

div.radio-bubble label {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #666666;
  /* height: 62px; */
  border-radius: 6px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  padding-right: 0;
}

div.radio-bubble label:before,
div.radio-bubble label:after {
  position: absolute;
  right: 29px;
  border-radius: 50%;
  content: "";
}

div.radio-bubble label:before {
  margin: -2rem;
  border: solid 2rem #545461;
  width: 4rem;
  height: 4rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}

div.radio-bubble label:after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  box-shadow: 0.32476rem -2.6875rem 0 -0.1875rem #ff8080,
    -0.32476rem -2.3125rem 0 -0.1875rem #ffed80,
    2.30366rem -1.42172rem 0 -0.1875rem #ffed80,
    1.6055rem -1.69573rem 0 -0.1875rem #a4ff80,
    2.54785rem 0.91464rem 0 -0.1875rem #a4ff80,
    2.32679rem 0.19796rem 0 -0.1875rem #80ffc8,
    0.87346rem 2.56226rem 0 -0.1875rem #80ffc8,
    1.29595rem 1.94258rem 0 -0.1875rem #80c8ff,
    -1.45866rem 2.28045rem 0 -0.1875rem #80c8ff,
    -0.71076rem 2.2244rem 0 -0.1875rem #a480ff,
    -2.69238rem 0.28141rem 0 -0.1875rem #a480ff,
    -2.18226rem 0.8312rem 0 -0.1875rem #ff80ed,
    -1.89869rem -1.92954rem 0 -0.1875rem #ff80ed,
    -2.01047rem -1.18791rem 0 -0.1875rem #ff8080;
}

div.radio-bubble label > span {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  min-width: 16px;
  min-height: 16px;
  margin-left: 10px;
  border-radius: 20px;
  border: 2px solid #eaeaea;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#3b4059), to(#1c1e2d));*/
  background: #ffffff;
  width: 16px;
  height: 16px;
}

div.radio-bubble label > span:hover {
  border-color: #ffb100;
}

@-webkit-keyframes radio {
  0%,
  17.5% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes radio {
  0%,
  17.5% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes card {
  0% {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
    -webkit-transform: scale(0.24);
    transform: scale(0.24);
  }

  45% {
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  100% {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0.24);
    transform: scale(0.24);
  }
}

@keyframes card {
  0% {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
    -webkit-transform: scale(0.24);
    transform: scale(0.24);
  }

  45% {
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  100% {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0.24);
    transform: scale(0.24);
  }
}

@-webkit-keyframes shine {
  from {
    -webkit-transform: translateX(-70px) rotate(10deg);
    transform: translateX(-70px) rotate(10deg);
  }

  to {
    -webkit-transform: translateX(300px) rotate(10deg);
    transform: translateX(300px) rotate(10deg);
  }
}

@keyframes shine {
  from {
    -webkit-transform: translateX(-70px) rotate(10deg);
    transform: translateX(-70px) rotate(10deg);
  }

  to {
    -webkit-transform: translateX(300px) rotate(10deg);
    transform: translateX(300px) rotate(10deg);
  }
}

@-webkit-keyframes bubble {
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: rgb(180 178 178 / 50%);
    border-width: 2rem;
  }

  30%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: rgb(180 178 178 / 50%);
    border-width: 0;
  }
}

@keyframes bubble {
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: rgb(180 178 178 / 50%);
    border-width: 2rem;
  }

  30%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: rgb(180 178 178 / 50%);
    border-width: 0;
  }
}

@-webkit-keyframes sparkles {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  15% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(-20deg);
    transform: scale(1.2) rotate(-20deg);
    box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080,
      -0.32476rem -1.8125rem 0 0rem #ffed80,
      1.91274rem -1.10998rem 0 0rem #ffed80,
      1.21459rem -1.38398rem 0 0rem #a4ff80,
      2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8,
      0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff,
      -1.24172rem 1.82996rem 0 0rem #80c8ff,
      -0.49382rem 1.77391rem 0 0rem #a480ff,
      -2.20492rem 0.17015rem 0 0rem #a480ff,
      -1.69479rem 0.71994rem 0 0rem #ff80ed,
      -1.50777rem -1.61779rem 0 0rem #ff80ed,
      -1.61955rem -0.87617rem 0 0rem #ff8080;
  }
}

@keyframes sparkles {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  15% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(-20deg);
    transform: scale(1.2) rotate(-20deg);
    box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080,
      -0.32476rem -1.8125rem 0 0rem #ffed80,
      1.91274rem -1.10998rem 0 0rem #ffed80,
      1.21459rem -1.38398rem 0 0rem #a4ff80,
      2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8,
      0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff,
      -1.24172rem 1.82996rem 0 0rem #80c8ff,
      -0.49382rem 1.77391rem 0 0rem #a480ff,
      -2.20492rem 0.17015rem 0 0rem #a480ff,
      -1.69479rem 0.71994rem 0 0rem #ff80ed,
      -1.50777rem -1.61779rem 0 0rem #ff80ed,
      -1.61955rem -0.87617rem 0 0rem #ff8080;
  }
}

/*********end radio**************/

.input-radio .caption,
.input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked ~ .caption,
.input-checkbox input[type="checkbox"]:checked ~ .caption {
  max-height: 800px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.form-control {
  font-size: 0.8rem;
}

.validation-advice {
  clear: both;
  color: #ff4134;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  margin: 2px 0 0 0;
  padding-right: 3px;
  float: right;
  text-align: right;
  text-transform: none;
  position: relative;
  width: 100%;
}

.error {
  clear: both;
  color: #ff4134;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  margin: 2px 0 0 0;
  padding-right: 3px;
  float: right;
  text-align: right;
  text-transform: none;
  position: relative;
  width: 100%;
}

.text-success {
  color: #28a745 !important;
}

/*.owlslider-shop-category-slider .product-list { 
    padding:15px !important;    
}*/

/*--
--------Related Product Slider-------------*/
.product-list {
  border: 1px solid #f1f1fd;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
  direction: rtl !important;
  padding: 25px;
}

.product-list .badge {
  right: 25px;
  top: 25px;
  position: absolute;
}

.product-list .product-tile h5 {
  font-size: 14px;
  color: #151515;
  font-weight: 600;
}

.product-list .product-price {
  font-size: 16px;
  color: #151515;
  font-weight: 700;
  margin-bottom: 0px !important;
}

.btn.btn-primary {
  background: #ffb100;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  color: #151515;
}

.wishlist-icon {
  left: 25px;
  top: 25px;
  position: absolute;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #ffb100 !important;
  border-color: #ffb100;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #ffb100 !important;
  border-color: #ffb100;
}

.wishlist-icon i {
  color: #fff;
  line-height: unset;
  font-weight: 900;
  font-size: 12px;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  background: #e5e5e5;
}

/*.wishlist-icon i.fas.fa-heart,
.wishlist-icon:hover i,
.wishlist-icon:focus i.fas.fa-heart,
.add-to-wishlist i.fas.fa-heart,
.add-to-wishlist:hover i,
.add-to-wishlist:focus i.fas.fa-heart{
    color: #FF4134;
}*/

.wishlist-icon i.fas.fa-heart,
.wishlist-icon:focus i.fas.fa-heart,
.add-to-wishlist i.fas.fa-heart,
.add-to-wishlist:focus i.fas.fa-heart {
  color: #ff4134;
  background-color: #ffebea;
}

.wishlist-icon.added i {
  color: #ff4134;
}

.product-list .ubuy-fulfilled {
  left: 25px;
  bottom: 25px;
  position: absolute;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.product-list .ubuy-fulfilled img {
  max-width: 85%;
}

.product-list .store-select {
  align-items: center;
  background-color: transparent;
  color: #666666;
}

.product-list .product-image a {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--Social Media--*/
.facebook {
  color: #3b5999;
}

.twitter {
  color: #55acee;
}

.youtube {
  color: #cd201f;
}

.instagram {
  color: #e4405f;
}

/*--
--------Footer-------------*/
.address-book .table-responsive .table thead th {
  white-space: nowrap;
}

.table {
  word-break: initial;
}

.modal-backdrop {
  z-index: 11111;
}

.modal {
  z-index: 11112;
}

footer {
  border-top: 1px solid #eee;
  font-family: 'Droid Arabic Kufi';
}

footer h6 {
  padding: 8px 10px;
  color: #464646;
  font-weight: normal;
  width: 100%;
  max-width: 240px;
  border-radius: 25px;
  border: 1px solid #d7d7d7;
  background-color: #f3f2f2;
  position: relative;
}

/*footer .col-lg-3:before {
    border-bottom: 1px solid #d7d7d7;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 22px;
    left: 0;
    right: 0;
    display: block;
}*/

/*--Newsletter Subscribe Block--*/
.newsletter-subscription {
  text-align: center;
  padding: 15px 0;
}

.newsletter-subscription h4 {
  font-weight: 600;
  font-weight: normal;
  font-size: 16px;
}

.newsletter-subscription input {
  border: 1px solid #bbb;
  padding: 10px;
  color: #464646;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}

.action .button {
  width: 40px !important;
  height: 40px;
  background-color: #ffb100;
  border: 0;
  margin-left: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 23px;
  cursor: pointer;
}

button:focus {
  outline: none;
}

/*--Important Links--*/
.footer-links a {
  color: #151515;
  font-size: 14px;
}

.footer-links li {
  position: relative;
  margin: 0 10px;
}

.footer-links li:after {
  content: "|";
  position: absolute;
  right: -13px;
  top: 1px;
  display: block;
  /* padding: 0 10px; */
  font-size: 12px;
}

.footer-links li:first-child:after {
  content: normal;
}

.footer-links li:hover a {
  color: #ffb100;
}

/************go to***************/
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.go-top,
.go-top:hover,
.go-top:focus {
  position: fixed;
  bottom: 40px;
  left: 30px;
  text-align: center;
  height: 40px;
  width: 40px;
  padding: 8px;
  background-color: #ffb100;
  z-index: 110;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  display: none;
  border-radius: 100%;
}

.go-top i {
}

.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.dir-ltr {
  direction: ltr;
}

/*--Country Links Slider--*/
/*
.owlslider-country-slider .owl-nav.disabled {
    display: block !important;
}
.owlslider-country-slider .owl-prev {
    right: auto;
    float: none;
    top: 13%;
    opacity: 1;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    -moz-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    border-radius: 100%;
    display: inline-block;
    background-image: none;
    margin: 10px 5px 0;
    font-size: 25px;
    text-shadow: none;
}
.owlslider-country-slider .owl-next {
    left: auto;
    float: none;
    top: 13%;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.11);
    border-radius: 100%;
    display: inline-block;
    background-image: none;
    margin: 10px 5px 0;
    font-size: 25px;
    text-shadow: none;
    opacity: 1;
}
*/
/*--Floating Labels--*/
/*.floating-labels input:placeholder-shown~label,
.floating-labels textarea:placeholder-shown~label,
.floating-labels select~label {
    opacity: 0;
    bottom: 10px;
    visibility: hidden;
}*/
.floating-labels input ~ label,
.floating-labels textarea ~ label,
.floating-labels select ~ label {
  position: absolute;
  top: -10px;
  transition: bottom 0.7s ease, opacity 0.7s ease;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #aaa;
  visibility: visible;
  background-color: #fff;
  right: 25px;
  padding: 0 5px;
  height: 18px;
  z-index: 3;
}

.floating-labels {
  position: relative;
}

/*--Floating Labels--*/

/*--Rating--*/

.review-percentage .progress {
  height: 5px;
}

.review-percentage .progress-bar {
  background: #ffb100;
  height: 5px;
}

/*--Rating--*/

/*--Featured Products--*/
.voilet-bg {
  background-image: url("../../images/voilet-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*padding: 5px 30px 45px;*/
  border-radius: 5px;
  margin-bottom: 10px;
}

.blue-bg {
  background-image: url("../../images/blue-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*padding: 5px 30px 45px;*/
  border-radius: 5px;
}

.yellow-bg {
  background-image: url("../../images/yellow-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*padding: 5px 30px 45px;*/
  border-radius: 5px;
}

.green-bg {
  background-image: url("../../images/green-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*padding: 5px 30px 45px;*/
  border-radius: 5px;
}

.featured-products .text-overlay {
  position: relative;
  bottom: -8px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0px;
  width: 68%;
  margin-right: 23px;
  height: 77px;
  display: flex;
  align-items: center;
}

.featured-products .text-overlay i {
  display: none;
  position: absolute;
  left: 1rem;
  top: 40%;
}

.featured-products .text-overlay:hover:after {
  background: linear-gradient(90deg, #ffb100 21.85%, #ffe817 84.87%);
  position: absolute;
  bottom: -5px;
  height: 5px;
  content: "";
  width: 100%;
  right: 0;
}

.featured-products .text-overlay:hover i {
  display: block;
  /*margin-top: 5px;*/
}

.text-overlay a {
  font-weight: 700;
  color: #151515;
  padding: 14px 50px 14px 18px !important;
}

.text-overlay a:hover {
  text-decoration: none;
}

/*.box-height {
    min-height: 260px;
}*/

.modal .badge {
  white-space: pre-wrap;
}

.modal .badge.badge-success {
  font-size: 16px;
  color: #28a745;
  background-color: transparent;
  padding: 0px !important;
}

/*--Custom Dropdown--*/
.custom-dropdown .btn {
  background-color: transparent;
  outline: 0px;
  box-shadow: none;
}

.custom-dropdown img {
  margin-top: 2px;
  margin-left: 5px;
}

.custom-dropdown.header-language-dropdown img {
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 8px 0px #eeeeee;
}

.custom-dropdown.country-selector-footer img {
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 8px 0px #eeeeee;
  max-width: 35px;
  /*    height:25px;*/
  display: inline-block;
}

.custom-dropdown img.login-user-img {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.custom-dropdown .dropdown-menu a,
.custom-dropdown .dropdown-menu span {
  font-size: 14px;
  padding: 6px 15px 6px 38px;
  border-bottom: 1px solid #eeeeee;
  transition: none;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.custom-dropdown .dropdown-menu a:hover,
.custom-dropdown .dropdown-menu span:hover {
  background-image: url(../../images/dropdown-selected.svg);
  /*--background-color: transparent;--*/
  background-color: #ffb100;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-weight: 600;
  color: #151515;
}

.custom-dropdown .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 6px solid #0200474d;
  border-left: 5px solid transparent;
  border-bottom: 0;
  border-right: 5px solid transparent;
  /* color: #0200474d;*/
}

/*******account section dropdown*************/
.account-dropdown.custom-dropdown .dropdown-menu {
  padding: 13px 0px 0;
  min-width: 246px;
  max-width: 246px;
  width: 100%;
  left: 0;
  right: unset;
}

.account-dropdown.custom-dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 8px 20px;
  border-bottom: none;
  color: #151515;
}

.welcome-msg {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0px 9px;
  margin: 0px 20px;
  color: #151515;
}

.account-dropdown.custom-dropdown .dropdown-menu a:hover {
  background-image: none;
  /*--background-color: #FFB100;--*/
  font-weight: normal;
}

.store-dropdown.custom-dropdown .dropdown-menu a img {
  width: 28px;
  border-radius: 3px;
}

.store-dropdown.custom-dropdown .dropdown-menu {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 4px 4px #ebebeb;
}

.store-dropdown.custom-dropdown .dropdown-menu a {
  border-bottom: none;
  margin-bottom: 2px;
}

.store-dropdown.custom-dropdown .dropdown-menu a:hover {
  color: #151515;
}

.store-dropdown.custom-dropdown .dropdown-item.active,
.store-dropdown.custom-dropdown .dropdown-item:active,
.custom-dropdown .sort-by-dropdown .dropdown-item.sort-by-item.active,
.custom-dropdown .sort-by-dropdown .dropdown-item.sort-by-item:active,
.serach-section .custom-dropdown .dropdown-item.active,
.serach-section .custom-dropdown .dropdown-item:active {
  background-color: #f8f8fa;
  background-image: url(../../images/dropdown-selected.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  font-weight: 600;
  color: #151515;
}

.custom-dropdown .sort-by-dropdown .dropdown-item.sort-by-item.active,
.custom-dropdown .sort-by-dropdown .dropdown-item.sort-by-item:active {
  background-color: transparent;
}

.store-dropdown.custom-dropdown .dropdown-menu a::before {
  display: block;
  content: attr(title);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/*--Custom Search--*/
.search-by-brand .input-group {
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
}

.search-by-brand .input-group-text {
  border: 0;
  border-radius: 8px;
  background-color: #fff;
}

.search-by-brand .input-group .form-control {
  background-color: #fff;
  border: 0;
  /* padding-left: 0; */

  font-size: 14px;
}

.search-by-brand .input-group-text i {
  width: 25px;
  height: 25px;
  background-color: #ffb100;
  color: #fff;
  padding: 6px;
  border-radius: 8px;
  font-size: 13px;
}

.page-link:focus {
  box-shadow: none;
}

.page-link:hover {
  color: #151515;
}

/*--Custom Search--*/

/*--Cross Theme Search--*/
.cross-theme-search .input-group {
  border: 1px solid #dddddd;
  border-radius: 50px;
  overflow: hidden;
}

.cross-theme-search .input-group-text {
  border: 0;
  border-radius: 50px;
  background-color: #fff;
}

.cross-theme-search .input-group .form-control {
  background-color: #fff;
  border: 0;
  /* padding-left: 0; */
  font-size: 14px;
}

.cross-theme-search .input-group-text em {
  width: 30px;
  height: 30px;
  background-color: #ffb100;
  color: #fff;
  padding: 8px;
  border-radius: 100%;
  font-size: 15px;
}

/*--Cross Theme Search--*/

.owlslider-product-slider .item img {
  max-height: 210px;
  object-fit: contain;
}

/**********input field css*********/

.inputfield {
  position: relative;
  height: 45px;
  margin-bottom: 18px;
}

.inputfield span {
  position: relative;
  display: block;
}

.inputfield span:before {
  content: "";
  right: 0;
  bottom: 0;
  right: 100%;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) -0.1%,
    #ff7070 -0.1%,
    #fbba20 82.29%
  );
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.inputfield.active span:before {
  left: 0;
}

.inputfield.active label {
  margin: 3px 15px 3px 0px;
  font-size: 11px;
  color: #a6a6a6;
}

.inputfield label {
  position: absolute;
  z-index: 1;
  margin: 13px 16px;
  font-size: 0.8rem;
  transition: all 0.2s ease-in-out;
  cursor: text;
  color: #666666;
}

.inputfield input,
.inputfield textarea {
  padding: 20px 15px 10px;
  font-size: 0.8rem;
  position: relative;
  height: 45px;
  top: 0;
  border: 1px solid #eeeeee;
  background: #fcfcfc;
}

.inputfield input:focus,
.inputfield textarea:focus {
  outline: none;
}

.inputfield.autofilled span:before {
  left: 0;
}

.inputfield.autofilled label {
  margin: 3px 15px 3px 0px;
  font-size: 11px;
  color: #a6a6a6;
}

.form-row {
  position: relative;
}

.middle-section ul.list-group li ul.list-group li {
  position: relative;
}

/*.inputfield .validation-advice{
    position: absolute;
    bottom: -13px;
}*/
#careerForm .floating-labels select,
#careerForm .floating-labels input[type="file"] {
  height: 45px;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
}

/********input field css end***********/

/*************Newsletter new design************/

.newsletter-subscription #newsletter-subscribe-email {
  background-image: url("https://d2ati23fc66y9j.cloudfront.net/ubuycom/footer-bg/stay-connected.svg");
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  width: 100%;
  background-position: center;
  padding: 20px 0px;
  border-radius: 30px;
  background-size: cover;
}

.newsletter-subscription #newsletter-subscribe-email .newsletter-subscription {
  margin: 0 auto;
}

.newsletter-subscription .input-group {
  width: auto;
  align-items: center;
}

.newsletter-subscription .stay-connected {
  position: relative;
  margin: 0px;
  line-height: normal;
  line-height: 40px;
  text-align: left !important;
}

.newsletter-subscription .stay-connected:before {
  width: 5px;
  height: 100%;
  background-color: #fbb828;
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  display: block;
}

.newsletter-subscription .input-group-text {
  background-color: #ffb100;
  border-radius: 45px !important;
  color: #151515;
  max-height: 51px;
  cursor: pointer;
  overflow: hidden;
}

.newsletter-subscription .input-group-text input[type="submit"] {
  background-color: #ffb100;
  border: 0px;
  padding: 10px 20px 10px 20px;
  color: #151515;
  font-weight: bold;
  height: 40px;
  line-height: 20px;
}

.newsletter-subscription .input-group {
  max-width: 520px;
}

.input-group-text {
  /*padding: 0;*/
  height: auto;
}

.cross-theme-search .input-group-text em {
  /* position: absolute; */
  /* right: 30px; */
  z-index: 1;
  width: auto;
  height: auto;
  padding: 0;
  /* top: 20px; */
  bottom: 0;
  margin: auto;
  background: transparent;
  margin-left: 10px;
}

.newsletter-subscription #validate-newsletter {
  display: block;
  font-size: 11px;
  position: relative;
  color: red;
  right: 15px;
  /*white-space: nowrap;*/
  bottom: 0px;
}

/*************End Newsletter new design************/
.copyright {
  direction: rtl;
}

/*---Footer---*/
footer {
  background-color: #fff;
  font-weight: 600;
}

footer h4 {
  font-size: 20px;
  font-weight: 600;
}

/*--footer .fab {
    font-size: 25px;
}--*/
footer .quick-links span {
  min-width: 25px;
  display: inline-block;
}

.country-selector-footer .delivery-text {
  font-size: 14px;
  min-width: 50px;
}

.country-selector-footer .btn {
  border: 1px solid #efefef;
  padding: 5px 12px;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
}

.country-selector-footer .btn:after {
  position: absolute;
  top: 13px;
  left: 15px;
  border-top: 0.4em solid;
  border-left: 0.4em solid transparent;
  border-bottom: 0;
  border-right: 0.4em solid transparent;
}

.payment-icons li {
  /*--margin-left: 13px;
    border: 1px solid #464646;
    border-radius: 3px;
    -webkit-box-shadow: -1px 2px 3px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: -1px 2px 3px 0px rgb(0 0 0 / 50%);
    box-shadow: -1px 2px 3px 0px rgb(0 0 0 / 50%);--*/
}

footer .footer-menu {
  padding-bottom: 60px;
}

footer .ubuy-popular-search {
  background-color: #f8f8fa;
  margin: 0 auto;
  position: relative;
  margin-top: -50px;
  margin-bottom: 16px;
  color: #ffb100;
}

/*--.footer-menu .quick-links a:hover { color:#ffb100;}--*/
footer .ubuy-popular-search strong {
  font-weight: 600;
}

footer .ubuy-popular-search ul li {
  position: relative;
}

footer .ubuy-popular-search ul li:after {
  height: 13px;
  background-color: #666666;
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 1px;
  display: block;
}

footer .ubuy-popular-search ul li:last-child:after {
  content: normal;
}

footer .ubuy-popular-search ul li a {
  font-weight: 600;
}

:focus {
  outline: none;
}

#newsletter-subscribe-email p.h2-heading {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.country-selector-footer .dropdown-menu {
  max-height: 300px;
  overflow: auto;
  left: 0 !important;
  z-index: 99;
  right: unset;
}

/*****************************/
.header-language-dropdown .prod-gram {
  margin-bottom: 5px !important;
}

.header-language-dropdown .dropdown-menu {
  padding: 11px 20px 20px;
  min-width: 220px;
  box-shadow: 0px 0px 6px #ebebeb;
}

.header-language-dropdown .select-wrapper {
  width: 100%;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 8px;
  cursor: pointer;
}

.header-language-dropdown label {
  margin-bottom: 3px;
  font-size: 14px;
}

.header-language-dropdown ul.prod-gram {
  height: 33px;
  width: 100%;
  color: #151515;
  letter-spacing: 0em;
  font-size: 14px;
  line-height: 24px;
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 111;
  background: #ffffff;
  border-radius: 3px;
}

.header-language-dropdown ul.prod-gram li.init {
  cursor: pointer;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  position: relative;
}

.header-language-dropdown ul.prod-gram li.init:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  border-top: 6px solid #0200474d;
  border-left: 5px solid transparent;
  border-bottom: 0;
  border-right: 5px solid transparent;
  width: 6px;
  height: 6px;
  margin: auto;
}

.header-language-dropdown ul.prod-gram li {
  padding: 3px 6px;
  z-index: 2;
  height: 33px;
  cursor: pointer;
  width: 100%;
}

.header-language-dropdown ul.prod-gram li:not(.init) {
  width: 100%;
  display: none;
  background: #f8f8fa;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 0px;
}

.header-language-dropdown ul.prod-gram li:not(.init):hover {
  background: #ffb100;
}

.wsmenu > .wsmenu-list > li > .wsshoptabing {
  top: 50px;
}

.wsmenu > .wsmenu-list > li > .navtext {
  padding: 19px 0px;
}

.category-value {
  display: none;
}

/*----------------------------*\
loading screen
\*----------------------------*/
.loader-spin-overlay {
  z-index: 9999;
  color: #d85909;
  font-size: 15px;
  font-weight: bold;
  opacity: 0.8;
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.loader-spin,
.loader-spin:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader-spin-overlay.loading {
  display: block !important;
}

.loader-spin {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 35%;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(242, 139, 0, 0.2);
  border-left: 0.4em solid rgba(242, 139, 0, 0.2);
  border-bottom: 0.1em solid rgba(242, 139, 0, 0.2);
  border-right: 0.5em solid #ff7500;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.body-content {
  position: relative;
}

.loader-spin-overlay-absolute {
  z-index: 99;
  color: #d85909;
  font-size: 15px;
  font-weight: bold;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.loader-spin-overlay-absolute.loading {
  display: block !important;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------*\
loading screen
\*----------------------------*/

/*----------------------------*\
loading elements
\*----------------------------*/
.u-loader-sl {
  position: relative;
}

.u-loader {
  z-index: 9999;
  color: #d85909;
  font-size: 15px;
  font-weight: bold;
  opacity: 1;
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  top: 45%;
  left: 0;
  right: 0;
  display: none;
}

.u-loader .loader-spin,
.u-loader .loader-spin:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

.u-loader-outer {
  background: #fff;
  height: 100% !important;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.u-loader-sl {
  min-height: 50px;
  position: relative;
  background: #f8f8fa;
}

.u-loader-sl.s1x {
  min-height: 50px;
}

.u-loader-sl.s2x {
  min-height: 100px;
}

.u-loader-sl.s4x {
  min-height: 200px;
}

.u-loader-sl.s6x {
  min-height: 400px;
}

.u-loader.s1x {
  transform: scale(0.2);
}

.u-loader.s2x {
  transform: scale(0.5);
  top: 40%;
}

.u-loader.s4x {
  transform: scale(0.8);
  top: 40%;
}

.u-loader.s6x {
  transform: scale(1);
  top: 40%;
}

.u-loader.loading {
  display: block !important;
}

.u-loader .loader-spin {
  margin: 0px auto;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0%;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(74, 74, 74, 0.2);
  border-left: 0.7em solid rgba(74, 74, 74, 0.2);
  border-bottom: 0.7em solid rgba(74, 74, 74, 0.2);
  border-right: 0.7em solid #464646;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

/*----------------------------*\
loading elements
\*----------------------------*/

/************header fixed***********/

.fixed-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 111;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*main{
    padding-top: 84px;
}*/

/*******End Fixed Header**************/

.testing-links {
  display: inline-block;
  position: fixed;
  padding: 15px;
  z-index: 9999;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #ccc;
  left: -90px;
  transition: 0.5s ease-in-out;
  border: 1px solid #151515;
}

.testing-links:hover {
  right: 0;
}

/************no product***********/
.no-product {
  padding: 30px 15px 0px;
  margin-bottom: 30px;
}

.no-product h1 {
  color: #ffb100;
  font-weight: 600;
}

#faq-search-mobile-link {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 15px;
}

#faq-search-mobile-link i {
  margin-left: 5px;
  color: #ffb100;
}

/************Pagination Css***********/

.page-link {
  padding: 5px 10px;
  border: none;
  background-color: transparent;
  margin-right: 3px;
  color: #151515;
  font-weight: 600;
  font-size: 16px;
}

.page-item.active .page-link {
  color: #151515;
  background-color: #efefef;
}

#product-view-full {
  word-break: break-all;
}

.copyright {
  margin-top: 10px;
}

.contactus .phone_country_box_code .contry_phone_code {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 12px;
}

.contactus .phone_country_box_code #telephone {
  padding-right: 45px;
}

/************/

#mobile {
  max-width: 130px;
  width: 100%;
}

.dropdown-menu {
  z-index: 10003;
  left: auto;
  right: 0;
}

.header-account-links .dropdown-menu {
  z-index: 10003;
  left: 0px;
  right: auto;
}

.item.product-list .product-min-detail .store-select,
.ubuy-fulfilled {
  cursor: default;
}

/***************************seo contain*****************/
.category-link-information h3,
.category-link-information h2 {
  word-break: break-word;
}

.category-link-information h1 strong,
.category-link-information h2 strong,
.category-link-information h3 strong,
.category-link-information h4 strong,
.category-link-information h5 strong,
.category-link-information h6 strong {
  color: #212529;
}

.category-link-information h1,
.category-link-information h2,
.category-link-information h3,
.category-link-information h4 {
  padding: 5px 0;
  color: #212529;
  line-height: normal;
  /*--border-left: 5px solid #EF9900; background-color: #eee;
    padding-left: 10px;--*/
  margin-bottom: 0px;
  margin-top: 15px;
  text-align: right !important;
}

.category-link-information h1 span,
.category-link-information h2 span,
.category-link-information h3 span,
.category-link-information h4 span {
  padding: 0px 0;
  color: #ef9900;
  line-height: normal;
  margin-bottom: 0px;
  background-color: #eee;
  margin-top: 0px;
  display: block;
}

.category-link-information p {
  font-size: 14px;
  text-align: right;
  line-height: normal;
  padding-bottom: 5px;
  color: #151515;
  margin: 0px 0px 2px 15px;
}

.category-link-information p a {
  color: #151515;
  font-weight: 600;
}

.category-link-information h1,
.category-link-information h1 span {
  font-size: 20px !important;
}

.category-link-information h2,
.category-link-information h2 span {
  font-size: 18px !important;
}

.category-link-information h2 {
  font-weight: bold;
}

.category-link-information h3,
.category-link-information h3 span {
  font-size: 16px !important;
  border: 0px;
  margin-left: 15px;
  padding-left: 0px;
}

.category-link-information h3 {
  font-weight: bold;
}

.category-link-information h4,
.category-link-information h4 span {
  font-size: 14px !important;
  font-weight: 700;
}

.category-link-information ul {
  padding-right: 25px;
}

.category-link-information ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.category-link-information ul li p {
  padding-left: 0px;
}

.category-link-information ul li a {
  color: #ffb100;
  text-decoration: underline;
}

.category-link-information strong a {
  font-weight: bold;
}

.category-link-information {
  margin-top: 25px;
  max-width: 1170px;
}

.category-link-information h3.brand-question,
.category-link-information h3.brand-question span {
  margin-left: 0px;
  /*--padding-left: 15px;--*/
  margin-bottom: 0px;
}

.category-link-information .brands-and-categories {
  display: flex;
  flex-wrap: wrap;
}
.category-link-information .brands-and-categories li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.category-link-information .brands-and-categories li a {
  text-decoration: none;
}
/**********seo contain end*********/

@media (max-width: 1500px) {
  footer .footer-menu {
    padding-bottom: 35px;
  }

  footer .fab {
    font-size: 22px;
  }

  footer h4 {
    font-size: 18px;
  }

  .text-overlay a {
    padding: 14px 0px 14px 18px !important;
  }

  /***************header**************/
  .header-cart span {
    font-size: 0px;
  }

  .featured-products img {
    max-width: 60%;
  }

  #user_cart_count,
  #user_cart_count_sm {
    left: -6px;
  }

  .wishlist-icon {
    left: 12px;
    top: 12px;
  }
}

/*--Error Success Popup Messages--*/
.popup-messages .messages {
  background-color: #212121;
  width: auto;
  display: block;
  padding: 10px;
  margin: 0 auto;
  position: fixed;
  bottom: 30px;
  z-index: 99999;
  left: 0;
  right: 0;
  max-width: 360px;
  font-size: 14px;
  color: #fff;
}

.popup-messages .messages .success-msg .fa-check-circle {
  color: #26bc4e;
  font-size: 20px;
}

.popup-messages .messages .error-msg .fa-exclamation-circle {
  color: #ff6161;
  font-size: 20px;
}

.popup-messages .messages a {
  color: #ffb100;
}

/*--Error Success Popup Messages--*/

/**************Qty Slider****************/
.qty-cart input[type="number"] {
  outline: none;
  -moz-appearance: textfield;
  height: calc(1.5em + 0.75rem + -10px);
}

.qty-cart input[type="number"]::-webkit-inner-spin-button,
.qty-cart input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.ui-spinner a.ui-spinner-button.ui-corner-tr {
  width: 11px;
  border-top: 5px solid #9b9fad;
  border-left: 5px solid transparent;
  border-bottom: 0;
  border-right: 5px solid transparent;
  transform: rotate(180deg);
  height: 11px;
}

.ui-spinner a.ui-spinner-button.ui-corner-tr:hover {
  border-top: 5px solid #9b9fad;
}

.ui-spinner a.ui-spinner-button.ui-corner-br {
  width: 11px;
  border-top: 5px solid #9b9fad;
  border-left: 5px solid transparent;
  border-bottom: 0;
  border-right: 5px solid transparent;
  height: 11px;
}

.ui-spinner .form-control:focus {
  border: none;
}

.ui-spinner-input {
  margin: 0 !important;
  padding: 0px 0px 0 15px !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #dee2e6;
  padding: 6px 12px;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 0px #eeeeee;
  min-width: 110px;
  width: 100%;
}

.qty-cart label {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ui-spinner-button {
  left: 10px !important;
}

.ui-spinner-up {
  top: 3px !important;
}

.ui-spinner-down {
  bottom: 3px !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  color: #151515;
}

/**************Qty Slider End****************/

/************search box top-selling************/

.search-list {
  display: flex;
  justify-content: center;
}

.deal-search-box .search-boxes {
  position: relative;
  padding: 0;
  display: inline-block;
  width: 100%;
  max-width: 700px;
  margin-top: 30px;
}

.deal-search-box .search-boxes .fa-search {
  position: absolute;
  padding: 9px;
  top: 6px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  right: 6px;
  background: #ffb100;
  z-index: 2;
}

.deal-search-box .auto-type {
  position: relative;
}

.deal-search-box .search-deals-input {
  color: #464646;
  min-width: 250px;
  height: 48px;
  border-radius: 30px;
  border: 1px solid #c6c6c6;
  padding-right: 60px;
  padding-left: 45px;
  width: 100%;
  font-size: 16px;
}

.deal-search-box i.fas.fa-times.close_search {
  display: none;
  left: 20px;
  color: #c6c6c6;
  position: absolute;
  top: 11.5px;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
}

.btn.btn-primary.add-to-cart {
  display: none !important;
}

.product-tile {
  margin-top: 12px;
}
.subfooter .subfooter-inner .iso-certified {
  border-right: 1px solid #dbd9d9;
  padding-right: 20px;
  width: 160px !important;
  margin-right: 10px;
  max-width: initial;
}

/************end search box top-selling************/


.icon.whatsapp { position: relative; background: #ffffff; border-radius: 50%; cursor: pointer; transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); display: inline-block;}
.whatsapp-info { position: absolute; top: -64px; font-size: 13px; font-family: 'Poppins'; background: #151515; color: #ffffff; width: 250px; padding: 5px 8px; border-radius: 5px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); opacity: 0; pointer-events: none; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); left: -110px;}
.whatsapp-info::before { position: absolute; content: ""; height: 8px; width: 8px; background: #151515; bottom: -3px; left: 48%; transform: translate(-50%) rotate(45deg); transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.icon.whatsapp:hover .whatsapp-info {top: -50px;opacity: 1;visibility: visible;pointer-events: auto;left: -110px;}
.contact-details a{ color: #666 !important; font-weight: 600 !important; font-size: 13px !important;} 

@media (max-width: 1600px) {
  .whatsapp-info{
    left: -45px;
    top: -50px;
  }
  .icon.whatsapp:hover .whatsapp-info{
    left: -45px;
    top: -50px;
  }
  .whatsapp-info::before{
    left: 22%;
  }
}

@media (max-width: 1400px) {
  .track-order {
    display: none;
  }

  .col-lg-5.header-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%;
  }

  .header-advance-search .submit button,
  .header-advance-search .submit button:focus {
    width: 50px;
  }

  .download-app {
    font-size: 0px;
  }

  .download-app img.mr-1 {
    margin-left: 0px !important;
  }

  .product-outer-list.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .header-account-links button.download-app {
    display: none;
  }

  .mansory {
    columns: 240px;
    column-gap: 20px;
  }

  /********footer******************/

  .footer-links.pt-4.pb-4 {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
  }

  .footer-links a {
    font-size: 13px;
  }

  footer .w-60 {
    width: 100% !important;
  }

  footer .ubuy-popular-search {
    padding: 15px 0px !important;
  }

  footer h4.mb-4 {
    margin-bottom: 1.2rem !important;
    font-size: 16px;
  }

  .payment-icons li img {
    /*--width: 50px;--*/
    height: auto;
  }

  .featured-products .text-overlay {
    position: relative;
    width: 68%;
    height: 67px;
    font-size: 16px;
    line-height: 21px;
  }

  .text-overlay a {
    padding: 10px 18px 10px 10px !important;
  }

  .newsletter-subscription .stay-connected {
    font-size: 23px;
    line-height: 35px;
  }
}

@media (max-width: 1280px) {
  .whatsapp-info{
    left: -10px;
    top: -50px;
  }
  .icon.whatsapp:hover .whatsapp-info{
    left: -10px;
    top: -50px;
  }
  .whatsapp-info::before{
    left: 8%;
  }
}
@media (max-width: 1200px) {
  .header-account-links.mr-2 {
    margin-left: 0px !important;
  }

  #customer_short_section button span {
    font-size: 0px;
  }

  .text-overlay a {
    padding: 14px 18px 14px 50px !important;
  }

  .cms-content-pages h1.h1 {
    margin-bottom: 30px !important;
  }

  .cms-content-pages .container-fluid {
    margin-top: 30px !important;
  }
}

@media (max-width: 1070px) {
  .desktop-hidden {
    display: none !important;
  }

  .navbar.navbar-expand-lg {
    padding: 0;
  }

  .wsmenu > .wsmenu-list > li > .wsshoptabing {
    top: 0px;
  }

  .wsmenu > .wsmenu-list > li > .navtext {
    text-align: right;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-value i {
    margin-left: 11px;
    color: #ffb100;
  }

  .wsmobileheader {
    justify-content: space-between;
    box-shadow: 0px 2px 14px rgb(0 0 0 / 11%);
    flex-wrap: wrap;
    padding-bottom: 12px;
    background: #ffffff;
  }

  .mobileheaderinner {
    display: flex;
  }

  .menulist {
    display: flex;
    justify-content: flex-end;
    flex: 1 0 auto;
  }

  header {
    box-shadow: none;
  }

  .wsshopmyaccount,
  .track-order-mobile {
    display: block !important;
  }

  .download-app {
    font-size: 12px;
  }

  .header-account-links button {
    min-height: 32px;
  }

  .header-account-links button.download-app {
    display: block;
  }

  .category-value {
    display: block;
  }

  .hamburger {
    display: none;
  }

  .ws-inline li.has-child .hover-active,
  .ws-inline li.has-child.ws-child-active .hover-active {
    opacity: 1;
  }

  .hover-active {
    position: relative;
    top: 0;
  }

  .ws-inline li.has-child.ws-child-active > a:after {
    display: none;
  }

  .ws-inline > li > a {
    padding: 10px 10px 15px 10px;
  }

  /* main {
        padding-top: 125px;
    }*/
  /* main{
        margin-top: 32px;
    }*/
  /**********footer***********/

  .ubuy-popular-search.w-90 {
    width: 95% !important;
  }

  footer .ubuy-popular-search {
    margin-top: -45px;
  }

  .footer-links li {
    position: relative;
    margin: 0 8px;
  }

  .language-section {
    display: none !important;
  }

  #user_cart_count,
  #user_cart_count_sm {
    left: 10px;
  }

  .header-account-links .download-app a {
    color: #ff4134;
  }

  .header-advance-search .dropdown-menu {
    left: auto !important;
    right: 0px;
    transform: translate3d(-5px, 36px, 0px) !important;
  }

  .header-advance-search #store-sm .dropdown-menu {
    left: 0px !important;
    right: auto !important;
  }

  .header-cart img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .header-language-dropdown .dropdown-menu,
  .store-sm .dropdown-menu {
    left: 0px;
    right: unset !important;
    transform: translate3d(-5px, 36px, 0px) !important;
  }

  .column-heading-icon img {
    max-width: 20px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1262px) {
  .wsmenu {
    width: auto;
  }
}

@media (max-width: 991px) {
  .quick-links {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
  }

  /*.quick-links:after{
        content: '';
        position: absolute;
        bottom: -5px;
        width: 30%;
        height: 1px;
        background-color: #e4e4e4;
        left: 0;
        right: 0;
        margin: auto;
    }*/
  .quick-links:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 80%;
    width: 1px;
    background-color: #e4e4e4;
    left: 0;
    margin: auto;
  }

  .quick-links:nth-child(even):before {
    display: none;
  }

  .quick-links:nth-last-child(2):after,
  .quick-links:last-child:after {
    display: none;
  }

  .quick-links .payment-icons,
  .country-selector-footer,
  .quick-links .list-unstyled {
    justify-content: center;
  }

  .country-selector-footer .w-60 {
    width: 60% !important;
  }

  footer .footer-menu {
    padding-bottom: 0;
  }

  .ubuy-popular-search,
    /*--.ubuy-polices{
        display: none !important;
    }--*/

    .ubuy-polices ul {
    line-height: 25px;
  }

  .newsletter-subscription .d-flex#newsletter-subscribe-email {
    flex-wrap: wrap;
    justify-content: center;
  }

  #newsletter-subscribe-email p.h2-heading {
    margin-bottom: 10px !important;
  }

  .featured-products .text-overlay {
    height: 50px;
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }

  ul.pagination {
    margin-top: 25px !important;
  }

  .cms-content-pages h1.h1 {
    margin-bottom: 20px !important;
  }

  .cms-content-pages .container-fluid {
    margin-top: 20px !important;
  }
  .whatsapp-info{
    left: -60px;
    top: -50px;
  }
  .icon.whatsapp:hover .whatsapp-info{
    left: -60px;
    top: -50px;
  }
  .whatsapp-info::before{
    left: 31%;
  }
}

@media (max-width: 767px) {
  .page-link {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer .ubuy-popular-search {
    margin-top: 15px;
  }

  footer h4.mb-4 {
    margin-bottom: 0.9rem !important;
    font-size: 16px;
  }

  .quick-links {
    margin-bottom: 15px;
  }

  #newsletter-subscribe-email p.h2-heading {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
  }

  .action .button {
    width: 35px !important;
    height: 35px;
    font-size: 20px;
  }

  .newsletter-subscription input {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }

  #catgory-pagination-text {
    display: none;
  }

  /* main {
        padding-top: 117px;
    }*/
  .custom-dropdown img {
    width: 25px;
    height: auto;
  }

  .custom-dropdown .dropdown-menu a,
  .custom-dropdown .dropdown-menu span {
    font-size: 12px;
    padding: 6px 15px 6px 28px;
  }

  .address-book table {
    border: 0;
  }

  .address-book .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .address-book .table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .address-book .table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
    padding: 10px;
  }

  .address-book .table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: right;
    font-weight: bold;
    text-transform: uppercase;
  }

  .address-book .table td:last-child {
    border-bottom: 0;
  }

  .product-slider .product-list .ubuy-fulfilled {
    left: 10px;
    bottom: 15px;
    width: 24px;
    height: 24px;
  }

  .product-slider .product-list {
    padding-bottom: 15px !important;
  }

  .product-slider .product-list .product-tile {
    margin-bottom: 5px;
  }

  footer {
    margin-top: 40px;
  }

  .popup-messages .messages {
    max-width: 420px;
  }

  .newsletter-subscription .stay-connected {
    text-align: center !important;
    margin-bottom: 14px;
    font-size: 26px;
  }

  .newsletter-subscription .stay-connected:before {
    display: none;
  }

  .newsletter-subscription {
    padding: 0px 0px;
  }

  .cross-theme-search .input-group .form-control {
    padding-right: 10px;
    line-height: 29px;
    font-size: 14px;
    height: 31px;
  }

  .newsletter-subscription .input-group-text {
    max-height: 35px;
    font-size: 13px;
  }

  .newsletter-subscription .input-group {
    padding: 5px !important;
    margin: auto;
  }

  .cross-theme-search .input-group-text em {
    left: 15px;
    top: 16px;
  }

  /********top-selling********/
  .deal-search-box .search-boxes {
    max-width: 360px;
  }

  .deal-search-box .search-boxes .fa-search {
    font-size: 13px;
    padding: 6px;
    top: 6px;
  }

  .deal-search-box .search-deals-input {
    padding-right: 35px;
    padding-left: 35px;
    height: 36px;
    font-size: 14px;
  }

  .deal-search-box i.fas.fa-times.close_search {
    left: 12px;
    top: 8.5px;
    font-size: 12px;
  }
}

@media (max-width: 580px) {
  .header-account-links button.download-app {
    display: none;
  }

  .mobile-company-logo img {
    width: 68px;
  }

  .wsanimated-arrow {
    margin: 12px 15px 0 5px;
  }

  #category-search-dropdown {
    display: none !important;
  }

  .header-advance-search {
    padding: 2px;
  }

  .header-advance-search .input input {
    font-size: 13px;
  }

  .header-advance-search .submit {
    margin-right: 0px;
  }

  .custom-dropdown .btn {
    padding-right: 7px;
    padding-left: 7px;
  }

  .header-advance-search .submit button,
  .header-advance-search .submit button:focus {
    height: 36px;
    width: 38px;
  }

  footer .quick-links h4.mb-4,
  footer .quick-links h4 {
    margin-bottom: 0.9rem !important;
    font-size: 16px;
    font-weight: 600;
  }

  #newsletter-subscribe-email p.h2-heading {
    font-size: 14px;
  }

  .voilet-bg,
  .blue-bg,
  .green-bg,
  .yellow-bg {
    margin-bottom: 15px;
  }

  .featured-products .text-overlay {
    margin-right: 15px;
    width: 78%;
  }

  .text-overlay a {
    padding: 14px 10px 14px 10px !important;
  }

  .mb-5.featured-products {
    margin-bottom: 15px !important;
  }

  ul.pagination {
    margin-top: 15px !important;
  }

  .page-link {
    font-size: 14px;
  }

  .get-app img {
    width: 13px;
    margin-right: 6px;
  }

  .quick-links:before {
    display: none;
  }

  .sitemap_links a {
    width: 100%;
  }

  #product_sitemap .list-group-item {
    padding: 10px 10px;
    font-size: 12px;
  }

  .cms-content-pages h1.h1 {
    margin-bottom: 10px !important;
  }

  .cms-content-pages .container-fluid {
    margin-top: 10px !important;
  }

  .cms-content-pages .mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .popup-messages .messages {
    max-width: 95%;
    font-size: 13px;
  }

  .newsletter-subscription {
    padding: 10px 0 10px !important;
  }

  .newsletter-subscription .input-group-text input[type="submit"] {
    padding: 10px 10px 10px 20px;
  }

  .input-group-prepend .input-group-text {
    padding: 0;
  }

  .featured-products img {
    padding: 10px;
  }
}

/*
@media (min-width: 576px){
.modal-dialog { margin: 11.75rem auto; }
}

@media (max-width: 575px){
.modal-dialog { margin: 15rem .5rem; }
}
*/

@media (max-width: 479px) {
  .header-account-links a {
    font-size: 12px;
    line-height: 19px;
  }

  .custom-dropdown img {
    width: 24px;
    height: auto;
  }

  .search-btn img {
    width: 12px;
  }

  .category-page .container.mb-3 {
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
  }

  .country-selector-footer .w-60 {
    width: 70% !important;
  }

  .featured-products .col-md-3:nth-last-child(2) {
    display: none;
  }

  .product-list .product-image a {
    min-height: 105px;
    align-items: center;
  }

  .product-slider .product-list .product-image a {
    padding: 15px;
  }

  .product-list a img.search-img {
    padding: 10px;
  }

  .wishlist-icon {
    left: 12px;
    top: 5px;
  }

  .product-slider .product-list .ubuy-fulfilled {
    width: 23px;
    height: 23px;
    line-height: 30px;
    bottom: unset;
    top: 10px;
    left: unset;
    right: 10px;
  }

  .product-slider .product-list {
    padding: 10px 10px 0px 15px !important;
  }

  .btn.btn-primary.add-to-cart {
    display: none !important;
  }

  .product-list .ubuy-fulfilled {
    left: 5px;
    bottom: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .featured-products figure {
    min-height: 90px;
  }

  .featured-products .text-overlay {
    height: 40px;
  }

  footer {
    margin-top: 25px;
  }

  .uba-product-list .product-list.p-3 {
    padding: 0.5rem !important;
  }

  .uba-product-list .product-min-detail {
    margin-right: 0px !important;
  }

  .product-list a.wishlist-icon {
    /*line-height: 20px !important;*/
    font-size: 10px;
    left: 7px;
    /*width: 21px;
    height: 21px;*/
    top: 7px;
  }
}
@media (max-width: 420px) {
.whatsapp-info{
  left: -30px;
  top: -50px;
  width: 185px;
}
.icon.whatsapp:hover .whatsapp-info{
  left: -30px;
  top: -50px;
}
.whatsapp-info::before{
  left: 26%;
}
}

@media (max-width: 375px) {
  #remove-restrict_data-form tr {
    width: 95%;
    margin: 0px auto;
  }

  #remove-restrict_data-form .g-recaptcha {
    transform: scale(0.7);
    margin-right: -38px;
  }
  .whatsapp-info{
    left: -5px;
    top: -50px;
    width: 185px;
  }
  .icon.whatsapp:hover .whatsapp-info{
    left: -5px;
    top: -50px;
  }
  .whatsapp-info::before{
    left: 13%;
  }
}

/********modal Css***********/

#ubuy-delete-confirm-modal .card-body .text-right {
  text-align: center !important;
}

.image-right {
  position: absolute;
  left: 10px;
  bottom: 20px;
}

.image-right img {
  transform: scaleX(-1);
}

.modal-custom-dialog {
  max-width: 590px;
}

.modal-conitnue {
  padding: 30px;
}

.modal-conitnue h1 {
  font-size: 44px;
  font-weight: 700;
}

.modal-conitnue h2 {
  font-size: 20px;
  color: #ff725e;
  font-weight: 600;
}

.modal-conitnue > div {
  max-width: 170px;
  border: 2px dashed #f9b11a;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 0px;
  position: relative;
}

.modal-conitnue span.use {
  font-size: 22px;
  font-weight: 600;
}

.modal-conitnue span.code {
  font-size: 28px;
  color: #f9b11a;
  text-transform: uppercase;
  line-height: 34px;
}

.modal-conitnue a {
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  max-width: 170px;
  /* border: 1px solid #151515; */
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  /* background: #fff; */
  background: #ffb100;
}

.close {
  position: absolute;
  left: 8px;
  text-align: right;
  font-weight: 400;
  font-size: 34px;
  top: 5px;
  z-index: 1;
}

.modal-custom-newsletter {
  max-width: 800px;
}

.offer-text-outer {
  display: flex;
  justify-content: flex-end;
  border-right: 1px solid #efefef;
}

.offer-text {
  writing-mode: tb-rl;
  /*
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;*/
}

.offer-text {
  transform: rotate(180deg);
  text-align: right;
}

.modal-custom-newsletter .modal-body {
  padding: 45px 45px 65px 45px;
}

.modal-custom-newsletter button.register-btn {
  padding: 12px;
  max-width: 245px;
  width: 100%;
  background: #151515;
  border-radius: 5px;
  color: #ffffff;
}

.modal-custom-newsletter button.register-btn span {
  color: #ffb100;
}

.modal-custom-newsletter .newsletter-form h4 {
  font-size: 18px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.offer-text h1 {
  font-size: 92px;
  font-weight: 700;
  color: #ffb100;
  line-height: 78px;
}

.offer-text h2 {
  font-size: 38px;
  font-weight: 600;
}

.badge-offer {
  color: #ffffff;
  background: #ffb100;
  margin-bottom: 50px;
}

.form-group {
  margin-bottom: 0px;
}

.modal-custom-newsletter .newsletter-form .form-control {
  width: 85%;
}

.offer-text-outer {
  position: relative;
}

.offer-text-outer:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -9px;
  top: -55px;
  background: #808080;
  border-radius: 50%;
}

.offer-text-outer:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -9px;
  bottom: -73px;
  background: #808080;
  border-radius: 50%;
}

.modal-custom-newsletter .modal-content {
  border-radius: 20px;
  border: none;
}

.modal-custom-newsletter button.close {
  left: 60px;
  top: 32px;
  font-size: 38px;
}

.modal-conitnue {
}

.modal-conitnue .code em {
  font-size: 20px;
  position: absolute;
  margin-top: 5px;
  margin-right: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.modal-conitnue:hover .code em {
  opacity: 1;
}

.tooltip.bs-tooltip-top {
  z-index: 99999;
}

.play-images a:first-child {
  margin-left: 20px;
}

/***********************/

@media (max-width: 1400px) {
  /************************/

  .modal-conitnue h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .modal-conitnue h2 {
    font-size: 18px;
    color: #ff725e;
  }

  .modal-conitnue > div {
    padding: 11px 0px;
  }

  .modal-conitnue {
    padding: 20px 30px;
  }

  /************************/
}

@media (max-width: 767px) {
  .modal-custom-dialog {
    max-width: 480px;
  }

  .image-right {
    text-align: left;
  }

  .image-right img {
    max-width: 80%;
  }

  .modal-conitnue > div {
    padding: 8px 0px;
    max-width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .modal-conitnue span.use {
    font-size: 18px;
    font-weight: 600;
  }

  .modal-conitnue span.code {
    font-size: 28px;
    line-height: 28px;
  }

  .modal-conitnue a {
    padding: 9px 10px;
    font-size: 11px;
    max-width: 160px;
  }

  .modal-conitnue {
    padding: 20px 20px;
  }

  .modal-conitnue h1 {
    font-size: 36px;
  }

  .modal-conitnue h2 {
    font-size: 20px;
  }

  .modal-conitnue .code em {
    font-size: 14px;
    position: absolute;
    margin-top: 4px;
    margin-right: 5px;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  }
  .h1.warehouse-deal {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .modal-conitnue > div {
    padding: 6px 0px;
    max-width: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-right {
    display: none;
  }

  .modal-conitnue h1 {
    font-size: 32px;
  }

  .modal-conitnue h2 {
    font-size: 18px;
  }

  .modal-conitnue span.use {
    font-size: 16px;
  }

  .modal-conitnue span.code {
    font-size: 24px;
    line-height: 22px;
  }

  .modal-conitnue a {
    padding: 8px 10px;
    font-size: 10px;
    max-width: 150px;
  }

  .modal-conitnue {
    text-align: center;
  }

  .modal-conitnue {
    padding: 15px 15px;
  }
}

button.owl-prev:hover,
button.owl-next:hover {
  background: none !important;
}

/*loginwithemail-sec css*/
/*.loginwithemail-sec { background: #fff;}*/
.loginwithemail-sec .paragraph {
  color: #666;
}
.loginwithemail-sec .verify-msg p {
  color: #666;
}
.loginwithemail-sec .code_block_question {
  font-weight: 700;
  color: #666;
}
.loginwithemail-sec .resend-email-link {
  text-decoration: underline;
  text-decoration: underline;
  color: #666;
}
.loginwithemail-sec .verify-btn {
  padding: 7px 30px !important;
  font-size: 16px;
}
#login-with-email-submit.btn {
  padding: 6px !important;
  font-size: 16px;
  font-weight: 600;
}

.empty-cart-page .empty-cart-title h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #151515;
}
.empty-cart-page .empty-cart-title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #f2f2f2;
}
.empty-cart-page .empty-cart-title::after {
  content: "";
  width: 180px;
  height: 2px;
  background: #ffb100;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .empty-cart-page a.add-to-wishlist:hover i {
    color: #fff !important;
  }
}
.important-modal-body .list-group li{
  font-family: "Droid Arabic Kufi","Poppins",sans-serif !important;
  padding-left: 0 !important;
  padding-right: 25px !important;
  margin-bottom: 7px !important;
}
.important-modal-body .list-group li::before{
  right: 0 !important;
  left: unset;
}
.free-express-shipping .text-free-delevery{
  font-family: "Droid Arabic Kufi","Poppins",sans-serif !important;
}
.category-link-information h3::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #333;
    right: -18px;
    top: 16px;
    border-radius: 50%;
}

.category-link-information h3 ~ p, .category-link-information h3 ~ div p, .category-link-information h3{margin-right:25px !important;}
.category-link-information .new-brand-ai-content-data h3, .category-link-information .new-brand-ai-content-data p {
    margin-right: 0px !important;
}
.category-link-information .new-brand-ai-content-data h3::before{
    content: none !important;
}
.account-info-value.dob_field .form-control{width: auto;}
.account-info-value.dob_field #dob-error{width: 458px;}
@media (max-width:1400px) {
    .account-info-value.dob_field #dob-error{width: 358px;}
}
@media (max-width:1199px) {
    .account-info-value.dob_field #dob-error{width: 300px;}
}
@media (max-width:575px) {
    .account-info-value.dob_field #dob-error{width: 230px;}
}
@media (max-width:380px) {
    .account-info-value.dob_field #dob-error{width: 180px;}
}
.validation-advice{font-weight: 600 !important;}
.total-saving_wrp .middle-section .dropdown .dropdown-menu {right: unset;left: 0 !important;}
.total-saving_wrp .transactions-history-table table{margin-bottom:0 !important}

.limited_time_btn_wrp { margin-top: 8px; margin-bottom: 14px}
.limited_time_btn_wrp .limited_time_deal_btn {background: #B9242F;color: #fff;width: max-content;padding: 3px 10px;font-size: 12px;border-radius: 4px;font-family: 'Droid Arabic Kufi', 'poppins', sans-serif !important;font-weight: 600;}
.limited_time_btn_wrp .discount-txt {color: #B9242F;font-size: 14px;line-height: 18px;margin: 0 8px;font-family: 'Droid Arabic Kufi', 'poppins', sans-serif !important;font-weight: 600;}
@media (max-width:1600px) {
  .limited_time_btn_wrp .limited_time_deal_btn {font-size: 11px !important;}
}
@media (max-width:1350px) {
  .limited_time_btn_wrp {margin-top: 8px;flex-direction: column-reverse;align-items: start !important;gap: 8px;}
  .limited_time_btn_wrp .discount-txt {margin: 0 !important}
}
@media (max-width:1200px) {
  .limited_time_btn_wrp {margin-top: 8px;flex-direction: unset;align-items: center !important;gap: 0px;}
  .limited_time_btn_wrp .discount-txt {margin: 0 8px !important}
}
@media (max-width:390px) {
  .limited_time_btn_wrp .discount-txt {font-size: 13px !important}
  .limited_time_btn_wrp .limited_time_deal_btn {font-size: 11px !important;}
  .limited_time_btn_wrp {margin-top: 8px;flex-direction: column;align-items: start !important;gap: 8px;}
}
@media (max-width:340px) {
  .limited_time_btn_wrp {margin-top: 8px;flex-direction: column;align-items: start !important;gap: 8px;}
  .limited_time_btn_wrp .discount-txt {margin: 0px !important}
}