
.cart_contact .cart_contact_content {
    width: auto;
    height: auto;
    position: relative;
}

.cart_contact .porto-icon-help-circled-alt{
    font-size: 30px;
    margin-bottom: 10px;
}

.cart_contact .cc_title{
    font-size: 20px;
    font-weight: 500;
    top: 6px;
    /*position: absolute;*/
}


.cart_contact .cc-icon{
    height: 40px;
    font-size: 22px;
    padding-left: 10px;
}

.cart_contact .cc_label{
    font-size: 15px;
    padding-left: 10px;
    color: #21435f;
    text-decoration: none;
}

.cart_contact .cc_label:hover{
   color:#e01933; 
}

.cart_contact .cc_bottom{
    margin-top: 15px;
}

.cart_contact_bottom{
    width: 66.666667%;
    float: left;
    margin-top: 50px;
}

.cart_contact{
    margin-top: 30px;
}


@media (max-width: 991px){

    .cart_contact_bottom{
        width: auto;
        margin: 10px;
    }
    

    .cart_contact{
        margin: 15px;
        width: 96%;
    }


    .cart_contact .cart_contact_content{
        width: auto;
        margin-top: 15px;
    }


    .cart_contact .cc_bottom{
        margin-bottom: 30px;
    }
}