body.visualcomposerstarter.admin-bar header#header {
    top: 32px !important;
}

body.visualcomposerstarter.woocommerce-cart header#header,
body.visualcomposerstarter.woocommerce-checkout header#header,
body.visualcomposerstarter.woocommerce-account header#header {
    background: #144251 !important;
    padding: 12px !important;
}
body.visualcomposerstarter.woocommerce-account .content-wrapper>.row{
    padding-top:50px !important;
    padding-bottom: 50px !important;
}
body.visualcomposerstarter.woocommerce-cart header#header .custom-logo-link img,
body.visualcomposerstarter.woocommerce-checkout header#header .custom-logo-link img,
body.visualcomposerstarter.woocommerce-account header#header .custom-logo-link img {
    height: 40px !important;
}
.woocommerce-MyAccount-content .woocommerce-Addresses{
margin-top: 20px;
}
.woocommerce-MyAccount-content address{
margin-bottom: 30px !important;
}
.woocommerce-error li {
    color: #fff !important;
    padding: 10px;
    padding-left: 10px !important;
}

.woocommerce-error li a {
    color: #fff !important;
    border-bottom: none !important;
    text-decoration: underline;
}

.woocommerce-error {
    margin-bottom: 20px !important;
    width: 100%;
}

.vct-close-woocommerce-msg-container {
    display: none;
}

.woocommerce-error::before {
    content: none !important;
}

.visualcomposerstarter .woocommerce-message, .visualcomposerstarter.woocommerce .woocommerce-message {
    background: #144251 !important;
    color: #e7dcc9 !important;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart thead,
.woocommerce-cart .shop_table thead {
    display: table-header-group !important;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart,
.woocommerce-cart .shop_table {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart td,
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart th,
.woocommerce-cart .shop_table td,
.woocommerce-cart .shop_table th {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    text-align: left;
    padding: 15px;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart th {
    background-color: #f7f7f7;
    font-weight: bold;
    color: #333;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart img,
.woocommerce-cart .shop_table img {
    width: 80px;
    height: auto;
}

.visualcomposerstarter.woocommerce-cart .woocommerce .vcv-cart-container {
    padding-right: 20px;
}

.woocommerce-cart .woocommerce button[name="update_cart"],
.visualcomposerstarter.woocommerce-cart .woocommerce button[name="update_cart"] {
    background-color: #144251;
    color: #e7dcc9;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 16px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    transition: all 0.3s ease, color 0.3s ease;
}

.woocommerce-cart .woocommerce button[name="update_cart"]:hover,
.visualcomposerstarter.woocommerce-cart .woocommerce button[name="update_cart"]:hover {
    background-color: #e7dcc9 !important;
    color: #144251 !important;
}

/* Header Icons Styles */
.cart-section,
.account-section {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-top: 4px;
}

.cart-section a,
.account-section a {
    color: #e7dcc9;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.account-section {
    margin-right: 15px;
    position: relative;
    top: 0;
}

.account-section a i {
    font-size: 19px;
    position: relative;
    top: 0;
}

.cart-section a:hover,
.account-section a:hover {
    opacity: 0.8;
}

.cart-section .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #144251;
    color: #e7dcc9;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .visualcomposerstarter.woocommerce-cart .woocommerce .vcv-cart-container,
    .woocommerce-cart .vcv-cart-container {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .visualcomposerstarter.woocommerce-cart .woocommerce .cart-collaterals,
    .woocommerce-cart .cart-collaterals {
        flex: 0 0 100%;
        margin-top: 30px;
    }

    .woocommerce-cart .shop_table_responsive thead {
        display: table-header-group !important;
    }

    .woocommerce-cart .coupon,
    .visualcomposerstarter.woocommerce-cart .coupon {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .woocommerce-cart .coupon label,
    .visualcomposerstarter.woocommerce-cart .coupon label {
        width: 100%;
        margin-bottom: 5px;
    }

    .woocommerce-cart .coupon #coupon_code,
    .visualcomposerstarter.woocommerce-cart .coupon #coupon_code {
        width: 100% !important;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .woocommerce-cart .coupon .button,
    .visualcomposerstarter.woocommerce-cart .coupon .button {
        width: 100% !important;
    }

    .woocommerce-cart button[name="update_cart"],
    .visualcomposerstarter.woocommerce-cart button[name="update_cart"] {
        width: 100%;
        margin-top: 10px !important;
    }

    /* Mobile cart icon adjustments */
    .header-cart-icon {
        margin-right: 10px;
    }

    .header-cart-icon a {
        font-size: 18px;
    }

    /* Mobile login form adjustments */
    .woocommerce-form-login .login-form-row {
        display: block;
    }

    .woocommerce-form-login .woocommerce-form-login__submit {
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    .woocommerce-LostPassword.lost_password {
        text-align: center;
    }
}

/* Login Form Styles */
.woocommerce-LostPassword.lost_password {
    text-align: right;
}

.woocommerce-form-login__rememberme input {
    width: auto !important;
}

.woocommerce-form-login__rememberme span {
    margin-left: 4px;
}

.woocommerce-LostPassword.lost_password a,
.woocommerce-LostPassword.lost_password a:hover {
    color: #144251 !important;
}

/* My Account Navigation Styles */
.woocommerce-MyAccount-navigation {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 0px !important;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #144251;
    display: block;
    padding: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-navigation li::before {
    content: none !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #e7dcc9;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #e7dcc9 !important;
    background-color: #144251;
    border-radius: 3px;
}

.woocommerce-MyAccount-content fieldset {
    border: 1px solid #e6e6e6;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin: 20px auto;
    background-color: #f9f9f9;
}

#account_display_name_description {
    font-size: 13px;
}

.woocommerce-MyAccount-content legend {
    font-size: 16px;
    color: #144251;
    border-bottom: 0;
    text-transform: capitalize;
}

.woocommerce-account .woocommerce .woocommerce-column__title,
.woocommerce-account .woocommerce form h2,
.woocommerce-checkout .woocommerce form h3,
.woocommerce-account .woocommerce h3 {
    margin-bottom: 20px !important;
}
#ship-to-different-address{
    margin-left: 25px;
}
#ship-to-different-address label span{
    margin-top: 5px;
    margin-left: 5px;
}
.visualcomposerstarter .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 25px !important;
}
body.woocommerce-checkout .content-wrapper{
    padding-top: 150px !important;
    /*padding-bottom: 50px !important;,*/
}
.visualcomposerstarter .woocommerce table.shop_table td:first-child{
    text-align: left !important;
}
.visualcomposerstarter .woocommerce table.shop_table{
    font-size:14px !important;
}
.visualcomposerstarter .woocommerce table.shop_table td, .visualcomposerstarter .woocommerce table.shop_table th{
    padding:20px 0 !important;
}
/* Responsive styles for My Account navigation */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .woocommerce-MyAccount-navigation ul li {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 8px 10px;
        background-color: #f9f9f9;
        border-radius: 3px;
    }
}