/*
Theme Name: Mojuri
Theme URI: http://wpbingosite.com/wordpress/mojuri/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Mojuri is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mojuri*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
.d-flex {
  display: flex;
}

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

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

@media only screen and (max-width: 1240px) {
  .d-md-none {
    display: none;
  }
}

@media only screen and (max-width: 738px) {
  .d-sm-none {
    display: none;
  }
}

.dm-container {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .dm-container {
    width: 738px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-container {
    width: 327px;
  }
}

.woocommerce-page-header {
  margin-top: 30px;
}

.order-tracking-link {
  display: none !important;
}

.shopping-cart-link .cart-count {
  display: none;
}

p.cart-empty {
  margin-top: 40px;
}
p.return-to-shop {
  display: none;
}

#customer_login,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  margin-top: 40px;
}

.woocommerce-cart-form table.shop_table .coupon .button:hover {
  background: #000 !important;
}

.cart_totals .wc-proceed-to-checkout > a.wc-forward:hover {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.woocommerce-cart-form table.shop_table .button:hover {
  background: #000 !important;
}

.checkout #place_order:hover {
  background: #000 !important;
}

@media only screen and (max-width: 738px) {
  .dm-products .product {
    max-width: 100% !important;
    flex: 1 !important;
  }
}

.table .product-remove a.remove:hover:before,
table .product-remove a.remove:hover:before {
  background: #000 !important;
  border-color: #000 !important;
}

.tech-sheet-btn {
  color: #fff;
  background: #000;
  padding: 15px 30px;
}
.tech-sheet-btn:hover, .tech-sheet-btn:focus, .tech-sheet-btn:active {
  color: #fff !important;
  text-decoration: none !important;
}

.bwp-top-bar .display,
.bwp-top-bar .woocommerce-result-count {
  display: none !important;
}

.product-lable .vgwc-label {
  display: none !important;
}

@media only screen and (max-width: 738px) {
  .content-products-list .products li {
    max-width: 100% !important;
    flex: 1 !important;
  }
}

.view-gallery {
  display: none !important;
}

.products-list.grid .product-wapper .products-thumb .product-button .add_to_cart_button:hover,
.products-list.grid .product-wapper .products-thumb .product-button .added_to_cart:hover,
.products-list.grid .product-wapper .products-thumb .product-button .product_type_external:hover,
.products-list.grid .product-wapper .products-thumb .product-button .product_type_grouped:hover,
.products-list.grid .product-wapper .products-thumb .product-button .product_type_variable:hover,
.products-list.grid .product-wapper .products-thumb .product-button .read_more:hover {
  background: #000 !important;
  border-color: #000 !important;
}

.products-list.grid .product-wapper .products-thumb .product-button .product-quickview:hover > a {
  background: #000 !important;
  border-color: #000 !important;
}

.description b,
.description strong {
  color: #000 !important;
}

.bwp-top-bar .woocommerce-filter-title > button:hover {
  color: #000 !important;
  border-color: #000 !important;
  opacity: 0.8 !important;
}

div[data-id_category="15"] {
  display: none !important;
}

.woocommerce-cart .cart-collaterals a.shipping-calculator-button::before {
  display: none;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  min-height: 100vh;
  z-index: 999999999999999;
  width: 100%;
}
.loader-wrapper .spinner-wrapper {
  width: 170px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.loader-wrapper .spinner-wrapper p {
  color: #000;
  margin-top: 15px;
  font-family: sans-serif;
  letter-spacing: 3px;
  font-size: 10px;
}

.dm-header {
  min-height: 80px;
  background: #fff;
  padding: 9px 0;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .dm-header {
    min-height: 64px;
    display: flex;
    align-items: center;
  }
}
.dm-header img {
  vertical-align: middle;
  cursor: pointer;
}
.dm-header-logo {
  width: 116px;
}
.dm-header-burger {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .dm-header-burger {
    display: block;
  }
}
.dm-header-actions-menu {
  margin-right: 24px;
}
@media only screen and (max-width: 1240px) {
  .dm-header-actions-menu {
    display: none;
  }
}
.dm-header-actions-menu-link {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.dm-header-actions img {
  margin-left: 24px;
}
.dm-header-divider {
  margin: 14px 0;
  height: 1px;
  background: #000;
  opacity: 0.06;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1240px) {
  .dm-header-divider {
    display: none;
  }
}
.dm-header-menu {
  display: flex;
}
@media only screen and (max-width: 1240px) {
  .dm-header-menu {
    display: none;
  }
}
.dm-header-menu-item {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  cursor: pointer;
  background: #f3f3f3;
  border-radius: 2rem;
  padding: 8px 13px;
  line-height: 1rem;
  color: #000;
  transition: all 0.1s ease-in-out;
}
.dm-header-menu-item:not(:last-child) {
  margin-right: 1rem;
}
.dm-header-menu-item:hover, .dm-header-menu-item.active {
  color: #fff;
  background: #1d1d1d;
}
.dm-header-megamenu-wrapper {
  background: transparent;
  height: 25px !important;
  width: 100%;
  position: absolute;
  z-index: 10000;
}
@media only screen and (max-width: 1240px) {
  .dm-header-megamenu-wrapper {
    display: none;
  }
}
.dm-header-megamenu {
  margin-top: 1.375rem;
  width: 59.375rem;
  border-radius: 0.375rem;
  position: absolute;
  background: #fff;
  z-index: 10000;
  display: none;
  padding: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}
.dm-header-megamenu a:hover {
  color: inherit;
}
.dm-header-megamenu > div {
  flex-basis: 50%;
}
.dm-header-megamenu.visible {
  display: flex;
}
.dm-header-megamenu-container {
  display: none;
}
.dm-header-megamenu-div {
  display: none;
}
.dm-header-megamenu-div.with-margin-top {
  margin-top: 25px;
}
.dm-header-megamenu-category {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #505050;
  display: none;
}
.dm-header-megamenu-subcategory-container {
  margin-top: 13px;
  display: none;
}
.dm-header-megamenu-subcategory {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  width: fit-content;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.dm-header-megamenu-subcategory:not(:last-child) {
  margin-bottom: 13px;
}
.dm-header-megamenu-subcategory:hover {
  text-decoration: underline;
}
.dm-header .cart-icon-link {
  position: relative;
}
.dm-header .cart-icon-link span {
  position: absolute;
  background: #000;
}

.dm-mobile-menu {
  position: fixed;
  top: 0;
  left: -200vw;
  z-index: 100000001;
  min-height: 100vh;
  width: 100%;
  background: #fff;
  transition: all 0.4s ease-in-out;
  padding: 20px;
}
.dm-mobile-menu.active {
  left: 0;
}
.dm-mobile-menu-close {
  display: flex;
  justify-content: space-between;
}
.dm-mobile-menu-close #back-btn {
  display: none;
}
.dm-mobile-menu-close #back-btn.visible {
  display: block;
}
.dm-mobile-menu-close h4 {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}
.dm-mobile-menu-content-wrapper {
  margin-top: 20px;
}
.dm-mobile-menu-content-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.dm-mobile-menu-content-wrapper ul li {
  position: relative;
  padding-top: 12px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid hsla(0, 0%, 90%, 0.5);
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.dm-mobile-menu-content-page {
  display: none;
}
.dm-mobile-menu-content-page.visible {
  display: block;
}
.dm-mobile-menu-content-page-div {
  display: none;
  margin-top: 40px;
}
.dm-mobile-menu-content-page-div-title {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #505050;
  margin-bottom: 20px;
}
.dm-mobile-menu-content-page-div-subcategory {
  margin-bottom: 40px;
}
.dm-mobile-menu-content-page-div-subcategory-item {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  width: fit-content;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.dm-mobile-menu-content-page-div-subcategory-item a:hover {
  color: inherit;
}
.dm-mobile-menu-content-page-div-subcategory-item:not(:last-child) {
  margin-bottom: 13px;
}
.dm-mobile-menu-content-page-div-subcategory-item:hover {
  text-decoration: underline;
}

.page-title.bwp-title {
  display: none;
}

.cart-icon-link {
  position: relative;
}

.cart-products-count {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  border-radius: 50%;
  margin-top: -7px;
  margin-right: -6px;
}

.cart-products-count > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.dm-footer {
  padding-top: 20px;
}
@media only screen and (max-width: 738px) {
  .dm-footer-content {
    flex-direction: column;
  }
}
.dm-footer h5 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-top: 0;
  color: #1d1d1d;
  margin-bottom: 24px;
}
.dm-footer-summary {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 1.5rem;
  max-width: 19.375rem;
  line-height: 20px;
  color: #6a6a6a;
}
@media only screen and (max-width: 738px) {
  .dm-footer-contacts {
    margin-top: 48px;
  }
}
.dm-footer-contacts span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #6a6a6a;
}
.dm-footer-contacts-space {
  height: 18px;
}
.dm-footer-border {
  margin: 14px 0;
  height: 0.0625rem;
  background: #000;
  opacity: 0.06;
  margin-bottom: 40px;
}
.dm-footer-divider {
  margin: 14px 0;
  height: 0.0625rem;
  background: #000;
  opacity: 0.06;
  margin-top: 60px;
  margin-bottom: 40px;
}
.dm-footer-copyright {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #6a6a6a !important;
}
@media only screen and (max-width: 738px) {
  .dm-footer-copyright {
    flex-direction: column;
    text-align: center;
  }
}
.dm-footer-copyright a {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1d1d1d !important;
}

.dm-btn {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 24px;
  border-radius: 6px;
  padding: 12px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  .dm-btn {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-btn {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 20px;
    padding: 12px;
  }
}
.dm-btn-primary {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.dm-btn-primary:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}

.woocommerce-account #customer_login .button-login input[type=submit]:hover,
.woocommerce-account #customer_login .button-register input[type=submit]:hover {
  background: #000 !important;
  opacity: 0.9 !important;
  transition: all 0.1s ease-in-out;
}

.quickview-container .bwp-single-info .single_add_to_cart_button.button:hover:not(.disabled),
.single-product .bwp-single-info .single_add_to_cart_button.button:hover:not(.disabled) {
  background: #000 !important;
  opacity: 0.9 !important;
  transition: all 0.1s ease-in-out;
}

.quickview-container .bwp-single-info .button.quick-buy,
.single-product .bwp-single-info .button.quick-buy {
  background: #000 !important;
}

.quickview-container .bwp-single-info .quantity button:focus,
.quickview-container .bwp-single-info .quantity button:hover,
.single-product .bwp-single-info .quantity button:focus,
.single-product .bwp-single-info .quantity button:hover {
  color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #000 !important;
}

.dm-hero {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1240px) {
  .dm-hero .dm-container {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.dm-hero-informations {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dm-hero-informations h1 {
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  max-width: 604px;
  line-height: 72px;
  color: #ffffff;
  margin-top: 0;
}
@media only screen and (max-width: 1240px) {
  .dm-hero-informations h1 {
    font-size: 48px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 60px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-hero-informations h1 {
    font-size: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
  }
}
.dm-hero-informations p {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  max-width: 604px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 32px;
}
@media only screen and (max-width: 1240px) {
  .dm-hero-informations p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-hero-informations p {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    margin-top: 24px;
  }
}
.dm-hero-informations .dm-btn {
  margin-top: 32px;
}
.dm-hero .dm-container {
  min-height: 680px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .dm-hero .dm-container {
    min-height: 552px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-hero .dm-container {
    min-height: 480px;
  }
}
.dm-hero .dm-container img {
  width: 443px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1240px) {
  .dm-hero .dm-container img {
    display: none;
  }
}

.dm-products {
  margin-top: 85px;
}
.dm-products h2 {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  max-width: 816px;
  text-align: center;
  line-height: 42px;
  color: #1d1d1d;
}
@media only screen and (max-width: 1240px) {
  .dm-products h2 {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 546px;
    line-height: 32px;
  }
}

.dm-about {
  margin-top: 85px;
}
@media only screen and (max-width: 738px) {
  .dm-about {
    margin-top: 35px;
  }
}
.dm-about h2 {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  max-width: 816px;
  text-align: center;
  line-height: 42px;
  color: #1d1d1d;
}
@media only screen and (max-width: 1240px) {
  .dm-about h2 {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 546px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-about h2 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
}
.dm-about .about-image {
  width: 1240px;
  height: 328px;
  margin-top: 38px;
  border-radius: 12px;
  object-fit: cover;
}

.dm-usp {
  margin-top: 144px;
}
@media only screen and (max-width: 738px) {
  .dm-usp {
    margin-top: 95px;
  }
}
.dm-usp h3 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  color: #1d1d1d;
}
.dm-usp .usps {
  margin-top: 24px;
}
.dm-usp .usps .usp {
  width: 392px;
}
@media only screen and (max-width: 1240px) {
  .dm-usp .usps .usp {
    width: 230px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-usp .usps .usp {
    width: 100%;
  }
}
.dm-usp .usps .usp:nth-child(2) {
  margin: 0 32px;
}
@media only screen and (max-width: 1240px) {
  .dm-usp .usps .usp:nth-child(2) {
    margin: 0 24px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-usp .usps .usp:nth-child(2) {
    margin: 56px 0;
  }
}
.dm-usp .usps .usp-image {
  border-radius: 12px;
  width: 392px;
  height: 152px;
  object-fit: cover;
}
.dm-usp .usps .usp-description {
  margin-top: 24px;
  text-align: center;
}
@media only screen and (max-width: 1240px) {
  .dm-usp .usps .usp-description {
    margin-top: 17px;
  }
}
.dm-usp .usps .usp-description h5 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-top: 0;
  line-height: 24px;
  color: #1d1d1d;
}
@media only screen and (max-width: 1240px) {
  .dm-usp .usps .usp-description h5 {
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
  }
}
.dm-usp .usps .usp-description p {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 22px;
  color: #6a6a6a;
}
@media only screen and (max-width: 1240px) {
  .dm-usp .usps .usp-description p {
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-top: 8px;
    line-height: 20px;
  }
}

.dm-adv {
  margin-top: 144px;
}
@media only screen and (max-width: 1240px) {
  .dm-adv {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-adv {
    margin-top: 95px;
  }
}
.dm-adv .dm-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  min-height: 328px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media only screen and (max-width: 1240px) {
  .dm-adv .dm-container {
    min-height: 256px;
  }
}
.dm-adv .dm-container h5 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 1240px) {
  .dm-adv .dm-container h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 738px) {
  .dm-adv .dm-container h5 {
    font-size: 16px;
  }
}

.bwp-filter.bwp-filter-brand {
  display: none;
}

.content-bottom .rating {
  margin-bottom: 6px !important;
}

.products-list .slick-track {
  height: 296px;
}

.woocommerce-Price-amount {
  color: #000;
  font-size: 1.3em;
}

.woocommerce-Price-currencySymbol {
  font-size: 0.6em;
  opacity: 0.8;
  margin-right: 2px;
}

.product_meta,
.social-icon {
  display: none !important;
}

.reviews_tab a:hover,
.description_tab a:hover {
  text-decoration: none !important;
}

.quantity-button {
  margin-right: 0 !important;
}

.woocommerce-Address-title a {
  color: #000 !important;
}

.shopping-cart-link a:hover {
  text-decoration: none !important;
}

.bottom-cart h2 {
  display: none;
}

.checkout-link a:hover {
  text-decoration: none !important;
}

.payment_methods li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  padding-top: 40px !important;
  text-transform: initial;
}

.checkout ul.payment_methods li label {
  padding-left: 23px !important;
  margin-top: -19px !important;
}

*:not(i, .ab-icon, .star-rating) {
  font-family: "Inter", sans-serif !important;
}

body {
  font-family: "Inter", sans-serif !important;
  width: 100%;
  overflow-x: hidden;
}
body ::selection {
  background: #000;
}

.arrow_carrot-up {
  background: #000;
}

a:focus,
a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

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