/*
Theme Name: qhdsales
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 0.0321
*/
.mdi {
  font-size: 24px;
}

body span.amount {
  font-weight: 400;
}
body .woocommerce .label,
body .woocommerce legend,
body .woocommerce b,
body .woocommerce strong {
  font-weight: 600;
}
body .woocommerce span.amount {
  font-weight: 400;
}

.text .label,
.text legend,
.text b,
.text strong {
  font-weight: 600;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin-bottom: 10px;
}
.text.heading-text .h1,
.text.heading-text h1 {
  font-size: 48px;
}
.text.heading-text .h2,
.text.heading-text h2 {
  font-size: 48px;
}
.text.heading-text .h3,
.text.heading-text h3 {
  font-size: 48px;
}
.text.heading-text .h4,
.text.heading-text h4 {
  font-size: 1.125em;
}
.text.heading-text .h5,
.text.heading-text h5 {
  font-size: 1em;
}
.text.heading-text .h6,
.text.heading-text h6 {
  font-size: 0.85em;
  opacity: 0.8;
}
@media (max-width: 549px) {
  .text.heading-text h1,
  .text.heading-text .h1,
  .text.heading-text h2,
  .text.heading-text .h2,
  .text.heading-text h3,
  .text.heading-text .h3 {
    font-size: 1.4em;
  }
}
.text h1.entry-title.mb {
  margin-bottom: 30px;
}

.fw-100 {
  font-weight: 100;
}
.fw-100 h1,
.fw-100 h2,
.fw-100 h3,
.fw-100 h4,
.fw-100 h5,
.fw-100 h6 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}
.fw-200 h1,
.fw-200 h2,
.fw-200 h3,
.fw-200 h4,
.fw-200 h5,
.fw-200 h6 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}
.fw-300 h1,
.fw-300 h2,
.fw-300 h3,
.fw-300 h4,
.fw-300 h5,
.fw-300 h6 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}
.fw-400 h1,
.fw-400 h2,
.fw-400 h3,
.fw-400 h4,
.fw-400 h5,
.fw-400 h6 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}
.fw-500 h1,
.fw-500 h2,
.fw-500 h3,
.fw-500 h4,
.fw-500 h5,
.fw-500 h6 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}
.fw-600 h1,
.fw-600 h2,
.fw-600 h3,
.fw-600 h4,
.fw-600 h5,
.fw-600 h6 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}
.fw-700 h1,
.fw-700 h2,
.fw-700 h3,
.fw-700 h4,
.fw-700 h5,
.fw-700 h6 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}
.fw-800 h1,
.fw-800 h2,
.fw-800 h3,
.fw-800 h4,
.fw-800 h5,
.fw-800 h6 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}
.fw-900 h1,
.fw-900 h2,
.fw-900 h3,
.fw-900 h4,
.fw-900 h5,
.fw-900 h6 {
  font-weight: 900;
}

.button {
  font-weight: 400;
}

/*=============================================
=            Menu      =
=============================================*/
#header .nav > li > a {
  font-size: 15px;
  color: rgb(55, 62, 116);
}
#header .nav li.menu-item a {
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
#header .nav li.menu-item:hover a {
  background-color: #dcf6ff;
}
#header .nav li.current-menu-item a {
  font-weight: 700;
}
#header .flex-col.hide-for-medium.flex-right {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#header #logo {
  padding: 10px;
}
@media (max-width: 575px) {
  #header #logo img {
    max-width: 70px !important;
    height: auto;
  }
}

.stuck .header-main .nav > li > a {
  line-height: unset !important;
}

.header-cart-link .image-icon.header-cart-icon::after {
  right: -5px;
  top: -5px;
}

/*=====  End of Menu  ======*/
.section-footer .ux-menu a {
  color: #ffffff;
}
.section-footer .ux-menu a:hover {
  color: var(--fs-color-secondary);
}

.absolute-footer {
  display: none;
}

.absolute-text p {
  margin-bottom: 0;
}

/*
Theme Name: qhdsales
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 0.0321
*/
/*=============================================
=            Product Builder            =
=============================================*/
.product .woocommerce-variation-price {
  border-top: 0;
}
.product.type-product .wishlist-icon {
  pointer-events: none !important;
  display: none !important;
}
.product.type-product .wishlist-icon .wishlist-button {
  pointer-events: none;
}
.product.type-product .col-inner {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.product.type-product .col-inner {
  padding: 15px 20px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
.product.type-product .box-image img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.product.type-product .box-text .category {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: unset;
  color: #52525b;
}
.product.type-product .box-text .product-title a {
  color: var(--fs-color-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product.type-product .box-text .box-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product.type-product .box-text .price-wrapper {
  margin-top: 15px;
}
.product.type-product .box-text .price-wrapper a {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.product .box-text-products {
  padding-bottom: 5px !important;
}

.archive.post-type-archive-product .woocommerce-page-title + .is-divider,
.archive.tax-product_cat .woocommerce-page-title + .is-divider {
  margin-top: -5px !important;
  background-color: var(--fs-color-primary);
  width: 50px;
  height: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*=====  End of Product Builder  ======*/
/*=============================================
=            Product filter            =
=============================================*/
#shop-sidebar .woocommerce-page-title {
  font-weight: 700;
  color: var(--fs-color-primary);
}

.wpc-filters-widget-content .wpc-filters-section .wpc-filter-content .wpc-filters-ul-list li label a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #3f3f3f;
  opacity: 1;
}
.wpc-filters-widget-content .wpc-filter-header .wpc-filter-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  position: relative;
}
.wpc-filters-widget-content .wpc-filter-header .wpc-filter-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60%;
  max-width: 100px;
  height: 1px;
  background-color: rgba(63, 63, 63, 0.1);
}
.wpc-filters-widget-content .wpc-filters-ul-list {
  overflow: auto;
  max-width: 100%;
  max-height: 180px;
}
.wpc-filters-widget-content .wpc-filters-ul-list .wpc-term-item-content-wrapper {
  display: flex;
  flex-direction: row-reverse !important;
}
.wpc-filters-widget-content .wpc-filters-ul-list .wpc-term-item-content-wrapper input[type=checkbox] {
  border: 1px solid #000000;
  font-size: 14px;
  zoom: 1.3;
}
.wpc-filters-widget-content .wpc-filters-ul-list .wpc-term-item-content-wrapper input[type=checkbox]:checked {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  accent-color: var(--fs-color-primary);
}
.wpc-filters-widget-content .wpc-filters-ul-list .wpc-term-item-content-wrapper > label {
  font-size: 14px;
  margin-right: auto;
  padding-left: 0;
}
.wpc-filters-widget-content .wpc-toggle-a {
  color: var(--fs-color-primary);
}
.wpc-filters-widget-content .wpc-filter-layout-submit-button {
  flex-direction: row !important;
}
.wpc-filters-widget-content .wpc-filter-layout-submit-button .wpc-filters-submit-button {
  background-color: var(--fs-color-primary);
  border: 0;
}
.wpc-filters-widget-content .wpc-filter-layout-submit-button .wpc-filters-submit-button:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 1;
  outline: none;
}
.wpc-filters-widget-content .wpc-filter-layout-submit-button .wpc-filters-reset-button {
  display: none;
}

.archive.tax-product_cat .wpc-filter-product_cat {
  display: none;
  pointer-events: none;
}

.archive.tax-product_brand .wpc-filter-product_brand {
  display: none;
  pointer-events: none;
}

.category-page-title .page-title-inner {
  padding-top: 0 !important;
}

/*=====  End of Product filter  ======*/
/*=============================================
=            Product product info             =
=============================================*/
@media (max-width: 849px) {
  .large-col-first.vertical-thumbnails {
    padding-top: 15px !important;
    margin-bottom: 30px;
  }
}

.product-info.summary {
  padding-top: 0;
}
.product-info.summary .single_add_to_cart_button {
  background-color: var(--fs-color-primary);
  flex: 1;
}
.product-info.summary .ux-quantity.quantity {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.product-info.summary .ux-quantity.quantity .ux-quantity__button {
  border: 0;
  background-color: transparent !important;
}
.product-info.summary .ux-quantity.quantity .input-text {
  border: 0;
  box-shadow: none;
  outline: none;
}
.product-info.summary table.variations {
  padding-top: 10px;
}
.product-info.summary table.variations tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-info.summary table.variations tr {
  border: 0;
  width: auto;
  margin-right: 15px;
}
.product-info.summary .variations_form td select {
  border: 1px solid inherit;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.product-info.summary .product-short-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justified;
  color: #767676;
}
.product-info.summary .product-page-price {
  font-weight: 600;
}
.product-info.summary .woocommerce-Price-amount * {
  font-weight: 700;
}
.product-info.summary .woocommerce-product-cat {
  margin-bottom: 5px;
}
.product-info.summary .woocommerce-product-cat span {
  font-size: 14px;
  font-weight: 600;
  color: rgb(102, 102, 102);
}
.product-info.summary .product-title.entry-title {
  padding-right: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: rgb(47, 48, 56);
  margin-bottom: -5px;
}
.product-info.summary .yith-wcwl-add-button,
.product-info.summary .yith-wcwl-wishlistaddedbrowse {
  display: none !important;
}
.product-info.summary .wrap-product-title {
  position: relative;
}
.product-info.summary .wrap-product-title .yith-wcwl-add-to-wishlist {
  position: unset !important;
}
.product-info.summary .wrap-product-title .yith-wcwl-wishlistaddedbrowse span {
  font-size: 0;
}
.product-info.summary .wrap-product-title .yith-wcwl-wishlistaddedbrowse a {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
}
.product-info.summary .wrap-product-title .yith-wcwl-add-button,
.product-info.summary .wrap-product-title .yith-wcwl-wishlistaddedbrowse {
  z-index: 3;
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
}
.product-info.summary .wrap-product-title .yith-wcwl-add-button img,
.product-info.summary .wrap-product-title .yith-wcwl-wishlistaddedbrowse img {
  margin-right: 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-bottom: 30px;
}

.related.related-products-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}

/*=====  End of Product productinfo   ======*/
/*=============================================
=            Cart            =
=============================================*/
.cart-container .shop_table.cart tbody tr.cart_item td {
  border-bottom: 1px solid #e0e0e0;
  background-clip: border-box;
}
.cart-container .shop_table.cart tbody tr.cart_item td:first-child {
  border-left: 1px solid #e0e0e0;
}
.cart-container .shop_table.cart tbody tr.cart_item td:last-child {
  border-right: 1px solid #e0e0e0;
}
.cart-container .shop_table.cart thead tr {
  background-color: rgba(15, 175, 233, 0.1019607843) !important;
}
.cart-container .shop_table.cart thead tr th {
  border-bottom: 1px solid #e0e0e0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justified;
  color: #0b0b0c;
  text-transform: unset;
  border: 0;
  padding: 10px 20px;
}
.cart-container .shop_table.cart thead tr th:first-child {
  border-top-left-radius: 10px;
}
.cart-container .shop_table.cart thead tr th:last-child {
  border-top-right-radius: 10px;
}
.cart-container .shop_table.cart tbody tr td {
  padding: 15px 20px;
}
.cart-container .shop_table.cart tbody tr td a,
.cart-container .shop_table.cart tbody tr td span * {
  color: #0b0b0c;
  font-weight: 400;
}
.cart-container .shop_table.cart tbody tr td.product-thumbnail {
  padding-left: 0;
}
.cart-container .shop_table.cart tbody tr td.product-remove {
  padding: 15px 5px 15px 10px;
}
.cart-container .shop_table.cart tbody tr td.product-remove * {
  font-weight: 900;
}
.cart-container .cart-sidebar th,
.cart-container .cart-sidebar td {
  color: rgb(135, 134, 173);
}
.cart-container .cart-sidebar .order-total td,
.cart-container .cart-sidebar .order-total th {
  background-color: rgba(15, 175, 233, 0.1);
  color: rgb(11, 11, 12) !important;
}
.cart-container .cart-sidebar .order-total td .amount,
.cart-container .cart-sidebar .order-total th .amount {
  color: rgb(11, 11, 12) !important;
}
.cart-container .cart-sidebar span.amount {
  color: rgb(135, 134, 173);
}
.cart-container .cart-sidebar .wc-proceed-to-checkout .checkout-button {
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cart-container .cart-sidebar .cart_totals table {
  margin-bottom: 0;
  border: 0;
}
.cart-container .cart-sidebar .cart_totals table th,
.cart-container .cart-sidebar .cart_totals table td {
  font-size: 16px !important;
}
.cart-container .cart-sidebar .cart_totals table thead {
  background-color: var(--fs-color-primary);
}
.cart-container .cart-sidebar .cart_totals table thead th {
  border: 1px solid var(--fs-color-primary) !important;
  color: #ffffff;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.cart-container .cart-sidebar .cart_totals .shop_table {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}
.cart-container .cart-sidebar .cart_totals .shop_table tbody tr td,
.cart-container .cart-sidebar .cart_totals .shop_table tbody tr th {
  padding: 10px 20px;
}
.cart-container .cart-sidebar .cart_totals .shop_table tbody tr > .shipping__inner {
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.cart-container .cart-sidebar .cart_totals .order-total th,
.cart-container .cart-sidebar .cart_totals .order-total td {
  border: 0 !important;
}
.cart-container .cart-sidebar .cart_totals .cart_item .product-name {
  display: flex;
}
.cart-container .cart-sidebar .product-name {
  position: relative;
  padding-left: 60px;
}
.cart-container .cart-sidebar .product-name .wrap-thumb {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}

/*=====  End of Cart  ======*/
/*=============================================
=            Check out            =
=============================================*/
#customer_details input,
#customer_details select,
#customer_details .select2-selection.select2-selection--single,
#customer_details textarea {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: none;
  outline: none;
}
#customer_details label {
  font-weight: 400;
  color: rgb(135, 134, 173);
}

.checkout.woocommerce-checkout .checkout-inline-error-message {
  display: none;
}
@media (min-width: 576px) {
  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .form-row {
    padding: 10px 10px 10px 25px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    border-bottom: 1px solid #ebebeb;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .form-row:last-child {
    border: 0;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .form-row label {
    margin-bottom: 0;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .form-row-first,
  .checkout.woocommerce-checkout .woocommerce-billing-fields .form-row-last {
    width: 100%;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper {
    flex: 1;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .select2-container {
    margin-bottom: 0 !important;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper input,
  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper select,
  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection--single {
    text-align: right;
    border: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection--single {
    margin-bottom: 0 !important;
    background-position: right !important;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection--single .select2-selection__arrow {
    right: -10px;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields .billing_address_2 {
    display: none;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields #customer_details input,
  .checkout.woocommerce-checkout .woocommerce-billing-fields #customer_details select,
  .checkout.woocommerce-checkout .woocommerce-billing-fields #customer_details .select2-selection.select2-selection--single {
    padding-right: 20px !important;
  }
}

.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  font-weight: 700 !important;
  font-size: 34px !important;
}
.woocommerce-checkout .has-border {
  border: 0;
  padding-top: 17px !important;
}

.checkout-sidebar th,
.checkout-sidebar td {
  font-weight: 400;
  color: rgb(135, 134, 173);
}
.checkout-sidebar .order-total * {
  color: #0b0b0c;
}
.checkout-sidebar .shop_table td,
.checkout-sidebar .shop_table th {
  font-size: 16px !important;
}
.checkout-sidebar .shop_table thead th {
  border-bottom: 0;
  padding: 15px 20px;
  background-color: rgba(15, 175, 233, 0.1);
  color: rgb(11, 11, 12) !important;
}
.checkout-sidebar .shop_table thead th:first-child {
  border-top-left-radius: 10px;
}
.checkout-sidebar .shop_table thead th:last-child {
  border-top-right-radius: 10px;
}
.checkout-sidebar .shop_table tbody tr td,
.checkout-sidebar .shop_table tbody tr th {
  border-top: 1px solid #ebebeb !important;
  padding: 15px 20px;
}
.checkout-sidebar .shop_table tbody tr td *,
.checkout-sidebar .shop_table tbody tr th * {
  color: rgb(135, 134, 173) !important;
}
.checkout-sidebar .shop_table tbody tr td {
  background-clip: border-box;
}
.checkout-sidebar .shop_table tbody tr td:first-child {
  border-left: 1px solid #e0e0e0 !important;
}
.checkout-sidebar .shop_table tbody tr td:last-child {
  border-right: 1px solid #e0e0e0 !important;
}
.checkout-sidebar .shop_table tfoot .cart-discount td,
.checkout-sidebar .shop_table tfoot .cart-discount th {
  font-size: 16px !important;
}
.checkout-sidebar .shop_table tfoot th {
  font-size: 100%;
  color: #0b0b0c;
  border-top: 1px solid #ebebeb !important;
  padding: 15px 20px;
  border-left: 1px solid #e0e0e0 !important;
  background-clip: border-box;
}
.checkout-sidebar .shop_table tfoot td {
  border-right: 1px solid #e0e0e0 !important;
  background-clip: border-box;
}
.checkout-sidebar .shop_table tfoot tr {
  background-color: rgba(15, 175, 233, 0.1);
}
.checkout-sidebar .shop_table tfoot tr th,
.checkout-sidebar .shop_table tfoot tr td {
  background-clip: border-box;
  padding: 15px 20px;
  border-top: 0 !important;
}
.checkout-sidebar .shop_table tfoot tr:last-child th,
.checkout-sidebar .shop_table tfoot tr:last-child td {
  border-bottom: 1px solid #e0e0e0 !important;
}
.checkout-sidebar .shop_table tfoot tr:last-child th {
  border-bottom-left-radius: 10px;
}
.checkout-sidebar .shop_table tfoot tr:last-child td {
  border-bottom-right-radius: 10px;
}
.checkout-sidebar .shop_table.woocommerce-checkout-review-order-table {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/*=====  End of Check out  ======*/
/*=============================================
=            Order success            =
=============================================*/
.woocommerce-order-details td,
.woocommerce-order-details th,
.woocommerce-order-details span.amount {
  font-weight: 400;
  font-size: 15px !important;
}
.woocommerce-order-details bdi,
.woocommerce-order-details strong {
  font-weight: 400;
}
.woocommerce-order-details.order-complete h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.150000006px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 35px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.0068em;
  text-align: left;
}
.woocommerce-order-details .woocommerce-table--order-details {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 575px) {
  .woocommerce-order-details .woocommerce-table--order-details .product-total {
    padding: 20px 20px 20px 10px;
  }
}
@media (max-width: 575px) {
  .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-price,
  .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-quantity {
    display: none;
  }
}
.woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name {
  position: relative;
}
.woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name a {
  color: #33334f;
}
.woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name.product-name-2 {
  padding-left: 65px !important;
}
.woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name img {
  position: absolute;
  left: 15px;
  top: 50%;
  max-width: 45px;
  margin-right: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.woocommerce-order-details .woocommerce-table--order-details thead th {
  border: 0;
  text-transform: none;
}
.woocommerce-order-details .woocommerce-table--order-details tbody td,
.woocommerce-order-details .woocommerce-table--order-details tbody th {
  padding: 30px 20px !important;
}
.woocommerce-order-details .woocommerce-table--order-details td,
.woocommerce-order-details .woocommerce-table--order-details th {
  color: #0b0b0c;
  padding: 20px 20px;
}
.woocommerce-order-details .woocommerce-table--order-details thead,
.woocommerce-order-details .woocommerce-table--order-details tfoot {
  background-color: rgba(15, 175, 233, 0.1019607843);
}
.woocommerce-order-details .woocommerce-customer-details {
  margin-top: 40px;
}

.woocommerce-order-overview {
  display: flex;
  list-style: none;
}
.woocommerce-order-overview li {
  position: relative;
  min-width: 20%;
  color: #8786ad;
}
.woocommerce-order-overview li strong,
.woocommerce-order-overview li bdi {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #0b0b0c;
}
.woocommerce-order-overview li:first-child {
  margin-left: 0;
}
.woocommerce-order-overview li:first-child::before {
  display: none;
}
.woocommerce-order-overview li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #ebebeb;
}

/*=====  End of Order success  ======*/
/*=============================================
=            wishlist            =
=============================================*/
#yith-wcwl-form .hidden-title-form {
  width: 100%;
}
#yith-wcwl-form .hidden-title-form input {
  width: auto;
}
#yith-wcwl-form .edit-title-buttons {
  display: inline-flex;
  width: auto;
}
#yith-wcwl-form .edit-title-buttons a {
  min-width: 20px;
}
#yith-wcwl-form .shop_table {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#yith-wcwl-form .shop_table.wishlist_view {
  background-clip: border-box;
}
@media (max-width: 575px) {
  #yith-wcwl-form .shop_table.wishlist_view {
    border: 1px solid #e0e0e0;
  }
}
#yith-wcwl-form .shop_table.wishlist_view thead {
  background-color: rgba(15, 175, 233, 0.1019607843);
}
#yith-wcwl-form .shop_table.wishlist_view thead th {
  padding: 15px 20px;
  border: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justified;
  color: #0b0b0c;
}
#yith-wcwl-form .shop_table.wishlist_view thead th:first-child {
  border-top-left-radius: 10px;
}
#yith-wcwl-form .shop_table.wishlist_view thead th:last-child {
  border-top-right-radius: 10px;
}
#yith-wcwl-form .shop_table.wishlist_view tbody .product-name a {
  color: rgb(51, 51, 79);
}
#yith-wcwl-form .shop_table.wishlist_view tbody tr td {
  border-top: 1px solid #ebebeb !important;
}
#yith-wcwl-form .shop_table.wishlist_view tbody tr td:first-child {
  border-left: 1px solid #e0e0e0;
}
#yith-wcwl-form .shop_table.wishlist_view tbody tr td:last-child {
  border-right: 1px solid #e0e0e0;
}
#yith-wcwl-form .shop_table.wishlist_view tbody tr td {
  border-bottom: 1px solid #ebebeb !important;
  padding: 20px 20px;
  border: 0;
  color: #0b0b0c;
}
#yith-wcwl-form .shop_table.wishlist_view tbody tr td .product-thumbnail {
  padding-left: 0;
}
#yith-wcwl-form .shop_table.wishlist_view tbody tr td .product-remove {
  padding: 20px 20px;
}
#yith-wcwl-form .shop_table.wishlist_view tbody tr td .product-remove * {
  font-weight: 900;
}
#yith-wcwl-form .shop_table.wishlist_view .product-add-to-cart a {
  background-color: var(--fs-color-primary);
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*=====  End of Wishlish  ======*/
/*
Theme Name: qhdsales
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 0.0321
*/
/*=============================================
=            Button            =
=============================================*/
.button {
  padding: 0 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.button .button-left-content img,
.button .button-right-content img {
  height: 20px;
  width: auto;
  vertical-align: sub;
}
.button.white.is-outline:hover {
  border: 2px solid var(--fs-color-primary);
}
.button.br-0 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

input,
textarea,
select {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

body .button.alt,
body .button.checkout,
body .checkout-button {
  background-color: var(--fs-color-primary);
}

/*=====  End of Button  ======*/
/*=============================================
=            Pagination            =
=============================================*/
.page-numbers.nav-pagination.links li a,
.page-numbers.nav-pagination.links li span {
  border: 0;
  line-height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.page-numbers.nav-pagination.links li span {
  background-color: var(--fs-color-primary);
  color: #ffffff;
}
.page-numbers.nav-pagination.links li a {
  background-color: rgb(245, 245, 245);
  color: rgb(51, 51, 51);
}
.page-numbers.nav-pagination.links li a:hover {
  background-color: var(--fs-color-primary);
  color: #ffffff;
}
.page-numbers.nav-pagination.links li a i {
  top: 1px;
}

/*=====  End of Pagination  ======*/
/*=============================================
=            Banner            =
=============================================*/
@media (min-width: 850px) {
  .hero-banner.full-height {
    height: 100%;
    height: calc(100vh - 70px);
    min-height: 550px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 849px) {
  .is-full-height {
    height: auto;
    min-height: unset;
    padding-bottom: unset !important;
    padding-top: inherit !important;
  }
}

/*=====  End of Banner  ======*/
/*=============================================
=            Brand            =
=============================================*/
.brand-collection .brand-row .img-inner {
  box-shadow: 0px 2px 12px 0px rgba(0, 25, 137, 0.1019607843);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/*=====  End of Brand  ======*/
/*=============================================
=            Breadcrumbs            =
=============================================*/
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: left;
  opacity: 1;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span.separator {
  color: rgb(131, 131, 131);
  opacity: 1 !important;
  font-weight: 400;
}
.rank-math-breadcrumb span {
  color: rgb(35, 47, 132);
  font-weight: 600;
}

/*=====  End of Breadcrumbs  ======*/
/*=============================================
=            Pagination            =
=============================================*/
.nav-pagination.page-numbers li span,
.nav-pagination.page-numbers li a {
  font-size: 14px;
  font-weight: 400;
}
.nav-pagination.page-numbers li span,
.nav-pagination.page-numbers li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/*=====  End of Pagination  ======*/
/*=============================================
=             wishlist          =
=============================================*/
.wishlist-link.icon {
  border: 1px solid var(--fs-color-primary);
  background-color: transparent !important;
}
.wishlist-link.icon .wishlist-icon {
  color: var(--fs-color-primary) !important;
}

.yith-wcwl-add-button .add_to_wishlist {
  width: auto;
  display: inline-block;
  font-size: 0 !important;
}
.yith-wcwl-add-button .add_to_wishlist span {
  display: none;
}
.yith-wcwl-add-button a {
  display: none;
}

#yith-wcwl-form .wishlist_table tbody .product-remove {
  padding: 15px 5px 15px 10px !important;
}
#yith-wcwl-form .wishlist_table tbody .product-thumbnail {
  padding-left: 0 !important;
}

/*=====  End of  wishlist  ======*/
/*=============================================
=            Account            =
=============================================*/
body .my-account h1,
body .my-account h2,
body .my-account h3,
body .my-account h4,
body .my-account legend {
  font-weight: 600;
  color: #0b0b0c;
}
body .my-account input,
body .my-account select {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
body .my-account button[type=submit] {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.my-account-header {
  position: absolute;
  left: -999999px;
  top: 0;
}

.page-wrapper.my-account h3 {
  font-weight: 700;
}
.page-wrapper.my-account .account-user.circle {
  display: none;
}
.page-wrapper.my-account .woocommerce-MyAccount-navigation .account-nav li {
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  border-top: 0;
}
.page-wrapper.my-account .woocommerce-MyAccount-navigation .account-nav li a {
  color: #0b0b0c;
}
.page-wrapper.my-account .woocommerce-MyAccount-navigation .account-nav li.active, .page-wrapper.my-account .woocommerce-MyAccount-navigation .account-nav li:hover {
  background: rgba(15, 175, 233, 0.1);
}
.page-wrapper.my-account .woocommerce-MyAccount-navigation .account-nav li.active a::before, .page-wrapper.my-account .woocommerce-MyAccount-navigation .account-nav li:hover a::before {
  display: none;
}
.page-wrapper.my-account .woocommerce-MyAccount-navigation .account-nav li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--fs-color-secondary) !important;
}
.page-wrapper.my-account .woocommerce-MyAccount-navigation .account-nav li.woocommerce-MyAccount-navigation-header {
  padding: 10px 15px !important;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.15px;
  background: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}
.page-wrapper.my-account .woocommerce-MyAccount-content {
  margin-top: 15px;
}
.page-wrapper.my-account .woocommerce-address-fields input,
.page-wrapper.my-account .woocommerce-address-fields select,
.page-wrapper.my-account .edit-account input,
.page-wrapper.my-account .edit-account select {
  border: 1px solid #d3d3d3;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.page-wrapper.my-account .woocommerce-address-fields .select2-selection,
.page-wrapper.my-account .edit-account .select2-selection {
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.page-wrapper.my-account .woocommerce-address-fields label,
.page-wrapper.my-account .edit-account label {
  font-weight: 600;
}
.page-wrapper.my-account .wkwccv-registration {
  border: 0;
  position: relative;
}
.page-wrapper.my-account .wkwccv-registration legend {
  border: 0 !important;
  margin-bottom: 0;
}
.page-wrapper.my-account .wkwccv-registration .wkwccv-upload-label {
  border-radius: 10px;
  background: #52525b;
}
.page-wrapper.my-account .wkwccv-registration .wkwccv-previous-uploaded-file {
  display: block;
  width: 100%;
}
.page-wrapper.my-account .wkwccv-registration .woocommerce-form-row.wkwccv-upload-document-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page-wrapper.my-account .wkwccv-registration .woocommerce-form-row.wkwccv-upload-document-container strong {
  color: #0b0b0c;
}
.page-wrapper.my-account .dashboard-links .image-icon {
  display: block;
  width: 100%;
}
.page-wrapper.my-account .dashboard-links .image-icon svg,
.page-wrapper.my-account .dashboard-links .image-icon img {
  width: auto;
  height: 40px;
}
.page-wrapper.my-account .dashboard-links li {
  width: 25%;
}
@media (max-width: 849px) {
  .page-wrapper.my-account .dashboard-links li {
    width: 50%;
  }
}
.page-wrapper.my-account .dashboard-links li a {
  color: #0b0b0c;
  background-color: rgba(15, 175, 233, 0.1);
  border: 0;
}
.page-wrapper.my-account .dashboard-links li a span {
  margin-bottom: 10px;
}
.page-wrapper.my-account .dashboard-links li a:hover {
  background-color: var(--fs-color-primary);
  color: #ffffff;
}
.page-wrapper.my-account .dashboard-links li a:hover svg path {
  fill: #ffffff;
}
.page-wrapper.my-account .wishlist-account-element {
  display: none;
}

.wkwccv-upload-document-container label {
  margin-bottom: 5px;
}
.wkwccv-upload-document-container label:first-child {
  width: 100%;
}

/*=====  End of Account  ======*/
