/* Header */
.u-sticky-scroll .u-header.u-sticky {
  background-color: #fff;
}
.u-language-dropdown {
  text-align: center;
}
/* Header End */
/* Footer */
.footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
  column-count: 2;
  margin-bottom: -16px;
}
.footer-links:before,
.footer-links:after {
  display: none;
}
.footer-links li {
  margin-bottom: 12px;
  line-height: 0;
}
.footer-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  position: relative;
  left: 0;
  transition: 0.4s;
}
.footer-links li a:hover,
.footer-links li.current-menu-item a {
  color: #ffffff;
  left: 8px;
  transition: 0.4s;
}
body .u-footer .u-shortcode-1 {
  width: 100%;
  min-height: auto;
}
.es_subscription_form input {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border: none;
  margin: 0;
  width: 100%;
  height: auto;
}
.es_subscription_form input[type="submit"] {
  cursor: pointer;
}
body .u-footer .u-social-icons-1 {
  height: max-content;
  min-width: max-content;
}
body .u-social-url {
  border: 1px solid #ffffff;
  background-color: transparent;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 !important;
}
body .u-social-icons .u-icon {
  width: 16px;
  height: 16px !important;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
}
textarea {
  resize: none;
}
body .es_subscription_message.success {
  color: #ffffff;
}
/* Footer End */

/* Our Brands */
body .u-section-3 .u-clearfix.u-sheet .u-shortcode-1 {
  width: 100%;
  min-height: 100%;
  margin: 0;
}
body #carousel_a6c0 .u-shortcode-1 {
  display: none;
}
.brand-listing {
  width: 1140px;
  margin: -155px auto 0;
}
.common-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.common-col {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.brand-listing-block {
  width: 100%;
  height: 382px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.brand-listing-content {
  padding: 20px 30px;
  width: 100%;
  position: relative;
}
.brand-listing-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  opacity: 0.4;
  transition-duration: inherit;
  transition-property: opacity;
  border-radius: inherit;
}
.brand-listing-content h6 {
  font-size: 24px;
  line-height: 28px;
  text-shadow: 2px 2px 34px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
#carousel_a6c0 p.u-align-center.u-text.u-text-3 {
  display: none;
}
/* Our Brands End */

/* Product */
.product-listing {
  padding: 60px 0;
}
.container {
  max-width: 1140px;
  padding: 0;
}
/* Product Detail */
.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-color: #e1e1e1;
}
.inner-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  opacity: 0.4;
  transition-duration: inherit;
  transition-property: opacity;
  border-radius: inherit;
}
body .inner-banner h1 {
  color: #ffffff;
  margin: 0;
}
.product-detail,
.brand-categories {
  padding: 60px 0;
}
.product-image img,
.recent-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .product-single p,
body .product-single p > a,
body .product-single ul li {
  font-size: 16px;
  line-height: 28px;
}
body .product-single p > a {
  color: #478ac9;
}
body .product-single p > a:hover {
  color: #111111;
}
body .product-single ul,
body .faq-block .accordion-body ul {
  margin: 0;
  padding-left: 20px;
}
body .product-single ul li,
body .faq-block .accordion-body ul li {
  margin-bottom: 8px;
}
.recent-products {
  padding: 16px;
  border: 1px solid #e1e1e1;
  position: sticky;
  top: 30px;
}
body .recent-products h5 {
  font-weight: 500;
  padding: 0 16px 16px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 -16px 0;
}
.recent-product {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
  text-decoration: none;
}
body .recent-products ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.recent-products ul li:not(:last-child) {
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}
.recent-products ul li:last-child {
  padding-top: 16px;
}
body .recent-product p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  text-decoration: none;
}
.recent-product-image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
/*================ FAQs Style =================*/
.faq-block {
  max-width: 826px;
  margin: 30px auto 0;
}
.faq-block h5 {
  margin: 0 0 16px;
}
.faq-block .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-block .accordion-item button {
  color: #111111;
  padding: 0;
  margin: 0;
}
.faq-block .accordion-flush .accordion-item {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 8px 12px;
  margin-bottom: 8px;
  position: relative;
}
.faq-block .accordion-flush .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-block .accordion-body {
  padding: 10px 50px 0 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
}
.faq-block .accordion-body p {
  margin: 0;
}
.faq-block .accordion-body p,
.faq-block .accordion-body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #111;
}
body .faq-block .accordion-body ul {
  margin: 0;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/icon_arrowdown_grey.svg);
  background-size: 18px;
  background-position: center;
  transform: rotate(-90deg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon_arrowdown_grey.svg);
  transform: rotate(0deg);
}
/* Product Detail End */
/* Product End */

/* Contact Form */
.contact-from .u-label {
  margin-bottom: 6px;
  display: block;
}
.contact-from .u-label span,
.contact-us .u-label span {
  display: inline-block;
  color: #920000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* Contact Form End */

.u-body .u-form div.u-form-send-error,
.u-body .u-form div.u-form-send-success {
  position: static;
  display: none !important;
}

/* RTL */
html[lang="ar"] {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] .u-align-left {
  text-align: right;
}
html[lang="ar"] .u-header .u-image-1,
html[lang="ar"] #carousel_30b2 .u-text-1,
html[lang="ar"] #carousel_30b2 .u-btn-1,
html[lang="ar"] #carousel_681a .u-btn-1,
html[lang="ar"] .u-footer .u-btn-1,
html[lang="ar"] #sec-c610 .u-text-1,
html[lang="ar"] #carousel_5aed .u-text-1 {
  margin-right: 0;
  margin-left: auto;
}
html[lang="ar"] .u-header .u-menu-1 {
  margin-right: auto;
  margin-left: 146px;
}
html[lang="ar"] .u-header .u-group-1,
html[lang="ar"] .u-header .u-search-1 {
  margin-right: auto;
  margin-left: 0;
}
html[lang="ar"] .u-header .u-language-1 {
  margin-right: auto;
  margin-left: 52px;
}
html[lang="ar"] ul {
  padding-left: 0;
  padding-right: 20px;
}
html[lang="ar"] .u-footer .u-social-icons-1 {
  margin-right: auto;
  margin-left: 0;
}
html[lang="ar"] .u-footer .u-spacing-10 .u-social-url {
  margin-left: 10px;
}
html[lang="ar"]
  .u-footer
  .u-spacing-10
  .u-social-url
  + .u-social-url
  + .u-social-url
  + .u-social-url {
  margin-left: 0;
}
html[lang="ar"] .footer-links li a {
  right: 0;
}
html[lang="ar"] .footer-links li a:hover,
html[lang="ar"] .footer-links li.current-menu-item a {
  left: inherit;
  right: 8px;
}
html[lang="ar"] #sec-adb8 .u-text-1 {
  margin-right: 0;
  margin-left: auto;
}
html[lang="ar"] #sec-adb8 .u-text-4,
html[lang="ar"] #sec-adb8 .u-text-5,
html[lang="ar"] #sec-adb8 .u-text-3,
html[lang="ar"] #sec-adb8 .u-text-2 {
  margin-right: 12px;
  margin-left: auto;
}
html[lang="ar"] .u-spacing-30:not(.u-text) > li:not(:last-child) {
  margin-right: 0;
}
html[lang="ar"] .u-spacing-30:not(.u-text) > li:not(:first-child) {
  margin-right: 30px;
}
/* RTL End */

/* Responsive */
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .row {
    margin: 0;
  }
  .brand-listing {
    width: 940px;
  }
}
@media only screen and (max-width: 991px) {
  body .u-sheet {
    width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  .es_subscription_form input {
    font-size: 14px;
    line-height: 20px;
  }
  .brand-listing {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .common-col {
    width: 33.33%;
  }
  .brand-listing-block {
    height: 300px;
  }
  .brand-listing-content {
    padding: 16px;
  }
  .brand-listing-content h6 {
    font-size: 22px;
    line-height: 26px;
  }
  .recent-products {
    padding: 12px;
  }
  body .recent-products h5 {
    padding: 0 12px 12px;
    margin: 0 -12px 0;
  }
  .recent-products ul li:not(:last-child) {
    padding: 12px 0;
  }
  .recent-products ul li:last-child {
    padding-top: 12px;
  }
  .recent-product-image {
    width: 54px;
    height: 54px;
  }
  .about-us .u-image {
    height: 400px;
  }
  .about-us .u-image.u-size-15 {
    display: none;
  }
  .about-us .u-size-15 {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  /* RTL */
  html[lang="ar"] .u-header .u-menu-1 {
    margin-left: 0;
  }
  html[lang="ar"] .u-header .u-group-1 {
    margin-left: 40px;
  }
  html[lang="ar"] .u-header .u-language-1 {
    margin-left: 42px;
  }
  /* RTL End */
}
@media only screen and (max-width: 767px) {
  body .u-footer .u-layout-cell-1 {
    min-height: 100%;
  }
  body .u-footer .u-custom-html-1 {
    min-height: 100%;
  }
  .common-col {
    width: 33.33%;
  }
  .brand-listing-block {
    height: 240px;
  }
  .brand-listing-content {
    padding: 8px;
  }
  .brand-listing-content h6 {
    font-size: 20px;
  }
  .inner-banner {
    padding: 40px 0;
  }
  .faq-block {
    margin: 24px auto 0;
  }
  .recent-products {
    position: static;
    margin-top: 24px;
  }
  body .product-single p,
  body .product-single p > a,
  body .product-single ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .reverse-column .u-layout-row {
    flex-direction: column-reverse;
  }
  .product-listing {
    padding: 40px 0;
  }
  body .u-footer .u-social-icons-1 {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  body form[data-form-id="1"] .es-form-field-container {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .common-col {
    width: 50%;
  }
  .brand-listing-block {
    height: 220px;
  }
  .brand-listing-content h6 {
    font-size: 16px;
    line-height: 24px;
  }
  /* .common-row {
    margin-left: 0;
    margin-right: 0;
  } */
  .product-detail,
  .brand-categories {
    padding: 40px 0;
  }
  .inner-banner {
    padding: 30px 0;
  }
  .contact-from.u-section-4 .u-form-1 {
    width: 100%;
  }
  .es_subscription_form input {
    font-size: 14px;
    line-height: 20px;
  }
  .our-brand-page.u-section-3 .u-list-1 {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body .product-single p,
  body .product-single p > a,
  body .product-single ul li,
  .faq-block .accordion-body p,
  .faq-block .accordion-body ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .common-col {
    width: 100%;
  }
}
