/**
* Clottware website theme css file
*/

@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --primary-font-family: "Open Sans", sans-serif;
    --secondary-font-family: "Fjalla One", serif;
    --font-size: 14px;
    --text-color: #2d2f31;
    --primary-color: #ab0a4f;
    --hover-primary-bg: #ab0a4;
}

body{
    color: var(--text-color);
    font-family: var(--primary-font-family);
    font-optical-sizing: auto;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a{
    color: var(--primary-color);
}

h1, h2, h3,h4,h5,h6, .h1, .h2, .h3,.h4,.h5,.h6{
    font-family: var(--secondary-font-family) !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}


.text-sm-md{
    font-size: 20px
}

.text-md{
    font-size: 45px !important;
}

.bg-primary-color{
    background-color: var(--primary-color);
    color: #fff !important;
}


.ff-primary{
    font-family: var(--primary-font-family) !important;
}



.primary-color{
    color: var(--primary-color) !important;
}

.main-header{
    background-color: #fff;
    z-index: 999;
}

.main-header .navbar{
    height: 70px;
}

.search-wrapper{
    display: none;
}

.open-search .search-wrapper{
    display: block;
}

.header-sticky{
    position: sticky;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
}

.brand-text{
    font-weight: bolder;
    color: #a00649; 
    text-transform: uppercase;
	font-size:30px !important
}

.nav-link{
    color: var(--text-color);
}

.main-nav li a.nav-link{
    font-weight: 500;
    font-size: 14.5px;
    padding-right: 15px;
}

.menu-item a{
    padding-right: 20px !important;
}


.accout-dropdown{
    width: 270px;
}

.account-name-dropdown{
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--primary-color) !important;
}

.header-action a{
    color: var(--text-color);
    text-decoration: none;
}

.header-action a .cart-count{
    background-color: var(--primary-color);
    color: #fff;
    position: absolute;
    top: -12px;
    right: -9px;
    padding: 1px 6px;
    border-radius: 25px;
    font-size: 11px;
}


.header-sm{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;

}

.user-links-lists{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.user-links-lists li{
    list-style: none;
    color: var(--text-color);
}

.user-links-lists li a{
    text-decoration: none;
    padding-bottom: 10px;
    color: inherit;
}

.search-wrapper-big{
    min-width: 30rem;
    margin: 0 18px;
}

form.searchwp-form .searchwp-form-input-container .swp-input{
    height: 44px !important;
}

.searchwp-live-search-result .searchwp-live-search-result--title a{
    color: var(--text-color);
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: 0px;
    appearance: none;
}

.mobile-nav-lists a{
    font-size: 14.5px;
}

.account-logged-out a{
    text-decoration: none;
}


#searchCanvas.offcanvas-top{
    height: 100vh !important;
}

.search-opened .searchwp-live-search-results-showing{
    height: 100vh !important;
    -webkit-box-shadow: none !important; 
     box-shadow: none !important;
     max-height: 100vh !important;
}

/* Btn */

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ab0a4f;
    --bs-btn-border-color: #ab0a4f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a00649;
    --bs-btn-hover-border-color: #a00649;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a00649;
    --bs-btn-active-border-color: #a00649;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ab0a4f;
    --bs-btn-disabled-border-color: #ab0a4f;
}



.btn, .wpbc_wizard_step_button, .add_to_cart_button, .button, button{
    cursor: pointer;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    font-size: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-shadow: none;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: border-color 150ms ease-in, color 150ms ease-in, background-color 150ms ease-in, box-shadow 150ms ease-in;
    transition: border-color 150ms ease-in, color 150ms ease-in, background-color 150ms ease-in, box-shadow 150ms ease-in;
    border: 2px solid var(--color-secondary);
    border-color: transparent;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    border-radius: 4px;
    font-weight: 600;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size: 15px;
    min-width: 40px;
    height: 40px;
}

.btn.btn-primary , .wpbc_button_light, .single_add_to_cart_button{
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn.btn-transparent:hover{
    background-color: #ab0a5028;
}


.body-container, .woocommerce ul.products, .woocommerce-page ul.products{
    position: relative;
    width: 100%;
    max-width: 1149px;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
    .body-container {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .body-container, .container--small, .container--xsmall {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .body-container {
        padding: 0 24px;
    }
}

.ud-text-lg, .ud-text-md {
    font-weight: 400;
    line-height: 1.4;
}

.ud-unstyled-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: none;
}

.ud-unstyled-list li {
    padding-left: 0;
}

.ud-heading-serif-xxl {
    font-family: var(--secondary-font-family);
    font-weight: 500;
    font-size: 39px;
    line-height: 1.25;
    letter-spacing: -.016rem;
    max-width: 36em;
}

.section-gray-bg{
   background: #ab0a4f12;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1355px;
    }
}

.hero-container-box{
    padding: 0 !important;
}

.hero-container-box .e-con-inner{
margin: 0 !important;
position: relative;
max-width: 100% !important;
padding: 0 !important;
}

.hero-container-box img{
    width: 100% !important;
    height: 530px !important;
    object-fit: cover;
    object-position: top;
    
}

.slider-hero-banner-img{
    margin-bottom: 1.6rem;
}

.slider-hero-banner-img .banner-image{
    height: 530px;
    object-fit: cover;
    object-position: top;
}



.slider-hero-content-box, .hero-content-box{
    background-color: #fff;
    width: 100vw;
    display: flex;
    flex-direction: column;

}

.slider-hero-content-box h1, .hero-content-box h1{
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 80rem;
    font-size: 30px;
    padding: 0 2.4rem;
    margin-bottom: .8rem;
}

.slider-hero-content-box p, .hero-content-box p{
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 80rem;
    font-size: 16px;
    padding: 0 2.4rem;
}

.ud-heading-dm-serif{
    font-family: var(--secondary-font-family);
    font-weight: 500;
    font-size: 35.1778px;
    line-height: 1.25;
    letter-spacing: -.016rem;
    max-width: 36em;
}

.slider-hero-content-box .wide-hero-banner-slide_cta-buttons-container__OkhlY, .hero-content-box .wide-hero-banner-slide_cta-buttons-container__OkhlY{
    margin-top: 1.6rem;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    padding: 0 2.4rem 1.6rem;
}

@media (min-width: 75.0625rem) {
    .slider-hero-content-box .wide-hero-banner-slide_cta-buttons-container__OkhlY, .hero-content-box .wide-hero-banner-slide_cta-buttons-container__OkhlY {
        flex-direction: row;
        padding-bottom: 0;
    }
}

@media (min-width: 43.8125rem) {
    .slider-hero-content-box .wide-hero-banner-slide_cta-buttons-container__OkhlY, .hero-content-box .wide-hero-banner-slide_cta-buttons-container__OkhlY {
        padding: 0;
    }
}

@media (min-width: 37.5625rem) and (min-width: 75.0625rem) {
    .slider-hero-content-box, .hero-content-box {
        left: 42px;
        top: 113px;
        max-width: 32rem;
    }

    .slider-hero-content-box p, .hero-content-box p {
        font-size: 15.5px;
    }
}

@media (min-width: 37.5625rem) and (min-width: 43.8125rem) {
    .slider-hero-banner-img{
        margin-bottom: 0;
    }

    .slider-hero-content-box, .hero-content-box {
        position: absolute !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
        padding: 2.4rem !important;
    }

    .slider-hero-content-box h1, .hero-content-box h1 {
        min-width: 0;
        min-width: auto;
        padding: 0;
    }

    .slider-hero-content-box p , .hero-content-box p{
        min-width: 0;
        min-width: auto;
        padding: 0;
    }
}

@media (max-width: 599px){
    .slider-hero-banner-img .banner-image{
        height: 290px;
        object-position: right;
    }
}

.logged-out-homepage-body {
    padding: 3.2rem 2.4rem;
}

.logged-out-homepage-body_normal-padding {
    width: 100%;
    max-width: 134rem;
    margin-right: auto;
    margin-left: auto;
}

.partners-banner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    container-type: inline-size;
}

.partners-banner-content {
    width: 100%;
}

.partners-banner-heading{
    color: #6a6f73;
    font-weight: 400;
    margin-bottom: 2.4rem;
    font-size: 16px;
    max-width: 100%;
}

.partner-logos_list {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-self: center;
    gap: 40px;
}

.partner-logos_item {
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logos_item img{
    width: auto;
    height: 58px;
    object-fit: cover;
}

.course-unit_title-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}

.unit-title_container.unit-title_has-title {
    margin-bottom: 1.6rem;
}

.unit-title_container .unit-title_title-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.unit-title_container .unit-title_title {
    max-width: 100%;
}

.single-popular-title{
    font-size: 25px;
    font-weight: 700;
}

.body-desc{
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
}

@media (min-width: 61.3125rem) {
    .logged-out-homepage-body {
        padding: 6.4rem;
    }

    .logged-out-homepage-body_normal-padding {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
        padding-right: 4.8rem;
        padding-left: 4.8rem;
    }
}

/* Auth Page */

.auth-container{
    background-color: #fff;
}

.auth-container-content{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.auth-box{
    font-size: .875rem;
    line-height: 1.5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    color: #323232;
}

.auth-box{
    padding: 2rem;
    align-items: center
}

.auth-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.form-row{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
}

.form-input-group{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: .7rem;
    position: relative;
}

.form-label{
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-bottom: .25rem;
    color: #323232;
    text-align: left;
}

.form-input-wrap{
    position: relative;
    display: flex;
    max-width: 100%;
}

.form-input-wrap>:not([hidden])~:not([hidden]) {
    margin-top: .25rem;
    margin-bottom: 0;
}

.form-input{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #434343;
    display: block;
    width: 100%;
    margin-top: 0;
    padding: .625rem .75rem;
    border: 1px solid #767676;
    border-radius: 4px;
    min-width: 3rem;
}

.form-forgotpass{
    text-decoration: underline;
    text-align: center;
    color:#434343;
    cursor: pointer;
    margin-top: .5rem;
}

.form-footer{
    display: flex;
    justify-content: center;
    font-size: .75rem;
    padding-top: 18px;
    font-weight: 300;
}

.form-footer .form-footer-link{
    text-decoration: underline;
    justify-content: center;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

@media screen and (min-width: 30em) {
    .form-row {
        width: 20rem;
    }
}

@media screen and (min-width: 64em) {
    .auth-container {
        min-height: 100vh;
        background-color: #f7f7f7;
    }

    .auth-container-content{
    padding-top: 2rem;
    padding-bottom: 3.75rem;
    }
    
    .auth-box{
        box-shadow: 0 -1px 2px #adadad33, 0 2px 4px #a1a1a199;
        margin: 1.5rem 1rem 0;
        border-radius: 8px;
    }
}


/* Course userpage */
.course-dashboard-header{
    background-color: var(--primary-color);
    color: #fff;
}

.tutor-course-card .tutor-course-name, .tutor-course-card .tutor-course-name a {
    text-decoration: none;
}

.tutor-list-item label input[type=checkbox] {
    margin-right: 16px;
}

.course-page-nav-lists li a{
color: #fff !important;
font-weight: 600;
font-size: 14.5px;
position: relative;
}

.course-page-nav-lists li a.active{
    border-bottom: 5px solid #fff;

}

.form-error{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.show-pass-wrap{
    right: 0;
    height: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    padding-right: 8px;
}

.show-password{
    color: var(--text-color);
}

@media (min-width: 1200px) {
    .tutor-container-xl, .tutor-container-lg, .tutor-container-md, .tutor-container-sm, .tutor-container {
        max-width: 1228px;
    }
}

.tutor-wrap-parent{
    padding-top: 52px;
    padding-bottom: 52px;
}

.tutor-course-card .tutor-course-name {
    -webkit-line-clamp: 2;
    font-size: 16px;
}

@media (min-width: 800px) {
    .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky {
        position: sticky;
        top: 69px !important;
        background: rgba(255, 255, 255, .6);
        backdrop-filter: blur(14px);
        z-index: 1023;
    }
}


.contact-section .contact-flex-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 30px;
    margin-top: 60px;
}

.contact-section .contact-flex-section .contact-item {
    margin-bottom: 30px;
    width: calc(100% / 3 - 20px);
}

@media only screen and (max-width: 870px) {
    .contact-section .contact-flex-section .contact-item {
        width: calc(100% / 2 - 20px);
    }
}

@media only screen and (max-width: 600px) {
    .contact-section .contact-flex-section .contact-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.contact-section .contact-flex-section .contact-item .contact-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    border-bottom: 2px solid #1c1d1f;
    padding-bottom: 16px;
}

.contact-section .contact-flex-section .contact-item .contact-desc {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: .8rem;
}

.wpbc_times_selector div.wpbc_time_selected{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.datepick-inline div.datepick-one-month .datepick td.datepick-current-day .wpbc-cell-box {
    background: transparent;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.datepick-inline div.datepick-one-month .datepick td.datepick-current-day .wpbc-cell-box:hover {
    background: transparent;
    border: 1px solid var(--primary-color) !important;
}

.extra-lin-cramp{
    -webkit-line-clamp: 10 !important;
}

.practice-wrap{
    padding: 60px 20px;
}

.practice-wrap.has-end-border{
    border-left: 1px solid #767676;
    border-right: 1px solid #767676;
}

@media (max-width: 558px) {
    .practice-wrap{
        padding: 0;
    }
    
    .practice-wrap.has-end-border{
        border-left: 0;
        border-right: 0;
    }
}

.header-wrap{
    padding: 60px 20px;
    background-color: var(--primary-color);
    color: #fff;
    margin-bottom: 35px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em !important;
    color: #d9d4d4 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #ffffff !important;
}

.woocommerce ul.products, .woocommerce-page ul.products{
    padding: 50px 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-family: var(--primary-color);
    letter-spacing: 0.125em;
    font-weight: 400;
    text-transform: uppercase;
    padding: .5em 0;
    margin: 0;
    font-size: 15px;
    color: #1b1b1b;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .price{
color: #5e5e5e !important;
font-weight: 700;
font-size: 16px;
text-align: center;
margin-bottom: 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    color: #5e5e5e !important;
font-weight: 500;
font-size: 20px;
margin-bottom: 30px;
}

.product_title.entry-title{
    margin-bottom: 45px;
}

.add_to_cart_button{
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--primary-color) !important;
color: #fff !important;
}


.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
}

.woocommerce-pagination {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.woocommerce-pagination .page-numbers{
 padding: 5px 10px;
 border: 1px solid var(--primary-color);
 border-radius: 5px;
 text-decoration: none;
 background-color: var(--primary-color);
 color: #fff;
}

.woocommerce-pagination .page-numbers.current{
    color: var(--primary-color);
    background: transparent;
}

.woocommerce-page div.product .woocommerce-tabs{
    display: none !important;
}

.related.products{
    clear: both;
    padding-top: 90px;
}


.woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    position: relative;

}


.woocommerce .quantity{
    position: relative;
    padding-top: 14px;
}

.woocommerce .quantity::before{
    content: 'Quantity';
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.related.products h2{
    text-align: center;
}

table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate;
}


table.cart {
    margin-bottom: 3.706325903em;
}

table.shop_table_responsive thead {
    display: none;
}

td, th {
    padding: 0;
}

table td, table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
}

table th {
    font-weight: 600;
}

table thead th {
    padding: 1.41575em;
    vertical-align: middle;
}

table:not( .has-background ) th {
    background-color: #f8f8f8;
}


table.cart td, table.cart th {
    padding: .875em .875em 0;
}

table:not( .has-background ) tbody td {
    background-color: #fdfdfd;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.cart td.product-remove {
    padding: 0;
    border-top: 1.618em solid;
    position: relative;
}

table.cart td.product-remove, table.cart td.actions {
    border-top-color: #ffffff;
}

table.cart tr:first-child td.product-remove {
    border-top-width: 0;
}

table.shop_table_responsive tr td:before, table.shop_table_responsive tr td:after {
    content: "";
    display: table;
}

table.shop_table_responsive tr td:after {
    clear: both;
}

table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 3.706325903em;
    height: auto;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100%;
    box-shadow: none;
}

table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 43px;
    height: auto;
    border-radius: 5px;
}

@media (min-width: 768px) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.cart thead {
        font-size: 1em;
        text-indent: 0;
    }

    table.cart th, table.cart td {
        padding: 1.618em;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
        text-align: left;
    }

    table.cart td.product-remove {
        display: table-cell;
        padding: 1.618em;
        border: 0;
    }

    table.cart .product-thumbnail {
        display: table-cell;
    }

}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) " ";
        font-weight: 700;
        float: left;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    table.cart .product-thumbnail img {
        max-width: 77px;
    }
}


a.cart-prudct-name{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
}

a.cart-prudct-name:hover{
    color: var(--primary-color);
}

.woocommerce-message {
    border-top-color: var(--primary-color);
}

.woocommerce-message::before {
    color: var(--primary-color);
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    background: #1b1b1b;
    color: #fff;
}


.woocommerce-cart .cart-collaterals .cart_totals table td{
    text-align: right;
}

.woocommerce-shipping-methods{
    list-style: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after{
    display: none;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 183px !important;
}

.shipping-calculator-form .form-row{
    clear: both;
}

.shipping-calculator-form p button{
    background: var(--primary-color);
    color: #fff;
}

.select2-container{
    width: 289px !important;
}

.single-popular-title a{
 text-decoration: none;
 color: var(--text-color);
 font-size: 25px;
 font-weight: 500;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
    color: #fff !important;
}

.sp-testimonial-free-section .sp-testimonial-title h3, .sp-testimonial-free-section h4{
    color: #fff !important;
    font-weight: 500 !important;
}

#sp-testimonial-free-wrapper-41 .sp-testimonial-free-section .testimonial-nav-arrow{
    display: none;
}

.sp-easy-accordion .sp-ea-single .ea-header a{
    font-weight: 500 !important;
}

.close-form{
    right: 0;
    top: 0;
    z-index: 9999;
}

.youTubeHorizontal {
    width: 100px;
    vertical-align: middle;
    height: auto;
}

@media screen and (min-width: 480px) {
    .youTubeHorizontal {
        width: 179px;
        vertical-align: middle;
        height: 40px;
    }
}

.responsiveVideo {
    width: 280px;
    height: 157px;
}

@media screen and (min-width: 375px) {
    .responsiveVideo {
        width: 345px;
        height: 193px;
    }
}

@media screen and (min-width: 480px) {
    .responsiveVideo {
        width: 450px;
        height: 250px;
    }
}

@media screen and (min-width: 600px) {
    .responsiveVideo {
        width: 570px;
        height: 320px;
    }
}

@media screen and (min-width: 818px) {
    .responsiveVideo {
        width: 738px;
        height: 414px;
    }
}

@media screen and (min-width: 992px) {
    .responsiveVideo {
        width: 466px;
        height: 261px;
    }
}

@media screen and (min-width: 1200px) {
    .responsiveVideo {
        width: 539px;
        height: 303px;
    }
}

.wpbc_container.wpbc_form input.wpbc_button_light, .wpbc_container.wpbc_form input.wpbc_button_light:focus, .wpbc_container.wpbc_form input.wpbc_button_light:hover, .wpbc_container .wpbc_button_light, .wpbc_container .wpbc_button_light:focus, .wpbc_container .wpbc_button_light:hover, .wpbc_container.wpbc_container_booking_form .wpbc_button_light, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
    align-content: center !important;
}