.product-thumb__cart {
    flex-direction: row-reverse;
}
.qty-switch {
    margin: 0 0 0 12px;
}
.product-thumb__quick-order {
    margin: 0 15px 0 0;
    opacity: 0;
}

.btn {
    border-radius: 10px;
}
.uni-slideshow_v2__image {
    padding: 0px;
}

.uni-slideshow_v2__item {
    background: #201b20;
}

@media (min-width: 1600px) {
    .uni-slideshow_v2__title {
        font-size: 45px;
font-weight: 600;
    }
}

.uni-slideshow_v2__text {
    font-size: 20px;
}

.uni-slideshow_v2__btns {
    text-align: left;
}

.header-search__input {
border-radius: 0;
border: none;
border-bottom: 1px solid white;
background: #0e0e0e;
}

.header-search__input:focus {
border-radius: 0;
border: none;
border-bottom: 2px solid white;
background: #0e0e0e;
}

.header-search__btn:hover {
background: transparent !important; 
border: none !important; 
outline: none !important; 
}
.search-btn-clearshow {
display: none;
}

.header-cart__icon{
font-size: 1.7em;
}

.header-account__icon, .header-wishlist__icon, .header-compare__icon {
font-size: 1.7em;
}

.menu2 .menu__level-1-li:hover {
background: transparent !important;
border-bottom: 2px solid white;
color: white;
}

.nav-tabs {
background-color: #64733a !important;
color: white  !important;
justify-content: space-around;
border-radius: 0;
}
.nav-tabs > li > a {
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active >a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
}

.product-thumb__price {
font-size: 1.7em;
}

.uni-item {
border: none;
border-radius: 0;
-webkit-box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2);
}

.add_to_cart {
border-radius: 5px;
border: 1px solid #bd1b00;
color: #bd1b00;
background-color: transparent;
}
.add_to_cart.in_cart {
border-radius: 5px;
border: none;
}

.qty-switch__input {
border: none;
border-radius: 0;
height: max;
border-bottom: 1px solid black;
}

.qty-switch__btn.fa {
border-radius: 0;
color: black;
border: 0;
backgroud-color: transparent;
}

.home-banner__item {
flex-direction: column;
border: 0px !important;
}
