/* following for other then kuwait */
.id_line4,
.id_state,
.id_postcode {
  display: none;
}

/* following for kuwait country */
.id_area,
.id_block,
.id_house,
.id_street,
.id_avenue {
  display: none;
}

/*.account-profile .cart-section tbody tr td {min-width: 25%;}*/
.form-control[readonly] {
  background-color: #ffffff;
}

.payment-mode {
  padding-top: 20px;
}

.hidden {
  display: none;
}

.id_child_id {
  display: none;
}

.ti-heart.remove-wishlist {
  color: #ff4c3b !important;
}

.product-right .add-on-box ul li {
  height: 35px;
  /*width: 35px;*/
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #f7f7f7;
  text-align: center;
}

.product-right .price {
  font-size: 26px;
  color: #222222;
  margin-bottom: 15px;
}

#product_lists.loading {
  background-color: #FFFFFF;
  opacity: 0.4;
}

.title1.section-t-space.announcements>p {
  text-align: center;

}

.title1.section-t-space.announcements>p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.typography_section {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.typography_section .typography-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.template-homepage .typography_section {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  background: #fff;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.block-paragraph_block,
.block-image_block {
  padding-bottom: 15px;
}

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

.responsive-object {
  position: relative;
  padding-bottom: 0px !important;
}

.responsive-object iframe {
  width: 50%;
  height: 300px;
}

.block-image_block {
  width: 100%;
  display: block;
}

.block-image_block img {
  width: 100%;
}

.block-embed_block {
  float: right;
  padding: 0px 0px 20px 20px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  color: #FFF;
  padding: 6px 10px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons .view-cart {
  float: left;
}

.lable-nav {
  position: absolute;
  background-color: #ff4c3b;
  padding: 2px 7px;
  color: #ffffff;
  top: 18px;
  text-transform: uppercase;
  font-size: 9px;
  left: 9px;
  line-height: 1.3;
}

.id_code .form-control {
  padding: 12px;
}

.vouchertitle {
  margin-top: 30px;
}

.size {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.size .icon {
  display: inline-block;
}

.size input[type="radio"] {
  display: none;
}

.size input[type="checkbox"] {
  display: none;
}

.size .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.size input:checked+.icon {
  background: #ff4c3b;
  color: #fff;
}

.gift-wrapper-box .size .icon {
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
}

.size-selector {
  /*margin-bottom: 50px;*/
}

.size-selector li {
  margin-bottom: 20px;
  cursor: pointer;
}

.onhover-dropdown .onhover-show-div,
.onhover-div .show-div {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li {
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px solid #e4e4e4;
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
  min-width: 0;
}

.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
  width: 65%;
}

.cart-section .cart-buttons>div:last-child,
.wishlist-section .cart-buttons>div:last-child {
  padding-right: 0;
}

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
  padding-right: 0;
}

.banner-section img {
  /*width: 100%;*/
  display: block;
}

.color-picker1 {
  font-size: 0;
}

.color-picker__item {
  display: inline-block;
}

.color-picker__item+.color-picker__item {
  margin-left: 10px;
}

.color-picker__item:hover {
  cursor: pointer;
}

.color-picker__input {
  display: none;
}

.color-picker__input:checked+.color-picker__color:after {
  content: '';
}

.color-picker__input:disabled+.color-picker__color {
  opacity: 0.5;
}

.color-picker__input:disabled+.color-picker__color:hover {
  cursor: not-allowed;
}

.color-picker__color {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.color-picker__color:hover {
  cursor: pointer;
}

.color-picker__color:after {
  pointer-events: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  outline: 2px solid black;
  content: none;
}

.color-selector .color-picker__color {
  z-index: 1;
}

.color-selector .color-picker__item+.color-picker__item {
  margin-left: 0;
}

.size input[type="radio"]:disabled+.icon {
  opacity: 0.5;
}

.size input[type="radio"]:disabled+.icon:hover {
  cursor: not-allowed;
}

.service-block img {
  margin-right: 12px;
  width: 60px;
  height: 60px;
}

.payment-box .payment-options li .radio-option label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-box .payment-options li .radio-option label img {
  margin-left: 10px;
  margin-top: 0px;
  width: 25px;
  height: auto;
}

.btn-solid {
  white-space: pre-wrap;
}

.help-block {
  margin-top: -15px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: dimgray;
}

.check-out.local-shipping .help-block {
  margin-top: 5px;
}

.help-block ul li {
  margin-bottom: 10px;
}

.btn-solid:hover {
  color: #000 !important;
}

.btn-add-to-basket {
  margin-bottom: 10px !important;
  white-space: nowrap;
}

.quick-view-modal .btn-add-to-basket {
  margin-bottom: 0px !important;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .footer-contant .footer-logo {
    text-align: center;
  }

  .home-slider .home {
    background-size: contain !important;
  }

  .product-right .size-text {
    text-align: center;
  }


}

@media (max-width: 767px) {
  .home-slider .home {
    /*height: 38vh;*/
  }

  .quick-view-modal .quick-view-img {
    text-align: center;
  }

  .quick-view-modal .product-buttons {
    text-align: center;
  }

  .quick-view-modal .product-buttons .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 577px) {
  .home-slider .home {
    /*height: 34vh;*/
  }
}

@media (max-width: 480px) {
  .home-slider .home {
    /*height: 26vh;*/
  }

  .brand-logo img {
    height: auto;
  }
}

@media print {
  .top-header {
    display: none;
  }

  .main-menu {
    display: none;
  }

  footer {
    display: none;
  }

  .delivery-sec {
    display: none;
  }
}

.rtl .brand-logo img {
  -webkit-transform: none !important;
  transform: none !important;
}

.rtl .main-menu .menu-left .navbar i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rtl .dashboard-left .block-content ul li:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rtl .dashboard-right .dashboard .table-bordered th,
.rtl .dashboard-right .dashboard .table-bordered td {
  text-align: right;
}

.alert-message {
  font-size: 20px;
  padding-bottom: 15px;
}

.rtl .cart-section.section-b-space .dashboard-right .dashboard .well .form-group {
  text-align: right;
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  font-size: 10px;
}

.rtl .local-shipping address {
  text-align: right;
}

.rtl .payment-box .payment-options li .radio-option label img {
  margin-right: 10px;
  margin-left: 0;
}

.rtl .dashboard-right .dashboard .check-out {
  text-align: right;
}

@media (max-width: 767px) {
  .dashboard .btn-solid {
    margin-bottom: 10px;
  }

  .product-order .product-order-detail .order_detail {
    display: block;
  }

  .dashboard form {
    text-align: center;
  }

  .product-order .product-order-detail .order_detail h5 {
    word-break: break-all;
  }

  .cart-section .cart-buttons .col-6 {
    width: 100%;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    text-align: center !important;
  }

  /*.product-right .product-buttons a:last-child{
    margin-left: 0px;
  }*/
  .btn-add-to-basket {
    margin-bottom: 10px;
  }

  .rtl .product-right .product-buttons a:last-child {
    margin-right: 10px;
  }

  .delivery-sec .btn {
    margin-bottom: 10px;
  }

  .rtl .theme-modal .modal-dialog .quick-view-modal button.close {
    float: right;
  }

  .cart-section tbody tr td .mobile-cart-content h2 {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: bold;
  }

  .cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 34px;
    padding: 2px;
  }

  .blog-detail-page .comment-section .media {
    display: block;
    width: 100%;
  }

  .blog-detail-page .comment-section li {
    width: 100%;
  }

  .review-page {
    text-align: center;
  }
}

@media (min-width: 767px) {
  .rtl .product-right .product-buttons a:last-child {
    margin-left: 0px;
    margin-right: 10px;
  }
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span {
  display: inline-block;
  direction: ltr;
}

.rtl .checkout-page .checkout-form .form-group .field-label {
  text-align: right;
}

.rtl .help-block {
  text-align: right;
}

.rtl .review-page {
  text-align: right;
}

.review-page .theme-form select {
  margin: 0px 10px;
}

.review-page .theme-form .btn-solid {
  padding: 5px;
}

.tap-top.top-cls {
  left: 20px;
  right: inherit;
}

.brand-logo img {
  width: 180px;
}

.footer-logo img {
  width: 180px;
}

@media (max-width: 768px) {
  .brand-logo img {
    width: 180px;
  }
}

.terms-con {
  margin-bottom: 10px;
}

.terms-con a {
  color: #ff4c3b;
}

.terms-con a:hover {
  color: #ff4c3b;
}

.product-right .border-product {
  border: 0;
}

.pre-order-box {
  background: #EDEDED;
  color: #666666;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.pre-order-box .product-right.product-form-box {
  border: 0;
  padding: 0 20px;
}

.pre-order-box h3 {
  color: #666666;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
}

.pre-order-box .po-1 {
  font-size: 17px;
  font-weight: 100;
}

.pre-order-box .po-1 span {
  font-weight: 700;
  color: #666666;
  font-size: 18px;
}

.pre-order-box .po-2 {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}

.pre-order-box .po-2 span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #666666;
}

.pre-order-box .po-3 span {
  padding-left: 0px;
  font-size: 12px;
  color: #666666;
}

.pre-order-box .po-4 {
  padding-left: 0;
  margin: 15px 0 0;
}

.pre-order-box .po-4 a {
  color: #000;
  padding-left: 0;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}

.pre-order-box .po-4 a:hover {
  border-bottom: 0;
}

.rtl .pre-order-box .text-left,
.rtl .product-right.product-form-box h3,
.rtl .product-right {
  text-align: right !important;
}

.site-tags {
  padding: 5px;
  margin: 10px 10px 10px 0;
  font-size: 14px;
  border-radius: 0;
  background-color: #666666;
}

.rtl .site-tags {
  margin: 10px 0px 10px 10px;
}

.seller-name {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 5px;
}

.product-right h2 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .pre-order-box .po-1 {
    font-size: 13px;
  }

  .pre-order-box .po-1 span {
    font-size: 15px;
    display: block;
    padding: 10px 0;
  }

  .pre-order-box .po-2 {
    font-size: 15px;
  }

  .pre-order-box .po-2 span {
    font-size: 18px;
  }

  .pre-order-box .po-4 a {
    line-height: 25px;
  }
}

.form-group.telephone {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  display: grid;
}

.form-group.telephone select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin: 0;
  margin-bottom: 30px;
  margin-right: 13px;
  border-color: #dddddd;
  font-size: 12px;
  grid-column-start: 1;
    grid-column-end: 2;

}
.register-page .theme-card .theme-form input[type="tel"]{
  grid-column-start: 2;
  grid-column-end: 4;

}
.form-group.telephone .parsley-errors-list{
  grid-column-start: 1;
  grid-column-end: 3;

}
@media (max-width: 768px) {
  .form-group.telephone select {
    margin-bottom: 25px;
  }
}

.rtl .form-group.telephone {
  width: 100%;
}

.rtl .form-group.telephone select {
  margin-right: 0px !important;
  margin-left: 13px !important;
}

.help-block {
  font-style: italic;
}

.announcements {
  background-color: #ff4c3b;
  padding: 10px 0 5px;
}

.announcements h2 {
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
}

.announcements h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 100;
}

.announcements p {
  color: #FFF;
  font-size: 15px;
}

.announcements h3 a {
  color: #FFF;
  text-decoration: underline;
  font-weight: 700;
}

.announcements h3 a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .announcements h2 {
    font-size: 12px;
  }

  .announcements h3 {
    font-size: 14px;
  }
}

.product-right .install-text2 {
  margin-bottom: 20px;
  color: #ff4c3b;
}

.product-right .install-text {
  color: #ff4c3b;
  margin-top: 20px;
}

.video-home {
  background-color: #efeded;
  padding: 20px 20px;
}

.video-home .col {
  text-align: center;
}

.video-home .col video {
  width: 600px !important;
  max-width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

@media (max-width: 768px) {
  .video-home .col video {
    object-fit: cover;
    width: 94% !important;
  }
}

.inside-video {
  background-color: #efeded;
  padding: 20px 20px;
  width: 100%;
  margin: 30px 0;
}

.inside-video .video-section {
  text-align: center;
}

.inside-video .video-section video {
  width: 600px;
}

@media (max-width: 768px) {
  .service-block img {
    margin-bottom: 20px;
  }
}

.product-box .cart-info,
.product-box .cart-wrap,
.product-wrap .cart-info,
.product-wrap .cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 420px) {
  .no-slider .product-box {
    max-width: calc(50% - 30px) !important;
  }
}

.home-slider .home {
  position: relative;
}

.suhub-slider-info {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  /* a{

    color: #000; 
      &:hover{
      text-decoration: underline;
      color: #000; 
    }
  }*/
}

.suhub-slider-info h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.suhub-slider-info h1 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.suhub-slider-info .btn-solid {
  background-image: none !important;
  background-color: #252525;
  text-decoration: none;
  color: #FFF;
}

.suhub-slider-info .btn-solid:hover {
  background-color: #FFF;
  text-decoration: none;
}

@media (max-width: 768px) {
  .suhub-slider-info {
    bottom: 3px;
  }

  .suhub-slider-info h4 {
    font-size: 16px;
  }

  .suhub-slider-info h1 {
    font-size: 13px;
  }

  .suhub-slider-info .btn-solid {
    padding: 5px;
    font-size: 12px;
  }
}

.rtl .suhub-slider-info {
  right: inherit;
  left: 20px;
}

.color-picker__color.color-images {
  border-radius: 0;
  width: 60px;
  height: auto;
  border-bottom: .29rem solid #FFF;
}

.color-picker__color.color-images.active {
  border-bottom: .29rem solid #252525;
}

.footer-social i:hover,
.social-white i:hover {
  color: #666666 !important;
}

.menu-right .pixelstrap a:hover {
  text-decoration: underline;
}

.no-slider.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.error-block {
  color: #f00;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
}

.socials p {
  margin-bottom: 0;
  font-size: 20px;
}

.socials img {
  width: 23px;
  display: block;
  margin: 0px 4px;
  /* -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5); */
  /* border-radius: 50%;
  border: 2px solid #fff;
  border: 2px solid #fff; */
}

.socials img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.rtl .socials {
  float: left;
}

@media (min-width: 768px) {
  .slider-right-nav .slick-arrow {
    position: absolute;
    left: 0;
    z-index: 99;
    background: #FFF;
    padding: 0px 5px;
    width: 100%;
    height: 35px;
  }

  .slider-right-nav .slick-prev {
    top: 0px;
  }

  .slider-right-nav .slick-prev:before {
    content: "\f062";
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
  }

  .slider-right-nav .slick-next {
    bottom: -40px;
    top: inherit;
    height: 60px;
  }

  .slider-right-nav .slick-next:before {
    content: "\f063";
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
  }

  .slider-right-nav .slick-prev:before,
  .slider-right-nav .slick-next:before {
    color: #000;
  }
}

.order-box .qty li {
  min-height: 60px;
}

.order-box .qty li font {
  display: inline-block;
  float: left;
  width: 60%;
}

.breadcrumb-section {
  padding: 10px 0;
}

a.bttn:hover {
  color: #FFF;
  background-color: #b02930;
}

a.bttn:focus {
  color: #FFF;
  background-color: #b02930;
}

.bttn {
  font-size: 10px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  border: 2px solid #b02930;
  color: #000;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.notfound {
  min-height: 400px;
  text-align: center;
  padding-top: 100px;
}

@media(max-width: 768px) {
  .cart-section .cart-table thead th:nth-last-child(-n+4) {
    display: table-cell !important;
  }

  .cart-section tbody tr td:nth-last-child(-n+4) {
    display: table-cell !important;
  }
}



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

@media (max-width: 991px) {
  .section-b-space .account-sidebar {
    display: none !important;
  }

  .section-b-space .dashboard-left {
    position: relative;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    left: 0;
  }
}

address {
  background-color: #F6F6F6;
  padding: 10px;
  margin-bottom: 20px;
}

.add-address {
  text-align: center;
}

@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }

  .order-box .title-box {
    font-size: 15px;
  }

  .terms-con {
    display: flex;
  }

  .terms-con input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin: 0px 0px;
  }

  address input[type='radio'] {
    display: block;
    width: 15px;
    height: 15px;
  }

  .order-box .qty li span {
    font-size: 14px
  }

  .order-box .sub-total li .count {
    font-size: 14px;
  }

  .checkout-page .checkout-form .checkout-details {
    margin-top: 0px;
  }

  .order-box .qty li {
    margin-bottom: 0px;
  }

  .order-box .sub-total li {
    margin-bottom: 5px;
  }

  .order-box .qty {
    margin-bottom: 5px;
  }

  .order-box .sub-total {
    margin-bottom: 5px;
  }

  .payment-box .payment-options {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .order-box {
    position: relative;
    margin-bottom: 10px;
  }

  .checkout-page .checkout-form .checkout-details {
    border: 0px;
  }

  .order-box .sub-total {
    border-bottom: 1px solid #ededed;
  }

  .order-box .sub-total li {
    font-size: 14px;
  }

  .order-box .sub-total .shopping-option label {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .payment-box .payment-options li .radio-option label {
    font-size: 14px;
  }

  .btn-solid,
  .btn-outline {
    padding: 5px 10px;
    letter-spacing: 0px;
  }

  .btn {
    font-size: 13px;
  }

  .order-box .title-box {
    padding-bottom: 5px;
  }

  .terms-con a {
    margin: 0px 5px;
  }

  .payment-box .payment-options li .radio-option input[type="radio"] {
    top: 3px;
  }

  .table-responsive-scroll {
    overflow-x: scroll;
  }

  .cart-section .cart-table thead th,
  .wishlist-section .cart-table thead th,
  .cart-section tbody tr td a,
  .cart-section tbody tr td p,
  .wishlist-section tbody tr td a,
  .wishlist-section tbody tr td p,
  .cart-section tbody tr td {
    font-size: 10px;
    line-height: 14px;
  }

  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td,
  .cart-section .cart-buttons,
  .wishlist-section .cart-buttons {
    padding-top: 5px;
  }

  .cart-section .cart-table thead th,
  .wishlist-section .cart-table thead th,
  .cart-section tbody tr td a,
  .cart-section tbody tr td p,
  .wishlist-section tbody tr td a,
  .wishlist-section tbody tr td p,
  .cart-section tbody tr td {
    padding: 5px;
  }

  .product-box .cart-info.cart-wrap,
  .product-box .cart-wrap.cart-wrap {
    display: none;
  }

  .product-box .product-detail h6,
  .product-box .product-info h6,
  .product-wrap .product-detail h6,
  .product-wrap .product-info h6 {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
  }

  .product-box .product-detail h4,
  .product-box .product-info h4,
  .product-wrap .product-detail h4,
  .product-wrap .product-info h4 {
    font-size: 15px;
  }

  .theme-tab .tab-title a,
  .theme-tab .tab-title2 a {
    font-size: 14px;
    /*border-bottom: 1px solid lightgray;*/
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.payment-card-bottom img {
  width: 28px;
}

@media (max-width: 768px) {
  .toggle-nav {
    display: none;
  }

  .menu-right #main-menu {
    right: 0 !important;
    position: relative;
    height: auto;
    overflow: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    border: 0px;
    border-top: 1px solid #eee;
    padding: 5px 0;
  }

  .menu-right #main-menu .mobile-back {
    display: none;
  }

  .main-menu .menu-left {
    flex: 0 0 100%;
  }

  .main-menu .menu-right {
    float: none;
    width: 100%;
    display: block;
    flex: 1 1 100%;
  }

  .main-menu {
    flex-wrap: wrap;
  }

  .menu-right .pixelstrap li a {
    padding: 0;
    font-size: 12px;
  }

  .menu-right .pixelstrap li a:hover {
    font-size: 12px;
    padding: 0px;
  }

  .menu-right .sm-horizontal {
    border: 0;
    border-top: 1px solid #eee;
  }
}

@media (max-width: 768px) {
  .theme-tab .tab-title {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-bottom: 10px;


  }

  .theme-tab .tab-title::-webkit-scrollbar {
    display: none;
    width: 0;
  }

  .theme-tab .tab-title li {
    flex: 0 0 auto;
    margin-right: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
  }

  .theme-tab .tab-title li.current {
    background-color: #000;
  }

  .theme-tab .tab-title li.current a {
    color: #fff;
  }

  .theme-tab .tab-title li a {
    display: inline-block;
    padding: 10px;
  }


  .no-slider.row {
    align-items: flex-start;
  }

  .prod-mob-bg img {
    display: none;
  }

  .prod-mob-bg {
    height: 100px;
    background-size: cover;
    background-position: center center;
    ;
  }

  .product-right-slick .slick-slide img {
    max-height: 350px;
    margin: 0 auto;
  }

  .breadcrumb-section .breadcrumb a {
    font-size: 12px;
    font-weight: 100;
  }

  .breadcrumb-section .breadcrumb {
    margin-top: 0px;
  }

  .size .icon {
    padding: 0px 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .size-selector {
    margin-top: 20px;
  }

  .single-product-tables table tr td,
  #top-home table tr td {
    vertical-align: top;
    border-bottom: 1px solid #ced4da;
    padding: 10px !important;
  }

  .product-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .product-buttons .row {
    flex: 0 0 50%;
    flex-grow: 1;
  }

  .product-buttons .row.cataloguerow {
    flex: 0 0 100%;
    flex-grow: 1;
  }

  .product-right .product-buttons .btn-solid {
    margin-bottom: 0px !important;
  }

  .terms-con {
    margin: 0px 20px 20px 20px;
  }

  .service-block img {
    height: 40px;
    width: auto;
  }

  .service-block h4 {
    font-size: 12px;
  }

  .service-block p {
    font-size: 10px;
  }

}

.service-block p {
  text-transform: initial;
}

@media (max-width: 575px) {

  .main-menu .menu-right .icon-nav,
  .mob-height-0 {
    height: 0px;
  }

  .tab-product .nav-material.nav-tabs .nav-item {
    width: auto;
  }

  .tab-product .nav-material.nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }

  .single-product-tables table tr td:first-child {
    padding: 0px 20px;
  }
}


@media (max-width: 991px) {
  .collection-filter {
    z-index: 9000;
  }

  .slider-right-nav {
    display: none;
  }

  .terms-con a {
    font-size: 12px;
  }
}


/*@media (min-width: 991px){
  .new-mobile-slider {
    display: none;
  }
}*/

.new-mobile-slider .slick-slide img {
  width: 100%;
}

.new-mobile-slider .slick-slide div {
  margin: 0px 5px;
}

.new-mobile-slider .slick-slide div a.glightbox span {
  height: 70px;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* cart css */

@media (max-width: 768px) {
  .cart-table.main-cart-table tr {
    /* display: flex;
    flex-wrap: wrap; */
    border-bottom: 1px solid #eeeeee;
  }

  .cart-table.main-cart-table tr td {
    flex: 0 0 100%;
    padding: 5px 10px
  }

  .cart-table.main-cart-table thead {
    display: none;
  }

  .cart-section .cart-table.main-cart-table tbody tr td {
    border-bottom: none;
  }


  .cart-section .cart-table.main-cart-table .cart-5,
  .cart-section .cart-table.main-cart-table .cart-8 {
    display: none !important;
  }

  .cart-2 .ti-close {
    display: none;
  }

  .cart-table.main-cart-table .cartprodname {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-table.main-cart-table .cart-2 .td-color {
    display: none;
  }

  .cart-table.main-cart-table .cart-1 {
    flex: 0 0 30%;
  }

  .cart-table.main-cart-table .cart-2 {
    flex: 0 0 70%;
  }

  .cart-table.main-cart-table .cart-3,
  .cart-table.main-cart-table .cart-4,
  .cart-table.main-cart-table .cart-5,
  .cart-table.main-cart-table .cart-6,
  .cart-table.main-cart-table .cart-7,
  .cart-table.main-cart-table .cart-8 {
    flex: 0 0 25%;
  }

  .cart-section .main-cart-table tbody tr td a {
    text-decoration: underline;
  }

  .cart-section .cart-table.main-cart-table .cart-9 h2 {
    font-weight: 700;
    font-size: 18px;
  }


}

details.preorder-collapse {
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 0;
  border-radius: 0.35rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

details.preorder-collapse summary {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

details.preorder-collapse div {
  padding: 5px;
}

.cart-mob-label {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cart-mob-label {
    display: none;
  }
}

@media (min-width: 991px) {

  .product-slick .slick-next,
  .rtl-product-slick .slick-next,
  .product-right-slick .slick-next,
  .rtl-product-right-slick .slick-next {
    right: 20px;
    opacity: 1;
    z-index: 1;
    width: 50px;
    height: 50px;
  }

  .product-slick .slick-prev,
  .rtl-product-slick .slick-prev,
  .product-right-slick .slick-prev,
  .rtl-product-right-slick .slick-prev {
    left: 20px;
    opacity: 1;
    z-index: 1;
    width: 50px;
    height: 50px;
  }

  .product-slick .slick-next:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-next:before,
  .product-slick .slick-prev:before,
  .rtl-product-slick .slick-prev:before,
  .product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-prev:before {
    font-size: 40px;
  }
}

.product-right-slick .slick-slide img {
  height: 450px;
  width: auto;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product-right-slick .slick-slide img {
    max-height: 350px;
    height: auto;
  }
}

.order-box .title-box .flex-control-tbl,
.order-box .qty li {
  display: flex;
  gap: 10px;
}

.order-box .qty li font,
.order-box .qty li span,
.order-box .title-box .flex-control-tbl div,
.order-box .title-box .flex-control-tbl span {
  flex-basis: 33.33%;
  float: none;
}


.footer-theme .sub-title li {
  text-transform: inherit;
}


.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
  max-height: 400px;
  overflow-y: auto;
}


.thankyou_banner {
  margin-bottom: 20px;
}

.thankyou_banner img {
  width: 100% !important;
  height: auto;
}

.g-recaptcha {
  margin-bottom: 40px;
}

ul.errorlist {
  color: red;
  margin-top: -40px;
  margin-bottom: 40px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background: lightgray;
  border: grey;
  pointer-events: none;
}


@media (max-width: 767px) {

  .main-menu .menu-right .icon-nav .mobile-setting,
  .main-menu .menu-right .icon-nav .mobile-cart,
  .main-menu .menu-right .icon-nav .mobile-search {
    padding: 2px;
    z-index: 999;
  }

  .lable-nav {
    top: 26px;
  }

  .top-header .header-dropdown .mobile-account,
  .top-header .header-dropdown .mobile-wishlist {
    padding: 2px;
  }

  .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a,
  .main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
    display: block;
    width: 100%;
  }

  .sidenav nav {
    padding-bottom: 50px;
  }
}

.pixelstrap ul {
  padding-bottom: 20px;
}

.rtl .mobile-contact p {
  direction: ltr;
}


.print-logo {
  display: none;
}

.quick-view-modal {
  padding: 20px;
}

.modal-content.quick-view-modal p {
  text-align: center;
}

.menu-right .sm-horizontal {
  overflow: auto;
}

@media print {

  .thankyou_banner,
  .tap-top.top-cls,
  iframe {
    display: none !important;
  }

  .print-logo {
    display: block !important;
    text-align: center;
  }

}

.pre-order-cart {
  background: #2fb914;
}

.rtl .service-block:not(:nth-child(2)) img {
  /* margin-right: 0px;
  margin-left: 12px; */

  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.rtl .footer-theme .sub-title .contact-list li span {
  margin: 0px 5px;
}

.quick-view-modal img {
  max-width: 100%;
  margin: 0 auto;
}

.theme-modal .modal-dialog .quick-view-modal button.close {
  text-align: right;
  display: block;
  top: -10px;
}

.rtl .theme-modal .modal-dialog .quick-view-modal button.close {
  text-align: left;
}

.my-slider .slick-prev:before,
.my-slider .slick-next:before {
  color: #000;
}

.product-box .cart-info i,
.product-box .cart-wrap i,
.product-wrap .cart-info i,
.product-wrap .cart-wrap i {
  color: #FFF !important;
  background: #000;
}


.product-box .cart-info i:hover,
.product-box .cart-wrap i:hover,
.product-wrap .cart-info i:hover,
.product-wrap .cart-wrap i:hover {
  color: #000 !important;
  background: #FFF;
  transition: 1s ease-out;
}

.btn-add-to-basket {
  background: #2fb914 !important;
  border: 2px solid #2fb914 !important;
}


.product-buttons .btn.btn-primary.btn-add-to-basket:hover:not(.pre-order-cart),
.product-buttons .btn.btn-primary.btn-add-to-basket:active:not(.pre-order-cart) {
  border-color: #2fb914 !important;
  background-color: #FFF !important;
}

.btn-info:hover,
.btn-info:active {
  background-color: #fff;
  border-color: #ff4c3b;
}

.new-badge {
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  padding: 12px 6px;
  text-transform: uppercase;
  color: #ffffff;
  top: 7px;
  left: 1px;
  z-index: 1;
  background-image: url("../images/new_badge.png");
  width: 118px;
  height: 33px;
  background-image: cover;
  background-repeat: no-repeat;
  color: transparent;
}




.limited-badge {
  top: 50px;
  left: 0;
}

@media (max-width: 768px) {
  .limited-badge {
    top: 40px;
    left: 0;
  }

  .rtl .limited-badge {
    left: 0;
  }
}

.gift-wrap {
  font-weight: 700;
  font-size: 15px;
}

.gift-wrap input {
  margin-right: 5px;
}

.rt.gift-wrap input {
  margin-left: 5px;
  margin-right: 0;
}

.gift-wrap label {
  cursor: pointer;
}

.gift-wrapper-box .icon img {
  border: 3px solid darkgray;
}

.gift-wrapper-box .size input:checked+.icon {
  padding: 3px;
}

.removecross {
  display: block;
  color: red !important;
  margin-bottom: 5px !important;
}

.desktop-gift-wrap {
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 5px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .desktop-gift-wrap {
    display: none;
  }
}

.desktop-gift-wrap .gift-edit {
  float: right
}

@media (min-width: 768px) {
  .mobile-gift-wrap {
    display: none;
  }
}

.offer-text {
  color: #FF0000 !important;
}


@media (max-width: 768px) {

  .product-4 .slick-prev:before,
  .product-4 .slick-next:before {
    color: #000;
  }

  .product-4 .slick-next {
    right: -10px
  }

  .product-4 .slick-prev {
    left: -10px
  }
}



.gift-card-section .card-image {
  display: block;
  min-height: 20rem;
  background: #fff center center no-repeat;
  background-size: cover;
}

.gift-card-section .card-image>img {
  display: block;
  width: 100%;
  opacity: 0;
}

.gift-card-section .card-image.is-loaded {
  filter: none;
  transition: filter 1s;
}





.gift-card-section .card-list {
  display: block;
  margin: 1rem auto;
  padding: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}

.gift-card-section .card {
  display: inline-block;
  width: 90%;
  max-width: 40rem;
  margin: 1rem;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 3rem -1rem rgba(0, 0, 0, 0.5);
  transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.gift-card-section .card:hover {
  transform: translateY(-0.5rem) scale(1.0125);
  box-shadow: 0 0.5em 3rem -1rem rgba(0, 0, 0, 0.5);
}

.gift-card-section .card-description {
  display: block;
  padding: 1em 0.5em;
  color: #515151;
  text-decoration: none;
}

.gift-card-section .card-description>h2 {
  margin: 0 0 0.5em;
}

.gift-card-section .card-description>p {
  margin: 0;
}

.brand-img {
  height: 156px !important;
  object-fit: contain;
}

.update_qty {
  text-transform: capitalize !important;
  font-weight: 400 !important;
}

.show-div.setting .active {
  font-weight: 700;
  text-decoration: underline;
}

.subscribe-form .parsley-errors-list {
  position: absolute;
  top: 70px;
}

.collection-wrapper #add-to-basket .parsley-errors-list {
  margin-top: 0px;
}

/*.btn-wishlist-remove .btn{ 
  background: url("../images/removewish.png") !important;
  width: 35px;
  height: 35px;
  background-size: cover !important;
  background-repeat: no-repeat;
}*/

#add_to_basket_form .parsley-errors-list {
  margin-top: 0;
}

.product-box .product-detail h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.product-order .product-order-detail .order_detail {
  align-items: flex-start;
}

.product-order .product-order-detail .order_detail h4 {
  min-height: 50px;
}

/*-----------------------------------------------*/
@media (max-width:577px) {
  .mobile-fix-option {
    margin: auto;
    right: 0;
    bottom: 6px;
    height: 70px;
    width: 96%;
    border-radius: 30px;
  }

  .search-overlay>div .overlay-content button {
    right: unset;
    left: 20px;
    top: 33px;
  }

  .main-menu .menu-right .icon-nav .mobile-search i {
    color: #000;
  }

  .search-overlay>div .overlay-content input {
    padding-left: 45px;
    border: 1px solid #7777;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 97%;
    margin: auto;
  }

  .search-overlay>div .overlay-content input::placeholder {
    color: #000;
  }

  .search-overlay>div .closebtn {
    position: absolute;
    top: -4px;
    z-index: 99;
    color: #000;
    right: 34px;
    font-size: 24px;
  }

  .search-overlay h3 {
    /* text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold; */
    opacity: 0;
  }

  .search-overlay {
    bottom: 0;
    min-height: 131px;
    width: 73%;
    height: auto;
    margin: auto;
    z-index: 10;
    bottom: 76px !important;
    top: unset;
    right: 0;
    padding-top: 10px;
    border-top-right-radius: 26px !important;
    border-top-left-radius: 26px !important;
    box-shadow: 0px -4px 3px rgb(0 0 0 / 10%);
  }

  svg#Layer_2 {
    display: inline-block;
    width: 20px;
    height: 20px;
  }



  .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
    border-top-right-radius: 26px !important;
    border-top-left-radius: 26px !important;
    bottom: 76px;
    min-width: 272px;
    right: 0;
    left: 0 !important;
    margin: auto;
    position: fixed;
  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul {
    display: flex;
    margin-top: 10px;

  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li {
    margin-inline-end: 25px;
    -webkit-margin-end: 25px;
    border-bottom: 0
  }

  .top-header .header-dropdown .onhover-dropdown.mobile-account {
    position: relative;
    bottom: -30px;
    right: unset;
    z-index: 10;
  }


  .top-header .header-dropdown .mobile-account .onhover-show-div {
    bottom: unset !important;
  }

  .top-header .header-dropdown .mobile-wishlist .onhover-show-div {
    bottom: -51px;
  }

  .main-menu .menu-right .icon-nav .mobile-setting,
  .main-menu .menu-right .icon-nav .mobile-cart,
  .main-menu .menu-right .icon-nav .mobile-search {
    cursor: pointer;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    border-radius: 10px;
  }

  .main-menu .menu-right .icon-nav .mobile-setting .cls-2,
  .main-menu .menu-right .icon-nav .mobile-cart .cls-2,
  .main-menu .menu-right .icon-nav .mobile-search .cls-2 {
    stroke-width: 1px;

  }

  .main-menu .menu-right .icon-nav .mobile-setting.active,
  .main-menu .menu-right .icon-nav .mobile-cart.active,
  .main-menu .menu-right .icon-nav .mobile-search.active,
  .main-menu .menu-right .icon-nav .mobile-home.active {
    background-color: #fff;

  }

  .main-menu .menu-right .icon-nav .mobile-setting.active .cls-2,
  .main-menu .menu-right .icon-nav .mobile-cart.active .cls-2,
  .main-menu .menu-right .icon-nav .mobile-search.active .cls-2,
  .main-menu .menu-right .icon-nav .mobile-home.active .cls-2 {
    fill: #000;
    stroke: #000;
  }

  .main-menu .menu-right .icon-nav .mobile-search {
    left: 22%;
    right: unset;
  }

  .main-menu .menu-right .icon-nav .mobile-cart {
    right: 27%;
  }

  .top-header .header-dropdown .mobile-wishlist {
    right: 50%;
    bottom: 29px;
  }

  .top-header .header-dropdown .mobile-account i,
  .top-header .header-dropdown .mobile-wishlist i,
  .main-menu .menu-right .icon-nav .mobile-setting i {
    display: none;
  }

  .sidenav .sidebar-back {
    margin-bottom: 0;
  }

  #main-menu.other-pages {
    background-color: #ff4c3b;
    margin-bottom: 25px;
  }

  #main-menu.other-pages li a {
    color: #fff;
  }

  #main-menu.other-pages li a:hover {
    color: #000;
  }

  .onhover-div.mobile-cart .lable-nav {
    top: -19px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    top: -3px;
    padding: 0;
    line-height: 17px;
    left: 33px;
    text-align: center;
  }

  .rating {
    display: none;
  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6 {
    font-size: 18px;
  }

  .show-div.setting .active {
    text-decoration: none;

  }

  .show-div.setting .active a {
    color: #ff4c3b !important
  }

  .show-div.setting h6:last-of-type {
    border-top: 1px solid #ccc;

  }

  .blur-up.lazyloaded {
    border-radius: 20px;
  }

  .onhover-dropdown .onhover-show-div,
  .onhover-div .show-div {
    -webkit-box-shadow: 0px -4px 3px rgb(0 0 0 / 10%);
    box-shadow: 0px -4px 3px rgb(0 0 0 / 10%);
  }

  .product-box .img-wrapper .lable-block .lable3,
  .product-wrap .img-wrapper .lable-block .lable3 {
    background-image: url("../images/preorder.png");
    border-radius: 20px;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }

  .available-badge {
    background-image: url("../images/available_badge.png");
    border-radius: 20px;
    left: 0 !important;
    right: 0 !important;
    margin: auto;

  }

  .footer-light .subscribe-form {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .footer-light .subscribe {
    justify-content: flex-start;
  }

  .subscribe-form .form-group {
    margin-bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ced4da;
  }

  .footer-light .subscribe-form #subscribe-btn {
    margin-inline-start: 10px;
    height: 57px;
    border-radius: 0;
    right: 14px;
    position: absolute;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }

  .footer-light .subscribe h4 {
    text-align: start;
  }

  .footer-light .subscribe-form .form-control {
    max-width: 100%;
    width: 70%;
    height: 56px;
    border-radius: 0px;
    border: 0;
    background-color: transparent;
  }
 
  .footer-light .subscribe-form .form-control:focus {
    box-shadow: unset;
  }

  .footer-theme .sub-title li {
    font-size: 14px;
  }

  .product-m .slick-slide>div {
    margin: unset;
    margin-left: 8px;
  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart p {
    text-align: center;
    margin-bottom: 0;

  }

  .main-menu .menu-right .icon-nav .onhover-div.mobile-home {
    position: fixed;
    bottom: 14px;
    left: 20px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
  }

  .rtl .main-menu .menu-right .icon-nav .onhover-div.mobile-home {
    right: 20px;
    left: unset;
  }

  .onhover-div:hover .show-div,
  .onhover-dropdown:hover .onhover-show-div {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden;
  }

  .show-div.show,
  .onhover-show-div.show {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }

  .video-home {
    padding: 20px 0;
  }


  .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
    position: fixed;
    bottom: 76px;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 26px !important;
    border-top-left-radius: 26px !important;
    box-shadow: 0px -4px 3px rgb(0 0 0 / 10%);
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li:first-child {
    order: 3;

  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li:nth-child(2) {
    order: 1;

  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 {
    margin-top: 10px;
  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li:last-child {
    order: 2;

  }

  .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
    border-radius: 20px;
    width: 47%;
    text-align: center;
  }

  .title1 .title-inner1 {
    font-size: 20px;
  }

  .title1.section-t-space a span.btn {
    white-space: nowrap;
    border-radius: 13px;
  }


  .breadcrumb-section .page-title h2 {
    margin-bottom: 13px;
    margin-top: 5px;
  }
}


@media (max-width:370px) {
  .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
    right: -14px;

  }

  .available-badge,
  .product-box .img-wrapper .lable-block .lable3,
  .product-wrap .img-wrapper .lable-block .lable3 {
    width: 88px;
    background-size: contain;
  }


}

@media (min-width:578px) {
  svg#Layer_2 {
    display: none;
    width: 20px;
    height: 20px;
  }

  .search-overlay>div h3 {
    display: none;

  }

  #main-menu.other-pages {
    display: none;
  }
}

.home-slider .home img {
  border-radius: 0 !important;
}

@media (max-width:767px) {

  .service-block h4 {
    word-wrap: break-word;
  }

  .id_sort_by select {
    -webkit-appearance: menulist;
  }

  .product-box .img-wrapper .back,
  .product-wrap .img-wrapper .back {
    display: none;
  }

  .no-slider .product-box,
  .no-slider .product-box:nth-last-child(-n+4),
  .no-slider .product-box:nth-last-child(2),
  .no-slider .product-box:nth-last-child(-n+2) {
    margin: 0 !important;
    margin-right: 13px !important;
  }

  .no-slider .product-box:first-child {
    margin-left: 15px !important;
  }

  .title1 {
    text-align: start;
    padding: 15px;
  }

  .title1 .title-inner1:after {
    right: auto;
  }

  .no-slider.row {
    flex-wrap: nowrap;
    overflow-y: auto;
    justify-content: flex-start;
  }

  .no-slider .product-box:nth-last-child(2) {
    margin-right: 10px;
  }

  .no-slider.row::-webkit-scrollbar {
    display: none;
    width: 0;
  }

  .service-block img {
    width: 40px;
    max-width: 40px;
    margin: 0 auto !important;
    margin-bottom: 5px;
  }

  .service-block h4 {
    max-width: 70px;
    margin: 10px auto;
  }

  .service-block:first-child .media img {
    height: 51px;
  }

  .service-block:last-child .media img {
    height: 47px;
  }


  .service-block .media .media-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-width: 100px;
  }

  .service-block:first-child .media-body h4 {
    /* max-width: 66px !important; */
    margin-top: 5px;
  }

  .service-block:first-child .media-body p {
    max-width: 66px !important;
    margin: auto;
  }

  .product-top-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: -30px;
  }

  .id_sort_by {
    position: relative;
    top: -3.5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4c3b;
    font-weight: 500;
  }

  .form-group.id_sort_by>div {
    position: relative;
  }

  .form-group.id_sort_by>div::after {
    position: absolute;
    /* content: url('../images/arrow.svg'); */
    right: 0;
    top: 0;
  }

  .id_sort_by .btn-theme {
    background-color: #fff;
    color: #000;
  }

  .product-filter-content {
    border-right: 1px solid #dddddd;
  }

  .id_sort_by .btn-theme i {
    color: #ff4c3b;
  }

  .id_sort_by span {
    margin-inline-end: 5px;
  }

  .id_sort_by select {
    width: auto;
    padding: 7px;
    background: transparent;
    border: 0;
    color: #000;
    font-weight: 500;
    cursor: pointer;

  }

  .product-filter-content p {
    position: absolute
  }


  .id_sort_by select:focus {
    box-shadow: unset;
    /* color: #ff4c3b; */
  }

  .id_sort_by label {
    display: none;
  }

  /* .id_sort_by select:hover {
    background-color: #ff4c3b;
    color: #fff;
  } */

  .product-top-filter>.row {
    width: 50%
  }

  .product-top-filter .filter-main-btn span {
    width: 100%;
    background-color: #fff;
    color: #000;
    padding-top: 20px;
    font-weight: 500;
    padding-bottom: 0;
  }

  .product-top-filter .filter-main-btn img {
    width: 15px;
  }

  .product-top-filter .filter-main-btn span i {
    color: #ff4c3b;
  }


  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {

    display: none;
  }

  .product-pagination {
    border: 0;
  }

  .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-radius: 20px;
    border: 1px solid #404040 !important;
  }

  .product-pagination .pagination {
    border: 0;
  }

  .product-pagination .product-search-count-bottom {
    border-left: 0;
    border-right: 0;
  }

  .form-horizontal {
    width: 50%;
  }

  .product-filter-content>div {
    width: 100%;
    padding-top: 20px;
  }

  .footer-theme .sub-title .contact-list li {
    display: flex;
    align-items: center;
  }

  .list_item_container .auto_label {
    font-weight: 400;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

body {
  font-family: 'Poppins', sans-serif;
}

.gift-code-box {
  margin-top: -140px;
}

@media (max-width: 768px) {
  .gift-code-box {
    margin-top: 0px;
  }

  body.rtl .title1 .title-inner1:after {
    right: 0;
    left: auto;
  }

  .rtl .title1 h4,
  .rtl .title1 h2 {
    text-align: right;
  }
}

body.rtl .lable-nav {
  left: unset;
  right: 9px;
}

@media (max-width:577px) {

  .rtl .top-header .header-dropdown .mobile-account {
    left: unset;
  }

  .rtl .footer-light .subscribe-form #subscribe-btn {
    left: 14px;
    right: unset;
    border-radius: unset !important;
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important
  }

  .rtl .search-overlay>div .closebtn {
    left: 34px;
  }

  .rtl .search-overlay>div .overlay-content button {
    right: 20px;
    left: unset;
  }

  .rtl .search-overlay>div .overlay-content input {
    padding-left: unset;
    padding-right: 45px;
  }

  .rtl .main-menu .menu-right .icon-nav .mobile-cart {
    left: 29%;
  }

  .rtl .top-header .header-dropdown .mobile-wishlist {
    left: 50%;
  }

  .rtl .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart {
    left: 0 !important;
    right: 0 !important;
  }

  .rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
    left: 0 !important;
    right: 0 !important;
  }

  .rtl .onhover-div.mobile-cart .lable-nav {
    left: unset;
    right: 33px;

  }

  .rtl .service-block h4 {
    width: 47px;
  }



}

@media (max-width:767.98px) {
  .rtl .theme-tab .tab-title li {
    margin-left: 15px;
    margin-right: unset;
  }
}

@media (min-width:578px) and (max-width:767.98px) {
  .rtl .onhover-dropdown:before {
    left: -11px
  }
}

body.rtl {
  font-family: 'Almarai', sans-serif;
  overflow-x: hidden;
}

.rtl .form-group.id_sort_by,
.rtl .small-section {
  text-align: right;

}

.rtl .menu-left .sidenav {
  left: unset;
  right: -300px;
}

.rtl .sidenav.open-side {
  right: 0;
}

.rtl * {
  letter-spacing: 0 !important;
}

.rtl .onhover-div {
  font-family: 'Almarai', sans-serif;
}

.rtl .available-badge {
  right: 7px;
  left: unset;
}

.rtl .service-block img {
  margin-left: 12px;
  margin-right: unset;
}

.select2-results__options li {
    display: flex;
}

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

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

img.right {
    float: right;
    padding-left: 5px;
}
img.left {
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}
img.full-width {
    padding-bottom: 10px;
    padding-top: 10px;
}
.banner-section {
    margin-top: 15px;
}

.gift-wrapper-box .icon img{
  height: 100%;
  width: 100% ;
}

.size-selector.gift-wrapper-box li{
  max-width: 80px;
}

.size-selector.gift-wrapper-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#top-home li {
    display: list-item;
}
.footer-light .subscribe-form .form-control::placeholder{
  height: 100%;
}
.about-page p{
  margin-bottom: 10px;
}
.product-right .product-buttons .btn-solid{
  margin-bottom: 10px!important;
}
@media (max-width:768px) {
  .inside-video .video-section video{
    width: 100%;
  }
  .socials img{
    width: 23px;
  }
  .socials p{
    font-size: 14px;
  }
  .socials{
    float: none;
    justify-content: flex-start;
  }
  .footer-contant.social{
    display: block !important;
  }
  

  .size span{
    width: auto !important;
  }

  .cart-section tbody tr td h2, .wishlist-section tbody tr td h2 {
    font-size: 14px; 
  }
}
@media (max-width: 360px){


h2 {
    font-size: 20px;
}}

.profile-btn a{
  margin: 5px;
}

.profile-btn a:first-child{
  margin-left: 0px;
}

.rtl .profile-btn{
  text-align: right;
}

.rtl .profile-btn a:first-child{
  margin-left: 5px;
  margin-right: 0;
}

#modal-body.text-center h2{
  text-align:  center;
}

.promotions__link {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  margin: 10px 0px;
  display: block;
}

.promotions__link:hover{
  text-decoration: none;
  color: #000;
}

.filter__section input{
  border: 1px solid #dddddd;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 10px;
  height: inherit;
  width: 100%;
}

.filter__section label{
  text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600; 
}

.filter__section .form-inline{
  display: block;
}
  
.flex-100{
  flex: 0 0 100%;
}

.rest-btn-filter, .order-list__tbl a{
  color: #000;
  text-decoration: underline;
}

.rest-btn-filter:hover, .order-list__tbl a:hover{
  text-decoration: none;
  color: #000;
}

.rtl .widget-visible iframe{
  right: -102px !important;
}

.available-badge, .new-badge, .product-box .img-wrapper .lable-block .lable3, .product-wrap .img-wrapper .lable-block .lable3, .limited-badge, .lowstock-badge, .waiting-badge, .sold-out-badge{
  border-radius: 0;
  width: 100px;
  height: 36px;
  background-size: cover;
}

.rtl .waiting-badge,.rtl .sold-out-badge{
  right: 0;
  left: initial;
}
@media (min-width:768px) {
  .register-page .theme-card .theme-form .help-block:first-of-type{
    height: auto;
  }
}
@media (max-width: 767px) {
  .filter-main-btn span ,
  .id_sort_by select{
      font-size: 13px;
  }
  .shopping-option{display: flex;
    align-items: baseline}
    .order-box .sub-total .shopping-option label {
      font-size: 13px;
    }
    .id_sort_by {
      display: flex;
      align-items: baseline;
      justify-content: flex-start;

      flex-direction: column;
    }
    .id_sort_by label {
      color: #000;
      display: flex;
      font-weight: 500;
    }
    .id_sort_by select{
      padding: 7px 7px 7px 0;
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
    
}
.product-filter-content>div {
  width: 90%;
}
.id_sort_by select:lang(ar){
  padding: 7px 0 7px 7px;
}
}

a.btn-wishlist {
    margin-left: 0px !important;
}
@media (min-width:577px) and (max-width:768px) {
.main-menu{
flex-wrap:nowrap;
}
    .top-header .header-dropdown .mobile-account, .top-header .header-dropdown .mobile-wishlist {
        padding: 15px 25px 15px 20px;
    }
.main-menu .menu-left{
flex:none}

  :lang(en) .main-menu .menu-right .icon-nav .mobile-setting, .main-menu .menu-right .icon-nav .mobile-cart, .main-menu .menu-right .icon-nav .mobile-search{
 padding:0 0 0 20px
  }
.main-menu .menu-right{
    display: flex;
    float: right;
    width: auto;
    flex: none;
}
.rtl .main-menu .menu-right .icon-nav li{
padding:0 20px 0 0!important}

}

@media (min-width:577px) {
  svg#Layer_2{
    display: none;
  }
}
#main-nav .toggle-nav{
display:none;}
@media (max-width: 767px) {
    .lable-nav {
        top: -10px;
    }
}
