.top-header {
    background: #323232;
    border-bottom: 0;
}

.top-header .header-top-contact-method span {
    color: #808080 !important;
}

.top-header a {
    color: #FFFFFF !important;
    font-weight: 500;
}

.top-header a.top-payment {
    margin-left: 40px;
}

.top-payment i {
    font-size: 18px;
}

.lang-curr--selector {
    display: inline-block;
}

.lang-selector {
    padding: 10px 0;
    display: inline-block;
    margin-left: 20px;
}

.lang-selector__item {
    display: inline-block;
    padding: 4px 8px;
    border-right: #808080 solid 1px;
}

.lang-selector__item:last-child {
    border-right: 0;
}

.lang-selector__title {
    text-transform: uppercase;
    color: #848484 !important;
    margin-right: 2px;
}

.wpml-ls-current-language .lang-selector__title {
    color: #FFFFFF !important;
}

.woocs_auto_switcher {
    display: none !important;
}

.curr-switcher {
    padding: 0;
    display: inline-block;
    margin-left: 34px;
}

.curr-switcher__item {
    display: inline-block;
    padding: 4px 8px;
    border-right: #808080 solid 1px;
}

.curr-switcher__item:last-child {
    border-right: 0;
}

.curr-switcher__title {
    text-transform: uppercase;
    color: #848484 !important;
    margin-right: 3px;
}

.curr-switcher__item.-current .curr-switcher__title {
    color: #FFFFFF !important;
}

.logo-image__link {
    display: block;
    position: relative;
    padding: 11px 15px;
}

.logo img {
    max-width: 90px;
}

.menu-products svg, .menu-products img {
    background: transparent;
    padding: 10px;
    border: 0;
}

#angro-main-head .first-part {
    display: flex;
    position: relative;
    flex: 1;
    justify-content: space-between;
    padding-top: 0;
}

.my-panel {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 21px;
}

.search-btn {
    position: relative;
    cursor: pointer;
}

.search-btn__image {
    width: 32px;
    height: auto;
}

.my-account__image {
    width: 32px;
    height: auto;
}

.menu-product-cart {
    position: relative;
    width: auto !important;
    height: auto;
    padding-bottom: 0;
    margin-right: 24px;
}

#dropdown-user-profile {
    padding-bottom: 0;
}

.my-cart__link {
    display: block;
    position: relative;
}

.my-cart__image {
    width: 32px;
    height: auto;
}

.cart-number {
    position: absolute;
    right: -11px;
    font-size: 8px;
    top: -13px;
    border-radius: 50%;
    text-align: center;
    padding: 2.5px 5px;
    color: #323232;
    background: #E6E6E6;
}

.header_mini_cart {
    right: 0;
}

#dropdown-user-profile ul {
    right: 0;
    left: auto;
}

.main-nav li a {
    color: #323232 !important;
    font-size: 17px;
}

.header-v1__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.main-nav__wrap {
    display: flex;
    align-items: center;
}

#angro-main-head {
    border-bottom: 1px solid #E6E6E6 !important;
}

.search-panel__container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.search-panel__container.-active {
    z-index: 10;
}

.search-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transform: translateY(100%);

}

.search-panel.-opened {
    animation: search-up 250ms ease-in-out;
    transform: translateY(0);
    transition-delay: 250ms;
    transition-property: transform;
}

.search-panel.-closing {
    animation: search-down 250ms ease-in-out;
}

.close-btn {
    align-self: flex-start;
    margin-top: 28px;
    cursor: pointer;
}

.close-btn__image {
    width: 26px;
    height: auto;
}

.search-panel_btn__image {
    width: 38px;
    height: auto;
}

.menu-search {
    background: transparent;
    border-radius: 0;
    border: 1px solid #808080;
}

.menu-search .btn.btn-primary {
    padding-left: 12px;
    height: 100%;
}

.menu-search select#product_cat {
    border-left: 1px solid #808080;
}

.menu-search input.search-field {
    height: 53px;
    width: 48%;
}

.menu-search select.form-control1 {
    height: 53px;
}

.single-product .angro-breadcrumbs {
    padding: 0;
    background: transparent;
    border-bottom: 0;
    border-top: 0;
}

.angro-breadcrumbs .breadcrumb {
    padding: 18px 0;
    text-align: left;
}

.angro-breadcrumbs .breadcrumb a {
    color: #808080 !important;
    font-size: 14px;
}

.breadcrumbs__separator {
    display: inline-block;
    width: 26px;
    color: #808080;
    text-align: center;
}

.breadcrumbs__current {
    color: #323232;
    font-size: 14px;
}

.angro-breadcrumbs .row {
    padding-bottom: 0;
    margin-left: 0;
}

.high-padding {
    padding: 0;
}

.wcgs-thumb {
    background-color: #F8F8F8;
}

#wpgs-gallery .wcgs-thumb.swiper-slide img {
    border: 0;
}

#wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb img {
    border: 2px solid #808080;
}

#wpgs-gallery .wcgs-thumb.swiper-slide:hover img, #wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb:hover img {
    border-color: #000000;
}

.wcgs-slider-image {
    background-color: #F8F8F8;
}

#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow, #wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow {
    background-color: transparent;
    opacity: 0.5;
    transition-delay: 100ms;
    transition-property: opacity;
    margin-right: 11px;
    margin-left: 15px;
}

#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow:hover, #wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow:hover {
    background-color: transparent;
    opacity: 1;
}

.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-prev:before {
    display: block;
    content: '';
    width: 10px;
    height: 18px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTdMMSA5TDkgMSIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=');
}

.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-next:before {
    display: block;
    content: '';
    width: 10px;
    height: 18px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw5IDlMMSAxNyIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=');
}

.product-area__price_container {
    margin-top: 45px;
}

.product p.wc-gzd-additional-info {
    font-family: "Jost", serif;
    font-size: 16px;
    font-weight: 400;
}

.product-area__price {
    margin-bottom: 1px;
}

.product-area__price span {
    text-decoration: none;
}

.product-area__price ins {
    text-decoration: none;
}

.product-area__price .woocs_price_code {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-area__price del {
    text-decoration: line-through;
}

.wc-gzd-additional-info .shipping-costs-info a {
    font-weight: 600;
}

.product-area__attributes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 0 !important;
}

.product-area__attribute {
    flex: 0 0 33.3333%;
}

.product-area__attribute_title, .woocommerce div.product form.cart .variations label {
    font-family: "Jost", serif;
    font-size: 21px;
    font-weight: 500;
    color: #323232;
    line-height: 1;
    margin-bottom: 0;
}

.product-area__attribute_value {
    display: inline-block;
    position: relative;
    margin-top: 12px;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations select {
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    width: auto;
    min-width: auto;
    padding-right: 32px;
    border: 1px solid #E6E6E6;
    background: none;
}

.product-area__attributes .product-area__attribute_value::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    right: 28px;
    top: 55%;
    transform: translateY(-50%);
    height: 25px;
    font-size: 16px;
}

.product-area__attributes .product-area__attribute_value.-qty::after {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    border: 0;
}

.product-area div.quantity,
.cart-area__container .quantity {
    display: flex;
    align-items: center;
    float: none;
}

.woocommerce div.product form.cart div.quantity .plus,
.woocommerce div.product form.cart div.quantity .qty_button,
.woocommerce.single-product .quantity .qty_button.minus,
.woocommerce.single-product .quantity .qty_button.plus,
.woocommerce .quantity .qty_button.minus,
.woocommerce .quantity .qty_button.plus {
    height: 40px;
    width: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    font-size: 30px;
    line-height: 20px;
}

.woocommerce div.product form.cart div.quantity .qty,
.woocommerce.single-product .quantity .qty,
.cart-area__container .quantity .qty {
    font-weight: bold;
    height: auto;
    width: 43px;
    font-size: 19px;
}

.product-area__attribute_reset {
    display: block;
    margin-bottom: 9px;
}

.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button,
.woocommerce.single-product .single_add_to_cart_button {
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
    background: #323232 !important;
    padding: 3px 31px !important;
    border-radius: 30px;
    height: auto;
    margin-right: 17px;
}

.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button:hover {
    color: #323232 !important;
    background: #ffffff !important;
}

.woocommerce.single-product div.product form.cart .product-area__like_wrapper .button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    color: #323232;
    border: 1px solid #323232 !important;
    padding: 13px 11px !important;
    height: auto;
}

.woocommerce.single-product div.product form.cart .product-area__like_wrapper .button i {
    font-weight: initial;
    font-size: 25px;
}

.woocommerce.single-product div.product form.cart .product-area__like_wrapper .button:hover {
    color: #ffffff !important;
    background: #323232 !important;
}

.yith-wcwl-wishlistexistsbrowse.show a i {
    top: 0;
    margin: -2px 0;
    font-weight: 600 !important;
}

.yith-wcwl-wishlistaddedbrowse.hide a i {
    top: 0;
    margin: -2px 0;
    font-weight: 600 !important;
}

.single.woocommerce div.product form.cart.variations_form {
    float: none;
}

.product-area__details {
    display: flex;
    position: relative;
    margin-top: 30px;
    flex-wrap: wrap;
}

.product-area__details-col {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    flex: 0 50%;
}

.product-area__details_item {
    margin-bottom: 9px;
}

.product-area__details_item_title {
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
}

.product-area__details_item_value {
    font-size: 16px;
    font-weight: 400;
}

.warranty_info {
    display: none;
}

.product-tabs__container {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product .woocommerce-tabs ul.product-tabs {
    display: flex;
    width: 100% !important;
    margin: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.product-tabs li {
    background: transparent;
    flex: 1;
}

body.woocommerce div.product .woocommerce-tabs ul.product-tabs li.active {
    background: #323232 !important;
}

body.woocommerce div.product .woocommerce-tabs ul.product-tabs li a {
    color: #323232 !important;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 20px;
}

body.woocommerce div.product .woocommerce-tabs ul.product-tabs li.active a {
    color: #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs .panel.product-tabs__content {
    border: 0;
    padding: 25px 21px;
}

.woocommerce div.product .product_title {
    font-family: "Jost", serif;
    font-size: 41px;
    font-weight: 500;
}

.woocommerce-page div.product div.product-area__summary {
    padding-left: 50px;
}

.product-area__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.product-area del span.amount, .product-area span.woocommerce-Price-amount.amount {
    font-family: "Jost", serif;
    font-size: 39px;
    font-weight: 500;
    display: inline-block;
}

.product-area del span.woocommerce-Price-amount.amount {
    height: 20px;
    text-decoration: line-through;
}

.product-area__attributes_container {
    display: flex;
}

#wpgs-gallery .gallery-navigation-carousel-wrapper {
    margin-top: 23px;
}

.tabs-area {
    margin-top: 18px;
}

.tab-area__text {
    display: block;
    margin-top: 14px;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
}

.tab-area__title {
    font-size: 20px;
    font-weight: 500;
}

.angro-breadcrumbs .breadcrumb.breadcrumb-page {
    text-align: right;
}

.cart-area__container {
    margin-top: 33px;
}

.cart-area {

}

.cart-area__collaterals {

}

.single-product form.cart {
    float: none;
}

.cart-area__table {
    display: flex;
    flex-direction: column;
}

.cart-area__row {
    display: grid;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
    gap: 21px;
    justify-content: space-between;
    grid-template-columns: 3fr 8fr 3fr 4fr 2fr 1fr;
}

.cart-area__thumbnail_wrapper {
    width: 146px;
    height: auto;
    background-color: #F8F8F8;
}

.cart-area__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#primary .main-content .vc_row.wpb_row.vc_row-fluid {
    margin-top: 0 !important;
}

.cart-area__name_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-area__name {
    font-family: "Jost", serif;
    font-size: 24px;
    font-weight: 500;
    color: #323232;
    margin-top: 0;
    margin-bottom: 14px;
}

.cart-area__description {
    color: #808080;
    font-size: 14px;
    line-height: 16.8px;
}

.cart-area__abilities_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-area__attributes_wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.cart-area__attribute_title {
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
}

.cart-area__attribute_value {
    font-size: 14px;
    font-weight: 400;
}

.cart-area__quantity_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-area__subtotal_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-area__subtotal_wrapper span {
    font-family: "Jost", serif;
    font-size: 25px;
    font-weight: 500;
}

.cart-area__remove_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cart-area__remove_wrapper {
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #D4D4D4;
}

.cart-area__remove_wrapper a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    color: #323232 !important;
    padding: 0;
    margin: 0;
}

.cart-area__remove_wrapper a.remove:hover {
    color: #ffffff !important;
}

.cart-area__actions_container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart-area__totals {
    background: #F8F8F8;
}

.cart-area__totals_title {
    padding: 16px 22px;
    background: #323232;
}

.woocommerce-cart .cart_totals h2 {
    padding: 0;
    margin: 0;
    color: #F8F8F8;
    font-family: "Jost", serif;
    font-size: 25px;
    font-weight: 500;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    margin: 0;
    color: #fff;
}

.cart-area__actions .coupon .input-text {
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 20px;
    color: #606060;
    padding: 8px 15px;
    height: auto;
    margin-right: 15px;
    width: auto;
    border-radius: 2px;
}

.cart-area__totals_table {
    padding: 24px 24px 15px;
}

.cart-area__totals_thead {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D4D4D4;
    gap: 9px;
    padding-bottom: 14px;
}

.cart-area__totals_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.cart-area__totals_col .amount {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.cart-area__totals_col.-shipping {
    flex-direction: column;
    align-items: flex-start;
}

.cart-area__totals_col_title {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.cart-area__totals_col_value {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.cart-area__totals_col_value span {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.cart-area__totals_col_value .shipping-calculator-button {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.cart-area__totals_total {
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
}

.cart-area__totals_total_title {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
}

.cart-area__totals_total_value {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
}

.cart-area__totals_total_value span {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
}

.cart-area__totals_checkout {
    padding: 30px 24px !important;
}

.woocommerce-billing-fields h3 {
    display: none
}

.checkout-area__personal_title_container,
.checkout-area__cart_title_container {
    background: #323232;
    padding: 20px 25px;
}

.checkout-area__personal_title,
.checkout-area__cart_title {
    color: #F8F8F8;
    font-family: "Jost", serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.page article.type-page {
    padding: 31px 0;
}

.woocommerce-billing-fields {
    padding: 26px 17px 0;
}

.woocommerce-billing-fields .form-row {

}

.woocommerce form .form-row label {
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
    padding-left: 4px;
    margin-bottom: 7px;
}

.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row .select2-container {
    margin-bottom: 9px;
}

.woocommerce-shipping-fields {
    padding: 0 17px;
}

.woocommerce-shipping-fields h3 {
    margin: 0;
}

.woocommerce-shipping-fields h3 .checkbox {
    display: flex;
    gap: 7px;
    margin: 14px 0;
}

.woocommerce-shipping-fields h3 .checkbox .input-checkbox,
.woocommerce form .form-row .input-checkbox {
    position: relative;
    margin: 0 5px 0 0 !important;
    line-height: normal;
    width: 25px;
    height: 25px;
}

.woocommerce-shipping-fields h3 .checkbox span {
    font-size: 17px;
    font-weight: 500;
}

#order_payment_heading {
    display: none !important;
}

.checkout-area__payment {
    margin-top: 65px;
}

.checkout-area__cart_container {
    display: flex;
    flex-direction: column;
    padding: 47px 23px 0;
}

.checkout-area__cart_item {
    display: grid;
    border-bottom: 1px solid #D4D4D4;
    grid-template-columns: 3fr 7fr 2fr;
    padding-bottom: 18px;
    margin-bottom: 55px;
}

.checkout-area__cart_item:last-child {
    margin-bottom: 0;
}

.checkout-area__cart_thumbnail {
    width: 80px;
    height: 80px;
}

.checkout-area__cart_thumbnail img {
    width: 100%;
    height: auto;
}

.checkout-area__cart_name_container {
    display: flex;
    flex-direction: column;
}

.checkout-area__cart_name_wrapper {
    display: flex;
    flex-direction: column;
}

.checkout-area__cart_name {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.checkout-area__cart_description {
    color: #808080;
    font-size: 10px;
    font-weight: 400;
    margin-top: 6px;
    line-height: 1.2;
}

.checkout-area__cart_total {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

.checkout-area__cart_total span {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
}

.checkout-area__cart_attributes_wrapper {
    display: flex;
    gap: 19px;
    margin-top: 8px;
}

.checkout-area__cart_attribute_name {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 12px;
    font-weight: 500;
}

.checkout-area__cart_attribute_value {
    color: #525252;
    font-size: 10px;
    font-weight: 400;
}

.checkout-area__totals_thead {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 32px 25px 0;
}

.checkout-area__totals_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.checkout-area__totals_item .amount {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.checkout-area__totals_name {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.checkout-area__totals_value {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.checkout-area__totals_value span {
    color: #808080;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
}

.checkout-area__totals_footer_container {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.checkout-area__totals_footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D4D4D4;
    padding: 14px 0px;
}

.checkout-area__totals_footer_name {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 24px;
    font-weight: 500;
}

.checkout-area__totals_footer_value {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 24px;
    font-weight: 500;
}

.checkout-area__totals_footer_value span {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 24px;
    font-weight: 500;
}

.checkout-area__totals_col .wc-gzd-order-submit {
    background-color: #eeeeee;
    padding: 0 24px 18px 8px;
}

.checkout-area__totals_col .wc-gzd-place-order {
    text-align: right;
}

.checkout-area__totals_col .wc-gzd-place-order p {
    text-align: left;
}

.checkout-area__totals_col .wc-gzd-place-order .wc-gzd-checkbox-placeholder-legal {
    margin-left: 18px;
}

.woocommerce-checkout #payment {
    border: 0;
}

.checkout-area__payments_shipping_container {
    display: flex;
    align-items: flex-start;
    padding: 0 16px;
    gap: 53px;
}

.checkout-area__payments_container {
    flex: 1;
}

.checkout-area__shipping_container {
    flex: 1;
}

.checkout-area__payments_title,
.checkout-area__shipping_title {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-checkout #payment ul.payment_methods li {
    border: 0;
}

.checkout-area__shipping_wrapper .woocommerce-shipping-methods {
    border-top: 1px solid #E6E6E6;
    padding: 20px 0 !important;
}

.checkout-area__shipping_method {
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.checkout-area__shipping_wrapper .woocommerce-shipping-methods li label {
    color: #323232 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.checkout-area__shipping_method:last-child {
    border-bottom: 0;
}

.checkout-area__payments_methods {
    padding: 0 !important;
}

.checkout-area__payments_methods li {
    padding: 0 !important;
}

.faq-slider {
    height: 471px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.faq-header__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 35px;
}

.faq-header__title {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 40px;
    font-weight: 500;
}

.faq-header__description_container {
    margin-top: 8px;
}

.faq-header__description {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 21.5px;
}

.faq-switchers {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.faq-switcher {
    white-space: nowrap;
    border: 1px solid #323232;
    color: #323232;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 44px;
    transition: background-color ease 0.5s, color ease 0.5s;
}

.faq-switchers li.active .faq-switcher {
    background-color: #323232;
    color: #ffffff;
}

.faq-switcher:hover {
    background-color: #323232;
    color: #ffffff;
}

.faq-content {
    margin-top: 144px;
    margin-bottom: 193px;
}

.faq-content__item {

}

.faq-content__item_title {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 40px;
    font-weight: 500;
}

.faq-content__item_description_container {
    margin-top: 20px;
    margin-bottom: 38px;
}

.faq-content__item_description {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.faq-content__item_action {
    white-space: nowrap;
    border: 1px solid #323232;
    color: #323232;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    transition: background-color ease 0.5s, color ease 0.5s;
}

.faq-content__item_action_container {
    margin-top: 32px;
    margin-bottom: 32px;
}

.faq-content__item_action:hover {
    background-color: #323232;
    color: #ffffff;
}

.faq-content__answers {
}

.faq-content__answers_group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.faq-content__answers_item {
    flex: 0 calc(50% - 7px);
    padding: 0 10px;
    border: 0;
    box-shadow: none;
    margin-bottom: 26px;
}

.faq-content__answers_item_heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    padding: 13px 0 11px;
}

.faq-content__answers_item_heading:after {
    content: '';
    display: inline-block;
    margin-right: 18px;
    width: 14px;
    height: 8px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    transform: rotate(0);
    transition: transform ease 0.5s;
}

.faq-content__answers_item_heading[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.faq-content__answers_item_title {
    flex: 8;
    padding-right: 30px;
    color: #323232;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.faq-content__answers_item_body {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

.menu .menu-item.current-menu-item:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 16px);
    height: 2px;
    background-color: #323232;
    bottom: 3px;
    margin-left: 8px;
}

.faq-about__title {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 40px;
    font-weight: 500;
}

.faq-about__description_container {
    margin-top: 8px;
    padding-right: 146px;
}

.faq-about__description {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 21.5px;
}

.faq-about__action_container {
    margin-top: 43px;
}

.faq-about__action {
    white-space: nowrap;
    border: 1px solid #323232;
    background-color: #323232;
    color: #ffffff !important;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
    padding: 9px 32px;
    transition: background-color ease 0.5s, color ease 0.5s;
}

.faq-about__action:hover {
    background-color: #ffffff;
    color: #323232 !important;
}

.faq-about__image {
    flex: 1;
    height: 640px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.faq-about__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.faq-about {
    display: flex;
    margin-bottom: 84px;
}

.vendor-header__title {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 40px;
    font-weight: 500;
}

.vendor-steps__container {
    margin-top: 39px;
    margin-bottom: 312px;
}

.vendor-steps__container .wpuf-form {
    display: flex;
    flex-wrap: wrap;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-progressbar {
    flex: 0 322px;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset {
    flex: 0 calc(100% - 322px);
    padding: 3px 0 0 82px;
}

.vendor-steps__container .wpuf-form .wpuf-step-wizard {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
}

.vendor-steps__container .wpuf-form .wpuf-step-wizard li {
    flex: 1;
    width: 100% !important;
    background: none !important;
    border-radius: 0 !important;
    text-align: left !important;
    color: #323232;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
    padding: 19px 10px 18px 24px !important;
}

.vendor-steps__container .wpuf-form .wpuf-step-wizard li:before,
.vendor-steps__container .wpuf-form .wpuf-step-wizard li:after {
    content: none !important;
}

.vendor-steps__container .wpuf-form .wpuf-step-wizard li.active-step {
    background: #323232 !important;
    color: #ffffff;
}

.vendor-header__container {
    margin-top: 46px;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el,
.vendor-steps__container.for_customer  .wpuf-form .wpuf-el {
    width: 100%;
    padding: 0 0 0 59px;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el:last-of-type,
.vendor-steps__container.for_customer  .wpuf-form .wpuf-el:last-of-type {
    margin-bottom: 98px;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el .wpuf-label,
.vendor-steps__container.for_customer  .wpuf-form .wpuf-el .wpuf-label {
    margin-bottom: 0;
    width: 100%;
    margin-left: 3px;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el .wpuf-label label,
.vendor-steps__container.for_customer  .wpuf-form .wpuf-el .wpuf-label label  {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el .wpuf-fields,
.vendor-steps__container.for_customer  .wpuf-form .wpuf-el .wpuf-fields {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el .wpuf-fields input,
.vendor-steps__container.for_customer  .wpuf-form .wpuf-el .wpuf-fields input {
/*     width: 100% !important; */
    box-shadow: none !important;
    background: #ffffff !important;
    border: 1px solid #D4D4D4 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px !important;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el .wpuf-fields img.wpuf-eye,
.vendor-steps__container.for_customer  .wpuf-form .wpuf-el .wpuf-fields img.wpuf-eye {
    right: 10px;
}

.wpuf-multistep-next-btn {
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
    padding: 11px 32px;
    background: #323232;
    text-transform: uppercase;
}

.wpuf-multistep-next-btn:hover {
    background: #000000;
    box-shadow: none;
    text-shadow: none;
}

.wpuf-multistep-prev-btn {
    left: 142px !important;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 500;
    padding: 11px 32px;
    background: #323232;
    text-transform: uppercase;
}

.wpuf-multistep-prev-btn:hover {
    background: #000000;
    box-shadow: none;
    text-shadow: none;
}

.wpuf-errors {
    display: block;
    position: absolute;
    margin-top: 36px;
    left: 142px !important;
    right: 0;
    color: #ff0000;
    text-align: center;
}

.vendor-steps__address {

}

.vendor-steps__address .wpuf-address-field {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 0 !important;
    width: 100% !important;
}

.vendor-steps__address .wpuf-label {
    display: none;
}

.vendor-steps__address .wpuf-form-sub-label {
    width: 100%;
    margin-left: 3px;
    color: #323232;
    font-family: "Jost", serif;
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 3px;
    padding-top: 5px !important;
}

.vendor-steps__address .wpuf-sub-fields {
    display: flex;
    width: 100% !important;
    flex-direction: column;
}

.vendor-steps__address .wpuf-sub-fields input {
    width: 100% !important;
    box-shadow: none !important;
    background: #ffffff !important;
    border: 1px solid #D4D4D4 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px !important;
}

.vendor-steps__address .wpuf-sub-fields select {
    width: 100% !important;
    box-shadow: none !important;
    background: #ffffff !important;
    border: 1px solid #D4D4D4 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px !important;
    border-radius: 0 !important;
    height: 41px !important;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el.terms_and_conditions .wpuf-label,
.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el.privacy_policy .wpuf-label {
    display: none;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el.terms_and_conditions .wpuf-fields label,
.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el.privacy_policy .wpuf-fields label {
    display: flex;
}

.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el.terms_and_conditions .wpuf-fields label input,
.vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el.privacy_policy .wpuf-fields label input {
    width: 15px !important;
    height: 15px;
    margin-right: 10px;
}

.vendor-steps__container .wpuf-image-wrap {
    width: 50px!important;
    height: auto!important;
}

.vendor-steps__container .wpuf-submit-button {
    position: absolute;
    font-family: "Jost", serif;
    font-size: 20px!important;
    font-weight: 500;
    padding: 11px 32px!important;
    background: #323232!important;
    text-transform: uppercase;
    color: #ffffff!important;
    border: 0!important;
    box-shadow: none!important;
    text-shadow: none!important;
    right: 0;
    bottom: 0;
}

.vendor-steps__container .wpuf-submit-button:hover {
    background: #000000;
    box-shadow: none;
    text-shadow: none;
}

.vendor-steps__container .wpuf-submit-button:disabled {
    opacity: 0.5;
    background: #323232!important;
    box-shadow: none!important;
    text-shadow: none!important;
}

.dashboard-header__container {
    margin-top: 7px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}
.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-header__title {
    font-family: "Jost", serif;
    font-size: 40px;
    font-weight: 500;
}

.dashboard-header__logout {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
    color: #323232;
}

.dashboard-header__logout i {
    font-size: 23px;
    margin-left: 11px;
}

.dokan-dashboard .dokan-dash-sidebar {
    width: 19%;
    box-shadow: none;
    background: #ffffff !important;
}

.dokan-dashboard .dokan-dashboard-content {
    width: 71%;
    overflow-x: scroll;
}

.dashboard-content-area {
    min-width: 1000px;
}

.dashboard-steps__container {
    margin-top: 21px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    box-shadow: none;
    min-width: 222px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-bottom: 1px solid #E6E6E6!important;
    padding-left: 0 !important;
    min-width: 185px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:last-of-type {
    border-bottom: 0!important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 23px 28px;
    font-family: "Jost", serif;
    font-size: 18px!important;
    font-weight: 400 !important;
    color: #323232!important;
    background: #ffffff;
	text-transform: none !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
    padding-right: 7px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
    padding-right: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    background-color: #323232;
    color: #ffffff!important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul a {
    color: #323232!important;
    background-color: #ffffff;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu {
    border-bottom: 0;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover {

}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:after {
    display: none;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    display: none;
}

.dokan-product-listing .dokan-product-listing-area,
.dashboard-container {
    padding: 0 15px 0 39px;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top {
    margin-top: 38px;
}

.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
    margin-top: 38px;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
    float: none !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dashboard-filter__container {
    display: flex;
    flex-direction: column;
}

.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
    padding: 0!important;
}

.dashboard-filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 19px 0;
    gap: 16px;
}

.dashboard-filter__container .dokan-product-date-filter {
    display: flex!important;
    justify-content: flex-start!important;
    align-items: center;
    width: 100%!important;
    flex-flow: row!important;
}

.dashboard-filter__container .dokan-product-date-filter .dokan-form-group:last-of-type {
    margin-left: auto;
}

.dashboard-filter .dokan-form-group:last-of-type {
    display: flex;
    margin-left: auto;
    gap: 16px;
    margin-right: 0;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li,
body .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
    padding: 0;
    margin-right: 38px;
}


.dokan-dashboard .dokan-dashboard-content a {
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.dokan-dashboard .dokan-dashboard-content button.dokan-btn {
    background: #323232;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0!important;
    transition: 0.5s;
}

.dokan-dashboard .dokan-dashboard-content button.dokan-btn:hover {
    border: 1px solid #323232;
    color: #323232;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.dokan-dashboard .dokan-dashboard-content a.dokan-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    color: #323232;
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
    transition: 0.5s;
    border-radius: 0 !important;
}

.dokan-dashboard .dokan-dashboard-content a.dokan-btn:hover {
    border: 1px solid #323232;
    color: #323232;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.dokan-dashboard .dokan-dashboard-content input.dokan-btn {
    background: #323232;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0!important;
    transition: 0.5s;
}

.dokan-dashboard .dokan-dashboard-content input.dokan-btn:hover {
    border: 1px solid #323232;
    color: #323232;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.dashboard-add_product__container {
    display: block;
    margin-bottom: 32px;
}

.dokan-dashboard .dokan-dashboard-content a.dashboard-add_product {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Jost", serif;
    font-size: 14px!important;
    font-weight: 500!important;
    background: #F7A1A1!important;
    border: 1px solid #F7A1A1;
    border-color: #F7A1A1!important;
    border-radius: 0!important;
    color: #ffffff;
}

.dokan-dashboard .dokan-dashboard-content a.dashboard-add_product:hover {
    background: #ffffff!important;
    color: #F7A1A1;
}

.dokan-dashboard .dokan-dashboard-content ul.subsubsub li.active a {
    color: #323232;
}

.dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter {
    margin: 19px 0 !important;
}

.dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter .dokan-form-group.-btnn {
    display: flex;
    gap: 16px;
}

.dokan-product-listing-area .dokan-form-group,
.dashboard-filter .dokan-form-group {
    position: relative;
    margin-right: 14px;
}

.dokan-product-listing-area .dokan-form-control,
.dashboard-filter .dokan-form-group .dokan-form-control {
    border-radius: 0 !important;
}

.dashboard-filter .dokan-form-group .dokan-form-control.-select {
    min-width: 250px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 0;
}

.select2-dropdown {
    border: 1px solid #E6E6E6;
}

.dokan-product-listing-area select.dokan-form-control,
.dashboard-filter .dokan-form-group.-select,
.dashboard-table__action_container .dokan-form-group.-select {
    position: relative;
    appearance: none !important;
}

.dokan-orders-content #order-filter .dokan-form-control {
    appearance: none !important;
    border-radius: 0 !important;
}

.dokan-product-listing-area .dokan-form-group:after,
.dashboard-filter .dokan-form-group.-select:after,
.dashboard-table__action_container .dokan-form-group.-select:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 0;
    margin-right: 23px;
    width: 11px;
    height: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0);
    transition: transformease 0.5s;
}

.dokan-product-listing-area .dokan-form-group.-btnn:after {
    display: none;
}

.dashboard-container {
    display: flex;
    flex-direction: column;
    min-width: 1000px;
}

.dashboard-search__container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
}

.dashboard-products__container {
    position: relative;
}

.dashboard-table__action_container {
    position: absolute;
    top: 0;
}

.dashboard-products {
    display: flex;
    flex-direction: column;
}
.dashboard-products__thead {
    background: #F8F8F8!important;
}

.dashboard-products__thead_tr,
.dashboard-products__tbody_tr {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr 2fr;
    align-items: center;
}

.dashboard-products__tbody_tr {
    padding: 6px 0;
}

.dashboard-products .check-column label,
.dashboard-orders .check-column label {
    margin: 0;
}

.dashboard-products .check-column .dokan-checkbox,
.dashboard-orders .check-column .dokan-checkbox {
    width: 24px;
    height: 24px;
    margin: 0;
}

.dashboard-products thead tr th {
    color: #323232;
    border: none;
    text-align: center;
    vertical-align: middle;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 500;
    padding: 17px 0 12px!important
}

.dashboard-container .product-listing-top {
    border-bottom: 0!important;
    margin-bottom: 15px!important;
    line-height: 1!important;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table tbody tr {
    border-bottom: 1px solid #E6E6E6;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table tbody tr td {
    border: 0!important;
    padding: 0!important;
    vertical-align: middle!important;
    text-align: center!important;
}

.dashboard-product__thumb_link {
    display: block;
    width: 80px;
    height: 80px;
}

.dashboard-product__thumb_link img {
    max-width: 80px!important;
    max-height: 80px!important;
}

.dokan-dashboard .dokan-dashboard-content .dashboard-product__name_link {
    color: #323232!important;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
}

.dokan-dashboard .dokan-dashboard-content .dokan-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    font-family: "Jost", serif;
    border-radius: 15px;
}

.dokan-dashboard .dokan-dashboard-content .dokan-label-success {
    background: #3CB870;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table .status,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table abbr {
    color: #323232!important;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table .product-type {
    color: #323232!important;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    text-transform: capitalize;
}

.dashboard-product__action .row-actions {
    display: flex;
    flex-direction: column;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table .row-actions span {
    color: #ffffff!important;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table .row-actions span a {
    color: #323232 !important;
    text-decoration: underline;
}

.dokan-form-inline.dokan-w5.dokan-product-search-form {
    margin: 0;
}

.dokan-orders-content .dokan-order-filter-serach .select2-container--default .select2-selection--single {
    min-height: 47px !important;
    border-radius: 0;
    border: 1px solid #E6E6E6 !important;
    min-width: 200px;
}

.dokan-orders-content .dokan-order-filter-serach .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.dashboard-orders {
    border: 0;
}

.dashboard-orders__thead {
    background: #F8F8F8!important;
}

.dashboard-orders__thead_tr,
.dashboard-orders__tbody_tr {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr 1fr 3fr 2fr 2fr;
    align-items: center;
    border: 0;
}

.dashboard-orders__thead_tr th {
    border: 0!important;
    text-align: center;
}

.dashboard-orders__tbody_tr {
    border-bottom: 1px solid #E6E6E6;
}

.dashboard-orders__tbody_tr td {
    border: 0!important;
}

.dashboard-orders__tbody_tr .dokan-order-action {
    display: flex!important;
    flex-direction: column;
}

.dashboard-orders__tbody_tr .dokan-order-action a {
    justify-content: center;
}

.dokan-dashboard .dokan-orders-area .dokan-table td a,
.dokan-dashboard .dokan-orders-area .dokan-table td span,
.dokan-dashboard .dokan-orders-area .dokan-table td abbr,
.dokan-dashboard .dokan-orders-area .dokan-table td.dokan-order-customer {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    text-decoration: none;
}

.shop-header__container {
    border-bottom: 1px solid #E6E6E6;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.shop-header {
    padding: 12px 0;
}

.shop-header__categories_container {
    display: flex;
    height: 40px;
    align-items: center;
    gap: 48px;
}

.shop-header__category {
    color: #808080!important;
    font-size: 18px;
    font-weight: 400;
    font-family: "Jost", serif;
}

.shop-header__category.-active {
    color: #323232!important;
}

.shop-header__filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.shop-header__filter .woocommerce-result-count {
    display: none;
}

.shop-header__filter .gridlist-toggle {
    padding: 0 !important;
}

.shop-header__filter .gridlist-toggle a.active {
    color: #ffffff;
}

.shop-header__filter .woof_autohide_wrapper,
.shop-header__filter .woof_products_top_panel_content,
.shop-header__filter .woocommerce-notices-wrapper {
    display: none;
}

.shop-header__filter .woocommerce-ordering {
    margin-left: auto;
}

.shop-header__filter .woof_products_top_panel ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.shop-header__filter .woof_products_top_panel li {
    margin: 0!important;
}

.shop-header__filter .woof_products_top_panel li span {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    font-family: "Jost", serif;
}

.shop-header__filter .woof_reset_button_2 {
    background: #323232;
    border: 1px solid #323232;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Jost", serif;
    text-transform: uppercase;
    transition: 0.5s;
    padding: 9px 20px;
}

.shop-header__filter .woof_reset_button_2:hover {
    background: #ffffff;
    color: #323232;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.shop-body__container {
    margin-top: 32px;
    margin-bottom: 32px;
}

.shop-sidebar__container {
    border: 0;
    padding-right: 38px;
}

.shop-sidebar__item {
    border: 0!important;
    padding: 0!important;
}

.shop-sidebar__item_title:before {
    display: none;
}

.shop-sidebar__item_title:after {
    content: '';
    display: inline-block;
    margin-right: 18px;
    width: 14px;
    height: 8px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-color: transparent;
    transform: rotate(0);
    transition: transform ease 0.5s;
}

.shop-sidebar__item_title[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.shop-sidebar__item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #808080;
    cursor: pointer;
    color: #323232;
    font-size: 18px!important;
    font-weight: 400!important;
    font-family: "Jost", serif;
    margin: 0 !important;
    padding: 28px 0 8px 12px!important;
}

.shop-sidebar__item_list {
    padding: 1px 12px 12px!important;
}

.shop-sidebar__item_list li {
    padding: 10px 0 !important;
}

.shop-sidebar__item_list li a {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}

.shop-sidebar__item_list li .count {
    display: none;
}

.woof_container_inner {
    margin: 10px 0;
}

.woocommerce ul.products.grid {
    margin: 0;
}

.shop-products__container {}

.shop-products__container .products {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.shop-products__container .products:before {
    display: none!important;
}

.shop-products__container .products li {
    padding: 0!important;
    border: 0;
    float: none!important;
    flex: 0 calc((100% / 3) - 16px);
    width: calc((100% / 3) - 16px);
}

.shop-products__container .products.list li {
    flex: 0 100%;
    width: 100%;
}

.shop-products__container .products li .products-wrapper {
    border: 0;
}

.shop-products__container .products li .products-wrapper .thumbnail-and-details {
    background: #F8F8F8;
}

.shop-products__container .products li .products-wrapper .woocommerce-title-metas {
    border: 0!important;
    padding: 16px 12px 2px!important;
}

.woocommerce ul.products li.product .archive-product-title {
    padding: 0;
}

.woocommerce ul.products li.product .archive-product-title a {
    color: #323232;
    font-size: 24px;
    font-weight: 400!important;
    font-family: "Jost", serif;
    text-transform: none;
}

.shop-products__container .products li.hide-on-mobile {
    display: none;
}

.shop-product__description_container {
    margin-bottom: 16px;
    height: 31px;
    overflow: hidden;
    margin-top: 3px;
}

.shop-product__description {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0;
    margin: 0;
}

.shop-products__container .products li .products-wrapper .details-container .price .woocs_price_code {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shop-products__container .products li .products-wrapper .details-container .price span {
    color: #323232;
    font-size: 24px;
    font-weight: 500;
    font-family: "Jost", serif;
    line-height: 31px;
}

.shop-products__container .products li .products-wrapper .details-container .price del {
    text-decoration: line-through;
}
.page-header {
    border-bottom: 0;
}
.page-header__title {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 40px;
    font-weight: 500;
}

.page-body__container {
    margin-top: 39px;
    margin-bottom: 312px;
}

.blog-item__container {
    margin-bottom: 115px;
}

.blog-item__details {
    display: block;
    position: relative;
    padding: 18px 21px !important;
}

.blog-item__name {
    color: #323232;
    font-family: "Jost", serif;
    font-size: 40px!important;
    font-weight: 500;
    line-height: 1.25 !important;
    margin-bottom: 17px !important;
}

.blog-item__desc p {
    color: #525252!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 1.25 !important;
}

.dokan-dashboard .dokan-dashboard-wrap {
}

.shop-sidebar__title {
    font-family: "Jost", serif;
    font-size: 40px;
    font-weight: 500;
    margin-top: 17px;
}

.shop-sidebar__container .angro-breadcrumbs {
    padding: 0;
    border: 0;
    margin-top: 20px;
}

.shop-sidebar__container .angro-breadcrumbs .breadcrumb {
    padding: 0;
}

.shop-sidebar__filter_container {
    margin-top: 100px;
}

.checkout-area__personal_container_wrap .wc-gzd-checkbox-placeholder-legal {
    display: none;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.page-main__banner_container {
    margin-top: 24px;
}

.page-main__heading_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px 0;
}

.page-main__new_items_btn_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 60px;
}

.-btn, .-btn:visited {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    box-shadow: none;
    color: #fff;
    background-color: #2A2A2A;
    font-size: 14px;
    border: 2px solid #161616;
    padding: 8px 17px;
    border-radius: 2px;
}

.-btn:hover {
    background-color: #fff !important;
    color: #161616 !important;
}

.page-main__heading_container.-designers {
    margin-top: 38px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.page-main__heading_container.-designers .page-main__heading {
    padding-bottom: 10px;
}

.page-main__designers_container {
    margin-bottom: 140px;
}

.vendor-steps__container.for_customer {
    margin-bottom: 20px;
}

.vendor-steps__container.for_customer .wpuf-multistep-progressbar {
    display: none;
}

.vendor-steps__container.for_customer .wpuf-form-layout1 {
    display: flex;
    justify-content: center;
}

.vendor-steps__container.for_customer .wpuf-form {
    flex-direction: column;
    width: 50%;
}

.vendor-steps__container.for_customer .wpuf-form .wpuf-el {
    padding: 0;
}

.vendor-steps__container.for_customer .wpuf-form .wpuf-el.terms_and_conditions .wpuf-label,
.vendor-steps__container.for_customer .wpuf-form .wpuf-el.privacy_policy .wpuf-label {
    display: none;
}

.vendor-steps__container.for_customer .wpuf-form .wpuf-el.terms_and_conditions .wpuf-fields input,
.vendor-steps__container.for_customer .wpuf-form .wpuf-el.privacy_policy .wpuf-fields input {
    width: auto !important;
}

.vendor-steps__container.for_customer .wpuf-submit {
    display: flex;
    justify-content: flex-end;
}

.vendor-steps__container.for_customer .wpuf-submit-button {
    position: relative;
}

.page-main__new_items_container {
    position: relative;
}

.page-main__new_items_container .slick-next {
    right: 25px !important;
    left: auto;
}

.fixed-search-overlay {
    background: rgb(255 255 255 / 95%) none repeat scroll 0 0;
}

.fixed-search-overlay .icon-close {
    color: #808080;
}

.modeltheme-search input.search-field {
    color: #808080;
}

.modeltheme-search input.search-field::placeholder {
    color: #808080!important;
}


.menu-search::after {
    display: none;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu {
    background: #ffffff;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
    background: #ffffff;
}

.woocs_price_code ins {
    text-decoration: none;
}

.page-main__best_selling_container .price span {
    line-height: 23px;
}

.page-main__best_selling_container .woocs_price_code {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page-main__best_selling_container .woocs_price_code del {
    display: flex!important;
    text-decoration: line-through!important;
}

.faq-content__answers_item_link_container {
    display: block;
    position: relative;
    margin-top: 15px;
}

.faq-content__answers_item_link {
}

.top-order {
    display: none!important;
}

.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > #mobile-menu-icon {
    color: #000;
}

.dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
    margin: 15px 0;
}

.page-main__mobile_slider {
    display: none;
}

@media (max-width: 1300px) {
    .main-nav li a {
        font-size: 16px;
    }

    .dokan-dashboard .dokan-dashboard-content {
        width: 0;
    }

    .page-main__slider {
        display: none;
    }

    .page-main__mobile_slider {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body .navbar-nav > li > a, body .menu .item a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .top-header a.top-payment, .curr-switcher, .lang-selector {
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    .account-urls {
        text-align: center;
    }

    .faq-about__image {
        display: none;
    }

    .vendor-steps__container .wpuf-form .wpuf-multistep-progressbar {
        flex: 0 100%;
    }

    .vendor-steps__container .wpuf-form .wpuf-multistep-fieldset {
        flex: 0 100%;
        padding: 0;
        margin-top: 30px;
    }

    .vendor-steps__container .wpuf-form .wpuf-multistep-fieldset .wpuf-el {
        padding: 0;
    }

    .wpuf-errors {
        left: 0!important;
    }

    .wpuf-multistep-prev-btn {
        left: 0!important;
    }

    .shop-products__container .products li {
        flex: 0 48%;
    }

    .col-sm-0 {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-nav__wrap {
        display: none;
    }

    .my-panel {
        display: none;
    }

    #angro-main-head .first-part {
        justify-content: flex-end;
        padding-right: 15px;
    }

    .main-nav li a {
        font-size: 10px;
    }

    .cart-area__table {
        overflow: scroll hidden;
    }

    .cart-area__name_container {
        min-width: 230px;
    }

    .cart-area__abilities_container {
        min-width: 100px;
    }

    .faq-content__answers_item {
        flex: 0 0 100%;
    }

    .faq-header__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-switchers__container {
        margin-top: 40px;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .faq-about__description_container {
        padding-right: 0;
    }

    .faq-switchers {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .faq-switcher {
        width: 100%;
    }

    .woof_products_top_panel {
        display: none!important;
    }

    .shop-header__filter .woocommerce-ordering {
        margin-left: inherit;
    }

    .shop-header__categories_container {
        margin-bottom: 0;
        gap: 10px;
        padding-right: 0;
        height: 32px;
    }

    .shop-header__filter {
        gap: 10px;
    }

    .woocommerce .woocommerce-ordering select {
        padding: 0 10px;
        width: 155px;
        height: 32px;
    }

    .woocommerce-ordering:after {
        line-height: 32px;
        right: 0 !important;
    }

    .shop-header__filter .gridlist-toggle {
    }

    .shop-header .row {
        display: flex;
        justify-content: space-between;
    }

    .shop-products__container .products {
        margin: 0!important;
    }

    .shop-products__container .products li {
        flex: 0 46%;
    }

    .blog-item__name {
        font-size: 18px!important;
        line-height: 1.25 !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.product-tabs {
        flex-direction: column;
    }

    section.related.products ul.products.columns-5 li.product {
        width: 50% !important;
        min-height: 258px !important;
        margin-bottom: 15px!important;
    }

    .product-area__details-col {
        flex: 0 100%;
    }

    .tab-area__text {
        width: 100%;
    }

    .dokan-dashboard .dokan-dash-sidebar {
        width: 100%;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
        display: none;
        height: auto;
        padding-top: 48px;
        position: relative;
        z-index: 100;
        background: #ffffff;
        background-color: #ffffff!important;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation > input:checked + ul.dokan-dashboard-menu {
        display: flex!important;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        flex: 0 50%;
        border: 0;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
        line-height: normal;
    }

    .dokan-dashboard .dokan-dash-sidebar #mobile-menu-icon {
        z-index: 101!important;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
        display: none;
    }

    .dokan-product-listing .dokan-product-listing-area, .dashboard-container {
        padding: 0;
    }

    .page-main__container .woocommerce ul.products {
        margin: 0;
    }

    .page-main__container .woocommerce ul.products.columns-4 li.product {
        width: 50%;
        margin-bottom: 20px !important;
    }

    .dokan-dashboard .dokan-dashboard-content {
        width: 100%;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
        height: auto;
        min-height: 33px;
        position: relative;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
        display: block;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu {
        display: flex;
        flex-direction: column;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
        display: flex;
        position: relative;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
        width: auto;
        flex: 1;
        float: none;
        padding: 23px 28px;
        text-align: center;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
        display: inline-block;
    }
}

@media (min-width: 767px) {
    .main-nav__wrap {
        display: flex;
    }

    .my-panel {
        display: flex;
    }

    #modeltheme-main-head {
        display: none;
    }
}

@media (max-width: 430px) {
    table.dokan-table thead {
        display: block;
    }

    table.dokan-table td.column-thumb, table.dokan-table td.column-primary ~ td:not(.check-column) {
        display: block;
    }

    table.dokan-table td:not(.column-primary)::before {
        display: none;
    }

    .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #dokan-bulk-action-selector {
        width: auto;
        margin-right: 14px;
    }

    .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #dokan-bulk-action-submit {
        width: auto;
        margin-right: 14px;
    }

    .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-form-group {
        width: auto;
    }
}

@-webkit-keyframes search-up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes search-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}