#main-header #brand-container {
    width: 100%;
    padding: 0px 0px 0px;
    position: relative;
}
.product .action-meta {
    position: relative;
    width: 100%;
    height: 30px;
    display: none;
}
.col-lg-6{width:100%}
.single-product .woocommerce-accordion h3.accordion-title {
    cursor: pointer;
    border-top: 1px solid #E2E2E2;
    margin: 0px;
    transition: color 0.5s ease 0s;
    padding-left: 30px;
}
.col-lg-9 {
    width: 80%;
}
#sidebar-right.col-lg-3 {
    width: 20%;
}

.col-sm-2 {
    width: 20%;
}
.col-sm-offset-2 {
    margin-left: 0%;
}
a {
    text-decoration: none;
    transition: color 0.5s ease 0s;
    color: rgba(13, 79, 237, 1);
}
.ui-widget-content a {
    color: #0D4FED;
}
.single-product hr.divider {
    display: none;
}