/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.woocommerce .material.product .product-wrap .product-meta > .price,
#header-outer .widget_shopping_cart .woocommerce-mini-cart__total.total {
    text-align: center;
}

#header-outer .widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.woocommerce .material.product .product-wrap .product-add-to-cart {
    left: 0;
    width: 100%;
    text-align: center;
}

.select2-search.select2-search--dropdown {
    display: none;
}

body .material.product .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a {
    border:none;
    margin-left: 4px;
    margin-right: 4px;
}

body .material.product .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a span {
    border: 1px solid #848484;
    box-shadow: none;
}

.nectar-social.fixed {
    bottom: 84px;
}

.single-product .entry-summary p.stock.out-of-stock, .nectar-quick-view-box p.stock.out-of-stock {
    padding: 8px 10px;
    min-width: 200px;
    text-align: center;
}

.woocommerce-page #ajax-content-wrap button[type="submit"].single_add_to_cart_button  {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.tax-product_cat .top-heading {
    text-align: center;
}

.post-type-archive-product.woocommerce .container-wrap,
.tax-product_cat.woocommerce .container-wrap {
    background-color: #fff !important;
}

.col_mobile {
    display: none;
    width: 80px;
    float: left;
}

.woocommerce div.product form.cart .missing-selection .select2-selection,
.nectar-quick-view-box form.cart .missing-selection .select2-selection {
    border-color: #bc001b;
}

#header-outer {
    border-bottom: 1px solid #ebebeb;
}

#header-outer.small-nav {
    border-bottom-color: #fff;
}

body .woocommerce .nectar-woo-flickity .flickity-slider li {
    margin-top: 6% !important;
    margin-bottom: 6% !important;
}

div.leap-chat-box-intro--form input[type="text"],
div.leap-chat-box-intro--form textarea {
    padding: 6px 8px !important;
}

body #header-outer .widget_shopping_cart .cart_list li .product-meta > a, #slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta > a {
    line-height: 1.1;
}

@media only screen and (max-width: 1400px) {
    body .material.product .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a:first-of-type {
        margin-bottom: 4px;
    }
    .woocommerce .material.product .product-wrap .product-meta > .price {
        padding-top: 24px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    body .material.product .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a {
        margin-left: 1px;
        margin-right: 1px;
    }

    body .material.product .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a span {
        font-size: 11px !important;
        padding: 1px 3px !important;
    }
}

@media only screen and (max-width: 999px) {
    .single-product .woocommerce-breadcrumb {
        display: none;
    }

    .single-product div.product h1.product_title,
    .single-product div.product .summary p.price,
    .single-product div.product .woocommerce-product-details__short-description,
    .single-product div.product .single_variation_wrap {
        text-align: center;
    }

    .single-product div.product .variations {
        margin: 0 auto;
    }

    .single-product div.product form.cart .reset_variations {
        display: block;
        margin-top: 10px;
    }

    .single-product div.product form.cart div.quantity {
        margin-right: 0;
    }

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

    .col_mobile {
        display: block;
    }

    .col_mobile .nectar-icon,
    .col_mobile .icon-salient-m-user {
        opacity: 1;
        color: #ffffff !important;
        top: 0 !important;
        transform: none !important;
    }

    #top .span_3,
    body[data-slide-out-widget-area="true"] #top .col.span_3 {
        width: auto;
    }

    #top .span_3 {
        position: static !important;
    }
    body header#top #logo img {
        left: 50% !important;
        margin-left: -12px;
    }

}

@media only screen and (max-width: 640px) {
    .single-product div.product form.cart .variations {
        width: 100% !important;
    }

    .single-product div.product form.cart .variations td .fancy-select-wrap {
        display: block;
    }

    body[data-fancy-form-rcs="1"].single-product .variations_form.cart .variations .select2-container {
        width: 100% !important;
    }

    .woocommerce-page.single-product #ajax-content-wrap button[type="submit"].single_add_to_cart_button {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 470px) {
    .col_mobile {
        height: 58px;
    }

    .col_mobile .nectar-icon,
    .col_mobile .icon-salient-m-user {
        top: 50% !important;
        -ms-transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    body header#top #logo img {
        transform: translateX(-120px);
        margin-left: -28px;
    }
}


/* CART
   ----------------------------- */

.woocommerce-cart .row .col.section-title {
    border-bottom: none !important;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
    background-color: #E9E8E8 !important;
    font-size: 14px;
    letter-spacing: 0.45px;
    line-height: 40px;
    color: #444444;
    padding: 0 0 0 30px;
    border-radius: 3px 5px 5px 3px;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button {
    border-radius: 3px;
    background-color: #444444 !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.45px;
    padding: 0 14px !important;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button:active {
    background-color: #72BE58 !important;
}

.woocommerce-cart table thead tr th {
    padding: 25px 20px !important;
}

.woocommerce-cart table thead tr th,
.woocommerce-cart table tbody tr td {
    border-bottom: 1px solid #E7E4E4 !important;
}

.woocommerce-cart table tbody tr:nth-child(n) td:not(.actions),
.woocommerce-cart .cart-collaterals table tr:nth-child(n) th {
    background: #fff;
}

.woocommerce-cart table tbody tr td.actions {
    border: none !important;
    padding: 0 !important;
}

.woocommerce-cart .cart-table-footer .sub-total-box {
	border: 1px solid #E9E8E8;
    border-radius: 3px;
    padding: 0 0 0 28px;
}

.woocommerce-cart .cart-table-footer .col-subtotal {
    padding-right: 0;
}

.woocommerce-cart .cart-table-footer .sub-total-box .sub-total-label {
    float: left;
    font-size: 14px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    line-height: 38px;
}

.woocommerce-cart .cart-table-footer .sub-total-box .sub-total-value {
    float: right;
    height: 26px;
    line-height: 26px;
    border-left: 1px solid #E9E8E8;
    padding: 0 22px;
    margin-top: 6px;
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.45px;
}

.woocommerce-cart .cart-table-footer .wc-proceed-to-checkout .button.checkout-button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px;
    line-height: 40px;
}

.woocommerce-cart .cart-table-footer button.button {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px;
    line-height: 40px;
    opacity: 1 !important;
	background-color: #444444 !important;
    color: #fff !important;
}

.woocommerce-cart .cart-table-footer button.button:hover {
	background-color: #72BE58 !important;
}

.woocommerce-cart .cart-table-footer button.button:disabled,
.woocommerce-cart .cart-table-footer button.button:disabled:hover {
    background-color: #E9E8E8 !important;
    color: #999999 !important;
}

.woocommerce-cart .cart-table-footer .order-total .order-total-label {
	font-size: 28px;
    letter-spacing: 0.60px;
    float: left;
}

.woocommerce-cart .cart-table-footer .order-total .order-total-value {
	font-size: 28px;
    letter-spacing: 0.60px;
    float: left;
    padding-left: 40px;
}

.woocommerce-cart .cart-table-footer .order-total .order-total-value strong {
    font-weight: normal;
}

@media only screen and (max-width: 999px) {
    .woocommerce-cart .cart-table-footer .col-total {
        margin-bottom: 0;
    }

    .woocommerce-cart .cart-table-footer .col-total .col {
        margin-bottom: 0;
    }

    .woocommerce-cart .cart-table-footer .order-total {
        text-align: center;
    }

    .woocommerce-cart .cart-table-footer .order-total .order-total-label,
    .woocommerce-cart .cart-table-footer .order-total .order-total-value {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
}


@media only screen and (max-width: 768px) {
    .woocommerce-cart .container-wrap {
        padding-top: 0 !important;
    }

    .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
        line-height: 1.3;
        text-align: center;
        padding: 10px 15px;
    }

    .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button {
        display: none;
    }

    .woocommerce-cart table.cart {
        margin-bottom: 30px;
    }

    .woocommerce-cart table.cart tr {
        border: 1px solid #E9E8E8;
        border-radius: 3px;
        padding: 15px;
        position: relative;
    }

    .woocommerce-cart table.cart tr:not(.cart_item) {
        padding: 0;
        border: none;
    }

    .woocommerce-cart table.cart tr td.product-remove {
        border: none !important;
        position: static;
    }

    .woocommerce-cart table.cart tr td.product-remove a.remove {
        top: 15px;
        right: 15px;
    }

    .woocommerce-cart table.cart tr td.product-name {
        border: none !important;
        display: table-cell;
        vertical-align: middle;
        text-align: left !important;
        padding-left: 15px;
    }

    .woocommerce-cart table.cart tr td.product-thumbnail {
        display: table-cell;
        vertical-align: middle;
        border: none !important;
        padding: 0;
    }

    .woocommerce-cart table.cart tr td.product-name:before {
        display: none;
    }

    .woocommerce-cart table.cart tr td.product-price,
    .woocommerce-cart table.cart tr td.product-subtotal,
    .woocommerce-cart table.cart tr td.product-quantity {
        clear: both;
        padding: 15px 0;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #999;
    }

    .woocommerce-cart table.cart tr td.product-price:before,
    .woocommerce-cart table.cart tr td.product-subtotal:before,
    .woocommerce-cart table.cart tr td.product-quantity:before {
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #999;
        font-weight: normal;
        text-transform: uppercase;
        content: attr(data-title);
    }

    .woocommerce-cart table.cart tr td.product-subtotal {
        border-bottom: none !important;
        padding-bottom: 0;
    }

    .woocommerce-cart table.cart tr td.product-quantity:before {
        line-height: 35px;
    }


}



/* CHECKOUT
   ----------------------------- */

.checkout-wc {
    background: #f9f9f9;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
}

.admin-bar.checkout-wc {
    min-height: calc(100vh - 32px);
}

.checkout-wc #cfw-cart-details {
    background: #fff !important;
}

.checkout-wc #cfw-cart-details:before {
    background: #fff !important;
    border: none;
}

.cfw-logo {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 !important;
}

.cfw-logo .logo {
    background-position: center center !important;
    height: 84px;
}

#cfw-breadcrumb  {
    justify-content: center;
    margin-bottom: 40px;
}

#cfw-breadcrumb li > a {
    font-size: 12px;
}

#cfw-breadcrumb li:not(:last-child):after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
}

.cfw-module-title {
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.cfw-module-title .cfw-have-acc-text {
    float: right;
    font-size: 10px;
    text-transform: none;
    color: #444;
    font-weight: 600;
}

.cfw-module-title .cfw-have-acc-text a {
    color: #000 !important;
}

.cfw-input-wrap input[type="email"],
.cfw-input-wrap input[type="number"],
.cfw-input-wrap input[type="password"],
.cfw-input-wrap input[type="tel"],
.cfw-input-wrap input[type="text"],
.cfw-input-wrap textarea,
.cfw-input-wrap select {
    border: 1px solid #E9E8E8 !important;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 12px;
    border-radius: 3px;
}

.cfw-input-wrap > input[type="text"]:focus,
.cfw-input-wrap > input[type="email"]:focus,
.cfw-input-wrap > input[type="tel"]:focus,
.cfw-input-wrap > input[type="number"]:focus,
.cfw-input-wrap > input[type="password"]:focus,
.cfw-input-wrap select:focus,
.cfw-input-wrap textarea:focus {
    box-shadow: 0 0 0 1px #bc001b !important;
}

.cfw-input-label {
    line-height: 16px;
    font-size: 10px;
    padding: 0 12px;
    margin: 2px 0 0 0;
}

.cfw-input-wrap.cfw-floating-label input[type="email"],
.cfw-input-wrap.cfw-floating-label input[type="password"],
.cfw-input-wrap.cfw-floating-label input[type="tel"],
.cfw-input-wrap.cfw-floating-label input[type="text"],
.cfw-input-wrap.cfw-floating-label select,
.cfw-input-wrap.cfw-floating-label textarea {
    padding: 16px 12px 4px 12px !important;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.cfw-input-wrap.cfw-floating-label select {
    padding-left: 7px;
}

.cfw-alert-error {
    color: #CE0007;
    border-color: #CE0007;
    text-align: center;
    font-size: 12px;
    background: transparent;
}

.parsley-error {
    -webkit-box-shadow: 0 0 0 1px #CE0007 !important;
    box-shadow: 0 0 0 1px #CE0007 !important;
}

.parsley-errors-list li {
    margin-top: 4px;
    font-size: 12px;
}

.cfw-alert-error strong {
    font-weight: normal;
}

.cfw-small {
    font-size: 12px;
}

#cfw-login-slide {
    position: relative;
}

#cfw-login-slide .cfw-button-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
}

#cfw-login-slide .cfw-button-input input[type="button"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background: #444444;
    border-radius: 3px;
}

#cfw-login-slide .cfw-button-input input[type="button"]:hover,
#cfw-login-slide .cfw-button-input input[type="button"]:focus,
#cfw-login-slide .cfw-button-input input[type="button"]:active {
    background: #72BE58;
}

#cfw-shipping-info-action .previous-button .cfw-prev-tab,
#cfw-shipping-action .previous-button .cfw-prev-tab,
#cfw-payment-action .previous-button .cfw-prev-tab {
    color: #444;
    font-size: 12px;
}

#cfw-shipping-info-action .previous-button .cfw-prev-tab svg,
#cfw-shipping-action .previous-button .cfw-prev-tab svg,
#cfw-payment-action .previous-button .cfw-prev-tab svg {
    width: 10px;
    height: auto;
    transform: rotate(180deg);
    position: relative;
    top: 2px;
}

.cfw-bottom-controls .cfw-primary-btn,
.place-order .cfw-primary-btn {
    color: #fff !important;
}

.cfw-bottom-controls .cfw-primary-btn,
.place-order .cfw-primary-btn {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
}

.cfw-bottom-controls .cfw-primary-btn:hover,
.place-order .cfw-primary-btn:hover,
.cfw-bottom-controls .cfw-primary-btn:focus,
.place-order .cfw-primary-btn:focus,
.cfw-bottom-controls .cfw-primary-btn:active,
.place-order .cfw-primary-btn:active {
    background: #bc001b !important;
}

.place-order .cfw-primary-btn {
    min-width: 180px;
}

#cfw-cart-list {
    padding-top: 45px;
}

#cfw-cart-list .cfw-cart-item {
	border: 1px solid #E9E8E8;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: table;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#cfw-cart-list .cfw-cart-item .cfw-cart-item-image {
    margin-left: 0;
    width: 86px;
    display: table-cell;
    vertical-align: middle;
}

#cfw-cart-list .cfw-cart-item .cfw-cart-item-image img {
    border-radius: 0;
    border: none;
    max-width: 100%;
}

#cfw-cart-list .cfw-cart-item .cfw-cart-item-title-quantity {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

#cfw-cart-list .cfw-cart-item .cfw-cart-item-subtotal {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    border-left: 1px solid #E9E8E8;
    font-weight: bold;
    color: #444;
    font-size: 12px;
}

#cfw-totals-list .cfw-flex-row {
    border: 1px solid #E9E8E8;
    border-radius: 3px;
    padding: 0;
    margin: 0 0 20px 0;
}

#cfw-totals-list .cfw-flex-row > .type {
    font-size: 11px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    line-height: 38px;
    padding-left: 15px;
}

#cfw-totals-list .cfw-flex-row > .amount {
    height: 26px;
    line-height: 26px;
    border-left: 1px solid #E9E8E8;
    padding: 0 15px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.45px;
    color: #444;
}

#cfw-totals-list .cfw-totals-total .cfw-flex-row {
    border: none;
}

#cfw-totals-list .cfw-totals-total .cfw-flex-row > .type {
    font-size: 24px;
    letter-spacing: 0.60px;
    font-weight: 300;
}

#cfw-totals-list .cfw-totals-total .cfw-flex-row > .amount {
    border-left: none;
    font-size: 24px;
    letter-spacing: 0.60px;
    font-weight: normal;
}

#cfw-footer {
    font-size: 12px;
}

#cfw-footer p {
    margin-bottom: 10px;
}

#cfw-footer p a {
    color: #999;
    text-decoration: none;
}

.checkout-progress {
	border: 1px solid #E9E8E8;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 0 10px;
    list-style: none;
    margin: 0 0 30px 0;
}

.checkout-progress li {
    padding: 10px 0;
    border-bottom: 1px solid #E7E4E4;
    list-style: none;
}

.checkout-progress li:last-child {
    border-bottom: none;
}

.checkout-progress li span {
    float: left;
}

.checkout-progress li .title {
	color: #999;
    font-size: 12px;
    letter-spacing: 0.45px;
    width: 20%;
}

.checkout-progress li .content {
	color: #444;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.45px;
    width: 60%;
    border: none !important;
    padding: 6px 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.checkout-progress li .content br {
    display: inline;
}

.checkout-progress li .content br:after {
    content: ',';
}

#cfw-shipping-details-fields,
#cfw-shipping-details-fields-payment {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    line-height: 14px;
    font-size: 12px;
}

.checkout-progress li .action {
    float: right;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.45px;
}

.checkout-progress li .action a {
    color: #444 !important;
}

.cfw-shipping-methods-list li label {
    font-size: 12px;
    position: relative;
    padding-left: 40px;
    padding-right: 60px;
    line-height: 18px;
}

.cfw-shipping-methods-list li label .amount {
    color: #444444;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    letter-spacing: 0.45px;
	border-left: 1px solid #E9E8E8;
    padding: 4px 4px 4px 12px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.checkout-wc input[type="radio"] {
    position: absolute;
    top: 8px;
    left: 8px;
}

#cfw-payment-method input[type="radio"] {
    left: 6px !important;
    margin-right: 10px;
}

.checkout-wc input[type="radio"]:checked {
    box-shadow: none;
    background: #000;
}

.checkout-wc .woocommerce-terms-and-conditions-wrapper {
    font-size: 12px;
}

.checkout-wc .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.checkout-wc .woocommerce-terms-and-conditions-wrapper a {
    color: #bc001b;
}

.checkout-wc .braintree-dropin .braintree-heading,
.checkout-wc .braintree-dropin .braintree-placeholder {
    display: none;
}

.checkout-wc .braintree-dropin .braintree-sheet__header {
    display: none;
}

.checkout-wc .braintree-dropin .braintree-sheet {
    background: #efefef;
    border: none;
    border-radius: 0;
}

.checkout-wc .braintree-dropin .braintree-sheet .braintree-sheet__content--form {
    padding: 0;
}

#cfw-billing-methods .cfw-radio-reveal-content, #cfw-shipping-same-billing .cfw-radio-reveal-content {
    background: #efefef !important;
}

.checkout-wc .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field {
    border-radius: 4px;
    background: #fff;
}

.checkout-wc .braintree-sheet__content--form .braintree-form__field-group .braintree-form__label {
    font-size: 12px;
}

.checkout-wc .braintree-sheet__content--form .braintree-form__field-group .braintree-form__descriptor {
    font-size: 11px;
    margin-left: 2px;
}

.checkout-wc .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field-error {
    font-size: 10px;
}

.checkout-wc .braintree-sheet__content--form .braintree-form__field-group {
    margin-bottom: 15px !important;
}

.checkout-wc .braintree-sheet__content--form .braintree-form__flexible-fields .braintree-form__field-group {
    margin-bottom: 0 !important;
}

.checkout-wc .braintree-sheet__container {
    margin-bottom: 0;
}

.checkout-wc .braintree-dropin .braintree-hidden {
    display: none;
}

@media only screen and (max-width: 1070px) {
    .checkout-wc .braintree-sheet__content--form .braintree-form__flexible-fields .braintree-form__field-group {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .checkout-wc {
        background: #fff;
    }

    .checkout-wc #cfw-cart-details {
        padding: 0;
    }

    .checkout-wc #cfw-cart-details #cfw-cart-details-review-bar {
        background: #E9E8E8 !important;
        padding: 20px;
        box-sizing: border-box;
    }

    .checkout-wc #cfw-cart-details #cfw-cart-details-review-bar #cfw-show-cart-details {
        font-size: 12px;
        letter-spacing: 0.45px;
        line-height: 14px;
    }

    .checkout-wc #cfw-cart-details #cfw-cart-details-review-bar #cfw-show-cart-details .cfw-link {
        color: #444 !important;
    }

    .checkout-wc #cfw-cart-details #cfw-cart-details-review-bar #cfw-show-cart-details #cfw-cart-details-arrow {
        color: #444 !important;
        fill: #444 !important;
    }

    .checkout-wc #cfw-cart-details #cfw-cart-details-review-bar > div:last-child {
        font-size: 20px;
        color: #444;
    }

    .checkout-wc #cfw-cart-details-collapse-wrap {
        margin-top: 0;
        padding: 20px;
    }

    .checkout-wc #cfw-cart-details-collapse-wrap #cfw-cart-list {
        padding-top: 0;
    }

    .checkout-wc #cfw-cart-details-collapse-wrap #cfw-totals-list {
        border-bottom: 1px solid #E7E4E4;
    }


}

#cfw-billing-methods .cfw-radio-reveal-title, #cfw-shipping-same-billing .cfw-radio-reveal-title {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .cfw-module-title .cfw-have-acc-text {
        float: none;
        clear: both;
        padding-top: 8px;
    }
}

.cfw-sg-container {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.parsley-errors-list li {
    list-style: none;
}

#cfw-billing-methods .cfw-radio-reveal-group li,
#cfw-shipping-same-billing .cfw-radio-reveal-group li {
    list-style: none;
}

#cfw-billing-methods .cfw-radio-reveal-group,
#cfw-shipping-same-billing .cfw-radio-reveal-group {
    border: 1px solid #ddd !important;
}

.checkout .woocommerce-shipping-fields,
.checkout .woocommerce-billing-fields {
    padding-right: 0;
}
-cart-details-collapse-wrap #cfw-cart-list {
        padding-top: 0;
    }

    .checkout-wc #cfw-cart-details-collapse-wrap #cfw-totals-list {
        border-bottom: 1px solid #E7E4E4;
    }


}

#cfw-billing-methods .cfw-radio-reveal-title, #cfw-shipping-same-billing .cfw-radio-reveal-title {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .cfw-module-title .cfw-have-acc-text {
        float: none;
        clear: both;
        padding-top: 8px;
    }
}

.cfw-sg-container {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.parsley-errors-list li {
    list-style: none;
}

#cfw-billing-methods .cfw-radio-reveal-group li,
#cfw-shipping-same-billing .cfw-radio-reveal-group li {
    list-style: none;
}

#cfw-billing-methods .cfw-radio-reveal-group,
#cfw-shipping-same-billing .cfw-radio-reveal-group {
    border: 1px solid #ddd !important;
}

.checkout .woocommerce-shipping-fields,
.checkout .woocommerce-billing-fields {
    padding-right: 0;
}
