/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
*/


body {
    font-family: 'bpg_gel_dejavu_sansregular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'bpg_gel_dejavu_sans_capsRg';

    font-weight: bold;
}

.woodmart-nav-link {
    font-family: 'bpg_gel_dejavu_sans_capsRg';
}

.site-logo {
    position: relative;
    top: -41px;
}


.home .whb-header {
    margin-bottom: 0;
}


.no-js .multi-step-form fieldset button, .no-js .multi-step-form h2, .multi-step-form.edit-form fieldset button, .multi-step-form.edit-form h2 {
    display: none !important;
}

.no-js .multi-step-form fieldset, .multi-step-form.edit-form fieldset {
    display: block !important;
}

.no-js .multi-step-form [type=submit], .no-js .multi-step-form [type=reset], .multi-step-form.edit-form [type=submit], .multi-step-form.edit-form [type=reset] {
    display: inline-block !important;
}

.no-js .multi-step-form .steps, .multi-step-form.edit-form .steps {
    display: none;
}

.multi-step-form fieldset {
    display: none;
}

.multi-step-form fieldset:first-of-type {
    display: block;
}

.multi-step-form fieldset.hidden {
    display: none;
}

.multi-step-form fieldset.visible {
    display: block;
}

.multi-step-form .steps button {
    border: 0;
}

.multi-step-form .steps [disabled] {
    background: none;
}

.multi-step-form .steps .active {
    background: #eee;
}

body {
    /* padding: 1em;
    max-width: 35em; */
    margin: 0 auto;
}

.error {
    color: red;
}

label .optional {
    font-weight: normal;
    font-size: 90%;
}

.swatch-on-single.swatch-with-bg.swatch-size-large {
    width: 149px;
    height: 162px;
    background-size: 93%;
    background-repeat: no-repeat;
    font-size: 15px;
    border-radius: 0;
    padding: 5px;
    border: 0.3px solid #9d9d9d3b;
    transition: all 0.3s;
    background-position: bottom 11px center;
}


.variations_form .woocommerce-variation-price .price {
    font-size: 30px;
    margin-bottom: 25px;
}

.booking-adress-infobar-block ul {
    list-style-type: none;
}


.woocommerce-my-account-wrapper {
    flex-direction: column;
}

.wd-my-account-sidebar, .woocommerce-MyAccount-content {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    border-right: 0px solid rgba(119, 119, 119, 0.2);
}

.woocommerce-MyAccount-title {
    display: none;
}


.woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font: normal 1.125rem 'FiraGO-SemiBold', sans-serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li:before {
    content: '';
    height: 3px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    position: absolute;
    bottom: -15px;
    background: #00B15D;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #00B15D;
    font: normal 1.125rem 'FiraGO-SemiBold', sans-serif;
    background-color: transparent

}

.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
    background-color: transparent;
    color: #00B15D;
    font: normal 1.125rem 'FiraGO-SemiBold', sans-serif;
    background-color: transparent
}

.woocommerce-MyAccount-navigation ul li.is-active:before, .woocommerce-MyAccount-navigation ul li:hover:before {
    opacity: 1;
}


.orders-panel {
    border: 1px solid #00B15D;
    margin-bottom: 76px;
}

.orders-panel-head,
.orders-history-head {
    border-bottom: 1px solid #00B15D;
    font-size: 14px;
    color: #8F8F8F;
    height: 41px;
}

.orders-panel-head div,
.orders-history-head div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.orders-panel-head,
.orders-panel-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 205px 235px 145px 125px 205px 1fr;
    grid-template-columns: 205px 235px 145px 125px 205px 1fr;
}

.orders-history-head,
.orders-history-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 205px 297px 237px 198px 233px;
    grid-template-columns: 205px 297px 237px 198px 233px;
}

.orders-panel-main,
.orders-history-main {
    padding: 20px 0;
    border-top: 1px solid #00B15D;
}

.orders-panel-main:first-child,
.orders-history-main:first-child {
    border-top: 0;
}

.orders-panel-head-title1,
.orders-history-head-title1 {
    padding-left: 25px;
}

.orders-panel-main-status,
.orders-history-main-status {
    color: #FFA800;
}

.orders-panel-main-title1,
.orders-history-main-title1 {
    padding-left: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.orders-panel-main-title1 img,
.orders-history-main-title1 img {
    width: 161px;
    height: 110px;
}

.orders-panel-main-title,
.orders-history-main-title {
    font-size: 16px;
    font-family: 'bpg_gel_dejavu_sans_capsRg';
    line-height: 131.7%;
    font-weight: normal;
    letter-spacing: 0;
    width: 218px;
}

.orders-panel-main-excerpt,
.orders-history-main-excerpt {
    font-family: 'bpg_gel_dejavu_sansregular';
    font-size: 15px;
    display: block;
    padding-top: 18px;
}

.orders-panel-main-price,
.orders-history-main-price {
    font-size: 18px;
    line-height: 152.69%;
    font-weight: 500;
}

.orders-panel-main-price img,
.orders-history-main-price img {
    margin-left: 8px;
}

.orders-panel-main-button {
    width: 193.66px;
    height: 41px;
    background: #00B15D;
    display: block;
    border: 0;
    color: #fff;
    font-family: 'bpg_gel_dejavu_sansregular';
    font-size: 18px;
}

.orders-history {
    border: 1px solid #E8E8E8;
    margin-top: 40px;
}

.orders-history-head {
    border-bottom: 1px solid #E8E8E8;
}

.orders-history-main {
    border-top: 1px solid #E8E8E8;
}

.orders-title-history {
    font-size: 18px;
    line-height: 121.19%;
    font-family: 'bpg_gel_dejavu_sans_capsRg';
    font-weight: normal;
}

.orders-panel-main-status.red,
.orders-history-main-status.red {
    color: #B30000;
}

.orders-panel-main-status.blue,
.orders-history-main-status.blue {
    color: #0054F8;
}

.orders-panel-main-status.green,
.orders-history-main-status.green {
    color: #00B15D;
}

.orders-panel-main-download,
.orders-history-main-download {
    display: none;
}

.accessories-list {
    padding-top: 20px;
}

.accessories-item {
    border: 1px solid #F4F4F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.accessories-item-head {
    background: #F4F4F4;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
}

.accessories-item-main {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accessories-item-galery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.accessories-item-head,
.accessories-item-info,
.accessories-item-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accessories-item-info-title,
.accessories-item-data {
    font-size: 18px;
}

.accessories-item-info-title {
    font-family: 'bpg_gel_dejavu_sans_capsRg';
    font-size: 16px;
    position: relative;
    /* top: 3px; */
}

.accessories-item-data {
    color: #00B15D;
    display: block;
    margin-right: 60px;
    margin-left: 13px;
}

.accessories-item-price {
    color: #00B15D;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accessories-item-price img {
    margin-right: 15px;
    margin-left: 8px;
}

.accessories-item-code {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.accessories-item-buy-title {
    position: relative;
    /* bottom: 3px; */
}

.accessories-item-departure,
.accessories-item-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'bpg_gel_dejavu_sans_capsRg';
    font-size: 15px;
}

.accessories-item-departure {
    font-size: 16px;
    line-height: 152.69%;
}


.accessories-item-departure {
    font-size: 16px;
    line-height: 152.69%;
}

a.btn-free {
    text-align: left;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    background: none;
    color: #00B15D;
    font-feature-settings: 'case' on;
}

h6.card-text-left {
    font-size: 16px;
}

a.btn-free:hover {
    background: none !important;
    color: #00B15D !important;
    box-shadow: none !important;
    text-decoration: underline;
}

.accessories-item-departure button {
    background: #00B15D;
    display: block;
    /* width: 129px; */
    height: 27px;
    font-size: 14px;
    border: 0;
    color: #fff;
    margin-left: 20px;
    line-height: 0px;
    white-space: nowrap;
}

.accessories-item-delivery {
    margin-top: 30px;
}

.accessories-item-delivery p {
    margin-bottom: 0
}

.accessories-item-delivery span {
    color: #737373;
    padding-right: 10px;
}

.accessories-item-img {
    margin-left: 20px;
}

.woof_redraw_zone .wrapper-filter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #E8E8E8;
    /*margin-bottom: 10px;*/
    position: relative;
}

/* .woof_container {
	margin-bottom: unset;
} */
.woof_container.woof_container_checkbox {
    padding: 15px 10px;
    text-align: center;
    color: #000;
    font: normal 1.125rem "Sylfaen";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-right: 1px solid #E8E8E8;
}

.woof_container_inner.woof_container_inner_ruge h4 {
    font-weight: normal;
}

.woof_block_html_items {
    display: none;
}

.woof_list.woof_list_checkbox {
    width: 100%;
    display: flex;
}

.sub-child-categories .button.woof_submit_search_form {
    position: absolute;
    right: 10px;
    bottom: 10px;
    float: unset !important;
    z-index: 3;
    padding: 5px 50px;
    background: #00B15D;
    color: #fff;
    border: unset;
}

.sub-child-categories .button.woof_reset_search_form {
    position: absolute;
    left: 10px;
    bottom: 10px;
    float: unset !important;
    z-index: 3;
    padding: 5px 50px;
    background: #00B15D;
    color: #fff;
    border: unset;
}

.sub-child-categories .button.woof_submit_search_form.disabled {
    cursor: auto;
    pointer-events: none;
}

.woof_redraw_zone > .woof_submit_search_form_container {
    display: none;
}

.woof_products_top_panel {
    display: none !important;
    z-index: unset;
    font: normal 1rem "Sylfaen";
    text-align: center;
    color: #4D4D4D;
    margin: 0 10px;
    border: 1px solid #00B15D;
    padding: 10px;
}

.catalog_page .woof_products_top_panel li span {
    font: normal 1rem "Sylfaen";
    text-align: center;
    color: #4D4D4D;
}

.catalog_page .woof_products_top_panel li span:hover {
    font-weight: bold;
}

.woof_products_top_panel.show {
    display: block !important;
}

.catalog_page .catalog_resulatat ul li {
    margin: 0 10px !important;
}

.booking-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking-calendar-main {
    width: 100%;
    height: 407px;
    border: 1px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
}

.booking-calendar-time {
    position: relative;
    margin-bottom: 7px;
    display: block;
}

.booking-calendar-time input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-calendar-time input:checked ~ .time-block {
    border: 1px solid #00B15D;
    color: #00B15D;
}

.booking-calendar-time .time-block {
    width: 133px;
    height: 42px;
    display: block;
    border: 1px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
    font-size: 16px;
    line-height: 138.19%;
    color: #000 !important;
}

.calendar {
    width: 100%;
    text-align: center;
    height: 100%;
}

.calendar .month,
.calendar .year {
    font-family: 'bpg_gel_dejavu_sans_capsRg';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 138.19%;
    color: #00B15D;
}

.calendar .title {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0;
}

.calendar .wk {
    color: #00B15D;
}

.calendar .wk:last-child {
    color: #C4C4C4;
}

.calendar .wk:first-child {
    color: #C4C4C4;
}

.calendar .days {
    border-bottom: 0 !important;
    padding: 6px 0;
}

.calendar .dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calendar .dates button {
    background: 0;
    font-size: 18px;
    line-height: 138.19%;
    width: 36px !important;
    height: 36px !important;
    padding: 6px 0 !important;
    margin: 0 17px;
}

.calendar .dates button:focus,
.calendar .dates button:hover {
    background: #00B15D !important;
    color: #fff !important;
}

.calendar .week-days b,
.calendar .days button {
    display: inline-block;
    width: calc(100% / 7);
}


.booking-calendar {
    margin-right: 10px;
}

.booked-appt-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 5px;
    max-height: 293px;
    overflow-y: auto;
}

.booking-calendar-time .time-block {
    width: 123px;
}

.booking-adress-main.max-h {
    max-height: 293px;
    padding: 0 20px;
}

.max-h .booking-adress-main-block {
    margin-bottom: 20px;
}

body table.booked-calendar thead th .page-left.month.not-active {
    pointer-events: none;
    cursor: default;
    color: #c4c4c4 !important;
}

body table.booked-calendar th {
    /*border-color: unset!important;*/
    border: 1px solid #E8E8E8 !important;
    padding: 11px 0 !important;
}

body table.booked-calendar thead tr:first-child th {
    height: unset;
    max-height: unset;
    min-height: unset;
}

body table.booked-calendar th .page-left,
body table.booked-calendar th .page-right {
    margin-top: -6px;
}

body table.booked-calendar tr.days,
body table.booked-calendar tr.days th {
    background: #fff !important;
    border: unset !important;
}

body table.booked-calendar tr.days th:first-child {
    border-left: 1px solid #E8E8E8 !important;
}

body table.booked-calendar tr.days th:last-child {
    border-right: 1px solid #E8E8E8 !important;
}

body table.booked-calendar tbody tr.week td {
    padding: unset !important;
    height: 54px !important;
    border-right: unset;
}

body table.booked-calendar td.prev-date .date {
    background: #fff !important;
    color: #C4C4C4 !important;
}

body table.booked-calendar tr.week td:last-child {
    border-right: 1px solid #E8E8E8 !important;
}

body table.booked-calendar td.today .date span {
    border: unset !important;
}

body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.week td .date:hover {
    background: #fff;
}

body table.booked-calendar tr.week td.active .date .number {
    background: #00B15D;
    color: #fff;
}


body table.booked-calendar th,
body table.booked-calendar thead,
body table.booked-calendar thead th,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover {
    background: #fff !important;
    color: #00B15D !important;
}

body table.booked-calendar thead th .page-left,
body table.booked-calendar thead th .page-right,
body table.booked-calendar th .monthName a,
body table.booked-calendar th .monthName {
    color: #00B15D !important;
    font-size: 14px;
    line-height: 14px;
    height: auto;
}

body table.booked-calendar td,
tbody tr.week td {
    line-height: 54px !important;
    max-height: 54px !important;
}

body table.booked-calendar tbody td {
    padding: 5px !important;
}

.booking-calendar-main {
    height: auto;
    border: unset;
    min-height: 293px;
}


.booking-calendar-main {
    width: 50%;
    height: 407px;
    border: 1px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
    float: left;
}

.wd-header-cart .wd-tools-icon:before {
    display: none;
}


/* Saba*/
.woocommerce-products-header__title {
    color: #000;
    font: normal 2rem 'BPG page-title 001 Caps', sans-serif;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-products-header__title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 70px;
    height: 6px;
    background: #00B15D;;
}


.color-black p {
    color: #000
}


.single_variation_wrap .price .amount {
    font-size: inherit;
    color: #000;
}


.woodmart-wishlist-btn > a:before {

    width: 38px !important;
    height: 33.81px !important;
    font-weight: 400;
    font-size: 30px;
    color: #00b15d;
}


.woodmart-wishlist-btn > a:after {
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 38px !important;
    height: 33.81px !important;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
}

.woodmart-wishlist-btn {
    color: #fff;
    margin-top: -47px;
    margin-left: 16px;
    position: absolute;
}

.woodmart-wishlist-btn a {
    color: transparent !important;
}

.product-share {
    margin-top: 60px;
}

.product-share .share-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

.variations_form.variation-swatch-selected .reset_variations {
    display: none !important
}


.swatch-on-single.swatch-with-bg.swatch-size-large span {
    display: block;
    margin-top: 20px;
}

/* End Saba */


#comments {
    opacity: 0;
    display: none;
    visibility: hidden;
}


.blog_cats {
    display: flex;
    justify-content: flex-start;
    align-items: Center
}

.blog_cats a {
    padding: 10px;
    border: 1px solid #f4f4f4;
    margin-right: 10px;
    transition: all 0.3s;
    display: flex;
}

.blog_cats a:hover {
    background: #00b15d;
    color: #fff;
    border-color: #00b15d;
}

.card-text-left {
    text-align: left !important;
    font-size: 14px;
}

.no-border {
    border-width: 0;
}

.wd-81 {
    width: 75%
}


.wd-header-my-account a {
    display: flex;
    justify-content: center;
    align-items: center;
}


.forms_types {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.forms__types--item {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    padding: 20px 5px 20px;

    border: 2px solid #C4C4C4;

    cursor: pointer;

    width: 100%;
    position: relative;
}

.form__types--info-icon {position: absolute;right: 8px;width: 20px;height: 20px;background: #01b05c;border-radius: 100%;color: #fff;bottom: 8px;}

.forms__types--item:hover {
    border: 2px solid #00B15D;

}

.forms__types--item.active {
    border: 2px solid #00b15d;
}

.forms__types--image {
    height: 120px;
    /*     width:100%; */
    display: block;

}

.forms__types--image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.forms__types--price {
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    font-size: 30px;
}

.summary-inner .product-share {
    margin-top: 20px;
}

.forms__types--item-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 32%;
}


.forms__types--title {
    font-family: 'bpg_gel_dejavu_sans_capsRg';
    color: #000;
    margin-top: 7px;
    font-size: 16px;
    line-height: 21px;
}

.forms__types--title span {
    color: #c4c4c4;
}

@media (max-width: 768px) {
    .forms__types--image {
        width: 100%;
        height: auto;
    }
}

.Headmy-account .wd-tools-icon:before {
    font-size: 19px;
    content: "\f124";
    font-family: "woodmart-font";
}

.wd-sub-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--sub-menu-color);
    font-size: 14px;
    line-height: 1.3;
    align-items: flex-start;
    justify-content: flex-start;
}

.modal-backdrop {
	z-index: 99999!important
}

.modal {
    	z-index: 999999!important

}

.hovered-social-icons {
	display:none !important;
}

.cat-item-689  {
    display: none !important;
}
