/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.accoutUl {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
.accoutUl li {
  /* margin-bottom: 8px; */
  line-height: 1.2;
  border: 1px solid #ededed;
  padding: 10px 0px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

.accoutUl li:first-child {
  border-top: none;
}

.accoutUl li:last-child {
  /* border-bottom: 1px solid #ededed; */
  border-bottom: none;
}
.accoutUl li a {
  position: relative;
  color: #333;
  opacity: 1;
  display: inline-block;
  padding: 5px 0px;
}
.accoutUl li a:after {
  font-family: "ElegantIcons";
  content: "\24";
  position: relative;
  margin-left: 5px;
  top: 2px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accoutUl li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
  opacity: 1;
}
.accoutUl li a:hover:after {
  opacity: 1;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

/***** Additional CSS******/

.secondary_nav ul li:last-child {
  margin-right: 0;
  border-left: none;
  padding-left: 0px;
}

.secondary_nav ul li:last-child a {
  background-color: rgba(0, 0, 0, 0.05);
}
.secondary_nav.is_stuck {
  z-index: 100;
}
.container_radio {
  display: inline !important;
  padding-left: 8px;
}

.container_radio.paymentLabel {
  display: inline !important;
  padding-left: 8px;
}

.container_check {
  display: inline !important;
  padding-left: 8px;
}

.payImage {
  position: absolute;
  left: 20px;
}

.numbers-row .button_inc {
  line-height: 27px;
}
header {
  z-index: 100 !important;
}

.listOs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.leftOs i {
  margin: 0px 5px;
}
.leftOs {
  width: calc(100% - 60px);
}
.rightOs {
  width: 60px;
}
aside {
  z-index: 120 !important;
}
nav {
  width: 100%;
}
.box_order .main ul li a:before {
  display: none;
}
.box_order .main ul li a {
  padding-left: 5px;
}
.error,
.required {
  color: red;
}

html {
  scroll-behavior: smooth;
}
.br {
  border-radius: 8px;
}
.w80 {
  width: 80%;
}
.card {
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px 0 #a9a9a9;
  padding: 30px 40px;
  width: 80%;
  margin: 50px auto;
}
.wrapper {
  width: 0px;
  animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.profilePic {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}
.comment {
  height: 300px;
  background: rgb(141, 141, 141);
  /* margin-top: 20px; */
  margin: 50px;
}

.skelNav {
  height: 60px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  background: rgb(141, 141, 141);
}

.skelLogo {
  height: 60px;
  /* background: rgb(141, 141, 141); */
  /* margin-top: 20px; */
  flex: 0.3;
  display: flex;
  /* max-width: 60px; */
  justify-content: center;
  box-sizing: border-box;
}

.skelMenu {
  height: 40px;
  flex: 0.7;
  display: flex;
}

.root {
}

.skelBody {
  /* min-height: 90vh; */
  width: 100%;
  display: flex;
  box-sizing: border-box;
  margin-top: 25px;
  max-width: 1250px;
}

.skelCats {
  flex: 0.35;
  height: 80vh;
  width: 100%;
  margin: auto;
  display: block;
  box-sizing: border-box;
  /* background: rgb(224 224 224); */
  /* margin: 40px; */
  margin-top: 0px;
  border-radius: 8px;
  margin-right: 10px;
}

.skelProds {
  flex: 0.65;
  height: 80vh;
  width: 100%;
  box-sizing: border-box;
  /* background: rgb(224 224 224); */
  /* margin-right: 25px; */
  padding: 0px 25px;
}

.skelCatItem {
  display: flex;
  width: 80%;
  /* margin: auto; */
  height: 10px;
  /* background: rgb(141, 141, 141); */
  margin-top: 20px;
  margin-left: 5px;
  border-radius: 8px;
}

.skelProdRow {
  height: 120px;
  /* background: rgb(141, 141, 141); */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0px 15px 15px 15px;
}

.skelProd {
  box-sizing: border-box;
  /* background: rgb(167, 165, 165); */
  padding: 0px;
  /* margin: 10px; */
  border-radius: 8px;
  flex: 1;
  margin: 0px 10px;
  background: rgb(224 224 224);
}

.skelBanner {
  background: rgb(141, 141, 141);
  box-sizing: border-box;
  width: calc(100%- 50);
  height: 50vh;
  background: rgb(141, 141, 141);
  margin: 25px 25px;
  border-radius: 8px;
}

.skelPopupHeader {
  background: rgb(141, 141, 141);
  box-sizing: border-box;
  width: calc(100%- 50);
  height: 60px;
  background: rgb(141, 141, 141);
  margin: 25px 25px;
  border-radius: 8px;
}

.skelPopupBody {
  background: rgb(141, 141, 141);
  box-sizing: border-box;
  width: calc(100%- 50);
  height: 5px;
  background: rgb(141, 141, 141);
  margin: 25px 25px;
  border-radius: 8px;
}

.skelPopupFooter {
  background: rgb(141, 141, 141);
  box-sizing: border-box;
  width: calc(100%- 50);
  height: 60vh;
  background: rgb(141, 141, 141);
  margin: 25px 25px;
  border-radius: 8px;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}

.animate {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  /* background: linear-gradient(to right, #ddad28 4%, #bd7312 25%, #35cf16 36%); */
  background-size: 1000px 100%;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.prodAnim {
  /* animation: prodctAnim 5s linear; */
  /* transition: scale 5s; */
  animation-name: prodctAnim;
  animation-duration: 3s;
}
@keyframes prodctAnim {
  0% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}

.sidecart_qtyChanger {
  float: left;
}

.react-date-picker {
  width: 100%;
}

.react-date-picker__wrapper {
  border-radius: 5px;
  border: 1px solid #cccccc !important;
  padding: 5px !important;
}

.box_order .main ul li span.dec.button_inc {
  float: left;
  /* cursor: pointer; */
  margin-left: 5px;
  margin-right: 3px;
  cursor: pointer;
  padding-right: 5px;
}
.box_order .main ul li i.deleter {
  float: left;
  margin-top: 4px;
  /* cursor: pointer; */
}
.box_order .main ul li span:nth-child(2) {
  float: left;
}

.box_order .main ul li span.inc.button_inc {
  float: left;
  /* cursor: pointer; */
  margin-left: 5px;
  margin-right: 3px;
  cursor: pointer;
  padding-left: 5px;
}

.box_order .main ul li span.qty_show {
  margin-left: 3px;
  margin-right: 3px;
}

.viewPhotosDiv {
  text-align: left;
}

#top_menu li:nth-child(2) {
  /* padding-top: 3px; */
  padding-left: 5px;
}
.addItem {
  padding: 2.5px 5px;
  float: right;
  border: none;
  border-radius: 5px;
  /* background-color: var(--primary-color); */
  background-color: var(--primary-color);
  color: #ffffff;
  position: absolute;
  right: 15px;
  bottom: 7px;
  width: 95px;
  text-align: center;
  box-shadow: 0px 0px 10px #898989;
  line-height: 27px;
}

.rtl .add_icon {
  left: 15px !important;
  bottom: 10px !important;
}
.addItem:hover {
  color: #f2f2f2;
}

.product_title {
  overflow: hidden;
  white-space: nowrap;
}
.product_qty_updater {
  padding: 2.5px 5px;
  float: right;
  display: inline-flex;
  box-shadow: 0px 0px 10px #898989;
  border: none;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #ffffff;
  position: absolute;
  right: 15px;
  bottom: 7px;
  width: 95px;
}

.product_qty_updater div:first-child {
  width: 20px;
  text-align: center;
  padding: 2.5px 5px;
}
.qty_show {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  text-align: center;
  line-height: 27px;
}
.product_qty_updater div:last-child {
  width: 20px;
  text-align: center;
  padding: 2.5px 5px;
}
.product_qty_updater .fa {
  font-size: 10px;
}
.secondary_nav ul li:last-child a {
  padding: 5px 15px;
  border: none;
}

.cartItemTitle {
  margin-left: 76px;
}

.product_container {
  height: 145px !important;
  /* margin-bottom: 30px; */
}
.rtl .cartItemTitle {
  margin-left: unset;
  margin-right: 76px;
}
.outOfStock {
  text-align: right;

  color: "red";
}

.rtl .outOfStock {
  text-align: left;
}
.arabic-modal-dialog {
  text-align: right;
}

.arabic-modal-dialog .content ul li span {
  float: left !important;
}

.arabic-modal-dialog .mfp-close {
  right: initial;
  left: 20px;
}

/* .rtl a.menu_item figure {
              left: 7px;
              right: initial;
              top: 22px;
            }

            .rtl a.menu_item {
              text-align: right;
              padding: 20px 20px 15px 0px;
            } */

.rtl .container_radio {
  padding-right: 69px;
}

.rtl .container_radio .checkmark {
  right: 0 !important;
}

.rtl .product_container {
  margin-bottom: 15px;
  height: 135px !important;
}
.rtl a.menu_item {
  text-align: right;
  padding: 20px 20px 15px 0px;
  height: 100%;
  width: 100%;
  /* margin: unset;
              bottom: unset;
              right: inita; */
}

.add_icon.addItem {
  margin-left: 5px;
}

.payMethod {
  width: 25px;
  height: 25px;
  margin-left: 14px;
}

.rtl .payMethod {
  margin-right: 14px;
  margin-left: unset;
}

.rtl .payImage {
  right: 20px;
}

.rtl .add_icon.addItem {
  margin-left: unset;
  /* bottom: unset; */
}

.rtl a.menu_item figure {
  left: 10px;
  right: initial;
}

.rtl #top_menu li:nth-child(2) {
  padding-left: 0px;
  padding-right: 5px;
}

.rtl .secondary_nav ul li:last-child {
  margin-right: 15px;
}

.rtl .product_qty_updater {
  margin-left: 0;
  margin-right: 5px;
  /* padding: 0px; */
  right: initial;
  left: 15px;
  bottom: unset;
  padding: 0px 5px;
  bottom: 10px;
  line-height: 27px;
}

/*.rtl .add_icon {
  left: 9px;
  position: absolute;
  right: initial;
}*/

.rtl .product_qty_updater span:first-child {
  padding-left: 5px;
}

.rtl .product_qty_updater span:last-child {
  padding-right: 5px;
}
/* .rtl .product_qty_updater {
              max-height: 29px !important;
            } */
.rtl .box_order .main ul li span.dec.button_inc {
  float: right;
}
.rtl .box_order .main ul li i.deleter {
  float: right;
  /* padding-top: 4px; */
}
.rtl .box_order .main ul li span:nth-child(2) {
  float: right;
}

.rtl .box_order .main ul li span.inc.button_inc {
  float: left;
}

.rtl {
  direction: rtl !important;
}
.rtl #logo {
  float: right !important;
}

.rtl .main-menu {
  float: left;
}
.rtl #top_menu {
  float: left;
  /*right: unset;*/
  left: 15px;
}

.rtl #top_menu li:first-child {
  float: right;
  margin-left: 10px;
}

.rtl #bannerTitle {
  float: right;
}
.rtl #viewPhotos {
  right: 0;
  left: 20px;
}

.rtl nav {
  text-align: right;
}

.rtl .mobileBanner {
  text-align: right;
}

.rtl .hero_in.detail_page .wrapper .buttons a.btn_hero i {
  margin-left: 8px;
}

.rtl .remember {
  float: right !important;
}

.rtl .customInput {
  padding: 0;
  padding-right: 40px;
}

.rtl .inputIcon {
  left: initial;
  right: 12px;
}
.rtl .viewPhotosDiv {
  text-align: right;
}

.rtl .secondary_nav.sticky_horizontal {
  /* float: right; */
}

.rtl #secondary_nav {
  /* float: right; */
}

.rtl .margin_detail {
  padding-top: 45px;
  padding-bottom: 60px;
}

.rtl .category_title {
  text-align: right;
}

.rtl .product_container {
  text-align: right;
}

.rtl .product_price {
  float: right;
}

.rtl .sidecart_main {
  text-align: right;
}

.rtl .box_order .main ul li span {
  float: left;
}
.rtl .sidecart_qtyChanger {
  float: right;
}

.rtl .box_order .main ul li a {
  margin-right: 5px;
}

.rtl .css-2613qy-menu {
  text-align: right;
}

.rtl .bg_gray {
  text-align: right;
}

.rtl {
  font-family: "Cairo", sans-serif !important;
  text-align: right;
}
.rtl .add_icon {
  margin-right: 5px;
}

.rtl .additional_links {
  float: left;
}

.rtl button.mfp-close {
  right: initial;
  /* left: 0px; */
}

.rtl #modal-dialog .mfp-close {
  left: 20px;
  right: initial !important;
}

.rtl .numbers-row .dec {
  right: 0;
}

.rtl .numbers-row .inc {
  left: 0;
  right: initial;
}

.rtl #modal-dialog .container_radio {
  padding-right: 8px;
  padding-left: initial;
}

.rtl .container_check {
  padding-right: 8px;
}

.rtl .float-right {
  float: left !important;
}

.rtl .cartItemTitle {
  padding-left: unset;
  padding-right: 76px;
}

.rtl .numbers-row input {
  right: 50%;
}

ul#top_menu {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul#top_menu li a.login {
  top: unset;
}

.checkoutLogin:before {
  content: "\0042";
  font-family: "Glyphter";

  font-size: 1.3125rem;
  text-indent: 0;
  /* position: absolute; */
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1.8;
  float: right;
}

.rtl .checkoutLogin:before {
  content: "\0042";
  font-family: "Glyphter";
  font-size: 1.3125rem;
  text-indent: 0;
  /* position: absolute; */
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1.8;
  float: left;
}

.checkoutAddrDiv {
  position: relative;
}

.checkoutAddrDiv .card {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.checkoutAddrDiv input {
  opacity: 0;
  top: 10px;
  position: absolute;
  z-index: 20;
  left: 39px;
  display: inline-block;
}

.checkoutAddrDiv .gold-members.p-4 {
  padding: unset !important;
  padding-bottom: 0px !important;
  padding-left: 40px !important;
  padding-top: 6px !important;
}

.checkoutAddrDiv .addressMark {
  position: absolute;
  background-color: white;
  height: 20px;
  width: 20px;
  /* background-color: red; */
  border: 2px solid #d2d8dd;
  position: absolute;
  top: 9px;
  left: 9px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.checkoutAddrDiv input:checked ~ .addressMark {
  border: 2px solid #e54750;
  -webkit-box-shadow: 0px 0px 0px 2px rgb(229 71 80 / 30%);
  -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
  box-shadow: 0px 0px 0px 2px rgb(229 71 80 / 30%);
}

.checkoutAddrDiv .addressMark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e54750;
}

.checkoutAddrDiv input:checked ~ .addressMark:after {
  opacity: 1;
}

.deliveryMode {
  position: absolute;
  left: 25px;
  min-width: 100px;
}

.deliveryModeModal {
  width: 60%;
}

@media screen and (max-width: 575px) {
  .trackButton {
    margin-top: 25px;
  }
}
/* .rtl .skelCatItem.animate {
        margin-right: 20px;
      } */

.addonItemTitle {
  position: absolute;
  left: 25px;
  /* min-width: 250px; */
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .dummy_nav {
    display: none !important;
  }
  ul#top_menu {
    padding-top: unset;
  }
  header a.open_close {
    display: block;
    /*left: unset;*/
  }

  #forgot_pw {
    min-height: unset;
  }

  .mobileCartTotal {
    margin: 0px;
    padding: 0px 15px;
    bottom: 60px;
    position: absolute;
    width: 100%;
  }
  .mobileCartTotal li {
    padding-right: 15px;
  }

  .container_radio.paymentLabel {
    padding-left: 69px;
  }

  .rtl .checkoutAddrDiv input {
    right: 39px;
  }

  .deliveryMode {
    position: absolute;
    left: 30px;
    min-width: 100px;
  }

  .checkoutCartList {
    margin-top: 14px;
  }

  .skelCats {
    display: none;
  }

  .skelBody {
    margin: 0px !important;
  }

  .skelProds {
    flex: 1;
  }

  .rtl .skelCatItem.animate {
    margin-right: 20px;
  }
}

#forgot_pw {
  min-height: unset;
}

.viewPhotosModal {
  min-width: 80% !important;
  height: 90% !important;
  max-height: 90% !important;
}

.carousel-root {
  direction: initial !important;
}
@media screen and (min-width: 991px) {
  .container_radio.paymentLabel {
    padding-left: 69px;
  }
  .rtl #viewPhotos {
    text-align: left;
  }
}
.modal90w {
  min-width: 90% !important;
  height: 90% !important;
  max-height: 90% !important;
}

.modal-content,
.modal-body,
.carousel-root,
.carousel-slider,
.carousel .slider-wrapper,
.slider.animated {
  height: 100%;
}

.rememberMeLabel {
  padding-left: 25px !important;
}
.rtl .rememberMeLabel {
  padding-right: 25px;
}

.rtl .rememberCheckMark {
  right: 0;
}
.socialMedia {
  justify-content: space-around !important;
}
.socialMedia a.iconLink {
  background: var(--primary-color);
  border-radius: 50px;
  margin: 10px;
  color: #fff !important;
  padding: 8px !important;
}
.socialMedia a i {
  font-size: 20px;
}
/* .btn_1 {
        background-image: linear-gradient(
          to right,
          var(--fourth-color),
          var(--third-color)
        ) !important;
      } */

.gradientify {
  background-image: linear-gradient(
    to right,
    var(--fourth-color),
    var(--third-color)
  ) !important;
}
.rtl .addonItemTitle {
  right: 25px;
}

a.menu_item2 figure {
  width: 100%;
  overflow: hidden;
  position: absolute;
  margin: 0;
  right: 10px;
  top: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/*.rtl .addItem2 {
  padding: 2.5px 5px;
  float: left;
  border: none;
  border-radius: 5px;
  
  background-color: var(--primary-color);
  color: #ffffff;
  position: absolute;
  left: 5px;
  right: auto;
  
  width: 95px;
  text-align: center;
  box-shadow: 0px 0px 10px #898989;
  line-height: 27px;
}*/

.product_qty_updater2 {
  padding: 2.5px 5px;
  float: right;
  display: inline-flex;
  /*box-shadow: 0px 0px 10px #898989;*/
  border: none;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #ffffff;
  /*position: absolute;
    right: 15px;
    bottom: 7px;*/
  width: 95px;
}

.rtl .product_qty_updater2 {
  float: left;
}
.product_qty_updater2 div:last-child {
  width: 20px;
  text-align: center;
  padding: 2.5px 5px;
}
.product_qty_updater2 div:first-child {
  width: 20px;
  text-align: center;
  padding: 2.5px 5px;
}

.itm_thumb .item_title small {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: normal !important;
}

.rtl .strip figure a.strip_info > small {
  position: absolute;
  background-color: white;
  background-color: white;
  right: 15px;
  left: auto;
  top: 15px;
  color: #333;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px 4px 8px;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}
.pPrice {
}
.pPrice1 {
  padding: 2px;
}
.pPrice2 {
  padding: 2px;
}
.pricebox {
  margin: auto;
}

/*theme2*/
.theme2 .addItem2 {
  padding: 2.5px 5px;
  float: right;
  border: none;
  border-radius: 5px;
  /* background-color: var(--primary-color); */
  background-color: var(--primary-color);
  color: #ffffff;
  /* position: absolute; */
  /* right: 15px; */
  /* bottom: 7px; */
  width: 95px;
  text-align: center;
  box-shadow: 0px 0px 10px #898989;
  line-height: 27px;
}
.theme2 .product_qty_updater2 {
  padding: 2.5px 5px;
  float: right;
  display: inline-flex;
  box-shadow: 0px 0px 10px #898989;
  border: none;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #ffffff;
  /*position: absolute;
right: 15px;
bottom: 7px;*/
  width: 75px;
}

.rtl .theme2 .product_qty_updater2 {
  float: left;
}

.theme2 strike {
  clear: both;
  display: block;
}
.theme2 .pricebox {
  display: flex;
  align-items: center;
}
.theme2 .pPrice1 {
  width: calc(100% - 100px);
}
.theme2 .pPrice2 {
  width: 100px;
}
.theme2 .addItem2 {
  padding: 2.5px 5px;
  float: right;
  border: none;
  border-radius: 5px;
  /* background-color: var(--primary-color); */
  background-color: var(--primary-color);
  color: #ffffff;
  /* position: absolute; */
  /* right: 15px; */
  /* bottom: 7px; */
  width: 95px;
  text-align: center;
  box-shadow: 0px 0px 10px #898989;
  line-height: 27px;
}

/* theme3 */

.theme3 {
  padding: 0 5px;
}
.theme3 .strip {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
.theme3 figure img {
  position: static;
  width: 100%;
  left: 0;
  top: 0;
  transform: translate(0%, 0%) scale(1);
}
.theme3 figure:hover img {
  transform: translate(0%, 0%) scale(1);
}
.theme3 .strip figure {
  height: auto;
}
.theme3 h3 {
  font-size: 18px;
  margin-bottom: 3px;
  min-height: 43px;
}
.theme3 .item_title small {
  display: inline;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  float: left;
  overflow: hidden;
  line-height: normal !important;
  margin-right: 3px;
}
.rtl .theme3 .item_title small {
  display: inline;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  float: none;
  overflow: hidden;
  line-height: normal !important;
  /* margin-left: 3px;*/
  margin-right: 0px;
}
.theme3 .item_title small.item_desc {
  display: inline;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 28px !important;
  min-height: 28px;
}
.theme3 .addItem3 {
  padding: 2.5px 5px;
  float: right;
  border: none;
  border-radius: 5px;
  /* background-color: var(--primary-color); */
  background-color: var(--primary-color);
  color: #ffffff;
  /* position: absolute; */
  /* right: 15px; */
  /* bottom: 7px; */
  width: 95px;
  text-align: center;
  /*box-shadow: 0px 0px 10px #898989;*/
  line-height: 27px;
}
.theme3 strike {
  clear: both;
  display: block;
}
.theme3 .pricebox {
  display: flex;
  align-items: center;
}
.theme3 .pPrice1 {
  width: calc(100% - 100px);
  min-height: 45px;
}
.theme3 .pPrice2 {
  width: 100px;
}
.theme3 .itm_thumb .item_title small {
}

element.style {
  margin-bottom: 10px;
}
.theme3 {
  padding: 0 5px;
}
@media (max-width: 768px) {
  .theme3 {
    max-width: 50%;
  }
  .theme3 h3 {
    font-size: 14px;
    margin-bottom: 3px;
    min-height: 34px;
  }
  @media (max-width: 480px) {
    .theme3 .pPrice1 {
      width: 100%;
      min-height: 20px;
    }
    .theme3 .pPrice1 strong {
      font-size: 14px;
    }
    .theme3 .pPrice2 {
      width: 100%;
      margin-top: 5px;
    }
    .theme3 .product_qty_updater2 {
      width: 100% !important;
    }
    .theme3 .qty_show {
      width: 100%;
    }
    .theme3 .addItem3 {
      width: 100% !important;
      max-width: 100% !important;
    }
    .theme3 strike {
      display: inline;
      margin-right: 5px;
      font-size: 12px;
    }
  }
  .theme3 .product_qty_updater2 {
    padding: 2.5px 5px;
    float: right;
    display: inline-flex;
    border: none;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    /*position: absolute;
  right: 15px;
  bottom: 7px;*/
    width: 75px;
  }

  .theme3 .addItem3 {
    max-width: 70px;
  }
  .theme3 .pPrice {
    font-size: 0.775rem;
  }
  .theme3 .item_title small.item_desc {
    display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 18px !important;
    min-height: 18px;
  }
}

.soldOut {
  background-color: #555 !important;
}

.stickyCart {
  position: sticky;
  top: 90px;
}
.theme3 .addItem3 {
  position: unset;
}
.rtl .main-menu {
  float: left;
}
.rtl header a.open_close {
  /*position: absolute;*/
  right: 10px;
  left: auto;
  top: 14px;
  z-index: 999;
}
.rtl ul#top_menu {
  /* position: absolute;*/
  top: 24px;
  left: 15px;
  right: auto;
}
.payment_select {
  max-width: 350px;
}
.ltr {
  text-align: left !important;
  direction: ltr !important;
}
.languageSelect {
  height: 24px;
}

@media screen and (max-width: 991px) {
  .checkoutErrorPop {
    /* width: 100%; */
  }
  .search_box {
    margin-top: 15px;
  }
  .rtl .theme3 .add_icon {
    margin-right: auto;
    margin-left: auto;
  }
}
.rtl .mr-3,
.mx-3 {
  margin-left: 1rem;
  margin-right: auto;
}
.rtl .icon_pencil-edit:before {
  margin-left: 10px;
  margin-right: auto;
}
.rtl .icon_close_alt2:before {
  margin-left: 10px;
  margin-right: auto;
}

.fl_ri {
  float: right;
}
.rtl .fl_ri {
  float: left;
}

.fl_le {
  float: left;
}
.rtl .fl_le {
  float: right;
}
.rtl .checkoutAddrDiv .addressMark {
  position: absolute;
  background-color: white;
  height: 20px;
  width: 20px;
  /* background-color: red; */
  border: 2px solid #d2d8dd;
  position: absolute;
  top: 9px;
  right: 9px;
  left: auto;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.rtl .checkoutAddrDiv .gold-members.p-4 {
  padding: unset !important;
  padding-bottom: 0px !important;
  padding-right: 40px !important;
  padding-left: 0px;
  padding-top: 6px !important;
}
.al_ri {
  text-align: right;
}
.al_le {
  text-align: left;
}
.rtl .al_ri {
  text-align: left;
}
.rtl .al_le {
  text-align: right;
}
.rtl .text-right {
  text-align: left !important;
}
.rtl.text-left {
  text-align: right !important;
}
.fa-edit {
  margin-left: 8px;
}
.rtl .fa-edit {
  margin-right: 8px;
}

.fas {
  margin-left: 8px;
}
.rtl .fas {
  margin-right: 8px;
}
