button{
    cursor: pointer;
}
.product-list-action-left button {
    background-color: #094fa3;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 22px;
    text-transform: uppercase;
    border: none;
}
.product-list-action-left button:hover {
    background-color: #333;
}
.product-list-action-right button {
    border: 1px solid #dcdcdc;
    color: #313131;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 40px;
    margin: 0 16px 0 0;
    text-align: center;
    width: 50px;
}
.product-list-action-right button:last-child {
    margin: 0 0px 0 0;
}
.product-list-action-right button:hover {
    border: 1px solid #094fa3;
    color: #fff;
    background-color: #094fa3;
}

.same-style>div {
    background-color: transparent;
    border: medium none;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.same-style div i {
    color: #545454;
    font-size: 24px;
    transition: all .3s ease 0s;
}
.same-style div:hover i,
.same-style>a:hover {
    color: #094fa3;
}

.icon-cart{
    background: none;
    border: none;
}

.mean-container .mean-nav ul li span {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-weight: bold;
}

.mean-container .mean-nav ul li li span {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 1em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
    font-weight: normal;
    text-transform: capitalize;
    color: #444;
}

.product-action button {
    color: #666666;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin: 0 18px;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}
.product-action button::before {
    background-color: #666666;
    content: "";
    height: 21px;
    position: absolute;
    right: -18px;
    top: 0px;
    width: 1px;
}
.product-action button:last-child::before {
    display: none;
}
.product-action button:hover {
    color: #094fa3;
}


.quickview-btn-cart > button {
    background-color: transparent;
    border: 1px solid #dcdcdc;
    border-radius: inherit;
    color: #242424;
    font-weight: 500;
    padding: 15px 42px;
    cursor: pointer;
}

.quickview-btn-cart>button:hover {
    border: 1px solid #dcdcdc;
}

.product-remove-button{
    border: 0;
    background: none;
    padding: 0;
}

.table-content table td.product-remove button{
    color: #454545;
    font-size: 18px;
}

.product-thumbnail-no-img{
    max-width: 150px;
}

.cart-clear>button {
    background-color: #d8d8d8;
    border-radius: 5px;
    color: #000101;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    padding: 16px 27px;
    text-transform: uppercase;
    border: none;
}

.product-quantity .cart-plus-minus{
    margin: 0 auto;
}

.price_filter .label-input label, .price_filter .label-input input{
    color: #fff;
}

.price_slider_amount>button{
    color: lawngreen;
}

.slider-range{

}

.slider-range__title{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border-bottom: #fff 1px solid;
    text-align: center;
    margin-bottom: 20px;
}
.mse2_number_inputs{
    display: flex;
}

.mse2_number_inputs .form-group{
    margin-right: 1rem;
    margin-bottom: 0;
}
.mse2_number_inputs .form-group:last-child{
    margin-right: 0;
}

.slider-range__input{
    padding: 3px 10px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255,255,255,0.45);
    border: 0px;
    color: #fff;
    height: 35px;
}
.slider-range label{
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-weight: 600;
}

.mse2_number_slider{
    position: relative;
    height: 4px;
    background: #bbb none repeat scroll 0 0;
}


.ui-slider-range{
    position: absolute;
    background: #094fa3 none repeat scroll 0 0;;
    height: 4px;
}

.ui-slider-horizontal .ui-slider-handle{
    position: absolute;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #094fa3;
    border-radius: 100%;
    height: 15px;
    width: 15px;
}

.filter-buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.filter-buttons__clear{
    border: 0;
    background: none;
    color: #fff;
}

.filter-buttons__filter{
    background: none;
    color: #fff;

    border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px 15px;
    width: 50%;
    transition: 0.5s;
}

.filter-buttons__filter:hover{
    background: #fff;
    color: #000;
}

.submenu{
    margin-left: 10px;
    font-weight: 100;
    line-height: 1.2;
    margin: 5px 0 5px 10px;
}

.product-grid--left>.row{
    justify-content: flex-start;
}

.shop-list-style ul li.active>a{
   color: #4f9cff;
}

.main-menu ul li.mega-menu-position{
    position: relative;
}
.main-menu ul li ul>li.mega-menu-title, .main-menu nav>ul>li>ul.mega-menu{
    min-width: 300px;
}
.main-menu ul li ul>li{
    min-width: 100%
}