#navigation {
    height: 30px; 
    margin: 0 0 10px;
    font-family: 'Poppins';
}
#navigation ul {
    margin: 0;
    padding: 0;
    position: relative;
}
#top-navigation ul  li,
#navigation  ul li {
    display: inline-block;
    float: left;
    line-height: 30px; /* this should be the same as your #navigation height */
    height: 30px; /* this should be the same as your #navigation height */
    margin: 0;
    padding: 0;
    position: relative;
}
#top-navigation li a,
#navigation li a {
    display: block;
    line-height: 30px;
    padding: 0 2vw;
    text-decoration: none;
}
#navigation li a  {
    color: #333;
    font-weight: 400;
}
#top-navigation {
    height: 42px;
    background: var(--main-dark-blue);
    padding: 10px 0 0;
}
#top-navigation li {
    height: auto;
}
#top-navigation li a {
    color: #fff;
    line-height: 21px;
}
#top-navigation li:last-child a {
    padding-right: 1.3vw;
}
#top-navigation  li a:hover,
#navigation li a:hover {
    text-decoration: none;
}
#navigation .current-menu-item a, 
#navigation .current_page_item a, 
#navigation ul ul li a:hover {
    font-weight: bold;
    text-decoration: none;
}
#navigation .current-menu-item .sub-menu a {
    font-weight: normal;
}
#navigation ul ul {
    display: none;
    position: absolute;
    top: 45px;
}
#navigation ul ul li {
    float: none;
    width: 300px;
}
#navigation ul ul li a {
    color: #000;
    padding: 5px 10px;
}
#navigation ul li:hover > ul {
    display: block;
    z-index: 3;
}
#navigation ul li.big-product-menu:hover > ul {
  display: block;
   z-index: 3;

}
.column-menu-1 {
  grid-column: col1;
}

.column-menu-2 {
  grid-column: col2;
}
.column-menu-3 {
  grid-column: col3;
}
#navigation ul li.big-product-menu > ul {
    width: 700px;
}
#navigation ul ul li ul {
    left: 300px;
    top: 0;
}

.custom-logo-link {
    max-width: 192px;
}
.top-contacts {
    display: flex;
}
.top-contact-link a {
    color: #fff;
    text-decoration: none;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;

}
.top-contact-link a:hover { 
    text-decoration: none;
}
.top-contact-link a svg {
    fill: #fff;
    display: block;
    margin-right: 9px;
    padding-left: 0;
}
#menu-secondary {
    line-height: 1;
    margin-bottom: 0;
    padding-left: 0;
}
.main-navigation {
    padding: 10px 75px;
}

.right-menu {
    display: flex;
    justify-content: flex-end;
}
.center-block-menu {
    display: flex;
    margin-left: 4%;
    align-items: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary {
    padding: 20px 0px 0px 0px;
}
.vectorang {
    background-image: url(data:image/svg;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00Ljc0Njk4IDQuODI3NzhMOC44OTgyMyAwLjY2NTAxNEM5LjAzNDE2IDAuNTI4NjI2IDkuMDMzOTQgMC4zMDc4MTEgOC44OTc1MyAwLjE3MTY1MUM4Ljc2MTE0IDAuMDM1NTk2OCA4LjU0MDIgMC4wMzU5NDgzIDguNDA0MTcgMC4xNzIzNTRMNC40OTk5OSA0LjA4NzM0TDAuNTk1ODQgMC4xNzIyMTNDMC40NTk3ODYgMC4wMzU4MjQ5IDAuMjM4OTg4IDAuMDM1NDczMyAwLjEwMjU4MyAwLjE3MTUxQzAuMDM0MjA0NSAwLjIzOTc2NSAxLjQyOTM4ZS0wNSAwLjMyOTE4NSAxLjQyODk5ZS0wNSAwLjQxODYwNUMxLjQyODZlLTA1IDAuNTA3Nzk2IDAuMDMzOTc1NiAwLjU5Njg2NCAwLjEwMTg3OSAwLjY2NDk5Nkw0LjI1MzAyIDQuODI3NzhDNC4zMTgzOCA0Ljg5MzQ3IDQuNDA3MzIgNC45MzAzMyA0LjQ5OTk5IDQuOTMwMzNDNC41OTI2NyA0LjkzMDMzIDQuNjgxNSA0Ljg5MzM2IDQuNzQ2OTggNC44Mjc3OFoiIGZpbGw9ImJsYWNrIi8+PC9zdmc+);
}
#mobile-header {
    display: inline-block;
}
#btnClose {
    display: none;
}
.big-product-menu .sub-menu {
    display: grid;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 720px;
    background: url(../../image/background-menu.jpg);
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    padding: 20px 25px;
}
#mega-menu-wrap-primary #mega-menu-primary p {
    color: var(--main-dark-blue);
    font-weight: 600;
}
.column-mega-1 {
    width: 40%;
}
.column-mega-2 {
    width: 20%;
}
.column-mega-3 {
    width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .column-mega-3 > ul.mega-sub-menu > li.mega-menu-item a {
    font-weight: 600;
    color: var(--main-dark-blue);
}
.column-mega-1 .mega-menu-item-type-widget,
.column-mega-2 .mega-menu-item-type-widget {
    border-bottom: 1px solid #C5C5C5 !important;
}
.responsive-menu-button {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px;
}

.center-block-menu .request-a-quote {
    width: 12px;
}
@media only screen and (min-width: 992px) {

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.column-mega-1 {
        width: 36%;
        margin-right: 3%;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.column-mega-2 {
        margin-right: 3%;
        width: 28%;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.column-mega-3 {
        width: 30%;
        margin-top: -5px;
    }
   /* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 33.33%;
    }*/
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        background: none;
    }
    #sidr-main {
        background: url(../../image/background-menu.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 20px;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;
        box-shadow: 0px 16px 20px -2px rgb(0 0 0 / 13%);
        height: auto;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: transparent;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        height: 45px;
        border-bottom: 1px solid #E8EAEB;
        text-align: center;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
        border-bottom: 1px solid transparent;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: transparent;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 20px 0;
        width: 100%;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        text-align: center;
        font-weight: 600;
    }
    #mega-menu-wrap-primary #mega-menu-primary p {
        text-align: center;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        background: transparent;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: transparent;
        text-align: center;
    }
    #btnClose {
        display: block;
    }

    #mobile-header {
        display: block;
    }
    #navigation {
        display: none;
    }

    #responsive-menu-button > span {
        background: #fff none repeat scroll 0 0;
        display: block;
        height: 2px;
        margin: 12px;
        width: 40px;
    }
    #open.sidr.right {
        right: -30%;
    }

    #open {
        background: #f5f5f5 none repeat scroll 0 0;
        box-shadow: none;
        height: auto;
        margin: 0;
        max-width: 100%;
        overflow: hidden;
        padding: 0 5%;
        text-align: right;
        width: 30%;
    }

    #open.sidr .sidr-inner {
        font-size: 18px;
        padding: 35px 0;
        text-transform: uppercase;
    }

    #open.sidr ul {
        border: medium none;
    }
    .sidr-main {
        position: relative;
    }
    #open.sidr ul li {
        border: medium none;
        transition: border 5s ease;
    }

    #open.sidr ul li:hover > a, #open.sidr ul li:hover > span, #open.sidr ul li.active > a, #open.sidr ul li.active > span, 
    #open.sidr ul li.sidr-class-active > a, #open.sidr ul li.sidr-class-active > span {
        box-shadow: none;
        color: #25AAE1;
        border-bottom: 3px solid #25AAE1;
        transition: border 5s ease;
    }

    #open.sidr ul li a, #open.sidr ul li span {
        padding: 5px 3%;
    }

    #btnClose {
        color: inherit;
        font-size: 20px;
        vertical-align: middle;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    #top-navigation {
        height: auto;
        padding: 0;
    }
    #menu-secondary {
        display: inline-block;
    }
    .phone-line {
        padding-top: 17px;
        padding-left: 10px;
    }
    .main-navigation {
        padding: 10px;
    }
    .bag-woocom {
        margin-right: 0;
    }
    .center-block-menu {
        display: flex;
        width: 100%;
        justify-content: end;
        padding-right: 20px;
    }
    .top-contacts {
        padding-left: 25px;
    }
}
@media only screen and (max-width:576px) {
    .top-contacts {
        padding-left: 0;
    }
}
@media screen and (min-width: 320px) {
    .email-line {
        display: none;
    }
    .column-top-1 {
      
    }
    .column-top-2 {
   
        text-align: right;
    }
    #menu-secondary {
        display: none
    }
    #top-navigation {
        padding: 0;
        height: auto;
    }
    .sidr {
        background: #fff;
        box-shadow: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjg5OTkgNS41NzA0NUg3LjEwMDAyVjAuNzcwNDMzQzcuMTAwMDIgMC40MzkzMDYgNi44MzExOCAwLjE3MDQ3MSA2LjQ5OTk1IDAuMTcwNDcxQzYuMTY4ODIgMC4xNzA0NzEgNS44OTk5OCAwLjQzOTMwNiA1Ljg5OTk4IDAuNzcwNDMzVjUuNTcwNDVIMS4wOTk5NkMwLjc2ODgzNSA1LjU3MDQ1IDAuNSA1LjgzOTI5IDAuNSA2LjE3MDQyQzAuNSA2LjUwMTY1IDAuNzY4ODM1IDYuNzcwNDkgMS4wOTk5NiA2Ljc3MDQ5SDUuODk5OThWMTEuNTcwNEM1Ljg5OTk4IDExLjkwMTYgNi4xNjg4MiAxMi4xNzA1IDYuNDk5OTUgMTIuMTcwNUM2LjgzMTE4IDEyLjE3MDUgNy4xMDAwMiAxMS45MDE2IDcuMTAwMDIgMTEuNTcwNFY2Ljc3MDQ5SDExLjg5OTlDMTIuMjMxMiA2Ljc3MDQ5IDEyLjUgNi41MDE2NSAxMi41IDYuMTcwNDJDMTIuNSA1LjgzOTI5IDEyLjIzMTIgNS41NzA0NSAxMS44OTk5IDUuNTcwNDVaIiBmaWxsPSIjM0U1MUEwIi8+Cjwvc3ZnPgo=);
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDE0IDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuMjU5MDMzIiB5PSIwLjY3MDQxIiB3aWR0aD0iMTMuNSIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iIzNFNTFBMCIvPgo8L3N2Zz4K);
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
        background-position-y: center;

    }
    .sidr .sidr-inner {
        padding-top: 40px;

    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-weight: 600;
        text-align: center;
        display: flex;
    }
    #mega-menu-wrap-primary {
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        position: absolute;
        top: 14px;
    }
    .sidr-inner .request-a-quote {
        margin: 20px auto 0;
        display: block;
        width: 200px;
        height: auto;
    }
    .center-block-menu .request-a-quote {
        display: none;
    }
    #responsive-menu-button {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }
}
@media screen and (min-width: 576px) {
    #responsive-menu-button {
        margin: 0 25px 0 0;
    }
}
@media screen and (min-width: 768px) {
    #navigation li a {
        padding: 0 1.8vw;
    }
   
}

@media screen and (min-width: 992px) {
    #navigation li a {
        padding: 0 1.5vw;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
        content: '';
        background-image: none;
        width: 8px;
        height: 8px;
    }
}

@media screen and (min-width: 1200px) {
    #navigation li a {
        padding: 0 1.4vw;
    }
    .column-top-1 {
        padding-left: 75px;
    }
    .column-top-2 {
        padding-right: 75px;
        text-align: right;
    }
    .email-line {
        display: block;
    }
    .button-mobile-show {
        display: none;
    }
    .center-block-menu .request-a-quote {
        display: block;
        padding: 12px 22px;
        width: 164px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
        background-image: none;
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        position: relative;
        top: 35%;
        transform: rotate(45deg);
        border-top: none;
        border-left: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        position: initial;
    }
    #menu-secondary {
        display: block;
        padding-top: 10px;
        float: right;
    }
    .top-contacts {
        padding-top: 10px;
    }
    .request-a-quote {
       margin: 7px 1rem 0 1rem;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 13px 0px 0px 0px;
    }
    .button-circle {
        margin-top: 12px;
    }
    .center-block-menu {
        margin-left: 0;
    }
}
@media screen and (min-width: 1300px) {
    .request-a-quote {
       margin: 10px 2.5rem 0 1rem;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 14px 0px 0px 0px;
    }
    .center-block-menu .request-a-quote {
        width: auto;
    }
    /*.center-block-menu {
        margin-left: 4%;
    }*/
    .button-circle {
        margin-top: 14px;
    }
    .search-form .label-search {
        top: 9px;
    }
}
@media screen and (min-width: 1400px) {
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 17px 0px 0px 0px;
    }
    .request-a-quote {
        margin: 12px 2.5rem 0 1rem;
    }
    .button-circle {
        margin-top: 18px;
    } 
}
@media screen and (min-width: 1600px) {
    .search-form .label-search {
        top: 13px;
    }
}