.text-right{
    text-align: right !important;
}
.home-support .form-wrap .btn-group .btn{
    width: auto;
}
.home-support .video-box .video{
    padding-top: 123.1527093596%;
    position: relative;
}
.home-support .video-box .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; 
}
.footer .newsletter .form-group{
    box-shadow: none;
    align-items: flex-start;
}
.footer .newsletter .form-group .btn-wrap .wpcf7-spinner{
    display: none;
}
.footer .newsletter .form-group input{
    border: 1px solid rgb(253 253 253 / 50%);
}
.footer .newsletter .form-group .button{
    width: auto;
    color: #171717;
}
.footer .newsletter .custom-checkboxs span{
    display: block;
}
.footer .newsletter .custom-checkboxs .wpcf7-list-item{
    margin-left: 0;
}
.footer .newsletter .custom-checkboxs .wpcf7-list-item label{
    display: flex;
    align-items: center;
}
.footer .newsletter .custom-checkboxs .wpcf7-list-item label input{
    width: auto;
    margin-right: 1rem;
}
.footer .ft-menu .menu ul li{
    list-style-type: none;
}
.the-naturally .image{
    position: relative;
    padding-top: 40%;
}
.the-naturally .image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
form .btn{
    width: auto;
}
.contact-section .btn{
    width: auto;
}
.blog-details .heading .title{
    text-transform: uppercase;
}
.home-gallery .slider .item .box-img img{
    max-height: 35.8rem;
}
.blog-card .content .subtitle{
    pointer-events: none;
}
.gallery-card .content .subtitle{
    pointer-events: none;
}
.product-details .details .title{
    max-width: 100%;
}
.woocommerce .quantity.choose-number .input{
    width: 5.3rem;
}
.product-details .details .cart .btn {
    background: #BA9B64;
    color: #FDFDFD;
    gap: 1rem;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    padding: 0 3rem;
    height: 5.3rem;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 5.3rem;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}
.product-details .details .cart .btn:hover{
    background: #BA9B64;
}
.product-details .product-details-sliders .wpgis-pgs{
    width: 75%;
}
.product-details .product-details-sliders .images{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.product-details .product-details-sliders .images .venobox {
    display: block;
    padding-top: 100%;
    position: relative;
}
.product-details .product-details-sliders .images .venobox img{
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%; 
    object-fit: cover;
}
.product-details .product-details-sliders #slide-nav-pgs{
    height: 100%;
    width: 23%;
}
.product-details .product-details-sliders #slide-nav-pgs .slick-slide{
    position: relative;
    padding-top: 100%;
    margin: 0.5rem;
}
.product-details .product-details-sliders #slide-nav-pgs .slick-slide img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-details .my-tabs .tab-container{
    color: #171717;
}
.product-details .my-tabs .tab-container table{
    margin: 1rem 0;
}
.product-details .my-tabs .tab-container table tr{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}
.product-details .my-tabs .tab-container table tr td{
    padding: 0 1.5rem;
}
.product-details .my-tabs .tab-container table tr td ol{
    padding-left: 4rem;
}
.product-details .my-tabs .tab-container table tr td ul{
    padding-left: 4rem;
}
.product-details .my-tabs .tab-container ul{
    padding-left: 4rem;
}
.product-details .my-tabs .tab-container table iframe{
    width: 100%;
}
.product-card .top-content .add-to-cart{
    text-transform: uppercase;
    background: rgba(23, 23, 23, 0.5);
}
.product-card .top-content .add-to-cart:hover{
    background: rgba(23, 23, 23, 0.5);
    color: #FFFFFF;
}
.product-card:hover .top-content .added_to_cart{
    visibility: visible;
    opacity: 1;
}
.product-card .top-content .added_to_cart{
    padding-top: 0.5em;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 4rem;
}
.woocommerce .product-card .content .price{
    color: #BA9B64;
    font-size: 2.4rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.products-section .lmp_load_more_button .btn {
    height: auto;
    line-height: 1;
    text-transform: uppercase;
}
.vbox-overlay .vbox-content img{
    margin: 0 auto;
}
.product-details .my-tabs .tabs-nav li{
    pointer-events: none;
}
.product-details .my-tabs .tabs-nav li a{
    pointer-events: auto;
}
.sidebar .boxs .bapf_hascolarr{
    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;
    border-bottom: 0.5px solid rgba(23, 23, 23, 0.5);
    padding-bottom: 2rem;
    color: #171717;
    font-weight: bold;
    margin-bottom: 2rem;
    cursor: pointer;
}
.sidebar .boxs .bapf_hascolarr .fa-chevron-down:before{
    content: "";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background-image: url(../img/shop/arrow-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.1rem;
    height: 1.9rem;
    display: block;
}
.sidebar .boxs .bapf_hascolarr .fa-chevron-up:before{
    content: "";
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background-image: url(../img/shop/arrow-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.1rem;
    height: 1.9rem;
    display: block;
}
.sidebar .bapf_button{
    color: #C0995B;
    font-weight: bold;
}
.sidebar .btn:hover .bapf_button{
    color: #FFFFFF;
}
.sidebar .boxs .bapf_sfilter.bapf_ckbox input[type=checkbox]{
    margin-right: 10px;
}
.product-card .content{
    padding: 2rem;
}
.woocommerce table.shop_table{
    border: 0;
}
.cart-section .cart_totals tr th, .checkout-section .cart_totals tr th, .thank-you .cart_totals tr th{
    padding: 0.6rem 0;
    padding-top: 2rem;
    border: 0;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    border: 0;
}
.cart-section .cart-product-table .table thead th{
    padding: 0;
    padding-bottom: 3rem;
}
.woocommerce table.shop_table td{
    border-top: 0;
}
.cart-section .summary-box .cart_totals .table{
    margin-bottom: 0;
}
.cart-section .cart-product-table .table tfoot{
    display: block;
}
.cart-section .cart-product-table .table tfoot tr{
    display: block;
}
.cart-section .cart-product-table .table tfoot tr td{
    display: block;
    padding: 0;
}
.cart-section .cart-product-table .table tfoot tr td .txt{
    text-align: left;
}
.cart-section .form-row, .checkout-section .form-row, .thank-you .form-row{
    display: block;
    grid-template-columns: inherit;
}
.checkout-section .select2-container{
    z-index: 99;
}
.checkout-section .select2-container .select2-selection{
    height: 5rem;
    border: 0.5px solid rgba(23, 23, 23, 0.5);
    border-radius: 0rem;
    background: #FDFDFD;
    padding: 0 2rem;
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 5rem;
    text-transform: capitalize;
}
.checkout-section .select2-container .select2-selection .select2-selection__arrow{
    height: 5rem;
    line-height: 5rem;
}
.checkout-section .select2-container .select2-selection .select2-selection__rendered{
    line-height: 5rem;
}
.checkout-section .woocommerce-checkout #woocommerce-payment-list #payment{
    background-color: transparent;
    border-radius: 0;
}
.checkout-section .woocommerce-checkout #woocommerce-payment-list #payment ul{
    padding: 0;
    border: 0;
}
.checkout-section .woocommerce-checkout #woocommerce-payment-list #payment .custom-checkbox:not(:last-child) {
    margin-bottom: 2.5rem;
}
#woocommerce-payment-list #payment .payment_box{
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 1.6rem;
}
#woocommerce-payment-list #payment .payment_box::before{
    display: none;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 49%;
}
.woocommerce form .form-row .required{
    color: #171717;
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table tbody{
    display: table-caption;
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table td{
    padding: 0;
    padding-bottom: 2rem;
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table th{
    padding: 0;
    padding-bottom: 2rem;
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table tfoot td{
    text-align: right;
    color: #000001;
    width: 50%;
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table tfoot th{
    width: 50%;
}
.checkout-section .table-products{
    border-bottom: 0;
}
.woocommerce .checkout-section form .woocommerce-terms-and-conditions-wrapper .input-checkbox{
    display: none;
}
.woocommerce .checkout-section form .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{
    margin-top: 1rem;
    font-size: 1.6rem;
}
.woocommerce .checkout-section form .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a{
    display: inline-block;
    margin-left: 0.5rem;
    color: rgba(255, 133, 111, 0.7);
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 3rem;
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table tr.order-total{
    position: relative;
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table tr.order-total::after{
    position: absolute;
    top: 0;
    left: -4rem;
    z-index: -1;
    background: #F7EEE2;
    width: calc(100% + 8rem);
    height: 100%;
    content: "";
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table tr.order-total th{
    padding: 2rem 0;
    color: #171717;
    font-size: 2rem;
    font-weight: bold;
}
.checkout-section .summary-box .woocommerce-checkout-review-order .table tr.order-total td{
    color: #BA9B64;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: right;
    padding: 2rem 0;
}
.woocommerce .checkout-section .btn{
    text-transform: uppercase;
}
.cart-section .cart-product-table .table tbody td .product-item .caption .desc, .checkout-section .product-item .caption .desc{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.thank-you .desc a{
    display: inline-block;
    margin-left: 0.5rem;
    color: rgba(255, 133, 111, 0.7);
    font-weight: bold;
    text-decoration: underline;
}
.thank-you .table-products tbody{
    display: table-caption;
}
.thank-you .table-products tfoot td .amount{
    font-weight: bold;
    color: #171717;
}
.page-id-1304 .hero-banner .swiper-slide .content{
    max-width: 60rem;
}
.faqs-section .accordions .accordion-item.active{
    background-color: #F7EEE2;
}
.faqs-section .accordions .accordion-item{
    padding: 4rem 3rem;
    border-top: 1px solid rgba(23, 23, 23, 0.2);
    cursor: pointer;
}
.faqs-section .accordions .accordion-item:last-child{
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
}
.faqs-section .accordions .accordion-item .accordion-heading{
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    color: #0E0E0EB3;
}
.faqs-section .accordions .accordion-item .accordion-heading span{
    padding-right: 1rem;
    width: 100%;
}
.faqs-section .accordions .accordion-item.active .accordion-heading{
    color: #0E0E0E;
}
.faqs-section .accordions .accordion-item .accordion-content{
    padding-right: 5rem;
}   
.faqs-section .accordions .accordion-item .accordion-heading .arrow{
    background-image: url(../img/faqs/plus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.8rem auto;
    width: 2.8rem;
    height: 2.8rem;
}
.faqs-section .accordions .accordion-item.active .accordion-heading .arrow{
    background-image: url(../img/faqs/minus.png);
}
.booking-section .wpcf7-spinner{
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {  
    .product-details .product-details-sliders .wpgis-pgs{
        width: 100%;
    } 
    .product-details .product-details-sliders #slide-nav-pgs{
        width: 100%;
        height: auto;
    }
    .product-details .product-details-sliders #slide-nav-pgs .slick-slide{
        padding-top: 0;
    }
    .product-details .product-details-sliders #slide-nav-pgs .slick-slide img{
        height: 15rem;
        position: inherit;
    }
    .product-details .my-tabs .tab-container table tr td{
        width: 100% !important;
    }
}