.input-block.verify-email {
	margin-bottom: 0;
	display: none;
}

.input-block.we-text-wrap {
	margin-bottom: 0;
	display: none;
}

.attributes_section .attributes .sale-row label,
.attributes_section .attributes .sale-row span {
	font-weight: 700;
	font-size: 15px;
}

.attributes_section .attributes .msrp-row label,
.attributes_section .attributes .msrp-row span {
	color: #888;
}

header .social a {
	display: inline-block;
	margin-right: 4px;
	margin-top: 2px;
}

header .social a:last-child {
	margin-right: 0;
}

header .social {
	text-align: right;
}

.quote-cart .cart-content .cart-row .qty_selector {
	max-width: 150px;
}

.quote-cart .cart-content .cart-row .col.price-col.align-right {
	display: none;
}

.fix-button {
    position: fixed;
    bottom: 27px;
    right: 27px;
    z-index: 9999;
    background: #dc190d;
    color: #fff;
    padding: 15px 34px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 0 40px #777;
    width: 278px;
}

.fix-button a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    vertical-align: top;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
}

.fix-button .note {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1em;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.fix-button a:before {
    content: "";
    width: 33px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 28px;
    background-image: url(images/phone-white.png);
    position: absolute;
    left: 2px;
    top: 2px;
}

.green-message {
    background-color: #55BB54;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.green-message .container {
    width: 1230px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
}

.green-message .message {
    margin-right: auto;
}

.green-message form {
    width: 263px;
    max-width: 100%;
    margin-left: auto;
}

.green-message form input[type="text"] {
    width: 100%;
    display: block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    padding-left: 23px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #fff;
    position: relative;
    background-color: transparent;
}

.green-message form input[type="submit"] {
    width: 13px;
    height: 13px;
    position: absolute;
    display: block;
    top: 10px;
    right: 5px;
    background-image: url(images/header-search-icon.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-color: transparent;
    min-width: 0;
}

.green-message .container img {
    margin-right: 10px;
}

.green-message form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.green-message form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.green-message form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

header {
    padding-bottom: 0;
}

header .navigation-menu ul li {
    margin-right: 0;
}

.mm-search {
    padding-top: 4px;
}

.mm-search input {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .green-message form {
        display: none;
    }
}

@media (max-width: 420px) {
    header .phone {
        padding-left: 0;
        float: right;
        margin-top: 0;
        width: 110px;
    }
    .right-header.right {
        clear: both;
    }
}