.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-position-x: right;
    background-repeat-x: no-repeat;
}

/** this css fix the size of the buttons in the home */
.onoffswitch {
    width: 340px;
    margin: 30px auto 0;
    max-width: 80%;
}

/*********END **/
/** fix quote page */
input#gform_browse_button_9_6 {
    background-color: #47acad;
    color: #fff;
    padding: 9px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 4px;
    cursor: pointer;
    line-height: 25px;
    margin-top: 10px;
    border: none;
}

.gform_drop_area:hover {
    border: dashed 5px #38a002 !important;
}

.gform_drop_area {
    background: #F8F8F8 !important;
    border: 5px dashed #DDD !important;
    text-align: center !important;
    cursor: move;
}

.gform_drop_area:hover {
    border: dashed 5px #38a002 !important;
}

/*********END **/
/* home */
.eg-home .eg-certified-image>.eg-brand-logo img {
    width: 100% !important;
    max-width: 160px !important;
}

.eg-home .eg-certified-image>.eg-certified {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    text-align: center;
    padding: 5px;
    background: #1f3d5c;
}

.eg-home .eg-certified-image {
    width: 100% !important;
    max-width: 300px;
}

.eg-home .eg-certified-image .eg-certified>p {
    color: white;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.eg-home .eg-certified-image .eg-certified>span {
    color: white;
    font-size: 16px !important;
}

.eg-home .container .banner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eg-home .container .banner_text .eg-certified-image {
    margin-top: 20px !important;
}

@media only screen and (max-width:767px) {
    .eg-home .container .banner_text .eg-certified-image {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

/* footer */
.eg-home #footer>.container>div:first-child>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.eg-home #footer>.container>div:first-child>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eg-home #footer>.container .eg-certified-image {
    margin-top: 20px;
}

.eg-home #footer>.container .eg-certified-image img {
    width: 100% !important;
    max-width: 130px !important;
    height: 100% !important;
    max-height: 130px !important;
    min-width: 130px !important;
}

@media only screen and (max-width:767px) {
    .eg-home #footer>.container>div:first-child>div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*  */
.eg-home .eg-certified-container .eg-certified-icon img {
    width: 100% !important;
    max-width: 65px;
}

.eg-home .eg-certified-container>div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.eg-home .eg-certified-container h5 {
    font-size: 22px !important;
    margin-left: 12px;
    font-weight: 600;
}

.eg-home .eg-certified-container .eg-certified-image {
    margin-left: 62px;
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .eg-home .eg-certified-container .eg-certified-image {
        margin-left: 125px;
    }

    .eg-home .eg-certified-container h5 {
        margin-left: 55px;
    }
}

@media only screen and (max-width:767px) {
    .eg-home .eg-certified-container .eg-certified-image {
        margin-left: 67px;
    }
}

/* billing */
.eg-home .eg-certified-container .eg-certified-image p {
    margin-bottom: 0px !important;
}

.eg-home .height-wrapper>.container>div>div:nth-child(3) .eg-certified-container h5 {
    font-size: 32px !important;
    margin-left: 15px !important;
}

.eg-home .height-wrapper>.container>div>div:nth-child(3) .eg-certified-container .eg-certified-image {
    margin-left: 75px !important;
}

.eg-home .height-wrapper>.container>div>div:nth-child(3) .eg-certified-icon img {
    max-width: 65px !important;
}

html body .eg-certified-container {
    margin-top: 20px;
}

@media only screen and (max-width:767px) {
    .eg-home .height-wrapper>.container>div>div:nth-child(3) .eg-certified-container .eg-certified-image {
        margin-left: 65px !important;
    }

    .eg-home .height-wrapper>.container>div>div:nth-child(3) .eg-certified-icon img {
        max-width: 55px !important;
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .eg-home .height-wrapper>.container>div>div:nth-child(3) .eg-certified-container .eg-certified-image {
        margin-left: 125px !important;
    }

    .eg-home .height-wrapper>.container>div>div:nth-child(3) .eg-certified-container h5 {
        margin-left: 55px !important;
    }
}

/* translation */
.eg-translation .eg-certified-image img {
    width: 100% !important;
    max-width: 115px;
}

.eg-translation .eg-certified-image>.eg-certified p {
    font-size: 18px !important;
    color: white;
    font-weight: 700;
}

.eg-translation .eg-certified-image>.eg-certified span {
    font-size: 14px !important;
    color: white;
}

.eg-translation .eg-certified-image {
    width: 100% !important;
    padding: 5px !important;
    max-width: 220px;
    margin-right: 30px;
}

.eg-translation .eg-certified-image>.eg-certified {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    text-align: center;
    padding: 5px !important;
    background: #1f3d5c;
    justify-content: center;
    align-items: center;
}

html body .new-container .image-container {
    align-items: center;
}

.eg-certified-image .eg-brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

html body .eg-footer-image {
    display: none;
}

html body #footer>.container .eg-certified-image .eg-footer-image {
    display: inline-block !important;
}

html body #footer>.container .eg-certified-image .eg-blue-image {
    display: none !important;
}

@media only screen and (max-width:767px) {
    .eg-translation .eg-certified-image {
        width: 100% !important;
        padding: 5px !important;
        max-width: 50%;
    }

    .eg-translation .eg-certified-image>.eg-certified {
        width: 80% !important;
        margin-bottom: 30px;
    }

    .eg-translation .eg-certified-image .eg-brand-logo {
        width: fit-content;
    }

    .eg-translation .eg-certified-image {
        width: 100% !important;
        padding: 5px !important;
        max-width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

html body .eg-certified-image>.eg-certified {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

a#close-icon {
    cursor: pointer;
}

a#close-icon:hover {
    background: #eee;
}

.login_view {
    display: none;
}

html body .eg-menu-targeted a,
html body .eg-menu-targeted *,
html body .more-menu.eg-menu-vartype2 .eg-menu-targeted a,
html body .more-menu.eg-menu-vartype2 .eg-menu-targeted *,
html body .more-menu ul li:hover * {
    color: #000;
    font-family: 'lato' !important;
    /*line-height: normal;*/
}

html body .more-menu.eg-menu-vartype2 .eg-menu-targeted>* {
    width: 100% !important;
}

html body .more-menu.eg-menu-vartype2 {
    background: white !important;
}

html body .eg-menu-vartype1 {
    z-index: 999 !important;
    background: white !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

html body #close-icon img {
    filter: invert(1) !important;
    width: 20px;
    height: auto;
}

html body .eg-sub-menu_top-wpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

html body .eg-sub-menu_top-wpr a {
    width: 100% !important;
    display: flex;
    text-align: center;
    border-radius: 5px !important;
    color: white !important;
    line-height: 20px !important;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

html body .eg-sub-menu_top-wpr a:first-child {
    background: #47acad;
}

html body .eg-sub-menu_top-wpr a:last-child {
    background: #203d5b !important;
}

html body .eg-menu-targeted .button-mobile {
    display: none !important;
}

html body .eg-menu-catalouge_heading {
    color: #000 !important;
    font-weight: 600 !important;
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 21px !important;
}

html body .eg-menu-catalouge_list_wpr {
    display: flex !important;
    overflow: auto !important;
    scrollbar-width: none !important;
    padding: 0 10px !important;
}

html body .eg-menu-catalouge_list_wpr::-webkit-scrollbar {
    display: none !important;
}

html body .eg-menu-catalouge_list {
    display: flex !important;
    grid-gap: 10px;
    overflow-x: scroll;
}

html body .eg-menu-catalouge-list-item {
    --wdtparent: 115px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center;
    text-align: center !important;
    width: 100% !important;
    max-width: var(--wdtparent);
    overflow-wrap: anywhere;
    text-transform: capitalize;
}

html body .eg-menu-catalouge-list-item-img {
    --wdt: var(--wdtparent);
    width: var(--wdt);
    height: calc(var(--wdt) + -27px);
    object-fit: cover;
    border-radius: 5px !important;
    object-position: center center !important;
}
html body .eg-menu-catalouge-list-item-img img{
    --wdt: var(--wdtparent);
    width: var(--wdt);
    height: calc(var(--wdt) + -27px);
    object-fit: cover;
    border-radius: 5px !important;
    object-position: center center !important;
}

html body .eg-menu-catalouge-item-title {
    font-size: 12px !important;
    font-weight: 400;
    display: flex !important;
    margin-top: 6px;
}

html body .eg-menu-catalouge {
    margin-bottom: 10px !important;
}

html body .more-menu ul li:hover {
    background: transparent !important;
}

html body .eg-hide-this-item {
    display: none !important;
}

html body .eg-menu-targeted {
    overflow: auto !important;
    width: 100% !important;
    scrollbar-width: none !important;
    flex: 1;
    padding-top: 0 !important;
    list-style: none;
}

html body .eg-menu-targeted::-webkit-scrollbar {
    display: none !important;
}

html body .eg-my-account_menu {
    width: 100% !important;
    list-style: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    padding: 10px;
    background: #F9F9F9 !important;
}

html body .eg-my-account_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    font-weight: 600;
    color: #000000;
}

html body .eg-my-account_menu a svg {
    margin-top: 5px;
}

html body .more-menu.eg-menu-vartype2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 10000000;
}

html body .more-menu.eg-menu-vartype2>* {
    width: 100%;
}

html body .more-menu.eg-menu-vartype2>.right-side-menu {
    padding-top: 0 !important;
    overflow: auto !important;
    width: 100% !important;
    scrollbar-width: none !important;
    flex: 1;
}

html body .more-menu.eg-menu-vartype2>.right-side-menu::-webkit-scrollbar {
    display: none !important;
}

html body .eg-menu-catalouge_list .eg-menu-catalouge-item-title {
    /*text-transform: capitalize !important;*/
}

html body .eg-free-shipping,
.discount_by_qty {
    color: #47acad !important;
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
    font-family: Aller !important;
    width: 50%;
    /* margin-left: 50%;*/
    /*text-transform: uppercase !important;*/
}

.nbsNotarization__disabled .eg-free-shipping {
    display: none !important;
}

.eg-menu-catalouge {
    max-width: 100%;
}

html body .more-menu {
    z-index: 10;
}

#olark-wrapper button.olark-launch-button {
    background-color: #203d5a !important;
}

.olark-launch-button-wrapper.olark-text-button {
    padding-bottom: 80px !important;
}

@media only screen and (max-width:767px) {
    html body .eg-free-shipping {
        width: unset !important;
        margin-left: unset !important;
        text-align: center;
    }

    body #seo_section .title {
        font-size: 1.5em !important;
    }

    #seo_section .row_section {
        padding: 20px 10px;
    }
}