.swiper-slide img {
    width: 100%;
    vertical-align: top;
    height: auto;
}
.page-footer .footer-toolbar-top {
    color: #ffffff;
}
.footer.content .links a {
    color: #e1e2e4;
    text-decoration: none;
}
.product-info-main .additional-attributes-wrapper {

    display: none;
}
.cart-form-col1-top{
    display:none;
}
button.action.primary.checkout {
    padding: 11px 15px;
    font-size: 14px;
}
.dropdown.bootstrap-select {
    width: 20% !important;
    margin-top: 12px;
    margin-left: 15px;
}
#advanced-form{
    display:flex;
    justify-content:center;
}
@media (max-width: 768px){
.dropdown.bootstrap-select {
    width: 45% !important;

}
    .bootstrap-select .dropdown-menu{
        min-width:100%!important;
    }
.cms-why-us ul li {
    width: 50%;
    float: left;
    list-style: none;
}
.cms-why-us .why-label{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 15px;
    user-select:none;
}
.cms-why-us .why-hover {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 5px 20px;
    border: 1px solid #eee;
    display: none;
    z-index: 2;
}
.cms-why-us ul li:hover .why-hover {
    display: block;
}
.col3-set div {
    margin-top: 10px;
}
input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type*=date], input[type=email] {
color: #000 !important;
}
input#telephone {
    height: 40px;
}
textarea#comment {
    color: #000;
}
form#newsletter-validate-detail {
    color: #000 !important;
}
input, select, textarea {
    color: #000;
}