.page-wrapper .columns .column.main {
    order: 0;
}

.catalog-product-view .box-tocart .fieldset .field.qty .label {
    padding-right: 10px;
}

#compare-items .product-item .action.delete {
    display: none;
}

.page-wrapper > button[onclick="salesforceLivechat()"] {
    display: none !important;
}

.product-info-features .title {
    color: #fff;
    text-align: center;
    padding-top: 50px;
    font-size: 20px
}

.product-info-features .content {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 0 50px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.product-info-features .feature-item {
    max-width: calc(100% / 6);
    flex: calc(100% / 6);
    text-align: center;
    color: #afafaf;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-info-features .feature-item .feature-text {
    margin: 0;
}

.product-info-features .feature-item img {
    margin: 0 0 20px;
    filter: invert(1);
    opacity: 0.6;
    width: 40px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .product-info-features .feature-item {
        max-width: calc(100% / 4);
        flex: calc(100% / 4);
    }
}

@media screen and (max-width: 550px) {
    .product-info-features .feature-item {
        max-width: calc(100% / 2);
        flex: calc(100% / 2);
    }
}

@media (min-width: 992px)
{
    header.page-header .header.panel {
        max-width: 100%;
    }
    header.page-header .header.content .header.menu {
        max-width: 100%;
    }
    header.page-header .header.content {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .row-footer {
        max-width: 1200px;
    }
    .top-row-footer {
        max-width: 1200px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .row-footer {
        max-width: 970px;
    }
    .top-row-footer {
        max-width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 998px) {
    .block-cart-failed .action.update,
    .cart-container .form-cart .action.update {
        margin-left: 0;
    }
    .cart-container .form-cart .actions {
        text-align: left;
    }
    .row-footer {
        max-width: 750px;
    }
    .top-row-footer {
        max-width: 750px;
    }
}

@media (min-width: 699px) {
    header.page-header .header.content .menu .sections.nav-sections .navigation li.level0 {
        max-width: 160px!important;
    }
}

@media (min-width: 768px) {

.product-add-form .fieldset>.field {
    margin-bottom: 0;
}

.bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper {
    width: 100%;
}

.page-product-bundle.catalog-product-view.page-layout-1column .nested.options-list .field.choice{width: 375px;}

.block-bundle-summary {
    float: none;
    overflow: auto;
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    z-index: 100;
    top: auto !important;
    background: #fff !important;
    padding: 10px !important;
    box-shadow: 0px -2px 42px -19px #bdbdbd;
}

body.catalog-product-view .bundle-options-container form .block-bundle-summary .box-tocart
{margin-top: 25px !important;}
.block-bundle-summary .content {
    display: flex;
    flex-direction: row-reverse;
    grid-gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.block-bundle-summary .bundle-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
}

.block-bundle-summary .product-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}

#bundleSummary .price-as-configured {
    margin: auto;
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 0;
}

.block-bundle-summary .action.tocart {
    border-radius: 80px;
    font-size: 16px !important;
    padding: 10px 30px !important;
}

.block-bundle-summary .bundle-summar {
    margin-top: 0 !important;
}

.block-bundle-summary .product-details .fieldset {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    margin-bottom: 0;
}

.block-bundle-summary .product-image-container {
    width: 80px !important;
}

.block-bundle-summary .subtitle, .block-bundle-summary .title, .block-bundle-summary .product.name {
    display: none !important;
}

.block-bundle-summary .bundle.items  {
    display: flex;
    grid-gap: 30px;
}

.block-bundle-summary .bundle.items > li {
    padding: 9px 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    font-size: 13px;
    margin-bottom: 0 !important;
}


    body.catalog-category-view.page-layout-wsw-layout .actions-primary .stock.unavailable {
    position: absolute;
    top: 2%;
    z-index: 1;
    right: 5%;
    background-color: #c2100a;
    padding: 2%;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        background: transparent;
        color: #000;
        text-decoration: none;
        border-bottom: none;
    }
    .col-md-4.col-xs-12 {
        width: 33.33333333333333%;
        float: left;
    }
    .product.data.items>.item.title {
        padding: 20px;
    }
    .product.data.items>.item.content {
        background: transparent;
        margin-top: 73px;
        border: none !important;
    }
    .product.data.items .data.item.title.active {
        border-bottom: 4px solid #000;
    }
    .product.data.items>.item.title>.switch {
        border: none;
        font-size: 16px;
        color: #000;
        background-color: transparent;
    }
    .checkout-index-index .nav-sections {
        display: initial;
    }
    .cart-summary {
        width: 33.3333%;
    }
    .cart-container .form-cart {
        width: 66.6666%;
    }
    .fieldset>.field:not(.choice)>.control {
        width: 100%;
        float: left;
    }
    .product-add-form .fieldset > .field:not(.choice) > .label {
        text-align: left;
        padding:10px;
        width: 100%;
    }
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address {
        max-width: none;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .login-container,
    .form.password.reset,
    .form.send.confirmation,
    .form.password.forget,
    .form.create.account,
    .form.form-edit-account,
    .form-address-edit,
    .form-newsletter-manage {
        border: 1px solid #e8e8e8;
        margin-bottom: 40px;
        padding: 30px 20px;
        display: block;
        width: 100%;
        max-width: none;
    }
    .form.create.account {
        padding: 0 0 30px;
    }
    .form.create.account>.fieldset {
        float: left;
        padding: 0 25px;
        width: 50%;
        margin: 20px 0 25px;
    }
    .fieldset .legend span {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 700;
    }
    .customer-account-create.page-layout-1column .page-wrapper {
        background-color: #fff;
    }
    .fieldset .legend {
        background: #f8f8f8;
        padding: 12px 24px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin: 0;
    }

    .opc-wrapper .fieldset > .field > .label {
    font-weight: 600;
    }
    .fieldset>.field>.label, .fieldset > .field:not(.choice) > .label {
        border-color: #c9c9c9;
        color: #666;
        font-weight: 600;
        line-height: normal;
        text-align: left;
        margin: 0;
        padding: 20px 0 10px;
    }
    .fieldset>.field.required>.label::after {
        display: none;
    }
    .form.create.account .actions-toolbar {
        clear: both;
        padding: 0 25px;
        margin-left: 0;
    }
    .fieldset>.field.choice::before,
    .fieldset>.field.no-label::before {
        width: 0;
        padding: 0;
    }
    .cart.table-wrapper .item-actions .actions-toolbar {
        text-align: right;
    }
    .product-item-name,
    .product.name a {
        font-weight: 700;
        font-size: 23px;
    }


    .navigation .level0>.level-top {
        padding: 0 6px;
        color: #000;
        line-height: 1.42857143;
    }
    /************font-size changed from 12px to 14px******************/
    .navigation li.level0 {
        max-width: 8.33% !important;
        display: inline-grid;
        text-align: center;
        font-size: 14px;
    }
    .homepage_category_name {
        width: 30%;
    }
    a.level-top.ui-corner-all span img {
        display: block;
    }
    section.headerPromotion {
        position: fixed;
        z-index: 100;
    }
    .column.main {
        min-height: auto;
    }
    .block.block-compare .block-content #compare-items .product-item.odd.last {
        display: flex;
    }
    .block.block-compare .block-content:not(.no-display) {
        display: flex;
    }
    .block.block-compare .block-content #compare-items {
        display: inline-flex;
        margin: auto 20px;
    }
    .block-compare .action.delete {
        position: relative;
        margin: auto;
    }
    .block-compare .actions-toolbar {
        margin: auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .products.wrapper~.toolbar .pages {
        float: none;
        display: inline-flex;
    }
    .nav-sections {
        margin-bottom: 0px;
    }
    .row-footer {
        display: flex;
    }
    #bottom-icons p {
        font-size: 16px;
    }
    .homepage-section3 {
        width: 40%;
    }
    .footer-block-newsletter {
        width: 40%;
        margin: 10% auto;
    }
    .block.widget .products-grid .product-item {
        width: calc((100% - 12%) / 3) !important;
        background-color: #FFF;
        margin: 20px 2% !important;
    }
    .minicart-wrapper .action.showcart.active:before {
        font-size: 20px;
        color: #FFF;
    }
    .minicart-wrapper .action.showcart.active:hover:before {
        color: #D8D8D8;
    }
    /*.field.search label.label::after {
        content: "";
        width: 1px;
        height: 10px;
        background-color: #575757;
        margin-left: 8px;
        display: inline-block;
    }*/
    .header-fs p::after {
        content: "";
        width: 1px;
        height: 10px;
        background-color: #575757;
        margin-left: 8px;
        margin-right: 8px;
        display: inline-block;
    }
    /*.block.block-search {
        display: inline-block;
        vertical-align: top;
    }*/
    .minicart-wrapper {
        padding-top: 5px;
        margin-left: 8px;
    }
    .header.right {
        float: right;
        line-height: 40px;
        font-weight: 700;
    }
    .header-fs {
        display: inline-block;
        color: #e0e0e0;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
    }
    .header.content {
        padding: 10px 20px 0;
        max-width: inherit;
    }
    .page-header .header.panel {
        padding: 6px 15px;
    }
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header.panel>.header.links>li:first-child a {
        padding-left: 5px;
    }
    .header.panel>.header.links>li.welcome,
    .header.panel>.header.links>li a {
        font-size: 14px;
        color: #e0e0e0;
        padding: 0 15px 0 13px;
        line-height: 40px;
        font-weight: 600;
        display: inline-block;
    }
    .header.panel>.header.links>li::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 10px;
        background-color: #575757;
        vertical-align: middle;
    }
    .header.panel>.header.links>li:last-child a {
        padding-right: 0;
    }
    .header.panel>.header.links>li:last-child::after {
        display: none;
    }
    .header.panel>.header.links>li {
        margin: 0 10px 0 0;
    }
    .block-search .control{padding: 0;}

    .category-image-container .page-title-wrapper #page-title-heading {
    font-size: 40px !important;}

    /*.block-search .label > span:hover {
    cursor: pointer;
    opacity: .6;
    }*/
    /*.page-header .header.panel {
        padding-bottom: 5px;
        padding-top: 5px;
        text-transform: uppercase;
    }*/
    /*.block-search .label>span {
        border: 0;
        clip: auto;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: initial;
        width: 1px;
        font-size: 14px;
        color: #e0e0e0;
    }
    .block-search .label:before {
        display: none;
    }
    .block-search .label>span:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        color: #FFF;
        content: '\e615';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        transform: rotate(90deg);
    }*/
    .block-search .action.search::before{vertical-align: baseline;}
    .minicart-wrapper .action.showcart:before {
        font-size: 20px;
        color: #FFF;
        content: "\f07a";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }
    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }
    .row:before,
    .row:after {
        display: table;
        content: " ";
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .header.menu {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .header.content.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        max-width: none;
        margin-top: 50px;
        background: #fff !important;
        box-shadow: 0 0 22px rgb(20 20 20 / 15%);
    }
    .col-lg-3 {
        width: 25%;
        float: left;
    }
    .block.newsletter .field {
        margin-right: 0px;
    }
    .block.newsletter .action.subscribe {
        border-radius: 0px;
        height: 56px !important;
        background-color: #000;
        border-color: #000;
    }
    .block.newsletter input {
        font-size: 18px !important;
    }
    .newsletter-final .block.newsletter {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px !important;
        max-width: 100%;
    }
    .header.panel>.header.links {
        float: left;
    }
    /*.block-search .control {
        padding: 0 0 0px;
    }*/
    .subscribe-box-above {
        margin-top: 80px;
        font-size: 41px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    header.page-header .header.content .menu .sections.nav-sections .ui-menu li a.level-top.ui-corner-all span span {
        font-size: 10px;
    }
    header.page-header .header.content .menu .sections.nav-sections .ui-menu li a.level-top.ui-corner-all span img {
        height: 30px;
        max-width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1060px) {

    body.catalog-product-view .box-tocart .fieldset {
        display: block!important;
    }

    body.catalog-product-view .box-tocart .fieldset .field.qty+.actions {
        padding-top: 15px!important;
    }

}

@media (min-width: 768px) and (max-width: 1172px) {
    .block-bundle-summary .bundle.items {
    display: flex;
    grid-gap: 30px;
    justify-content: center;
    }
    .block-bundle-summary .content{display: block;}
    body.catalog-product-view .bundle-options-container form .block-bundle-summary .box-tocart .fieldset{display: flex !important;}
}
@media screen and (min-width: 1342px) {
    .bundle-options-wrapper {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
    }

    .bundle-options-wrapper .product-options-wrapper {
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        height: 500px;
        overflow: auto;
        background: #fff;
        padding: 20px 20px 128px 20px;
        border-radius: 8px;
        box-shadow: 0 3px 22px -1px #000;
    }

    .bundle-options-wrapper .action.back.customization span {
        display: none;
    }

    .bundle-options-wrapper .action.back.customization:before {
        content: "Close"
    }

    .bundle-options-wrapper .action.back.customization {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        content: "Close";
        color: #000;
    }
    .page-product-bundle.catalog-product-view.page-layout-1column .nested.options-list .field.choice {
    width: 360px;
    margin: 5px;
    padding: 6px 12px;
    }
    .page-product-bundle.catalog-product-view.page-layout-1column .nested.options-list {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    }
}

/**********Mini cart scrollbar********************/

.minicart-items-wrapper{



    max-height: 300px !important;

}

/******************************/

/* Delaer Portal label,cart, category*/
.checkout-cart-index .cart-container .cart-summary .block .price {
    display: none;
}
.checkout-index-index .table-checkout-shipping-method .col-price {
    display: none;
}
.checkout-index-index .table-checkout-shipping-method .col-carrier {
    display: none;
}
.catalog-product-view .data.items .data.item.title {
    display: none;
}
header.page-header .header.content .menu
{
    position: relative;
}
.dealer-portal {
    position: absolute;
    left: 183px;
    /* top:26px; */
    top: 20px;
    font-size: 20px;
    font-weight: 800;
}
.category_name img.img-responsive.category_image {
    width: 50%;
}

/* PDP PageBuilder Table 03/06/2022 added width */

.catalog-product-view .page-main-description{
    padding: 20px;
    margin-top: 73px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}

/* 07/06/2022 */

header.page-header .header .showcart:before {
    margin-top: 6px !important;
}

@media screen and (min-width: 767px){
    .aw-ctq.mini-quote-list.minicart-wrapper {
        right: 72px !important;
    }
    .block-search {
    left: -55px;
    }
}

a.action.download-sample {
    color: #f6ab3e;
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .checkout-container {
        margin-top: 50px!important;
    }
}

.minicart-wrapper .action.showcart.active:before{
    content:''!important;
}

.aw-ctq.mini-quote-list .action .counter.qty {
    position: static!important;
    border-radius: 0px!important;
}

/* 08/06/2022 */

@media screen and (min-width: 767px){
    .header.right .minicart-wrapper {
    width: 45px;
    }
    .header.content .aw-ctq.mini-quote-list.minicart-wrapper {
    right: 68px !important;
    width: 50px;
    }
    .block-search {
    left: -85px;
    }
    .aw-ctq.mini-quote-list .action.showlist:before {
    width: 18px;
    }

}



@media only screen and (min-width: 768px) and (max-width: 1020px) {
.aw-ctq.mini-quote-list.minicart-wrapper {
top: -38%;
}
}
.aw-ctq.mini-quote-list .action .counter.qty {
line-height: 16px;
height: 16px;
font-size: 12px;
min-width: 16px;
}

.modal-popup .action-close {
    padding: 4px;
    border-radius: 0;
}

.modal-custom .action-close:hover,
.modal-popup .action-close:focus,
.modal-slide .action-close:active{
box-shadow: 0 0 5px 0px #2196f3;
}
#maincontent h1.page-title {
    margin-top: 55px;
}

/* 14/06/2022 */

.confirm .modal-footer button.action-secondary.action-dismiss {
    background: #ffffff;
    color: #000000;
}
.confirm .modal-footer button.action-secondary.action-dismiss:hover,
.confirm .modal-footer button.action-secondary.action-dismiss:focus,
.confirm .modal-footer button.action-secondary.action-dismiss:active,
.confirm .modal-footer button.action-secondary.action-dismiss:visited
{
    background: #000000;
    color: #ffffff;
}

.confirm .modal-footer button.action-primary.action-accept {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.confirm .modal-footer button.action-primary.action-accept:hover,
.confirm .modal-footer button.action-primary.action-accept:active,
.confirm .modal-footer button.action-primary.action-accept:focus,
.confirm .modal-footer button.action-primary.action-accept:visited {
    background: #000;
    color: #fff;
}

.section-divider {
    border-bottom: 1px solid #ddd;
    margin: 15px 0px 6px 0px;
}

.pickup-price {
    color: #777;
}
