/* WooCommerce custom styling */ 
a.cart-contents {
    white-space: nowrap;
}

#main-banner.shop::after, #intro.shop::after {
    content: none;
}

#intro.shop {
    padding: 0;    
    padding: 5% 0;
}

.cart-contents, .cart-contents:visited {
    color: #cb9d8d;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    float: none;
    font-size: 16px;
    color: #fff;
    background-color: #cb9d8d;
    border: 1px solid #cb9d8d;
    margin: auto;
    /* padding: 16px 33px 16px 32px; */
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'BASKVILL';
}


.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    float: none;
    font-size: 16px;
    color: #fff;
    background-color: #cb9d8d;
    border: 1px solid #cb9d8d;
    margin: auto;
    /* padding: 16px 33px 16px 32px; */
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'BASKVILL';
    padding: .618em 1em;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    color: #cb9d8d;
    background-color: #ffffff;
    border: 1px solid #cb9d8d;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    color: #cb9d8d;
    background-color: #ffffff;
    border: 1px solid #cb9d8d;
}


.woocommerce .products .price, .woocommerce .summary.entry-summary .price, .woocommerce ul.products li.product .price {
    text-align: left !important;
    color: #cb9d8d;
}

.woocommerce span.onsale {
    /* font-family: 'BASKVILL' !important;
    text-transform: uppercase;
    background-color: #cb9d8d;
    min-height: 3.836em;
    min-width: 3.836em;
    padding: 0;
    line-height: 3.836; */
    background-color: #cb9d8d;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size:14px;
    padding:0;
    line-height:50px;
}

.woocommerce-info { border-top-color: #cb9d8d; }

.woocommerce-info::before { color: #cb9d8d; }

.woocommerce h2, .woocommerce p, .woocommerce .woocommerce-message, .woocommerce table {
    font-family: 'BASKVILL' !important;
}

.woocommerce table th, .woocommerce table td { font-size: 19px !important; }

.woocommerce p.label, .woocommerce p label { font-size: 19px !important; }
.woocommerce .cart_totals h2 { font-size: 2rem; }
.woocommerce .up-sells h2, .woocommerce .wc-tabs-wrapper h2 { font-size: 1.5rem; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce div.product .woocommerce-tabs ul.tabs  {
    text-align: left;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 0 0.5rem;
}

.woocommerce [type='checkbox'] + label[for], .woocommerce [type='radio'] + label[for] {
    font-size: 19px !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul { list-style-type: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { color: #cb9d8d; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited { color: #cb9d8d; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover { color: #000; }

.woocommerce .woocommerce-breadcrumb { 
    text-align: center;
    color: #767676;
    background: #efefef;
    padding-bottom: 15px;
    font-family: 'BASKVILL'; 
}


/*
 *  Fees Calculator & Table
 */
.feesCalculatorWrapper {
    max-width: 49%;
}
.feesCalculator {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 50px;
    margin-bottom:20px;
}
    .feesCalculatorAmount {
        margin: 10px;
        border-radius: 2px!important;
        font-size: 12px;
        font-weight: bold;
        line-height: 38px;
        padding: 0 12px!important;
        background: #eee;
        width: 100px;
        vertical-align: baseline;
        display: inline-block;
    }
    .feesCalculatorSubmit {
        position: relative;
        padding: .3em 1em;
        border: 2px solid;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.7em!important;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;

        border-color: #ddd2b9;
        color: #aa9775;
        padding: .3em 1em!important;
        font-size: 16px;
        border-radius: 5px;
    }


 .finance_calculator.finance_calculator__table {
    width: 100%;
    /*width: 592px;*/
    margin: 0 auto 0 auto;
    display: inline-table 
}
 .finance_calculator.finance_calculator__table td {
    font-size: 16px;
    color: #a19991;
    line-height: 30.48px;
    padding: 5px;

    text-align: left;
    border: 1px solid #ccc;
}
 .finance_calculator.finance_calculator__table .finance_calculator__table__title,.finance_calculator.finance_calculator__table .finance_calculator__table__title h3 {
    background-color: #cb9d8d;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 16px;
}
 .finance_calculator.finance_calculator__table .finance_calculator__table__title--no-deposit {
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #333 
}
 .finance_calculator.finance_calculator__table .finance_calculator__table__row td {
     width: 50% 
}
 .finance_calculator.finance_calculator__table .finance_calculator__table__row td+td {
     background-color: #f1f1f1 
}

p.paraTabeoFinanceCalculator {
    text-align: center;
    margin-top: 30px;
}
    p.paraTabeoFinanceCalculator > a {
        background: #cb9d8d;
        font-family: 'BASKVILL';
        font-size: 18px;
        padding: 8px 12px;
        color: #fff;
        border: 1px solid #cb9d8d;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
        p.paraTabeoFinanceCalculator > a:hover {
            text-decoration: none;
            background: #fff;
            color: #cb9d8d;
        }

.teamin-wrapp .teamin-row1 .teamin-bar1 {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
a.book-btnhome{
    display:none;
}
@media (min-width: 480px) and (max-width:767px) {
    .finance_calculator.finance_calculator__table {
        width: 100%;
        margin: 20px 10px 
    }
    .feesCalculatorWrapper {
        max-width: 100%;
    }
}
@media (max-width: 479px) {
    .finance_calculator.finance_calculator__table {
        width: 100%;
        margin: 20px 10px 
    }
    .feesCalculatorWrapper {
        max-width: 100%;
    }
}

/*
 *  End Fees Calculator & Table
 */

a.book-video-consult {
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-radius: 20px;
    display: inline-block;
    padding: 11px 23px;

    font-size: 14px;
    color: #fff;
    background: #cb9d8d;
    border: 2px solid #cb9d8d;
    margin: 16px 0 0;
    line-height: normal;
    text-transform: capitalize;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
    a.book-video-consult:hover {
        color: #cb9d8d;
        background: #fff;
    }