/*-----Menu active css-----*/
.main-menu-area ul > li.active > a::before {
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}
.main-menu-area ul > li.active > a{
    color: #007dc5;
}

/*-----heaser whishlist total  -----*/
#whishlist-total {
    background: #007dc5;
    border-radius: 100%;
    color: #ffffff;
    float: right;
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    top: -2px;
    width: 18px;
    right: 8px;
}
/*-----heaser whishlist total  -----*/

label.error{color:red !important;}

.att-ul {
    display: flex;
    margin-top: 10px;
}

.att-ul li {
    cursor: pointer;
    margin: 0 12px 4px 0;
    box-shadow: none;
    padding: 6px 10px;
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    min-width: 36px;
    position: relative;
    font-size: 14px;
    background: #fff;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.att-ul li.active {
    border: 2px solid #007dc5;
}
/*Cart header image style*/
.cart-item .cart-image{
    width: 70px !important;
    height: 72px !important;
}
.cart-item .cart-image img{
    width: 70px !important;
    height: 70px !important;
}
.remove_from_cart{
    top: 0;
}

/* tab active */
.dashboard-list li a {
    padding: 12px !important;
}

.dashboard-list li a.active {
    background: #007dc5;
    color: white;
    border-radius: 5px;
}

/*Address*/
label.active {
    background-color: #f1f1f1;
}

/*Order list CSS*/
.header-box {
    border: solid 1px #d7d7d7;
    margin-bottom: 20px;
    background-color: #fff;
}

.header-top-row {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-tran {
    background: #007dc5;
    color: #fff;
    box-shadow: none;
    border: 1px solid #007dc5;
    padding: 8px 12px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 196px;
    max-width: 100%;
}

.items {
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    border-bottom: solid 1px #f0f0f0;
}

.proname {
    cursor: pointer;
    box-shadow: none;
    padding: 0;
    border: none;
    font-size: 16px;
    text-decoration: none;
    color: #007dc5;
    margin-bottom: 10px;
    font-weight: bold;
}

.proname1 {
    color: #878787;
    font-size: 14px;
    margin: 10px 0px;
}

/*order list price text align right*/
.price_detail th:nth-child(2) {
    text-align: right;
}

.item-div {
    max-height: 500px;
    overflow-y: auto;
    border-bottom: 2px solid #007dc5;
}

.downloadbtn {
    max-width: 100%;
    float: right;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #007dc5;
    margin-left: 10px;
    padding: 7px;
}

.downloadbtn a {
    color: #007dc5;
}

/*Order list CSS End*/

/*---Rating ----*/
.star {
    color: #cccccc;
    cursor: pointer;
}
.star-checked{
    color: #ffe11b;
}
.verybad {
    color: #ff6161;
}

.bad {
    color: #ff9f00;
}

.good {
    color: #388e3c;
}

.verygood {
    color: #388e3c;
}

.excellent {
    color: green;
}
.heart { color: #e72c30;}
.vining-link { color: #08a1dc;}

/**/
/*.slick-slider .slick-track,.slick-slider .slick-list{padding: 13px;}*/
.slick-list-1{padding: 13px;}
.slick-slider {background: rgba(255,255,255,0.7);}
.testimonial-inner {   padding-right: 22px; }