b,
strong {
    font-weight: 700;
}

span.disc_perc {
    padding: 1px 4px;
    color: white;
    background: #f13340;
    border: 1px solid #d02a2c;
}

.extra-html-box {
    border: 1px solid #ccc;
    padding: 5px 15px;
    background: #efefef;
}

.offer-box {
    position: absolute;
    bottom: -4px;
    overflow: hidden;
    height: 85px;
    width: 85px;
    text-align: center;
    z-index: 0;
}

.offer-box {
    right: -5px;
}

#awemenu .ehs-job a {
    background: none !important;
}

#awemenu .ehs-job a span.am-tab-text {
    padding-left: 10px !important;
}

.offer-label {
    font: 700 14px/12px Arial, Helvetica, sans-serif;
    color: white;
    background: #f13340;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 130px;
    text-align: center;
    display: block;
    position: absolute;
    right: -33px;
    bottom: 16px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.offer-label:before {
    position: absolute;
    top: -3px;
    right: 4px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.offer-label:after {
    position: absolute;
    top: -3px;
    left: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#header {
    /*z-index: 99!important; */
}


/*#sticky_header{position: fixed; top: 0; display: none; background: url(http://design.hire-webdeveloper.com/protectorfiresafety/header-bg2.png) repeat-x; width: 100%; padding: 0 0 10px 0px; border-bottom: 2px #ccc solid; z-index: 100; }
 */

#sticky_header {
    /*background-image:linear-gradient(#7e7e7e,#404040,#747474);*/
    position: fixed;
    top: 0;
    display: none;
    /*background:url(http://design.hire-webdeveloper.com/protectorfiresafety/header-bg2.png) repeat-x;*/
    width: 100%;
    padding: 0 0 10px 0px;
    border-bottom: 2px #ccc solid;
    z-index: 100;
    background-image: linear-gradient(#7e7e7e, #404040, #747474);
}

#sticky_header .row {
    margin-bottom: 0px;
}

#sticky_header #header_logo {
    padding-top: 5px;
    width: auto;
}

#sticky_header #search_block_top {
    margin-right: 0px;
    /*width:32%;*/
    border: 3px solid #f89027;
    float: right;
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
}

#awemenu .am-tabs .ehs-job a::before {
    display: none;
}

#awemenu .am-tabs .offer-menu a::before {
    display: none;
}

#sticky_header .shopping_cart>a:first-child {
    padding: 5px;
}

#sticky_header .shopping_cart {
    top: 20px !important;
}

#sticky_header .qoute h5 {
    font-size: 21px;
    line-height: 28px;
}

#sticky_header .qoute h5 span {
    color: #eea200;
}

.galimg {
    height: 185px;
    padding: 5px;
    width: 289px;
}

.contact-form-box ul.toggle-contact li {
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.contact-form-box ul.toggle-contact li i {
    color: #eea200;
    font-size: 24px;
    /*padding-right: 20px; */
}


/* Hover Effects */

.view {
    width: 15%;
    height: auto;
    margin: 0 2px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    padding: 3px !important;
}

.view .mask,
.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    margin: 10px 0 0 0;
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.view-tenth .mask {
    background-color: rgba(255, 231, 179, 0.3);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth p {
    color: #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth a.info {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth:hover .mask {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#back_top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 30px;
    color: #515151;
    cursor: pointer;
    display: none;
}

#back_top span {
    border: 2px solid #515151;
    border-radius: 25px;
}

#back_top span i {
    padding: 15px 3px;
}

#back_top:hover {
    color: #eea200;
}

#call_to {
    position: fixed;
    bottom: 25px;
    left: 15px;
    font-size: 30px;
    color: #515151;
    cursor: pointer;
}

#call_to a {
    /*border:4px solid #098209;*/
    border-radius: 25px;
    background: transparent;
}

#call_to a span {
    padding: 15px 5px;
    color: #fff;
}

.footer-container .container {
    padding-bottom: 70px !important;
}

.footer-container #footer .footer-block {
    margin-top: 0px !important;
}

#htmlcontent_footer {
    margin-top: 0px !important;
}

header .row #header_logo {
    width: 22%;
    padding: 0px;
}

#awemenu .am-tabs .am-tab>.am-tab-dropdown-full-width>.offer-menu>.am-tab-no-dropdown>.offer-menu a::before {
    display: none !important;
}

.logo1 {
    float: left;
    padding: 3px;
    /*border:1px solid #f78c3c;*/
    border-top: none;
}

.logo2 {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 360px !important;
    max-width: 100% !important;
}

#sticky_header .logo2 {
    margin-top: 23px;
}

ul.pro_cat {
    clear: both;
    display: block;
    float: left;
}

ul.pro_cat li {
    padding: 5px;
}

ul.pro_cat li div {
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    border: 2px solid #666666;
    color: #333;
    min-height: 64px;
}

ul.pro_cat li div:hover,
ul.pro_cat li div.active {
    color: #ffffff;
    border: 2px solid #F0C598;
    background-color: #eea200;
    background-image: -webkit-linear-gradient(top, #fdaa02, #fe9702);
    background-image: -webkit-gradient(top, #fdaa02, #fe9702);
    background-image: -moz-linear-gradient(top, #fdaa02, #fe9702);
    background-image: -o-linear-gradient(top, #fdaa02, #fe9702);
    background-image: linear-gradient(top, #fdaa02, #fe9702);
}

ul.pro_cat li div img {
    float: left;
    margin-right: 10px;
}

ul.pro_cat li div span {
    font-size: 18px;
    line-height: 25px;
}

.pro_left {
    padding-left: 0
}

.pro_left img {
    width: 100%
}

.pro_right {
    padding-right: 0;
}

.pro_right h2 {
    margin: 0 0 20px 0;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
    background-color: #eea200;
    background-image: -webkit-linear-gradient(top, #fdaa02, #fe9702);
    background-image: -webkit-gradient(top, #fdaa02, #fe9702);
    background-image: -moz-linear-gradient(top, #fdaa02, #fe9702);
    background-image: -o-linear-gradient(top, #fdaa02, #fe9702);
    background-image: linear-gradient(top, #fdaa02, #fe9702);
    color: #FFFFFF;
    border-radius: 9px;
}

.pro_right p {
    padding: 0 10px;
    font-size: 18px;
    line-height: 28px;
}

ul.pro_sub_cat {
    float: left;
    clear: both;
    display: block;
    margin: 20px 0 !important;
}

ul.pro_sub_cat img {
    width: 100%;
    border: 1px solid #f78c3c;
}

#htmlcontent_home {
    clear: both;
    float: left;
}

#htmlcontent_home ul.pro_cat {
    margin: 0 auto !important;
}


/*.cat_content{position: absolute; display: none}.show{display: block}.hide{display: none}*/

ul.pro_sub_cat {
    width: 100%;
}

.pro_sub_cat li {
    position: relative;
}

.pro_sub_cat li h4 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 95%;
    padding: 10px 0;
    background: rgba(237, 237, 237, 0.6);
    /*rgba(247,140,60,0.6);*/
    color: #333;
}

#gallery .content_block {
    margin: 15px 0;
}

#gallery .content_block img {}

#gallery .content_block h3 {
    text-transform: uppercase;
    margin-top: 0px;
    background-color: #eea200;
    background-image: -webkit-linear-gradient(top, #fdaa02, #fe9702);
    background-image: -webkit-gradient(top, #fdaa02, #fe9702);
    background-image: -moz-linear-gradient(top, #fdaa02, #fe9702);
    background-image: -o-linear-gradient(top, #fdaa02, #fe9702);
    background-image: linear-gradient(top, #fdaa02, #fe9702);
    padding: 12px 18px;
    border-radius: 7px;
    color: #333333;
    margin: 10px 0 0 0;
    text-align: center;
    text-shadow: #ffffff 1px -1px 3px;
}

.contact-form-box .button.button-medium {
    font-size: 17px;
    line-height: 21px;
    color: white;
    padding: 0;
    font-weight: bold;
    background-color: #eea200;
    background-image: -webkit-linear-gradient(top, #fdaa02, #fe9702);
    background-image: -webkit-gradient(top, #fdaa02, #fe9702);
    background-image: -moz-linear-gradient(top, #fdaa02, #fe9702);
    background-image: -o-linear-gradient(top, #fdaa02, #fe9702);
    background-image: linear-gradient(top, #fdaa02, #fe9702);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.contact-form-box .button.button-medium span {
    border: none;
}

.contact-form-box .button.button-medium:hover {
    background-color: #333;
    background-image: -webkit-linear-gradient(#333, #999);
    background-image: -webkit-gradient(#333, #999);
    background-image: -moz-linear-gradient(#333, #999);
    background-image: -o-linear-gradient(#333, #999);
    background: linear-gradient(#333, #999);
}


/* Category Page */

.page-heading.product-listing {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    border-bottom: #343434 solid 1px !important;
    padding: 0 0 10px 0 !important;
}

.content_sortPagiBar .sortPagiBar {
    border-bottom: none !important;
    margin-bottom: 15px;
}

#layered_block_left.block .title_block,
#categories_block_left.block .title_block {
    background-color: #333 !important;
    background-image: -webkit-linear-gradient(#333, #999) !important;
    background-image: -webkit-gradient(#333, #999) !important;
    background-image: -moz-linear-gradient(#333, #999) !important;
    background-image: -o-linear-gradient(#333, #999) !important;
    background: linear-gradient(#333, #999) !important;
    border-top: #f38c3f solid 5px !important;
    color: #fff !important;
}

#categories_block_left h2 {
    margin-top: 0
}

#columns.container {
    padding-top: 0;
}

.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
    width: 400px !important;
}

.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
    margin: 8px 0px 8px 14px !important;
}

.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
    float: right !important;
}

.pro_title h1 {
    padding-bottom: 18px;
    font-size: 32px;
    color: #f38c3f;
    margin: 0 0 22px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #f38c3f;
    font-weight: 300;
}

.socialsharing_product {
    margin: 10px 0;
}

#infscr-loading {
    clear: both;
}

.infinite-scroll-page-title {
    clear: both;
}

#cms #center_column iframe,
.page-cms iframe {
    float: left;
    margin-right: 20px;
}

.shipping_rate table {
    width: 100%;
}

.shipping_rate table th {
    padding: 3px;
    border-right: 1px #ccc solid;
    border-top: 1px #ccc solid;
}

.shipping_rate table td {
    padding: 3px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}

#sticky_header #search_block_top {
    border: 3px solid #f89027;
    float: right;
    width: 97%;
    padding-top: 0;
    margin-top: 30px;
}

#awemenu .am-tabs.am-tabs-root>.am-sortable>.am-tab>a {
    border: 0;
    font-size: 17px;
    color: #fff;
    padding: 8px;
    text-transform: capitalize;
    font-weight: normal;
}

.am-tab-text {
    color: #fff !important;
}

.am-link a:hover span {
    color: #f68b3d !important;
}

.am-tab i {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-right: 18px;
}

#awemenu .am-tabs .am-tab .am-dropdown .am-row .am-column .am-link>a {
    padding: 5px !important;
}

#awemenu #awemenu-forpriority .am-tab-hover .am-autogenclass-1 {
    background: #f58634;
    border-radius: 5px;
}

#awemenu .am-tabs .am-tab .am-dropdown .am-row .am-column .am-link>a:before {
    display: none;
}

#header-top #awemenu .ehs-job a {
    background: none !important;
}

#header-text {
    float: right;
    color: #fff;
}

#header-text h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    font-family: 'Open Sans', sans-serif !important;
}

#awemenu #awemenu-forpriority .am-autogenclass-5 {
    width: 250px !important;
}

#awemenu .am-tabs .am-tab-dropdown-full-width.signage-img {
    background: none;
    border-radius: 0;
    margin: 0;
}

#awemenu .am-tabs .am-tab-dropdown-full-width.signage-img.am-tab-hover {
    background: none !important;
}

#awemenu .am-tabs.am-tabs-root>.am-sortable>.am-tab.am-tab-hover.signage-img>a {
    background: none !important;
}

#awemenu .am-tabs .signage-img a:before {
    background: none;
    display: none
}

#awemenu .am-tabs.am-tabs-root>.am-sortable>.am-tab.signage-img>a {
    padding: 0
}

#awemenu #awemenu-forpriority .offer_menu .am-autogenclass-9 {
    width: 100%
}

#awemenu .am-tabs.am-tabs-root>.am-sortable>.am-tab.signage-img>a {
    box-shadow: none;
}

#awemenu .am-tabs .signage-img img {
    height: 43px;
}

#header .shopping_cart {
    top: -65px;
}

.product-prices {
    margin: 0;
}

@media (max-width:400px) {
    h2 {
        font-size: 18px;
    }
    .logo1 {
        width: 20%;
    }
    .logo2 {
        width: 75%;
    }
    /*.mobile_cart{float: left !important}.mobile_cart .shopping_cart{float: left; margin-left: -30px; margin-top: 0; position: relative !important; }
 */
    .contact-form-box ul.toggle-contact li {
        font-size: 16px;
    }
    .home_cat li div span {
        font-size: 12px;
    }
}

@media (max-width:640px) {
    .shop-email {
        display: none;
    }
    #header_logo {
        margin: 10px auto 0;
        width: 60%;
    }
    .mobile_cart .shopping_cart {
        float: left;
        margin-left: -22px;
        position: relative !important;
    }
    #search_block_top {
        clear: both;
        display: inline-block;
        float: left !important;
        left: -20px;
        margin-left: 25px;
        margin-right: -10px;
        padding-bottom: 10px;
        width: 75%;
    }
    #search_block_top input.search_query {
        width: 75% !important;
    }
    #search_block_top .btn.button-search {
        font: 600 12px/24px "Open Sans", sans-serif !important;
        width: 25% !important;
    }
    #header .shopping_cart {
        right: 6px !important;
        width: 129px !important;
    }
    .shopping_cart>a:first-child {
        width: 120px !important;
    }
    #header-text {
        width: 100%;
    }
    #header-text h3 {
        text-align: center;
        font-size: 17px;
        margin-top: 16px;
        margin-bottom: 0;
    }
}

@media (max-width:480px) {
    #homepage-slider .bx-controls {
        display: none;
    }
    #header_logo {
        margin: 10px auto 0;
        width: 80%;
    }
    .mobile_cart .shopping_cart {
        float: left;
        margin-left: -22px;
        position: relative !important;
    }
    #search_block_top {
        display: inline-block;
        float: left !important;
        left: -20px;
        margin-left: 10px;
        margin-right: -10px;
        padding-bottom: 10px;
        width: 85%;
    }
    /*#search_block_top::before{content: "" !important; width: 0 !important; }
 */
    #search_block_top input.search_query {
        width: 75% !important;
    }
    #search_block_top .btn.button-search {
        font: 600 12px/24px "Open Sans", sans-serif !important;
        width: 25% !important;
    }
    #header .shopping_cart {
        right: 0px !important;
        width: 58px !important;
    }
    .shopping_cart>a:first-child {
        width: 50px !important;
    }
    .shopping_cart>a:first-child b {
        display: none !important;
    }
    #header-text {
        width: 100%;
    }
    #header-text h3 {
        text-align: center;
        font-size: 17px;
        margin-top: 16px;
        margin-bottom: 0;
    }
}

@media (max-width:360px) {
    #header_logo {
        margin: 10px auto 0;
        width: 100%;
    }
    span.shop-phone {
        font-size: 12px;
    }
    span.shop-phone i.icon-phone {
        font-size: 14px !important;
    }
    span.shop-phone strong {
        font-size: 12px;
    }
    #search_block_top {
        display: inline-block;
        float: left !important;
        left: -20px;
        margin-left: 10px;
        margin-right: -10px;
        padding-bottom: 10px;
        width: 85%;
    }
    /*#search_block_top::before{content: "" !important; width: 0 !important; }
 */
    #search_block_top input.search_query {
        width: 75% !important;
    }
    #search_block_top .btn.button-search {
        font: 600 12px/24px "Open Sans", sans-serif !important;
        width: 25% !important;
    }
    #header .shopping_cart {
        right: -10px !important;
        width: 58px !important;
    }
    .shopping_cart>a:first-child {
        width: 50px !important;
    }
    .shopping_cart>a:first-child b {
        display: none !important;
    }
    #header-text {
        width: 100%;
    }
    #header-text h3 {
        text-align: center;
        font-size: 17px;
        margin-top: 16px;
        margin-bottom: 0;
    }
}

.products_block h2 {
    text-transform: uppercase;
    border-bottom: #eea200 1px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.products_block h2 span {
    padding-bottom: 8px;
}

ul.home_cat {
    margin: 0 0 0 3px !important
}

.home_cat li div {
    border: 1px solid rgb(214, 212, 212);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 10px;
    position: relative;
}

.home_cat li div:hover {
    border: 1px solid orange;
}

.home_cat li div img {
    text-align: center;
    margin: 0 auto;
}

.home_cat li div span {
    background-color: rgba(253, 253, 253, 0.65);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 5px;
    margin: 0px auto;
    text-align: center;
    color: #ec4e00;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.sf-menu>li>ul>li.no_child {
    padding-bottom: 20px;
}

#offer .content_block {
    padding-bottom: 30px;
}

.offer_img img {
    max-width: 100%;
}

#send_quote {
    position: absolute;
    top: 5px;
    left: 23px;
    cursor: pointer;
    z-index: 11;
}


/*Tooltip*/

.bx-wrapper .tooltip-left:before,
.bx-wrapper .tooltip-right:before {
    top: 8px;
}

.bx-wrapper .tooltip-right:before {
    margin-left: -2px;
}

.bx-wrapper .tooltip-left:after,
.bx-wrapper .tooltip-right:after {
    margin-bottom: 0px;
    margin-left: 10px;
}

[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}


/* Base styles for the entire tooltip */

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}


/* Show the entire tooltip on hover and focus */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* Base styles for the tooltip's directional arrow */

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}


/* Base styles for the tooltip's content area */

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
}


/* Directions */


/* Top (default) */

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}


/* Horizontally align top/bottom tooltips */

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}


/* Left */

.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}


/* Bottom */

.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}


/* Right */

.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}


/* Move directional arrows down a bit for left/right tooltips */

.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}


/* Vertically center tooltip content for left/right tooltips */

.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

#crossselling_list {
    margin: 0 auto;
    margin: 0 33px;
}

#blockbestsellers-home,
#blocknewpoducts-home {
    margin: 0px 0px 0px 2px !important
}

#blockbestsellers-home li,
#blocknewpoducts-home li {
    padding: 0 5px 10px !important
}

ul.level_3,
ul.level_4,
ul.level_5 {
    display: none !important;
}

table.att_comb {
    margin-bottom: 20px;
}

table.att_comb tr th {
    padding: 10px 10px;
    border-bottom: 2px solid #121212;
    border-top: 1px solid #121212;
}

table.att_comb tr td {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}

table.att_comb tr td a.button span {
    padding: 5px 10px;
}

table.att_comb tr td a.button {
    padding: 0px;
    border: none;
}

@media (min-width:768px) {
    ul.level_1 {
        -moz-column-count: 5;
        -moz-column-gap: 15px;
        -webkit-column-count: 5;
        -webkit-column-gap: 15px;
        column-count: 5;
        column-gap: 15px;
    }
    ul.level_1 li.box_menu {
        width: 100%;
        float: none;
        clear: both;
    }
    ul.level_1 li.menu_cat_24,
    ul.level_1 li.menu_cat_35,
    ul.level_1 li.menu_cat_54,
    ul.level_1 li.menu_cat_112 {
        -webkit-column-break-inside: avoid;
        /* Chrome,Safari,Opera */
        page-break-inside: avoid;
        /* Firefox */
        break-inside: avoid;
        /* IE 10+ */
    }
}

.content_only table.att_comb {
    width: 98%;
    margin: 0 1%;
}


/* autogenerated styles starts */

#awemenu #awemenu-forpriority .am-autogenclass-1 {
    font-weight: normal;
}

#awemenu #awemenu-forpriority .am-autogenclass-3 {
    width: 170%;
}

#awemenu #awemenu-forpriority .am-autogenclass-4 {
    width: 300%;
}

#awemenu #awemenu-forpriority .am-autogenclass-5 {
    width: 130%;
}

#awemenu #awemenu-forpriority .am-autogenclass-6 {
    width: 200%;
}

#awemenu #awemenu-forpriority .am-autogenclass-8 {
    color: #fff;
    background-color: #e0260f;
    font-weight: bold
}

#awemenu #awemenu-forpriority .am-autogenclass-9 {
    width: 150%;
}

#index #awemenu {
    padding: 0 15px;
    margin: 15px 0 -20px 0 !important;
}

#awemenu {
    /*padding:0 15px;*/
    margin: 15px 0 -20px 0;
}


/*#awemenu .am-tabs a{padding: 15px 8px; line-height: 20px; }
 */

.am-tab-text {
    text-transform: capitalize !important;
}

.offer_menu.am-tab-hover a {
    background: #e0260f !important;
}

.inner-tab>a {
    background: #d8d6d7 !important;
}

.inner-tab.am-tab-hover>a {
    background: #f68b3d !important;
    color: #fff !important;
}

.am-link a:hover span {
    color: #f68b3d;
}

#awemenu .am-tabs>.am-sortable {
    /* border-bottom:1px solid #c0c0c0;border-right:1px solid #c0c0c0;*/
    border: none !important;
}

#awemenu .ehs-job a {
    background: none;
    /*background: url(../../../../img/logo-ehs.svg) !important; display: inline-block; background-size: 40px !important; background-repeat: no-repeat !important; background-position: 8px !important; */
}

#awemenu .ehs-job a span.am-tab-text {
    /*padding-left: 40px; */
}

#awemenu .am-tabs .ehs-job {
    margin-left: 33px !important;
    margin-top: 5px;
}


/* autogenerated styles ends */

.job-icon {
    width: 46px;
    position: absolute;
    left: -30px;
    top: -7px;
}

#index #awemenu {
    padding: 13px 0 !important;
}

.box-info-product .exclusive.open_quotation_modal span {
    padding: 15px 10px 15px 15px !important;
}

.box-info-product .exclusive.open_quotation_modal:before {
    position: relative !important;
    content: "" !important;
}

@media (max-width:640px) {
    #awemenu .am-tabs .ehs-job {
        margin-left: 10px !important;
    }
    .job-icon {
        left: 2px;
    }
}

@media (max-width:480px) {
    /*#awemenu .am-tabs .ehs-job{margin-left: 6px !important; }
  .job-icon{left: 2px; }*/
}

@media (max-width:400px) {
    #awemenu .am-tabs .ehs-job {
        margin-left: 6px !important;
    }
    .job-icon {
        left: 2px;
    }
}

.whatsappi img {
    border-radius: 50%;
    width: 50px;
}


/* new theme design */

.top-menu a[data-depth="0"] {
    font-size: 14px;
}

.top-menu .sub-menu.collapse {
    display: none
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: block
}

.btn-primary {
    background-color: #f58634;
}

#header .header-nav .cart-preview.active {
    background: #f58634;
}

.carousel .carousel-item .caption {
    display: none;
}

#header .header-nav {
    background: #f58634;
    color: #fff;
    border-bottom: 0;
}

.block-categories .category-sub-menu li {
    border-bottom: 1px dotted #ccc;
}

.block-categories .collapse-icons {
    top: 4px;
    right: 0px;
    padding: 3px;
    cursor: pointer;
    width: 26px;
    background: #ddd;
    border-radius: 50%;
    text-align: center;
    height: 1.7em;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    padding-bottom: 6px;
    margin: 0;
    font-weight: 300;
    padding-top: 6px;
}

.block-categories i.material-icons {
    font-size: 16px;
}

div#search_filters>p {
    border-bottom: 1px solid #ccc;
    padding: 13px;
}

.category-sub-menu span.arrows {
    right: 0;
    position: absolute;
}

#search_filters>section.facet[data-type="manufacturer"]>ul.collapse {
    max-height: 400px;
    overflow-y: scroll;
}

.block-category {
    min-height: 0;
    margin: 0;
    padding: 0;
}

#custom-text {
    text-align: left;
}

div#newsletter_block_left {
    background: #f58634;
    padding: 24px;
    font-size: 21px;
}

div#newsletter_block_left strong {
    color: #fff;
}

#products .page-not-found,
#pagenotfound .page-not-found {
    max-width: initial;
}

.block-categories ul>li:nth-child(2)>.category-sub-menu {
    max-height: 300px;
    overflow-y: scroll;
}

header.page-header h1 {
    padding: 16px;
}

.shop-phone,
.shop-email {
    margin-top: 8px;
}

.shop-phone a,
.shop-email a,
.user-info a,
#header .header-nav .cart-preview .shopping-cart {
    color: #fff !important;
}

.product-flags {
    top: 36px;
}

.breadcrumb {
    display: table;
    margin: 0 0 48px 0;
}

.product-flag.out_of_stock {
    display: none;
}

#wrapper .breadcrumb li:last-child {
    margin: 10px;
}

#wrapper .breadcrumb li::after {
    content: " ";
}

#header,
#header .header-top {
    background: url(https://www.protectorfiresafety.com/img/header-bg.png) repeat-x;
}

#header .header-nav .blockcart {
    background: none;
}

body#index #wrapper {
    padding-top: 0;
}

.carousel .carousel-inner {
    height: auto;
}

#carousel {
    margin-right: 3px;
    margin-left: 1px;
}

.carousel-inner>.carousel-item {
    text-align: center;
}

.product-container .product-features {
    font-size: 15px;
}

.product-features {
    margin-top: 0;
}

.tab-content {
    margin-top: 0;
}

.product-variants>.product-variants-item select {
    width: 100%;
}

body#checkout #header .header-nav {
    max-height: initial;
    padding: 0;
}

body#checkout .modal-content {
    padding: 0;
}

.pagination span.page-active {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #24b9d7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

p.sdstitle_block {
    font-size: initial !important;
}

#search_widget {
    margin: 22px auto 10px;
    display: table;
    float: none;
    width: 80%;
    background: #fff;
    border-radius: 90px;
    padding: 0 10px;
    height: 40px;
}

header div#search_widget:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    float: left;
    background-color: #ccc;
    border-right: 5px solid #f89027;
    background-color: none;
    font-size: 23px;
    padding: 5px 3px;
    background: none;
    width: 14%;
    height: 40px;
    line-height: 30px;
    color: #000;
    text-align: left;
}

#search_widget form {
    position: relative;
    width: 83%;
    float: left;
}

#search_widget form i {
    display: none;
}

#categories_block_left li a {
    font-weight: normal;
}

#categories_block_left li li a.selected {
    font-weight: bold !important;
    color: #000;
}

.images-container .product-images>li.thumb-container>.thumb {
    border: 1px solid #ccc;
    width: 87px;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    padding: 0;
}

#search_filters>.h6,
#search_filters_brands>.h6,
#search_filters_suppliers>.h6 {
    font-size: 1.2rem;
    font-weight: 500;
    background: linear-gradient(#333, #999) !important;
    border-top: #f38c3f solid 5px !important;
    color: #fff !important;
}

#wrapper {
    background: #fff;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.block-category h1 {
    font-size: initial;
}

div#left-column {
    padding-left: 0;
}

.products-sort-order .select-title,
.brands-sort .select-title,
.suppliers-sort .select-title {
    padding: 5px 10px;
}

.products-selection .sort-by {
    padding: 0;
    text-align: left;
}

.products-selection .total-products {
    padding: 0;
    text-align: right;
}

.total-products p {
    font: bold 13px/22px Arial, Helvetica, sans-serif;
    float: right;
    color: #333333;
    text-transform: none;
    margin-bottom: 10px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.products-selection .total-products {
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 3px;
}

.product-miniature .product-price-and-shipping {
    font-weight: initial;
}

.product-price {
    color: #6f6f6f;
}

.js-product.product {
    text-align: center;
    padding-bottom: 20px;
}

.product-name {
    font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    padding: 0 15px 7px 15px;
    min-height: 53px;
}

.quick-view {
    font: 700 40px/16px Arial, Helvetica, sans-serif;
    color: #777676;
    position: absolute;
    right: 0%;
    top: 8%;
    margin: -21px 0 0 -53px;
    padding: 0px 0 0;
    background: rgba(255, 255, 255, 0.82);
    width: 57px;
    height: 43px;
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    color: #333;
}

.wishlist-button-add {
    display: none !important;
}

h6 {
    font-size: 12px;
}

.product-cover {
    margin-bottom: 1.25rem;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #dbdbdb;
    background: white;
}

button.js-mailalert-add {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999), color-stop(100%, #333));
    background-image: -webkit-linear-gradient(#999, #333);
    background-image: -moz-linear-gradient(#999, #333);
    background-image: -o-linear-gradient(#999, #333);
    background-image: linear-gradient(#999, #333);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#333', GradientType=0);
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    text-wrap: balance;
}

.product-actions .add-to-cart {
    height: auto;
    padding-top: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
}

b,
strong {
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#search_widget form input {
    border-radius: 25px;
    padding: 12px 14px 10px 15px;
}

.quote_content {
    width: 350px;
    overflow: hidden;
}

.quote_content h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #555454;
    font-size: 18px;
    padding: 0 0 15px;
    line-height: normal;
    margin-bottom: 12px;
    border-bottom: 1px solid #d6d4d4;
}

.quote_content .text label {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
}

.quote_content .text input {
    padding: 0 5px;
    height: 22px;
    width: 100%;
    border: 1px solid base-border-color;
    font-size: 12px;
    color: #666;
}

#blocknewpoducts_block_center .bx-wrapper .bx-controls-direction a.disabled,
.products_block .bx-wrapper .bx-controls-direction a.disabled,
#crossselling_list .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

#blocknewpoducts_block_center .bx-wrapper .bx-controls-direction a,
#manufacturers_block_home .bx-wrapper .bx-controls-direction a,
.products_block .bx-wrapper .bx-controls-direction a,
#crossselling_list .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 10;
    right: -40px;
}

#blocknewpoducts_block_center .bx-wrapper .bx-next,
#manufacturers_block_home .bx-wrapper .bx-next,
.products_block .bx-wrapper .bx-next,
#crossselling_list .bx-wrapper .bx-next {
    right: 10px;
    background: url(/img/controls.png) no-repeat -43px -32px;
}
#blocknewpoducts_block_center .bx-wrapper .bx-prev,
#manufacturers_block_home .bx-wrapper .bx-prev,
.products_block .bx-wrapper .bx-prev,
#crossselling_list .bx-wrapper .bx-prev {
    left: -40px;
    background: url(/img/controls.png) no-repeat 0 -32px;
}
.fade.in{opacity:1}
.mobile_cart {
    display: none;
}
.product-container a.send_quote {
    font-size: 17px;
    padding: 16px;
    background: #ccc;
    font-weight: 500;
    line-height: 22px;
    text-shadow: 0 1px #015883;
    color: white;
    display: block !important;
    border-radius: 7px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid #006fa8;
    background-image: linear-gradient(#999, #333);
    text-align: center;
}
button.add-to-cart[disabled] {
    opacity: 0.4;
}


.product-attribute-list {
    margin: 39px 0;
    border-top: 1px dashed #ccc;
    padding: 40px 0;
}

.product-attribute-list .attribute_block span {
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px 0 0;
}

.product-attribute-list .attribute_block {
    margin: 0 17px 17px 0;
    display: inline-block;
}

.product-attribute-list .cart-btn {
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    background: #eea200;
}

.product-attribute-list .cart-btn:hover {
    border-color: #01314e #004b74 #0079b6 #004b74;
    background: #01314e;
}

.product-attribute-list .cart-btn span {
    border-color: #eea200;
}

.product-attribute-list .attribute-price {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 700;
}

.product-attribute-list select,
.product-attribute-list input[type="number"] {
    padding: 7px;
    border: 1px solid #ccc;
}

.attribute_block .box-select2 {
    position: relative;
    display: inline-block;
}

.attribute_block .box-select2:before {
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    background-color: #efeeee;
    pointer-events: none;
    color: #cacaca;
}

.product-attribute-list .box-select2 select::-ms-expand {
    display: none;
}

.product-attribute-list .box-select2 select {
    background-color: #fafafa;
    color: #000;
    padding: 12px 45px 12px 12px;
    /* width: 250px; */
    border: none;
    font-size: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#product-modal .modal-content .modal-body {
    margin-left: 0;
}

#product-modal .modal-content .modal-body figure {
    margin: 0 auto;
}


#product_div #image-block {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #dbdbdb;
    background: white;
    margin: 0 0 10px;
}

#product_div #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}


@media (max-width: 768px) {
    .product-attribute-list .attribute_block {
        display: block;
    }
    .product-attribute-list .attribute_block span {
        margin: 6px 0;
    }
    .product-attribute-list .attribute_block span,
    .product-attribute-list .attribute_block select {
        display: block;
        width: 100%;
    }
    .product-attribute-list .attribute_block .box-select2 {
        width: 100%;
    }
    .product-attribute-list .attribute-price strike,
    .product-attribute-list .attribute-price .disc_perc,
    .product-attribute-list .attribute-price strong {
        display: inline-block !important;
        width: auto;
        margin: 0 6px;
    }
}


@media (max-width:767px) {
    #header .header-nav {
        background: initial;
    }
    #header .header-top>.container>.row:first-of-type {
        display: block;
    }
    #awemenu .am-tabs-hidetabs .am-tab-home,
    #awemenu .am-tabs .am-tab-home.am-tab-active {
        top: -90px;
        left: -12px;
    }
    #awemenu .am-tabs.am-tabs-root>.am-sortable>.am-tab>a {
        box-shadow: none;
    }
     #categories_block_left .block_content {
        display: none;
    }
}
@media (max-width: 991px) {
    .carousel {
        left: 0%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width:576px) {
    .header-top .search-widgets {
        max-width: 80%;
    }
}