body {

    font-size: 14px;
    line-height: 1.42857143;
}


@media only screen and (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-center {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }
}

@font-face {
    font-family: "button-icons";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/buttons/button-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/buttons/button-icons.woff") format("woff"), url("../fonts/buttons/button-icons.ttf") format("truetype"), url("../fonts/buttons/button-icons.svg#button-icons") format("svg");
}

#vol-push-cart {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    max-width: 620px;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    visibility: visible;
    background-color: white;
    color: #000;
}

#vol-push-cart:after {
    background: rgba(0, 0, 0, 0.15);
}

#vol-push-cart .push-cart__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: inherit;
    height: 100%;
}

#vol-push-cart .push-cart__header,
#vol-push-cart .push-cart__body,
#vol-push-cart .push-cart__footer {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

#vol-push-cart .push-cart__header,
#vol-push-cart .push-cart__footer {
    padding: 10px 15px;
}

#vol-push-cart .push-cart__header {
    background-color: inherit;
    border-bottom: 1px solid #bbbbbb;
    cursor: pointer;
}

#vol-push-cart .push-cart__header .push-cart__title {
    margin: 0;
}

#vol-push-cart .push-cart__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0vh;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0vh;
    flex: 1 0 0vh;
    overflow-y: auto;
}

#vol-push-cart .push-cart__footer {
    background-color: inherit;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 14px;
    border-top: 1px solid #bbbbbb;
}

#vol-push-cart .push-cart__footer.push-cart__footer--focus-mobile {
    position: fixed;
    bottom: 0;
    z-index: 21;
    display: block;
    background-color: #fff;
    -webkit-align-self: normal;
    -ms-flex-item-align: normal;
    -ms-grid-row-align: normal;
    align-self: normal;
    color:black !imporant;
}

#vol-push-cart .push-cart__footer--coupon-wrap {
    background-color: #e9e9e9;
    margin-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12vh, #e9e9e9), to(#c9c9c9));
    background-image: -webkit-linear-gradient(#e9e9e9 12vh, #c9c9c9 100%);
    background-image: linear-gradient(#e9e9e9 12vh, #c9c9c9 100%);
    max-height: 15vh;
    -webkit-transition: 0.5s background color ease;
    transition: 0.5s background color ease;
    overflow-y: auto;
}

#vol-push-cart .push-cart__footer--trigger {
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    display: block;
    color: #3b3b3b;
}

#vol-push-cart .push-cart__footer--coupon-list {
    margin-bottom: 0;
}

#vol-push-cart .push-cart__footer .alert {
    margin-bottom: 5px;
}

#vol-push-cart .push-cart__footer__control {
    padding-top: 10px;
}

#vol-push-cart .push-cart__coupon-info,
#vol-push-cart .push-cart__coupon-text,
#vol-push-cart .push-cart__coupon-amt,
#vol-push-cart .push-cart__coupon-remove {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

#vol-push-cart .push-cart__coupon-item {
    padding: 5px 8px;
}

#vol-push-cart .push-cart__coupon-item:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.4);
}

#vol-push-cart .push-cart__coupon-info {
    width: 90%;
}

#vol-push-cart .push-cart__coupon-text {
    width: 70%;
}

#vol-push-cart .push-cart__coupon-amt {
    width: 30%;
    text-align: center;
}

#vol-push-cart .push-cart__coupon-remove {
    width: 10%;
    text-align: center;
}

#vol-push-cart .push-cart__coupon-remove .icon {
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(angle);
    -ms-transform: rotate(angle);
    transform: rotate(angle);
}

#vol-push-cart .push-cart__coupon .apply-coupon {
    padding: 9px 16px;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: 0.5s background-color ease;
    transition: 0.5s background-color ease;
}

#vol-push-cart .push-cart__checkout {
    font-weight: 700;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 49%;
}

#vol-push-cart .push-cart__item {
    position: relative;
    padding: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#vol-push-cart .push-cart__item:not(:first-child) {
    border-top: 1px solid #eeeeee;
}

#vol-push-cart .push-cart__item:last-child {
    border-bottom: 1px solid #eeeeee;
}

#vol-push-cart .push-cart__item[data-is-product="N"] {
    border-top: none;
    padding-top: 0;
}

#vol-push-cart .push-cart__item[data-is-product="N"] .push-cart__item__price {
    display: block;
    text-align: right;
}

#vol-push-cart .push-cart__item[data-is-product="N"] .push-cart__item--bottom {
    display: none;
}

#vol-push-cart .push-cart__item[data-is-product="N"] .push-cart__item__details {
    padding-right: 0;
}

#vol-push-cart .push-cart__item[data-is-product="N"][data-product-code="SETUP"] a {
    pointer-events: none;
}

#vol-push-cart .push-cart__item[data-is-product="N"][data-product-code="SETUP"] .push-cart__item__img-wrapper {
    display: none;
}

#vol-push-cart .push-cart__item[data-is-product="N"][data-product-code="SETUP"] .push-cart__item__details {
    margin-left: 25%;
}

#vol-push-cart .push-cart__item__price {
    display: none;
}

#vol-push-cart .push-cart__item--top,
#vol-push-cart .push-cart__item--bottom {
    position: relative;
    padding: 5px 15px 5px 0;
}

#vol-push-cart .push-cart__item__img {
    max-height: 100px;
    position: relative;
}

#vol-push-cart .push-cart__item__img-wrapper {
    width: 25%;
}

#vol-push-cart .push-cart__item__img-anchor {
    display: inline-block;
    max-width: 100%;
}

#vol-push-cart .push-cart__item__details {
    width: 75%;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: auto;
    max-height: 100px;
    line-height: normal;
}

#vol-push-cart .push-cart__item__title {
    display: block;
    color: #000;
    font-weight: 700;
    margin: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#vol-push-cart .push-cart__item__options-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

#vol-push-cart .push-cart__item__total {
    display: inline-block;
    float: right;
    width: 55%;
    text-align: right;
}

#vol-push-cart .push-cart__remove {
    position: absolute;
    top: 0;
    right: 0;
}

#vol-push-cart .push-cart__close-menu {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#vol-push-cart .push-cart__empty {
    text-align: center;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#vol-push-cart .push-cart__btn {
    width: 48%;
}

#vol-push-cart .push-cart__result {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#vol-push-cart .push-cart__result .icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 16px;
    width: 15px;
    height: 15px;
}

#vol-push-cart .push-cart__result--text {
    margin: 0;
}

#vol-push-cart .push-cart__coupon {
    padding-bottom: 10px;
}

#vol-push-cart .push-cart__coupon .form-control {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #3b3b3b;
}

#vol-push-cart .push-cart--vol-loader {
    width: 125px;
    height: 125px;
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s opacity ease;
    transition: 0.5s opacity ease;
}

#vol-push-cart .push-cart--vol-loader.hide-vol-loader {
    opacity: 0;
}

#vol-push-cart .push-cart--vol-loader__contents {
    position: fixed;
    text-indent: -9999em;
    border-top: 20px solid rgba(255, 255, 255, 0.4);
    border-right: 20px solid rgba(255, 255, 255, 0.4);
    border-bottom: 20px solid rgba(255, 255, 255, 0.4);
    border-left: 20px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

#vol-push-cart .push-cart__body .push-cart--vol-loader {
    position: absolute;
}

#vol-push-cart .push-cart--vol-loader__contents,
#vol-push-cart .push-cart--vol-loader__contents:after {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

#vol-push-cart .vol-qty-toggle--decrement,
#vol-push-cart .vol-qty-input,
#vol-push-cart .vol-qty-toggle-increment {
    height: 30px;
}

#vol-push-cart .vol-qty-input {
    line-height: 10px;
    text-align: center;
}

#vol-push-cart .vol-qty-toggle {
    float: left;
    text-align: center;
    width: 45%;
}

#vol-push-cart .vol-qty-toggle-input {
    text-align: center;
}

#vol-push-cart .vol-qty-toggle .icon {
    width: 14px;
    height: 14px;
}

#vol-push-cart .vol-qty-toggle .input-group-addon {
    padding: 5px 8px;
    cursor: pointer;
}

#vol-push-cart .vol-qty-toggle .input-group-addon:hover {
    background-color: #c8c8c8;
}

.push-cart-open .menu-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: transparent;
}

.vol-fade {
    -webkit-animation: vol-fade 0.5s forwards;
    animation: vol-fade 0.5s forwards;
}

.vol-fade-add {
    -webkit-animation: vol-fade-add 1.25s forwards;
    animation: vol-fade-add 1.25s forwards;
}

.vol-fade-remove {
    -webkit-animation: vol-fade-remove 0.65s forwards;
    animation: vol-fade-remove 0.65s forwards;
}

.vol-loading#vol-push-cart:after,
.vol-loading .page-wrap:after,
.push-cart-open .page-wrap:after {
    opacity: 1;
    visibility: visible;
    z-index: 11;
}

.page-wrap:after,
#vol-push-cart:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    content: '';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all ease, 0s z-index;
    transition: 0.5s all ease, 0s z-index;
    z-index: 1;
}

body.push-cart-open {
    position: fixed;
    overflow: hidden;
    height: 100%;
}

body[class*='push-cart-open'] #vol-push-cart {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes vol-fade-remove {
    0% {
        opacity: 1;
        overflow: hidden;
    }

    10% {
        max-height: 150px;
        opacity: 0.9;
    }

    20% {
        max-height: 130px;
        opacity: 0.8;
    }

    30% {
        max-height: 110px;
        opacity: 0.7;
    }

    40% {
        max-height: 90px;
        opacity: 0.6;
    }

    50% {
        max-height: 70px;
        opacity: 0.5;
    }

    60% {
        max-height: 50px;
        opacity: 0.4;
    }

    70% {
        max-height: 30px;
        opacity: 0.3;
    }

    80% {
        max-height: 20px;
        opacity: 0.2;
    }

    90% {
        max-height: 10px;
        opacity: 0.1;
    }

    100% {
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
    }
}

@keyframes vol-fade-remove {
    0% {
        opacity: 1;
        overflow: hidden;
    }

    10% {
        max-height: 150px;
        opacity: 0.9;
    }

    20% {
        max-height: 130px;
        opacity: 0.8;
    }

    30% {
        max-height: 110px;
        opacity: 0.7;
    }

    40% {
        max-height: 90px;
        opacity: 0.6;
    }

    50% {
        max-height: 70px;
        opacity: 0.5;
    }

    60% {
        max-height: 50px;
        opacity: 0.4;
    }

    70% {
        max-height: 30px;
        opacity: 0.3;
    }

    80% {
        max-height: 20px;
        opacity: 0.2;
    }

    90% {
        max-height: 10px;
        opacity: 0.1;
    }

    100% {
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
    }
}

@-webkit-keyframes vol-fade-add {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes vol-fade-add {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes vol-fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes vol-fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-icon {
    font-family: 'button-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 5px;
}

.btn-icon:hover {
    text-decoration: none;
}

.btn-icon-apply:before {
    content: "\e600";
}

.btn-icon-close:before {
    content: "\e601";
}

.btn-icon-email:before {
    content: "\e602";
}

.btn-icon-photos:before {
    content: "\e603";
}

.btn-icon-plus:before {
    content: "\e604";
}

.btn-icon-question:before {
    content: "\e605";
}

.btn-icon-zoom:before {
    content: "\e608";
}

.btn-icon-recalculate:before {
    content: "\e606";
}

.btn-icon-warning:before {
    content: "\e610";
}

.icon-star:before {
    font-family: 'button-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 !important;
}

.icon-star-empty:before {
    content: "\e611";
}

.icon-star-half:before {
    content: "\e612";
}

.icon-star-full:before {
    content: "\e613";
}

.icon-free-shipping:before {
    content: "\e614";
    font-family: 'button-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 !important;
    width: auto !important;
}

.cartDiv,
.cartDiv2 {
    display: inline;
}

.soft_add_content_shadow {
    width: auto;
    max-height: 500px;
    padding: 35px 0 0;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.soft_add_header {
    width: auto;
    padding: 0;
    border: 0;
    background: white;
}

.soft_add_header_shadow {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
}

.soft_add_header .soft_add_span {
    font-size: 0;
}

.soft_add_header .soft_add_span:before {
    content: "Items in Cart";
    display: inline-block;
    margin-left: -25px;
    padding-top: 10px;
    left: 0;
    font-size: 16px;
}

.soft_add_content_area {
    padding: 15px;
    width: auto;
    max-height: 250px;
    overflow: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: none;
}

.soft_add_content_wrapper {
    padding: 0;
    width: auto;
    border: none;
    background: none;
}

.soft_add_wrapper {
    position: fixed;
    min-width: 265px;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    max-height: 400px !important;
    z-index: 1100;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto !important;
    padding: 0;
    line-height: initial;
    font-family: inherit;
    font-weight: normal;
    color: #666666;
}

@media only screen and (min-width: 768px) {
    .soft_add_wrapper {
        max-width: 400px;
    }
}

@media only screen and (min-width: 992px) {
    .soft_add_wrapper {
        min-width: 400px;
        top: 15% !important;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.ie8 .soft_add_wrapper {
    border: 1px solid #eee;
}

.soft_add_wrapper .cart_table .icon {
    width: auto;
    height: auto;
}

.soft_add_wrapper ul.anchored-cart {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    border-collapse: collapse;
}

.soft_add_wrapper li {
    display: table-row;
    width: auto;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
}

.soft_add_wrapper li.product-row:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.soft_add_wrapper li img {
    max-width: 55px !important;
}

@-webkit-keyframes recently-added-fadeout {
    0% {
        background-color: rgba(0, 0, 0, 0.1);
    }

    80% {
        background-color: rgba(0, 0, 0, 0.1);
    }

    100% {
        background-color: transparent;
    }
}

@keyframes recently-added-fadeout {
    0% {
        background-color: rgba(0, 0, 0, 0.1);
    }

    80% {
        background-color: rgba(0, 0, 0, 0.1);
    }

    100% {
        background-color: transparent;
    }
}

.soft_add_wrapper li.recently-added {
    -webkit-animation-name: recently-added-fadeout;
    animation-name: recently-added-fadeout;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    background-color: transparent;
}

.soft_add_wrapper li div {
    font-size: 12px;
    width: 100%;
}

.soft_add_wrapper .product-row * {
    font-size: 14px;
    line-height: 1.428571429;
}

.soft_add_wrapper .product-image {
    display: table-cell;
    width: 55px;
    padding: 10px 4px 10px 10px;
}

.soft_add_wrapper .product-detail {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: top;
}

.soft_add_wrapper .product-name {
    display: block;
}

.soft_add_wrapper .product-name a {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    word-break: break-word;
}

@media only screen and (min-width: 992px) {
    .soft_add_wrapper .product-name a {
        font-size: 14px;
    }
}

.soft_add_wrapper .product-options a {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    word-break: break-all;
    pointer-events: none;
}

.soft_add_wrapper .product-qty,
.soft_add_wrapper .product-qty .quantity_text {
    display: block;
    color: #666666;
}

.soft_add_wrapper .product-qty .quantity_text {
    display: inline;
}

.soft_add_wrapper .product-price {
    display: table-cell;
    padding: 8px 8px 10px 0;
    vertical-align: middle;
    text-align: right;
    color: #666666;
    font-size: 14px;
}

.soft_add_wrapper .product-remove {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.soft_add_wrapper .product-remove .aremove {
    background: none;
    margin-left: 15px;
    font-size: 0;
    text-indent: unset;
    color: #000;
}

.soft_add_wrapper .product-remove .aremove:before {
    display: table-cell;
    content: "\e601";
    font-family: button-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    line-height: 1;
    font-variant: normal normal;
}

.soft_add_wrapper .soft_add_sub_total {
    padding: 4px 20px 0;
    height: 24px;
    background: none;
}

.soft_add_wrapper .sub_total {
    color: #666666;
    font-size: 12px;
}

.soft_add_wrapper span.sub_total_amount {
    color: #666666;
    font-size: 14px;
}

.soft_add_wrapper .soft_add_action_area {
    clear: both;
    height: auto;
    overflow: hidden;
    padding: 15px;
    position: relative;
    border-top: none;
    background: none;
}

.soft_add_wrapper .check_out,
.soft_add_wrapper .continue_shopping {
    overflow: hidden;
    position: static;
    display: inline-block;
    width: 48%;
    float: right;
    height: 45px;
    margin: 0 auto;
    padding: 1px 20px 0;
    border: 1px solid rgba(42, 122, 139, 0);
    border-radius: 0px;
    line-height: 43px;
    font-family: "Open Sans", sans-serif, "google";
    font-size: 14px;
    font-weight: bold;
    background: #9e8238;
    color: #fff;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
}

.soft_add_wrapper .check_out:hover,
.soft_add_wrapper .continue_shopping:hover {
    background-color: #78632b;
    border-color: rgba(28, 81, 92, 0);
    color: #fff;
    text-decoration: none;
}

.soft_add_wrapper .continue_shopping {
    float: left;
    padding: 0 10px;
    background: #666;
    border-color: #666;
    text-transform: capitalize;
}

.soft_add_wrapper .continue_shopping:hover {
    background-color: #4d4d4d;
    border-color: #474747;
}

.soft_add_wrapper .close_btn,
.soft_add_wrapper .close_btn:link,
.soft_add_wrapper .close_btn:visited,
.soft_add_wrapper .close_btn:focus,
.soft_add_wrapper .close_btn:hover,
.soft_add_wrapper .close_btn:active {
    background: none;
    z-index: 200;
    text-indent: initial;
    font-size: 0;
    top: 8px;
    right: 12px;
}

.soft_add_wrapper .close_btn {
    color: #9e8238;
}

.soft_add_wrapper .close_btn:hover {
    color: #53441d;
}

.soft_add_wrapper .close_btn:before {
    content: "\e609";
    display: inline-block;
    font-size: 16px;
    font-family: 'button-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

/* MOBILE STYLINGS */
/* the soft add to cart hides after a couple seconds unless your cursor hovers over it;
mobile devices do not have a cursor, carts with several items could become frustrating to view
shows: only the name, picture, and text "added to cart" of item which was added; hides: details, price, and remove link*/
@media only screen and (max-width: 991px) {
    .touch-device .soft_add {
        /* cart title */
    }

    .touch-device .soft_add_span:before {
        content: "Cart" !important;
    }

    .touch-device .soft_add_content_area {
        min-height: auto;
        /* hide all products without .recently-added class */
    }

    .touch-device .soft_add_content_area li:not(.recently-added) {
        display: none;
        border: none;
    }

    .touch-device .soft_add_content_area li.recently-added {
        display: block;
        background: white;
    }

    .touch-device .soft_add_content_area li .product-detail,
    .touch-device .soft_add_content_area li .product-price,
    .touch-device .soft_add_content_area li .product-remove {
        display: none;
    }

    .touch-device .soft_add_content_area li .product-image {
        display: block;
        width: 100%;
        padding: 0;
    }

    .touch-device .soft_add_content_area li .product-image:after {
        content: "Added to Cart";
        font-size: 14px;
        font-weight: bold;
        margin-left: 20px;
    }

    .touch-device .soft_add_wrapper .check_out,
    .touch-device .soft_add_wrapper .continue_shopping {
        font-size: 14px;
    }
}

.vol-logo {
    /* Text Logo Styling goes here */
    /* Graphic Logo Styling goes here */
}

@media only screen and (max-width: 991px) {
    .vol-logo {
        padding: 20px 30px;
        text-align: center;
    }
}

.vol-logo meta[itemprop="name"]+a {
    word-break: break-word;
    line-height: 1;
}

.vol-logo meta[itemprop="name"]+a:not(#homepage_title) {
    display: inline-block;
    background-image: url("../images/template/header_bg.png");
    font-size: 0;
    background-size: 0;
}

.vol-logo meta[itemprop="name"]+a:not(#homepage_title) img {
    max-height: 100%;
}

/* Asssume no left nav until JS verifies */
html:not(.has-sidebar) .sidebar-wrapper,
html:not(.home):not(.category) .sidebar-wrapper {
    display: none;
}

html:not(.has-sidebar) .content_area-wrapper,
html:not(.home):not(.category) .content_area-wrapper {
    width: 100%;
}

html:not(.home) .container--content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    html:not(.home) .container--content {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content_area img[src*="images/homepage/FeaturedProducts.gif"]+br+table:before {
    text-align: center;
}

header .soft_add_wrapper * {
    line-height: normal;
}

.sidebar-wrapper .menu-title {
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 1200px) {
    .sidebar-wrapper {
        padding-right: 30px;
    }
}

.vol-scroll-top {
    border-radius: 0;
    padding: 20px;
}

.vol-scroll-top .icon {
    display: block;
    width: 15px;
    height: 15px;
}

.main-menu .vnav--level1>.vnav__item>.vnav__link {
    font-size: 12px;
    font-weight: 700;
    line-height: 44px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.main-menu .vnav__subnav>.vnav__item>.vnav__link {
    font-weight: 700;
    line-height: 20px;

}

.main-menu .vnav__subnav .vnav__link {
    padding: 5px 15px;
    font-size: 12px;

}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

ls span[itemprop='description'] {
    line-height: .75 !important;
}

.category table.colors_backgroundlight {
    font-weight: bold;
    background-color: #fff !important;
    color: #fff;
}


select,
textarea {
    font-size: 13px !important;
    background-color: #efefef !important;
    border-radius: 3px !important;
}

.category table.v65-productDisplay .productnamecolor {
    font-weight: bold;
    font-size: 15px !important;
    color: #464646 !important;
}

.category table.v65-productDisplay .product_saleprice {
    font-size: 15px;
}

.category[data-grid-type='list'] .v-product-grid .v-product,
.productdetails[data-grid-type='list'] .v-product-grid .v-product {
    background-color: rgb(255, 255, 255) !important;
    border-bottom-color: #000 rgb(220, 220, 220) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-image-outset: 0 !important;
    border-image-repeat: stretch !important;
    border-image-slice: 100% !important;
    border-image-source: none !important;
    border-image-width: 1 !important;
    border-left-color: rgb(220, 220, 220) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(220, 220, 220) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(220, 220, 220) !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    box-shadow: rgb(220, 220, 220) 0px 3px 0px 0px !important;
    box-sizing: border-box !important;
}

.btn-primary,
.btn.btn-primary {
    border-radius: 3px !important;
}

.productdetails .vCSS_input_addtocart {
    color: #297bbb !important;
}

content_area {
    padding-top: 10px !important;

}

h3,
.h3 {
    font-size: 15px;
}

h1,
.h1 {
    line-height: 1.325;
}

.productdetails span[itemprop='name'] {
    font-size: 24px !important;
    color: #293c53 !important;
    font-weight: 700 !important;
}

.home table.v65-productDisplay .product_productprice,
.home table.v65-productDisplay .product_productprice b,
.home table.v65-productDisplay font.text.colors_text,
.home table.v65-productDisplay font.text.colors_text b,
.home #fpslider .item .price,
.home #fpslider .item .price span,
.category table.v65-productDisplay .product_productprice,
.category table.v65-productDisplay .product_productprice b,
.productdetails .colors_pricebox .product_productprice,
.productdetails .colors_pricebox .product_productprice b,
.productdetails .colors_lines_light .product_productprice,
.productdetails .colors_lines_light .product_productprice b,
.productdetails .colors_lines_light .product_productprice .smalltext,
.productdetails #v65-product-history-details .historyitem_productprice .pricecolor.colors_productprice,
.productdetails #content_area table[bgcolor='#CCCCCC'] tr.Multi-Child_Background>td.smalltext>b>div>div,
.shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice,
.shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice b {
    font-weight: 700 !important;
    font-size: 14px;
    color: #297bbb !important;
}

.main-menu .vnav--level1>.vnav__item>.vnav__link {
    color: #FFFFFF !important;
    text-transform: uppercase !important;

}

.main-menu .vnav__subnav>.vnav__item>.vnav__link {
    color: #FFFFFF !important;
    text-transform: uppercase !important;

}


.header__middle {
    padding-bottom: 0px !important;
    padding-top: 15px !important;
}

.header__bottom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header__top-container * {
    line-height: 35px !important;
}

.header__top {
    height: 35px !important;
}

.header .cart__icon {}

.search-wrapper {
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
}

header.header.sticky-wrapper_header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.main-menu {

    margin: auto;
}


@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1500px;
    }

    .search-wrapper {
        padding-right: 0;

    }
}

.header__middle .menu-toggle-wrapper {
    display: flex;
    justify-content: flex-start;
    background-color: transparent;
    min-width: 107px;
}


.cart-wrapper {
    position: relative;
}

#search {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .header__middle .search-wrapper {
        width: auto;
        margin-right: 10px;
    }

    #search .search__input {
        height: 48px;
        width: calc(100vw - 15px);
        font-size: 16px !important;
    }

    .search-wrapper {
        column-gap: 0;
    }

}

.ui-autocomplete .ui-menu-item a {
    color: #000;
    font-size: 11px;
}

.ui-autocomplete {
    right: 0;
    max-width: 100% !important;
}

@media only screen and (max-width: 991px) {
    .vol-logo {
        padding: 0;
        text-align: center;
    }


    .header__middle {
        padding-bottom: 0px !important;
        padding-top: 0;
        overflow: hidden;
    }

    .header .cart__icon {
        top: 48%;
    }

    .header .cart__icon-wrapper {
        height: 35px;
    }

    .logo-wrapper {
        justify-content: center;
        display: flex;
        padding: 0;
    }

}

.cart .cart__count {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    top: -11px;
    left: 13px;
    align-items: center;
    background-color: #242f3e;
    border: 2px solid #242f3e;
    border-radius: 100%;
    border-radius: 10px;
    color: #fff;
    display: flex;
    height: 16px;
    justify-content: center;
    line-height: 1em;
    padding: 0 1px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 16px;
    font-size: 10px;

    min-width: auto;
}

@media only screen and (min-width: 992px) {
    .header .cart__count {
        margin-left: 0;
    }
}

.main-menu .vnav__item:hover {
    background: #394d6b;
}

.main-menu .vnav--level1>.vnav__item>.vnav__link {
    border-bottom-width: 0;
    border-bottom-style: solid;
}

.push-menu .vnav .vnav__link {
    font-size: 14px;
    position: relative;
    padding: 0.55rem 15px;
    text-transform: uppercase;
    font-weight: 600;
}


.push-menu .vnav--level1>.vnav__item>.vnav__link {
    color: #ffffff;
    font-weight: 600;
}

.push-menu .vnav__subnav>.vnav__item>.vnav__link {
    color: #ffffff;
}

.push-menu {
    width: 100%;
}

.push-menu__close-btn .icon {
    width: 14px;
}

.push-menu__close-btn {
    color: #ffffff;
}

.v-product__inner {
    padding: 15px;
    margin: 0;
    height: 100%;
}

.category[data-grid-type='grid'] .v-product-grid .v-product,
.productdetails[data-grid-type='grid'] .v-product-grid .v-product {
    display: inline-block;
    vertical-align: top;
}

.v-product__details ul {
    padding: 0;
    margin-left: 15px
}

.product_productprice .af {
    display: none;
}

/*
.product_productprice b {
    color: red !important;
}
*/

.category table.v65-productDisplay .product_productprice b {
    color: #297bbb !important;
}

.category .v-product__add-to-cart,
.productdetails .v-product__add-to-cart {
    margin: 20px 0 5px;
}

.productdetails #content_area .btn_addtocart.vCSS_input_addtocart {
    background-color: #297bbb !important;
    color: #fff !important;
    font-weight: 900;
}

.productdetails #content_area .btn_addtocart.vCSS_input_addtocart:hover {
    background-color: #246da6 !important;
}

.productdetails .vol-cartqty__wrap {
    position: relative;
    height: 100%;
    width: 100px;
    margin: 10px 0 20px 0;
}

.productdetails .v65-productdetail-cartqty {
    background-color: #ffffff !important;
}

.productdetails .vol-cartqty__toggle {
    width: 36px;
    border-right: 1px solid #c7c7c7;
}

button.vol-cartqty__toggle.vol-cartqty__toggle--plus {
    border-right: none;
    border-left: 1px solid #c7c7c7;
}

#slideshow-container:not([data-max-width='content']):not([data-max-width='full']):not([data-max-width='max']) {
    max-width: 100%;
}

@media only screen and (min-width: 992px) {
    .header__middle {
        padding-top: 18px;
        padding-bottom: 0px;
    }
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width: 991px) {
    #content_area {
        padding-top: 0;

    }


}


@media only screen and (max-width: 768px) {
    .vol-logo meta[itemprop="name"]+a:not(#homepage_title) img {

        max-width: 123px;
        margin-top: 4px;
    }

    .header__middle {
        padding-bottom: 0px !important;
        padding-top: 0 !important;
    }

    .cart .cart__count {
        top: 0;
    }

    .category table.v65-productDisplay .productnamecolor {
        font-size: 12px !important;
    }





}

@media (max-width: 39rem) {


    .home .vcb-snippet:not(.vcb-custom)>.row {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .home .vcb-snippet:not(.vcb-custom) .column.fourth {
        width: 50%;
        float: left;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .home .vcb-snippet:not(.vcb-custom) .row img {
        margin: 0 0 .5em;
    }

    .home .vcb-snippet:not(.vcb-custom)>.row,
    .vcb-snippet:not(.vcb-custom)>div>.row {
        padding-top: 0;
        padding-bottom: 0;
    }


}


.search-icon_container {
    padding-right: 15px;
    padding-left: 15px;
}

.search-toggle .search-icon.icon-close {
    display: none;
}

.search-toggle.opened .search-icon.icon-search {
    display: none;
}

.search-toggle.opened .search-icon.icon-close {
    display: inline-block;
}

.search-container {
    position: relative;
    z-index: -2;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    max-height: 0;
    background-color: #eee;
    opacity: 0;
    visibility: hidden;
}

.search-container.opened {
    max-height: 100px;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.search-icon_container svg {
    max-width: 16px;
}

.search-container input[type="text"] {
    outline: none;
    font-size: 1.6rem;
    margin: 18px;
    width: 300px;
    background-color: inherit;
    border: 0;
}

.search-container .search-icon {
    vertical-align: middle;
}

.search-container .container-fluid {
    width: 100%;
}

.slide-menu-l-open header.header.sticky-wrapper_header {
    position: relative;
    z-index: 0;
}

.category .v-product__add-to-cart,
.productdetails .v-product__add-to-cart {
    margin: 10px 0 5px;
}

.product_productprice hr {
    visibility: hidden;
    margin: 8px 0 0;
}

ul,
ol {

    margin: 0;
    padding: 0 0 20px 15px;
}


.productdetails table#v65-product-history-body hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.alternate-payment {
    max-width: 280px !important;
    width: 280px !important;
}

@media only screen and (max-width: 480px) {

    .category[data-grid-type='grid'] .v-product-grid .v-product,
    .productdetails[data-grid-type='grid'] .v-product-grid .v-product {
        width: 49%;
    }

    .category .vp-sc-thumbs__list .vp-sc-thumbs__item {
        display: inline-block;
        width: 50%;
        text-align: left;
    }

    .category .v-product-grid .v-product,
    .productdetails .v-product-grid .v-product {
        margin-left: 0;
        text-align: left;
    }

    .category .v-product-grid .v-product .v-product__details>*,
    .productdetails .v-product-grid .v-product .v-product__details>* {
        margin-right: 0;
        margin-left: 0;
    }

    .category table.v65-productDisplay .product_productprice {
        font-weight: 600 !important;
        font-size: 12px;
    }

    .v-product__inner {
        padding: 0;
    }

    .home table.v65-productDisplay .product_productprice,
    .home table.v65-productDisplay .product_productprice b,
    .home table.v65-productDisplay font.text.colors_text,
    .home table.v65-productDisplay font.text.colors_text b,
    .home #fpslider .item .price,
    .home #fpslider .item .price span,
    .category table.v65-productDisplay .product_productprice,
    .category table.v65-productDisplay .product_productprice b,
    .productdetails .colors_pricebox .product_productprice,
    .productdetails .colors_pricebox .product_productprice b,
    .productdetails .colors_lines_light .product_productprice,
    .productdetails .colors_lines_light .product_productprice b,
    .productdetails .colors_lines_light .product_productprice .smalltext,
    .productdetails #v65-product-history-details .historyitem_productprice .pricecolor.colors_productprice,
    .productdetails #content_area table[bgcolor='#CCCCCC'] tr.Multi-Child_Background>td.smalltext>b>div>div,
    .shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice,
    .shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice b {

        font-size: 12px;
        color: #297bbb !important;
        
    }

    .category table.v65-productDisplay .product_saleprice {
        font-size: 12px;
    }

}

@media only screen and (max-width: 991px) {
    :not(.home) .vcb-snippet * {
        padding-left: 0 !important;
        width: 100%;
    }

    :not(.home) .vcb-snippet:not(.vcb-custom) img {
        max-width: 100%;
        height: auto;
        width: 100% !important;
        height: inherit !important;
    }
}


.link-column__item {
    margin-bottom: 5px;
}

.footer__top .footer__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

#vol-push-cart.push-cart .push-cart__footer {
    border-color: rgba(0, 0, 0, 0.5);
    background: #2d3b51;
    color: #fff; !important;
}

#vol-push-cart .push-cart__header .push-cart__title {
    margin: 0;
    color: white;
}

#vol-push-cart .push-cart__header {
    background: #2d3b51;
    color: white;
}

.category .v-product-grid .v-product .v-product__img,
.productdetails .v-product-grid .v-product .v-product__img {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.category .v-product-grid .v-product .v-product__img img,
.productdetails .v-product-grid .v-product .v-product__img img {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.category .vp-sc-thumbs__list .vp-sc-thumbs__img .vp-sc-thumbs__img-link {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.category img[src*='/v/vspfiles/photos/'] {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category[data-grid-type='grid'] .v-product-grid .v-product .v-product__details {
    margin-top: 1rem;
}

.vol-list-grid-toggle {
    display: none;
}

@media only screen and (min-width: 481px) {

    .category[data-grid-type='list'] .v-product-grid .v-product .v-product__img,
    .productdetails[data-grid-type='list'] .v-product-grid .v-product .v-product__img {
        width: 30.55555556%;
        float: left;
        padding-top: 22.25%;
    }

}

.product_saleprice hr {
    visibility: hidden;
    margin: 8px 0 0;

}

.category .vp-sc-thumbs__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

/* Responsive adjustment for mobile devices */
@media (max-width: 991px) {

    /* Adjust the breakpoint as needed */
    .category .vp-sc-thumbs__list {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns in smaller screens */
    }
}

.category .vp-sc-thumbs__list .vp-sc-thumbs__info {
    text-align: center;
}

.vp-sc-thumbs__item {
    float: left;
    text-align: left;
    width: 100% !important;
}

a.colors_text.vp-sc-thumbs__btn {
    display: none;
}

.content__area {
    max-width: 800px;
}

.menu-toggle .menu-toggle__icon {
    margin-right: 10px;
    height: 24px;
    width: 23px;
}

@media only screen and (max-width: 767px) {
.shoppingcart #content_area input.btn_checkout_guest {
    padding-left: 20px;
    padding-right: 20px;
}

.footer__top .footer__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

}

span.copyright__line {
    display: none;
}

td.vCSS_breadcrumb_td {
    margin-bottom: 25px;
    display: block;
}

.v65-error-list-container .v65-error-list-image {
    background: #297bbb;
    border-top-left-radius: 10px;
}

.v65-error-list-container .v65-error-list-image:before {
    color: white;
}
.btn_largerphoto {
    display: none;
}

.soft_add_wrapper .product-image {
position: relative;
}

.soft_add_wrapper .product-image a{
width: 55px;
display: block;
}

/*adjusts the wire/check/synch checkout button on cart page*/
#btn_checkout_guest{
height: 36px;
width: 284px;
padding: 0;
background-color: #25afeb;
border: none;
}

#btn_checkout_guest:hover{
background-color: #297bbb;
}