﻿/*
    ================
    Product Compare
    ================
*/
#productCompareToolbar {
    display: none;
}

#productCompareToolbar {
    background-color: #efefef;
}

#specCheckboxes {
    padding-top: 180px;
}

#specificationHeader {
    margin-bottom: -15px;
}

.slitherBannerX {
    float: right;
    position: relative;
    top: 4px;
    z-index: 9;
    right: 3px;
    cursor: pointer;
    color: #000000
}

@media (max-width: 1199px) {
    .text-right {
        text-align: right !important;
    }
}

@media screen and (max-width: 992px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

@media (max-width: 991px) {
    .text-right {
        text-align: left;
        margin-bottom: 20px !important;
        margin-top: -45px !important;
    }
}

@media (max-width: 767px) {
    .btn-other {
        width: auto !important;
    }
}
