/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* product css start */
section.all-products ul.products {
    margin: 0px;
    padding: 0px;
}

section.all-products ul.products li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    border: 1px solid #91793c;
    border-radius: 6px;
    margin: 0px 1%;
    margin-bottom: 20px;
}

section.all-products ul.products li div.sinlge-product {
    text-align: center;
    padding: 30px 12px 30px;
    min-height: 400px;
}

section.all-products ul.products li div.sinlge-product img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

section.all-products ul.products li div.sinlge-product h3 {
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin: 10px 0px 10px;
    font-family: 'Montserrat-ExtraBold';
}

section.all-products ul.products li div.sinlge-product h4 {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 6px;
    font-weight: 400;
    font-family: 'Montserrat-regular';
}

section.all-products ul.products li div.sinlge-product h4 label {
    color: #91793c;
    margin-right: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

section.all-products ul.products li div.sinlge-product button.add-item-to-cart,
section.all-products ul.products li div.sinlge-product button.add-item-to-cart-login{
    padding: 4px 19px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
    border: unset;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat-regular';
}

section.all-products ul.products li div.sinlge-product a.order-now {
    font-family: "Barlow", sans-serif;
    color: #404a3d;
    border-radius: 5px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    background-color: #eaeaea;
    padding: 4px 19px;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
}

section.all-products ul.products li div.sinlge-product h4.price {
    margin-bottom: 15px;
}

section.all-products .row {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}

section.all-products form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    width: 98%;
    padding-right: 3%;
}

section.all-products form input[type="text"] {
    width: 100%;
    height: 40px;
    background: #eaeaea3b;
    padding: 0px 15px;
    font-size: 14px;
    margin: 0px;
    border-radius: 0px;
}

section.all-products form button {
    height: 40px;
    padding: 0px 20px;
    color: #fff;
    margin: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
}

section.all-products ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 50px 0px 0px;
}

section.all-products ul.pagination li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 6px;
}

section.all-products ul.pagination li a {
    font-family: "Barlow", sans-serif;
    color: #404a3d;
    border-radius: 5px;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    background-color: #eaeaea;
    padding: 4px 19px;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.all-products ul.pagination li.disabled a {
    background: #cacaca;
}

section.product-detail .row {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}

section.product-detail .row .leftSide {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0px 40px;
    vertical-align: middle;
}

section.product-detail .row .rightSide {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    vertical-align: middle;
}

section.product-detail .row .leftSide .image-main {
    height: 300px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 20px;
}

section.product-detail .row .leftSide .image-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.product-detail .row .leftSide .allImages {
    padding-top: 20px;
}

section.product-detail .row .leftSide .allImages ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.product-detail .row .leftSide .allImages ul li {
    width: 100px;
    height: 100px;
    border: 1px solid rgb(234 234 234 / 50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0px 4px;
}

section.product-detail .row .leftSide .allImages ul li img {
    object-fit: contain;
}

section.product-detail .row .leftSide .allImages ul li.active {
    border-color: #9bce9e;
}

section.product-detail .row .rightSide h2 {
    font-size: 35px;
    color: #000;
    line-height: 35px;
    margin: 0px 0px 25px;
    font-family: 'Montserrat-ExtraBold';
}

section.product-detail .row .rightSide h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 400;
    font-family: 'Montserrat-Regular';
}

section.product-detail .row .rightSide h4 label {
    color: #816930;
    margin-right: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

section.product-detail .row .rightSide h3 {
    font-size: 22px;
    color: #000;
    border-bottom: 1px solid rgb(234 234 234 / 40%);
    padding-bottom: 5px;
    margin: 20px 0px 10px;
}

section.product-detail .row .rightSide p {
    font-family: 'Montserrat';
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
}

section.product-detail .row .product-description {
    padding-top: 30px;
}

section.product-detail .row .product-description h3 {
    font-size: 20px;
    color: #816930;
    border-bottom: 1px solid rgb(234 234 234 / 40%);
    padding-bottom: 5px;
    margin: 20px 0px 20px;
    font-family: 'Montserrat-ExtraBold';
}

section.product-detail .row .product-spaces {}

section.product-detail .row .product-related {}

section.product-detail .row .product-related h3 {
    font-size: 20px;
    color: #816930;
    border-bottom: 1px solid rgb(234 234 234 / 40%);
    padding-bottom: 5px;
    margin: 50px 0px 20px;
    font-family: 'Montserrat-ExtraBold';
}

section.product-detail .row .product-spaces h3 {
    font-size: 22px;
    color: #9bce9e;
    border-bottom: 1px solid rgb(234 234 234 / 40%);
    padding-bottom: 5px;
    margin: 50px 0px 20px;
}

section.product-detail .row .product-description p,section.product-detail .row .product-description ul li {
    font-family: 'Montserrat';
    color: #000;
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 24px;
}

section.product-detail .row .product-description ul li {
    margin-bottom: 6px;
}

section.product-detail .row .product-spaces ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

section.product-detail .row .product-spaces ul li {
    background: #d4e6d0;
    padding: 0px 0px;
}

section.product-detail .row .product-spaces ul li:nth-child(even) {
    background: rgb(212 230 208 / 20%);
}

section.product-detail .row .product-spaces ul li label.title {
    border-right: 1px solid #fff;
    display: inline-flex;
    width: 20%;
    height: 60px;
    align-items: center;
}

section.product-detail .row .product-spaces ul li label {
    padding: 0px 30px;
}

section.product-detail .row .product-spaces ul li label {
    width: 79%;
    display: inline-flex;
    align-items: center;
    line-height: 20px;
    height: 60px;
    vertical-align: top;
}

section.product-detail .row .product-related ul.products {
    margin: 0px;
    padding: 0px;
}

section.product-detail .row .product-related ul.products li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    margin: 0px 1%;
    margin-bottom: 20px;
}

section.product-detail .row .product-related ul.products li div.sinlge-product {
    text-align: center;
    padding: 30px 12px 10px;
}

section.product-detail .row .product-related ul.products li div.sinlge-product img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

section.product-detail .row .product-related ul.products li div.sinlge-product h3 {
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    margin: 10px 0px 0px;
    font-family: 'Montserrat-ExtraBold';
    border: unset;
}

section.product-detail .row .product-related ul.products li div.sinlge-product h4 {
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-bottom: 6px;
    font-weight: 400;
    font-family: 'Montserrat-Regular';
}

section.product-detail .row .product-related ul.products li div.sinlge-product h4 label {
    color: #816930;
    margin-right: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

section.product-detail .row .product-related ul.products li div.sinlge-product button.add-item-to-cart {
    padding: 4px 19px;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
}

section.product-detail .row .product-related ul.products li div.sinlge-product a.order-now {
    font-family: "Barlow", sans-serif;
    color: #404a3d;
    border-radius: 5px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    background-color: #eaeaea;
    padding: 4px 19px;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
}

section.product-detail .row .product-related ul.products li div.sinlge-product h4.price {
    margin-bottom: 0px;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
}

section.product-cart .row {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}

section.product-cart .row .vc_col-lg-8 {
    vertical-align: top;
}

section.product-cart .row .vc_col-lg-4 {
    vertical-align: top;
}

section.product-cart .row .cart_totals {
    padding-top: 0px;
    width: 100%;
}

section.product-cart .row .cart_totals h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

section.product-cart th {
    font-size: 16px !important;
    font-family: 'Montserrat';
    padding: 4px 12px !important;
}

section.product-cart td {
    font-size: 16px !important;
    font-family: 'Montserrat';
    padding: 4px 12px !important;
}

section.product-cart a.checkout-button.button.alt.wc-forward {
    font-size: 14px;
    padding: 8px 20px;
}

section.product-cart table.shop_table.shop_table_responsive {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    width: 95%;
}

section.product-cart td.product-name a {
    font-size: 14px !important;
    font-family: 'Montserrat' !important;
    line-height: 20px !important;
    display: block;
    font-weight: 500 !important;
}

section.product-cart input.minus {
    padding: 2px 8px 6px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
}

section.product-cart input.plus {
    padding: 2px 10px 6px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
}

section.product-cart input.qty {
    padding: 0px 0px !important;
    width: 30px !important;
    height: 28px !important;
    text-align: center;
    margin: 0px 4px !important;
}

section.product-cart td .quantity {
    display: flex;
}

section.product-cart input.qty::-webkit-outer-spin-button,
section.product-cart input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
section.product-checkout .row {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
section.product-checkout .vc_col-sm-6.vc_col-md-7 .vc_column-inner {
    border: 1px solid #f5f0e9;
}

section.product-checkout h4.woodmart-title-container {
    text-align: left;
    font-size: 25px;
    margin-bottom: 30px;
    font-family: 'Montserrat-ExtraBold';
}

section.product-checkout p {
    margin-bottom: 15px;
    padding-right: 3%;
    padding-bottom: 5px;
}

section.product-checkout p label {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 300 !important;
    display: block;
    margin-bottom: -2px;
    font-family: 'Montserrat-regular';
}

section.product-checkout p input,section.product-checkout p select {
    width: 100%;
    height: 40px;
    background: transparent;
    border-radius: 4px;
    padding: 0px 10px;
    margin-bottom: 0px;
    outline: unset;
    font-size: 16px;
    font-weight: 500;
    outline: unset;
    border: 1px solid #eaeaea;
}

section.product-checkout p.two {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 1.5%;
    padding-bottom: 10px;
}

section.product-checkout p.two+p.two {
    /* padding-right: 0.5%; */
}

section.product-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 25px 0px 25px 12px;
}

section.product-checkout .woocommerce-billing-fields__field-wrapper button#place_order {
    font-size: 16px;
    padding: 16px 30px;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
    border: unset;
    color: #fff;
    font-family: 'Montserrat-regular';
}
section.product-thankyou .row {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
section.product-thankyou  h1 {
          color: #937a3d;
          font-size: 30px;
          margin: 20px 0px 15px;
          font-family: 'Montserrat-ExtraBold';
        }
section.product-thankyou  p {
          color: #404F5E;
          font-size: 16px;
          margin: 0;
          line-height: 24px;
          font-family: 'Montserrat-Regular';
        }
section.product-thankyou  i {
        color: #937a3d;
        font-size: 65px;
        line-height: 150px;
        margin-left: 0px;
      }
section.product-thankyou  .card {
        background: white;
        padding: 40px;
        border-radius: 4px;
        box-shadow: 0 0px 3px #c8d0d838;
        display: inline-block;
        margin: 0 auto;
      }

section.product-thankyou {
    text-align: center;
}
section.all-products ul.products li div.sinlge-product button.add-item-to-cart i {
    margin-right: 4px;
}
div#productAddedToCart {
    position: fixed;
    top: 50px;
    right: 10px;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    z-index: 999999;
    border-radius: 4px;
    padding: 4px 20px;
}
section.product-detail .row .rightSide .addProduct {
    display: flex;
    align-items: center;
}

section.product-detail .row .rightSide .addProduct button.add-item-to-cart,section.product-detail .row .rightSide .addProduct button.add-item-to-subscribe, section.product-detail .row .rightSide .addProduct button.add-item-to-cart-login{
    padding: 4px 19px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
    border: unset;
    color: #fff;
    font-family: 'Montserrat-Regular';
}

section.product-detail .row .rightSide .addProduct button.add-item-to-cart i,
section.product-detail .row .rightSide .addProduct button.add-item-to-cart-login i{
    margin-right: 5px;
}
section.product-detail .row .rightSide .addProduct .quantity input.input-text.qty.text {
    margin: 0px;
    height: 41px;
    padding: 0px 6px;
    width: 55px;
    pointer-events: none;
    background: lightgray;
    font-family: 'Montserrat-Regular';
    text-align: center;
}

section.product-detail .row .rightSide .addProduct .quantity input[type="button"] {
    height: 40px;
    padding: 0px 15px;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
    font-family: 'Montserrat-Regular';
}

section.product-detail .row .rightSide .addProduct .quantity input::-webkit-outer-spin-button,
section.product-detail .row .rightSide .addProduct .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
section.product-cart button.update-button {
    font-size: 14px;
    padding: 15px 40px;
    color: #fff;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
    font-family: 'Montserrat-ExtraBold';
    border: unset;
}
section.product-cart .row p.noProductsAdded,section.product-checkout .row p.noProductsAdded {
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #ff00008f;
}
section.product-checkout p input.error,section.product-checkout p select.error {
    border-color: red;
}
section.product-checkout p textarea {
    width: 100%;
    height: 100px;
    background: transparent;
    border-radius: 4px;
    padding: 0px 10px;
    margin-bottom: 0px;
    outline: unset;
    font-size: 16px;
    font-weight: 500;
}

section.product-checkout p label span.red {
    color: red;
    font-size: 12px;
}

section.product-checkout .woocommerce-billing-fields__field-wrapper form.checkoutForm {
    margin-right: -1%;
}

div.cartHeaderIcon {
    margin: auto;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

div.cartHeaderIcon a {
    color: #fff;
    font-size: 22px;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

div.cartHeaderIcon a span.totalItems {
    position: absolute;
    top: -10px;
    right: -6px;
    color: #fff;
    font-weight: 600;
    bottom: unset;
    height: unset;
    font-size: 14px;
}

div.cartHeaderIcon ul.productLists:has(li) {opacity: 0;visibility: hidden;transition: all 0.3s linear;margin: 0px;padding: 0px;width: 300px;list-style-type: none;background: #fff;border: 1px solid rgb(234 234 234 / 50%);float: right;}

div.cartHeaderIcon:hover ul.productLists {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
div.cartHeaderIcon:hover ul.productLists::-webkit-scrollbar {
  width: 4px;
}
div.cartHeaderIcon:hover ul.productLists::-webkit-scrollbar-track {
  background: transparent;
}
div.cartHeaderIcon:hover ul.productLists::-webkit-scrollbar-thumb {
  background: #888;
}

div.cartHeaderIcon ul.productLists li {
    border-bottom: 1px solid rgb(234 234 234 / 50%);
    display: flex;
    align-items: center;
}

div.cartHeaderIcon ul.productLists li:last-child {
    border-bottom: unset;
}

div.cartHeaderIcon ul.productLists li.action a {
    font-family: "Barlow", sans-serif;
    color: #fff !important;
    border-radius: 5px;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    background-color: #000;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px;
}

div.cartHeaderIcon ul.productLists li.action a.checkout {
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
}

div.cartHeaderIcon ul.productLists li.action {
    justify-content: center;
    padding: 12px 0px;
}

div.cartHeaderIcon ul.productLists li.total label {display: inline-block;width: 50%;text-align: left;font-size: 14px;font-weight: 600;padding: 0px 15px;}

div.cartHeaderIcon ul.productLists li.total label.title {
    border-right: 1px solid rgb(234 234 234 / 50%);
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

div.cartHeaderIcon ul.productLists li.total {
    justify-content: flex-start;
}

div.cartHeaderIcon ul.productLists li.subtotal label {display: inline-block;width: 50%;text-align: left;font-size: 14px;font-weight: 600;padding: 0px 15px;}

div.cartHeaderIcon ul.productLists li.subtotal label.title {
    border-right: 1px solid rgb(234 234 234 / 50%);
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

div.cartHeaderIcon ul.productLists li.subtotal {
    justify-content: flex-start;
}

div.cartHeaderIcon ul.productLists li h3.title {
    font-size: 13px;
    margin: 0px;
    width: 75%;
    text-align: left;
}

div.cartHeaderIcon ul.productLists li h4 {
    font-size: 12px;
    margin: 0px;
    width: 15%;
    color: #000;
}

div.cartHeaderIcon ul.productLists li div.close {
    width: 10%;
}

div.cartHeaderIcon ul.productLists li div.close a {
    color: red !important;
    cursor: pointer;
}
#product section.all-products ul.products li div.sinlge-product h3 {
    color: #000 !important;
    font-size: 16px !important;
    text-align: center;
    line-height: 20px;
    margin: 22px 0px 15px !important;
}

section.all-products.homePage ul.products li div.sinlge-product a.order-now {
    padding: 4px 15px;
}

section.all-products.homePage ul.products li div.sinlge-product button.add-item-to-cart {
    padding: 4px 15px;
}

section.all-products.homePage ul.products li div.sinlge-product {
    padding: 30px 6px 20px;
    min-height: 455px;
}
@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#loading-custom-used div{
    display: inline-block;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #FF7D55;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: donut-spin 1.2s linear infinite;
}
div#loading-custom-used {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #00000052;
    z-index: 999;
}

div#loading-custom-used div {
    border: 6px solid rgb(255 255 255 / 50%);
    border-left-color: #FF7D55;
    width: 60px;
    height: 60px;
}
/* product css end */

/* new work css start */
section.loginForm form {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    padding: 60px 0px 60px;
}

section.loginForm form fieldset {
    padding: 10px 30px 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 21px 0px rgb(236 239 245);
    border-radius: 10px;
    color: #666666;
    font-family: 'Varela';
    margin-bottom: 10px;
    background: #fff;
}

section.loginForm form fieldset legend {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 8px 10px 8px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #dddddd;
    font-family: 'Montserrat';
}

section.loginForm form fieldset div.form-outline {
    margin-bottom: 15px;
}

section.loginForm form fieldset p.not-registered {
    padding-bottom: 0px;
    text-align: right;
    margin-bottom: 0px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
}

section.loginForm form button.register-btn {
    width: 200px !important;
    padding: 0 !important;
    height: 50px !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    background: #90773c;
    font-weight: 600;
    font-family: Montserrat-ExtraBold;
}

section.loginForm form fieldset p.not-registered i {}

section.loginForm form fieldset div.form-outline label.form-label {
    text-transform: uppercase;
    color: #90773c;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: Montserrat-ExtraBold;
}

section.loginForm form fieldset div.form-outline span.error-span {
    color: red;
    display: none;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0px;
}

section.loginForm form fieldset div.form-outline textarea,section.loginForm form fieldset div.form-outline input, section.loginForm form fieldset div.form-outline select {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 5px;
    background-color: rgb(255, 255, 255) !important;
    height: 50px;
    color: #666666 !important;
    font-size: 16px !important;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0px 12px;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    outline: unset;
}

section.loginForm form fieldset p.not-registered a {
    margin-left: 5px;
    font-weight: 600;
}
section.loginForm form fieldset p.not-registered.forgot {
    margin-bottom: 0px;
}
section.loginForm form fieldset div.form-outline input#remember {
    width: unset;
    height: unset;
    position: relative;
    top: 1px;
}

section.loginForm form fieldset div.form-outline label[for="remember-me"] {
    font-family: 'Montserrat';
    font-size: 16px;
    display: inline-block;
    margin-left: 4px;
}
section.loginForm form fieldset p.message-error {
    font-family: 'Varela';
    text-align: center;
    font-size: 16px;
    color: red;
    margin-bottom: 0px;
    margin-top: 15px;
}

section.loginForm form fieldset p.message-success {
    font-family: 'Varela';
    text-align: center;
    font-size: 16px;
    color: green;
    margin-bottom: 0px;
    margin-top: 15px;
}

section.loginForm.registrationForm form {
    max-width: 1200px;
}

section.loginForm.registrationForm form h4 {
    font-size: 18px !important;
    letter-spacing: 2px !important;
    color: #000 !important;
    font-weight: 300 !important;
    margin-bottom: 20px;
    margin-top: 15px;
}

section.loginForm.registrationForm form div.form-outline label {
    text-transform: uppercase;
    color: #90773c;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: Montserrat-ExtraBold;
}

section.loginForm.registrationForm form div.form-outline.second {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

section.loginForm.registrationForm form div.form-outline.second.left {
    padding-left: 15px;
}

section.loginForm form fieldset div.form-outline textarea {
    height: 100px;
}

section.loginForm form fieldset div.form-outline.checkbox input {
    width: unset;
    height: unset;
    position: relative;
    top: 1px;
}

section.loginForm form fieldset div.form-outline.checkbox label {
    margin-left: 5px;
    text-transform: none;
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}
section.loginForm form fieldset div.form-outline input[type="file"] {
    padding: 8px 12px;
}

form label.error {
    display: none !important;
}

form input.error,form select.error,form textarea.error {
    border-color: red !important;
}
section.loginForm form fieldset div.form-outline.checkbox input.error+label,section.loginForm form fieldset div.form-outline.checkbox input.error+label+label {
    color: red;
}

section.dashboardAccount {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 100px;
}

section.dashboardAccount .sidebar {
    width: 100%;
    margin-bottom: 40px;
}

section.dashboardAccount .detailed {
    width: 100%;
    padding: 0px 0px;
}

section.dashboardAccount .row {
    display: flex;
    flex-direction: column;
}

section.dashboardAccount .sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border: 1px solid #eaeaeaba;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    gap: 0px;
}

section.dashboardAccount .sidebar ul li {
    border-right: 1px solid #eaeaeaba;
    list-style-type: none;
    width: 14%;
    text-align: center;
}

section.dashboardAccount .sidebar ul li:last-child {
    border-bottom: unset;
}

section.dashboardAccount .sidebar ul li.active {
    background: #897037;
}

section.dashboardAccount .sidebar ul li.active a {
    color: #fff;
}

section.dashboardAccount .sidebar ul li a {
    color: #000;
    padding: 6px 15px;
    display: block;
    font-size: 12px;
    font-family: 'Montserrat-Regular';
}

section.dashboardAccount .detailed ul.statistics {
    padding: 0px;
    margin: 0px 0px 40px;
    list-style-type: none;
}

section.dashboardAccount .detailed ul.statistics li {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding: 30px 0px;
    box-shadow: 0 0 4px rgba(0,0,0,0.18);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0px 2%;
}

section.dashboardAccount .detailed ul.statistics li label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px 0px;
}

section.dashboardAccount .detailed ul.statistics li i {
    font-size: 40px;
}

section.dashboardAccount .detailed ul.statistics li span {
    font-size: 18px;
    font-weight: bold;
    color: #9bce9e;
}

section.dashboardAccount .detailed img.user-image {
    width: 100px;
    margin-bottom: 15px;
}

section.dashboardAccount .detailed p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}

section.dashboardAccount .detailed p a {
    font-weight: bold;
    color: #3dc445;
}

section.dashboardAccount .detailed p.info {
    margin-bottom: 0px;
}

section.dashboardAccount .detailed form textarea,section.dashboardAccount .detailed form input, section.dashboardAccount .detailed form select {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 5px;
    background-color: rgb(255, 255, 255) !important;
    height: 50px;
    color: #666666 !important;
    font-size: 16px !important;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0px 12px;
    margin-bottom: 0px;
    outline: unset;
    font-family: 'Montserrat-Regular';
}

section.dashboardAccount .detailed form label {
    text-transform: uppercase;
    color: #897037;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: 'Montserrat-ExtraBold';
}

section.dashboardAccount .detailed form div.form-outline {
    margin-bottom: 15px;
}

section.dashboardAccount .detailed form button {
    width: 150px;
    padding: 0 !important;
    height: 50px !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
    font-weight: 600;
    font-family: 'Montserrat-Regular';
}

section.dashboardAccount .detailed p.message-error {
    font-family: 'Varela';
    text-align: left;
    font-size: 16px;
    color: red;
    margin-bottom: 0px;
    margin-top: 15px;
}

section.dashboardAccount .detailed p.message-success {
    font-family: 'Varela';
    text-align: left;
    font-size: 16px;
    color: green;
    margin-bottom: 0px;
    margin-top: 15px;
}
section.dashboardAccount .detailed form h4 {
    font-size: 18px !important;
    letter-spacing: 2px !important;
    color: #000 !important;
    font-weight: 300 !important;
    margin-bottom: 20px;
    margin-top: 15px;
}
section.dashboardAccount .detailed form input[type="file"] {
    padding: 8px 12px;
}

section.dashboardAccount .detailed form label span.uploadedDocument {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
}

section.dashboardAccount .detailed form label[for="form-label"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.dashboardAccount .detailed form label span.uploadedDocument a {
    color: #97b2c4;
    text-decoration: underline;
}

section.dashboardAccount .detailed select[name="ordersTableShow_length"] {
    padding: 0px 10px;
    font-size: 14px;
    height: 40px;
    border: 1px solid #eaeaea;
    margin: 0px 8px;
}

section.dashboardAccount .detailed input[type="search"] {
    font-size: 14px;
    height: 40px;
    border: 1px solid #eaeaea;
    margin: 0px 0px 0px 10px;
    background: transparent;
    padding: 0px 6px;
}

section.dashboardAccount .detailed div#ordersTableShow_filter {margin-bottom: 30px;}

section.dashboardAccount .detailed div#ordersTableShow_length label {
    display: flex;
    width: 200px;
}

section.dashboardAccount .detailed table {
}

section.dashboardAccount .detailed a.paginate_button.current {
    padding: 0px;
}

section.dashboardAccount .detailed table th {
    font-size: 14px;
    color: #000;
}

section.dashboardAccount .detailed table td {
    word-break: break-all;
    line-height: 22px;
    padding: 12px 10px;
    font-size: 12px;
    color: #000;
}
section.product-checkout div.paymentMethodCall {
    display: block;
}

section.product-checkout div.paymentMethodCall img {
    display: inline-block;
    margin-right: 10px;
    width: 110px;
}
div#payment-stripe input {
    width: 100%;
    height: 40px;
    background: transparent;
    border-radius: 4px;
    padding: 0px 10px;
    margin-bottom: 0px;
    outline: unset;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

div#payment-stripe div.input-group {
    display: flex;
    align-items: center;
}

div#payment-stripe span.input-group-addon {
    font-size: 14px;
    color: #97b2c4;
}

div#payment-stripe label {
    font-size: 12px !important;
    font-family: 'Montserrat';
    color: #000 !important;
    font-weight: 300 !important;
}

div#payment-stripe div.form-group {
    margin-bottom: 12px;
    position: relative;
}

div#payment-stripe {
    padding-top: 12px;
}
div#payment-stripe span.text-danger {
    color: red;
    font-size: 12px;
    margin-top: 0px;
    display: block;
}

div#payment-stripe i.payment-form-icon.form-control-feedback {
    position: absolute;
    top: 12px;
    right: 0px;
}
section.all-products .row {
    display: flex;
}

section.all-products .row .leftSide {
    width: 20%;
}

section.all-products .row .rightSide {
    width: 100%;
}

section.all-products .row .leftSide form {
    display: block;
    border: 1px solid #eaeaea;
    padding: 10px 20px 25px;
    margin: 0px;
}

section.all-products .row .leftSide form h4 {
    color: #000;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 6px;
    margin: 20px 0px 15px;
}

section.all-products .row .leftSide form .suggestions-container{
    position:relative;
}
section.all-products .row .leftSide form .suggestions-container label {
  display: block;
}

section.all-products .row .leftSide form .suggestions-container .suggestions-help {
  position: absolute;
  left: 9999px;
}

section.all-products .row .leftSide form .suggestions-container .suggestions {
  position: relative;
}

section.all-products .row .leftSide form .suggestions-container [role="listbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

section.all-products .row .leftSide form .suggestions-container [role="option"] {
  padding: 0.25em;
  color: #999;
  border: 2px solid;
  border-top: 0;
}

section.all-products .row .leftSide form ul {
    margin: 25px 0px 0px;
    list-style-type: none;
    overflow-y: scroll;
    max-height: 400px;
}

section.all-products .row .leftSide form ul li label {
    display: flex;
    align-items: self-start;
    font-size: 14px;
    line-height: 18px;
}

section.all-products .row .leftSide form ul li label input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

section.all-products .row .leftSide form ul li {
    margin-bottom: 15px;
}

section.all-products .row .leftSide form ul::-webkit-scrollbar {
  width: 4px;
}

section.all-products .row .leftSide form ul::-webkit-scrollbar-track {
  background: transparent;
}

section.all-products .row .leftSide form ul::-webkit-scrollbar-thumb {
  background: #9bce9e;
}

section.all-products .row .leftSide form .range-slider {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    height: 65px;
    margin-bottom: 25px;
}

section.all-products .row .leftSide form .range-slider svg,
section.all-products .row .leftSide form .range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

section.all-products .row .leftSide form .range-slider input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    width: 100%;
    height: 40px;
    background: #eaeaea3b;
    padding: 0px 15px;
    font-size: 14px;
    margin: 0px;
    border-radius: 0px;
}

section.all-products .row .leftSide form .range-slider input[type=number]::-webkit-outer-spin-button,
section.all-products .row .leftSide form .range-slider input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

section.all-products .row .leftSide form .range-slider input[type=number]:invalid,
section.all-products .row .leftSide form .range-slider input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

section.all-products .row .leftSide form .range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

section.all-products .row .leftSide form .range-slider input[type=range]:focus {
    outline: none;
}

section.all-products .row .leftSide form .range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2497e3;
}

section.all-products .row .leftSide form .range-slider input[type=range]:focus::-ms-fill-lower {
    background: #2497e3;
}

section.all-products .row .leftSide form .range-slider input[type=range]:focus::-ms-fill-upper {
    background: #2497e3;
}

section.all-products .row .leftSide form .range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

section.all-products .row .leftSide form .range-slider input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

section.all-products .row .leftSide form .range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

section.all-products .row .leftSide form .range-slider input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

section.all-products .row .leftSide form .range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

section.all-products .row .leftSide form .range-slider input[type=range]::-ms-fill-lower,
section.all-products .row .leftSide form .range-slider input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

section.all-products .row .leftSide form .range-slider input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

section.all-products .row .leftSide form .range-slider span {
    display: flex;
    gap: 12px;
}
form .suggestions-container div[role="listbox"] {
    z-index: 99999;
    background: #fff;
    border: 1px solid #eaeaea;
    overflow-y: scroll;
    max-height: 400px;
}

form .suggestions-container div[role="listbox"] div[role="option"] {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 8px !important;
    border: unset !important;
    border-bottom: 1px solid #eaeaea !important;
    cursor: pointer;
}

form .suggestions-container div[role="listbox"] div[role="option"]:last-child {
    border-bottom: unset;
}
form .suggestions-container div[role="listbox"]::-webkit-scrollbar {
  width: 4px;
}

form .suggestions-container div[role="listbox"]::-webkit-scrollbar-track {
  background: transparent;
}

form .suggestions-container div[role="listbox"]::-webkit-scrollbar-thumb {
  background: #9bce9e;
}
section.all-products.homePage ul.products li {
    width: 23%;
}
section.all-products ul.products li.noProductFound {
    border: unset;
    width: 100%;
    color: red;
    font-size: 14px;
    text-align: center;
}

a.overAllClick {
    display: block;
}

section.all-products ul.products li div.sinlge-product.notLogin {
    min-height: 400px;
}

section.all-products.homePage ul.products li div.sinlge-product {
    display: flex;
    flex-direction: column;
}

section.all-products.homePage ul.products li div.sinlge-product div.in{
    display: flex;
    justify-content: center;
}
section.all-products.homePage ul.products li div.sinlge-product.noLogin {
    min-height: 420px;
}

#footer {
    background-color: #404a3d;
    padding: 114px 0 0px;
    z-index: 1;
    border-style: solid;
    position: relative;
    box-shadow: 0px -20px 29px -17px #9BCE9E;
}
header#site-header div.wrap-inner {
    justify-content: space-between;
}

header#site-header div.wrap-inner .header-search-wrap {
    left: unset;
    right: 0px;
}

header#site-header .agrikole-container.inner {
    width: 1250px;
    margin: 0 auto;
    max-width: 90%;
}

form .suggestions-container .suggestions-help {
    display: none;
}

header#site-header .agrikole-container.inner .header-search-wrap {
    padding: 0px;
    top: 25px;
    width: 30%;
}

header#site-header .agrikole-container.inner .header-search-wrap form {
    display: flex;
    width: 100%;
}

header#site-header .agrikole-container.inner .header-search-wrap form button {
    border-radius: 0px;
    border: 1px solid #97b2c4;
    background: transparent;
    border-left: unset;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 45px;
    font-weight: 500;
    color: #878986;
    font-size: 16px;
    padding: 0px 20px 0px 15px;
}

header#site-header .agrikole-container.inner .header-search-wrap form button i.fa.fa-search {
    padding: 0px;
}

header#site-header .agrikole-container.inner .header-search-wrap form input.autocompleteSearchHeader {
    margin: 0px;
    border-color: #97b2c4;
    background: transparent;
    border-radius: 0px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 45px;
    font-weight: 500;
    color: #878986;
    font-size: 16px;
    padding: 0px 16px;
    width: 100%;
}

#main-nav > ul > li > a > span {
    padding-bottom: 0px;
    padding-top: 5px !important;
    display: block;
}

header#site-header .agrikole-container.inner .header-search-wrap form .suggestions-container {
    width: 100%;
}
section.homeSection1 {
    background: #97b2c430;
    padding-bottom: 50px;
}

section.homeSection2 {
    margin-top: -40px !important;
    padding-top: 30px;
}

section.homeSection3 {}

section.homeSection2Products {
    background: #97b2c430;
}

#product.sec-img .pre-heading.clearfix {
    margin-bottom: -10px;
}

section.homeSection4 {
    background: #97b2c430;
}

section.homeSection4 h3.product {
    margin-bottom: -35px !important;
}

section.homeSection6 {
    background: #97b2c430;
}

section.homeSection5 {
    background: #97b2c430;
}
section.all-products ul.products li.suggestedProducts {
    width: 100%;
    border: unset;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0px;
    color: #000;
    line-height: 40px;
    margin-bottom: 30px;
}

section.loginForm.registrationForm form div.form-outline label span {
    text-transform: capitalize;
    color: #878986;
}

section.dashboardAccount .detailed h2 {
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0px 4px;
    position: relative;
    margin-bottom: 20px;
    color: #000;
	font-family: 'Montserrat-Regular';
}
section.dashboardAccount .detailed h2:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 2px;
    background: #000;
    width: 100px;
    font-family: 'Montserrat-Regular';
}

section.dashboardAccount .detailed ul.main {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: 1px solid #eaeaea;
}



section.dashboardAccount .detailed ul.main li.main {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: flex-start;
    padding: 0px 0px;
    margin: 0px;
}

section.dashboardAccount .detailed ul.main li.main:last-child {
    border-bottom: unset;
}

section.dashboardAccount .detailed ul.main li.main .head {
    width: 20%;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    padding: 4px 12px;
}

section.dashboardAccount .detailed ul.main li.main .detail {
    width: 80%;
    border-left: 1px solid #eaeaea;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 12px;
}

section.dashboardAccount .detailed ul.main li.main .detail ul.inner {
    padding: 10px 0px 0px;
    margin: 0px;
}

section.dashboardAccount .detailed ul.main li.main .detail ul.inner li.inner {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-bottom: 0px;
    border: 1px solid #eaeaea63;
    margin: 0px 1% 15px;
    border-bottom: unset;
}

section.dashboardAccount .detailed ul.main li.main .detail ul.inner li.inner h4 {
    font-weight: 600;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #eaeaea63;
    padding: 6px;
    margin-bottom: 0px;
}

section.dashboardAccount .detailed ul.main li.main .detail ul.inner li.inner p {
    font-size: 12px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eaeaea63;
    padding: 6px;
    line-height: 20px;
}

section.dashboardAccount .detailed ul.main li.main .detail p {
    margin-bottom: 10px;
    font-size: 14px;
}

section.dashboardAccount .detailed ul.main li.main .detail ul {
    list-style-type: disc;
}

section.dashboardAccount .detailed div.imagesGallery ul.main {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
}

section.dashboardAccount .detailed div.imagesGallery ul.main li.main div.head {
    width: 60%;
    font-size: 13px;
    padding: 4px 10px;
}

section.dashboardAccount .detailed div.imagesGallery ul.main li.main div.detail {
    font-size: 13px;
    padding: 4px 10px;
}

section.dashboardAccount .detailed ul.main li.inner .head {
    width: 100%;
}

section.dashboardAccount .detailed ul.main li.inner .detail {
    width: 100%;
}


section.dashboardAccount .detailed ul.main li.main .detail ul.inner li.inner p img {
    width: 100px;
    margin: 10px 5px 10px 0px;
    float: left;
    object-fit: contain;
    height: 100%;
}
.nav-top-cart-wrapper {
    display: none !important;
}
/* new work css end */

@media only screen and (max-width: 768px) {
  .header-info {
    display: none;}
    
    .header-style-2 #site-header .wrap-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;}
    
    .header-style-2 .header-info > .content, .header-style-3 .header-info > .content, .header-style-2 .header-socials a,     .header-style-3 .header-socials a {
    display: inline-flex;
    justify-content: center;
    align-items: center;}
    
    .header-socials a {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #f5f0e9;
    color: #878986;
    border-radius: 50%;
    text-align: center;
    display: inline-block;}
    
    /*  Product Section */
    .product.sec-img .pre-heading.clearfix {
        height: 30px;}

    .product.sec-img .sub-heading.clearfix {
        height: 30px;}

    .product.sec-img .sep.clearfix {
        height: 100px;}
    
    .sec-product section.all-products.homePage ul.products li {
    width: 48%;
    height: 460px;}
    /*  Ends Here */
    
    
    /*  product Page */
    body.header-fixed.no-sidebar.site-layout-full-width.header-style-2.header-btn-1 div#page div#featured-title {
    display: none;}
    /*  Ends Here */
    
    #account h4 {
    font-size: 30px;
    color: #fff;}
    
    #account p {
    font-family: 'Montserrat';
    color: #000;
    font-size: 13px;}
    
    .agrikole-testimonials-box {
    padding: 40px 20px 40px;
    width: 350px;}
    
    .testimonial .agrikole-content-box.clearfix {
    margin: -80px 0 30px !important;}
    
    #testimonials h4 {
    font-size: 40px;
    color: #fff !important;
    margin: 0 !important;}
    
    .agrikole-testimonials-box .text {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
    
    section#contact {
    padding: 30px 0 !important;}
    
    .footer-grid .w270 {
    width: 15%;
    margin-left: 2.564%;}
    
    
}

@media (max-width:990px){
    footer#footer {
    padding-top: 30px !important;
    text-align: center;
    padding-bottom: 0px !important;
}

footer .widget_media_image img {
    width: 18rem;
}

#footer-widgets .widget {
    margin-bottom: 25px;
}

#footer-widgets .widget .textwidget div {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px !important;
    max-width: 100% !important;
}

footer .widget.widget_links ul li {
    margin-bottom: 0px;
}

#footer-widgets .widget div.socials {
    display: flex;
    justify-content: center;
}

#footer-widgets .widget div.socials a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bottom div#copyright {line-height: 24px;}

#bottom .bottom-bar-inner-wrap {
    padding: 10px 0 20px;
}

section.contact.homeSection6 {
    text-align: center;
}

#contact h4 {
    font-size: 30px;
    margin-bottom: 15px !important;
}

#contact p {
    font-size: 14px;
    line-height: 30px;
}

#contact form.wpcf7-form.init {
    margin-top: 15px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

#contact form.wpcf7-form.init p span {}

#contact form.wpcf7-form.init p {
    display: block;
}

#contact .wpcf7 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, #contact .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 0px !important;
    font-size: 14px;
    padding: 6px 8px !important;
    border-bottom: 1px solid #cacaca !important;
    outline: unset;
}

#contact form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit.has-spinner {
    float: unset;
    margin-top: 6%;
    font-size: 16px;
    padding: 10px 30px !important;
}

#contact form.wpcf7-form.init span.wpcf7-spinner {
    display: none;
}

section#contact {
    padding-bottom: 70px !important;
}

#contact .wpb_text_column.wpb_content_element.txt-blck {
    padding-top: 0px;
}

#contact .agrikole-spacer {
    height: 30px !important;
}

section.homeSection4 h3.product {
    font-size: 30px;
    margin: 0px 0px 0px !important;
}

.product.sec-img .sep.clearfix {height: 22px !important;display: flex;justify-content: center;position: static;margin: 20px 0px 30px !important;}

.product.sec-img  .agrikole-spacer {
    display: none;
}

section.homeSection4 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.sec-product section.all-products.homePage ul.products li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px 0px 25px;
}

section.all-products ul.products li div.sinlge-product h3 {
    font-size: 14px;
}

section.all-products.homePage ul.products li div.sinlge-product {
    min-height: unset !important;
    padding: 15px 4px 15px;
}

#product.sec-img h3 {
    font-size: 30px;
}

#product.sec-img .pre-heading.clearfix {
    font-size: 12px !important;
    letter-spacing: 2px !important;
}

section.homeSection1 {
    text-align: center;
}

.homeSection1 h2.heading {
    font-size: 26px !important;
    margin-top: -5px;
    margin-bottom: 5px;
}

.homeSection1 .pre-heading.clearfix {
    font-size: 14px !important;
    letter-spacing: 2px !important;
    margin-top: 25px;
}

.homeSection1 p {
    font-size: 14px;
}

.homeSection1 .agrikole-icon-box {}

.homeSection1 .agrikole-icon-box .wrap-inner {
    display: flex;
    flex-direction: column;
}

.homeSection1 .agrikole-icon-box .wrap-inner .agrikole-icon {
    position: static;
}

.homeSection1 .agrikole-icon-box .wrap-inner .content-wrap h3 {
    padding: 0px !important;
    font-size: 16px !important;
}

.homeSection1 .agrikole-spacer.clearfix {
    display: none;
}

.homeSection1 a.agrikole-button {
    font-size: 14px;
    padding: 6px 30px !important;
    margin-top: 35px;
}

.homeSection1 .agrikole-icon-box {
    margin-top: 20px;
}

.homeSection1 .agrikole-grid-box.no-borders .grid-item {
    margin-bottom: 0px !important;
}

section.homeSection1 {
    padding-bottom: 100px !important;
    padding-top: 40px;
}

section#account {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

section#account h4 {
    font-size: 20px;
    line-height: 26px;
}

section#account .agrikole-spacer.clearfix {
    display: none;
}

footer#footer div.col {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
}

section#contact .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
    text-align: center;
}

section#contact .wpb_column.vc_column_container.vc_col-sm-6 .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}

section.homeSection1 .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
    display: block;
    text-align: center;
    float: unset;
}
div#testimonials {
    text-align: center;
}

div#testimonials h4 {
    font-size: 30px;
}

div#testimonials p {
    font-size: 14px;
    line-height: 24px;
}

div.testimonials .agrikole-testimonials-box {}

section.testimonial.homeSection5 .agrikole-testimonials-box {
    width: 100%;
    padding: 20px 10px 20px;
}

section.testimonial.homeSection5 .agrikole-testimonials-box .thumb {
    width: 70px;
    height: 70px;
    margin-right: 12px;
}

section.testimonial.homeSection5 .agrikole-testimonials-box .name {
    font-size: 22px;
    margin: 14px 0 0;
}

section.testimonial.homeSection5 .agrikole-testimonials-box .position {
    font-size: 10px;
}

section.testimonial.homeSection5 .owl-dots {
    padding-top: 20px;
}

section.testimonial.homeSection5 .owl-dots span {
    width: 14px;
    height: 14px;
}

.homeSection1 .agrikole-parallax-box {
    display: none;
}
.homeSection1 .agrikole-parallax-box {
    display: none;
}

.header-style-2 #site-header .wrap-inner {
    justify-content: space-between;
}

.header-socials a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 6px;
}

div.cartHeaderIcon {
    margin-left: 6px;
    width: 30px;
    height: 30px;
    top: 2px;
}

div.cartHeaderIcon a.icon {
    font-size: 14px;
    line-height: 30px;
}

div.cartHeaderIcon ul.productLists {
    margin: 0px;
}

.header-style-2 #site-header .header-info {
    display: none;
}

.header-style-2 #site-header #site-logo #site-logo-inner {
    margin-left: 0px;
}

header#site-header .agrikole-container.inner .header-search-wrap {
    width: auto;
}

header#site-header .agrikole-container.inner .header-search-wrap form input.autocompleteSearchHeader {
    height: 40px;
    font-size: 12px;
    padding: 0px 12px;
}

header#site-header .agrikole-container.inner .header-search-wrap form button {
    height: 40px;
    font-size: 14px;
    padding: 0px 15px 0px 11px;
}

#site-header .site-navigation-wrap.fixed-show {
    top: -10px;
    background: #f6efea;
}


header#site-header .agrikole-container.inner .header-search-wrap form {
    padding-top: 3px;
}
#main-nav-mobi .search-form {
    display: none;
}
section.all-products .row .leftSide {
    width: 100%;
    margin-bottom: 40px;
}

section.all-products .row .rightSide {
    width: 100%;
}

section.all-products .row {
    display: block;
}

section.all-products ul.products li {
    width: 100%;
    margin: 0px 0px 20px;
}

section.all-products form {
    width: 100%;
}

#main-content:has(.all-products) {
    padding-top: 30px;
}

section.all-products .row .leftSide form {
    padding: 0px 15px 15px;
}

section.all-products .row .leftSide form h4 {
    font-size: 14px;
    padding-bottom: 2px;
    margin: 20px 0px 10px;
}

section.all-products form input[type="text"] {
    height: 35px;
}

section.all-products .row .leftSide form ul {
    margin: 15px 0px 0px;
    max-height: 100px;
}

section.all-products .row .leftSide form ul li label {
    font-size: 12px;
}

section.all-products form button {
    height: 30px;
    font-size: 16px;
}

section.all-products ul.products li div.sinlge-product {
    min-height: unset;
}

section.all-products ul.pagination {
    margin-top: 0px;
}

section.all-products ul.pagination li a {
    font-size: 12px;
    padding: 2px 15px;
    height: 30px;
}
section.product-detail .row .leftSide {
    width: 100%;
    padding: 0px;
}

section.product-detail .row .rightSide {
    width: 100%;
    margin-top: 30px;
}

div#main-content:has(.product-detail) {
    padding-top: 30px;
}

section.product-detail .row .leftSide .image-main {
    height: unset;
}

section.product-detail .row .leftSide .allImages {
    padding-top: 10px;
}

section.product-detail .row .leftSide .allImages ul li {
    width: 70px;
    height: 70px;
    padding: 4px;
}

section.product-detail .row .rightSide h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}

section.product-detail .row .rightSide h4 {
    font-size: 14px;
}

section.product-detail .row .rightSide .addProduct {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
}

section.product-detail .row .rightSide .addProduct .quantity input[type="button"] {
    height: 30px;
    font-size: 20px;
}

section.product-detail .row .rightSide .addProduct .quantity input.input-text.qty.text {
    height: 31px;
}

section.product-detail .row .rightSide .addProduct button.add-item-to-cart, section.product-detail .row .rightSide .addProduct button.add-item-to-cart-login {
    height: 30px;
    font-size: 12px;
}

section.product-detail .row .rightSide h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

section.product-detail .row .rightSide p {
    font-size: 14px;
}

section.product-detail .row .product-description h3 {
    margin: 0px 0px 10px;
    font-size: 20px;
}

section.product-detail .row .product-description {
    font-size: 14px;
    line-height: 26px;
}

section.product-detail .row .product-spaces h3 {
    margin-top: 20px;
}

section.product-detail .row .product-spaces ul li label.title {
    width: 49%;
    height: unset;
    border-right: unset;
    display: inline-block;
    font-weight: 600;
    color: #000;
}

section.product-detail .row .product-spaces ul li label {
    width: 49%;
    height: unset;
    display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
}
section.product-detail .row .leftSide .allImages ul {
    display: block;
    text-align: center;
}

section.product-detail .row .product-related ul.products li {
    width: 100%;
}
section.loginForm.registrationForm form div.form-outline {
    width: 100% !important;
    padding-left: 0px !important;
}

section.loginForm form fieldset {
    padding-left: 15px;
    padding-right: 15px;
}
div.cartHeaderIcon a.icon {
    pointer-events: none;
}
.woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 0px;
}

.woocommerce-page .shop_table.cart .product-remove {
    border-width: 1px;
}

section.product-cart .row .vc_col-lg-4 {
    margin-top: 30px;
}
.product-checkout .cartPageTopMainHeading {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td {
    font-size: 12px;
    line-height: 18px;
}

section.product-checkout div.paymentMethodCall {
    padding: 10px 15px;
}

.wd-rs-62a30e8a279f2 {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

section.product-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 6px 0px;
}

section.product-checkout p label {
    font-size: 14px !important;
}

section.product-checkout p {
    margin-right: 0px !important;
    width: 100% !important;
}
section.dashboardAccount .sidebar {
    width: 100%;
    margin-bottom: 25px;
    padding: 0px 15px;
}

section.dashboardAccount .row {
    display: block;
}

section.dashboardAccount .detailed {
    width: 100%;
    padding: 0px 15px;
}

section.dashboardAccount .sidebar ul li a {
    font-size: 12px;
    padding: 2px 8px;
}

section.dashboardAccount .detailed ul.statistics li {
    width: 100%;
    margin: 0px 0px 15px;
}

section.dashboardAccount .detailed ul.statistics {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    margin-bottom: 25px;
}

section.dashboardAccount .detailed p {
    font-size: 14px;
}
section.dashboardAccount .detailed div#ordersTableShow_length label {
    width: auto;
    font-size: 14px;
    display: flex;
    align-items: center;
}

section.dashboardAccount .detailed div#ordersTableShow_filter {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
}

section.dashboardAccount .detailed select[name="ordersTableShow_length"] {
    height: 30px;
}

section.dashboardAccount .detailed input[type="search"] {
    height: 30px;
}

section.dashboardAccount .detailed table th,section.dashboardAccount .detailed table td {
    font-size: 12px;
    padding: 4px 25px 4px 6px !important;
    white-space: nowrap;
}

table.dataTable.no-footer {
    display: table-cell;
}
section.dashboardAccount .detailed ul.main li.main {
    display: block;
    padding: 6px 0px;
}

section.dashboardAccount .detailed ul.main li.main .head {
    width: 100%;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 25px;
}

section.dashboardAccount .detailed ul.main li.main .detail {
    width: 100%;
    border: unset;
    padding: 0px 12px;
    font-size: 14px;
}

section.dashboardAccount .detailed ul.main li.main .detail ul.inner li.inner {
    width: 100%;
}
section.dashboardAccount .detailed {
    overflow-x: auto;
}

section.dashboardAccount .detailed table {
    width: 100%;
    display: table-cell;
}
section.dashboardAccount .detailed form button {height: 40px !important;}

section.dashboardAccount .detailed form textarea, section.dashboardAccount .detailed form input, section.dashboardAccount .detailed form select {
    height: 40px;
}
	.contactInnerPageTop .inner {
    padding: 25px 30px !important;
    margin-bottom: 20px;
}

.contactInnerPageTop .inner h3.heading.clearfix {
    font-size: 24px !important;
    margin-bottom: 0px !important;
}

.contactInnerPageTop .agrikole-spacer.clearfix {
    display: none;
}

.contactInnerPageTop {
    padding-top: 50px;
}
	.aboutpageinner.one .agrikole-parallax-box {
    display: none;
}

.aboutpageinner.one {
    text-align: center;
}

.aboutpageinner.one .agrikole-spacer.clearfix {
    display: none;
}

.aboutpageinner.one {
    padding-top: 50px;
}

.aboutpageinner.one h2.heading.clearfix {
    font-size: 30px !important;
}

.aboutpageinner.one .sep.clearfix {
    margin-bottom: 25px !important;
}

.aboutpageinner.one .agrikole-icon {
    position: static;
    margin-top: 20px;
}

.aboutpageinner.one .content-wrap h3 {
    padding: 0px !important;
    font-size: 18px !important;
}

.aboutpageinner.two h2.heading.clearfix {
    font-size: 30px !important;
}

.aboutpageinner.two .sub-heading.clearfix div {
    font-size: 16px !important;
    line-height: 26px;
}

.aboutpageinner.three h2.heading.clearfix {
    font-size: 26px !important;
}

.aboutpageinner.three h3 {
    font-size: 26px !important;
    line-height: 32px !important;
}

.aboutpageinner.three .inner {
    padding: 50px 20px !important;
}

.aboutpageinner.three .inner .wpb_wrapper div {
    font-size: 18px !important;
    line-height: 28px;
}

.aboutpageinner.four .agrikole-spacer.clearfix {
    display: none;
}

.aboutpageinner.four {
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutpageinner.four h2.heading.clearfix {
    margin: 0px !important;
    font-size: 26px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
}

.aboutpageinner.four .sub-heading.clearfix div {
    font-size: 16px !important;
    line-height: 26px;
}

.aboutpageinner.five .inner {
    padding: 0px 0px !important;
    text-align: center;
    box-shadow: unset !important;
}

.aboutpageinner.five .agrikole-content-box.clearfix {
    margin-top: 25px !important;
}

.aboutpageinner.five .agrikole-content-box.clearfix h2.heading.clearfix {
    font-size: 26px !important;
}
}

@media (min-width:600px) and (max-width:990px){
	section.all-products ul.products li {
    width: 47%;
    margin: 0px 1% 20px;
}
	section.product-detail .row .product-related ul.products li {
    width: 48%;
    margin: 0px 1% 20px;
}
	.sec-product section.all-products.homePage ul.products li {
    width: 48%;
    margin: 0px 1% 25px;
    display: inline-block;
    vertical-align: top;
}
}
section.all-products {
    padding: 60px 0px;
}
nav .loginIcon {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

nav .loginIcon a {
    font-size: 18px;
    color: #fff;
}

div.cartHeaderIcon ul.productLists li {
    float: unset !important;
    padding: 6px 0px;
}

div.cartHeaderIcon ul.productLists li.subtotal {
    padding: 0px;
}

div.cartHeaderIcon ul.productLists li.subtotal label {
    padding: 4px 15px;
}

section.product-detail {
    padding: 60px 0px;
}

/* Cart Page
--------------------------------------------------------------*/

.woocommerce .shop_table.cart .product-remove,
.woocommerce-page .shop_table.cart .product-remove {
    width: 60px;
}

.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal,
.woocommerce .shop_table.cart .product-thumbnail,
.woocommerce .shop_table.cart .product-price,
.woocommerce .shop_table.cart .product-quantity,
.woocommerce .shop_table.cart .product-subtotal {
    width: 116px;
}

.woocommerce-page .shop_table.cart .product-subtotal {
    color: #404a3d;
}

.woocommerce-page .shop_table.cart th {
    font-size: 16px;
    color: #404a3d;
    font-weight: 600;
    font-family: 'Montserrat-ExtraBold' !important;
}

.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #eaeaea;
}

.woocommerce .shop_table.cart .product-name a,
.woocommerce-page .shop_table.cart .product-name a {
    color: #404a3d;
    font-family: "Amatic SC", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.woocommerce .shop_table.cart .product-name a:hover,
.woocommerce-page .shop_table.cart .product-name a:hover {
    color: #eddd5e;
}

.woocommerce .shop_table.cart .product-remove a,
.woocommerce-page .shop_table.cart .product-remove a {
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    padding: 0;
    font-weight: normal;
    text-align: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.woocommerce .shop_table.cart .product-remove a:after,
.woocommerce-page .shop_table.cart .product-remove a:after {
    content: "\f00d";
    color: #ff4539;
    font-size: 14px;
    text-indent: 0;
    font-family: "FontAwesome";
    position: absolute;
    left: 4px;
    top: 1px;
    transition: color ease 0.3s;
}

.woocommerce .shop_table.cart .product-remove a:hover:after,
.woocommerce-page .shop_table.cart .product-remove a:hover:after {
    color: #404a3d;
}

.woocommerce .shop_table.cart .cart_item .product-thumbnail img,
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
    width: 80px;
    object-fit: contain;
    height: 80px;
}

.woocommerce .shop_table.cart .cart_item .product-quantity input[type='number'],
.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type='number'] {
    width: 60px;
    height: 50px;
    padding-left: 22px;
    padding-right: 5px;
    margin: 0;
}

.woocommerce .shop_table.cart .coupon,
.woocommerce-page .shop_table.cart .coupon {
    float: left;
}

.woocommerce .shop_table.cart .coupon > label,
.woocommerce-page .shop_table.cart .coupon > label {
    display: none;
}

.woocommerce .shop_table.cart .coupon #coupon_code,
.woocommerce-page .shop_table.cart .coupon #coupon_code {
    background-color: #f7f7f7;
    width: 240px;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 5px;
}

.woocommerce .shop_table.cart .coupon #coupon_code + button[type='submit'],
.woocommerce .shop_table.cart .coupon + button[type='submit'],
.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type='submit'],
.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
    padding: 21px 20px;
    background-color: #5b8c51;
    color: #fff;
    font-size: 16px;
}

.woocommerce .shop_table.cart .coupon #coupon_code + button[type='submit']:hover,
.woocommerce .shop_table.cart .coupon + button[type='submit']:hover,
.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type='submit']:hover,
.woocommerce-page .shop_table.cart .coupon + button[type='submit']:hover {
    opacity: 0.7;
}

.woocommerce .shop_table.cart .coupon + button[type='submit'],
.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
    float: right;
}

.woocommerce .cart_totals,
.woocommerce-page .cart_totals {
    width: 60%;
    padding-top: 70px;
    font-size: 16px;
    clear: both;
}

.woocommerce .cart_totals > h2,
.woocommerce-page .cart_totals > h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.woocommerce .cart_totals .shop_table,
.woocommerce-page .cart_totals .shop_table {
    border: 1px solid #f5f0e9;
    margin-bottom: 40px;
}

.woocommerce .cart_totals .shop_table th,
.woocommerce .cart_totals .shop_table td,
.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td {
    border-color: #f5f0e9;
}

.woocommerce .cart_totals .shop_table .order-total th,
.woocommerce .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td {
    border-bottom: 0;
}

.woocommerce .cart_totals .shop_table td,
.woocommerce-page .cart_totals .shop_table td {
    border-right: 0;
    padding: 17px 20px;
}

.woocommerce .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table th {
    font-size: 17px;
    color: #404a3d;
    padding: 14px 20px;
}

.woocommerce-page .cart_totals .shop_table .cart-subtotal td,
.woocommerce-page .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .tax-rate td {
    text-align: right;
    color: #404a3d;
}

.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
    margin: 0 0 5px;
}

.woocommerce-page .cart_totals .shipping-calculator-form button[type='submit'] {
    width: 100%;
}

.woocommerce-page .wc-proceed-to-checkout .button {
    font-size: 20px;
    color: #fff;
    background: linear-gradient(90deg, rgb(200, 164, 67) 0%, rgb(202, 170, 77) 51%, rgb(153, 108, 34) 100%);
    padding: 19px 50px;
    border-radius: 5px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    font-family: 'Montserrat-ExtraBold';
}

.woocommerce-page .wc-proceed-to-checkout .button:hover {
    background-color: #404a3d;
    color: #fff;
}

.woocommerce-page .return-to-shop a {
    padding: 20px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #404a3d;
    background-color: #eddd5e;
}

.woocommerce-page .return-to-shop a:hover {
    background-color: #404a3d;
    color: #fff;
}


/* Checkout Page
--------------------------------------------------------------*/

.woocommerce-page .woocommerce-checkout {
    clear: both;
}

.woocommerce-page .login input {
    margin-bottom: 0;
}

.woocommerce-page form .form-row {
    margin: 0 0 20px;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: left;
    width: 49%;
    overflow: visible;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    border-width: 1px;
    width: 100%;
    margin: 0;
    outline: 0;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
    display: block;
    line-height: 80px;
    height: 80px;
    background-color: #f5f0e9;
    border-color: #f5f0e9;
    border-radius: 5px;
}

.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
    padding: 24px 30px;
    color: #878986;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 22px;
    right: 20px;
}

.woocommerce-page form.checkout_coupon > p {
    margin-bottom: 10px;
}

.woocommerce-page form.checkout_coupon > p > button,
.woocommerce-page .woocommerce-form.woocommerce-form-login button {
    padding: 30px 40px;
}

.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
    margin-bottom: 20px;
}

.woocommerce-page form .form-row label.inline {
    display: inline;
}

.woocommerce-page form .form-row label.inline input {
    margin: 0 5px 0 10px;
    width: auto;
}

.woocommerce-page form.lost_reset_password .woocommerce-Button.button {
    margin: 25px 0 0 10px;
}

.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page #order_review_heading {
    clear: both;
}

.woocommerce-billing-fields .create-account > label {
    margin: 0;
    display: inline-block;
}

.woocommerce-page .woocommerce-lost-password .form-row-first {
    float: none;
}

.woocommerce-page #ship-to-different-address > label {
    padding-right: 5px;
}

.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-shipping-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-additional-fields h3 {
    font-size: 36px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.woocommerce-page .woocommerce-additional-fields .notes > label {
    display: none;
}

.woocommerce-page form .form-row.create-account #createaccount {
    width: auto;
    margin-right: 5px;
}

.woocommerce-page form .form-row.create-account + .create-account > p:first-child {
    margin-bottom: 10px;
}

.woocommerce-checkout-review-order table th {
    font-size: 18px;
    color: #404a3d;
    padding: 18px 30px;
}

.woocommerce-checkout-review-order table td {
    padding: 10px 25px;
    font-weight: 600;
}

.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total {
    font-size: 16px;
    color: #404a3d;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
    padding-left: 5px;
}

#payment .about_paypal {
    position: absolute;
    right: 0;
    top: 23px;
}

#payment .payment_methods {
    border: 1px solid #f5f0e9;
    padding: 20px 25px 20px;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
    position: relative;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
    background-color: #fff;
    padding: 10px;
}

#payment .payment_methods > li .payment_box > p:last-child {
    margin-bottom: 0;
}

#payment .payment_methods > .wc_payment_method > label,
#payment .payment_methods > .woocommerce-PaymentMethod > label {
    display: block;
    padding: 20px 0;
    cursor: pointer;
}

.woocommerce-page #payment .payment_methods .woocommerce-message,
.woocommerce-page #payment .payment_methods .woocommerce-info,
.woocommerce-page #payment .payment_methods .woocommerce-error {
    margin-bottom: 10px;
}

#payment .payment_methods li img {
    border: 0;
    padding: 0 0 0 10px;
    max-height: 25px;
}

#payment .place-order {
    padding: 25px 25px 25px 0;
}

#payment #place_order {
    font-size: 20px;
    color: #404a3d;
    background-color: #eddd5e;
    width: 320px;
    margin-top: 15px;
}

#payment #place_order:hover {
    background-color: #404a3d;
    color: #fff;
}

.woocommerce-page .myaccount_user + h2,
.woocommerce-page .addresses h3,
.woocommerce-page #customer_login h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.woocommerce-page .register input {
    margin-bottom: 0;
}

.woocommerce-page .woocommerce-MyAccount-content legend {
    border: 0;
    font-size: 18px;
    color: #404a3d;
    padding-top: 20px;
    margin: 0;
}

.woocommerce-page .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

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

.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
}

.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: left;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
    list-style: none;
    margin: 0 -12px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 25%;
    padding: 0 12px;
    clear: none;
}

.woocommerce-page .cart-collaterals .cross-sells > h2 {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 40px;
    color: #404a3d;
    text-transform: uppercase;
}

.woocommerce-page .cart-collaterals .cross-sells .products li .price {
    letter-spacing: normal;
    font-size: 18px;
}

.woocommerce-page .up-sells > h2 {
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 10px;
}

.woocommerce-page .up-sells.products,
.woocommerce-page .up-sells .products {
    margin: 0;
}

.woocommerce-page .up-sells .products {
    margin: 0 -15px;
}

.woocommerce-page .up-sells .products li {
    padding: 0 15px;
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page #order_comments_field {
    clear: both;
}

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 48%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline;
}

.woocommerce-page form .form-row select,
.woocommerce-page form .form-row .input-text {
    width: 100%;
}

.woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce-page .woocommerce-error li {
    padding: 0;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
    background-color: transparent;
    text-transform: capitalize;
}

.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
    position: relative;
    padding: 18px 24px 18px 50px;
    border-radius: 5px;
    background-color: #e4f2ff;
    color: #5084b4;
    font-size: 16px;
    margin: 0 0 30px 0;
    list-style: none;
}

.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
    font-size: 30px;
    content: "\e684";
    font-family: "Pe-icon-7-stroke";
    position: absolute;
    left: 20px;
    top: 4px;
}

.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
    color: #404a3d;
    text-decoration: underline;
    padding: 0 8px 0 0;
}

.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-error a:hover {
    opacity: 0.7;
}

section.product-cart {
    padding: 60px 0px;
}

section.product-cart .vc_row.wpb_row.vc_row-fluid.vc_custom_1654007990518.wd-rs-629628b10f520.cartPageTopMainHeading {
    display: flex;
}

.woocommerce-page .shop_table.cart tbody tr:last-child td {
    border-bottom: unset;
}

section.product-checkout {
    padding: 60px 0px;
}

section.product-checkout .vc_row.wpb_row.vc_row-fluid.row-reverse-mobile.wd-rs-62a30ce7c6b49.cartPageTopMainHeading {
    display: flex;
    gap: 30px;
}

section.product-checkout table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    border: 1px solid #eaeaea;
}

section.product-checkout table.shop_table.woocommerce-checkout-review-order-table th {
    border-bottom: 1px solid #eaeaea;
    padding: 6px 12px;
    font-size: 14px;
}

section.product-checkout table.shop_table.woocommerce-checkout-review-order-table td {
    border-bottom: 1px solid #eaeaea;
    padding: 6px 12px;
    font-size: 14px;
}

section.product-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td,
section.product-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th{
    border-bottom: unset;
}
.ce_ixelgen_progress_bar {
  max-width: 100^;
  margin: 0 auto;
}
.ce_ixelgen_progress_bar .progress_bar_item {
  margin-bottom: 2rem;
}
.ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat-Regular';
}
.ce_ixelgen_progress_bar .item_value {
  font-weight: 400;
}
.ce_ixelgen_progress_bar .item_bar {
  position: relative;
  height: 1.5rem;
  width: 100%;
  background-color: lightgray;
  border-radius: 4px;
  margin: 100px 0 80px 0;
}
.ce_ixelgen_progress_bar .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 1.5rem;
  margin: 0;
  background-color: #897037;
  border-radius: 4px;
  transition: width 100ms ease;
}
.myBadges ul {
    margin: 0px;
    padding: 0px;
}  

.myBadges ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.myBadges ul li img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.milestones {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.milestone {
    display: flex;
    width: 20%;
    font-family: 'Montserrat-Regular';
    color: #000 !important;
    font-size: 13px;
    position: relative;
    top: -95px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.milestone img {
    width: 80px;
    height: auto;
    max-width: 80px !important;
    opacity: 1;
}

.inactive {
    opacity: 0.3;
}

.milestone img.badge2 {
    width: 55px;
}

.milestone.vip2 {
    top: 45px;
}

.milestone:after {
    content: "";
    height: 16px;
    width: 2px;
    display: block;
    background-color: #000;
}

.milestone.vip2:after {
    height: 15px;
    width: 2px;
    background-color: #000;
    display: block;
    top: -102px;
    position: relative;
}

.ce_ixelgen_progress_bar .progress_bar_item div.item_label.cell.auto {
    padding-bottom: 40px;
}

section.dashboardAccount .sidebar ul li:last-child {
    border: unset;
}

@media only screen and (max-width: 768px) {
	section.dashboardAccount .detailed form button{
		width: 40px !important;
	}


}


/* styles.css */

.singleProfilePage{
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.singleProfilePage .profile-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    background: url(/wp-content/uploads/2024/06/bg2.jpg);
    background-position:right;
    background-size: cover;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    height: auto;
}

.singleProfilePage .profile-header {
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    color: white;
    padding: 20px;
    text-align: center;
    justify-content: center;
}

.singleProfilePage .profile-pic img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #ffd700;
    margin: 15px;
    object-fit: cover;
}

.singleProfilePage .profile-info h1 {
    margin: 10px 0;
    font-size: 30px;
    color: #fff;
    line-height: unset;
    padding: 0px;
	font-family: 'Montserrat-ExtraBold';
}

.singleProfilePage .profile-info p {
    margin: 5px 0;
    color: #ffffff;
    text-align: left;
    padding: 0px;
	font-family: 'Montserrat-Regular';
}

.singleProfilePage .crown {
    font-size: 20px;
}

.singleProfilePage .progress-bar {
    width: 100%;
    height: 10px;
    background-color: #d9d9d9;
    border-radius: 5px;
    margin: 10px auto;
}

.singleProfilePage .progress {
    height: 100%;
    background-color: #ffd700;
    border-radius: 5px;
}

.singleProfilePage .badges {
    padding: 20px;
    height: 350px;
}

.singleProfilePage .badges h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
	font-family: 'Montserrat-ExtraBold';
}

.singleProfilePage .badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.singleProfilePage .badge {
    width: 120px;
    text-align: center;
}

.singleProfilePage .badge img.non-active {
    opacity: 0.4;
}

.singleProfilePage .badge img.active {
    opacity: 1;
}

.singleProfilePage .badge img.non-active.vip2 {
    width: 80px;
}

.singleProfilePage .badge.vip2 {
    position: relative;
    top: 100px;
}

.singleProfilePage .badge img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.singleProfilePage .badge p {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
	font-family: 'Montserrat-Regular';
}

nav .loginIcon a span.icon-salient-m-user {
    width: 35px;
    height: 35px;
    position: relative;
    display: block;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 100px;
}

nav .loginIcon a span.icon-salient-m-user:before {
    display: none;
}

div#paypal-popup,
div#subscription-popup{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999999;
    background: #00000087;
    display: flex;
    justify-content: center;
    padding: 20px 0px 20px;
    bottom: 0px;
    align-items: center;
}

div#paypal-popup .modal-dialog,
div#subscription-popup .modal-dialog{
    background: #fff;
    border-radius: 4px;
    max-width: 700px;
    width: 100%;
    padding: 20px 20px 15px;
    height: max-content;
}

div#paypal-popup .modal-dialog .modal-footer,
div#subscription-popup .modal-dialog .modal-footer{
    text-align: right;
}

div#paypal-popup .modal-dialog .modal-footer button.btn.btn-secondary,
div#subscription-popup .modal-dialog .modal-footer button.btn.btn-secondary{
    background: red;
    color: #fff;
    border: unset;
    font-size: 14px;
    cursor: pointer;
}

div#paypal-popup .modal-dialog .modal-header h3,
div#subscription-popup .modal-dialog .modal-header h3{
    margin: 0px;
}

div#paypal-popup .modal-dialog .modal-header button.close,
div#subscription-popup .modal-dialog .modal-header button.close{
    border: unset;
    background: transparent;
    padding: 0px;
    color: red;
    font-size: 24px;
    cursor: pointer;
}

div#paypal-popup .modal-dialog .modal-body,
div#subscription-popup .modal-dialog .modal-body{
    padding: 15px 20px 10px;
}
section.product-checkout div.paymentMethodCall label {
    border: 1px solid #f5f0e9;
    padding: 6px 10px;
    display: block;
    margin-bottom: 12px;
}

section.product-checkout div.paymentMethodCall label:last-child {
    margin-bottom: 0px;
}
.singleProfilePage .profile-info h1 span.crown img {
    width: 60px;
    vertical-align: middle;
    padding-left: 10px;
}
.singleProfilePage.badge_1 .profile-pic img {
    border-color: #bc5555;
}
.singleProfilePage.badge_1 .profile-info h1 {
    color: #bc5555;
}
.singleProfilePage.badge_1 .progress {
    background-color: #bc5555;
}

.singleProfilePage.badge_2 .profile-pic img {
    border-color: #ada7a2;
}
.singleProfilePage.badge_2 .profile-info h1 {
    color: #ada7a2;
}
.singleProfilePage.badge_2 .progress {
    background-color: #ada7a2;
}

.singleProfilePage.badge_3 .profile-pic img {
    border-color: #81929c;
}
.singleProfilePage.badge_3 .profile-info h1 {
    color: #81929c;
}
.singleProfilePage.badge_3 .progress {
    background-color: #81929c;
}

.singleProfilePage.badge_4 .profile-pic img {
    border-color: #70cbdd;
}
.singleProfilePage.badge_4 .profile-info h1 {
    color: #70cbdd;
}
.singleProfilePage.badge_4 .progress {
    background-color: #70cbdd;
}

.singleProfilePage.badge_5 .profile-pic img {
    border-color: #e96c22;
}
.singleProfilePage.badge_5 .profile-info h1 {
    color: #e96c22;
}
.singleProfilePage.badge_5 .progress {
    background-color: #e96c22;
}

#inboxChatPage.myBadge_1 .card {
    border-color: #bc5555;
}
#inboxChatPage.myBadge_1 .app-chat .app-sidebar .sidebar-header {
    border-color: #bc5555;
}
#inboxChatPage.myBadge_1 hr {
    border-color: #bc5555;
}
#inboxChatPage.myBadge_1 .border-bottom {
    border-color: #bc5555 !important;
}
#inboxChatPage.myBadge_1 ul#chat-list li.chat-contact-list-item {
    border-color: #bc5555 !important;
}
#inboxChatPage.myBadge_1 .app-chat .app-chat-contacts .sidebar-body {
    border-color: #bc5555;
}
#inboxChatPage.myBadge_1 .form-control {
    border-color: #bc5555;
}
#inboxChatPage.myBadge_1 .input-group-text {
    border-color: #bc5555;
}
#inboxChatPage.myBadge_1 .input-group-text {
    color: #bc5555;
}
#inboxChatPage.myBadge_1 div.chat-history-header span.search-chat-box input#search_chat {
    border-color: #bc5555;
}
#inboxChatPage.myBadge_1 div.chat-history-header span.search-chat-box i.fa.fa-search {
    border-color: #bc5555;
    color: #bc5555;
}
#inboxChatPage.myBadge_1 .shadow-sm {
    border-color: #bc5555;
}
#inboxChatPage.myBadge_1 .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
    border-color: #bc5555;
}
section.dashboardAccount .detailed .myBadge_1 form button{
    background: #bc5555 !important;
    border:unset !important;
}

#inboxChatPage.myBadge_2 .card {
    border-color: #ada7a2;
}
#inboxChatPage.myBadge_2 .app-chat .app-sidebar .sidebar-header {
    border-color: #ada7a2;
}
#inboxChatPage.myBadge_2 hr {
    border-color: #ada7a2;
}
#inboxChatPage.myBadge_2 .border-bottom {
    border-color: #ada7a2 !important;
}
#inboxChatPage.myBadge_2 ul#chat-list li.chat-contact-list-item {
    border-color: #ada7a2 !important;
}
#inboxChatPage.myBadge_2 .app-chat .app-chat-contacts .sidebar-body {
    border-color: #ada7a2;
}
#inboxChatPage.myBadge_2 .form-control {
    border-color: #ada7a2;
}
#inboxChatPage.myBadge_2 .input-group-text {
    border-color: #ada7a2;
}
#inboxChatPage.myBadge_2 .input-group-text {
    color: #ada7a2;
}
#inboxChatPage.myBadge_2 div.chat-history-header span.search-chat-box input#search_chat {
    border-color: #ada7a2;
}
#inboxChatPage.myBadge_2 div.chat-history-header span.search-chat-box i.fa.fa-search {
    border-color: #ada7a2;
    color: #ada7a2;
}
#inboxChatPage.myBadge_2 .shadow-sm {
    border-color: #ada7a2;
}
#inboxChatPage.myBadge_2 .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
    border-color: #ada7a2;
}
section.dashboardAccount .detailed .myBadge_2 form button{
    background: #ada7a2 !important;
    border:unset !important;
}

#inboxChatPage.myBadge_3 .card {
    border-color: #81929c;
}
#inboxChatPage.myBadge_3 .app-chat .app-sidebar .sidebar-header {
    border-color: #81929c;
}
#inboxChatPage.myBadge_3 hr {
    border-color: #81929c;
}
#inboxChatPage.myBadge_3 .border-bottom {
    border-color: #81929c !important;
}
#inboxChatPage.myBadge_3 ul#chat-list li.chat-contact-list-item {
    border-color: #81929c !important;
}
#inboxChatPage.myBadge_3 .app-chat .app-chat-contacts .sidebar-body {
    border-color: #81929c;
}
#inboxChatPage.myBadge_3 .form-control {
    border-color: #81929c;
}
#inboxChatPage.myBadge_3 .input-group-text {
    border-color: #81929c;
}
#inboxChatPage.myBadge_3 .input-group-text {
    color: #81929c;
}
#inboxChatPage.myBadge_3 div.chat-history-header span.search-chat-box input#search_chat {
    border-color: #81929c;
}
#inboxChatPage.myBadge_3 div.chat-history-header span.search-chat-box i.fa.fa-search {
    border-color: #81929c;
    color: #81929c;
}
#inboxChatPage.myBadge_3 .shadow-sm {
    border-color: #81929c;
}
#inboxChatPage.myBadge_3 .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
    border-color: #81929c;
}
section.dashboardAccount .detailed .myBadge_3 form button{
    background: #81929c !important;
    border:unset !important;
}

#inboxChatPage.myBadge_4 .card {
    border-color: #70cbdd;
}
#inboxChatPage.myBadge_4 .app-chat .app-sidebar .sidebar-header {
    border-color: #70cbdd;
}
#inboxChatPage.myBadge_4 hr {
    border-color: #70cbdd;
}
#inboxChatPage.myBadge_4 .border-bottom {
    border-color: #70cbdd !important;
}
#inboxChatPage.myBadge_4 ul#chat-list li.chat-contact-list-item {
    border-color: #70cbdd !important;
}
#inboxChatPage.myBadge_4 .app-chat .app-chat-contacts .sidebar-body {
    border-color: #70cbdd;
}
#inboxChatPage.myBadge_4 .form-control {
    border-color: #70cbdd;
}
#inboxChatPage.myBadge_4 .input-group-text {
    border-color: #70cbdd;
}
#inboxChatPage.myBadge_4 .input-group-text {
    color: #70cbdd;
}
#inboxChatPage.myBadge_4 div.chat-history-header span.search-chat-box input#search_chat {
    border-color: #70cbdd;
}
#inboxChatPage.myBadge_4 div.chat-history-header span.search-chat-box i.fa.fa-search {
    border-color: #70cbdd;
    color: #70cbdd;
}
#inboxChatPage.myBadge_4 .shadow-sm {
    border-color: #70cbdd;
}
#inboxChatPage.myBadge_4 .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
    border-color: #70cbdd;
}
section.dashboardAccount .detailed .myBadge_4 form button{
    background: #70cbdd !important;
    border:unset !important;
}

#inboxChatPage.myBadge_5 .card {
    border-color: #e96c22;
}
#inboxChatPage.myBadge_5 .app-chat .app-sidebar .sidebar-header {
    border-color: #e96c22;
}
#inboxChatPage.myBadge_5 hr {
    border-color: #e96c22;
}
#inboxChatPage.myBadge_5 .border-bottom {
    border-color: #e96c22 !important;
}
#inboxChatPage.myBadge_5 ul#chat-list li.chat-contact-list-item {
    border-color: #e96c22 !important;
}
#inboxChatPage.myBadge_5 .app-chat .app-chat-contacts .sidebar-body {
    border-color: #e96c22;
}
#inboxChatPage.myBadge_5 .form-control {
    border-color: #e96c22;
}
#inboxChatPage.myBadge_5 .input-group-text {
    border-color: #e96c22;
}
#inboxChatPage.myBadge_5 .input-group-text {
    color: #e96c22;
}
#inboxChatPage.myBadge_5 div.chat-history-header span.search-chat-box input#search_chat {
    border-color: #e96c22;
}
#inboxChatPage.myBadge_5 div.chat-history-header span.search-chat-box i.fa.fa-search {
    border-color: #e96c22;
    color: #e96c22;
}
#inboxChatPage.myBadge_5 .shadow-sm {
    border-color: #e96c22
}
#inboxChatPage.myBadge_5 .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
    border-color: #e96c22;
}
section.dashboardAccount .detailed .myBadge_5 form button{
    background: #e96c22 !important;
    border:unset !important;
}

#inboxChatPage .app-chat .app-chat-history .chat-history-body:before {
    content: "";
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.1;
}

/* #inboxChatPage .app-chat .app-chat-history .chat-history-body[data-badge="1"]:before {
	background: url(/wp-content/uploads/2024/06/01-1.png);
}
#inboxChatPage .app-chat .app-chat-history .chat-history-body[data-badge="2"]:before {
	background: url(/wp-content/uploads/2024/06/02-1.png);
}
#inboxChatPage .app-chat .app-chat-history .chat-history-body[data-badge="3"]:before {
	background: url(/wp-content/uploads/2024/06/03-1.png);
}
#inboxChatPage .app-chat .app-chat-history .chat-history-body[data-badge="4"]:before {
	background: url(/wp-content/uploads/2024/06/04-1.png);
}
#inboxChatPage .app-chat .app-chat-history .chat-history-body[data-badge="5"]:before {
	background: url(/wp-content/uploads/2024/06/05-1.png);
} */

#inboxChatPage .app-chat .app-chat-history .chat-history-body {
    position: relative;
}

#subscription-popup .modal-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

#subscription-popup .modal-body {
    padding: 20px 0px 20px !important;
}

#subscription-popup .modal-body p.two {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 20px;
}

#subscription-popup .modal-body input,#subscription-popup .modal-body select {
    border: 1px solid #eaeaea;
    background: transparent;
}

#subscription-popup .modal-body p {
    padding-bottom: 12px;
}

section.dashboardAccount div.setting-colors {
    padding-top: 80px;
}

section.dashboardAccount div.setting-colors input#color {
    padding: 0px;
    border: unset;
}

section.dashboardAccount div.setting-colors  img.colorpick-eyedropper-input-trigger {
    position: absolute;
    top: 25px;
    right: -5px;
}

section.dashboardAccount div.setting-colors p {
    position: relative;
}

section.dashboardAccount div.setting-colors p input#background {
    height: unset;
}

section.dashboardAccount div.setting-colors input[type="submit"] {
    width: auto;
    padding: 12px 50px;
    height: unset;
    background: #897037 !important;
    color: #fff !important;
}

#inboxChatPage .app-chat .app-chat-history .chat-history-body .chatBackgroundImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.5;
}

#inboxChatPage .app-chat .app-chat-history .chat-history-body ul#chat-history {
    position: relative;
}

section.product-detail .row .rightSide .addProduct button.add-item-to-subscribe {
    margin: 0px;
	cursor:pointer;
}

section.product-detail .row .rightSide .addProduct button.add-item-to-subscribe i {
    margin-right: 10px;
}

div.profileImageAccount a.ic-delete-image {
    color: #fff !important;
    background: red !important;
    border: unset !important;
    font-size: 14px;
    padding: 0px 15px;
}
div.profileImageAccount a.open-modal {
    background: green !important;
    color: #fff !important;
    border: unset !important;
    font-size: 14px;
    padding: 0px 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}
div.profileImageAccount .image-cropper {
    border: unset;
}
div.profileImageAccount p {
    padding-bottom: 10px;
}
div.profileImageAccount #ic-download-wrap select, #ic-download-wrap a {
    height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
}
div.customize_alert_message {
    background: #897037;
    padding: 12px 20px;
    position: fixed;
    top: 15px;
    right: 20px;
    width: max-content;
    z-index: 99999999;
    color: #fff;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .singleProfilePage .profile-container {
        width: 100%;
        max-width: 100%;
        margin: auto;
        background: url(/wp-content/uploads/2024/06/bg2.jpg);
        background-position:right;
        background-size: cover;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        overflow: hidden;
        height: 80em;
    }

    .singleProfilePage .badge.vip2 {
        position: inherit;
        top: 0;
    }

    .singleProfilePage .profile-header {
        flex-direction: column;
    }

    .singleProfilePage .badge-list {
        flex-direction: column;
        align-items: center;
    }
}