.catalog-category-view h1{
    margin-bottom: 20px !important;
}
p{
    font-size: 15px;
}
#mobile-last{
    display: none;
}
button.braintree-googlepay-button.white.long{
    max-width: 60px;
}
select::-ms-expand {
    display: none;
}

.page-layout-1column-latest .page-title-wrapper h1.page-title,
.contact-index-index  .page-title-wrapper h1.page-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold
}

.page-layout-1column-latest .page-title-wrapper h1.page-title:before,
.page-layout-1column-latest  .page-title-wrapper h1.page-title:after,
.contact-index-index .page-title-wrapper h1.page-title:before,
.contact-index-index  .page-title-wrapper h1.page-title:after{
    content: "\00B7";
    color: #0473ba;
}
.title-group h3{
    color: #0072bb;
}
.cms-home .title-group {
    margin: 0 0 25px 0;
}
.cms-home .title-group h2 {
    line-height: 1;
}
.catalog-product-view .slider-product .title-group h2:before,
.catalog-product-view .slider-product .title-group h2:after{
    content: "\00B7" !important;
    color: #0473ba;
    position: relative;
    top:0;
    margin-top:0;
}
.catalog-product-view .slider-product .title-group h2:before{
    left:0;
    float:left;
}

.background-div{
    padding: 3rem;
    height:100%;
}
.padding3rem{
    padding: 3rem;
}
.grey-bg{
    background-color: #f2f2f2
}
.grey-bg a{
    color:#0072bb
}
.blue-bg{
    background-color: #0072bb;
}

div.latest-products{
    clear: both;
}
.contact-container .form-contact .action.submit span:before{
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 18px;
    font-variant: normal;
    margin-right: 10px;
}

body .contact-container .form-contact .actions-toolbar button{
    width: auto;
    float: right !important;
    background-color: #ec9a2a
}

.contact-container{
    padding-bottom: 0;
}

.contact-container .slider-product.product-container{
    margin-bottom:0;
}
.contact-container .form-contact .input-text::-webkit-input-placeholder,
.contact-container .form-contact #comment::-webkit-input-placeholder
{ /* Edge */
    color: #fff;
}

.contact-container .form-contact .input-text:-ms-input-placeholder,
.contact-container .form-contact #comment:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
    color: #fff;
}

.contact-container .form-contact .input-text::placeholder,
.contact-container .form-contact #comment::placeholder
{
    color: #fff;
}
.contact-container .form-contact .input-text{
    background:none;
    color:#fff;
    border-bottom:1px solid #fff;
}
.contact-container .form-contact #comment{
    height:100px;
    color:#fff;
    border-bottom:1px solid #fff;
}

body .header-top{
    background-color: #ecedef;
}
body .customer-action{
    background: #ec9a2a;
    padding: 0 14px;
    color: #fff
}
body .header-top .customer-action > .header.links > li > a,
body .header-style-1 .header-top .customer-action > .header.links::before {
    color: #fff;
    text-transform: uppercase;
}
body .header-top .currency-wrapper .switcher-options .switcher-trigger strong, body .header-top .language-wrapper .switcher-options .switcher-trigger strong {
    color:#0a1437;
}
body .header-middle {
    background-color:#0072b9;
}
body .header-top .socials-wrap ul li a{
    color:#0072b9;
}

body .header-top .socials-wrap ul li a:hover{
    color:#fff;
}
body .header-style-1 .cart-wrapper .minicart-wrapper .action.showcart .counter .counter-number {
    background-color:#a9201a;
}
body .header-middle .search-wrapper .actions .btn-searchbox {
    background-color:#ecedef;
    color: #0072b9 !important;
}
.cart-wrapper a,
.wishlist-header a,
body .search-wrapper .control .input-box,
body .search-wrapper .control .input-box .input-searchbox {
    background-color:#fff !important;
    border-radius: 0;
}

.footer-middle,
.footer-bottom{
    background:#0072b9;
    color:#fff
}
.footer-middle .block-footer .content-footer,
.footer-middle .block-footer .content-footer a,
.footer-middle .block-footer .title-footer{
    color:#fff
}
.footer-middle .social-newsletter .socials-wrap{
    background-color:#181818
}
.footer-payment img{
    float: right
}
body .footer-top .services-footer .service-item .image-service {
    border: none;
    background: none;
}
body #yt-totop-fix,
body #yt-totop-fix:hover
{
  background-color: #ff2c31;
}


.product-info-main .product-info-stock-sku {
    margin: 0 !important;
}
.product-info-main .product-info-stock-sku .stock{
    float: none;
}
.product-info-main .yotpoBottomLine {
  /*  display: none; */
}

.product-info-main .price-excluding-tax:before{
    content: "";
}
.product-info-main .price-including-tax:before{
    content: "";
}
.product-info-main .price-including-tax:after{
    content: "inc VAT";
    margin-left: 5px;
}
.product-info-main .special-price .price-including-tax:before{
    content: "(";
}
body.shop-view-yes .product-info-main .special-price .price-including-tax:before{
    content: "";
}
.product-info-main .special-price .price-including-tax:after{
    content: "inc VAT)";
    margin-left: 5px;
}
body.shop-view-yes .product-info-main .special-price .price-including-tax:after{
    content: "";
}

.product-info-main .price-excluding-tax:after{
    content: "ex VAT";
    margin-left: 5px;
}

.price-notice .price-container.tax.weee{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
}

.price-notice .price-container .price-including-tax
{
    color: #737373;
    font-size: 1.8rem !important;
    line-height: 1;
    font-weight: normal;
    line-height: 1;
}


.price-container .price-excluding-tax{
    display: none;
}
.product-info-main .price-excluding-tax{
    display: block;
    margin-right: 15px;

    color:#0072bc;
}
.product-info-main .price-final_price .price-excluding-tax .price{
    color:#0072bc;
}
body .product-info-main .price-excluding-tax .price,
body .product-info-main .price-excluding-tax:after
{
    font-size: 30px;
    font-weight: bold;
}
body .table.grouped .price-box .price {
    font-size: 30px;
}

.product-info-main .price-including-tax:after,
.product-info-main .price-including-tax:before,
.product-info-main .price-excluding-tax:after,
.product-info-main .price-excluding-tax:before,
.product-info-main .old-price .price-excluding-tax:after,
.product-info-main .old-price .price-excluding-tax:before
{
    font-size: 1.4rem !important;
    color:#737373 !important;
    font-weight: normal;
}
.product-info-main .old-price .price-including-tax{
    display: block;
}

body .product-info-main .price-box{
    clear: both;
    width: 100%;
    padding-bottom: 4px;
}

.product-info-main .old-price{
    line-height: 1;
}
.product-info-main .old-price  .price-final_price{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
}

.product-info-main .special-price .price-label,
.product-info-main .old-price .price-label{
    font-size: 1.4rem;
    display: block;
    /*margin-right: 5px;*/
    font-weight: normal;
}
.product-info-main #addthis_wrap{
    display:none;
}
body.catalog-product-view .column.main .product-info-main .price-box.price-final_price{
    padding-top: 20px;
}
body.catalog-product-view .column.main .product-info-main .price-box .special-price .price-excluding-tax .price{
    font-weight: bold
}

body .product-info-main .product-add-form .box-tocart .fieldset .actions button,
body .product-info-main .product-options-bottom .box-tocart .fieldset .actions button{
    background-image: url("../images/cart.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    height: 50px;
    line-height: 50px;
    background-color: #ec9a29;
}
body .product-info-main .product-add-form .box-tocart .fieldset .actions button span,
body .product-info-main .product-options-bottom .box-tocart .fieldset .actions button span{
    padding-left: 15px;
}
body .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
    padding-right: 15px;
    padding-left: 15px;
}
body .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
body .product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
    height: 50px;
    line-height: 50px;
}
body .product-info-main .product-addto-links .action,
body .product-info-main .product-social-links .action {
    height: 50px;
    width: 50px;
    line-height: 50px;
}
body .product-info-main .action.secondary.open-contact-form{
    width: auto;
    padding: 0 15px;
    font-size: 107.69%;
    background-color:#efefef;
    color: #302a23 !important;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    display: block;
    float: left;
}
body .product-add-form .box-tocart {
margin-bottom: 0;
}
body .product-info-main .action.secondary.open-contact-form:hover{
    color: #fff !important;
    background-color: #ec9a29;
}
body .product-info-main .product-social-links .action:last-child {
    margin-right: 5px;
}
body .product-info-main .action.secondary{
    text-transform:uppercase;
}
body .product-info-main .product-addto-links .action:hover,
body .product-info-main .product-social-links .action:hover {
    background-color: #ec9a29;
}

@media (max-width: 1450px) {
    body .product-info-main .old-price .price-label {
        font-size: 1.5rem;
    }
    .product-info-main .price-excluding-tax .price,
    .product-info-main .price-excluding-tax:after
    {
        font-size: 110% !important;
    }

    .product-info-main .price-including-tax .price,
    .product-info-main .price-including-tax:after,
    .product-info-main .price-including-tax:before
    {
        font-size: 3rem !important;
    }
}

@media (max-width: 1280px) {
    /*body .product-info-main .old-price .price-label {
       font-size: 1.2rem;
   }*/
    .product-info-main .price-excluding-tax .price,
    .product-info-main .price-excluding-tax:after
    {
        font-size: 110% !important;
    }

    .price-excluding-tax,
    .product-info-main .price-including-tax .price,
    .product-info-main .price-including-tax:after,
    .product-info-main .price-including-tax:before,
    .product-info-main .old-price .price-excluding-tax .price,
    .product-info-main .old-price .price-excluding-tax:after,
    .product-info-main .old-price .price-excluding-tax:before
    {
        font-size: 2.5rem !important;
    }
}
@media (max-width: 1024px) {
    /*body .product-info-main .old-price .price-label {
        font-size: 1.8rem;
    }*/
    .product-info-main .price-excluding-tax .price,
    .product-info-main .price-excluding-tax:after
    {
        font-size: 110% !important;
    }

    .price-including-tax,
    .price-excluding-tax,
    .product-info-main .price-including-tax .price,
    .product-info-main .price-including-tax:after,
    .product-info-main .price-including-tax:before,
    .product-info-main .old-price .price-excluding-tax .price,
    .product-info-main .old-price .price-excluding-tax:after,
    .product-info-main .old-price .price-excluding-tax:before
    {
        font-size: 2rem !important;
    }
    .cart-container{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (min-width: 769px) {
    body .product-info-main .price-box {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
    }
}
/*
@media (min-width: 1280px) {

}
*/
@media (min-width: 1500px) {
    body .product-info-main .product-secure-payments {
        display: flex;
    }
}
body .product-info-main .product-secure-payments{
    clear: both;
    align-items: center;
    padding-left: 35px;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    position: relative;
    margin-bottom: 30px;
}
body .product-info-main .product-secure-payments .icon{
    position: absolute;
    height:26px;
    width:26px;
    top:50%;
    left:0;
    margin-top: -13px;
}
body .product-info-main .product-secure-payments img{
    margin-left: 5px;
}
@media (max-width: 768px) {
    .mobile-margin-15{
        margin-bottom: 15px;
    }
    body .product-info-main .product-secure-payments .stripe {
        height: 17px;
        width: auto;
    }
    body .product-info-main .product-secure-payments .payments {
        height: 23px;
        width: auto;
        margin-left: 0;
    }
    body .product-info-main .product-addto-links .action, body .product-info-main .product-social-links .action,
    body .product-info-main .product-options-bottom .box-tocart .fieldset,
    body .product-info-main .product-add-form .box-tocart .fieldset {
        margin-right: 10px;
    }
    .block-footer .content-footer li a{
        display: block!important;
        text-align: center;
    }
    .footer-middle .block-footer .content-footer, .footer-middle .block-footer .content-footer a, .footer-middle .block-footer .title-footer{
        text-align: center;
    }
}
@media (max-width: 400px) {
    body .product-info-main .product-addto-links .action, body .product-info-main .product-social-links .action,
    body .product-info-main .product-options-bottom .box-tocart .fieldset,
    body .product-info-main .product-add-form .box-tocart .fieldset {
        margin-right: 5px;
    }
    body .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
    body .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
        padding-right: 5px;
    }
    body .product-info-main .product-social-links .action.tocompare{
        margin-right: 0;
    }
    body #maincontent .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
    body #maincontent .product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty{
        width: 35px;
        padding: 0 5px;
    }
    body #maincontent .product-info-main  .special-price .price-container.price-final_price.tax.weee{
        flex-direction: column-reverse;
    }
}
#lock-modal {
    display: none;
    background-color: black;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
}

#loading-circle {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 0.6s ease-in infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
body .product-info-main .price-box{
    margin-bottom: 20px;
}
.product-info-main .product-add-form .box-tocart .fieldset {
    margin-bottom: 24px;
}
.default-style .resp-tabs-container {
    padding: 24px 0 0 0;
    border-top: 1px solid #0072b8;
}
.default-style .resp-tabs-list:before {
    position: absolute;
    top: 65px;
    display: block;
    height: 15px;
    width: 100%;
    background: linear-gradient(0deg, rgba(223,223,223,0.5) 0%, rgba(255,255,255,0) 100%);
    content: " ";
    pointer-events: none;
}
.default-style .resp-tabs-list li {
    padding: 10px 31px;
    margin: 0 0 0 20px;
    border-radius: 10px 10px 0 0;
    background-color: #ecedef;
    color: #0072b8;
}
.default-style .resp-tabs-list li.active {
    background-color: #0072b8;
}
.default-style .resp-tabs-list li.active a {
    color: #ffffff;
}

 .product-view-delivery {
     display: flex;
     background-color: #F8F8F8;
     color: #282828;
     font-size: 14px;
     padding: 1em;
     margin-bottom: 3px;
     width: 100%;
}
.product-view-delivery div{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5em;
}
.product-view-delivery img{
    max-height: 36px;
}

.description-price-tier .prices-tier.items .price-including-tax:after,
.description-price-tier .prices-tier.items .price-excluding-tax:after,
body:not(.shop-view-no):not(.shop-view-yes) .description-price-tier .prices-tier.items .price-excluding-tax{
    display: none;
}

body.shop-view-no .description-price-tier .prices-tier.items .price-excluding-tax{
    display: block;
}
body.shop-view-no .description-price-tier .prices-tier.items .price-including-tax{
    display: none;
}


body.shop-view-yes .description-price-tier .prices-tier.items .price-excluding-tax{
    display: none;
}
body.shop-view-yes .description-price-tier .prices-tier.items .price-including-tax{
    display: block;
}
body.shop-view-no .amsearch-wrapper-content .minimal-price-link,
body.shop-view-yes .amsearch-wrapper-content .minimal-price-link,
body.shop-view-no ol.products.list.items.product-items .minimal-price-link,
body.shop-view-yes ol.products.list.items.product-items .minimal-price-link{
    display:none
}

body .price-from .price-container .price-excluding-tax,
body .price-from .price-container .price-including-tax {
    display: inline-block !important;
}

.description-price-tier .prices-tier.items tr{
    padding: 0 10px;
}
.description-price-tier .prices-tier.items thead th{
    border-bottom: 1px solid #efefef;
}
.description-price-tier .prices-tier.items{
    min-width: 320px;
}
.description-price-tier .prices-tier.items,
.description-price-tier .prices-tier.items span
{
    font-size: 14px !important;
}

.description-price-tier .prices-tier.items .price-including-tax .price,
.description-price-tier .prices-tier.items .price-excluding-tax .price{
    font-size: 14px!important;
    color:#a8201a !important;
    font-weight: normal !important;
}
.description-price-tier .price-tier-table .tier-wrapper{
    border: 15px solid #efefef;
    background-color: #fff;
    padding: 10px;
}

.description-price-tier .product.attribute.overview{
    font-size: 15px;
    padding-right: 15px;
}
body .product-info-main .product-social-links{
    margin-bottom: 20px;
    width: auto;
    float: left;
}

@media (max-width: 1530px) {
    body .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
    body .product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
        width: 50px;
    }

    body .product-info-main .product-add-form .box-tocart .fieldset .actions button,
    body .product-info-main .product-options-bottom .box-tocart .fieldset .actions button {
        padding: 0 15px !important;
        background-image: none;
    }
    body .product-info-main .product-add-form .box-tocart .fieldset .actions button.tocart span,
    body .product-info-main .product-options-bottom .box-tocart .fieldset .actions button.tocart span{
        padding-left: 0;
    }

}
@media (max-width: 1330px) {
    body .product-info-main .product-main-btn{
        flex-wrap: wrap;
    }
}
body.cartquickpro-catalog_product-view #amfinder_3,
body.cartquickpro-catalog_product-view .yotpo.yotpo-main-widget{/*display: none*/}
@media (min-width: 768px) and (max-width: 1024px) {
    body.catalog-product-view:not(.cartquickpro-catalog_product-view) .column.main {
        display: flex;
        flex-direction: column;
    }
    body:not(.cartquickpro-catalog_product-view) .product-info-main {
        width: 100%;
    }
    body:not(.cartquickpro-catalog_product-view) .media{
        width: 100%
    }
    body:not(.cartquickpro-catalog_product-view) .product.media {
        order: -1;
    }
}
@media (max-width: 480px){
    body .product-info-main .product-addto-links {
        padding-top: 0;
    }
    body .product-info-main .product-main-btn{
        justify-content: space-between;
    }
}


body .product-info-main .product-add-form{
    flex-shrink: 0;
}
body .product-info-main .product-social-links{
    flex-shrink: 0;
    flex-grow: 0;
}
.extra-btn{
    float: left;
    margin-bottom: 18px;
    /*display: flex;
    align-items: baseline;*/
}
.b2b-create-link{
    /*float: left;*/
    max-width: 169px;
}
@media (min-width: 1330px) {
    body .media {
        width: 50%;
    }
    body .product-info-main {
        width: 50%;
    }
}
@media (min-width: 1750px) {
    .b2b-create-link {
        display: flex;
        align-items: center;
        line-height: 18px;
    }
}
@media (max-width: 1749px) {
    .b2b-create-link{
        line-height: 18px;
    }
    .b2b-create-link span{
        display: block;
        padding-top: 7px;
    }
}
body .sidebar .product-item-info .product-item-details .product-item-name a{
    color: #121a38;
}
.b2b-create-link{
    height: 50px;
    text-decoration: underline;
}
.product-info-main h1 span{
 font-weight: bold;
}
@media (max-width: 1400px) {
    .description-price-tier .product-view-delivery{
        max-width: 100%;
    }
    .description-price-tier .price-tier-info{
        width: 100%;
    }
}
@media (min-width: 768px) {
    .amsearch-form-container.-large .amsearch-wrapper-content .price {
        font-size: 20px !important;
    }
    .amsearch-wrapper-content .amsearch-wrapper-inner .old-price .price{
        font-size: 16px !important;
    }
    .product-info-main .product-info-stock-sku{
        display: flex;
        flex-direction: column-reverse;
        float: left;
        font-size: 14px;
    }
    .product-info-main .product-reviews-summary{
        float: right;
    }
    body.contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: 100%;
    }
    /*body .product-info-main .price-box{
    display: flex;
    align-items: flex-end;
}*/
    /*
    body .product-info-main .price-box span.special-price > span{
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        vertical-align: text-bottom;
        float: left;
    }

    .old-price .price-container.price-final_price .price-label:before{
        content: "| ";
    }
    */
    body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box span.old-price .price-label,
    body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box span.special-price .price-label{
        width: 90px;
        display: block;
        float: left;
    }
}
@media (max-width: 1024px) {
    body .home-boxes .item {
        height: 288px;
    }
    body .home-boxes .item .description p {
        text-align: center;
    }

    body .home-boxes .item .description p:nth-child(2) {
        display: none;
    }
    body .banner-group .row .banner-image{
        text-align: center !important;
    }
    body .banner-group .row .banner-image a p:nth-child(1){
        font-size: 18px;
        text-align: center;
    }
    body .banner-group .row .banner-image a p:nth-child(2){
        font-size: 30px;
        text-align: center;
        line-height: 36px;
    }
    body .banner-group .row .banner-image a.btn{
        margin: 0 auto;
        float: none;
    }
    body .banner-group .row .col-lg-4:nth-child(1) .banner-image,
    body .banner-group .row .col-lg-4:nth-child(2) .banner-image,
    body .banner-group .row .col-lg-4:nth-child(3) .banner-image
    {
        padding: 100px 15px 15px 15px;
    }
    body .banner-group .row .col-lg-4 .banner-image a.btn{
        margin-top: 15px !important;
    }
    .default-style .resp-tabs-list li {
        float: none;
        margin: 0 0 15px 0;
        padding: 10px;
        border-bottom: 2px solid #0072b8;
    }
}
@media (max-width: 768px) {
    .product-view-delivery {
        max-width: 100%;
    }

    .description-price-tier .price-tier-info {
        width: 100%;
    }

    .special-price .price-container.price-final_price.tax.weee {
        display: flex;
        flex-direction: row-reverse;
    }

    .page-layout-1column-latest .footer-top,
    body.contact-index-index .footer-top {
        display: none;
    }

    body .footer-top {
        display: none;
    }

    body .home-boxes {
        margin-bottom: 0;
    }

    body .products-grid .mobile-margin-15,
    body .slider-product .products-grid {
        margin-left: 15px;
        margin-right: 15px;
    }

    body.cms-home .full-categories {
        display: none;
    }

    body .shop-by-brands {
        padding-top: 21px;
    }

    body .shop-by-brands .brand-slider {
        margin-bottom: 0;
    }

    body .title-group {
        margin-bottom: 15px;
    }
    body .title-group h2{
        font-size: 200%;
    }
    body .container .banner-group{
        margin-bottom: 0;
    }
    .product-info-main .product-info-stock-sku .stock {
        margin: 0;
    }
    .b2b-create-link {
        display: none;
    }
    body .product-info-main .product-add-form {
        float: left;
    }
    body .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
        padding-right: 8px;
    }
    body .product-info-main .product-add-form .box-tocart .fieldset .actions button {
        padding: 0 11px;
    }
    body .product-info-main .action.secondary.open-contact-form {
        padding: 0 11px;
        margin: 0;
    }
}

.slider-category{
    margin-bottom: 1px;
}
.slider-category .owl-carousel .owl-item > div{
    position: relative;
    height: 240px;
    width: 100%;
    display: block;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
.slider-category .owl-carousel .container{
    position: absolute;
    bottom: 25px;
    color: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.slider-category .owl-carousel .container p{
    max-width: calc(100% - 200px);
}
.slider-category .owl-carousel .owl-dots{
    display: none;
}
.slider-category .owl-nav div span{
    width: 75px;
    height: 75px;
    background: #fff;
    color: #0374bd;
    font-size: 30px;
    text-align: center;
    line-height: 75px;
    display: block;
}
.slider-category .owl-nav{
    display: flex;
    float: right;
    margin-top: -110px;
    position: relative;
    z-index: 1000;
}
.slider-category .owl-nav .owl-prev{
    margin-right: 1px;
}
@media only screen and (max-width: 767px) {
    .slider-category .owl-carousel .container{
        bottom: 10px;
    }

    .category-automotive .slider-category .owl-carousel .container h1{
        display: none;
    }
    .category-automotive .slider-category .owl-carousel .container p{
        max-width: 100%;
        display: none;
    }
    .slider-category .owl-carousel .container p{
        max-width: 100%;
    }

    .slider-category .owl-nav{
        display: none;
    }
    .category-home .slider-category .owl-carousel .container h1{
        display: block;
    }
    .category-home .slider-category .owl-carousel .container p{
        max-width: 100%;
        display: block;
    }
    .catalog-product_compare-index .products-grid .product-image-photo{
        position: relative;
    }
}

.page-footer.no-quick .footer-top{
    display: none;
}
.footer-wrapper > .block-static-block.widget{
    margin-bottom: 0;
}
body .category-cms{
    padding-top: 30px;
}
body .categories-container{
    padding:30px 0;
    margin-bottom: 30px;
}
body .brand-slider{
    margin-bottom: 30px;
    border:0;
}
body .brand-slider .owl-item {
    border: 1px solid #e5e5e5;
    margin-right: 0;
}

@media (min-width: 1200px) {
    body .brand-slider .brand-content {
        margin: 0 120px;
    }
    body .brand-slider .brand-content .owl-nav {
        position: absolute;
        left: -120px;
        right: -120px;
        top: 61px;
        opacity: 1;
    }
    body .brand-slider .brand-content .owl-nav .disabled {
        opacity: 1;
    }
    body .brand-slider .owl-theme .owl-nav div.owl-prev {
        left: 0;
    }
    body .brand-slider .owl-theme .owl-nav div.owl-next {
        right: 0;
    }
}
body .home-page-1 .brand-slider .owl-theme .owl-nav div {
    border: none;
}
body .home-page-1 .brand-slider .owl-theme .owl-nav div:hover {
    background-color: transparent;
}
body .brand-slider .owl-theme .owl-nav div:before {
    color: #0072bb;
    font-size: 48px;
    font-weight: 900;
}


.category-cms div.text{
    padding: 15px 0 30px 0;
}

body .block-footer .content-footer.content-about li:before{
    background-image: url(../images/icon-image.png);
}
.owl-carousel.categories-owl .item{
    padding: 5px;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.owl-carousel.categories-owl .item a{
    text-decoration: underline;
    color:#282828
}

body .products-grid .product-item-info:hover .product-item-details {
    top: 0;
}
body .products-grid .product-item-info .product-item-details .product-item-inner {
    position: relative;
    top: 10px;
    opacity: 1;
    visibility: visible;
}
body .products-grid .product-item-info:hover::before {
    height: 100%;
    display: none;
}
.products-grid .product-item-info .product-item-image a{
    border-bottom: 0;
}
.products-grid .product-item-info .product-item-image a img{
    margin: 0 auto;
    display: block;
}
body .products-grid .product-item-info .product-item-details {
    border-top: 0;
}
body .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions {
    padding: 0 50px;
    background: #fff;
}
body .products-grid .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
    background-color: #ec9a29;
    background-image: url("../images/cart.png");
    background-repeat: no-repeat;
    background-position: 10px 13px;
    padding-left: 30px !important;
}


@media only screen and (max-width: 600px) {
   body .products-grid .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
        background-image: none;
        padding: 0 !important;
    }    

	body .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions {
  		padding-left: 0;
        padding-right: 0;
  		margin: 0;
    	min-width: 44px;
	}

	/*body .products-grid .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
		background-position : center;
    	padding-left: 0 !important;
	}	*/
/*	body .products-grid .product-item-info .product-item-details .product-item-inner .actions-primary .tocart span {*/
/*		display: none;*/
/*	}	*/

}

body .products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action {
    background: #fff;
    color: #999999;
    border: 1px solid #999999;
}
body .products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action:hover{
    color: #fff;
    border: 1px solid #fff;
}
body .products-grid .product-item-info .product-item-details .product-item-name a{
    color: #000;
}
body .products-grid .product-item-info .product-item-image .action {
    position: absolute;
    top:auto;
    bottom:0;
    width: 100%;
    background-color: #ec9a29;
    left:0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
}
body .products-grid .product-item-info .product-item-image .action:before{
    display: none;
}
body .products-grid .product-item-info .product-item-image .action span{
    display: block;
}
body .products-grid .product-item-info .price-box .price{
    color: rgb(0, 114, 187);
}
body .products-grid .product-item-info .price-box .old-price .price{
    color: #999999;
    font-size: 110% !important;
}

body .products-grid .short-btn .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fff;
    color: #999999;
    border: 1px solid #999999 !important;
    background-position: center;
    background-image: url(../images/cart2.png)
}

body .products-grid .short-btn.long-cart .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
    width: 145px;
    padding-left: 30px;
    padding-right: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #ec9a29;
    color: #999999;
    border: 1px solid #999999 !important;
    background-position: 10px 13px;
    background-image: url(../images/cart.png)
}
body .products-grid .short-btn.long-cart .tocart span {
    display: block;
}

body .products-grid .short-btn .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover {
    background-image: url(../images/cart.png);
    background-color: rgb(0, 114, 187);
    border: 1px solid rgb(0, 114, 187) !important;
}
body .products-grid .short-btn .product-item-actions{
    justify-content: center;
}
body .products-grid .short-btn .tocart span{
    display: none;
}
body .products-grid .short-btn .product-item-info .product-item-details .product-item-inner .actions-secondary .action {
    position: relative;
}
body .products-grid .short-btn .product-item-info .product-item-details .product-item-inner .product-item-actions{
    width: 100%;
    padding: 0;
    display: flex;
}
body .products-grid .short-btn .product-item-info .product-item-details .product-item-inner .actions-primary{
    margin: 0 5px;
}



.title-group  span{
    font-size: 107.69%;
    font-weight: normal;
    color: #0072bb;
    text-align: left;
}
.title-group.text-left h1{
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
}
#subcategories.owl-carousel{
    padding: 15px;
    margin-bottom: 15px;
    background: #ecedee;
}
#subcategories.owl-carousel .owl-stage {
    display: flex;
}
#subcategories.owl-carousel .item{
    background: #fff;
    height: 100%;
}

.owl-carousel.categories-owl .owl-nav{
    padding-top:10px;
}
.owl-carousel.categories-owl .owl-nav div{
    margin-bottom: 0;
}

.home-boxes{
    display: flex;

    justify-content: center;
    margin-bottom: 40px;
}
.home-boxes .background{
    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
    transition: all .5s;
    position: absolute;
    z-index: 1;
}
.home-boxes .item{
    width: 100%;
    max-width: 394px;
    height: 588px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
}
.home-boxes .item:last-child{
    margin-right: 0;
}
.home-boxes .item .description{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,114,188,0.7);
    padding: 25px 20px 20px 20px;
    z-index: 20;
}
.home-boxes .item .description p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.home-boxes .item .description .title{
    text-transform: uppercase;
    font-size: 24px;
    color:#fff
}
.home-boxes .item{
    position:relative;
}
.home-boxes .full-link-home{
    position:absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    color: transparent;
}

.item:hover .background,
.item:focus .background {
    transform: scale(1.2);
}
body .page-footer a{
    color: #000;
}
@media (max-width: 1200px) {
    .home-boxes{
        flex-wrap: wrap;
    }
    .home-boxes .item{
        margin-bottom: 20px;
    }
    .home-boxes .item:nth-child(2){
        margin-right: 0;
    }
    .home-boxes .break {
        flex-basis: 100%;
        height: 0;
    }
}
@media (max-width: 1024px) {
    .footer-bottom .copyright-footer {
        text-align: center;
        margin-bottom: 15px;
    }
    body .footer-payment img{
        float: none;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 767px) {
    .home-boxes {
        justify-content: center;
        flex-direction: column;
    }

    body .home-boxes .item,
    .home-boxes .item:nth-child(2),
    .home-boxes .item:last-child {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    body .slider-product .products-grid .owl-carousel .owl-stage-outer {
        padding-top: 0;
        padding-bottom: 0;
    }

    body .slider-product .owl-theme .owl-dots {
        padding-top: 15px;
    }

    body .slider-product-1 .mobile-margin-15,
    body .slider-product.product-container {
        margin-bottom: 15px;
    }

    body .header-middle {
        padding: 15px 0;
    }

    body .middle-right {
        bottom: -63px;
        position: static;
    }

    body .header-bottom {
        height: 45px;
    }

    body .cart-wrapper{
        position: absolute;
        top: -50px;
        right: 22px;
    }
    body .header-style-1 .header-bottom{
        position: absolute;
        top: 13px;
        left: 2.7%;
    }
    body .logo-content .logo img{
        height: 50px;
    }
    body .categories-item .item,
    body .categories-item {
        margin: 0;
    }
}
body .slider-categories .categories-item .item {
    padding: 15px;
}
.main .home-page-1{
    padding-top: 10px;
}

.main .home-page-1 .slider-product{
    padding: 45px 0 0 0;
    margin: 45px 0 0 0;
    border-top: 4px solid #0072bb;
}

.owl-item .item-img{
    z-index: 100;
    cursor: pointer;
}
.products-grid.top-selling .right-container{
    height: 100%;
}
.products-grid.top-selling .right-container >div {
    align-content: space-between;
    height: 100%;
}
.products-grid .right-container  .product-item-info .product-item-photo,
.products-grid .right-container .product-item-info .product-item-details{
    border: 0;
}
.products-grid .right-container .product-item{
    height: 100%;
}
.products-grid .right-container  .product-item-info{
    border: 1px solid #e5e5e5;
    height: 100%;
    padding-bottom: 35px;
}
body .products-grid .right-container .product-item-info .product-item-details .product-item-inner{
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 1px;
    right: 1px;
}


.full-categories {
    background: url(../images/bg-full-categories.jpg) center/cover no-repeat;
    padding: 78px 0 80px;
    margin-bottom: 78px; }
.full-categories .title-group h2 {
    color: #fff; }
.full-categories .owl-item div.item{
    width: 100%;
}
.full-categories .parent-cat{
    width: 100% !important;
}

.full-categories .content-box {
    background-color: #fff;
    width: 100%;
    padding: 0 !important;
}
.full-categories .content-box .image-cat {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.full-categories .group-cat {
    width: 100%;
    padding: 17px 25px 0;
    margin-left: 0 !important;
}
.full-categories .group-cat .cat-title {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 7px; }
.full-categories .group-cat .cat-title a {
    transition: 0.2s; }
.full-categories .group-cat .sub-cats {
    font-size: 0.875rem;
    margin-bottom: 15px; }
.full-categories .group-cat .sub-cats li {
    padding: 2px 0; }
.full-categories .group-cat .sub-cats a {
    color: #888888;
    transition: all 0.2s ease 0s; }
.full-categories .group-cat .sub-cats a:before {
    background-color: #888;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    transition: 0.2s;
    border-radius: 50%; }
.full-categories .group-cat .sub-cats a:hover {
    color: #0072bc; }
.full-categories .group-cat .btn-more-cat a {
    background-color: #282828;
    display: table;
    padding: 3px 15px;
    font-size: 0.875rem;
    color: #fff;
    border-radius: 4px;
    transition: 0.2s; }
.full-categories .group-cat .btn-more-cat a:hover {
    background-color: #0072bc; }
.full-categories .featured_categories .owl-theme .owl-nav div {
    top: 50%;
    margin: -23px 0 0; }
.full-categories .featured_categories .owl-theme .owl-nav div.owl-prev {
    left: -23px; }
.full-categories .featured_categories .owl-theme .owl-nav div.owl-next {
    right: -23px; }

body .footer-top .services-footer .service-item .info-service h3{
    font-size: 14px;
    font-weight: 600;
}
body .footer-top .services-footer .service-item .info-service p{
    font-size: 14px;
    font-weight: 400;
}

.title-group h2:before,
.title-group h2:after {
    background-color: #0072bb;
}
.right-container .item{
    margin-bottom: 28px;
}
body .slider-product .products-grid .owl-carousel .owl-stage-outer{
    padding-bottom: 0;
}
body .banner-group{
    margin-bottom: 30px;
}
body .banner-group .banner-image{
    height: 340px;
    position: relative;
    background-size: cover;
}
body .banner-group .banner-image a{
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 100;
    text-indent: -9999px;
    color: transparent;
}
body .banner-group .banner-image p{
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}
body .banner-group .banner-image p:nth-child(2){
    font-size: 48px;
    text-transform: uppercase;
    line-height: 54px;
}
body .banner-group .banner-image .btn{
    background: #ec9a29;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
body .banner-group .col-lg-4:nth-child(1) .banner-image{
    padding-top: 30px;
    padding-left: 44px;
}
body .banner-group .col-lg-4:nth-child(2) .banner-image{
    text-align: center;
    padding-top: 30px;
}
body .banner-group .col-lg-4:nth-child(2) .banner-image a.btn{
    margin: 30px auto 0;
}

body .banner-group .col-lg-4:nth-child(3) .banner-image{
    padding-top: 30px;
    padding-right: 44px;
    text-align: right;
}
body.cms-home footer .footer-top{
    display: none;
}
body .slider-post {
    margin: 0 0 35px 0;
}
body .slider-post .info-blog .postTitle a{
    color: rgb(40, 40, 40);
}
body .slider-post .info-blog .postTitle a:hover{
    color: rgb(0, 114, 187);
}

.cms-home .slider-post .info-blog .postTitle {
    height: 60px;
}
.cms-home .slider-post .info-blog .date-post {
    margin: 9px 0 3px 0;
}
.thumbs-product.owl-carousel{
    padding-top: 39px;
}
body .header-top .customer-action > .header.links > li.customer-welcome .dashboard
{
    color: #fff;
}
body .header.links .customer-welcome .customer-menu .header.links li a{
    color: rgb(40, 40, 40);
}

.owl-carousel.categories-item .owl-stage,
.owl-carousel.products.list .owl-stage{
    display: flex;
}

.owl-carousel.categories-item .owl-item > div,
.owl-carousel.products.list .owl-item > div{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.owl-carousel.categories-item .owl-item > div > div,
.owl-carousel.products.list .owl-item > div > div
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
body  .products-grid .owl-carousel.products.list .product-item{
    border: 1px solid #e5e5e5;
    width: 100%;
}
body.shop-view-yes  .products-grid .owl-carousel.products.list .product-item > div,
body.shop-view-no  .products-grid .owl-carousel.products.list .product-item > div{
    padding-bottom: 85px;
}
body  .products-grid .owl-carousel.products.list .product-item > div{
    padding-bottom: 70px;
    position: relative;
}
body .products-grid .owl-carousel.products.list .product-item-info .product-item-photo,
body .products-grid .owl-carousel.products.list .product-item-info .product-item-details {
    border:0;
}
body .products-grid .product-item-info .product-item-details{
    position: initial;
}
body .products-grid .owl-carousel.products.list .product-item-info .product-item-details .product-item-inner{
    position: absolute;
    top: auto;
    opacity: 1;
    visibility: visible;
    bottom: 10px;
    margin: 0 16px;
}
body .products-grid .owl-carousel.products.list .product-item-info .product-item-details > .price-box.price-final_price{
    position: absolute;
    bottom: 63px;
    width: 100%;
    left:0;
}
    /*
    body .products-grid .owl-carousel.products.list .product-item-info .product-item-details {
        padding-bottom: 54px;
    }
    body .products-grid .product-item-info .product-item-details .product-item-inner{
        position: absolute;
        top: auto;
        bottom: 10px;
    }
    */


.top-selling .item-wrapper{
    margin-bottom: 28px;
    height: 100%;
}
.part-form{
    background: rgb(0, 114, 188);
    background: rgba(0, 114, 188, 0.89);
    position: absolute;
    z-index: 9;
    max-width: 350px;
    width: 100%;
    top: 20px;
}
.category-marine .part-form{
    top:367px;
}

.after-select{
    color:#fff;
    font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px){
    .category-marine .part-form{
        top: 100px;
        max-width: 100%;
    }

    body.category-leisure .owl-carousel .container h1,
    body.category-leisure .owl-carousel .container p,
    body.category-automotive .owl-carousel .container h1,
    body.category-automotive .owl-carousel .container p,
    body.category-cars .owl-carousel .container h1,
    body.category-cars .owl-carousel .container p,
    body.category-marine .owl-carousel .container h1,
    body.category-marine .owl-carousel .container p{
        padding-left: 0;
    }

    body.category-cars .owl-carousel .container h1{
        max-width: calc(100% - 200px);
    }


    .category-leisure .part-form,
    .category-cars .part-form,
    .category-automotive .part-form
    {
        top: 20px;
    }
    .category-cars .slider-category .owl-carousel .container,
    .category-automotive .slider-category .owl-carousel .container{
        bottom:0
    }
    .category-cars .slider-category .owl-carousel .container h1,
    .category-automotive .slider-category .owl-carousel .container h1{
        margin-bottom: 0 !important;
    }

    .category-leisure .slider-category .owl-carousel .owl-item > div,
    .category-cars  .slider-category .owl-carousel .owl-item > div,
    .category-automotive  .slider-category .owl-carousel .owl-item > div
    {
        position: relative;
        height: 833px;
        background-size: cover !important;
    }
}
@media only screen and (max-width: 767px) {
    .category-marine .slider-category .owl-carousel .owl-item > div
    {
        height: calc(100vh - 560px);
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }
    .category-automotive.slider-category .owl-carousel .owl-item > div,
    .category-leisure .slider-category .owl-carousel .owl-item > div{

    }
    .category-cars .owl-carousel .container h1,
    .category-cars .owl-carousel .container p{
        display: none;
    }

    body.category-marine .part-form
    {
        top: calc((100vh - 280px) / 2);
        margin-top: -115px;
    }
    body.category-leisure .part-form{
        top: 320px;
        margin-top: -276px;
        bottom: auto;
    }
    body.category-cars .part-form,
    body.category-automotive .part-form{
        top: 320px;
        margin-top: -285px;
        bottom: auto;
    }
    body .mst-searchautocomplete__item.magento_catalog_product{
        display:block;
    }
    body .mst-searchautocomplete__item.magento_catalog_product .price{
        float: right;
        padding-top: 10px;
    }
}
.part-form p{
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}

.part-form div[data-amfinder-js="select"],
.part-form input,
.part-form select{
    height: 40px;
    line-height: 29px;
    font-size: 16px;
}
.part-form div[data-amfinder-js="select"]{
    line-height: 40px;
}
.amfinder-vertical .amfinder-details{
    background-color: #0072b9;
    margin-left: 0;
    /*width: calc(200% + 35px);*/
    width: auto;
    border: 0;
    padding-right: 0;
}
@media (max-width: 906px){
   body .amfinder-vertical .amfinder-details {
        width: calc(100% + 30px);
    }
}
.amfinder-item.-active{
    border:2px solid #ea9a27;
}
.amfinder-item:hover{
    border: 2px solid #0072b9;
}
.amfinder-item{
    width: 284px;
    height: 159px;
    max-width: 284px;
    margin-bottom: 37px !important;
}
.part-form p.amfinder-label{
    padding: 0;
    background: transparent;
    clear: both;
    margin-right: 15px;
    padding-top: 8px;
}
.amfinder-img{
    width: 280px;
    height: 155px;
    float: left;
    margin-right: 15px;
}
.amfinder-img .amfinder-pic{
    max-height: 155px;
    max-width: 280px;
}
.part-form p.small{
    font-size: 16px;
}
.part-form .amfinder-vertical, .amfinder-horizontal{
    background: none;
}
.part-form .top{
    background: rgb(0, 114, 188);
    padding: 15px 30px 50px 30px;
}
.part-form .bottom{
    padding-top: 15px;
}
.part-form .amfinder-vertical .amfinder-toggle{
    padding: 0;
}
.part-form .amfinder-buttons{
    display: flex;
    justify-content: space-between;
}
.part-form .amfinder-buttons .button.action{
    margin-left:10px;
    background: #ec9a29;
    font-size: 18px;
    font-weight: bold;
    width: 43%;
}
.part-form .amfinder-buttons .button.reset{
    background-color: #0037a0;
    width: 43%;
}
.part-form .amfinder-vertical{
    padding: 15px 30px 30px 30px;
}
.part-form-wrapper .form-holder{
    width: 100%;
    height: 47px;
    background-image: url(../images/form.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.category-top .container.relative{
    position: relative;
}
.category-cars .owl-carousel .container h1,
.category-cars .owl-carousel .container p,
.category-automotive .owl-carousel .container h1,
.category-automotive .owl-carousel .container p
{
    padding-left: 400px;
}
.close-filter,
.filter-overlay,
#shop-by-filter,
#read-more-category
{
    display: none;
}
.show-more #block-with-text{
    display: none;
}
body.show-more #full_text{
    display: block !important;
    clear: both;
}
#read-more-category {
    float: none;
    clear: both;
    text-transform: uppercase;
    margin: 0 auto 15px;
}
#read-more-category:before {
    margin: 0 8px 0 0;
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f078";
}
body.show-more #read-more-category:before {
    content: "\f077";
}

#block-with-text,
#block-with-text.description,
.catalog-category-view .container .text
{
    overflow:hidden;
}
.category-cms div.text{
    padding: 0;
}
#block-with-text{
    margin-bottom: 15px;
}
@media (max-width: 1024px){
    body.show-more #read-more-category{
        display: none;
    }
    body #subcategories.owl-carousel{
        display: none;
    }
    body.show-more #subcategories.owl-carousel{
        display: block;
    }


}
@media (max-width: 767px) {
    .part-form {
        max-width: 100%;
    }
}

@media (max-width: 768px){
    .toolbar.toolbar-products .modes{display: none}
    #shop-by-filter{
        display: block;
        float: left;
        margin: 10px;
        color: #fff;
        background-color: #0072b9;
        height: 32px;
        line-height: 16px;
        padding: 8px;
    }
    #close-btn-filter{
        color: #fff;
        font-size: 18px;
    }
    #shop-by-filter i{
        margin-right: 5px;
    }
    .page-layout-2columns-left .row-content{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-layout-2columns-left .row-content .col-main{
        -ms-flex-order: 1;
        order: 1;
    }
    .page-layout-2columns-left .row-content .col-sidebar{
        -ms-flex-order: 2;
        order: 2;
    }
    .close-filter::before {
    	content: unset;
    }
    .close-filter {
        display: inline-block;
        float: right;    
        right: 5px !important;
    	top: 10px !important;
    }
    .show-filter-sidebar .filter-overlay {
        opacity: 1;
        visibility: visible;
    }
    .filter-overlay {
        display: block;
        position: fixed;
        left: -30px;
        top: -30px;
        right: -30px;
        bottom: -30px;
        background-color: rgba(0,0,0,.3);
        z-index: 8888888;
        opacity: 0;
        visibility: hidden;
        transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
    }
    #layered-filter-block {
        width: 300px;
        position: fixed;
        margin: 0;
        left: -300px;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        background-color: #fff;
        padding: 20px 15px 20px;
        z-index: 9999999;
        transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
    }
    .show-filter-sidebar #layered-filter-block {
        left: 0;
    }
    .page-with-filter .columns .sidebar-main {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
}


@media (min-width: 1560px) {
    body .col2-layout .products.wrapper.products-grid .item {
        width: 25%;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(3n+1){
        clear: none;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(4n+1){
        clear: both;
    }
}
@media (min-width: 1260px) and (max-width: 1559px) {
    body .col2-layout .products.wrapper.products-grid .item {
        width: 33.33%;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(3n+1){
        clear: both;
    }
}
@media (min-width: 1025px) and (max-width: 1259px) {
    body .col2-layout .products.wrapper.products-grid .item {
        width: 50%;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(3n+1){
        clear: none;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(2n+1){
        clear: both;
    }
}
@media (max-width: 610px) {
    body .col2-layout .products.wrapper.products-grid .item {
        width: 50%;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(3n+1){
        clear: none;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(2n+1){
        clear: both;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(n+1){
        clear: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .home-boxes .item {
        max-width: calc(50% - 7.5px);
    }
    body .col2-layout .products.wrapper.products-grid .item {
        width: 50%;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(3n+1){
        clear: none;
    }
    body .col2-layout .products.wrapper.products-grid .item:nth-child(2n+1){
        clear: both;
    }
}
body .products-grid .product-item-info:hover .product-item-photo,
body .products-grid .product-item-info:hover .product-item-details
{
    border-color: rgb(229, 229, 229) rgb(229, 229, 229) rgb(229, 229, 229);
}
body .products-grid .product-item-info:hover{
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.52);
}
@media (min-width: 768px) and (max-width: 1024px) {
    body .products-grid .product-image-wrapper {
        padding-bottom: 86% !important;
    }
}

body .products-grid .product-image-wrapper {
    height: auto !important;
}

@media (max-width: 767px) {
    body .products-grid .product-image-wrapper {
        padding-bottom: 0 !important;
    }
    body .products-grid .product-item-info .product-item-image a img{
        position: relative;
    }
    body .products-grid .product-item-info .product-item-details{
        padding-top: 0;
    }
    ul.header.links{
        display: none !important;
    }
    .header-top.clearfix{
        background: #ec9a2a;
    }
    body .quick-order-top a{
        background-color: #ec9a2a !important;
        padding: 0;
    }
    .shop_view_container form{
        float: right;
        margin-right: 5px;
    }
    .shop_view_container .text{
        color: #fff;
    }
    .skiptranslate.goog-te-gadget span{
        display:none
    }
    body .custom-google{
        margin-left: 0;
    }
    body .main-custom-google .drop-down .button span.flag{
        left: 0;
    }
    .header-top .quick-order-top{
        order: 3;
    }
    .header-top .action-right{
        display: flex;
        justify-content: space-between;
        width:100%;
    }
    .header-top .action-right .pull-left.action-left{
        display: none;
    }
    body #shop_view_switch{
        margin-top: 4px;
    }
    body #shop_view_switch .switch{
        height: 26px;
    }
    body #shop_view_switch .slider:before {
        height: 18px;
        width: 18px;
    }
}


.category-top .owl-item h1{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.category-top .owl-item .image-cat a img{
    margin-bottom: 5px;
}
.category-top .owl-item .image-cat a > span.wrap{
    font-weight: bold;
    min-height: 56px;
    color: #0072b9;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
}
.category-top .owl-item .image-cat a > span.wrap span{
    height: auto;
    padding: 0;
}
.category-top .owl-item .image-cat a{
    text-decoration: none;
    text-align: center;
}
@media (min-width: 768px) {
    .modal-custom.opc-sidebar {
        position: sticky;
        top: 0;
    }
}
@media (min-width: 1024px) {
    .page-layout-2columns-right .row-content{
        display: flex;
        flex-wrap: wrap;
    }
    .page-layout-2columns-right .row-content .col-sidebar{
        width: 300px;
        padding-left: 30px;
    }
    .page-layout-2columns-right .row-content .col-sidebar >div{
        position: sticky;
        top:15px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    body .row-content .col-main {
        width: calc(100% - 300px);
    }
    body .default-style .resp-tabs-list li {
        font-size: 120.46%;
    }
}
@media (min-width:1440px){
    body .product-info-main .product-secure-payments{
        font-size: 16px;
    }
}
body .product-info-main .product-info-stock-sku .view-count {
    display: none;
}
.owl-stage-outer>div {   margin: 0 auto;  }
.menu-desktop{
    display: flex;
}

body .sm_megamenu_wrapper_vertical_menu .block-title{
    background: none;
}

.sm_megamenu_wrapper_vertical_menu .block-title:after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 14px;
    font-variant: normal;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li > a.sm_megamenu_head,
body .sm_megamenu_wrapper_vertical_menu .block-title{
    color: #282828;
}
.sm_megamenu_wrapper_horizontal_menu .mega-content .sale-menu-parent{
    background-color: #a8201a;
    float: right;
    right: 0;
    margin-right: 0;
}
.sm_megamenu_wrapper_horizontal_menu{
    flex-grow: 1;
}
.sm_megamenu_wrapper_horizontal_menu.nogrow{
    flex-grow: 0;
}
.sm_megamenu_wrapper_horizontal_menu.nogrow .sm_megamenu_menu .sm_megamenu_dropdown_6columns{
    min-width: 200px;
}
body .sm_megamenu_wrapper_horizontal_menu .mega-content .sale-menu-parent a{
    color: #fff;
}
.header-bottom.ontop-element{
    background: #ecedee;
}
/*
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li a.sm_megamenu_head {
    color: #fff;
}
body .sm_megamenu_wrapper_vertical_menu .sambar-inner{
    min-width: 275px;
    min-height: 350px;
    background: #0072b9;
}
*/
/*.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu{
    padding: 15px;
}*/
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu > li:hover a,
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu > li a{
    border-bottom: 1px solid rgba(255,255,255,0.7) !important;
}
.sm_megamenu_wrapper_vertical_menu .block-title a
{
    color:#282828;
}
.sm_megamenu_wrapper_vertical_menu:hover .block-title a,
.sm_megamenu_wrapper_vertical_menu .block-title a:hover,
.sm_megamenu_wrapper_vertical_menu .block-title:hover a{
    color: #fff;
}

body .sidebar-type .navigation-mobile{
    background: #0072b9;
}
body .header-container .navigation-mobile .sm_megamenu_menu>li .sm-megamenu-child{
    background: #fff !important;
    margin-left: -10px;
    padding-left: 25px;
    margin-right: -10px;
}
body .header-container .navigation-mobile .sm_megamenu_menu>li>a{
    font-weight: 400;
    color: #fff;
}
.btn-submobile:before{
    color: #fff;
}
#navigation-mobile.navigation-mobile > .horizontal-type{
    display: none;
}
#navigation-mobile.navigation-mobile .vertical-type.sm_megamenu_menu.sm_megamenu_menu_black.section-margin{
    padding-top: 50px;
    padding-bottom: 50px;
}
#navigation-mobile.navigation-mobile{
    display: flex;
    flex-direction: column;
}
#navigation-mobile .horizontal-type.sm-megamenu-hover.sm_megamenu_menu.sm_megamenu_menu_black.index_2{
    display: block;
}

#navigation-mobile .horizontal-type.sm-megamenu-hover.sm_megamenu_menu.sm_megamenu_menu_black.index_2 li:first-child,
#navigation-mobile .horizontal-type.sm-megamenu-hover.sm_megamenu_menu.sm_megamenu_menu_black.index_2 li.sale-menu-parent{
    display: block !important;
}
body .sm_megamenu_title .title-cat{
    color: #0072b9;
    font-weight: bold;
}
body .sm_megamenu_title > a:hover > span {
    color: #0072b9;
}
body .sm_megamenu_title.product-items img{
    margin: 0 auto;
    display: block;
}
body .sm_megamenu_title .price-box{
    display: block;
    text-align: center;
}
body .sm_megamenu_title.product-items a,
body .sm_megamenu_title.product-items .product-name
{
    text-align: center;
}
body .product-reviews-summary.short{
    margin: 0 auto;
    display: block;
    text-align: center;
}
body .sm_megamenu_wrapper_vertical_menu .more-w .more-view:hover,
.sm_megamenu_wrapper_vertical_menu .more-w .more-view{
    color:#fff;
}

.navigation-mobile .vertical-type ul{
    display: none;
}
.navigation-mobile .vertical-type li > a{
    display: block!important;
}
.navigation-mobile .vertical-type ul li > a{
    color:#fff;
    text-transform: uppercase;
    background: none;
    font-size: 110.67%;
    font-weight: 400;
}
.navigation-mobile .vertical-type .parent-active-lv-1 ul{
    display: block;
}
.navigation-mobile .vertical-type .parent-active-lv-1 ul li{
    position: relative;

}

body .sidebar-type .navigation-mobile{
    width: 275px;
}
body .sidebar-type .navigation-mobile{
    left: -275px;
}
.btn-submobile{
    top: 0px;
    width: 30px;
    height: 30px;
}
.nav-mobile-container li.other-toggle{
    min-height: 30px;
}
.btn-submobile-lv1:before {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
.btn-submobile-lv1.btnsub-active:before {
    content: '\f0d8';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
.btn-submobile-lv1:before {
    color: #fff;
}

.btn-submobile-lv1 {
    cursor: pointer;
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 100;
}

body .parent-active-lv-1 > a{
    font-weight: 700 !important;
    margin-bottom: 20px;
}
.parent-active-lv-1 ul li{
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .header-container .navigation-mobile .sm_megamenu_menu .m-hidden-parent {
        display: none !important;
    }
}

body .goog-te-gadget-simple {
    background: none;
    background-color: transparent;
    border: 0;
    height: 23px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
}
body .goog-te-gadget-simple a:after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 14px;
    font-variant: normal;
}
body .goog-te-gadget-simple a img{
    display: none;
}
body .goog-te-gadget-simple a span:nth-of-type(3),
body .goog-te-gadget-simple a span:nth-of-type(2){
    display: none;
}

body .full-categories .content-box .image-cat{
    padding-bottom: 0;
    border-bottom: 0;
}

body .sidebar .block.related .block-content {
    padding: 15px;
}
body .sidebar .block.filter .filter-options .filter-options-content:last-child {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 20px 20px;
    margin-bottom: 25px;
}
body .sidebar .block.filter .filter-options .group:last-child .filter-options-content{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
body .filter-options .filter-options-content .item input[type="checkbox"],
body .filter-options .filter-options-content .item label {
    cursor: pointer;
}

.group .filter-options-content{
    display: none;

}
.group.active .filter-options-content{
    display: block;
}
.group .toggle{
    float: right;
    margin-top: 5px;
}
.group .toggle:before{
    float: right;
    height: 10px;
    width: 10px;
    margin-left: 5px;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 14px;
    font-variant: normal;
}
.group.active .toggle:before{
    transform: rotate(180deg);
}
body .home-page-1 .categories-item .content-box .group-cat .sub-cats a:hover{
    color: #0072bb;
    font-weight: bold;
}
body .footer-style-1 .block-footer .content-footer li a:hover::before{
    background-color: #fff;
}
body .footer-style-1 .block-footer .content-footer li a:hover{
    color: #fff;
    font-weight: bold;
}
.breadcrumbs .items .item a:hover{
    font-weight: bold;
}
#cc_c2a.c2a_mode1{
    z-index: 10000003;
}
.quickod-productlist,
body .quickod-productlist .headlist-title
{
    font-family: Rubik;
}
.quickod-productlist .headlist-title{
    font-size: 1.5rem;
}
.quickod-productlist .qod-product-item .item-product{
    width: 38%;
}
.quickod-productlist .qod-product-item .item-product .name-option{
    padding-right: 10px;
    padding-top: 14px;
    font-size: 1.5rem;
}
.quickod-productlist .qod-product-item .item-product .name-option .product-name{
    font-size: 1.5rem;
}
.quickod-add-multiple .addmultiple-title h2,
.quickod-wrapper
{
    font-size: 1.5rem;
    font-family: Rubik;
}
body .autocomplete-suggestion button,
.quickod-add-multiple .quickod-wrapper{
    font-family: Rubik;
}
#qodupcsv{
    color: transparent;
    height: 36px;
    padding: 0;
    margin: 0;
    outline: none;
}
#qodupcsv:focus{
    box-shadow: 0 0 #fff;
}
#qodupcsv::-webkit-file-upload-button {
    visibility: hidden;
    font-size: 14px;
}
#qodupcsv::before {
    background-color: #0072b9;
    content: 'Select some files';
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 8px;
    border: none;
    border-radius: 2px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
    font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system;
}
#qodupcsv:focus::before{
    outline: none;
}
#qodupcsv:hover::before {
    background-color: rgb(0, 92, 151);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
#qodupcsv:active::before {
    background-color: rgb(0, 92, 151);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.quick-order-top{
    float: right;
    margin-right: 0px;
}
.quick-order-top a{
    background-color: #0072b9;
    color:#fff !important;
    height: 43px;
    line-height: 43px;
    margin-top: 0px;
    padding: 0 10px;
    display: block;
    text-transform: uppercase;
}
.quick-order-top a:hover{
    color:#fff;
}
#quickorder-top-link{
    display: none;
}
.clearfix{
    clear: both;
}
.m-b-20{
    margin-bottom: 20px;
}
.fieldset>.row>.field{
    margin-bottom: 20px;
}
.fieldset>.row>.field.required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.header-top ul.header.links{
    display: flex;
}
.header-top ul.header.links li ul{
    flex-direction: column;
}
.header-top ul.header.links li:nth-child(2){
    order: 3;
}
.header-top ul.header.links li:nth-child(3) {
    order: 2;
}
.header-top ul.header.links li ul li:nth-child(2){
    order: 2;
}
.header-top ul.header.links li ul li:nth-child(3){
    order: 3;
}

body .product.data.items {
    margin: 0 0 20px 0;
}
.products-grid .product-item-info .price-box .price-wrapper:not(.price-including-tax):not(.price-excluding-tax){
    display: block;
    font-size: 1.8rem;
    line-height: 1;
}
body .product-info-main .special-price .price{
    line-height:1 !important;
}

body.no-trade-body .table-checkout-shipping-method .col.col-price .price .price:after {
    content: " (incl. VAT)";
}
body:not(.no-trade-body) .table-checkout-shipping-method .col.col-price .price .price:after {
    content: " (excl. VAT)";
}
body.no-trade-body .table-checkout-shipping-method .col.col-price .sh-excl-tax,
body:not(.no-trade-body) .table-checkout-shipping-method .col.col-price .sh-incl-tax {
    display: none;
}
body:not(.no-trade-body) .opc-block-summary .product-item-details .price-including-tax {
    display: none;
}
body:not(.no-trade-body) .opc-block-summary .product-item-details .price-excluding-tax .cart-price .price {
    font-size: 1.8rem;
}

body.shop-view-yes .product-info-main .product-info-price .price-box .old-price  { 
  display: none !important;   
}

body.shop-view-no .product-info-main .special-price .price-including-tax,
body.shop-view-no .product-info-main .old-price .price-label,
body.shop-view-yes .product-info-main .old-price .price-label,
body.shop-view-yes .product-info-main .special-price  .price-label,
body.shop-view-no .product-info-main .special-price  .price-label,
body.no-trade-body .product-info-main .special-price .price-label,
body.no-trade-body .product-info-main .old-price .price-label,
body .product-info-main .old-price-trade .price-label,
body.no-trade-body .opc-block-summary .price-excluding-tax,
body.no-trade-body .opc-block-summary .table-totals .sub.excl,
body.no-trade-body .opc-block-summary .table-totals .shipping.excl,
body.no-trade-body .opc-block-summary .table-totals .totals-tax
{
    display: none !important;
}
body.shop-view-yes .product-info-main .product-info-price .price-box .old-price .price,
body.shop-view-yes .product-info-main .product-item-info .price-box .old-price .price
{
    color: rgb(0, 114, 187) !important;
    font-size: 110% !important;
    text-decoration: none;
    font-weight: bold;
}

body.shop-view-no .products-grid .product-item-info .price-box .old-price .price,
body.shop-view-no .products-grid .product-item-info .price-box .old-price .price-final_price .price-excluding-tax .price
{
    text-decoration: line-through;  
    color: #999 !important;
}


body.shop-view-no .products-grid .product-item-info .price-box .old-price .price-excluding-tax::after{
    text-decoration: line-through;  
    color: #999 !important;
    font-size: 80% !important;
}

body .product-info-main .price-excluding-tax:after,
body .product-info-main .price-including-tax:after{
    color: rgb(0, 114, 187) !important;
    font-size: 110% !important;
    font-weight: bold;
}
body .product-info-main .old-price-trade{
    margin-right: 10px;
    text-decoration: line-through;
}


body.shop-view-no .products-grid .product-item-info .price-box .old-price .price::before,
body.shop-view-yes .products-grid .product-item-info .price-box .old-price .price::before {
    content:"";
}
body.shop-view-yes .product-info-main .product-info-price .price-box .old-price .price::before,
body.shop-view-yes .products-grid .product-item-info .price-box > .price-container.price-final_price .price-including-tax::before,
body.shop-view-yes .products-grid .product-item-info .price-box .special-price >  .price-container.price-final_price .price-including-tax .price::before
{
    content:"SRP: ";
    color: rgb(0, 114, 187);
    font-weight: bold;
}
.price-box .price{
    font-size: 110%;
    font-weight: bold;
}
body.shop-view-no .products-grid .price-including-tax,
body.shop-view-no .products-grid .old-price{
}
body.shop-view-no .owl-item .price-excluding-tax{
    display: block !important;
}


body.shop-view-no .product-info-main .old-price .price-including-tax,
body.shop-view-yes .product-info-main .old-price .price-including-tax{
    display: block !important;
}
body.shop-view-no .product.details.product-item-details .price-including-tax,
body.shop-view-no .product-info-main .special-price .price-including-tax,
body.shop-view-no .product-info-main .aitoc-puq-units,
body.shop-view-no .product-info-main .old-price .price-excluding-tax{
    display: none !important;
}
body.shop-view-yes .product-info-main .old-price  .price-excluding-tax{
    display: none !important;
}

body:not(.shop-view-no):not(.shop-view-yes).catalog-product-view  .product-info-main .price-box .price-wrapper:not(.price-including-tax):not(.price-excluding-tax) .price{
    color: rgb(0, 114, 187) !important;
    font-size: 30px !important;
    line-height: 1;
}
body .sidebar .product-item-info .product-item-details .price-box {
    margin: 0;
}
body .sidebar .product-item-info .product-item-details .price-box .price-container.price-final_price{
    display: block;
    font-size: 1.8rem;
    line-height: 1;
}

body.shop-view-no .product-info-main .product-info-price .price-box .old-price .price::before{
    content:"(SRP: ";
    color: #737373;
}
body.shop-view-no.catalog-product-view  .price-box.price-final_price{
    display: flex;
    align-self: baseline;
    line-height: 1;
}
body.shop-view-no .product-info-main .product-info-price .price-box  .old-price .price-wrapper:not(.price-including-tax):not(.price-excluding-tax) .price::after{
    content: ")"
}

body.shop-view-no .product-info-main .product-info-price .price-box .old-price .price{
    color: #737373;
}
body.shop-view-no .product-info-main .product-info-price .price-box .old-price .price{
    text-decoration: none;
}
/*
body.shop-view-no .products-grid .product-item-info .price-box .old-price{
    display: block;
    clear: both;
}
*/
body.shop-view-no .product-info-main .product-info-price .price-box .old-price .price-including-tax::after{
    margin-left: 0;
    content:" inc VAT)";
    color: #737373 !important;
    font-weight: normal;
}
body.shop-view-no .products-grid .product-item-info .price-box .special-price .price-container .price-excluding-tax{
    display: block;
}
body.shop-view-no .products-grid .product-item-info .price-box .special-price{
    margin-right: 0;
}
body.shop-view-no .products-grid .product-item-info .price-box .price-final_price .price-excluding-tax .price,
body.shop-view-no .products-grid .product-item-info .price-box .special-price .price-excluding-tax .price{
    font-size: 20px !important;
}

body.shop-view-no .product-item-info .price-box .price-final_price .price-excluding-tax::before,
body.shop-view-no .product-item-info .price-box .special-price .price-excluding-tax::before{
    content: 'Price:';
    color: rgb(0, 114, 187) !important;
    font-size: 110% !important;
    font-weight: bold;
}
body.shop-view-no .product-item-info .price-box .price-final_price .price-excluding-tax::after,
body.shop-view-no .product-item-info .price-box .special-price .price-excluding-tax::after{
    content: ' exc VAT' ;
    color: rgb(0, 114, 187) !important;
    font-size: 110% !important;
}

body.shop-view-no .sidebar .product-item-info .price-box .price-final_price .price-excluding-tax::after,
body.shop-view-no .sidebar .product-item-info .price-box .price-from .price-final_price .price-excluding-tax::before{
    content: ""
}

body.shop-view-no .product-item-info .old-price-trade  .price-excluding-tax,
body.shop-view-no .product-info-main .product-info-price .price-box .old-price .price,
body.no-trade-body .product-info-main .old-price .price,
body:not(.shop-view-no):not(.shop-view-yes).catalog-product-view.no-trade-body .page-main .product-info-main .price-box .old-price .price,
body .product-info-main .old-price .price,
body .product-info-main .old-price .price:after,
body .product-info-main .old-price-trade .price,
body .product-info-main .old-price-trade .price:after,
body .product-info-main .old-price-trade .price-excluding-tax:after,
body .old-price-trade .price::after
{
    font-size: 16px !important;
    font-weight: normal !important;
    color: #737373!important;
}
body .product-info-main .old-price-trade .price::after{
    display: none;
}
body .product-item-info .old-price-trade .price{
    color: #737373!important;
    font-weight: normal !important;
    text-decoration: line-through;
}
body.shop-view-yes .old-price-trade,
body .old-price-trade .price-label,
body .product-info-main .old-price-trade .price-including-tax{
    display: none !important;
}

body.shop-view-no .col-sidebar .product-item-info .price-box .special-price .price-excluding-tax::before{
    display: none;
}

body.shop-view-no .product-item-info .price-box .special-price .price-excluding-tax,
body.shop-view-no .product-item-info .price-box .old-price .price-including-tax {
    display: block
}

body.shop-view-no.catalog-category-view .price-box.price-final_price{
    display: flex;
    justify-content: center;
    align-content: space-between;
}
body.shop-view-no.catalog-category-view .price-box.price-final_price .old-price-trade{
    padding-left:10px;
}
body.shop-view-no.catalog-category-view .price-box .price-excluding-tax::after{
    display:none;
}

body.shop-view-no .product-item-info .price-box .old-price .price-including-tax::after{
    content: ' inc VAT';
    color: rgb(0, 114, 187) !important;
}

body.shop-view-yes .sidebar .product-item-info .product-item-details .price-box .old-price{
    display: block !important;
    text-decoration: none;
}
body.shop-view-yes .sidebar .product-item-info .product-item-details .price-box .old-price .price{
    text-decoration: none;
}
.products-grid.wishlist .product-item-name{
    display: inline-flex;
}
.products-grid.wishlist .product-item-name a{
    display: block;
    float: left;
}
.products-grid.wishlist .product-reviews-summary{
    margin-left: 20px;
 }
.data.table.additional-attributes .col.label{
    min-width: 220px;
}
.actions-primary .stock.unavailable{
    height:44px;
    line-height:44px;
}
.checkout-payment-method .payment-method-title .payment-icon{
    max-height: 44px;
}
.header-top .socials-wrap{
    margin-right: 6px;
}
.header-top .currency-wrapper,
body .header-top .language-wrapper{
    margin-left: 0;
    padding-left: 0;
}
.checkout-index-index div[data-bind="visible: canVisibleCustomFeeBlock"]{
    display: none ;
}
@media (max-width: 1027px) and (min-width: 768px) {
    body .header-top .socials-wrap {
        display: none;
    }
}
@media (max-width: 795px) and (min-width: 768px) {
    .customer-action {
        display: none
    }
}
/*
.checkout-billing-address{
    display: none;
}
.checkout-shipping-address .checkout-billing-address{
    display: block;
}
*/
body .products-grid .product-item-info .product-item-details .product-item-name{
    white-space: normal;
    --max-lines: 3;
    --lh: 2.4rem;
    max-height: calc(var(--lh) * var(--max-lines));
    min-height: calc(var(--lh) * var(--max-lines));

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .field.qty .label{
    display: none;
}
.catalog-product-view .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .qty .control{
    display: flex;
    margin-top: 0;
}

body .price-box .price-to{
    display: none;
}
body .sidebar .product-item-info .product-item-details .price-box .price {
    font-size: 90% !important;
    color: #282828 !important;
    font-weight: bold;
}

body .sidebar .product-item-info .product-item-details .price-box .price-final_price{
/* clear: both;*/
}


.sidebar .price-box .price-from .price-final_price{
    flex-direction: column;
}

.product-info-main .price-box .price-final_price{
    display: flex;
    align-items: baseline;
}
.product-info-main .price-box .price-final_price .price-excluding-tax{
    order: 2;
}
.product-info-main .price-box .price-final_price .price-including-tax{
    order: 3;
}

body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box .price-final_price .price-including-tax:after{
    content: "inc VAT)";
    font-weight: normal;
    color: #737373 !important;
    font-size: 1.8rem !important;
}
body:not(.shop-view-no):not(.shop-view-yes)  .product-info-main .price-box .price-final_price .price-including-tax:before{
    content: "";
    font-weight: normal;
    color: #737373;
    font-size: 1.8rem !important;
}
body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box .price-including-tax .price {
    color: #737373;
    font-size: 1.8rem !important;
    line-height: 1;
    font-weight: normal;
}

body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box .price-final_price .price-including-tax{
    order: 2;
    margin-right: 15px;
}
body.shop-view-yes.catalog-product-view  .product-info-main .product-info-price .price-box .old-price .price,
body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box .price-final_price .price-including-tax .price{
    font-size: 169.23% !important;
    color: #0072bc;
    font-weight: bold;
}

body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box .old-price .price-final_price .price-including-tax .price{
    color: #737373;
    font-size: 1.8rem !important;
    font-weight: normal;
}
body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box .old-price .price-final_price .price-including-tax::after{
    color: #737373 !important;
    font-size: 1.8rem !important;
    text-decoration: line-through;
    font-weight: normal;
}

body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box .price-final_price .price-including-tax::after{
    content: "inc VAT";
    color: rgb(0, 114, 187) !important;
    font-size: 110% !important;
    font-weight: bold;
}
body.shop-view-no .product-info-main .price-box.grouped-price .price-final_price .price-including-tax::before{
    content: "";
}
body.shop-view-no .product-info-main .price-box .price-final_price .price-including-tax::before,
body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box .price-final_price .price-including-tax::before{
    content: "";
}

body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-final_price .price-excluding-tax{
    order: 3;
}
body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-final_price .price-excluding-tax .price {
    color: #737373;
    font-size: 1.8rem !important;
    font-weight: normal !important;
}
body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-final_price .price-excluding-tax::before{
    content: "(";
    font-size: 1.8rem !important;
}
body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-final_price .price-excluding-tax::after{
    font-size: 1.8rem !important;
    color: #737373 !important;
    font-weight: normal !important;
    content: "ex VAT)";
}


.shop-view-no .product-info-main .price-box .price-final_price .price-including-tax::before,
.shop-view-no .product-info-main .price-box .price-final_price .price-including-tax::after,
.shop-view-no .product-info-main .price-box .price-final_price .price-including-tax .price{
    font-size: 16px !important;
    color: #737373 !important;
    font-weight: normal !important;
    text-decoration: none;
}
.amsearch-wrapper-inner .old-price-trade{
    display: none;
}

.shop-view-no .product-info-main .price-box .old-price .price-final_price .price-including-tax::after{
    font-size: 16px !important;
}

.shop-view-no .product-info-main .price-box .price-final_price .price-including-tax .price::before{
    content:"(SRP: "
}
.shop-view-no .product-info-main .price-box .price-final_price .price-including-tax::after{
    content:"inc VAT)";
}

.shop-view-yes .product-info-main .price-box .price-final_price .price-including-tax .price::before{
    content:"SRP: "
}
.shop-view-yes .product-info-main .price-box .price-final_price .price-including-tax .price,
.shop-view-yes .product-info-main .price-box .price-final_price .price-including-tax .price::before{
    color: rgb(0, 114, 187) !important;
    font-weight: bold;
    text-decoration: none;
}

.shop-view-yes .product-info-main .price-box .price-final_price .price-excluding-tax{
    display: none;
}


body.shop-view-yes .product-info-main .price-box.no-srp {
    display:none;
}
/*body.shop-view-no .product-info-main,*/
body.shop-view-no .product-info-main .price-box.srp {
    display:none;
}
body:not(.shop-view-no):not(.shop-view-yes) .product-info-main .price-box.srp{
    display:none;
}

.price-from .price-label{
    margin-right: 10px;
}
body.shop-view-yes .price-from > .price-final_price{
    display: none;
}
body.shop-view-no .price-final_price .price-from .price-final_price .price-excluding-tax,
body.shop-view-yes .price-final_price .price-from .price-final_price .price-excluding-tax{
    display: block;
}
body.shop-view-no .price-final_price .price-from .price-final_price .price-including-tax,
body.shop-view-yes .price-final_price .price-from .price-final_price .price-including-tax{
    display: none;
}
body.shop-view-no .price-from{
    display: flex;
    align-items: baseline;
}
body.shop-view-no .owl-item .price-from{
    display: block;
}

body.shop-view-no .price-final_price .price-from .old-price .price-final_price .price-including-tax{
    display: block;
}
.red-br{
    border: red 3px solid !important;
}

#block-with-text ul,
.product.info.detailed .resp-tabs-container ul{
    padding-left: 15px;
    margin-bottom: 1rem;
    list-style: circle;
}
#block-with-text ul li,
.product.info.detailed .resp-tabs-container ul li{
    list-style: circle;
}
.owl-theme.categories-owl .owl-nav .owl-prev,
.owl-theme.categories-owl .owl-nav .owl-next{
    display: none;
}

.owl-carousel .owl-nav .owl-next-2:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 17px;
}
.owl-carousel .owl-nav .owl-prev-2:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 17px;
}
body .block.block-minicart .block-content > .actions a {
    background-color: #0072bb !important;
    margin-right: 0;
}
body .block.block-minicart .block-content > .actions .d-flex{
    justify-content: space-between;
}
body.customer-address-form .fieldset.additional-info .field.text.input-text.admin__control-text{
    display:none;
}
body.customer-address-form .fieldset.additional-info .field.text.required.input-text.admin__control-text.required-entry._required{
    display: block;
}
body.customer-address-form .form-address-edit{
    display: flex;
    flex-direction: column;
}
body.customer-address-form .form-address-edit .fieldset:nth-child(3){order:2}
body.customer-address-form .form-address-edit .fieldset:nth-child(2){order:3}
body.customer-address-form .form-address-edit  .actions-toolbar{order: 5}

.product-info-main .product-info-stock-sku .unavailable span {
    color: #a8201a;
}
.product-info-main .product-info-stock-sku .unavailable span:before {
    content: '\f2d4';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 0px;
    margin-right: 5px;
}
body.shop-view-no .mst-searchautocomplete__item.magento_catalog_product .price-box .special-price{
    margin-right: 0;
}
body.shop-view-no .price-container .price-excluding-tax{
    display: block;
}
body.shop-view-no .price-container .price-excluding-tax:before,
body.shop-view-no .mst-searchautocomplete__item.magento_catalog_product .price-including-tax,
body.shop-view-no .mst-searchautocomplete__item.magento_catalog_product .old-price{
    display: none;
}
body.shop-view-no .mst-searchautocomplete__item.magento_catalog_product .price{
    color: #282828;
}

body.shop-view-yes .mst-searchautocomplete__item.magento_catalog_product .old-price .price{
    text-decoration:none;
    display: block;
    font-weight: 600;
    margin-left: 1rem;
    white-space: nowrap;
    font-size: 1.3rem !important;
    color: #282828;
}
@media only screen and (max-width: 767px) {
    body .checkout-payment-method .payment-methods {
        margin: 0;
    }
}
#co-payment-form .checkout-billing-address{
    display: none;
}
.amsearch-wrapper-input{
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    width: 100%;
    float: left;
    background-color: #fff;
}
.amsearch-wrapper-input input{
    height:100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.b2bregistration-index-index .form-create-account .fieldset{
    min-height: 464px;
}
form.form.minisearch .amsearch-loupe{
    display: none;
}
body .amsearch-item-container:not(.recent_searches) .amsearch-highlight{
    color:#0072bb;
}
.search-autocomplete {
 z-index: 105 !important;
}

@media only screen and (min-width: 1360px) {
    .form-trade-create-account .fieldset.create.account,
    .form-create-account .left-section {
        width: 48.8%;
    }
}

@media only screen and (max-width: 1359px) {
    .form-trade-create-account .fieldset.create.account,
    .form-create-account .fieldset {
        width: 100%;
    }
    .form-create-account .left-section{
        float: none !important;
    }
}


.form-create-account .left-section .fieldset {
    width: 100%;
}


.form-create-account .left-section .fieldset.address{
    clear: both;
}
.form-create-account .left-section .field.telephone,
.form-create-account .left-section .field.company{
    display:none;
}

.form-address-edit .fieldset.additional-info,
.customer-account-create .taxvat{
    display: none;
}

.my-credit-cards .action.delete{
    color:red !important;
}
/*
table.table-credit-cards th{
    width: 27%;
}
table.table-credit-cards th.actions{
    width:20%
}
*/
.table.table-credit-cards .col{
    width:auto;
}
@media only screen and (max-width: 767px) {
    .customer-account-edit .col-sm-12,
    .form-trade-create-account .col-sm-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .form-wishlist-items .products-grid .product-image-photo{
        position:relative;
    }
}
@media only screen and (min-width: 768px) {
    .customer-account-edit .col-sm-12.col-4,
    .form-trade-create-account .col-sm-12.col-4 {
        width: 33%;
        max-width: 33%;
        flex: 0 0 33%;
    }
    .customer-account-edit .col-sm-12.col-3,
    .form-trade-create-account .col-sm-12.col-3 {
        width: 25%;
        max-width: 25%;
        flex: 0 0 25%;
    }
    .customer-account-edit .col-sm-12.col-6,
    .form-trade-create-account .col-sm-12.col-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media only screen and (max-width: 1024px) {
    body .banner-group .banner-image p:nth-child(2) {
        font-size: 31px;
        line-height: 44px;
    }
}

.block-minicart .minicart-items .product-item-details .price-container{
    position: relative;
    top: auto;
    right: auto;
    float: right;
}
.block-minicart .minicart-items .product-item-details .price-container .price{
    line-height: 30px;
}
.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax{
    margin-top: 0;
}

body .header-top .currency-wrapper .switcher-options .mage-dropdown-dialog, .header-top .language-wrapper .switcher-options .mage-dropdown-dialog{
    left: auto;
    right: 0;
}
@media only screen and (max-width: 767px) {
    body .header-top .currency-wrapper .switcher-options .mage-dropdown-dialog, .header-top .language-wrapper .switcher-options .mage-dropdown-dialog{
        left: 0;
        right: auto;
    }
}

body .addcart-checkout-list .d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    body #button-addcart-checkout{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body .addcart-checkout-list .d-flex button{
        margin: 0 8px;
    }
    body #qod-page-title{
        width:100%;
        text-align: center;
    }
    .quickod-header .title-button{
        height: auto;
    }
    body .render-wraper{
        min-height:0;
    }
     body .quickod-productlist .headlist-title{
        display: none;
    }
    body .quickod-productlist .qod-product-item .item-product{
        width: 100%;
    }
    body .quickod-productlist .qod-product-item .item-product img{
        width:100%;
        height: auto;
    }
    body .qod-product-item .item-product .image-product{
        width: 100%;
    }
    body .qod-product-item .item-product .name-option{
        width: 100%;
        text-align: center;
        padding-right: 0 !important;
    }
    body .qod-product-item .item-sku{
        width: 100%;
        text-align: center;
    }
    body .qod-product-item .item-sku::before{
        content:"SKU: ";
    }
    body .qod-product-item  .item-instock{
        margin-top: 0;
        float: none;
        text-align: center;
    }
    body .qod-product-item #item-qty{
        width: 60%;
    }
    .addmultiple-action .add-multiple {
        width: 90% !important;
    }
    .addmultiple-action .add-via-file{
        padding-left: 10px;
    }
    body #downloadcsvfile a,
    body #upcsvfile,
    body #downloadcsvfile a,
    body .quickod-wrapper button,
    body .addmultiple-action #qodupcsv::before{
        margin-left: 0;
    }

    body .item-subtotal p{margin-bottom: 0}

    .cms-home .m-hidden {
        display: none;
    }
    .main .home-page-1 .slider-product {
        margin: 0;
        padding: 38px 0 0 0;
        border: none;
    }
    body .slider-post {
        margin: 0;
    }
    body .home-boxes .item {
        height: 170px;
    }
    .home-boxes .break {
        display: none;
    }
    .default-style .resp-tabs-container {
        border-top: none;
        padding: 9px 0 0 0;
    }
    body .social-newsletter .socials-wrap ul {
        display: block;
        text-align: center;
    }
    body .social-newsletter .socials-wrap ul li {
        float: none;
        display: inline-block;
    }
}
body .add-via-file input[type="file"]{
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
    .addmultiple-action .add-multiple {
        width: 50% !important;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
    .addmultiple-action .add-multiple {
        width: 50% !important;
    }
}

.sm-searchbox .post-text, .sm-searchbox .pre-text{
    display:none;
}

.shipping-tracking-popup .page-main{
     padding: 30px;
 }
.shipping-tracking-popup .header-style-1{
    display: none;
}
body.shop-view-no.catalog-product-view .grid.products-grid.products-upsell .price-box.price-final_price
{
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    body .post-view .post-description .post-ftimg-hld {
        max-width: none;
        width: 100%;
    }
    .blog-post-view .addthis_toolbox .at-icon-wrapper svg,
    .blog-post-view .addthis_toolbox .at-icon-wrapper{
        width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
    }
    .table-wrapper.comparison::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    .table-wrapper.comparison::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
    .contact-index-index .action.submit.primary{
        margin-bottom: 3rem;
    }
    .catalog-category-view #shop-by-filter{
        font-size: 14px;
        text-transform: uppercase;
    }
    .catalog-category-view .toolbar .toolbar-sorter{
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .footer-middle .row{display: block}
    .footer-middle .row .col-lg-3{
        width: 33%;
        float: left;
        max-width: 33%;
        flex: 0 0 33%;
        text-align: center;
    }
    .footer-middle .row .col-lg-3 a{
        display: block;
        text-align: center;
    }
    .footer-middle .col-xl-6.col-lg-3.col-md-5{
        width: 50%;
        max-width: 50%;
        text-align: center;
        margin:0 auto;
        float:none;
    }
    .footer-middle .col-xl-6.col-lg-3.col-md-5 a{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .footer-middle .social-newsletter,
    .footer-middle .row div:nth-child(2){
        clear: both;
    }
    .footer-middle .social-newsletter .row > div{
        width:100%;
        max-width:100%
    }
    .footer-middle .social-newsletter .footer-newsletter{
        padding:0 30px 30px 30px;
    }
    body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a .sm_megamenu_title,
    body .sm_megamenu_wrapper_vertical_menu .block-title{
        font-size: 95%;
        padding: 0 10px;
    }
    .catalog-category-vie .toolbar .toolbar-sorter
    .catalog-category-view #shop-by-filter{
        font-size: 14px;
        text-transform: uppercase;
    }
}
.amrma-table-container .col{
    width: auto;
}
.catalog-category-view #toolbar-amount{
    display:none
}
.label-product.label-stock{
    left: -10px;
    right: auto
}
.label-product.label-stock.in-stock{
    background: #00bf67;
}
.label-product.label-stock.out-stock{
    background: #a8201a;
}
.label-product.label-stock.expected{
    background: #0072bb;
}
.label-product.label-stock:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #a5a3a3;
    border-left: 10px solid transparent;
    position: absolute;
    right: auto;
    left: 0;
    bottom: -8px;
}
.label-product.label-stock.in-stock:before {
    border-top: 8px solid #00bf67;
}
.label-product.label-stock.out-stock:before {
    border-top: 8px solid #a8201a;
}
.label-product.label-stock.expected:before {
    border-top: 8px solid #0072bb;
}
.label-product.label-sale {
    top: 55px;
}
.product-item-name .sku-product-box{
    color:#0072bb;
    display: block;
}
.product-name-cut {
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-add-to-cart {
    margin: 15px 0 0 0;
}
.product-add-to-cart .action.tocart {
    background-color: #ec9a29;
    padding: 0 10px !important;
    height: 30px;
    line-height: 30px;
}

body .footer-newsletter .title-newsletter,
.footer-newsletter .subscribe{
    float: right;
}
.footer-newsletter{
    text-align: right;
}
.footer-newsletter .btn{
    text-transform: uppercase;
    height: 44px;
    line-height: 44px;
    background-color: #0072bb;
    -webkit-appearance: button;
    border: none !important;
    overflow: visible;
    display: inline-block;
    width: auto;
    margin: 0;
    margin-left: 15px;
    padding: 0 20px !important;
    color: #fff !important;
    font-size:100%;
    float:right
}

.product-info-main .product-info-stock-sku .out-of-stock span {
    color: black;
}
.product-info-main .product-info-stock-sku .out-of-stock span:before {
    content: '\f2d4';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.text-red{
    color:red;
}
body .product-info-main .product-add-form .box-tocart.no-stock .fieldset .actions button{
    background: #000;
}
.home-boxes {
	position:sticky;
}
#navigation-mobile.navigation-mobile>.horizontal-type.index_1{
    display: block;
}

#navigation-mobile.navigation-mobile>.horizontal-type.index_1 .sm-megamenu-child{
    background: none!important;
    padding-left: 10px !important;
}

#navigation-mobile.navigation-mobile>.horizontal-type.index_1 .sm-megamenu-child .sm_megamenu_nodrop.title-cat{
    display: none;
}
#navigation-mobile.navigation-mobile>.horizontal-type.index_1 .sm-megamenu-child a span,
#navigation-mobile.navigation-mobile>.horizontal-type.index_1 .sm-megamenu-child a,
#navigation-mobile.navigation-mobile>.horizontal-type.index_1 .sm-megamenu-child a:hover
{
    color: #fff
}
#navigation-mobile.navigation-mobile>.horizontal-type.index_1 .btn-submobile{
    cursor: pointer;
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 100;
}
.eu-trade-body .opc-block-summary .totals.shipping,
.eu-trade-body #cart-totals .totals.shipping,
.eu-trade-body #co-shipping-method-form span.price{
    display: none;
}

body.no-trade-body.cms-home .price-excluding-tax,
body.no-trade-body.catalog-category-view .price-excluding-tax,
body.no-trade-body.catalog-product-view .price-excluding-tax,
body.no-trade-body.checkout-cart-index .price-excluding-tax,
body.no-trade-body.checkout-cart-index .totals.sub.excl,
body.no-trade-body.checkout-cart-index .totals.shipping.excl,
body.no-trade-body.checkout-cart-index .totals-tax
{
    display: none !important;
}
pre{
    display:none !important;
}
body:not(.no-trade-body).checkout-cart-index .price-including-tax,
body:not(.no-trade-body).checkout-cart-index .totals.sub.incl,
body:not(.no-trade-body).checkout-cart-index .totals.shipping.incl,
body:not(.no-trade-body).checkout-cart-index .price-excluding-tax:before,
body:not(.no-trade-body) .minicart-wrapper .price-including-tax,
body:not(.no-trade-body) .opc-block-summary .totals.sub.incl,
body:not(.no-trade-body) .opc-block-summary .totals.shipping.incl
{
    display: none;
}
body.shop-view-yes .minicart-wrapper .price-including-tax,
body.shop-view-yes.checkout-cart-index .price-including-tax{
    display: block;
}
body.shop-view-yes .minicart-wrapper .price-excluding-tax,
body.shop-view-yes.checkout-cart-index .price-excluding-tax{
    display: none;
}

body .opc-block-summary .totals.shipping .label {
    font-weight: normal !important;
}
body .opc-block-summary .totals.shipping .value {
    display: none;
}
.billing-address-same-as-shipping-block {
 /*   display: none; */
}
.checkout-billing-address .step-title {
    margin: 0 0 20px 0;
}
.checkout-billing-address .field-select-billing select {
    border: 2px solid #ff5501;
    background: transparent url(../images/checkout-select.png) 100% 50% no-repeat;
}

body:not(.no-trade-body).checkout-cart-index .price-excluding-tax .price,
.block-minicart .minicart-items .product-item-details .price-container .price-excluding-tax{
    font-size: 1.8rem;
}
.block-minicart .amount.price-container .price-excluding-tax .price{
    font-size: 133.33%;
    font-weight: 500;
    color: #0072bb;
}

.price-box .old-price .price { font-size: 90% !important;}
.align-right {
    text-align: right;
}
.opc-wrapper .action-select-shipping-item {
    position: absolute;
    top: 0;
    right: 0;
}

.amsearch-wrapper-content .amsearch-wrapper-inner .price { font-size: 20px; color: #0072bb;}
.amsearch-wrapper-content .amsearch-wrapper-inner .old-price .price {color: #737373!important;}

.widget.block.block-recent-posts{
    clear:both;
}
.sidebar .widget.blog-search{
    background:#fff;
}

.post-list .post-item.post-holder{
    background: transparent !important;
    padding: 15px !important;
}
.post-list .post-item.post-holder:hover{
    box-shadow: none;
}

.post-list .post-container {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column !important;
}
.post-list .post-image{
    width: 100% !important;
    margin-bottom: 10px;
}
body .post-list .post-info{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}
body .post-list .post-info hr{
    display: none;
}
body .post-list .post-info .mgz-element-column>.mgz-element-inner{
    padding-left: 0;
    padding-right: 0;
}

body .post-list .post-info .magezon-builder .mgz-element-row.full_width_row:nth-child(2){
    display: none;
}
.table.data.grouped .price-box.price-final_price{
    display:none;
}
.table.data.grouped .product-item-name{
    line-height: 35px;
}

.cookie-status-message,
.form-create-account .fieldset.additional_info {
	display: none
}
.sm_megamenu_head_item > .sm_megamenu_title > a {
    color: #0072b9;
    font-weight: bold;
	text-transform: uppercase;
}
.sm_megamenu_head_item .sm_megamenu_title .sm_megamenu_title .sm_megamenu_title {
	display: none;
}
.sidebar .nav {
	display: block;
}
.sales-order-view .table-order-items td.col.price .price-including-tax .price,
.sales-order-view .table-order-items td.col.price .price-excluding-tax .price,
.sales-order-view .table-order-items td.col.subtotal .price-including-tax .price,
.sales-order-view .table-order-items td.col.subtotal .price-excluding-tax .price
{
    font-size: 13px;
}

.page-main {
    padding: 30px 0 15px 0 !important;
}
.catalog-category-view .page-main {
    padding: 0 0 15px 0 !important;
}
.catalog-category-view .breadcrumbs {
    margin: 0 0 15px 0;
}

body[class*="categorypath-brands-new"] .page-title-wrapper h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0 !important;
    color: #3C3C3C;
}
body[class*="categorypath-brands-new"]:not(.catalog-product-view) .sidebar-main,
body[class*="categorypath-brands-new"]:not(.catalog-product-view) .sidebar-additional {
    display: none;
}
.wfmc-overlay {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: progress;
}
.categories-wfmc {
    display: flex;
    flex-flow: row wrap;
    column-gap: 20px;
}
.categories-wfmc:after {
    display: block;
    width: 193px;
    content: " ";
}
.categories-wfmc .wfmc-cat {
    width: 193px;
    border: 1px solid #e5e5e5;
    margin: 0 0 30px 0;
}
.categories-wfmc .wfmc-cat a {
    color: #282828;
    text-decoration: none;
}

.categories-wfmc .wfmc-cat .wrap {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 1700px) {
    .categories-wfmc {
        column-gap: calc((100% - 1158px)/5);
    }
}

@media (max-width: 480px) {
    .categories-wfmc .wfmc-cat {
        width: calc(50% - 10px);
    }
}

#checkout .authentication-wrapper {
    display: none;
}

body .sm_megamenu_wrapper_vertical_menu{
    position: static;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li a.sm_megamenu_head{
    color:#0072bb;
    display: none;
}
body .sm_megamenu_wrapper_vertical_menu .sambar-inner {
    left: 15px;
    top: 50px;
    padding-top: 15px;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
    display: flex;
    background: #fff;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu > li {
	flex-basis: 16.6667%;
}
.sm_megamenu_wrapper_vertical_menu ul li{
    float: left;
    clear: none;
}
body .sm_megamenu_wrapper_vertical_menu.sambar:hover ul li div{
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

body .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover{
    background: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3:first-child{
    padding-left: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns{
    width: 175px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 350px;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu>li{
    margin-bottom: 15px;
    border: none;
}

body .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover,
body .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived{
    background: #fff;
}

#block-with-text p{
    margin-bottom: 1.3rem;
}

.filter-options-item.category {
    display: none;
}
.amrelated-pack-item:not(.-main) {
    background-color: #e9f6ff;
}
.table-returns .col-pn {
    width: 20%;
}
.table-returns .col-qty {
    width: 80px;
}
.table-returns .col-reason {
    width: 45%;
}
.checkout-onepage-success .actions-toolbar {
    margin: 30px 0 0 0;
}

.account .table-order-items .col.id,
.account .table-order-items .col.date,
.account .table-order-items .col.shipping,
.account .table-order-items .col.total,
.account .table-order-items .col.status,
.account .table-order-items .col.actions,
.account .table-additional-addresses-items .col.firstname,
.account .table-additional-addresses-items .col.lastname,
.account .table-additional-addresses-items .col.streetaddress,
.account .table-additional-addresses-items .col.city,
.account .table-additional-addresses-items .col.country,
.account .table-additional-addresses-items .col.state,
.account .table-additional-addresses-items .col.zip,
.account .table-additional-addresses-items .col.phone,
.account .table-additional-addresses-items .col.actions
{
    width: auto !important;
}

@media (min-width: 768px) {
	body .amlocator-main-container .amlocator-map-container .amlocator-map .gm-style-iw button {
		right: 10px !important;
	}
}
body .gmnoprint .gm-style-mtc button {
	color: unset !important;
}

.title-top-category {
    text-align: left !important;
}
.title-top-category h2:before,
.title-top-category h2:after {
    display: none !important;
}

.smile-elasticsuite-autocomplete-result {
    display: flex;
    padding: 15px;
    background-color: #ffffff;
}
.smile-elasticsuite-autocomplete-section {
    flex-basis: 35%;
    padding: 0 15px 0 0;
}
.smile-elasticsuite-autocomplete-section+.smile-elasticsuite-autocomplete-section  {
    flex-basis: 65%;
    border-left: 1px solid #eeeeee;
    padding: 0 0 0 15px;
}
.smile-elasticsuite-autocomplete-section h5 {
    font-weight: bold;
    color: #0072bb;
}
.smile-elasticsuite-autocomplete-section ul li {
    border: none !important;
    padding: 12px 0 0 0;
    cursor: default;
}
.smile-elasticsuite-autocomplete-section ul li:hover {
    background-color: #ffffff;
}
.smile-elasticsuite-autocomplete-section ul li .amount {
    top: 12px;
}
.smile-elasticsuite-autocomplete-product {
    display: flex;
}
.smile-elasticsuite-autocomplete-product img {
    max-width: 45px;
}
.smile-elasticsuite-autocomplete-product > a {
    display: inline-block;
    margin: 0 10px 0 0;
}
.smile-elasticsuite-autocomplete-info > a {
    color: #222222;
}
.smile-elasticsuite-autocomplete-product .price {
    color: #0072bb;
}

body:not(.no-trade-body) .smile-elasticsuite-autocomplete-product .price-box .old-price,
body:not(.no-trade-body) .smile-elasticsuite-autocomplete-product .price-box .price-excluding-tax {
    display: none;
}
body .smile-elasticsuite-autocomplete-product .price-box .price {
    font-size: 1.6rem;
}
body .smile-elasticsuite-autocomplete-product .price-box .price:after {
    content: " (inc. VAT)";
}

@media (max-width: 480px){
    .smile-elasticsuite-autocomplete-result {
        display: block;
    }
    .smile-elasticsuite-autocomplete-section,
    .smile-elasticsuite-autocomplete-product > a {
        display: none;
    }
    .smile-elasticsuite-autocomplete-section+.smile-elasticsuite-autocomplete-section  {
        display: block;
        border-left: none;
        padding: 0;
    }
}

body .search-wrapper .minisearch {
    position: relative;
}
body .searchsuite-autocomplete {
    left: 0;
    top: 39px;
    width: 100%;
}
body .searchsuite-autocomplete > div {
    display: flex;
    padding: 0 0 10px 0;
}
body .searchsuite-autocomplete .suggest {
    flex-basis: 35%;
}
body .searchsuite-autocomplete .product {
    flex-basis: 100%;
    border-left: 1px solid #eee;
    padding: 0 0 0 15px;
}
body .searchsuite-autocomplete .title {
    background-color: #ffffff;
    font-weight: bold;
    color: #0072bb;
}
body .searchsuite-autocomplete .product ul li {
    border-bottom: none;
}
body .searchsuite-autocomplete .product ul li .qs-option-image {
    width: 45px;
}
body .searchsuite-autocomplete .product ul li .qs-option-price {
    margin: 0;
}
body .searchsuite-autocomplete ul li a {
    color: #222222;
}
body .searchsuite-autocomplete ul li a:hover {
    color: #0072bb;
}
body .searchsuite-autocomplete .product ul li .qs-option-price .price-box .price {
    font-size: 1.6rem;
    color: #0072bb;
}
body .searchsuite-autocomplete .product ul li .qs-option-price .price-box .price:after {
    content: " (inc. VAT)";
}
body .searchsuite-autocomplete .product ul li .qs-option-price .price-box .price-excluding-tax .price:after {
    content: " (ex. VAT)";
}
@media only screen and (max-width: 767px) {
    .product-info-main{
        margin-bottom: 0 !important;
    }
    .product-info-stock-sku{
        display: flex;
        flex-direction: column-reverse;
    }
    /* .product-view-delivery{
        display: grid;
        grid-template-columns: 45% 1fr;
    } */

    /* .product-view-delivery div{
        text-align:start;
        width: 100%;
    } */
}
@media only screen and (max-width: 600px) {
    /* .product-view-delivery{
        grid-template-columns: 1fr;
        row-gap: 5px;
    } */
}
 .catalog-product-view .product-info-main .product-main-btn{
    display: grid;
    grid-template-columns: 1fr 75px;
    gap: 5px;
    padding: 0 15px 25px 0;
} 


.catalog-product-view .product-info-main .product-main-btn .product-social-links{
    display: none;
}
.catalog-product-view .product-info-main .product-main-btn .product-add-form form .box-tocart{
    width: 100%;
}
.catalog-product-view .product-info-main .product-main-btn .product-add-form form .box-tocart .fieldset{
    display: grid;
    grid-template-columns: 1fr 75px;
    gap: 5px;
    margin: 0 !important;
}
.catalog-product-view .product-info-main .product-main-btn .product-add-form form .box-tocart .fieldset .actions button{
    padding: 0 !important;
    width: 100%;
}
.product-info-main .product-add-form .box-tocart .fieldset .qty .control{
    padding: 0 !important;
    margin: 0 !important;
}
.product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.product-info-main .extra-btn{
    text-align: center;
    margin-bottom: 0px !important;
}
.product-info-main .extra-btn a{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.product-info-main .page-title-wrapper.product .page-title{
    margin-bottom: 10px !important;
}
.product-info-stock-sku{
    gap:10px;
}
.sidebar .product-item-info .product-item-details .stock.available span {
    color: #00bf67;
}
.sidebar .product-item-info .product-item-details .stock.available span:before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.sidebar .product-item-info .product-item-details .out-of-stock span {
    color: black;
}
.sidebar .product-item-info .product-item-details .out-of-stock span:before {
    content: '\f2d4';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.my-custom-modal .modal-inner-wrap{
    width: 40rem;
    max-height:52rem !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    top:50%; 
    left:50%;
}
#related-modal-product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#related-modal-product .add-to-cart-message{
    align-items: center;
    text-align:center;
}
#related-modal-product .modal-product-item-image{
    display: flex;
    justify-content: center;
    max-width: 300px;
    max-height: 200px;
}
#related-modal-product .modal-product-item-image a img{
    width: 100%;
    height: 100%;
}
#related-modal-product .modal-product-item-image .product-image-container .product-image-wrapper{
    padding-bottom: 0px !important;
}
 #related-modal-product .product-item-details{
     display: flex;
     justify-content: center;
 }
#related-modal-product .product-item-details .product-item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#related-modal-product .product-item-details .product-item-link .sku-product-box{
    text-align:center;
    color: #0072bb;
}
#related-modal-product .product-item-details .product-item-link .name-item-product {
    text-align:center;
    color: #000;
    margin: 0;
}
#related-modal-product .price-box .price-container .price-including-tax {
    text-align: center;
}

#related-modal-product .price-box .price-container .price-including-tax .price{
    color: #0072bb;
    margin-bottom: 20px;
}
#related-modal-product .product-price{
    color: #0072bb;
    margin-bottom: 20px;
    text-align: center;
}

#related-modal-product .product-item-inner{
     display: flex;
     justify-content: center;
}
@media only screen and (max-width: 768px) {
    .modal-popup {
        pointer-events: none;
    }
    .modal-popup.my-custom-modal{
        left: 0px !important;
    }
  .my-custom-modal .modal-inner-wrap {
    min-height: 10rem !important;
    max-height: 52rem !important;
    position: absolute !important;
    width: 30rem !important;
  }

}