/*!
Theme Name: Almubarkiya
Author: Almubarkiya
Author URI: https://nafeza.net
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: almubarkiya
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&family=Tajawal:wght@400;500;700&display=swap");

body {
  background: #fff;
  font-family: "Poppins", "Tajawal", sans-serif;
  overflow-x: hidden;
}
button {
  outline: none !important;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #144159;
  text-decoration: none;
}
a,
svg,
svg g,
button {
  transition: 0.3s;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
button,
input,
optgroup,
select,
textarea {
  max-width: 100%;
}
#header {
  background: #fff;
  padding: 15px 0 0;
}
/* #header .logo img{
    max-width: 200px;
} */
#header .logo h1 {
  color: #282d3b;
  padding: 41px 0;
}

#header .menu-top ul {
  float: right;
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 7px;
}

#header .menu-top ul li {
  display: inline-block;
}

#header .menu-top ul li a {
  color: #282d3b;
  font-size: 13px;
  padding: 0 22px;
  border-right: 1px #282d3b solid;
  height: 13px;
  display: inline-block;
  line-height: 13px;
}
#header .menu-top ul li a:hover {
  color: #144159;
}

#header .menu-top ul li:last-of-type a {
  border-right: none;
}
#header .menu-top ul li:last-of-type a {
  padding-right: 0;
}
#header .searchform input[type="text"] {
  width: 87%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: transparent;
}

#header .searchform input[type="submit"] {
  width: 10%;
  background: transparent;
  float: right;
  margin-right: 7px;
}

#header .searchform input[type="submit"] {
  background: url(img/search.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 9px top 16px;
  color: transparent;
}

#header .searchform {
  border: 1px #c1c1c1 solid;
  border-radius: 63px;
}

#header .searchform input {
  border: none;
  height: 48px;
  font-size: 17px;
  outline: 0;
  line-height: 18px;
  padding: 10px;
  border-radius: 5px;
}

.dropdown-cart-content {
  display: none;
  padding: 10px;
  border-radius: 4px;
  background: rgb(40 45 59 / 0.8);
  /* -webkit-box-shadow: 0px 3px 8px -1px rgba(219, 219, 219, 1) !important;
    -moz-box-shadow: 0px 3px 8px -1px rgba(219, 219, 219, 1) !important;
    box-shadow: 0px 3px 8px -1px rgba(219, 219, 219, 1) !important; */
}
.woocommerce-mini-cart__total.total {
  color: #fff;
}

.woocommerce-mini-cart__total.total .woocommerce-Price-amount bdi {
  color: #fff;
}
.user-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.user-menu i {
  font-size: 30px;
  margin-right: 4px;
}
.user-menu .user-menu-item {
  margin-left: 20px;
  cursor: pointer;
  transition-duration: 0.5s;
  position: relative;
}

.user-menu .user-menu-item > a {
  color: #282d3b;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
}

.user-menu .user-menu-item > a:hover {
  color: #144159 !important;
}
.user-menu .user-menu-item > a:hover svg,
.user-menu .user-menu-item > a:hover svg g {
  fill: #144159 !important;
}

.mega-menu-container {
  position: absolute;
  width: 91.2%;
  display: none;
  z-index: 99;
  /*    overflow: hidden;*/
}

.home .mega-menu-container {
  display: block;
}

.home-slider .carousel-item img {
  height: auto;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.carousel-control-next {
  right: 3%;
  left: initial;
}
.carousel-control-prev {
  left: 3%;
  right: initial;
}
.carousel-control-next,
.carousel-control-prev {
  font-size: 40px;
}

.dropdown-cart-content {
  position: absolute;
  width: 300px;
  right: 0px;
  z-index: 99;
  top: 49px;
}

.woocommerce a.remove {
  color: #144159 !important;
  font-size: 21px;
  line-height: 19px;
}

.woocommerce a.remove:hover {
  background: #008194;
  background: transparent;
  color: #333 !important;
}

.woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 4px;
  width: 50px;
  margin-left: 0;
}

.dropdown-cart-content li a {
  color: #333;
}

.header-bottom {
  background: rgba(196, 196, 196, 0.15);
  margin-top: 15px;
}

.home-block-section {
  margin-top: 30px;
}

.home-block {
  background: #fff;
  border-radius: 4px;
}

.home-block .section-title,
.related > h2,
.up-sells > h2 {
  margin: 0;
  padding: 16px 20px;
  font-size: 24px;
  font-weight: 400;
  display: block;
  position: relative;
  color: #144159;
  margin-bottom: 15px;
}

.home-block .section-title:after,
.related > h2:after,
.up-sells > h2:after {
  content: "";
  height: 100%;
  background: #144159;
  position: absolute;
  bottom: 0;
  width: 3px;
  left: 0;
  color: #144159;
}

.woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}

.woocommerce-loop-product__title {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 8px !important;
  color: #444444;
  margin-bottom: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}

.product-start {
  color: #f16809;
  font-size: 12px;
}
.woocommerce .archive-grid-content .products .product .product-start,
.woocommerce .related .products .product .product-start {
  padding: 0 16px;
}
.woocommerce-cards .product {
  display: flex;
  height: 100%;
  position: relative;
}
.woocommerce-cards .product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
}
.woocommerce-cards .product .price {
  flex: 1;
}
.woocommerce .products .product .price del {
  opacity: 1;
}
.woocommerce-cards .product .price del .woocommerce-Price-amount bdi {
  color: #144159;
}
.woocommerce .archive-grid-content .products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce
  .archive-grid-content
  .products
  .product
  .woocommerce-loop-product__title,
.woocommerce .related .products .product .woocommerce-loop-product__title,
.woocommerce .up-sells .products .product .woocommerce-loop-product__title,
.woocommerce .cross-sells .products .product .woocommerce-loop-product__title {
  padding: 0 16px;
}
.woocommerce .archive-grid-content .products .product .price,
.woocommerce .related .products .product .price,
.woocommerce .up-sells .products .product .price,
.woocommerce .cross-sells .products .product .price {
  padding: 0 16px;
  margin-bottom: 0;
}
.owl-carousel {
  overflow: hidden;
}
.owl-carousel .owl-stage {
  display: flex;
}

.woocommerce-Price-amount {
  font-weight: 500;
  font-size: 18px;
}
.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-mini-cart__empty-message {
  color: #fff;
  margin-bottom: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 50px;
  position: absolute;
  top: 40%;
  outline: 0;
  width: 30px;
  height: 50px;
  background: #1441590a;
  color: #144159;
}
.owl-carousel .owl-nav button.owl-next {
}
.owl-carousel .owl-nav button.owl-prev {
}
.owl-carousel.owl-carousel-slider .owl-nav button.owl-next,
.owl-carousel.owl-carousel-slider .owl-nav button.owl-prev {
  /*        margin: 0 10px;*/
  font-size: 65px;
  top: 47%;
  opacity: 0.4;
}

.owl-nav span {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0;
  line-height: 38px;
  font-family: initial;
}

.owl-prev span {
  left: 0;
}

.owl-next span {
  right: 0;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.yith-wcwl-wishlistaddedbrowse .feedback {
  display: none;
}

.yith-wcwl-add-button .fa {
  font-family: FontAwesome !important;
}

.matjry-product-summary-con .yith-wcwl-add-button .fa {
  font-size: 24px;
}

.matjry-product-summary-con .yith-wcwl-add-button {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 2px;
}

.wishlist-title-with-form {
  display: none;
}

.yith-wcwl-add-button i {
  margin: 0 !important;
  color: #144159;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  color: #144159;
  font-size: 18px;
}
.home-sale .owl-carousel .onsale {
  display: none !important;
}

del {
  color: #a2a2a2;
}

del .woocommerce-Price-amount {
  color: #a2a2a2;
  font-weight: 500;
  font-size: 14px;
}

ins {
  text-decoration: none;
}

.owl-carousel .product img {
  transition: transform 0.4s;
}

.owl-carousel .product:hover img {
  transform: scale(1.04);
}

.woocommerce .woocommerce-breadcrumb {
  margin: 10px 0;
}

.matjry-product-summary-con {
  display: inline-block;
  width: 100%;

  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.woocommerce-tabs {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}

.related {
  margin-top: 30px;
  clear: both;
}

.quantity {
  position: relative;
  margin-right: 20px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 48px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 0px;
  border: 1px solid #eee;
  width: 110px !important;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 48px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  left: 20px;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 1px;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.woocommerce div.product form.cart .button:not(.wa-order-button) {
  height: 48px;
  border-radius: 4px;
  width: 182px;
  background: #144159;
  outline: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 45px;
}

.woocommerce div.product form.cart {
  margin: 0;
  border-top: 1px #f2f2f2 solid;
  border-right: 0;
  border-left: 0;
  padding: 25px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 15%;
}

.summary .price .woocommerce-Price-amount {
  font-size: 32px;
}
.summary .price .woocommerce-Price-amount bdi {
  color: #144159;
}
.summary .price del .woocommerce-Price-amount bdi {
  font-weight: 400;
  font-size: 22px;
}

.summary .price .woocommerce-Price-amount bdi {
}

.woocommerce div.product .product_title {
  font-size: 31px;
  border-bottom: 1px #f2f2f2 solid;
  padding-bottom: 20px;
}

.woocommerce-product-details__short-description p {
  color: #626262;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-weight: 500;
  outline: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #144159 !important;
  color: #fff;
}
.summary .yith-wcwl-add-button span {
  color: #333 !important;
}

.summary .yith-wcwl-add-button a {
  text-decoration: none;
}

.summary .product_meta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 3px #144159 solid;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: unset;
  border: none;
  margin-right: 15px;
  background: none;
}

.woocommerce .products .product,
.woocommerce-page .products .product {
  margin-bottom: 0 !important;
}

.archive-grid {
}

.woocommerce-products-header {
  background: none;
}

.archive-grid-header {
  margin-bottom: 30px;
}

.archive-grid-content {
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
}

.woocommerce .woocommerce-result-count {
  margin-top: 5px;
}

.woocommerce .woocommerce-ordering select {
  border: 1px #ddd solid;
  height: 37px;
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 4px 2px rgb(244, 244, 244);
}

.archive-grid-content .woocommerce .products .product,
.woocommerce-page .products .product {
  margin-bottom: 34px !important;
  overflow: hidden;
  padding-bottom: 15px !important;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 8px 20px rgb(0 0 0 / 12%);
}

.product img {
  transition: transform 0.4s;
  box-shadow: 2px 8px 20px rgb(0 0 0 / 12%);
  border-radius: 10px;
}
.archive-grid-content .product:hover img {
  transform: scale(1.04);
}

.archive-grid-content .product:hover img {
  transform: scale(1.04);
}

.related .product:hover img {
  transform: scale(1.04);
}

/* - woo cat toggling elements, injected via jQuery - */

/* make list item be relative, to be able to position toggle within this item, if desired */
#sidebar .widget_product_categories ul.product-categories > li.cat-parent {
  position: relative;
}

/* the new toggle element wrapper, which is added via jQuery */
#sidebar
  .widget_product_categories
  ul.product-categories
  > li.cat-parent
  .woo-cat-toggle {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-left: 0.5em;
  width: 1.5em;
  line-height: 1em;
  /*
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
*/
  transition: all 0.4s ease;
  width: 20px;
  height: 20px;
  /*	background: rgba(0,0,0,0.05);*/
  text-align: center;
  line-height: 20px;
  border-radius: 50%;

  position: absolute;
  right: 0;
  border-radius: 0;
  height: 45px;
  top: 0;
  width: 45px;
  text-align: center;
  padding: 12px;
}

/* when it's popped, style the toggle wrapper differently */
#sidebar
  .widget_product_categories
  ul.product-categories
  > li.cat-parent
  .woo-cat-toggle.cat-popped {
  /*
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: rgba(0,24,113,1);
	color: white;
*/
}

/* toggle icon */
#sidebar
  .widget_product_categories
  ul.product-categories
  > li.cat-parent
  .woo-cat-toggle::before {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  speak: none;
  content: "\f105";
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-family: FontAwesome;
  color: #144159;
}

/* toggle icon when triggered */
#sidebar
  .widget_product_categories
  ul.product-categories
  > li.cat-parent
  .woo-cat-toggle.cat-popped::before {
  content: "\f107";
}

/* hide sub cats by default */
#sidebar
  .widget_product_categories
  ul.product-categories
  > li.cat-parent
  .woo-cat-toggle
  ~ ul.children {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease;
}

/* show sub cats when triggered via jQuery toggle */
#sidebar
  .widget_product_categories
  ul.product-categories
  > li.cat-parent
  .woo-cat-toggle.cat-popped
  ~ ul.children {
  max-height: initial;
  padding-right: 0;
  padding-top: 10px;
}

#sidebar .product-categories {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

#sidebar .product-categories li {
  padding: 10px;
  /*    background: rgba(248, 249, 251, 0.25);*/
  border-bottom: 1px #e2e2e2 solid;
  font-size: 14px;
}

#sidebar .product-categories li a {
  color: #333;
}

#sidebar .children {
  list-style-type: none;
  padding-left: 20px;
  padding-top: 10px;
}

#sidebar .product-categories .children li {
  border: none;
}

.woocommerce-breadcrumb a {
  color: #767676;
}

.woocommerce-breadcrumb {
  margin: 10px 0;
}

.woocommerce-breadcrumb {
  padding: 0;
  font-size: 0.92em;
  color: #767676;
  margin: 15px 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 23%;
  margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 10px;
  border-top: 1px #cedfe7 solid;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #333;
  display: block;
  text-decoration: none;
  transition: transform 0.1s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
  background: #f4f8fb;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  background: #f4f8fb;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  width: 72%;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 0.53);
  margin-top: 30px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 15px 8px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  height: 60px;
}

.woocommerce table.my_account_orders .button {
  background: #144159;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  max-width: 100%;
  border: 1px #ececec solid;
  padding: 20px;
  border-radius: 4px;
  flex: 1;
  margin: 0 10px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
}

.woocommerce form .form-row label {
  margin-bottom: 0;
  /*    font-size: 13px;*/
  color: #565656;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 50px;
  border: 1px #949494 solid;
  border-radius: 6px;
  padding: 10px;
  /*    padding-top: 25px;*/
  color: #333;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 1);
  box-shadow: 0px 1px 7px 0px rgba(230, 230, 230, 0.16);
}

.woocommerce form em {
  font-size: 12px;
  color: #929292;
}

.woocommerce form fieldset {
  margin-top: 40px;
}

.woocommerce form .form-row label {
  display: block;
  width: 100%;
  font-weight: 500;
}

.woocommerce-MyAccount-content form .button {
  background: #144159;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 19px;
  outline: 0;
  height: 50px;
  width: 180px;
}

.woocommerce-MyAccount-content form .button:hover {
  background: #144159;
  color: #fff;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input,
.lost_reset_password .woocommerce-form-row {
  width: 100% !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .lost_reset_password .woocommerce-Button {
  background: #144159;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  font-size: 14px;
  padding: 18px 25px;
  outline: 0;
  width: 100%;
  margin: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .lost_reset_password .woocommerce-Button:hover {
  background: #966f33 !important;
  color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  outline: 0;
  border: 1px #949494 solid;
}

.woocommerce form .form-row {
  position: relative;
  margin-bottom: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  margin-top: 10px;
}

.woocommerce-account .addresses .title .edit {
  background: #144159;
  padding: 1px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 3px;
}

.woocommerce table.shop_table {
  background: #fff;
  border: none;
}

.woocommerce table.shop_table td {
  height: 60px;
  text-align: left;
  font-size: 16px;
  border-color: #e0e0e0;
}

.woocommerce table.shop_table th {
  border: none;
  height: 60px;
  font-size: 16px;
}

.coupon input {
  width: 120px !important;
  border-radius: 4px;
}

.coupon button.button {
  background: #144159;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  height: 37px;
}

.actions .button {
  background: #144159 !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  height: 37px;
  border-radius: 4px !important;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  background: #144159;
  display: inline-block;
  font-weight: 400;
  border-radius: 0;
  padding: 15px 25px;
  border-radius: 4px;
}

.coupon button.button:hover,
.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover,
.actions .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.dropdown-cart-content .button:hover {
  background: #966f33 !important;
  color: #fff !important;
}

.woocommerce-cart .card-container {
  display: flex;
}

.woocommerce-cart .woocommerce-cart-form {
  flex: 4;
  background: #fff;
  border-radius: 4px;
}

.woocommerce-cart .cart-collaterals {
  flex: 2;
  margin: 0 20px;
  background: #fff;
  padding: 20px;
  height: 100%;
  border-radius: 4px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  border-bottom: 1px #ddd solid;
  padding: 10px 36px;
  padding-left: 13px;
  background: #fff;
  margin-bottom: 7px;
  border-radius: 4px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-size: 14px;
  font-weight: 400;
}

.dropdown-cart-content .remove_from_cart_button {
  position: absolute;
  right: 16px;
  font-size: 22px !important;
}

.dropdown-cart-content .woocommerce-Price-amount {
  font-size: 14px;
}

/*
a.remove {
    text-indent: -9999px;
    border: 0;
}

 
a.remove:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
    float: left;
    text-indent: 0;
        font-size: 15px;
    color: #8e8e8e;
}
*/

.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}

.woocommerce-additional-fields__field-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}

.woocommerce-additional-fields {
  margin-top: 25px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fbfbfb;
  border-radius: 5px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: #144159;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 19px;
  outline: 0;
  height: 50px;
  width: 215px;
  border-radius: 0;
}

.main-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: scroll;
}

.main-menu::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

.main-menu::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  display: none;
}

.main-menu > li {
  margin-right: 25px;
}
.main-menu > li > a {
  color: #040404;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 0;
  display: inline-block;
  white-space: nowrap;
}
.main-menu .sub-menu {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
  position: absolute;
  background: #f6f6f6;
  padding: 0;
  list-style: none;
  border-top: 1px solid #1441596b;
}
.main-menu > li .sub-menu li a {
  padding: 10px 20px;
  display: inline-block;
  border-bottom: 1px solid #1441596b;
  width: 100%;
}
.main-menu li:hover > .sub-menu {
  opacity: 1;
  transform: translate(0, 0);
}
.main-menu > li:hover .sub-menu li {
}
.main-menu .sub-menu .sub-menu {
  right: -100%;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c3c3c3;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c3c3c3;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c3c3c3;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  position: absolute;
  right: 6px;
  top: -23px;
}

.woocommerce-info,
.woocommerce-info::before {
  border-top-color: #144159;
}

.woocommerce-info::before,
.woocommerce-info a {
  color: #144159;
}

.onsale {
  border-radius: 0 !important;
  min-width: initial !important;
  min-height: initial !important;
  padding: 1px 9px !important;
  line-height: initial !important;
  right: 7px !important;
  top: 6px !important;
  background: rgba(235, 87, 87, 0.87) !important;
  font-weight: 500 !important;
  width: 70px;
  left: initial !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: auto;
  background: #fff;
  border: none;
}

.woocommerce-ResetPassword {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #144159;
  font-weight: 400;
}

header .menu-top ul li.menu-item-wpml-ls-163-ar a {
  padding-right: 0;
  border-right: none;
}
header .menu-top ul li.menu-item-wpml-ls-163-de a {
  padding-left: 10px;
  border-right: none;
}

.single_add_to_cart_button:not(.wa-order-button):before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  float: left;
  content: "\f217";
  font-weight: 600;
  /* margin-right: 0; */
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background: #144159;
  padding-top: 14px;
  width: 48px;
  border-left: 1px rgba(255, 255, 255, 0.15) solid;
  border-radius: 4px;
}

.wishlist-items-wrapper .add_to_cart_button:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  margin-right: 0;
  padding-top: 14px;
  width: 48px;
  border-left: 1px rgba(255, 255, 255, 0.15) solid;
  font-size: 20px;
}

.wishlist_table .wishlist-items-wrapper .add_to_cart.button {
  padding-right: 55px !important;
  border-radius: 0;
  border-radius: 4px;
}
.woocommerce span.onsale {
  display: none;
}

.woocommerce-breadcrumb i {
  margin: 0 5px;
  color: #144159;
  font-size: 12px;
}

.pswp__bg {
  background: rgb(0 0 0 / 84%);
}

.woocommerce .products .product .woocommerce-placeholder {
  border: none;
}

.wishlist_table.mobile {
  background: #fff;
  border-radius: 7px;
  padding: 20px;
}

.wishlist_table.mobile li {
  border-bottom: 1px #e0e0e0 solid;
  position: relative;
  padding: 25px 0px;
}

.wishlist_table.mobile .item-details-table .label {
  font-size: 18px !important;
  font-weight: normal !important;
}

.wishlist_table.mobile .product-name h3 {
  font-size: 18px;
}
.wishlist_table.mobile .product-name h3 a {
  color: #333;
}
.wishlist_table.mobile .product-remove {
  position: absolute;
  right: 0;
  top: 20px;
}
.wishlist_table.mobile .product-remove i {
  color: #144159;
}
.wishlist_table.mobile .product-add-to-cart a {
  margin-left: 75px !important;
}

mark.count {
  display: none;
}

#sidebar .widget-area {
  margin-bottom: 30px;
}

.h-widget {
  padding: 10px;
  border-bottom: 3px #144159 solid;
  color: #282d3b;
  margin-bottom: 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.woocommerce-loop-category__title {
  height: 114.5px;
  overflow: hidden;
}
.woocommerce-message {
  border-top-color: #144159;
}
.woocommerce-message::before {
  color: #144159;
}

.woocommerce #review_form #respond .form-submit input {
  background: #144159;
  font-weight: 400;
  color: #fff;
  outline: 0;
  border-radius: 0;
  padding: 13px 30px;
}
.woocommerce #review_form #respond textarea {
  border-color: #e4e4e4;
  outline: 0;
}
.woocommerce-Price-amount bdi {
  color: #565656;
}

.outofstock a.product_type_simple {
  display: none;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  width: 100%;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  width: 100%;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
}

.woocommerce ul.order_details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 0;
}

.woocommerce-order-details__title,
.woocommerce-thankyou-order-received {
  margin-top: 40px;
  font-size: 23px;
  margin-bottom: 6px;
}
.woocommerce-column__title {
  margin-top: 15px;
  font-size: 23px;
  margin-bottom: 6px;
}

.woocommerce ul.order_details li strong {
  font-weight: 500;
  margin-top: 13px;
}

.woocommerce .woocommerce-customer-details address {
  background: #fff;
  border: none;
  height: 80%;
}

#ship-to-different-address {
  font-size: 20px;
  margin: 0;
}

.woocommerce-shipping-fields {
  background: #fff;
  margin-top: 20px;
  border-radius: 4px;
  padding: 20px;
}

.about_paypal {
  display: none;
}

#sidebar .product-categories .current-cat > a {
  color: #144159;
  font-weight: 700;
}

#sidebar .product-categories .current-cat-parent > a {
  color: #144159;
  font-weight: 700;
}

.show-cat-list {
  display: none;
}

.woocommerce .woocommerce-MyAccount-content form .password-input {
  width: 50% !important;
}

.logo-white {
  width: 185px;
  margin-bottom: 15px;
}

.info-body {
  background: #fff;

  margin: auto;
  padding: 100px 13%;
  border-radius: 4px;
}

.info-body ol {
  padding-left: 25px;
}

.info-body ol li {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 500;
}

.contact-address {
  padding: 115px 40px;
}
.contact-address h2 {
  margin-bottom: 20px;
}
.contact-address ul {
  list-style-type: none;
  padding: 0;
  position: relative;
  padding-left: 20px;
}

.contact-address ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #144159;
  border-radius: 2px;
}

.contact-form-con {
  background: #f9fafc;
  padding: 25px;
  border-radius: 4px;
}

.wpcf7 input {
  border-radius: 0;
  outline: 0;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 48px;
  padding: 0 22px;
  direction: rtl !important;
}

.wpcf7 .wpcf7-select {
  border: 1px solid #e0e0e0;
  height: 48px;
  width: 100%;
  outline: 0;
  border-radius: 0;
  outline: 0;
}

.wpcf7-textarea {
  height: 88px !important;
  border-radius: 0;
  padding: 0 22px;
}

.wpcf7 label {
  font-weight: 400;
  font-size: 16px;
  color: #282828;
  margin-top: 32px;
  margin-bottom: 5px;
}

.form-control:focus {
  box-shadow: none;
}

.wpcf7-submit {
  display: inline-block;
  margin: 30px 0;
  /* width: 125px; */
  padding: 12px 59px;
  height: auto;
  line-height: 21px;
  background: #144159;
  color: #fff;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

#mini-cart-count {
  position: absolute;
  font-size: 10px;
  left: 0;
  top: -6px;
  width: 18px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  height: 18px;
  background: #144159;
  border-radius: 100%;
  line-height: 18px;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart_totals h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #144159;
  padding: 0;
  margin: 5px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: none;
  border-radius: 100%;
  border: none;
  font-size: 14px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 11px 0px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #282d3b;
  color: #fff;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.woocommerce div.product form.cart .variations select {
  border: 1px #f2f2f2 solid;
  border-radius: 0px;
  height: 48px;
  outline: 0;
}

.posted_in {
  display: block;
  margin-top: 10px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}

.section-title img {
  margin: 0 12px;
  border: 1px #ddd solid;
  padding: 8px;
  border-radius: 100%;
  width: 31px;
}

.wa__btn_popup_txt {
  display: none;
}

.wa__btn_popup .wa__btn_popup_icon {
  width: 35px;
  height: 35px;
}
.wa__btn_popup .wa__btn_popup_icon:before {
  background-size: 23px auto;
  -webkit-background-size: 23px auto;
  -moz-background-size: 23px auto;
}

.pum-theme-52032 .pum-content + .pum-close,
.pum-theme-cutting-edge .pum-content + .pum-close {
  outline: 0;
}

.pum-theme-52032 .pum-title,
.pum-theme-cutting-edge .pum-title {
  text-align: left !important;
}

.woocommerce .button.delete {
  background: #144159;
  color: #fff;
  font-weight: 400;

  padding: 8px 16px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #144159;
  color: #fff;
  font-weight: 400;
  padding: 10px 25px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  display: block !important;
}
#tab-description h2 {
  display: none;
}

.woocommerce-product-gallery img {
  border: 1px #f2f6f9 solid;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border-top: none;
}

.woocommerce-form-register__submit {
  width: 100%;
  border-radius: 0;
}

.woocommerce-account .login-page h2 {
  font-size: 27px;
  margin-bottom: 15px;
  border-bottom: 1px #ccc dotted;
  padding-bottom: 15px;
}

.login-page form.login,
.login-page form.register {
  padding: 0;
}

.woocommerce-checkout .woocommerce-form-login {
  width: 50%;
  margin-bottom: 20px !important;
}

.woocommerce-checkout .woocommerce-account-fields {
  background: #fff;
  padding: 20px;
  padding-top: 0;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  padding: 10px !important;
}

.addtoany_list a span {
  background: #144159 !important;
}

.single .matjry-product-summary-con .yith-wcwl-add-button .fa {
  font-size: 22px;
  margin-right: 5px !important;
}

.a2a_svg svg {
  width: 23px !important;
  top: 4px !important;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 45px;
}

.owl-carousel-cats .product img {
  border-radius: 100%;
  padding: 10px;
}

.wa__btn_popup_txt {
  width: 90px !important;
}

.pum-theme-52032 .pum-content + .pum-close,
.pum-theme-cutting-edge .pum-content + .pum-close {
  font-size: 58px !important;
  top: 15px !important;
}

.popmake-content p {
  text-align: left;
}

#popmake-52036 {
  padding: 50px;
}

.pum-theme-52032 .pum-content,
.pum-theme-cutting-edge .pum-content {
  outline: 0;
}

#pum_popup_title_52036 {
  font-size: 21px;
  margin-bottom: 17px;
  border-bottom: 1px #fff solid;
  padding-bottom: 12px;
}

#footer {
  padding: 35px 0;
  background: rgba(196, 196, 196, 0.15);
  margin-top: 100px;
  padding-bottom: 25px;
}

#footer h3 {
  color: rgb(0 0 0 / 75%);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
#footer ul {
  list-style-type: none;
  padding: 0;
}
#footer ul li {
  color: rgb(0 0 0 / 75%);
  font-size: 14px;
  font-weight: 300;
}
#footer ul li a {
  color: rgb(0 0 0 / 75%);
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 7px;
  display: inline-block;
}

.footer-bottom {
  background: #282d3b;
  border-top: 1px #ffffff0f solid;
  padding: 20px 0;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  margin: 0;
  font-size: 12px;
}

#footer ul li a i {
  color: #144159;
  margin-right: 10px;
  width: 15px;
  text-align: center;
}

#footer img {
  display: inline-block;
}

#footer .apps {
  margin-top: 54px;
  text-align: center;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background: #144159;
  border-radius: 0px 10px 10px 0px;
  font-size: 13px;
  padding: 3px;
  text-shadow: none;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 55px;
  border-radius: 10px;
  background: rgba(196, 196, 196, 0.15);
  border: 1px solid rgb(0 0 0 / 10%);
}
.woocommerce .products .product .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 15px;
  color: #000000;
  margin-top: 10px;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  padding: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}
#home-stores {
  padding-top: 10px;
  padding-bottom: 50px;
}
.store-circle {
  min-width: 60px;
}
.store-circle img {
  border-radius: 50%;
  margin-bottom: 22px;
  border: 1px solid #ccc;
}
.store-circle h3 {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.owl-carousel-products {
  display: flex;
  flex-wrap: nowrap !important;
}
.owl-carousel-products .item {
  display: flex;
  height: 100%;
  min-width: 130px;
}
.owl-carousel-products li {
  list-style: none;
}
.woocommerce .products.owl-carousel .product {
  width: 100%;
}
#category-header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px;
  background-size: cover;
}
.category-header-content {
  background: rgb(255 255 255 / 80%);
  padding: 50px 30px 30px;
  max-width: 793px;
  margin: auto;
  text-align: center;
}
#store-header {
  margin-top: 30px;
}
#store-header img {
  border-radius: 10px;
}
.sub-categoris {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sub-categoris a {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #000000;
  margin-right: 30px;
}
.sub-categoris a:last-child {
  margin-right: 0;
}
.category-header-title {
  font-weight: 800;

  font-size: 24px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 30px;
}
.home-slider-thumbs {
  background: linear-gradient(
    180deg,
    rgba(236, 103, 24, 0.15) 19.27%,
    rgba(236, 103, 24, 0.015) 100%
  );
  padding-top: 30px;
  padding-bottom: 50px;
}
.slider-thumb {
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid transparent;
}
.slider-thumb.active {
  border: 3px solid #000000;
}
.home-bottom-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.home-bottom-blocks-item {
  padding: 0 10px;
  flex: 1;
  text-align: center;
  position: relative;
}
.home-bottom-blocks-item img {
  max-width: 127px;
  margin-bottom: 30px;
}
.home-bottom-blocks-item::after {
  content: "";
  background: #000;
  width: 1px;
  height: 110px;
  position: absolute;
  right: 0;
  top: 25%;
}
.home-bottom-blocks-item:last-child::after {
  display: none;
}
.home-bottom-blocks-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.solution-center {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.solution-center img {
  margin-bottom: 10px;
  width: 60px;
}
.solution-center p {
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgb(0 0 0);
  padding: 7px;
  margin: 0;
}
.download-solution {
  max-width: 125px;
}
.thumbnail-loop-container {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 10px;
}
.thumbnail-loop-container .attachment-woocommerce_thumbnail {
  margin-bottom: 0 !important;
}
.woocommerce-cards .thumbnail-loop-container {
  box-shadow: 2px 8px 20px rgb(0 0 0 / 12%);
}
.alm-shipping-label-loop {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  background: #e37137;
  padding: 4px;
  right: 0;
  border-radius: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.woocommerce .woocommerce-cards .products .product a img {
  border-radius: 10px;
  min-width: 130px;
  margin: 0;
}
.center-banner img {
  border-radius: 5px;
}
.shop-from-text p {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: #666666;
  margin-bottom: 2px;
}
.shop-from-text h6 {
  font-weight: 800;
  font-size: 20px;
  line-height: 15px;
  color: #000000;
}
.shop-from {
  display: flex;
  align-items: center;
}
.shop-from-icon {
  font-size: 36px;
  margin-right: 5px;
}
.shop-from .flag {
  margin-left: 5px;
  width: 25px;
}
.woocommerce .custom-card .add_to_cart_button {
  padding: 0;
  font-size: 8px;
}
.shop-from-modal .modal-header {
  border: none;
  align-items: flex-start;
}
.primary-color {
  color: #144159;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce .products::after,
.woocommerce .products::before {
  display: none !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.woocommerce ul.products li.product .price del {
  opacity: 1;
}
.woocommerce-thankyou-order-received span {
  color: #144159;
}
.woocommerce-thankyou-order-details {
  font-weight: 600;
  font-size: 28px;
  line-height: 16px;
  color: #56524f;
}
.woocommerce-thankyou-order-details strong {
  color: #144159;
}
.woocommerce-thankyou-order-details .woocommerce-Price-amount bdi {
  font-weight: 600;
  font-size: 28px;
  line-height: 16px;
  color: #144159;
}
.woocommerce ul.order_details li {
  border-right: none;
  line-height: 0px;
  margin-bottom: 30px;
}
.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  display: none;
}
.widget {
  margin-bottom: 30px;
}

.alm_special_offer {
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
  background: #cdae45;
  display: inline-block;
  padding: 8px;
  box-shadow: 0px 0px 10px 5px #d8ae9e;
}
.product-store {
  margin-bottom: 15px;
}
.product-store a {
  display: inline-flex;
  align-items: center;
}
.product-store .store-icon {
  height: 40px;
  display: inline-block;
  margin: 0 5px;
}
.home-section-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.social-footer a {
}
.stock.in-stock {
  display: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #144159;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #144159;
}

.zoo-cw-group-attribute,
.zoo-cw-wrap-shop {
  display: flex;
  flex-wrap: wrap;
}
.zoo-cw-attribute-option {
  margin: 0;
  padding: 0 5px 5px 0;
  align-items: center;
  flex: 1;
}
.zoo-cw-attr-item {
  width: 100%;
  white-space: nowrap;
  border-radius: 10px;
  border: 1px solid #dddbdb;
}

.page404 h1 {
  color: #144159;
  font-size: 119px;
  font-family: noto sans kufi arabic, sans-serif;
  font-weight: 700;
  line-height: 170px;
  margin-top: 0;
}

.page404 h3 {
  color: #282828;
  font-size: 23px;
  line-height: 27px;
}

.page404 .search-form {
  margin-top: 30px;
  position: relative;
}

#page-container {
  padding-top: 60px;
  padding-bottom: 80px;
}

.contact-page-header {
  display: flex;
  margin-bottom: 23px;
}
.contact-whatsapp-icon {
  background: #eb6715;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.contact-whatsapp-icon img {
  height: 20px;
  width: 20px;
}
.contact-via-whatsapp {
  display: flex;
  border-right: 1px solid #eb6715;
  margin-right: 66px;
  padding-right: 24px;
  align-items: center;
}
.contact-whatsapp-number p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  color: #eb6715;
}
.wpcf7-form label {
  width: 100%;
  width: 100%;
}
.page-content input {
  margin-bottom: 20px;
  width: 100%;
}
.page-content textarea {
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #e0e0e0;
}
.contact-page-card {
  margin-bottom: 80px;
}
.contact-page-card-footer {
  background: #eb6715;
  display: flex;
  padding: 22px;
  justify-content: center;
}

.contact-page-card-item {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.3px;
  color: #ffffff;
  font-family: Roboto;
  margin-left: 25px;
}
.contact-page-card-item:hover {
  color: #ffffff;
  opacity: 0.8;
}
.contact-page-card-item img {
  margin-left: 12px;
  height: 40px;
  width: 40px;
}
.contact-page-card-item p {
  margin-bottom: 0;
}
.contact-page .wpcf7 {
  margin-top: 21px;
  direction: rtl;
}

.yith-wcbm-badge {
  font-family: "Tajawal";
}
.offer-item {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  background: #144159;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 1;
}

.fpf-fields-config-wrapper {
  display: none;
}
.loop-badge {
  position: absolute;
  top: 0;
  padding: 0 2px;
  font-size: 12px;
  right: 0;
  z-index: 9;
}
.now_sold {
  background: #d82828;
  color: #fff;
}

.woocommerce div.product form.cart div.quantity {
  display: flex;
  margin-bottom: 10px;
}
.plus-minus {
  background: #144159;
  color: #fff;
  border: 1px solid #144159;
  width: 30px;
  font-weight: 700;
}
.mega-toggle-block button {
  align-items: center;
  transform: initial !important;
}

.mega-toggle-button-lable {
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.alm-product-label-loop {
  position: absolute;
  background: #144159;
  color: #fff;
  padding: 2px 6px 6px;
  line-height: 1;
  font-size: 20px;
  z-index: 1;
  right: 0;
}
.alm-product-label-loop-soon + .loop-badge {
  display: none;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}
.woocommerce-form__input-checkbox {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  margin: 10px;
}

.sub-cateogry-dropdowown {
  border: 1px #ddd solid;
  height: 37px;
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 4px 2px rgb(244, 244, 244);
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.bottom-sheet {
  position: fixed;
  bottom: -1000%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
  z-index: 1000;
  text-align: center;
  padding-top: 15px;
  border-radius: 30px 30px 0 0;
}

.bottom-sheet-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bottom-sheet-content {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.bottom-sheet-buttons {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px 20px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.button-primary {
  background: #f1dccf;
  color: #ec6712;
  width: 100px;
  font-weight: 500;
}

.button-secondary {
  background-color: #e3edf6;
  color: #353333;
  width: 100px;
  font-weight: 500;
}

.bottom-sheet-img {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 0px 1px #ccc;
  border-radius: 10px;
}

.bottom-sheet-icon {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 0px 1px #ccc;
  border-radius: 10px;
  align-content: center;
  font-size: 20x;
}

.bottom-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.woocommerce ul.products .thumbnail-loop-container .alm_country_of_origin {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2px;
  direction: ltr;
  gap: 4px;
  text-align: left;
  line-height: 11px;
}
.woocommerce
  ul.products
  .thumbnail-loop-container
  .alm_country_of_origin
  .alm_country_of_origin-name {
  font-weight: bold;
}
.woocommerce ul.products .thumbnail-loop-container .alm_country_of_origin img {
  height: 20px;
  box-shadow: none;
  width: auto;
  margin-bottom: 0;
}
.flex-viewport .alm_country_of_origin {
  position: absolute;
  top: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
  direction: ltr;
  background: #fff;
  border-radius: 0px 0 5px 0;
  padding: 0 4px;
}
.woocommerce div.product .flex-viewport .alm_country_of_origin img {
  height: 20px;
  box-shadow: none;
  width: auto;
  margin-bottom: 0;
}
.woocommerce
  div.product
  .flex-viewport
  .alm_country_of_origin
  .alm_country_of_origin-name {
  font-weight: bold;
}

.franchising-form .wpcf7-select {
  margin-bottom: 20px;
  padding: 0 20px;
}
.franchising-form .wpcf7-text {
  margin-bottom: 20px;
}
.franchising-form .wpcf7-textarea {
  outline: 0;
  border: 1px solid #e0e0e0;
  width: 100%;
  direction: rtl !important;
  margin-bottom: 20px;
}
.franchising-form ::placeholder {
  color: #555555;
}
#billing_phone,
#shipping_phone {
  direction: ltr;
  text-align: left;
}

/* < HUSKY product filter */
.woof_list > li:has(.disabled) {
  display: none;
}

.chosen-container .chosen-results li.disabled-result {
  display: none;
}

.woof_reset_button_2 {
  padding: 2px 7px;
  background: #144159;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  border: none;
  border-radius: 10px;
}
/* HUSKY product filter > */

/* .woocommerce-input-wrapper .iti--inline-dropdown {
  display: flex;
  direction: ltr;
  border: 1px #949494 solid;
  border-radius: 6px;
}
.woocommerce-input-wrapper .iti--inline-dropdown .iti__country-container {
  position: relative;
}

.woocommerce-input-wrapper .iti--inline-dropdown #billing_phone,
.woocommerce-input-wrapper .iti--inline-dropdown #shipping_phone {
  padding: 10px !important;
  border: none;
}

[dir="rtl"] .iti__arrow {
  margin-right: 0;
  margin-left: var(--iti-arrow-padding);
}
[dir="rtl"] .iti .iti__selected-dial-code {
  margin-left: 4px;
  margin-right: 0;
} */
.woocommerce-input-wrapper .iti--allow-dropdown {
  display: flex;
  direction: ltr;
  border: 1px #949494 solid;
  border-radius: 6px;
}

.woocommerce-input-wrapper .iti--allow-dropdown #billing_phone,
.woocommerce-input-wrapper .iti--allow-dropdown #shipping_phone {
  padding: 10px !important;
  border: none;
}
.woocommerce-input-wrapper .iti__flag-container {
  position: relative;
}

.thwcfd-field-wrapper {
  direction: ltr;
}
