body, html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    min-width: 320px;

    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    box-sizing: border-box;
    color: #000000;
 }
canvas:focus {
    outline: none;
}



ul li {
    color: #555555;
    list-style: none;
}

a {
    background-color: transparent;
}

p {
    color: #000000;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

button, input {
    overflow: visible;
}

:root {
    /*true version = 63px*/
    --Header--height: 63px;
}
.system_maintenance_banner-bold_text{
    font-weight: 700;
}
.Header {
    position: static;
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow .3s linear;
    height: var(--Header--height);
}
.hideImage, .itemsQuotingWrap .cartItemAction .hideCalc{
    display: none;
}
.haveAQuestion {
    width: 190px;
    position: relative;
    font-size: 18px;
    white-space: nowrap;
    margin: 0 0 0 20px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.haveAQuestion a{
 text-decoration: none;
    color: var(--default_color_var);

}
.j-modal-input_value{
    text-align: center;
}

.SubMenu {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 0;
}

.Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    transition: .3s;
    width: 95%;
}
.RightSideNavWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.old_header .Container {
    max-width: 960px;
}

.SubMenu-InfoPart {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Header .MainMenu .system_maintenance_banner_MainMenu .Container{
    border: 0px;

    background-color: #f8d7da;
    padding: 8px 20px;
    text-align: center;
    margin: 18px auto  12px auto ;

}
.system_maintenance_banner-text{
    font-size: 16px;
    font-weight: 400;
    color: #8f6f73;
}
.MainMenu-Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.MainMenu {
    position: fixed;
    left: 0;
    right: 0;
    background: white;
    width: 100%;
    z-index: 1000;
    transition: box-shadow .3s linear;
    padding-top: 3px;
}

.MainMenu.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    background: white;
    width: 100%;
    z-index: 101;
    transition: box-shadow .3s linear;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.SubMenu {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 10002;
}

.divider {
    height: 15px;
    width: 1px;
    background-color: #b4b4b4;
    margin-top: 2px;
}

.SubMenu-InfoPart > li {
    position: relative;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 11px;
}

.SubMenu-InfoPart li a {
    padding: 8px 17px;
    color: #696969;
    display: block;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.SloganAndSearch {
    display: flex;
    justify-content: space-between;
    width: 145px;
}

.SubMenu-UserPart {
    align-items: center;
    border-top: #d9d9d9;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
}

.SubMenu-InfoPart > li.divider {
    padding: 0;
    height: 10px;
    width: 1px;
}

.SubMenu-InfoPart li:last-child {
    padding-right: 100px;
}

.SubMenu-UserPart > li {
    position: relative;
    /*padding: 10px 21px;*/
    white-space: nowrap;
}

.SubMenu-InfoPart > li:first-child {
    padding-left: 0;
}

.SubMenu-UserPart li {
    position: relative;
    margin: 0px 16px 0px 0px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid var(--default_color_var);
    transition: color .3s;
}
.search-area-wrap .SubMenu-UserPart .sales-rep-link{
    text-transform: uppercase;
    font-size: 15px;
}

.SubMenu-UserPart .inner-menu li{
    margin: 0px;
}
.SubMenu-UserPart li .inner-menu  li.menu-item__user-info{
    border-bottom: 1px solid var(--default_color_var);
    padding: 0px 5px 10px 5px;
}

.SubMenu-UserPart li img {
    margin-bottom: -4px;
    margin-right: 5px;
    max-width: 14px;
}

.main-content-wrapper.positionFixed {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.header-link-sign:hover {
    background-color: white;
    color: var(--default_color_var);
}

.header-link-sign {
    transition: all .3s;
    background-color: var(--default_color_var);
}

.main-content-wrapper.config-linked.positionFixed {
    position: fixed;
    width: calc(100% - 40px);
}

.white-btn:hover, .SubMenu-UserPart a:hover {
    background-color: var(--default_color_var);
    color: white;
}

.blue-btn a, .SubMenu-UserPart .blue-btn a {
    color: white;
}
.SubMenu-UserPart .blue-btn a:hover {
    color: var(--default_color_var);
    background: #fff;
}

.blue-btn a:hover, .SubMenu-UserPart .blue-btn a:hover {
    color: var(--default_color_var);
}
.form-btn:after{
    border-color: #fff transparent transparent transparent;
}
.form-btn:before{
    background-color: var(--default_color_var);
}
.button-white:active,
.button-white:focus,
.button-white:hover {
    color: var(--default_color_var) ;
    background-color: #fff ;
    border-color: #fff
}

.button {
    display: inline-block;
    position: relative;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 0;
    white-space: nowrap;

    overflow: hidden;
    text-overflow: ellipsis;

    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .5s;
    z-index: 1;
    padding: 7px 20px 6px 20px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;


    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;


    border-radius: 0;
}

.button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.button:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: var(--default_color_var);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}

.button:active:after,
.button:focus:after,
.button:hover:after {
    border-width: 370px 370px 0 0
}

.button-white2 {
    color: #fff ;
    background-color: transparent;
    border-color: var(--default_color_var);
    border-width: 1px;
    border-style: solid
}

.button-white2:after {
    border-color: #fff transparent transparent transparent
}

.button-white2:before {
    background-color: var(--default_color_var);
    /*    background-color: var(--default_color_var);*/
}

.button-white2:active,
.button-white2:focus,
.button-white2:hover {
    color: var(--default_color_var) ;
    background-color: #fff;
    border-color: var(--default_color_var);
    /*    border-color: var(--default_color_var);*/
}

.SubMenu-UserPart > li a {
    text-decoration: none;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    letter-spacing: 0.0150em;
}
.SubMenu-UserPart  li a.admin_tool {
    text-transform: uppercase;
    font-size: 15px;
}
.SubMenu-UserPart li .inner-menu {
    display: none;
    padding: 10px 0 10px;
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: -1px;
    border: 1px solid var(--default_color_var);
    margin: 0;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 210px;
    width: auto;
    flex-direction: column;
}
.select2-default {
    color: #f00 ;
}
.admin_menu_new_quote ,.SubMenu-UserPart li .inner-menu li {
    padding: 0;
    border: none;
}

.admin_menu_new_quote {
    width: calc(100% - 10px);
}

.admin_menu_new_quote ,.SubMenu-UserPart li .inner-menu li a {
    padding: 4px 4px 4px 17px;
}
.admin_menu_new_quote ,.SubMenu-UserPart li .inner-menu li a {
    text-transform: capitalize;
    font-size: 16px;
}

#admin_menu_new_quote-popup{
    display: none;
}

.admin_menu_new_quote ,.SubMenu-UserPart > li a {
    display: block;
    padding: 12px 17px 10px 17px;
    text-decoration: none;
    text-transform: none;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    letter-spacing: 0.0150em;
    color: var(--default_color_var);
}

#admin_menu_new_quote-popup .general-form-wrp .general-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
#admin_menu_new_quote-popup .new_quote-buttons{
    margin: 40px 0 20px;
}
#admin_menu_new_quote-popup .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}
#admin_menu_new_quote-popup .j-modal__content{
    width: 600px;
}
#admin_menu_new_quote-popup .new_quote-item-row{
    width: 450px;
}
#admin_menu_new_quote-popup .signup-item-label{
    font-size: 16px;
}
#admin_menu_new_quote-popup .h3-title{
    margin-top: 3px;
    margin-bottom: 18px;
}
#admin_menu_new_quote-popup .create_quote-btn{
    margin-right: 17px;
}


.SubMenu-UserPart    li.white-btn:hover  a {
    color: white;
}
.SubMenu-UserPart    li.white-btn:hover  li     a {
    color: var(--default_color_var);
}
/*.SubMenu-UserPart    li.white-btn  li:hover {
    color: white;
    background-color: var(--default_color_var);
}
.SubMenu-UserPart    li.white-btn  li     a:hover {
    color: var(--default_color_var);
    background-color: white;
}*/
.SubMenu-UserPart    li.white-btn  li     a:hover {
    color: #fff;
}
.headerBottom {
    font-size: 0;
}

.Logo {
    display: inline-block;
    width: 170px;
}

.headerBottom .logo-mob {
    display: none;
}

.NavigationWrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction:row;
    font-size: 16px;
    padding-left: 50px;
    width: calc(100% - 470px);
    margin: 6px 0 10px 0;
}
.NavigationWrapper .cartWrap{
    min-width: 33px;
    max-width: 33px;
    margin-left: 16px;
    max-height: 38px;
}

.NavigationWrapper > button{
    margin-right: 16px;

}
.NavigationWrapper > button:last-child{
    margin-right: 16px;
}
.MainMenu .NavigationWrapper .lastButtonsHeaderMenu{
    margin-right: 0px ;
}
.mob-menu-icon-new {
    display: none;
}

.header-form {
    padding-top: 0;
    margin-top: 14px;
}

#birds {
    border-radius: 0;
}

.search-form input[placeholder] {
    background-color: #ffffff;
    height: 27px;
    outline: none;
    font-size: 13px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-left: 5px;
}

@supports (-webkit-overflow-scrolling: touch) {
    .search-form input[placeholder] {
        height: 23px;
    }
}

::placeholder {
    text-transform: uppercase;
    color: #c1c1c4;
}

.search-form input {
    width: 200px;
}

.search-form input {
    border: 1px solid #c1c1c2;
    border-right: none;
}

.search-form input, .search-form a {
    float: left;
}

.header-search-button {
    background-color: #DDD;
    height: 30px;
    width: 40px;
}

.search-form img {
    border: 1px solid #c1c1c2;
    border-left: none;
    padding: 7px 12px;
    width: 15px;
}

.Navigation {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
    position: relative;
}

.Navigation li {
    list-style-type: none;
    text-align: center;
    width: auto;
    display: block;
    word-wrap: normal;
    white-space: nowrap;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.Navigation li a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.mmenu_dd {
    position: absolute;
    background: #fafafa;
    padding: 20px 25px 25px 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform-origin: top left;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    border: 1px solid #e9e9e9;
    left: -10px;
    top: 35px;
}

.mmenu_dd a {
    text-transform: capitalize;
}

.mmenu_dd .wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.mmenu_dd_left {
    max-width: 250px;
    min-width: 100px;
}

.mmenu_dd_left ul {
    padding-left: 0;
}

.mmenu_dd_left li {
    width: 100%;
    text-align: left;
    padding: 0;
    line-height: 1.7;
}

.mmenu_dd_left li a {
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
}

.SubMenu-InfoPart li .inner-menu {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    display: none;
    flex-direction: column;
    left: -15px;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    top: 39px;
    width: 230px;
    z-index: 9999;

    padding-top: 6px
}

.SubMenu-InfoPart li.active .inner-menu {
    display: flex;
}


.mmenu_dd:after {
    content: "";
    border: solid #e6e6e6;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(-135deg);
    margin-top: 12px;
    z-index: 99999;
    -webkit-transform: rotate(-135deg);
    background: #fafafa;
    opacity: 1;
    position: absolute;
    display: block;
    left: calc(50% - 4px);
    height: 1px;
    top: -18px;
    margin-right: 0;
    margin-bottom: -5px;
    margin-left: 0;
    width: 0;
}

.SubMenu-UserPart li:nth-child(1) .inner-menu {
    left: -1px;
}

.SubMenu-InfoPart .inner-menu a {
    font-size: 13px;
    text-transform: capitalize;
    white-space: nowrap;
}

.inner-menu > li {
    padding: 5px 5px 5px 25px;
}

.inner-menu > li.main-category-title {
    padding: 5px;
}

.breadcrumbs {
    padding: 0;
    justify-content: space-between;
}

.breadcrumbs-list {
    position: relative;
    display: block;
    float: none;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    margin-right: 0;
    list-style: none;
    margin-left: 0;
    padding-right: 6px;
    font-size: 11px;
}

.breadcrumbs li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.breadcrumbs-list .breascrumbs-divider {
    font-size: 12px;
    margin-right: 4px;
    color: #a4a4a4;
}

li a,
.Navigation li a:hover {
    transition: .3s ease-out;
}

li a:hover,
.Navigation li a:hover {
    color: var(--default_color_var);
    transition: .3s ease-out;
}

.breadcrumbs-list .current a {
    color: #4c4c4c;
}

.Navigation li.divider {
    height: 0;
    margin-top: 3px;
}

.Navigation > li > a {
    text-decoration: none;
    text-transform: uppercase;

    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;





    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.Navigation > li > a.Closeout {
    color: var(--default_color_var);
}



/*====================================*/
              /*MODAL*/
/*====================================*/

.modal {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999;
}

.menu-logo-block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #ebebeb;
    height: 50px;
    border-bottom: 1px solid #c8c8c8;
}

.modal .modal-content {
    width: 310px;
    height: 100%;
    position: absolute;
    left: -50%;
    margin: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 100;
    background: #f2f3f4;
    margin-top: 50px;
}

.left-submenu {
    width: 35%;
    padding-left: 0;
    position: relative;
    z-index: 99;
}

.left-submenu,
.right-submenu {
    display: inline-block;
    height: 100%;
    background-color: #f2f3f4;
}

.right-submenu {
    overflow: auto;
    width: 65%;
    padding-left: 0;
    font-size: 14px;
    vertical-align: top;
    background-color: #FFF;
}


/*====================================*/
/*CONFIGURATOR*/
/*====================================*/
:root {
    --config-linked--margin-top: 4px;
}
.config-linked {
    max-width: 85%;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    transition: .3s;
    margin-top: var(--config-linked--margin-top);
}
.conf-block-wrap .title_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.controls-for-preview {
    position: absolute;
    margin-top: -62px;

    pointer-events: none;

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.controls-for-preview > * {
    margin-right: 40px;
    pointer-events: auto;

}
.icon-help-wrap {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    opacity: 0.6;
}
.swivel-feature {
    opacity: 0.6;
}

.reset-3d-preview,
.undo-3d-preview {
    cursor: pointer;
    opacity: 0.6;
    height: 38px;
    display: flex ;
    align-items: center;
}
.icon-help-wrap:hover > p {
    cursor: pointer;
    color: var(--default_color_var);
 /*   box-shadow: 0 0 0 2px #00d0ff;
    fill: #ffffff;*/
}
.icon-help-wrap:hover > svg {
    filter: invert(57%) sepia(7%) saturate(5290%) hue-rotate(144deg) brightness(100%) contrast(92%);
}

.reset-3d-preview:hover > p,
.undo-3d-preview:hover > p {
    cursor: pointer;
    color: var(--default_color_var);
}

.icon-help-wrap.autoRotate {
    background: #00d0ff;
    box-shadow: 0 0 0 2px #00d0ff;
    fill: #ffffff;
}
.icon-help-wrap.autoRotate .icon-help3d{
    color: #ffffff;
}
.icon-help-wrap .icon-help3d {
    marign-top:0px;
}

@media screen and (min-width: 1680px) {
    .config-linked {
        max-width: 1422px;
    }
}


@media screen and (max-width: 1380px) {
    .size_row_title label {
        font-size: 14px;
    }

    .config-linked {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .search-area-wrap .SubMenu-UserPart li .inner-menu {
        top: 34px;
    }
}

.breadcrumbs {
    padding: 0;
    justify-content: space-between;
 
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.breadcrumbs-list {
    position: relative;
    display: block;
    float: none;
    padding: 0;
    z-index: 80;
}

.config-page #right {
    min-height: 240px;
}

#right .title_wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.quantity-block-accessories{
    top: 7px;
}
@media all and (max-width: 1420px) {
     /*HEADER*/
    :root {
        --Header--height: 59px;
    }
    .Header {
        height: var(--Header--height);
    }
    .NavigationWrapper .haveAQuestion{
        font-size: 16px;
    }
    .NavigationWrapper .search-area-wrap .search-form #search-header-form {
        height: 35px;
    }
    .NavigationWrapper .search-area-wrap .search-form #search-header-form  i.fa-search {
        width: 35px;
        height: 33px;
        padding: 11px 9px 10px 0;
    }
    .search-area-wrap .search-form #search-header-form span.select2-container{
        height: 100%;
    }
    .search-area-wrap .search-form #search-header-form span.select2-container .select2-selection{
        height: 100%;
    }
    .search-area-wrap .search-form #search-header-form span.select2-container .select2-selection input{
        height: 85%;
    }
    .search-area-wrap .search-form #search-header-form .select2-container .select2-search--inline .select2-search__field[placeholder] {
        max-width: 220px;
    }
    .search-area-wrap .search-form .recent-searches-wrp{
        top: 35px;
    }
    .SubMenu-UserPart li a{
        font-size: 14px;
        padding: 10px 17px 10px 17px;
    }
    .MainMenu .MainMenu-Wrapper .first-logo{
        width: 70px;
        margin-left: 20px;
    }
    .MainMenu .MainMenu-Wrapper .NavigationSlogan{
        width: 120px;
    }
    .MainMenu .MainMenu-Wrapper .NavigationWrapper {
        margin: 6px 0 10px 0;
    }
    /* BUILDER */
    .title_wrap #h1_product_title .h1_product_title_span{
        font-size: 28px;
    }

    #config_wrap .configurator .options_table-header .options_table,.configurator .steps .option-trigger{
        padding: 6px 0 4px 16px;
    }

    #config_wrap .configurator .options_table-header .options_table .trigger-title,.configurator .steps .trigger-title{
       font-size: 16px;
    }
    #config_wrap #configurator .steps{
        margin-bottom: 10px;
    }
    #config_wrap #configurator #step-tt .options__item, #config_wrap #configurator
    #step-sr .options__item, #config_wrap #configurator #step-mo .options__item,
    #configurator #step-sz .config-product-table-pn{
        margin-top: 4px;
    }
    .main-title .conf-block-wrap-legs .otherOpts .options__item {
        margin-top: 5px;
    }
    .configurator #step-lt .options__tab-container, .configurator #step-lt1 .options__tab-container, .configurator #step-lt2 .options__tab-container{
        margin-bottom: 0px;
    }


    #config_wrap #configuratoSpecsr .otherOpts .options__tab-container{
        margin-bottom: 0px;
    }
    #config_wrap #configurator .otherOpts .options__tab-container .options__item{
        margin-bottom: 0px;
    }
    #config_wrap .configurator .options_table-header{
        margin-top: 10px;
    }
    #tableSummaryCnt .tableShow .tableShow > div > div{
        font-size: 14px;
    }

    /*FOOTER*/
    body .price-block-wrapper-sticky {
        padding: 4px 0px;
    }

    .price-block-wrapper .price-block .input-btn{
        padding: 7px 0px 6px 0px;
        width: 150px;
    }
    .price-block-wrapper .quantity-block .qty-wrapper{
        height: 45px;
        /*margin-top: 20px;*/
    }
    .quantity-block-accessories .qty-wrapper{
        height: 45px;
    }
    .price-block-wrapper .per-unit-block .price-label > div, .price-block-wrapper .per-unit-block .price-amount > div{
        font-size: 18px;
    }
    .price-block-wrapper .total-block #create_quote{
        padding: 7px 0px 6px 0px;
        width: 150px;
    }







    .conf-block-wrap-legs #config_wrap .configurator-product-743 #step-sr .options__item {
        width: 110px;
    }

}

@media all and (max-width: 1024px) {
    .NavigationWrapper {
        flex-direction: row;
    }
    .SloganAndSearch {
        padding-top: 0;
    }

    #right .title_wrap {
        justify-content: center;
        flex-wrap: wrap;
    }

    .title_wrap #gsa {
        order: 2;
        padding: 0 0 0 20px;
    }

    .title_wrap  #h1_product_title {
        order: 3;
        text-align: center;
        font-size: 24px;
    }

    .MainMenu-Wrapper {
        padding-top: 9px;
        padding-bottom: 8px;
    }

    .Navigation {
        display: block;
        margin-top: 0;
        width: 100%;
    }

    .MainMenu .Navigation {
        display: none;
    }

    .Navigation .divider {
        display: none;
    }

    .Navigation > li > a {
        padding: 17px 20px;
        display: block;
    }

    .SubMenu .search-form input {
        width: 200px;
    }

    .SubMenu .search-form {
        box-sizing: border-box;
        padding-top: 15px;
        padding-left: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d9d9d9;
        margin-top: 5px;
        max-width: 100%;
        position: relative;
        width: 100%;
    }

    .SubMenu {
        margin-top: 61px;
    }
}

#gsa {
    display: none;
}

#gsa.active {
    display: block;
}

.h1GSAImage {
    width: 37px;
}

.price-block-wrapper {
    border: 1px solid #d9d9d9;
    padding: 22px 22px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.quantity-block
.quantity-block-accessories,
.per-unit-block,
.total-block {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
}

.qty_label {
    margin-bottom: 25px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;

}

#qty {
    text-align: center;
    background: #cccccc;
    color: #4e535d;
    border: 1px solid #e0e0e0;
    height: 30px;
    width: 45px;
    font-size: 16px;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
}
.quantity-block-accessories .qty-accessories {
    text-align: center;
    background: white;
    color: var(--default_color_var);
    border: 1px solid var(--default_color_var);
    height: 30px;
    width: 35px;
    font-size: 16px;
}
.configurator-product-764 .quantity-block-accessories .qty-accessories {
    cursor: default;
}

@supports (-webkit-overflow-scrolling: touch) {
    #qty {
        box-shadow: none ;
        border-radius: 0 ;
        height: 24px;
    }
}

.left_side {
    max-width: 100%;
    position: relative;
   /* height: 100%;*/
}

.qty_label,
.per-unit-block p,
.total-block p {
    color: #939393;
    text-transform: uppercase;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: right;
    margin-top: 0;
}

.hideme {
    display: none;
    /*transition: .6s linear;*/
    max-height: 0;
    overflow: hidden;
}

.hideme.active {
    /*transition: .6s linear;*/
    display: block;
}

.collapsable .h5:before {
    position: absolute;
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48cGF0aCBkPSJNMjU2LDE1My41YzU2LjUsMCwxMDIuNSw0NiwxMDIuNSwxMDIuNXMtNDYsMTAyLjUtMTAyLjUsMTAyLjVzLTEwMi41LTQ2LTEwMi41LTEwMi41ICAgUzE5OS41LDE1My41LDI1NiwxNTMuNSBNMjU2LDEzMS41Yy02OC42LDAtMTI0LjUsNTUuOC0xMjQuNSwxMjQuNVMxODcuNCwzODAuNSwyNTYsMzgwLjVTMzgwLjUsMzI0LjYsMzgwLjUsMjU2ICAgUzMyNC42LDEzMS41LDI1NiwxMzEuNUwyNTYsMTMxLjV6IiBmaWxsPSIjNkE2RTdDIi8+PHBhdGggZD0iTTI3OC40LDIybDEwLjEsNTMuOGMxLjUsOC4xLDcuNSwxNC43LDE1LjQsMTcuMWMxMS41LDMuNCwyMi41LDcuOSwzMi41LDEzLjNjMy4zLDEuOCw2LjksMi42LDEwLjQsMi42ICAgYzQuNCwwLDguNy0xLjMsMTIuNC0zLjhsNDUuOC0zMS40bDMzLjIsMzMuMkw0MDcsMTUyLjZjLTQuNyw2LjgtNS4xLDE1LjYtMS4yLDIyLjljNS4zLDkuOCw5LjcsMjAuNCwxMywzMS42ICAgYzIuNCw3LjksOC45LDEzLjgsMTcsMTUuM2w1NC4xLDEwLjJ2NDYuOWwtNTQuMSwxMC4xYy04LjEsMS41LTE0LjcsNy40LTE3LDE1LjNjLTMuNCwxMS40LTcuOSwyMi4yLTEzLjMsMzIuMiAgIGMtMy45LDcuMy0zLjUsMTYuMSwxLjIsMjIuOWwzMSw0NS4zbC0zMy4yLDMzLjFMMzU5LDQwNy4yYy0zLjctMi42LTguMS0zLjgtMTIuNC0zLjhjLTMuNiwwLTcuMSwwLjktMTAuNCwyLjYgICBjLTEwLDUuNC0yMC45LDkuOC0zMi4yLDEzLjFjLTcuOSwyLjMtMTMuOSw4LjktMTUuNCwxNy4xTDI3OC41LDQ5MGgtNDYuOWwtMTAuMi01NC40Yy0xLjUtOC03LjMtMTQuNi0xNS4yLTE3ICAgYy0xMC45LTMuNC0yMS4zLTcuNy0zMC45LTEyLjljLTMuMy0xLjgtNi45LTIuNi0xMC41LTIuNmMtNC40LDAtOC43LDEuMy0xMi40LDMuOGwtNDQuOSwzMC43bC0zMy4yLTMzLjJsMzAuNy00NC45ICAgYzQuNi02LjgsNS4xLTE1LjYsMS4yLTIyLjljLTUuNC05LjktOS44LTIwLjYtMTMuMS0zMS44Yy0yLjQtNy45LTguOS0xMy44LTE3LTE1LjNMMjIsMjc5LjR2LTQ2LjlsNTQuMS0xMC4xICAgYzguMS0xLjUsMTQuNi03LjQsMTctMTUuM2MzLjMtMTEsNy42LTIxLjUsMTIuOC0zMS4yYzMuOS03LjIsMy40LTE2LTEuMi0yMi44bC0zMS4xLTQ1LjVsMzMuMi0zMy4ybDQ1LjIsMzAuOSAgIGMzLjcsMi42LDguMSwzLjgsMTIuNCwzLjhjMy42LDAsNy4yLTAuOSwxMC41LTIuN2M5LjctNS4zLDIwLjItOS43LDMxLjItMTNjNy44LTIuNCwxMy43LTguOSwxNS4yLTE3TDIzMS41LDIySDI3OC40IE0yODYuMSwwICAgaC02Mi4yYy01LjksMC0xMS41LDQuNy0xMi41LDEwLjRsLTExLjYsNjJjLTEyLjMsMy44LTI0LjIsOC43LTM1LjMsMTQuN2wtNTEuNS0zNS4zYy0yLjEtMS40LTQuNi0yLjEtNy4xLTIuMSAgIGMtMy40LDAtNi44LDEuMi05LjEsMy42bC00NCw0NGMtNC4xLDQuMS00LjgsMTEuNC0xLjUsMTYuMmwzNS41LDUxLjhjLTYsMTEuMS0xMC44LDIzLTE0LjUsMzUuM2wtNjEuNywxMS42ICAgQzQuNywyMTMuNCwwLDIxOSwwLDIyNC44VjI4N2MwLDUuOSw0LjcsMTEuNSwxMC40LDEyLjVMNzIsMzExLjFjMy44LDEyLjYsOC43LDI0LjcsMTQuOCwzNmwtMzUuMSw1MS4zYy0zLjMsNC44LTIuNiwxMi4xLDEuNSwxNi4yICAgbDQ0LDQ0YzIuNCwyLjQsNS44LDMuNiw5LjEsMy42YzIuNSwwLDUtMC43LDcuMS0yLjFsNTEuMy0zNS4xYzExLDYsMjIuNywxMC44LDM0LjksMTQuNmwxMS42LDYyYzEuMSw1LjcsNi43LDEwLjQsMTIuNSwxMC40aDYyLjIgICBjNS45LDAsMTEuNS00LjcsMTIuNS0xMC40bDExLjUtNjEuNGMxMi43LTMuNywyNC45LTguNywzNi40LTE0LjhsNTEuOSwzNS41YzIuMSwxLjQsNC42LDIuMSw3LjEsMi4xYzMuNCwwLDYuOC0xLjIsOS4xLTMuNmw0NC00NCAgIGM0LjEtNC4xLDQuOC0xMS40LDEuNS0xNi4ybC0zNS4zLTUxLjZjNi4yLTExLjUsMTEuMy0yMy43LDE1LjEtMzYuNGw2MS42LTExLjZjNS43LTEuMSwxMC40LTYuNywxMC40LTEyLjV2LTYyLjIgICBjMC01LjktNC43LTExLjUtMTAuNC0xMi41bC02MS43LTExLjZjLTMuNy0xMi41LTguNy0yNC40LTE0LjctMzUuN2wzNS43LTUyLjJjMy4zLTQuOCwyLjYtMTIuMS0xLjUtMTYuMmwtNDQtNDQgICBjLTIuNC0yLjQtNS44LTMuNi05LjEtMy42Yy0yLjUsMC01LDAuNy03LjEsMi4xbC01Mi4yLDM1LjdjLTExLjYtNi4yLTIzLjktMTEuMy0zNi44LTE1bC0xMS41LTYxLjRDMjk3LjYsNC43LDI5MiwwLDI4Ni4xLDAgICBMMjg2LjEsMHoiIGZpbGw9IiM2QTZFN0MiLz48L2c+PC9zdmc+);
    width: 20px;
    opacity: 0.6;
    height: 20px;
    left: -11px;
    top: 6px;
}

.collapsable .h5:after {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url(/assets/img/accordeon-arrow-up.png);
    background-size: cover;
    background-position: center;
    transform: rotate(180deg);
    opacity: 0.6;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 5px;
    transition: .3s linear;
}

#options_table_wrap.active .collapsable .h5:after {
    transform: rotate(0deg);
    transition: .3s linear;
}

#options_table tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.navigation {
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    width: 100%;
    display: flex;
    white-space: nowrap;
    margin: 0;
    height: 30px;
    transition: .3s linear;
    overflow: hidden;
}

.navigation__title:before {
    position: absolute;
    display: inline-block;
    content: '';
    left: -30px;
    top: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #f2f2f2;
    border-right: 15px solid #f2f2f2;
    border-bottom: 15px solid #f2f2f2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navigation__title:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    right: -15px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #dfdfdf;
}

#image_layers img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.list_price {
    color: #757575;
    font-size: 16px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    margin: 42px 0 10px;
    width: auto;
    text-align: justify;
}

.qty_label,
.per-unit-block p,
.total-block p {
    color: #fff;
    text-transform: uppercase;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    margin-top: 24px;
    margin-right: 8px;
    text-align: right;
    font-weight: 500;
    font-size: 22px;
}

.price-block-wrapper {
    text-transform: uppercase;
    font-weight: 500;
}

.net_price {
    font-size: 20px;
}

.list-p{
    color:var(--default_color_var);
    text-transform: uppercase;
    font-size: 20px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;

}

.net-p{
    color:#fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;

}

.price-label{
    margin-right: 16px;
    text-align: right;
    white-space: nowrap;
}

.qty-wrapper button {
    position: relative;
    background: #595959;
    color: #fff;
    border: 1px solid #595959;
    padding: 0;
    padding-bottom: 0;
    cursor: pointer;
    outline: inherit;
    font-size: 23px;
    font-weight: 800;
    height: 34px;
    width: 34px;
    line-height: 2px;
    transition: .3s;
}
.qty-wrapper-accessories button {
    position: relative;
    color: var(--default_color_var);
    padding: 0;
    padding-bottom: 0;
    cursor: pointer;
    font-size: 23px;
    border: none;
    font-weight: 800;
    height: 34px;
    width: 34px;
    line-height: 2px;
    transition: .3s;
}

.qty-wrapper button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: .3s;
}

.qty-wrapper button:hover {
    /*background-color: #cacaca;*/
    transition: .3s;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-wrapper-accessories {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_config {
    display: flex;
    justify-content: space-between;
}

.empty-spaces {
    width: 544px;
}

.option-btn-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.next_option:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 32px;
    top: 0;
    right: 0;
    background-color: #9c2f10;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGc+ICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+ICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4gPC9nPiA8Zz4gIDx0aXRsZT5MYXllciAxPC90aXRsZT4gIDxnIGlkPSJzdmdfMSI+ICAgPGcgaWQ9InN2Z18yIj4gICAgPHBhdGggc3Ryb2tlLXdpZHRoPSIyIiBpZD0ic3ZnXzMiIGZpbGw9IiNmZmZmZmYiIGQ9Im0yMDQuMyw1MTJjLTEuNCwwIC0yLjgsLTAuMyAtNC4xLC0wLjhjLTMuOSwtMS43IC02LjQsLTUuNSAtNi40LC05LjdsMCwtNDkxYzAsLTQuMiAyLjUsLTguMSA2LjQsLTkuN2MzLjksLTEuNyA4LjQsLTAuOCAxMS40LDIuMWwyNTQsMjQ1LjVjMi4xLDIgMy4yLDQuNyAzLjIsNy42YzAsMi45IC0xLjIsNS42IC0zLjIsNy42bC0yNTMuOSwyNDUuNGMtMi4xLDIgLTQuNywzIC03LjQsM3ptMTAuNiwtNDc2LjZsMCw0NDEuMmwyMjguMywtMjIwLjZsLTIyOC4zLC0yMjAuNnoiLz4gICA8L2c+ICAgPHBhdGggc3Ryb2tlLXdpZHRoPSIyIiBpZD0ic3ZnXzQiIGZpbGw9IiNmZmZmZmYiIGQ9Im01My43LDUxMmMtNS44LDAgLTEwLjUsLTQuNyAtMTAuNSwtMTAuNWwwLC00OTFjLTAuMSwtNS44IDQuNiwtMTAuNSAxMC41LC0xMC41czEwLjUsNC43IDEwLjUsMTAuNWwwLDQ5MC45YzAsNS45IC00LjcsMTAuNiAtMTAuNSwxMC42eiIvPiAgPC9nPiA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% 40%
}

@supports (-webkit-overflow-scrolling: touch) {
    .next_option:after {
        height: 34px;
    }
}

.navigation__under-option {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 392px;
    height: 52px;
}
@media all and (max-width: 840px) {
    .imageDownload_text-image{
        display: none;
    }
    .price-block-wrapper .image-download-btn{
        width: 81px;
        padding: 6px 5px 6px 5px;
        font-size: 12px;
    }
    .create_quote-text-quote{
        display: none;
    }
    .quantity-block .qty_label{
        display: none;
    }
    .price-block-wrapper .create_quote{
        width: 95px;
        padding: 7px 7px 6px 7px;
        font-size: 12px;
    }
    .create_quote-text-wrapper{
        font-size: 12px;
    }
    .old-image-download-btn div.button {
        width: 95px;
        padding: 7px 7px 6px 7px;
        font-size: 12px;
    }
    .qty-wrapper #elWith3dIco {
        top: -57px;
    }
}
@media all and (max-width: 570px) {
    .create_quote-textPrice-quote{
        display: none;
    }
    .old-image-download-btn{
        display: none;
    }
    .title_wrap  #h1_product_title {
        font-size: 18px;
    }
    .price-block .footerDownloadImage{
        display: block;
        cursor: pointer;
        width: 17px;
        height: 20px;
        font-size: 24px;
    }
    .price-block-container .per-unit-block .price-label{
        display: none ;
    }
}

@media all and (max-width: 1024px) {
    .navigation__under-option {
        padding-left: 0;
    }
    .MainMenu-Wrapper .NavigationWrapper .search-area-wrap{
        position: fixed;
        left: 0;
        top: 88px;
        margin: 20px 0 0 20px;
        width: calc(100% - 40px);
    }
    /*.search-form, .search-header-form{*/
    /*    width: 100%;*/
    /*    max-width: 100%;*/
    /*}*/
}

.navigation__under-suboption {
    padding: 9px 12px 9px 15px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #717171;
    cursor: pointer;
    position: relative;
    text-transform: uppercase ;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
    margin-right: 10px;
    margin-bottom: -1px;
    white-space: normal;
    transition: padding .3s;
}
.navigation__under-suboption.active {
    color: #d13828;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    padding-top: 15px;
    transition: .3s;
}

.navigation__under-suboption:hover {
    background-color: rgba(242, 242, 242, .5);
    color: #419afd;
    background-color: rgb(255, 255, 255);
    padding-top: 15px;
    transition: .3s;
}
.navigation__under-suboption:hover a,
.myaccount-container-wrp .myaccount-wrp .navigation__under-suboption:hover a,
.myaccount-wrp .navigation__under-suboption:hover a
.myaccount-wrp .navigation__under-suboption.active:hover a
{
    color: var(--default_color_var);;
}
.navigation__under-suboption.active:hover {
    background-color: #fff;
}

@media screen and (max-width: 1400px) {
    /*.SubMenu-UserPart li:first-child {*/
    /*    padding-left: 50px;*/
    /*}*/
    .SubMenu-InfoPart li:last-child {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1100px) {
    /*.SubMenu-UserPart li:first-child {*/
    /*    padding-left: 0;*/
    /*}*/
    .SubMenu-InfoPart li:last-child {
        padding-right: 0;
    }
}
@media screen and (max-width: 1500px) {
   .search-form .search-header-form {
        max-width: 270px;
    }
   .search-form #search-header-form .select2-container .select2-search--inline .select2-search__field[placeholder] {
       max-width: 268px;
   }
    .search-form #search-header-form .select2-container{
        max-width: 268px;
    }
    .NavigationWrapper{
        padding-left: 10px;
    }
    /*.Logo .initial{*/
    /*    margin-right: 10px;*/
    /*}*/
    .MainMenu-Wrapper .first-logo {
        margin: 0 auto 0 35px;
        min-width: 82px;
    }

 .MainMenu-Wrapper .second-logo{
        margin: 0 auto 0 25px;
        min-width: 82px;
    }
    .MainMenu-Wrapper .second-logo{
        width: 120px;
    }
    .MainMenu-Wrapper .SloganAndSearch{
        width: 200px;
        margin-left: 23px;
    }
    #search-header-form .fa-srch{
        width: 30px;
        padding: 10px 10px 10px 8px;
    }
    .search-form #search-header-form .select2-container .select2-search--inline .select2-search__field {
        padding-left: 5px;
    }
    .SubMenu-UserPart li .inner-menu {
        top: 34px;
    }
}
@media screen and (max-width: 1150px){
    .SubMenu-UserPart li .inner-menu {
        top: 33px;
    }
}

@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.15;
        position: relative;
    }
    100% {
        height: 100px;
        width: 100px;
        margin-left: -60px;
        margin-top: -60px;
        opacity: 0;
    }
}

.input_option:checked {
    background: #cacaca;
}

.input_option:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: 'â€¢';
    display: inline-block;
    font-size: 25.66667px;
    text-align: center;
    line-height: 21px;
}

.input_option:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #cacaca;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.input_option.radio {
    border-radius: 50%;
}

.input_option.radio::after  {
    border-radius: 50%;
}

.li_option {
    padding: 4px 20px 4px 5px;
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 1px;}

.default .label_option {
    width: 100%;
    text-align: left;
    align-items: start;
    flex-direction: row;
    padding: 0
}

.default .label_option .radio {
    display: inline-block;
}


.hamburger {
    font: inherit;
    display: none;
    overflow: visible;
    margin: 0;
    padding: 0  7px 7px 20px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    outline: none;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #6a6a6a;
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #6a6a6a;
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0;
}

.hamburger-inner:before {
    top: -8px;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:after {
    bottom: -8px;
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}

#right .h1-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: -11px;
    flex-wrap: wrap;
}

.goback:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 32px;
    top: 0;
    left: 0;
    background-color: #cacaca;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48Zz48cGF0aCBkPSJNMzA3LjcsNTEyYy0yLjcsMC01LjMtMS03LjMtM2wtMjU0LTI0NS41Yy0yLjEtMi0zLjItNC43LTMuMi03LjZjMC0yLjksMS4yLTUuNiwzLjItNy42TDMwMC4zLDMgICAgYzMtMi45LDcuNi0zLjgsMTEuNC0yLjFjMy45LDEuNyw2LjQsNS41LDYuNCw5Ljd2NDkwLjljMCw0LjItMi41LDguMS02LjQsOS43QzMxMC41LDUxMS43LDMwOS4xLDUxMiwzMDcuNyw1MTJ6IE02OC44LDI1NiAgICBsMjI4LjMsMjIwLjZWMzUuNEw2OC44LDI1NnoiIGZpbGw9IiM2QTZFN0MiLz48L2c+PHBhdGggZD0iTTQ1OC4zLDUxMmMtNS44LDAtMTAuNS00LjctMTAuNS0xMC41VjEwLjVjMC01LjgsNC43LTEwLjUsMTAuNS0xMC41YzUuOCwwLDEwLjUsNC43LDEwLjUsMTAuNXY0OTAuOSAgIEM0NjguOSw1MDcuMyw0NjQuMiw1MTIsNDU4LjMsNTEyeiIgZmlsbD0iIzZBNkU3QyIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% 40%
}

@supports (-webkit-overflow-scrolling: touch) {
    .goback:after {
        height: 34px;
    }
}

.left_side_wrap {
    width: 66%;
    min-height: 340px;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: relative;
}

.h1Image {
    max-width: 37px;
}

.h1OptionsPlusImage {
    max-width: 50px;
}

.logo-desktop img {
    height: 45px;
}

.SubMenu .Logo {
    padding-top: 9px;
    padding-left: 20px;
}

.Navigation > li:first-child {
    padding-left: 0;
}

.Navigation > li:last-child {
    padding-right: 0;
}

.search-form #search-header-form {
    position: relative;
    transition: all 1s;
    width: 400px;
    height: 35px;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 0;
}
.search-area-wrap .search-form #search-header-form {
    height: 40px;
    /*padding-left: 10px;*/
}

.search-form {
    display: flex;
    justify-content: end
}

.search-header-form input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 34px;
    line-height: 30px;
    outline: 0;
    border: 0;
    font-size: 15px;
    border-radius: 0;
    padding: 0 15px;
    color: #585858;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.configurator-product-769 #step-sr img{
    width: 132px;
    height: 85px;
}
.configurator-product-769 #step-sr ul .options__item{
    width: 154px;
    padding: 9px 0px 0px 0px;
}
#quote_project_details_popup #js-create-quote-v12.quote-button__save-project-number {
    padding: 7px 20px 7px 20px;
    line-height: 21px;
}

.configurator-product-769 #step-sr ul .options__item .options__item-title{
    text-align: left;
    padding-left: 12px;
    margin-top: -3px;
}
.error_note-checkbox{
    font-size: 16px;
    padding-left: 145px;
    text-transform: initial;
}
.quote-newform_shipping_addresses .signup-item__billing-form-wrp label.signup-item-label__label-job-title {
    margin-bottom: 16px;
    width: 455px;
}
.form-items-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}

#update_quote_project_number .signup-item-label .parsley-required{
    margin-top: 12px;
    color: #ff0000;
    width: 140px;
    font-size: 14px;
}
#update_quote_project_number .signup-item-label .parsley-errors-list{
    margin: 0px;
    padding: 0px;
}

.j-modal #update_quote_project_number ul li {
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1px;
    font-weight: 400;
}
.j-modal #update_quote_project_number .selectric-scroll ul li {
    line-height: 10px;
}
/*HEX*/
.configurator-product-764 #step-if .options__tab-container{
    padding-top: 0px;
}
.configurator-product-764 #step-if .container_wrap{
    flex-direction: column;
}
.configurator-product-764 #step-ma{
    display: none;
}
.configurator-product-764 #step-if .trigger-title label{
    display: none;
}
.configurator-product-764 #step-if .container_wrap .ul__option{
    margin: 0 0 16px 0;
}
.configurator-product-764 #step-if .container_wrap .options__item-title{
    text-transform: uppercase;
    font-size: 18px;
    width: 300px;
    color: #000;
    text-align: left;
    font-weight: 500;
    margin-top: 0px;
}
.configurator-product-764 #step-if .container_wrap .options__item-bottom-title{
    text-transform: uppercase;
    font-size: 18px;
    font-width: 500;
    width: 300px;
    color: #000;
    text-align: left;
}
.configurator-product-764 #step-if .container_wrap .options__item-sub-title{
    font-size: 16px;
    width: 450px;
    color: #000;
    text-align: left;
    margin: 20px 10px 30px 40px;
}
.configurator-product-764 #step-if .options__item-ma{
    border: none;
}
.quote-newform_shipping_addresses .signup-item__billing-form-wrp label.signup-item-label__label-telephone {
    width: 274px;
}
#quote-newform_shipping_addressesPage  .signup-item-label .parsley-required{
    margin-top: 12px;
    color: red;
    width: 140px;
    font-size: 14px;
}
#quote-newform_shipping_addressesPage  .signup-item-label .parsley-errors-list{
    margin: 0px;
    padding: 0px;
}
.quote-newform_shipping_addresses .form-items-row .signup-item-label__label-s-state .parsley-required{
    margin-top: 0px ;
}
#myaccount-wrp .Items-Wrap .Address-Item-Wrap {
    padding: 20px 20px 20px 52px;
    border-radius: 0px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

#quote-newform_shipping_addressesPage  ul li {
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1px;
    font-weight: 400;
}

.quote-newform_shipping_addresses .signup-item__billing-form-wrp label.signup-item-label__label-telephone {
    width: 274px;
}

.search-header-form input[placeholder] {
    color: #585858;
    text-transform: none;
    outline: none;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 13px;
    height: 31px;

}
.easy-autocomplete-container {top:34px; left: -1px; width: calc(100% + 2px);}

.easy-autocomplete-container ul {border: none; top: 0;}



.search-header-form .select2-container .select2-selection--multiple {
    min-height: 33px;
}
#search-header-form .selection .select2-selection--multiple{
    height: 40px;
}
.fa-srch{
    box-sizing: border-box;
    padding: 9px 11px 10px 0;
    width: 42.5px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    color: #585858;
    text-align: right;
    font-size: 16px ;
    transition: all 1s;
    background-color: #fff;
}
#search-header-form .fa-srch {
    padding:  14px 11px 24px 8px;
    line-height: 12px;
    z-index: 999999;
}
.fa-search-icon{
    box-sizing: border-box;
    padding: 11px 13px 10px 0;
    width: 42.5px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    color: #585858;
    text-align: right;
    font-size: 16px ;
    transition: all 1s;
    background-color: #fff;

    z-index: 222;
}
#quick-search-input {
    border-radius: 5px;

}

.search-header-form-v2 input[placeholder] {
    color: #585858;
    text-transform: none;
    outline: none;
    font-size: 15px;
    padding-left: 51px;
    padding-right: 13px;
    height: 38px;
}


@media all and (max-width: 430px) {
    .fa-srch {
        padding: 10px 13px 10px 0;
    }
}

#birds {
    width: 100%;
    box-sizing: border-box;
    height: 33px;
    border: none;
    background-color: #fff;
    outline: none;
}

.search-header-form:hover,
.search-header-form.hasValue {

    cursor: pointer;
    /*border: 1px solid var(--default_color_var);*/
}




.search-header-form:hover input,
.search-header-form.hasValue input {
    display: block;
}

.search-header-form:hover .fa-srch,
.search-header-form.hasValue .fa-srch {
    color: white;
    background-color: var(--default_color_var);
}

.search-form img {
    border: none;
    border-left: none;
    padding: 0;
    width: 65px;
    margin-right: 15px;
}

.search-header-form .easy-autocomplete-container ul li .eac-item {display: flex; align-items: center}

.search-header-form  .easy-autocomplete-container ul {

    max-height:250px; /* Set your expected height */
    overflow-y:scroll; /* Enable vertical scrollbar */
}
.eac-category h4 {border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3px;
    margin: 0;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #b3492c;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    cursor: pointer;
    z-index: 9999;
    opacity: 0.8;
}

#return-to-top img {
    width: 30px;
    height: 30px;
    margin: 0;
    position: relative;
    left: 11px;
    top: 10px;
}

.my-account-mobile-btn {
    font: inherit;
    display: none;
    overflow: visible;
    margin: 0;
    padding: 3px 20px 0 103px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    outline: none;
    min-width: 90px;
}

.my-account-mobile-btn-login {
    font: inherit;
    display: none;
    overflow: visible;
    margin: 0 20px;
    padding: 8px 0 0 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    outline: none;
    width: 16px;
    height: 30px;
}
.NavigationWrapper .my-account-mobile-btn-login {
    line-height: 1.9;
}

.my-account-mobile-btn-login img {
    max-width: 100%;
}

.SubMenu__my-account-menu, .SubMenu__admin, .SubMenu__customer-service-portal {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -2000px;
    width: 100%;
    z-index: 10000;
    transition: .3s;
    margin-top: 84px;
    box-sizing: border-box;
}
.footerDownloadImage{
    display: none;
}
.footerDownloadImage i{
    color: white;
}
.selectric-SortBy .selectric span.label {
     margin-top: 0;
}

.SubMenu__my-account-menu .Container {
    padding: 0;
}

.SubMenu__my-account-menu.show {
    visibility: visible;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 13px 15px #b3b0b0;
    transition: .3s;
    height: 100vh;
    background-color: #eeeeee;
}
.SubMenu__admin.show {
    visibility: visible;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 13px 15px #b3b0b0;
    transition: .3s;
    height: 100vh;
    background-color: #eeeeee;
}
.SubMenu__customer-service-portal.show {
    visibility: visible;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 13px 15px #b3b0b0;
    transition: .3s;
    height: 100vh;
    background-color: #eeeeee;
}
.SubMenu__search-button.show {
    visibility: visible;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 13px 15px #b3b0b0;
    transition: .3s;
    height: 100vh;
    background-color: #eeeeee;
    z-index: 1000;
}
.menuItemsPopup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
    box-sizing: border-box;
}
.MainMenu-Wrapper .NavigationWrapper .search-area-wrap .show_search-header-form{
    display: block;
}
.menuItemsPopup > li {
    padding: 0;
    border-bottom: 1px solid white;
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.menuItemsPopup > li a {
    color: #696969;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 17px 20px;
    display: block;
    margin-top: 0;
    box-sizing: border-box;
    width: 100%;
}

.menuItemsPopup > li.current_menu_item a {
    color: #fff;
}

/*REP Portal menu*/
.rep-portal-mobile-btn {
    font: inherit;
    display: none;
    overflow: visible;
    margin: 0;
    padding: 3px 20px 0 103px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    outline: none;
    width: 80px;
    height: 30px;
}

.SubMenu__rep-portal-menu {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -2000px;
    width: 100%;
    z-index: 10000;
    transition: .3s;
    margin-top: 56px;
    box-sizing: border-box;
}

.SubMenu__rep-portal-menu .Container {
    padding: 0;
}

.SubMenu__rep-portal-menu.show {
    visibility: visible;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 13px 15px #b3b0b0;
    transition: .3s;
    height: 100vh;
    background-color: #eeeeee;
}

.rep-portal-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
    box-sizing: border-box;
}

.rep-portal-menu > li {
    padding: 0;
    border-bottom: 1px solid white;
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.rep-portal-menu > li a {
    color: #696969;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 17px 20px;
    display: block;
    margin-top: 0;
    box-sizing: border-box;
    width: 100%;
}

.rep-portal-menu > li.current_menu_item a {
    color: #fff;
}
/* next*/


.menu-item__user-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.user-info-item {
    text-align: left;
}

.user-info__user-name {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.user-info__email {
    font-size: 16px;
    line-height: 18px;
}
.user-info__user-role {
    font-size: 16px;
    line-height: 18px;
    color: #f69748;
    margin-top: -3px;
}

/*All media queries write below*/
@media screen and (min-width: 1680px) {
    .Container {
        max-width: 1422px;
        max-width: unset;
    }
}

@media screen and (min-width: 1920px) {
    .Container {
        max-width: 1422px;
		max-width: unset;
    }
}

@media screen and (max-width: 1280px) {
    .Container {
        max-width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        width: calc(100% - 70px);
    }

    /*.SubMenu-UserPart > li {*/
    /*    padding-left: 30px;*/
    /*}*/

    .SubMenu-InfoPart li:last-child {
        padding-right: 0;
    }
}

@media all and (max-width: 1024px) {
    .sub-arrow:after {
        position: absolute;
        display: inline-block;
        content: '';
        background-image: url(/assets/img/accordeon-arrow-up.png);
        background-size: cover;
        background-position: center;
        transform: rotate(90deg);
        opacity: 0.6;
        width: 24px;
        height: 24px;
        right: 15px;
        top: calc(50% - 12px);
        transition: .3s linear;
    }
    :root {
        --Header--height: 86px;
    }
    .Header {
        height: var(--Header--height);
    }

    #bg.height100vh {
        top: 67px;
    }

    .internal_bc {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mmenu_dd .wrap {
        justify-content: flex-start;
        border: none;
    }

    .mmenu_dd:after {
        display: none;
    }

    .hamburger {
        display: inline-block;
    }

    .Container {
        flex-direction: column;
    }

    .header-form {
        margin-top: 0;
    }

    .mmenu_dd_left {
        width: 100%;
    }

    .mmenu_dd {
        opacity: 1;
        height: fit-content;
        background-color: #fff;
        box-shadow: none;
        padding: 0;
        transition: .3s;
        left: -250px;
        border: none;
    }

    .sub-arrow .mmenu_dd {
        transition: all .3s, top 0s .3s;
    }

    .sub-arrow.active .mmenu_dd {
        visibility: visible;
        transition: all .3s .2s, top 0s 0s;
        width: 100%;
        left: 0;
        background-color: #eeeeee;
        border: none;
    }

    .inner-menu li:hover {
        background-color: #f2f2f2;
    }

    .inner-menu > li {
        padding: 17px 20px;
        border-bottom: 1px solid white;
    }

    .breadcrumbs {
        display: flex;
    }

    .breadcrumbs-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .sub-arrow.active:after {
        transform: rotate(-90deg);
        filter: brightness(0) invert(1);
    }

    .SubMenu li:last-child {
        border-bottom: 1px solid #dedede;
    }

    .Container {
        padding-left: 20px;
        padding-right: 20px;
        /*overflow: hidden;*/
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .mmenu_dd_left li a {
        display: block;
        padding: 17px 20px;
    }

    .breadcrumbs ul li {
        text-align: center;
    }

    .SubMenu-InfoPart .inner-menu a {
        font-size: 14px;
    }

    .SubMenu-InfoPart li .inner-menu {
        top: 50px;
    }

    .mmenu_dd_left li {
        line-height: normal;
        width: 100%;
    }

    .mmenu_dd {
        top: 50px;
    }

    .SubMenu-UserPart li .inner-menu li a {
        font-size: 14px;
    }

    .SubMenu-UserPart li .inner-menu {
        top: 50px;
    }

    .SubMenu-UserPart li img {
        max-width: 16px;
    }

    .sub-arrow.active img {
        filter: brightness(0) invert(1);
    }

    .logo-desktop img {
        height: 36px;
    }

    .SubMenu {
        visibility: hidden;
        position: absolute;
        background-color: #fff;
        left: -2000px;
        transition: .3s;
    }

    .MainMenu{
        top: 0;
    }

    .SubMenu.show {
        visibility: visible;
        left: 0;
        transition: .3s;
        box-shadow: 1px 0 15px #d9d9d9;
        min-width: 450px;
    }

    .SubMenu {
        border: none;
    }

    .SubMenu{
        min-height: 100vh;
        z-index: 1445;
        height: 100%;
    }

    .SubMenu .Container {
        padding: 0;
    }

    .SubMenu-InfoPart,
    .SubMenu-UserPart {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .SubMenu-InfoPart .divider {
        display: none;
    }

    .SubMenu-InfoPart li .inner-menu,
    .SubMenu-UserPart li .inner-menu {
        display: flex;
        height: fit-content;
        left: -250px;
        bottom: 0;
        visibility: hidden;
        transition: .3s;
        transform-origin: left;
    }
    /*.SubMenu-UserPart li.admin_tool_link .inner-menu {*/
    /*    margin-top: -51px;*/
    /*}*/
    /*.SubMenu-UserPart li.customer-service-portal .inner-menu {*/
    /*    margin-top: -66px;*/
    /*}*/


    .SubMenu-InfoPart .sub-arrow .inner-menu,
    .SubMenu-UserPart .sub-arrow .inner-menu {
        transition: all .3s, top 0s .3s;
    }

    .SubMenu-InfoPart .sub-arrow.active .inner-menu,
    .SubMenu-UserPart .sub-arrow.active .inner-menu  {
        transition: all .3s .2s, top 0s 0s;
        visibility: visible;
        width: 100%;
        padding: 0;
        transform-origin: left;
        left: 0;
        background-color: #eeeeee;
        border: none;
    }

    .SubMenu-InfoPart .sub-arrow .inner-menu li,
    .SubMenu-UserPart .sub-arrow .inner-menu li {
        max-height: 0;
        padding: 0;
        transition: .5s 1s;
    }

    .SubMenu-InfoPart .sub-arrow.active .inner-menu li,
    .SubMenu-UserPart .sub-arrow.active .inner-menu li {
        max-height: 1000px;
        transition: padding .01s 0s, max-height .1s .1s;
    }

    .SubMenu-UserPart li .inner-menu li a {
        padding-bottom: 8px;
        padding-top: 10px;
    }

    .SubMenu-InfoPart > li,
    .SubMenu-UserPart > li,
    .Navigation > li {
        width: 100%;
        text-align: left;
    }

    .SubMenu-InfoPart {
        width: 100%;
    }

    .SubMenu-UserPart > li,
    .SubMenu-InfoPart > li,
    .Navigation li {
        padding: 0;
        border-bottom: 1px solid white;
        background: white;
    }

    /*.SubMenu-UserPart > li.active:hover > a,*/
    /*.SubMenu-InfoPart > li.active:hover > a,*/
    /*.Navigation li.active:hover > a {*/
    /*    color: #fff;*/
    /*}*/

    .SubMenu-UserPart > li:hover > a,
    .SubMenu-InfoPart > li:hover > a,
    .Navigation li:hover > a {
        /*color: #6a6a6a;*/
    }

    .SubMenu-InfoPart li .inner-menu {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

    .SubMenu-InfoPart li a,
    .SubMenu-UserPart li a{
        font-weight: 500;
        font-size: 14px;
        padding: 17px 20px;
        display: block;
    }

    .SubMenu-UserPart li:nth-child(1) .inner-menu {
        left: -250px;
        padding: 0;
    }

    .SubMenu-UserPart li .inner-menu {
        height: fit-content;
        border: none;
    }

    .mmenu_dd_left {
        max-width: none;
    }

    .SubMenu-InfoPart > li.hiddenMobile,
    .SubMenu-UserPart > li.hiddenMobile,
    .Navigation > li.hiddenMobile {
        visibility: hidden;
    }

    .activeMenuItem {
        background-color: var(--default_color_var);
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 500;
        left: 0;
        padding: 17px 20px 17px 40px;
        text-transform: uppercase;
        top: 0;
        position: absolute;
        width: calc(100% - 60px);
    }

    .activeMenuItem:after {
        position: absolute;
        display: inline-block;
        content: '';
        background-image: url(/assets/img/accordeon-arrow-up.png);
        background-size: cover;
        background-position: center;
        transform: rotate(-90deg);
        width: 24px;
        height: 24px;
        left: 15px;
        top: calc(50% - 12px);
        transition: .3s linear;
        filter: brightness(0) invert(1);
    }

    .sub-arrow.active > a, .sub-arrow.active > a {
        color: #fff;
    }

    .SubMenu-UserPart li:last-child {
        padding-right: 0;
    }

    .js-my-account-li {
        display: none;
    }

    .my-account-mobile-btn {
        display: block;
        padding: 0 20px;
    }

    .my-account-mobile-btn img {
        width: 26px;
        height: 26px;
    }

    .my-account-mobile-btn-login {
        display: flex;
    }

    .rep-portal-mobile-btn {
        display: block;
        padding: 0 20px 0 0;
    }

    .rep-portal-mobile-btn img {
        width: 26px;
        height: 26px;
    }
    .search-form #search-header-form .select2-container .select2-search--inline .select2-search__field[placeholder] {
        width: 368px ;
    }
    .search-form #search-header-form .select2-container{
        width: 100% ;
        max-width: 100%;
    }
    .search-area-wrap .search-form #search-header-form{
        width: 100%;
        max-width: 100%;
    }
    .customer-service-link{
        display: flex;
    }
    .customer-service-portal .customer-service-link .header-icon-2{
        display: block;
    }
    .SubMenu-UserPart .customer-service-portal .customer-service-link{
        padding-right: 20px;
        display: flex;
    }
    .SubMenu-UserPart .customer-service-portal .customer-service-link img{
        margin-bottom: 0px;
        margin-top: -2px;
    }
}

@media all and (max-width: 812px) {
    .NavigationSlogan {
        width: 100px;
    }

    .SloganAndSearch {
        justify-content: flex-end;
    }
}

@media all and (max-width: 600px) {
    .NavigationWrapper {
        /*display: none;*/
    }
}

@media all and (max-width: 550px) {
    .SubMenu.show {
        width: 100%;
        position: fixed;
        overflow-y: auto;
        min-width: unset;
        margin-top: 56px;
    }

    .Navigation {
        margin-top: 10px;
    }

    .Logo {
        width: 100%;
    }

    .Logo img {
        width: 46px;

    }
    .MainMenu-Wrapper .first-logo {
        margin-left: 14px;
    }
}

@media all and (max-width: 520px) {
    .search-header-form {
        width: calc(100% - 20px);
    }

    .search-header-form:hover, .search-header-form.hasValue {
        width: calc(100% - 20px);
    }
}

@media all and (max-width: 430px) {
    .Container {
        max-width: unset;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
    }

    :root {
        --Header--height: 85px;
    }
    .Header {
        height: var(--Header--height);
    }

    #birds {
        width: 100%;
        box-sizing: border-box;
    }

    .hamburger {
        padding: 0 20px 7px 0;
    }

    .SubMenu {
        background-color: transparent;
        margin-top: 56px;
    }

    .SubMenu .Logo {
        display: none;
    }

    .SubMenu .Container {
        background-color: #fff;
    }

    .SubMenu .search-form {
        border-top: none;
        margin-top: 0;
    }

    .menuItemsPopup {
        display: flex;
    }

    .SubMenu__my-account-menu {
        background-color: transparent;
        margin-top: 84px;
    }

    .menu-item__user-info {
        display: none;
    }
}

@media all and (max-width: 380px) {
    .SubMenu-InfoPart li a {
        margin-top: 0;
    }

    :root {
        --Header--height: 85px;
    }
    .Header {
        height: var(--Header--height);
    }
}

/*===================================*/
/*END MEDIA QUERY*/
/*===================================*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /*IE 10+*/
    .SubMenu-InfoPart {
        height: 38px;
    }

    .SubMenu-UserPart {
        height: 38px;
    }

    .SubMenu-UserPart li img {
        height: 100%;
    }
}

.qty-wrapper button.qty-minus {
    padding-bottom: 3px;
}


.MainMenu .Container {border-bottom: 1px solid #d9d9d9;}
.MainMenu.sticky .Container {
    border-bottom: 1px solid #ffffff;
}

#search-header-form .easy-autocomplete input { box-shadow: none; }


.current_menu_item {
    background-color: var(--default_color_var);
}

.SubMenu-UserPart > li .current_menu_item a {
    color: #fff;
}

.warn {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    background: white;
    width: 100%;
    z-index: 102;
    border-bottom: 1px solid #d9d9d9;
}
.warn_p {
    background: #efe3cb;
    color: #6e7071;
    text-align: center;
    padding: 11px 40px;
    border-radius: 6px;
    margin: 10px;
}
.home_css .SubMenu {
    top: 60px;
}

.home_css  .MainMenu {
    top: 100px;
}
.home_css .warn {
    display: block;
}

.warn_close {
    position: absolute;
    right: 32px;
    top: 17px;
    width: 12px;
    height: 12px;
    opacity: 0.3;
}
.warn_close:hover {
    opacity: 1;
    cursor: pointer;
}
.warn_close:before, .warn_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}
.warn_close:before {
    transform: rotate(45deg);
}
.warn_close:after {
    transform: rotate(-45deg);
}

.no-scroll {
    overflow: hidden;
}

.shadow-no-scroll {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 91;
}

.anim-rotate {
    transition: all linear 0.2s;
    transform: rotateZ(180deg);
}
.content-inside {
    padding: 0 20px 140px 20px;
}
@media all and (max-width: 850px) {
    .Filtered-DetailsWrapper .Details-Buttons .button{
        min-width: 120px;
        height: 25px;
        padding: 10px 10px 6px 10px;
    }
    .FiltersUsed .FiltersUsed-in-wrapp {
        padding-top: 0px;
        align-items: center;
    }
    .FiltersUsed .FiltersUsed-in-wrapp .FiltersUsed-Buttons{
        display: none;
    }

}

@media all and (min-width: 1280px) {
    html, body {
        height: 100%;
        margin: 0;
    }

    .Container-Pushed {
        min-height: calc(100% - 140px);
        padding: 0px;

    }

    footer {
        margin: 0px;
        flex: none;
        height: 140px;
        /*margin-top: -140px;*/
    }
}

.special_offer_product {
    background: #4ab0b3;
    color: white;
    width: 84px;
    padding: 5px 20px;
    margin-bottom: 10px;
    margin-top: 1px;
    z-index: 222;
}

.conf-block-wrap-legs .h1-wrapper .special_offer_product {
position: relative;
    margin-top: 1px;
}


.h1-wrapper .special_offer_product {     margin-bottom: -10px; }
.h1-wrapper--mobile_only .special_offer_product {
    display: none;
}


@media all and (max-width: 720px) {
    .special_offer_product {
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
        margin-bottom: -3px;
    }
    .h1-wrapper--mobile_only .special_offer_product {
        display: block;
    }

    .special_offer_product {
        margin-top: -36px;
        position: absolute;
    }

    .landing-page #main-slider-slick-custom .slider__item.active {
        height: 100%;
    }
}

.seo_text {
    height: 130px
}

@media all and (max-width: 1024px) {
    .seo_text {
        height: 60px
    }
    .schema-container {display: none}

}

#search-header-form .select2-container--default .select2-selection--single {
    border: none;
}

#search-header-form .select2-container .select2-selection--single {
    height: 33px;
}

#search-header-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

#select2-birds-results .select2-results__option a {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #707070;
    padding: 0;
}
#otherOpts #step-mr .ul__option li{
    padding: 0px;
}
#otherOpts #step-mr .ul__option li .label_option{
    margin-top: 0px;
    padding: 12px 9px 12px 9px;
}

#select2-birds-results .select2-results__option a:hover {
    text-decoration: underline;
}

#select2-birds-results .select2-results__option picture {
    border: none;
    border-left: none;
    padding: 0;
    width: 65px;
    margin-right: 15px;
    display: flex;
}

#select2-birds-results .select2-results__option .text {
    display: block;
    font-weight: normal;
    word-break: break-word;
}

#search-header-form .select2-container--default .select2-selection--multiple {
    border: none;
    background-color: transparent;
}

#search-header-form .select2-container .select2-search--inline .select2-search__field {
    margin-top: 4px;
    line-height: 33px;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 11px;

}

#search-header-form .select2-container .select2-search--inline .select2-search__field[placeholder] {
    font-weight: 500;
    font-size: 16px;
    color: #6a6a6a;
    background-color: #ffffff;
}

#select2-birds-results .select2-results__option--highlighted[aria-selected] {
/*  display: none;*/
    background-color: #f7f7f7;
    border-bottom: 1px solid #c1c1c2;
    padding: 5px 0 5px 0;
    margin: 0px 6px;
}
.select2-results__option  .images-gallery__item-wrp {
    width: 100%;
    margin: 0px;
}
#select2-birds-results .select2-results__option:not(.select2-results__option--highlighted) {
    border-bottom: 1px solid #c1c1c2;
    padding: 5px 0 5px 0;
    margin: 0px 6px;
}
#otherOpts #step-mr .ul__option li{
    padding: 0px;
}
#otherOpts #step-mr .ul__option li .label_option{
    margin-top: 0px;
    padding: 12px 9px 12px 9px;
}

#select2-birds-results .select2-results__option.select2-results__message {
    display: none;
}

#select2-birds-results .select2-results__option[role="group"] {
    border-bottom: none;
}

#select2-birds-results .select2-results__option .select2-results__option:last-child {
    border-bottom: none;
}

#search-header-form .select2-container.select2-container--default.select2-container--open:not(.select2) .select2-dropdown {
    border-radius: 0;
    outline: none;
    border: none;
}

/*.select2-container.select2-container--default.select2-container--open.hasResults:not(.select2) .select2-dropdown {*/
/*    outline: 1px solid var(--default_color_var);*/
/*}*/

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
}
.sm-gr {color: gray; font-size: 14px}
#select2-birds-results .select2-results__group {
    text-transform: uppercase;
    font: normal 16px/20px Helvetica, sans-serif;
    color: #1b1a1a;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 500;
}

#select2-birds-results .search__product-title {
    color: #6a6a6a;
    font-weight: 500;
    font-size: 15px;
}

@media all and (max-width: 430px) {
    .select2-container.select2-container--default.select2-container--open:not(.select2) {
        z-index: 10000;
    }

    .breadcrumbs li a {
        color: #000000;
        font-size: 14px;
    }
}
.select2-container--open{
    z-index: 999999;
}

@media all and (min-width: 1690px) {
    .config_full_width .left_side_wrap {
        width: 100%;
        display: flex;
        align-items: flex-end;
        vertical-align: bottom;

        -webkit-transition: all 500ms ease-out 1s;
        -moz-transition: all 500ms ease-out 1s;
        -o-transition: all 500ms ease-out 1s;
        transition: all 500ms ease-out 1s;

    }

    .config_full_width .left_side  {
        height: 430px;
        -webkit-transition: all 500ms ease-out 1s;
        -moz-transition: all 500ms ease-out 1s;
        -o-transition: all 500ms ease-out 1s;
        transition: all 500ms ease-out 1s;
    }
    .config_full_width #image_layers {
        height: 470px;
    }
}

.select2-default, .select2-selection__placeholder {
    color: #999 ;
}

.search-header-form.hasValue {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.NavigationSlogan {
    position: relative;
    color: #000;
    color: var(--default_color_var);
    font-size: 30px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0;
    width: 141px;
}
.NavigationSlogan a {
    text-decoration: none;
    color: var(--default_color_var);
    font-size: 30px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;

}
.NavigationWrapper .search-area-wrap .show_search-form{
    display: block;
}
.search-area-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}
.first-logo {
    width: 85px;
    margin: 0 auto 0 35px;
}
.second-logo {
    width: 148px;
    margin: 2px 33px 19px 0;
}

#search-header-form .select2-search__field::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000 ;
    background-color: white;
    font-size: 16px;
    text-transform: none;
}
#search-header-form .select2-search__field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000 ;
    font-size: 16px;
    opacity:  1;
    background-color: white;
    text-transform: none;
}
#search-header-form .select2-search__field::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000 ;
    font-size: 16px;
    opacity:  1;
    background-color: white;
    text-transform: none;
}
#search-header-form .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #000 ;
    font-size: 16px;
    background-color: white;
    text-transform: none;
}
#search-header-form .select2-search__field::-ms-input-placeholder { /* Microsoft Edge */
    color:    #000 ;
    background-color: white;
    font-size: 16px;
    text-transform: none;
}

#search-header-form .select2-search__field::placeholder { /* Most modern browsers support this now. */
    color:    #000 ;
    font-size: 16px;
    text-transform: none;
}

.SubMenu-UserPart li.js-my-account-li .inner-menu li:first-child{
    margin-bottom: 10px;
}

.SubMenu-UserPart  li .customer-service-link {
    text-transform: uppercase;
    font-size: 15px;
}


.behalfWrap .form-btn{
    position: relative;
    padding: 8px 17px;
    padding-right: 17px;
    margin: 0px 16px 0px 0px;
    white-space: nowrap;
    cursor: pointer;
    color: white;
    border: 1px solid #ffffff;
    transition: color .3s;
}

.behalfWrap.more_items_quote.alert-warning:hover {
    cursor: move;
}
.behalfWrap.more_items_quote.alert-warning {
    width: 340px;
    color: #000000;
    background-color: var(--default_color_var);
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0rem;
    -webkit-box-shadow: 2px 5px 23px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 2px 5px 23px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 2px 5px 23px 0 rgba(0, 0, 0, 0.06);
}


.behalfWrap.more_items_quote .text-warning {
    color: #fff ;
}

.behalfWrap .btns-wrap {
    margin-top:15px;
    margin-bottom:10px;
}

.my-account-mobile-btn {
    min-width: auto;
}
@media all and (max-width: 1024px) {
    .MainMenu .mobile-btn {
        display: inline-block;
    }
}
@media screen and (max-width: 950px) {
    .button-sm {
        padding: 7px 5px 6px 5px;
    }
    .button {
        padding: 7px 15px 6px 15px;
    }
}

.button-white2:active, .button-white2:focus, .button-white2:hover {
    color: var(--default_color_var) ;
    background-color: #fff ;
    border-color: var(--default_color_var);
}

.create_quote-btn.button:after {
    border-color: #fff ;
}

.select2-container--default .select2-selection--single {
    height: 44px;
    border: 1px solid var(--default_color_var);
    border-radius: 0px;
    width: 100%;
    padding: 7px 10px 10px 10px;
    letter-spacing: -0.5px;
    color: #000;
    font-size: 18px;
    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    outline: none;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline-offset: -1px;
    outline: 2px solid var(--default_color_var);
}

.breadcrumbs-list p {margin: 0px}


/*adding more items to quote styles */

.more_items_quote p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

.more_items_quote {
    margin: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999999;
}

.more_items_quote .text-warning {
    width: calc(100% - 45px);
    margin-top: -23px;
    margin-left: 32px;
    color: #e4a82e ;

    font-family: mr-eaves-xl-modern, Helvetica, Arial, sans-serif;
    font-size: 18px;

    font-weight: 500;


}
.floating_cart {
    margin: 0;
    top: 0px;
    right: 0px;
    position: fixed;
    background: #ffffe9;
    padding: 6px;
    border: 1px solid #e6e6e6;
    margin-top: 0px;
    z-index: 9999999;
    margin-left: 97px;
    width: 373px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-property: all;

    width: 170px;
    color: #85621b;

    padding: 7px 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-left: 1px solid #d9d9d9;;
    background-color: white;
    -webkit-box-shadow: 2px 5px 23px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 2px 5px 23px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 2px 5px 23px 0 rgba(0, 0, 0, 0.06);
    height: 100%;
}
.floating_cart
.qty-wrapper .qty-button i {
    line-height: 30px;

}
.floating_cart .quote-item-qty {
    font-size: 22px;
    width: 40px;
/*    height: 40px;*/
}
.floating_cart.quote-list {
    display: block;
    width: 180px;
    z-index: 99999999;
}
.more_items_quote.alert-warning p a {
    padding-left: 0;
    font-size: 15px;
    background: none;
    color: var(--default_color_var);
    text-decoration: none
}

.more_items_quote .close {
    margin-right: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;

    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
}

.more_items_quote .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

.more_items_quote .close:hover {
    color: #000;
    text-decoration: none;
}



.fas,.fad,.fab, .iteration-status-done, .iteration-status-started, .iteration-status-unstarted {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* end adding more items to quote styles */

.floating_cart  .close_floating_cart {background-color: white ; opacity: 1; position: absolute; margin-left: -60px; width: 40px; height: 35px;

    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.floating_cart.closed {
    display: none;
    right: -212px;
    width: 170px;
}

.cart_icon {
    fill: #f4933e;
}
.cart_icon {    width: 40px;
    height: 40px;
    margin-top: -1px;
    cursor: pointer}

.cart_icon:hover,
.cart_icon:focus, .cartIconWrap .cart_icon{
    filter: invert(57%) sepia(7%) saturate(5290%) hue-rotate(354deg) brightness(100%) contrast(92%);
}
.cartWrap a:hover > img  {
    filter: invert(57%) sepia(7%) saturate(5290%) hue-rotate(354deg) brightness(100%) contrast(92%);
}
.cartWrap .cart_qty {
    color: #696d6e;
}
.cartWrap a:hover > .cart_qty, .cartWrap .cartIconWrap > .cart_qty {
    color: #e17513;
    cursor: pointer;
}
.cart_qty {
    position: absolute;
    margin-top: 17px;
    margin-left: 8px;
    color: #e17513;
    background: white;
    width: 24px;
    height: 19px;
    font-weight: 700;
    text-align: center;
    display: block;
    z-index: 33333333;
}
.NavigationWrapper .cart_qty {
    margin-left: 4px;
}
.cart_total {
    color: #f4933e;
    color: #e17513;
}
.floating_cart .cartWrap {display: flex; align-items: center; align-content: center;
    padding-bottom: 8px;
    padding-left: 0px;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;}

.floating_cart .fa-times {
    color: #000000;
    cursor: pointer;
}
.floating_cart .fa-times:hover{
    color: #e8974e;

}
.floating_cart .view_quote_btn {
    text-align: center;
    margin: 15px;
    margin-bottom: -5px;
    margin-left: 15px;
}
.quote_on_behalf_info {padding: 5px 0px 0px 0px;
    margin-top: 15px;
}
.quote_on_behalf_info .row  {color: black; margin-bottom: 5px; font-size: 16px}
.cartItemAction { display: flex; flex-direction: row; justify-content: center; margin-top: 5px;}
.cartItemAction .qty-plus-quoting {     background-color: #fff; }
.cartItemAction .qty-minus-quoting {     background-color: #fff;
}
.cartItemAction .quantity_select {     text-align: center;
    background: white;
    color: var(--default_color_var);
    border: 1px solid var(--default_color_var);
    height: 30px;
    width: 35px;
    font-size: 16px;}
.quote_on_behalf_info .row span {color: gray; font-size: 15px}
.floating_cart .cartItem {
    border-top:  1px solid #d9d9d9;
   padding: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
}
.floating_cart .cartItem .qty-minus {
    text-align: center;
    margin-top:5px;
}
.itemsQuotingWrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #f1f1f1;
}
.itemsQuotingWrap::-webkit-scrollbar-thumb{
    background: var(--default_color_var);
}


.qty-minus-quoting .fa-trash-alt {
    font-size: 16px;
}

.itemsQuotingWrap {
    height: calc(100% - 129px);
    overflow-y: auto;
  /*  overflow-x: hidden;*/
}

.NavigationWrapper .cartWrap.closed {
    display: none;
}
.js-create-quote-v12-wrap {margin-bottom: 20px;
margin-top: -20px;}

.icon-help3d {
    margin: 9px 0 0 7px;
    text-transform: none;
    line-height: 18px;
    width: 100px;
}


.icon-help3d {
    margin: 0px 0 0 7px;
    text-transform: none;
    line-height: 18px;

}
.hexwr svg {
    width: 40px;
}
.hexwr .icon-help3d {
    /*margin: 11px 0 0 7px;*/
    text-transform: none;
    line-height: 18px;
    width: 140px;
}
.cartItem .hide_image, .cartItem .hide_item {
    display: none;
}
.cartItem .item-title {
    color: black;
    white-space: nowrap;
    padding: 0px 5px;
}

.floating_cart  .class-wrap-22 {
    padding-bottom: 0px;
}
.floating_cart  .class-wrap-22 .cartItemAction {
    margin-top: 0px;
}

.controls-for-preview .disabled img
{ opacity: 0.5; }
.controls-for-preview .disabled p {
    color: #b2b4b2
}
