/* My Account */
.woocommerce-account.woocommerce .col2-set .col-2, 
.woocommerce-account.woocommerce-page .col2-set .col-2{
    float: left;
}
.woocommerce-account.woocommerce .col2-set .col-1, 
.woocommerce-account.woocommerce-page .col2-set .col-1{
    float: right;
}
.woocommerce-account h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce form.login, 
.woocommerce-account .woocommerce form.register {
    margin-top: 0;
}
.woocommerce-account .woocommerce form.register{
    padding: 0;
    border: 0;    
}
.woocommerce-account .woocommerce form.login{
    border-radius: 4px;
    padding:27px 25px;
}
.woocommerce-account .mo-openid-app-icons{
    min-width: 100%;
    text-align: center;

}
.woocommerce-account .mo-openid-app-icons > p{
    margin-bottom: 20px !important;
    position: relative;
    min-width: 100%;
    letter-spacing: 2px;
    font-size: 20px;
}
.woocommerce-account .mo-openid-app-icons > p:before,
.woocommerce-account .mo-openid-app-icons > p:after{
    width: 45%;
    content: '';
    position: absolute;
    top: 13px;
    height: 1px;
    background-color: #efefef;
}
.woocommerce-account .mo-openid-app-icons > p:before{
    left: 0;
}
.woocommerce-account .mo-openid-app-icons > p:after{
    right: 0;
}
.woocommerce-account .mo-openid-app-icons > a{
    margin: 0 auto 13px !important;
}
.woocommerce form .form-row {
    position: relative;
}
.woocommerce form .form-row label{
    font-weight: 300;
}
.woocommerce form .form-row label.error {
    font-size: 12px;
    font-weight: 200;
        color: #ff9595;
    position: absolute;
    left: 0;
    width: auto;
    bottom: -27px;
}
.woocommerce form .form-row .woocommerce-terms-and-conditions-link{
    text-decoration: underline;
}

/* Mini cart */
.cart-icon-products .widget_shopping_cart .woocommerce-mini-cart__buttons a{
    height: auto;
    padding: 12px 25px;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item .quantity{
    border-radius: 0;
}

/* Contact us */
.metro-contact-form{
    padding-top: 40px;
}
.metro-contact-form .rtin-title{
    margin-bottom: 28px;
}
.metro-contact-form .form-group {
    margin-bottom: 1.4rem;
}
.metro-contact-form .form-control.textarea{
    max-height: 196px;
}

/*Desktop Manager*/
.vs-list ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.vs-list ul li{
    padding-right: 50%;
    position: relative;
    margin-bottom: 77px;
}
.vs-list.icon-left ul li{
    padding-right: 0;
    padding-left: 50%;
}
.vs-list ul li span{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    color: #EE644D;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
}
.vs-list.icon-left ul li span{
    right: auto;
    left: 0;
}
.vs-list ul li:hover span{
    background-color: #EE644D;
    color: #fff;
    box-shadow: none;
}
.dm-breadcrumb a{
    color: #C5C1CF;
}
.table-blue table{
    overflow: hidden;
    border-radius: 4px;
}
.table-blue td{
    background-color: #261B40;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #3a3051;
    border-right: 1px solid #3a3051;
    color: #fff;
    padding: 24px 50px;
}
.table-blue tr td:first-child{
    color: #C9C9C9;
}
.table-blue tr:first-child td{
    padding-top: 50px;
}
.table-blue tr:last-child td{
    padding-bottom: 50px;
}
.table-blue td:last-child{
    border-right: 0;
    width: 70%;
    font-weight: 500;
}

@media (max-width: 767px){
    .table-blue td,
    .table-blue td:last-child{
        width: 100%;
        display: block;
    }
    .table-blue tr:last-child td,
    .table-blue td:first-child{
        border-bottom: 0;
        border-right: 0;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .table-blue td:last-child{
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .table-blue tr:first-child td {
        padding-top: 1px;
    }
    .table-blue tr:first-child td:first-child{
        padding-top: 10px;
    }
}
#file-download .elementor-select-wrapper{
    max-width: 190px;
}
#file-download select {
    border: 1px solid #EE644D;
    color: #fff;
    border-radius: 47px;
}
#file-download select option{
    color: #333;
}
#file-download .elementor-button-text{
    white-space: nowrap;
}
p.info{
    color: #ee644d;
}

.description .more-text{
    display: none;
}
.description .more-text.slide-down,
.rdtheme-wc-reviews .commentlist .comment-text .description p{
    display: inline;
}
.description .vs-read-more{
    color: #EE644D !important;
    cursor: pointer;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.mc4wp-checkbox, .woocommerce-form__label-for-checkbox, .login .lost_password .lost_password {
    color: #fff;
}