/* Veidec-custom.css */


/* NEW FONT SIZES */
select {
    min-height: 32px;
    height: 2.5rem;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    font-size: 1rem;
}




/* MY ACCOUNT */

.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
    font-size: 1.2rem;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
    font-size: 1rem;
}

.block .block-title {
    font-size: 1.1rem;
}

.box .box-content {
    font-size: 1rem;
}


/* END MY ACCOUNT */


.page-main > .page-title-wrapper .page-title {
    font-size: 1.5rem;
}

/* Minicart */
.minicart-items .product-item-name {
    font-size: 1rem;
}
.price-container .price {
    font-size: 1.2rem;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 1.2rem;
}

/* END NEW FONT SIZES */

/*--- OVERALL ---*/

html, body {
    font-family: 'Titillium Web', 'Roboto', sans-serif !important;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}


.cms-index-index .page-main {
    max-width: none;
}


/* body.layout-fullwidth .navigation, */
/* body.layout-fullwidth .page-main, */
/* body.layout-fullwidth:not(.cms-index-index) .page-main, */
body.layout-fullwidth .page-main,
body.layout-fullwidth .page-wrapper > .breadcrumbs .items,
body.layout-fullwidth .page-header .header.panel,
body.layout-fullwidth .header.content,
body.layout-fullwidth .footer.content,
body.layout-fullwidth .page-wrapper > .widget,
body.layout-fullwidth .page-wrapper > .page-bottom,
body.layout-fullwidth .block.category.event,
body.layout-fullwidth .top-container {
    max-width: 1280px;
    /* margin: 0 auto; */
}
/* @media (min-width: 1200px) {
body.layout-fullwidth .header.content {
padding-left: 20px;
padding-right: 20px;
}
} */




/* body.layout-fullwidth.cms-index-index .page-main, */
body.layout-fullwidth.catalog-category-view .page-main,
body.layout-fullwidth.catalog-product-view .page-main,
body.layout-fullwidth.catalogsearch-result-index .page-main {
    max-width: 1280px;
    margin: 0 auto;
}

/* .page-main, */
.navigation,
.page-wrapper > .breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.footer-middle > .container{
    max-width: 1280px;

}
@media (min-width: 992px) {
    .page-main {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .page-main {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .page-main {
        max-width: none;
        margin: 0 auto;
    }
}

.page-header.type1 .navigation {
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px;
}

.page-wrapper {
    margin: 0 auto;
}

.action.primary {
    font-family: "Titillium Web";
}






@media (min-width: 768px) {
    .page-header.type1 .navigation > ul {
        text-align: center;
        padding:  0 5px;
    }
}
/*--- END OF OVERALL ---*/




/*--- MESSAGES ---*/
.message.info > *:first-child:before,
.message.notice > *:first-child:before,
.message.success > *:first-child:before,
.message.warning > *:first-child:before,
.message.error > *:first-child:before {
    top: 50%;
}


/*--- END OF MESSAGES ---*/


/*--- HEADER ---*/
.page-header {
    border-top: 0;
}

.page-header .header.panel {
    display: none;
}

.header.content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.page-header.type1 .logo {
    /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; */
    display: block;
    align-items: center;
    flex-grow: 1;
    margin: 0 20px 0 0;

    max-height: 30px;

}

.page-header.type1 .logo img {
    height: auto;
    width: auto;
}



.page-header.type1 .custom-block {
    order: 0;
    flex-grow: 9999;
    position: static;
    margin: 0;
    display: block;
}

.page-header.type1 .custom-block #header_custom_block {
    font-weight: bold;
    font-size: 1rem;
    margin-right: 10px;
}

.page-header.type1 .custom-block #header_custom_block a {
    color: #8A8D8F !important;
}

@media (max-width: 767px) {
    .page-header.type1 .custom-block #header_custom_block {
        font-size: 0.8rem;
    }
}



.page-header .switcher, .page-footer .switcher {
    height: auto;
}
#switcher-language-trigger {
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
#switcher-language-trigger > strong[class^="view-"] > span {
    display: none;
}

.page-header .switcher .options, .page-footer .switcher .options {
    line-height: 1;
}

.page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding-right: 1px;
    line-height: 22px;
    margin-left: 3px;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after,
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
    color: #777;
}


.page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    min-width: 170px;
    right: 0;
    left: auto;
    padding: 5px !important;
    text-align: center;
}

.page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after {
    display: none;
}


.page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li {
    width: 50%;
}

.page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    color: #000;
    font-size: 13px;
}

.page-header .switcher .options ul.dropdown a > img, .page-footer .switcher .options ul.dropdown a > img {
    height: 22px
}




.page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover {
    background: #e9e9e9;
    border-radius: 0;
}
.page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent transparent #ddd transparent;
}



.page-header .switcher strong > img, .page-footer .switcher strong > img {
    margin: 0 3px 0 0;
    height: 22px;
}

@media (max-width: 767px) {
    .page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown {
        position: relative;
        margin: 10px 0;
        width: 100%;
    }
}




.header.links {
    margin: 0 15px 0 0;
    padding: 0;
}

.header.links > li, .header.links > li > a {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}


.header.links .greet.welcome {
    display: none;
}

.header.content > .header.links {
    flex-shrink: 2;
}

.header.content .header.links > li.customer-welcome:before {
    content: '';
    background: url('../images/account-icon.svg') no-repeat center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}



.header.content .header.links > li.authorization-link > a:before,
.nav-sections .header.links > li.authorization-link > a:before {
    content: '';
    background: url('../images/account-icon.svg') no-repeat center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 1px;
}

.header.content .header.links > li.authorization-link > a[href*="/account/logout"],
.nav-sections .header.links > li.authorization-link > a[href*="/account/logout"] {
    color: #d32a20 !important;
}
.header.content .header.links > li.authorization-link > a[href*="/account/logout"]:hover,
.nav-sections .header.links > li.authorization-link > a[href*="/account/logout"]:hover {
    color: #e4534a !important;
}
.header.content .header.links > li.authorization-link > a[href*="/account/logout"]:before,
.nav-sections .header.links > li.authorization-link > a[href*="/account/logout"]:before {
    background: url('../images/logout-icon.svg') no-repeat center center;
    background-size: 16px;
    width: 16px;
    height: 22px;
    vertical-align: bottom;
}






.header.content .header.links > li, .header.content .header.links > li > a {
    font-size: 18px;
    line-height: 22px;
    color: #222;
    font-weight: 600;
    vertical-align: middle;
}

.header.content .header.links > li > a:hover {
    text-decoration: none;
    color: #777;
}





.nav-sections .header.links > li, .nav-sections .header.links > li > a {
    display: block;
}

.nav-sections .header.links .greet.welcome, .header.links .greet.welcome {
    display: none;
}



.header.content .header.links > li.customer-welcome .customer-name > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 150px;
    vertical-align: middle;
}



@media (min-width: 768px) {
    .customer-welcome .header.links {
        min-width: 165px;
        margin: 5px 0 0;
    }
    .header.content .customer-welcome .header.links > li a{
        font-size: 15px;
    }

    .customer-welcome ul:before, .customer-welcome ul:after {
        display: none;
    }
}


@media (max-width: 767px) {
    .nav-sections .header.links .header.links .authorization-link {
        display: none;
    }
    .nav-sections .header.links li.customer-welcome {
        border-bottom: 0;
    }
}








.nav-toggle:before,
.nav-toggle:hover:before,
.block-search .label,
.block-search .label:before,
.block-search .label:hover:before {
    color: #000 !important;
}

.page-header.type1 .block-search input {
    border-radius: 0;
}

.block-search .action.search {

}

.page-header.type1 .block-search .action.search {
    display: none;
}




.page-header.type1 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: '';
    background: url("../images/cart-icon.svg") no-repeat center center;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
}

.minicart-wrapper .action.showcart .counter.qty {
    width: 20px;
    height: 20px;
    display: block;
    font-size: 13px;
    color: #fff;
    background-color: #009639;
    text-align: center;
    line-height: 18px;
    border-radius: 20px;
    min-width: auto;
    left: auto;
    right: -11px;
    margin-top: -20px;
}


/* TABLET AND UP */
@media (min-width: 768px) {

    .page-header .switcher {
        float: none;
        margin-right: 20px;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
        flex-grow: 1;
        text-align: right;
        /* line-height: 14px; */
        line-height: 26px;
    }

    .page-header .switcher .options.active,
    .page-footer .switcher .options.active {
        /* text-align: left; */
    }

    .customer-welcome {
        margin-right: 20px !important;
    }

    .customer-welcome .action.switch:after {
        font-size: 20px;
        line-height: 22px;
        vertical-align: middle;
        color: #000;

        padding-right: 1px;
    }

    .customer-welcome .action.switch:hover:after {
        color: #777;
    }
    .customer-welcome ul {
        padding: 5px 0 5px
    }

    .customer-welcome ul li {
        width: 100%;
    }

    .customer-menu .header.links a {
        color: #222 !important;
    }

    .customer-welcome .customer-name:hover, .customer-welcome .customer-name:hover .action.switch:after{
        color: #777;
    }






    .page-header.type1 .block-search {
        margin-left: 0;
        margin-right: 20px;
        width: auto;
        min-width: 40px;
    }

    .block-search {
        width: auto;
    }

    .block-search .control {
        float: right;
    }

    .block-search .label {
        border: 0;
        clip: inherit;
        height: auto;
        margin: 0;
        overflow: auto;
        padding: 0;
        position: absolute;
        width: auto;
        float: none;
        cursor: pointer;
        left: 0;
        right: auto;
        /* top: -20px; */
        top: 0;
    }

    .block-search.active .label {
        top: 0;
        left: auto;
        right: 0;
    }

    .block-search .label:before {
        margin: 0;
        padding: 0 10px 0 10px;
        line-height: 40px;
    }


    .block-search .control {
        width: 0;
        /* width: auto;
        max-width: 0%; */
        overflow: hidden;
    }


    .block-search input#search {
        color: #000;
        font-size: 14px;
        /* display: none; */
    }
    .block-search.active input#search {
        /* display: block; */
    }

    .block-search input#search::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
    .block-search input#search::-webkit-input-placeholder
    .block-search input#search::-moz-placeholder,
    .block-search input#search:-ms-input-placeholder, /* Internet Explorer 10-11 */
    .block-search input#search::-ms-input-placeholder { /* Microsoft Edge */
        color: #777;
        opacity: 1; /* Firefox */
    }






    .page-header.type1 .minicart-wrapper {
        /* margin-left: 20px; */
        margin-right: 10px;
    }

    .navigation {
        font-size: 14px;
    }

    .page-header .navigation .level0 .submenu li.parent>a:after {
        line-height: 20px;
        font-size: 14px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .header.content .header.links > li, .header.content .header.links > li > a {
        font-size: 14px;
        line-height: 22px;
    }

    .header.content .header.links > li.customer-welcome .customer-name > span {
        display: none;
    }



    .customer-welcome .action.switch:after {
        color: #000;
        font-size: 20px;
        line-height: 22px;
        padding-right: 1px;
        margin: 0 0 0 2px;
    }
}


/* MOBILE */
@media (max-width: 767px) {

    body.layout-fullwidth .header.content {
        padding: 0 10px;
    }

    .header.content .header.links {
        display: none;
    }


    .page-header.type1 .nav-toggle {
        float: none;
        margin: 0 0 0 20px;
    }

    .nav-sections .header.links li {
        font-size: 1.3rem;
    }

    #switcher-language {
        display: none;
    }

    .nav-open .page-header .nav-sections .switcher .options,
    .nav-open .page-footer .nav-sections .switcher .options {
        line-height: 1;
    }
    .nav-sections .switcher strong {
        font-size: 1.3rem;
    }

    .navigation .level0 {
        font-size: 1.1rem;
    }

    .navigation li.level0:first-child {
        border-top: 1px solid #dddddd;
    }

    .block-search .label.active+.control input {
        position: absolute;
        left: 0;
    }

    .block-search input {
        margin: 0;
    }

    .search-autocomplete {
        left: 0;
        bottom: calc(-100% - 6px);
    }
    .page-header.type1 .minicart-wrapper {
        margin: 0;
    }

    .mobile-sticky .page-wrapper {
        margin-top: 60px;
    }
    .nav-before-open .mobile-sticky .page-wrapper,
    .nav-open .mobile-sticky .page-wrapper {
        margin-top: 50px;
    }
    .mobile-sticky .page-main {
        margin-top: 0;
    }

}

.desktop-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}




/*--- END OF HEADER ---*/









/*--- MINICART ---*/
.modal-popup .modal-inner-wrap,
.modal-popup.confirm .modal-inner-wrap {
    max-width: 500px;
    width: 100%;
    margin: 5% auto;
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    content: '';
    background: url("../images/close-icon.svg") no-repeat center center;
    background-size: 20px;
    height: 20px;
    width: 20px;
    margin: 0;
}

.modal-popup .modal-content {
    text-align: left;
    /* font-size: 16px; */
    font-size: 1.2rem;
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding: 15px;
}


.modal-inner-wrap .action-dismiss {
    color: #fff;
    /* font-size: 15px; */
    font-size: 1.2rem;
    background-color: #535353;
    border: 0;
}
.modal-inner-wrap .action-dismiss:hover {
    background-color: #5d5d5d;
}
.modal-inner-wrap .action-accept {
    color: #fff;
    /* font-size: 15px; */
    font-size: 1.2rem;
    background-color: #009639;
    border: 0;
}
.modal-inner-wrap .action-accept:hover {
    background-color: #43B02A;
}


.minicart-wrapper .block-minicart {
    padding: 10px 15px;
}



.minicart-items-wrapper {
    box-shadow:
    inset 0 11px 8px -10px #CCC,
    inset 0 -11px 8px -10px #CCC;
    margin: 10px -15px;
    padding: 10px 15px;
}

.minicart-items-wrapper.no-scroll {
    box-shadow: none;
}

.minicart-items-wrapper.scrolled-top {
    box-shadow:
    inset 0 -11px 8px -10px #CCC;
}
.minicart-items-wrapper.scrolled-bottom {
    box-shadow:
    inset 0 11px 8px -10px #CCC;
}

.minicart-items .product-item-details {
    padding-left: 90px;
}

.minicart-items .product-item-name a {
    color: #444 !important;
    font-weight: 600;
}

.minicart-items .product-item-pricing .label {
    /* display: inline-block; */
    width: auto;
    margin-top: -5px;
    margin-right: 5px;
    display: none;
}


.qty-input-container {
    border: 2px solid #535353;
    border-radius: 6px;
    display: inline-block;
    height: auto;
    box-sizing: content-box;
}

.qty-input-container .qty-dec,
.qty-input-container .qty-inc {
    content: '';
    display: inline-block;
    vertical-align: top;
    background-size: 10px !important;
    height: 25px;
    width: 10px;
    padding: 0 5px;
    line-height: 25px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome and Opera */
}

.qty-input-container .qty-dec {
    background: url('../images/qty-dec-icon.svg') no-repeat center center;
}
.qty-input-container .qty-inc {
    background: url('../images/qty-inc-icon.svg') no-repeat center center;

}

.minicart-items .item-qty {
    height: 25px;
    width: 40px;
    margin-right: 0;
    border: 0;
    padding: 0;
    line-height: 25px;
    text-align: center;
    /* font-size: 14px; */
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    vertical-align: baseline;
    background-color: transparent;
}

.minicart-items .update-cart-item {
    border: 1px solid #ccc;
    color: #000;
    line-height: 27px;
    padding: 0 10px;
    height: 29px;
    font-size: 14px;
    background-color: transparent;
}



.block-minicart .block-content > .actions > .secondary .action.viewcart {
    color: #6e6e6e;
    font-size: 16px;
    /* font-size: 1.2rem; */
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #979797;
}









.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #e0e0e0;
}


.minicart-items .action.edit {
    display: none;
}

.minicart-items .action.delete:before {
    content: '';
    background: url("../images/close-icon.svg") no-repeat center center;
    background-size: 20px;
    height: 20px;
    width: 20px;
}





.block-minicart .items-total {
    color: #6b6b6b;
    font-size: 16px;
    /* font-size: 1.2rem; */
    font-weight: 600;
    line-height: 18px;
    /* line-height: 1; */
    margin: 12px 0;
    display: inline-block;
}
.block-minicart .items-total .count {
    font-weight: 700;
    color: #000;
}

.block-minicart .subtotal {
    color: #6b6b6b;
    font-size: 16px;
    /* font-size: 1.2rem; */
    font-weight: 600;
    line-height: 18px;
    /* line-height: 1; */
    margin: 10px 0;
    display: inline-block;
}

.block-minicart .subtotal .label:after {
    margin-left: -2px;
}


.block-minicart .amount.price-container {
    display: inline-block;
    vertical-align: baseline;
    font-size: 21px;
    font-weight: 700;
    color: #222;
}

.block-minicart .amount .price-wrapper .price {
    font-size: 21px;
    font-weight: 700;
    color: #222;
}




.block-minicart .block-content > .actions > .primary .action.primary {
    padding: 0;
    font-size: 21px;
    /* font-size: 1.6rem; */
    font-weight: 600;
    text-transform: uppercase;
}


.block-minicart .subtitle.empty {
    font-size: 15px;
}


.minicart-wrapper .action.close {
    position: relative;
    width: 100%;
    opacity: 1;
    background-color: #535353;
    color: #fff;
}
.minicart-wrapper .action.close:hover {
    background-color: #5d5d5d;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
    background-color: #535353;
}
.minicart-wrapper .action.close:before {
    display: none;
}

.minicart-wrapper .action.close > span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: auto;
    position: relative;

    font-size: 21px;
    /* font-size: 1.6rem; */
    font-weight: 600;
    text-transform: uppercase;
}



@media (max-width: 767px) {
    .minicart-wrapper .block-minicart {
        width: 100%;
        height: auto;
        overflow-y: scroll;
        margin: 0;
        left: 0;
        right: 0;
        top: 55px;
        padding: 5px 15px 0;
        bottom: 0;
        position: fixed;
        max-height: calc(100% - 55px);
    }


}


/*---END - MINICART ---*/








/*--- NAVIGATION ---*/


@media (min-width: 768px) {



    .page-header.type1 .navigation > ul:before,
    .page-header.type1 .navigation > ul:after {
        content: '';
        display: table;
    }

    .page-header.type1 .navigation > ul:after {
        clear: both;
    }

    .custom-menu-left {
        float: left;
    }
    .custom-menu-right {
        float: right;
    }
    .navigation > ul > li {
        float: left;
    }




    .page-header.type1 .nav-sections {
        background-color: #009639;
    }
    header.page-header.sticky-header .navigation > ul {
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
    }

    .navigation .level0 .submenu,
    .sw-megamenu.navigation li.level0.classic .subchildmenu {
        min-width: 200px;
    }


    .page-header.type1 .navigation li.level0,
    .page-header.type1 .navigation li.level0.active,
    .page-header.type1 .navigation li.level0:hover {
        background-color: #009639;
    }
    .page-header.type1 .navigation li.level0>.level-top {
        line-height: 60px;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        /* #4131 */
        padding: 0 5px;
    }

    .page-header.type1 .navigation li.level0>.level-top:hover {
        text-decoration: underline;
    }
    .page-header.type1 .navigation li.level0.parent>a:after {
        line-height: 60px;
    }


    .sw-megamenu.navigation li.level0.classic .submenu,
    .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        padding: 6px 0;
    }

    .navigation .level0 .submenu a {
        padding: 8px 20px;
    }

    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: #009639;
        color: #fff !important;
    }

    .sw-megamenu.navigation li.level0.fullwidth .submenu a,
    .sw-megamenu.navigation li.level0.staticwidth .submenu a,
    .sw-megamenu.navigation li.level0.classic .submenu a {
        text-align: left;
        text-transform: uppercase;
        color: #8a8d8f;
        font-weight: 600;
        line-height: 1.3;
        font-size: 16px;
    }
    .sw-megamenu.navigation li > a > span {
        vertical-align: baseline;
    }

    header.page-header.sticky-header .minicart-wrapper {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-header.type1 .navigation li.level0>.level-top {
        line-height: 50px;
        font-size: 16px;
        /* padding: 0 15px; */
        /* #4131 */
        padding: 0 5px;
    }
    .page-header.type1 .navigation li.level0.parent>a:after {
        line-height: 50px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .page-header.type1 .navigation li.level0>.level-top {
        line-height: 50px;
        font-size: 14px;
        padding: 0 5px;
    }
    .page-header.type1 .navigation li.level0.parent>a:after {
        line-height: 50px;
    }
}

/* #4131 */
@media (min-width: 768px) and (max-width: 879px) {
    .page-header.type1 .navigation li.level0>.level-top {
        line-height: 50px;
        font-size: 12px;
        padding: 0 4px;
    }
}
/* end - #4131 */

/* MOBILE */
@media (max-width: 767px) {
    .custom-menu-left > li:last-of-type {
        border-bottom-width: 0 !important;
    }

    .custom-menu-right > li:first-child {
        border-top: 1px solid #dddddd !important;
    }

    .navigation li.level0 .ui-menu-item > a:before {
        vertical-align: baseline;
    }

    .nav-before-open .page-wrapper {
        -webkit-transition: right .3s;
        -moz-transition: right .3s;
        -ms-transition: right .3s;
        transition: right .3s;
        left: 0;
        right: 0;
    }
    .nav-open .page-wrapper {
        -webkit-transition: right .3s;
        -moz-transition: right .3s;
        -ms-transition: right .3s;
        transition: right .3s;
        left: auto;
        right: 80%;
        /* right: calc(100% - 54px); */
        width: 100%;
    }

    .nav-open .nav-sections {
        left: auto;
        right: 0;
        width: 380px;
        width: 80%;
    }

    .nav-sections {
        -webkit-transition: right .3s;
        -moz-transition: right .3s;
        -ms-transition: right .3s;
        transition: right .3s;
        left: auto;
        right: -80%;
        width: 80%;
        /* right: calc(-1 * (100% - 54px)); */
    }

    .nav-sections .switcher {
        font-size: inherit;
    }

    header.page-header .nav-sections-item-title[aria-controls="store.menu"] > a:before {
        content: '';
        margin: 0;
    }
}


.nav-before-open .mobile-sticky .header.content {
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    transition: right .3s;
}

@media (max-width: 767px) and (min-width: 480px) {
    .nav-open .page-wrapper {
        left: auto;
        /* right: calc(100% - (100% - 380px)); */
        right: 80%;
    }

    .nav-open .mobile-sticky .header.content {
        /* right: calc(100% - (100% - 380px)); */
        right: 0;
    }
}

/*--- END OF NAVIGATION ---*/









/*--- CATEGORY PAGE ---*/

/* No margin between category image/cms and navigation */
.catalog-category-view .page-header.type1 .nav-sections {
    margin-bottom: 0;
}

.breadcrumbs .items > li {
    vertical-align: middle;
}
.page-wrapper > .breadcrumbs a, .page-wrapper > .breadcrumbs a:focus {
    font-weight: 600;
}

.breadcrumbs .item:not(:last-child):after {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    content: '/';
    font-family: "Titillium web";
    /* color: #ccc; */
}

.breadcrumbs .items {
    font-size: 1rem;
}
.breadcrumbs .items > li a,
.breadcrumbs .items > li strong {
    line-height: 1;
    vertical-align: middle;
}

.breadcrumbs strong {
    padding: 0;
}

@media (max-width: 767px) {
    .breadcrumbs {
        display: block;
    }
}


.category-image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.category-image img.image {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.category-cms {
    /* position: relative; */
    /* height: 350px; */
    /* overflow: hidden; */
}
.category-cms .cat-cms__img--full-width {
    /* width: 100%; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
}




.catalog-category-view .page-title-wrapper {
    display: block;
}
.catalog-category-view .page-title-wrapper h1.page-title {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
}

.category-description {
    /* font-size: 16px; */
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 60px;
    max-width: 940px
}


/* HIDE FIRST CATEGORY LIST THAT ONLY DISPLAYS SUBCATEGORIES TO CURRENT CATEGORY */
.block-category-list {
    display: none;
}

.block-category-list .block-title, .sidebar > .block.filter .options dt {
    border-radius: 0;
    background-color: #fff;
    font-size: 15px;
}
.block-category-list .block-content, .sidebar > .block.filter .options dd {
    border-radius: 0;
    border-width: 0 1px 0 1px;
    background-color: #fff;
}




.c-sidebar--categories {
    margin: 0 0 15px;
}

.c-sidebar--categories h3 {
    padding: 10px 15px;
    /* font-size: 15px; */
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.c-sidebar--categories h3.active {
    /* border-bottom: 0; */
}


.c-sidebar--categories > h3:after {
    content: '';
    background: url("../images/plus-toggle.svg") no-repeat center center;
}
.c-sidebar--categories > h3.active:after {
    content: '';
    background: url("../images/minus-toggle.svg") no-repeat center center;
}

.c-sidebar--categories > h3:after {
    width: 30px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.c-sidebar > .o-list {
    display: block;
    padding: 0;
    /* border-right: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    /* border-left: 1px solid #ddd; */
    margin: 0;
}
.c-sidebar .o-list .level0 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.c-sidebar .o-list li {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ededed;
}

.c-sidebar .o-list li.hasChildren {
    position: relative;
}

.c-sidebar .o-list li:last-of-type {
    /* border-bottom: 0; */
}

.c-sidebar .o-list li.greenworld {
    /* background-color: #009639; */
    /* border-right: 1px solid #009639; */
    /* border-bottom: 1px solid #009639; */
    /* border-left: 1px solid #009639; */
}
.c-sidebar .o-list li.greenworld > a{
    /* color: #fff; */
}
.c-sidebar .o-list li[class*="nsf"] {
    /* background-color: #d8d8d8; */
    /* border-right: 1px solid #d8d8d8; */
    /* border-bottom: 1px solid #d8d8d8; */
    /* border-left: 1px solid #d8d8d8; */
}
.c-sidebar .o-list li[class*="nsf"] > a{
    /* color: #000; */
}

.c-sidebar .o-list .level0 > a {
    padding: 10px 0 10px 15px;
}

.c-sidebar .o-list li a {
    color: #222;
    /* font-size: 14px; */
    font-size: 1rem;
    display: inline-block;
    /* width: calc(100% - 15px); */
    width: 100%;
    padding: 10px 0 10px 5px;
    word-break: break-word;
}
.c-sidebar .o-list li a.active {

}
.c-sidebar .o-list li a.active,
.c-sidebar .o-list li a.is-active {
    font-weight: bold;
    background-color: #009636;
    color: #fff;
}
.c-sidebar .o-list li.hasChildren > a {
    padding-right: 20px;
}

.c-sidebar .o-list li.hasChildren.hasActiveChildren.active > a,
.c-sidebar .o-list li.hasChildren.hasActiveChildren > a {
    font-weight: bold;
    background-color: #fff;
    color: #222;
}

.c-sidebar .o-list .level1 a {
    padding-left: 20px;
}
.c-sidebar .o-list .level2 a {
    padding-left: 25px;
}
.c-sidebar .o-list .level3 a {
    padding-left: 30px;
}


.c-sidebar .expand, .c-sidebar .expanded {
    position: absolute;
    top: 0;
    right: 0;
    color: #009639;
}

.c-sidebar .expand i,
.c-sidebar .expanded i {
    position: relative;
}

.c-sidebar .expand i:before,
.c-sidebar .expanded i:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -10px;
}

.c-sidebar .expand i.fa-plus:before {
    content: '';
    background: url("../images/plus-toggle.svg") no-repeat center center;
}
.c-sidebar .expand i.fa-minus:before {
    content: '';
    background: url("../images/minus-toggle.svg") no-repeat center center;
}

.c-sidebar .o-list li > ul {
    padding-top: 0;
}









.filter .filter-current-subtitle {
    background-color: #fff;
    color: #222;
    font-weight: 600;
    font-size: 15px;
}
.filter-current .items {
    background-color: #fff;
}
.filter-actions {
    background-color: #fff;
    font-size: 13px;
}






#layered-filter-block-container {

}

.filter.active .filter-current + .block-actions {
    font-weight: 600;
    text-transform: uppercase;
}

.filter-current .action.remove {
    /* top: 0; */
}
.filter-current .action.remove:before {
    font-size: 15px;
    color: #e30613;
}

.filter-title strong {
    z-index: 0;
}

.filter-options-item {
    margin-bottom: 0;
}
.filter-options-title {
    background-color: #fff;
    /* font-size: 15px; */
    font-size: 1.2rem;
}
.filter-options-item .filter-options-title {
    color: #222;
    font-weight: 600;
}

.filter-options-item:first-child .filter-options-title {
    border-width: 1px;
}
.filter-options-item:not(:first-child) .filter-options-title {
    border-width: 0 1px 1px 1px
}

.filter-options-title:after {
    content: '';
    background: url("../images/plus-toggle.svg") no-repeat center center;
    border: 0;
    width: 30px;
    height: 30px;
    right: 0;
}
.active>.filter-options-title:after {
    content: '';
    background: url("../images/minus-toggle.svg") no-repeat center center;
}
.filter-options-title:hover:after {
    background-color: transparent !important;
    color: #222;
}




.filter-options-item .filter-options-content {
    border-width: 0 1px 1px 1px;
}
.filter-options-content {
    background-color: #fff;
    font-size: 1rem;
}

.swatch-option.text {
    font-size: 1rem;
    line-height: 1;
    height: auto;
    padding: 0.2rem;
    min-width: 1rem;
}




#ln_slider_price.ui-slider-horizontal {
    box-shadow: none;
    height: 5px;
}
#ln_slider_price .ui-slider-handle {
    margin-top: -5px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-left: -9px;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
    height: 7px;
    background-color: #009639;
    position: absolute;
}





/* Put layered filter block on page */
@media (min-width: 768px) {

}


@media (max-width: 767px) {
    body.filter-active .columns {
        z-index: 0;
    }


    .category-image {
        /* height: 100%; */
        height: auto;
        margin-bottom: 5px;
    }
    .category-image img.image {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;

    }

    .catalog-category-view .columns .sidebar-main {
        order: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }


    .c-sidebar--categories {
        width: calc(50% - 5px);
        display: inline-block;
        box-sizing: border-box;
        margin: 0;
    }
    .c-sidebar--categories h3 {
        text-align: center;
        line-height: 28px;
    }

    .c-sidebar--categories > h3:after,
    .c-sidebar--categories > h3.active:after {
        background-size: 15px;
    }

    .block-category-list {
        /* display: inline-block; */
        width: 50%;
        /* DISABLED FOR NOW */
        display: none;
    }
    .block-category-list .block-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-category-list .block-title strong:after {
        content: '';
        background: url("../images/minus-toggle.svg") no-repeat center center;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
    }
    .block-category-list .block-content,
    .sidebar > .block.filter .options dd {
        border-width: 0 1px 1px 1px;
        padding-left: 15px;
        padding-right: 15px;
    }




    #layered-filter-block-container {
        display: inline-block;
        width: calc(50% - 5px);
        box-sizing: border-box;
        margin: 0;
    }

    #layered-filter-block-container .block .block-title {
        margin: 0;
    }

    .filter-options-title {
        font-size: 1.2rem;
    }

    .filter-no-options {
        display: none;
    }

    .filter.active .filter-current {
        position: relative;
        top: 0;
        border: 1px solid #ddd;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .filter.active .filter-current .filter-current-subtitle {
        padding: 10px 15px;
        display: block;
        border: 0;
        border-bottom: 1px solid #ddd;
        line-height: 1.4;
    }

    .filter-current .items {
        border: 0;
    }
    .filter.active .filter-current .item {
        padding: 0 15px;
        margin: 10px 0;
    }

    .filter.active .filter-current + .block-actions {
        padding: 0 15px;
        position: relative;
        top: 0;
        width: 100%;
        border: 1px solid #ddd;
        border-top: 0;
        border-bottom: 0;
    }

    .filter.active .filter-current ~ .filter-options {
        top: 0;
    }


    .filter:before {
        content: normal;
    }
    .filter.active {
        width: 100%;
    }
    .filter.active .filter-title {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        height: 50px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom: 0;
        width: auto;
    }
    .filter-title strong {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        display: inline-block;
        height: auto;
        width: 100%;
        background-color: #fff;
        color: #222 !important;
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 15px;
        line-height: 28px;
    }
    .filter.active .filter-title strong {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        text-align: center;
        width: 100%;
    }
    .filter-title strong:before {
        display: inline-block;
        color: #009639;
        font-weight: normal;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0%, -50%);
    }
    .filter .filter-title strong:before{
        content: '';
        background: url('../images/plus-toggle.svg') no-repeat center center;
        background-size: 15px;
        border: 0;
        width: 30px;
        height: 30px;
        right: 0;
    }
    .filter.active .filter-title strong:before{
        color: #222;
        content: '';
        background: url('../images/minus-toggle.svg') no-repeat center center;
    }
    .filter.active .filter-subtitle {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        display: none;
    }
    .filter.active .filter-options {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0 !important;
        width: 100%;
        overflow-y: auto;
    }
    .filter.active .block-category-list .block-content, .filter.active .filter-options-content {
        padding: 15px;
    }
    .filter.active .filter-options-item:last-child {
        margin-bottom: 25px;
    }
    .filter.active .block-category-list .block-title,
    .filter.active .filter-options-title,
    .filter.active .filter .filter-current-subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* END - Put layered filter block on page */






.sidebar .sidebar-filterproducts {
    margin-top: 50px;
}

.sidebar-filterproducts .sidebar-title {
    text-align: center;
    color: #222;
    font-size: 1.2rem;
}

#sidebar_filterproducts .products-grid {
    margin: 0 15px;
}


#sidebar_filterproducts .product-items .product-item-info .product-item-photo {
    display: block;
    max-width: none;
    border: 0;
    margin: 0;
    float: none;
    /* min-height: 120px; */
    min-height: 200px;
}
#sidebar_filterproducts .product-items .product-item-info .product-item-photo a {
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 5px;
    right: 5px;
}

#sidebar_filterproducts .product-items .product-item-details {
    margin: 5px;
    text-align: center;
}

#sidebar_filterproducts .product-items .product-item-name a {
    text-align: center;
    color: #000;
    /* font-size: 15px; */
    font-size: 1rem;
    font-weight: 600;
}
#sidebar_filterproducts  .product-items .product-item-info .product-item-photo img {
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#sidebar_filterproducts .products-grid .product-item .product-item-inner {
    display: none;
}


#sidebar_filterproducts .owl-theme .owl-controls {
    top: 50%;
    transform: translate(0%,-50%);
    left: -20px;
    right: -20px;
    position: absolute;
    margin: 0;
}
#sidebar_filterproducts .owl-theme .owl-controls .owl-prev,
#sidebar_filterproducts .owl-theme .owl-controls .owl-next {
    margin: 0;
    padding: 15px;
}
#sidebar_filterproducts .owl-theme .owl-controls .owl-prev {
    float: left;
}
#sidebar_filterproducts .owl-theme .owl-controls .owl-next {
    float: right;
}


.sidebar-slider-arrow-left {
    background: url('../images/sidebar-slider-arrow-left.svg') no-repeat center center;
}
.sidebar-slider-arrow-right {
    background: url('../images/sidebar-slider-arrow-right.svg') no-repeat center center;
}
.sidebar-slider-arrow-left,
.sidebar-slider-arrow-right {
    display: inline-block;
    background-size: auto 20px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}


@media (max-width: 767px) {
    .sidebar-filterproducts {
        display: none;
    }

    #layered-filter-block-container {

    }


}





/* Custom sortera dropdown */
.toolbar .toolbar-sorter.sorter {
    position: relative;
    margin-right: 20px;
}
.sorter-label {
    display: block;
    position: absolute;
    /* line-height: 35px; */
    line-height: 1;
    top: 50%;
    left: calc(50% - 25px);
    transform: translate(-50%,-50%);
    pointer-events: none;
    color: #222;
    /* font-size: 15px; */
    font-size: 1rem;
    font-weight: 600;
}

select.sorter-options {
    /* background: #fff url("../images/dropdown-plus.svg") no-repeat 93% 50%; */
    color: #fff;
    padding: 0 10px;
    height: 35px;
    width: auto;
    padding-right: 25px;
    margin: 0 5px 0 0;
    border: 1px solid #ddd;
}
select.sorter-options:hover {
    cursor: pointer;
}
select.sorter-options option{
    color: #000;
}

.sorter-action {
    vertical-align: top;
    line-height: 30px;
}
.sorter-action.sort-asc:before {
    content: '';
    background: url("../images/up-arrow.svg") no-repeat center center;
    background-size: 20px;
    height: 35px;
    width: 35px;
}
.sorter-action.sort-desc:before {
    content: '';
    background: url("../images/down-arrow.svg") no-repeat center center;
    background-size: 20px;
    height: 35px;
    width: 35px;
}
/* END - Custom sortera dropdown */



.modes-mode {
    width: auto;
    border: 1px solid #ddd;
}
.modes-mode:hover {
    background-color: transparent !important;
}

.modes-mode.active {
    border: 1px solid #009639;
    background-color: transparent !important;
}

.modes-mode.mode-grid:before {
    content: '';
    background: url("../images/grid-mode.svg") no-repeat center center;
    background-size: 20px;
    height: 33px;
    width: 33px;
}
.modes-mode.mode-list:before {
    content: '';
    background: url("../images/list-mode.svg") no-repeat center center;
    background-size: 20px;
    height: 33px;
    width: 33px;
}






.toolbar select.limiter-options {
    height: 35px;
    border: 1px solid #ddd;
    color: #222;
    /* font-size: 15px; */
    font-size: 1rem;
    font-weight: 600;
}
.toolbar select.limiter-options:hover {
    cursor: pointer;
}
.toolbar .limiter .label {
    color: #222;
    font-size: 15px;
    font-weight: 600;
}
.toolbar .limiter .label {
    display: none;
}


/* Limiter at bottom */
.products.wrapper ~ .toolbar .limiter {
    float: left;
}


.pages .item {
    width: 35px;
    height: 35px;
}
.pages .item a.page {
    color: #222;
}
.pages strong.page,  .pages a.page{
    width: 35px;
    font-weight: 600;
}
.pages strong.page, .pages a.page, .pages .action.next {
    border: 1px solid #ddd;
}
.pages .action.next:before, .pages .action.next:visited:before {
    color: #222;
}


/* Override custom.css */
@media (max-width: 480px) {

    select.sorter-options {

    }

    .toolbar .modes {
        float: left;
        margin-left: 0;
    }

    .toolbar .limiter {
        clear: none;
        float: right;
    }

    .products.wrapper ~ .toolbar .limiter {
        clear: none;
        float: left;
        width: auto;
        text-align: center;
    }
    .products.wrapper ~ .toolbar .pages {
        float: right;
        margin-bottom: 10px;
        width: auto;
        text-align: center;
    }
}






/* When porto is not in use */
.catalog-category-view .column.main .products-grid .product-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* When porto is not in use and need 4 columns of products */
.products-grid .product-item {
    /* width: 25%; */
}
.products-grid .product-item-details .product-item-actions {
    margin: 0 auto;
    white-space: normal;
}
/* END - When porto is not in use */




@media (min-width: 768px) {

    .catalog-category-view #layer-product-list {
        padding-left: 10px;
    }
}

/* .catalog-category-view  */
.catalog-category-view .column.main .products-grid .product-item-photo,
.catalogsearch-result-index .column.main .products-grid .product-item-photo {
    height: 180px;
    height: 30vw;
    max-height: 230px;
    background-color: #f5f5f5;
}

/* .catalog-category-view  */
.column.main .products-grid .product-item-photo a {
    height: 100%;
    /* display: block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; */
    display:flex;
    justify-content: center;
    /* justify-content: flex-start; */
    align-items: center;
    width:100%;
}

/* .catalog-category-view  */
.catalog-category-view .column.main .products-grid .product-image-photo,
.catalogsearch-result-index .column.main .products-grid .product-image-photo,
.column.main .products-grid .product-image-photo {
    width: auto;
    height: auto;
    max-height: 100%;
    margin: 0;
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */
}


/* .catalog-category-view  */
.catalog-category-view .column.main .products-grid .product-item .product-item-details,
.catalogsearch-result-index .column.main .products-grid .product-item .product-item-details {
    text-align: left;
}

.products-grid .product-item .product-item-details .product-item-name, .product.name a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* font-size: 18px; */
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
}


/* Style for support white-space normal on product names on category page */
.catalog-category-view .products-grid .product-item .product-item-details .product-item-name, .catalog-category-view .product.name a {
    white-space: normal;
}

.catalog-category-view .products-grid .product-item .product-item-info {
    position: static;
}

.catalog-category-view .products-grid .product-item {
    /* padding-bottom: 50px; */
    /* margin-bottom: 20px; */
    /*padding-bottom: 10px;*/
    /*margin-bottom: 0;*/
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}

.catalog-category-view .products-grid .product-item .product-item-inner {
    margin: 5px auto 10px;
    /*position: absolute;*/
    /*bottom: 0;*/
}
.catalog-category-view .products-grid .product-item-details {
    padding-bottom: 0;
}
/* End - Style for support white-space normal on product names on category page */



.products-grid .product-item .product-item-details .product-item-sku {
    font-size: 1rem;
    color: #000;
}


.product-item-details-link {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.product-item-details-link .product-item-link {
    color: #111;
    text-transform: none;
    font-size: 0.8rem;
    /*font-weight: bold;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    display: block;
}
@media (max-width: 479px) {
    .product-item-details-link .product-item-link {
        font-size: 0.6rem;
    }
}
.product-item-details-link .product-item-link:hover {
    text-decoration: none;
}

.catalog-category-view .products-list .product-item-description a.action.more {
    display: none;
}


.catalog-category-view .products-list .product-item-description {
    margin: 0;
    /*Since short description is custom printed before this element. Dont need to show twice on product card...*/
    display: none;
}


.products-grid .product-item div[class^="swatch-opt-"] {
    margin: 0;
}



.products-grid .product-item .product-item-inner {
    margin: 5px auto;
}


.catalog-category-view .products-grid .product-item .product-item-details .price-box {
    /*margin: 0 0 10px;*/
    /* margin: 5px auto 10px; */
    margin: 0;
    position: absolute;
    bottom: 0;
}
.products-grid .product-item .product-item-details .price-box .price {
    font-weight: 700;
    /* font-size: 20px; */
    font-size: 1.2rem;
    color: #000;
}

.product-item .price-box .price-label {
    /* display: none; */
    font-size: 1rem;
}


.products-list .product-item-details div[class^="swatch-opt-"] {
    display: none;
}


.products-grid .product-item-details .product-item-actions .tocart,
.products-list .product-item-details .product-item-actions .tocart{
    color: #fff;
    border: 0;
    background-color: #009639;
    padding: 3px 15px;
    height: auto;
    /* font-size: 14px; */
    /* font-size: 1rem; */
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    min-width: 175px;
}
.products-grid .product-item-details .product-item-actions .tocart:hover,
.products-list .product-item-details .product-item-actions .tocart:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media (max-width: 479px) {
    .products-grid .product-item-details .product-item-actions .tocart,
    .products-list .product-item-details .product-item-actions .tocart{
        min-width: 100px;
    }
}

/* Disable cart icon on product */
.product-item .tocart:before {
    content: normal;
}
@media (max-width: 575.98px) {
    .product-item .tocart {
        line-height: 24px;
        white-space: normal;
    }

    .products-grid .product-item-details .product-item-actions .tocart,
    .products-list .product-item-details .product-item-actions .tocart {
        padding: 3px 5px;
        font-size: 13px;
    }

}



/*--- END OF CATEGORY PAGE ---*/









/*--- CATEGORY PRODUCTS PAGE ---*/

.catalog-category-view.category-products #maincontent {
    display: none;
    opacity: 0;
}

.catalog-category-view.category-products .category-cms {
    background-image:url('/pub/media/wysiwyg/veidec/categories/product_bg.jpg');
    margin:0;
    min-width:100%;
    background-size:cover;
    padding: 0 0 50px;
}
#cs_categories  {
    max-width: 1100px;
    margin: 0 auto;
}

#cs_categories .products-grid .product-item .product-item-info::after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 0;
}



#cs_categories .products-grid .product-item {
    width: 33.3%;
    margin: 0;
}
#cs_categories .products-grid .first_category{
    width: 100%;
}

#cs_categories .products-grid .product-item .product-item-info{
    /* margin: 10px; */
    position: relative;
}

#cs_categories .products-grid .product-item-info img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-box-shadow: 0 0 4px 4px rgba(184,184,184,0.1);
    -moz-box-shadow: 0 0 4px 4px rgba(184,184,184,0.1);
    box-shadow: 0 0 4px 4px rgba(184,184,184,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#cs_categories .products-grid .first_category .product-item-info img{
    height: 350px;
}
#cs_categories .products-grid .product-item-info .product-item-details{
    position: absolute !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 55%;
    width: 90%;

    z-index: 1;
}

#cs_categories .products-grid .product-item-info .product-item-details h4{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;

    text-shadow: 1px 1px 4px #000000;
    white-space: normal;
}
#cs_categories .products-grid .first_category .product-item-info .product-item-details h4{
    font-size: 38px;
}
#cs_categories .products-grid .product-item-info .product-item-details button{
    background-color: #009639;
    color:#fff;
    border:none;
    font-size: 1rem;
    height: 34px;
    padding: 3px 20px;
}
#cs_categories .products-grid .product-item-info .product-item-details button:hover{
    background-color: #00d752;
}
#cs_categories .page-title-wrapper h1.page-title{
    font-size: 50px;
    /* margin-bottom: 10%; */
    margin: 30px 0 20px;
    display: inline-block;
}
#cs_categories .page-title-wrapper h1.page-title span{
    color: #009639;
    padding-left: 25px;
}

#cs_categories .product-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}




@media(max-width: 1024px){

    #cs_categories .products-grid .product-item {
        width: 50%;
    }
    #cs_categories .products-grid .first_category{
        width: 100%;
    }
}

@media (max-width: 767px) {

    #cs_categories .products-grid .product-item {
        width: 100%;
    }

}

/*--- END - CATEGORY PRODUCTS PAGE ---*/













/*--- CART PAGE ---*/


.abs-toggling-title:after, .abs-cart-block > .title:after,
.abs-discount-block .block > .title:after, .cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after, .cart-discount .block > .title:after {
    font-size: 20px;
    line-height: 16px;
}
.cart-discount .block {
    width: 100%;
}
.cart-discount #discount-coupon-form .field {
    display: inline-block;
    margin: 0 0 5px;
}
.cart-discount #discount-coupon-form .actions-toolbar {
    display: inline-block;
    width: auto;
}

.cart.table-wrapper .product-image-container{
    border:2px solid #bbb;
}

.cart.table-wrapper .cart thead tr th.col{
    border-bottom: none;
}
#shopping-cart-table thead tr th{
    text-align: left;
    text-transform: uppercase;
}
.cart .item-info .name div{
    color: #535353;
    /* font-size: 18px; */
    font-size: 13px;
}
.cart .item-info .product-item-details a{
    text-decoration: none;
    color: #000 !important;
    text-transform: uppercase;
    /* font-size: 24px; */
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: bold;
}
.cart .item-info .product-item-details a:hover{
    color: #555 !important;
}
.cart .item-info .name{
    text-transform: uppercase;
}

.cart .qty .piece{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 33px;

    display: none;
}

.cart .item-info .price_label {
    text-align: right;
}



.cart .qty .control{
    border: 2px solid #535353;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.cart .qty .control .qty-dec{
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 24px;
}
.cart .qty .control .qty-inc{
    position: absolute;
    right: 7px;
    top: 3px;
    font-size: 20px;
}
.cart .qty .control a{
    color:#535353;
    font-weight: 600;
}
.cart .qty .control a:hover{
    color:#333;
    text-decoration: none;
}
.cart.table-wrapper .col.qty .input-text{
    width:80px;
    font-weight: bold;
    border:none;
}
.cart.table-wrapper {
    border-top: none;
}

.checkout-cart-index .cart.table-wrapper .subtotal .price {
    padding: 0;
    text-align: center;
}

.cart.table-wrapper .col.subtotal {
    text-align: center;
}

.cart.table-wrapper .actions-toolbar > .action-towishlist{
    display: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
    display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete{
    position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before{
    content: "\f014";
    color: #535353 !important;
    font-size: 36px;
    line-height: 36px;
    font-family: "fontawesome";
}
.cart.table-wrapper .actions-toolbar{
    padding-bottom: 0;
}


.cart-container .products-grid .product-item-details .product-item-actions .actions-secondary {
    display: none;
}
.checkout-cart-index .column.main .products-grid .product-image-photo {
    margin: 0 auto;
}

.checkout-cart-index .cart-summary #block-shipping {
    display: none;
}

a.continue-shopping-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    font-weight: 400;
    background-color: #535353;
    color: #fff !important;
    padding: 7px 15px;
    line-height: 1;
    margin-top: 10px;
}

a.continue-shopping-btn:focus, a.continue-shopping-btn:active {
    background-color: #535353;
    text-decoration: none;
}

a.continue-shopping-btn:hover {
    background-color: #5d5d5d;
    text-decoration: none;
    color: #fff;
}

.catalog-product-view .product-info-main a.continue-shopping-btn {
    text-transform: uppercase;
    font-size: 20px;
    padding: 2px 15px;
    color: #ffffff;
}
.catalog-product-view .product-info-main a.continue-shopping-btn span {
    line-height: 45px;
}


/*mobile cart page*/
.checkout-cart-index tbody.cart .desktop{
    display: table-row;
}
.checkout-cart-index tbody.cart .mobile{
    display: none;
}



@media (max-width: 767px) {
    /*mobile cart page*/
    .checkout-cart-index tbody.cart .desktop{
        display: none;
    }
    .checkout-cart-index tbody.cart .mobile{
        display: table-row;
    }
    .checkout-cart-index .page-title-wrapper .page-title{
        padding-top: 30px;
        padding-left: 30px;
    }
    .checkout-cart-index .page-title-wrapper .page-title .base{
        color: #000;
        font-size: 28px;
        font-weight: bold;
        text-transform: uppercase;
    }

    /* WARN. margin can't be used with display: table-caption. */
    .checkout-cart-index .cart.table-wrapper .cart > .item {
        width: 94%;
        padding: 15px 0;
        margin: 0 auto;
        display: table-caption;
        border-top: none;
    }
    .checkout-cart-index tbody.cart .mobile td{
        display: inline-block;
    }
    .checkout-cart-index tbody.cart .mobile td:before{
        content: "" !important;
        display: none !important;
    }
    .checkout-cart-index tbody.cart .mobile td:nth-child(2n+1){
        width: 70%;
        clear: both;
    }
    .checkout-cart-index tbody.cart .mobile td:nth-child(2n){
        width: 30%;
    }
    .checkout-cart-index tbody.cart .mobile .col.item{
        display: inline-block;
        padding: 0;
    }
    .checkout-cart-index tbody.cart .mobile .col.item .product-item-photo{
        max-width: none;
        position: relative;
        left: 0;
        right: 0;
    }
    .checkout-cart-index .cart.table-wrapper .mobile .col.qty .field.qty{
        text-align: left;
    }
    .checkout-cart-index .cart.table-wrapper .mobile .col.qty .input-text{
        border:none;
    }
    .checkout-cart-index tbody.cart .mobile td.item-actions{
        padding-top: 40px;
        padding-right: 20px;
    }
    .checkout-cart-index .cart.table-wrapper .mobile .actions-toolbar{
        text-align: center;
    }
    .checkout-cart-index .cart.table-wrapper .mobile .subtotal{
        float: none;
        display: inline-block;
    }
    .checkout-cart-index .cart.table-wrapper .item-info .price_label{
        color: #000 !important;
    }
    .checkout-cart-index .cart.table-wrapper .mobile .subtotal .price{
        float: none;
        width: 100%;
        text-align: center;
        color: #000 !important;

        /* text-align: right; */
        padding: 0;
    }
    .checkout-cart-index  .cart.table-wrapper .mobile .actions-toolbar > .action-delete:before{
        color: #000 !important;
    }
    .checkout-cart-index .cart.table-wrapper .mobile .subtotal .price:before{
        content: "" !important;
        display: none !important;
    }

    .checkout-cart-index #shopping-cart-table{
        margin-bottom: 0;
    }

    .checkout-cart-index .form-cart button.update{
        border: none;
        line-height: 30px;
        padding: 4px 12px;
        height: 40px;
        background-color: #777;
        width: 94%;
        margin: 0 auto;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .checkout-cart-index .form-cart button.update:hover{
        background-color: #aaa;
    }
    .checkout-cart-index .cart-summary{
        background-color:transparent;
        border-top: none;
    }
    .checkout-cart-index .cart-summary #block-shipping .title{
        text-align: center;
        text-transform: uppercase;
        color: #000;
    }
    .checkout-cart-index .cart-summary button.checkout{
        font-weight: bold;
        text-transform: uppercase;
        height: 40px;
    }

}

/*--- END - CART PAGE ---*/










/*--- SEARCH PAGE ---*/

/* .catalogsearch-result-index .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-additional {
display: none;
}
.catalogsearch-result-index.layout-fullwidth.page-layout-2columns-left .column.main {
width: 100%
} */

/*--- END OF SEARCH PAGE ---*/










/*--- PRODUCT PAGE ---*/


@media (min-width: 768px) {
    .catalog-product-view .column.main div[itemscope],
    .catalog-product-view .column.main .clearer  {
        width: 100%;
    }

    .catalog-product-view.page-layout-1column .column.main {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .catalog-product-view.page-layout-1column .product.media {
        width: 50% !important;
        /* max-width: 500px; */
        float: none;
        padding-right: 10px;
    }
    .catalog-product-view.page-layout-1column .product-info-main {
        width: 50% !important;
        max-width: 500px;
        /* max-width: 395px; */
        float: none;
        padding: 0 15px;
        margin: 0 auto;
    }
}













.gallery-placeholder .loading-mask {
    padding: 0 0 50% !important;
}
.catalog-product-view .gallery-placeholder .loading-mask {
    padding: 0 0 450px !important;
}
.catalog-product-view .gallery-placeholder .loader img {
    display: block;
    z-index: -1;
}


.fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
    border: 0;
    margin-bottom: 20px;
}

.fotorama__caption {
    display: none;
}

.fotorama__nav--thumbs .fotorama__thumb {
    border: 0 !important;
    background-color: #fff;
}

.fotorama__thumb .fotorama__img {
    max-width: 90px;
}

.fotorama-item:not(.fotorama--fullscreen) .fotorama__stage, .fotorama__stage__frame .fotorama__img {
    width: auto;
    max-height: 450px;
}

.fotorama__dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.fotorama__active .fotorama__dot {
    background-color: #009639;
    border-color: #009639;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: auto;
    height: auto;
    padding: 5px !important;
    margin-right: 3px;
    margin-top: 5px;
}




.fotorama-video-container:after {
    /* background: url("../Magento_ProductVideo/img/gallery-sprite.png") bottom left; */
    /* background-size: 300px; */
    background: url("../images/play-btn.png") center center;
    background-size: 100px;
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}
.fotorama-video-container:after {
    cursor: pointer;
}

.video-thumb-icon:after {
    /* background: url("../Magento_ProductVideo/img/gallery-sprite.png") bottom right; */
    background: url("../images/play-btn.png") center center;
    /* background-size: 80px; */
    background-size: 55px;
    bottom: 0;
    content: '';
    height: 55px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    /* top: 10px; */
    top: 0;
    width: 55px;
}






.product-info-main .page-title-wrapper h1 {
    color: #222;
    /* font-size: 30px; */
    font-size: 2.3rem;
}

.product-info-main .product.attribute .type {
    font-weight: 600;
    text-transform: none;
}


.product-info-main .product.sku {
    color: #222;
    /* font-size: 15px; */
    font-size: 1.15rem;
    line-height: 1.4;
    /* text-transform: uppercase; */
    text-transform: capitalize;
}
.product-info-main .product.sku .value {
    color: #222;
    /* font-weight: 600; */
    letter-spacing: 0.005em;
    /* font-size: 15px; */
    font-size: 1.15rem;
    line-height: 1.4;
}
.product-info-main .product.sku .type:after {
    content: '';
}






.product-info-main .product.overview {

}
.product-info-main .product.overview ol,
.product-info-main .product.overview ul {
    list-style-position: outside;
    padding: 0 0 0 25px;
    width: auto;
    display: inline-block;
    text-align: left;
}







.product-info-main .swatch-opt {
    /* max-width: 365px; */
}
.product-info-main .product-options-wrapper {
    border: 0;
    padding: 10px 0;
}

.product-info-main .swatch-attribute-label {
    display: block;
    text-align: left;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    /* margin-right: 15px; */
}
.product-info-main .swatch-attribute-options {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-info-main .swatch-attribute-options .swatch-option.text {
    height: 60px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(50% - 7.5px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background-color: #fff;
    margin: 0 7.5px 15px 0;
}
.product-info-main .swatch-attribute-options .swatch-option.text:nth-child(even) {
    margin-right: 0;
    margin-left: 7.5px;
}
.product-info-main .swatch-attribute-options .swatch-option.text.selected {
    background-color: #009639 !important;
    color: #fff;
}

.swatch-option-tooltip { display: none !important; }






.product-info-main .product-info-price{
    border-bottom-width: 0;
}

.product-info-main .product-info-price .price-box {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 8px 50px 13px 0;
}


.product-info-main .product-info-stock-sku {
    color: #222;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: left;
    padding: 0;

}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}
.product-info-main .stock.available .label {
    display: none;
}
.product-info-main .stock.available {
    /* color: #009639; */
}
.product-info-main .stock.unavailable {

}





.page-product-downloadable .product-add-form {
    margin-bottom: 0;
}

.page-product-downloadable .product-info-main .product-info-price {
    margin-bottom: 0;
}
.page-product-downloadable .product-info-main .product-options-wrapper {
    padding: 0;
    display: block;
    width: 100%;
}
.page-product-downloadable .product-options-wrapper > .fieldset > .legend + br {
    display: none;
}
.page-product-downloadable .product-options-bottom {
    padding-top: 0;
    display: block;
    width: 100%;
}

.page-product-downloadable .product-info-main .product-options-bottom .box-tocart {
    margin-top: 0;
}
.page-product-downloadable .product-add-form .box-tocart .actions {
    margin-right: 0;
}

.page-product-downloadable  .product-social-links {
    padding-top: 10px;
    margin: 0 0 5px;
}

.page-product-downloadable .product-usp.product-usp__container {
    margin: 25px auto 10px;
}

@media only screen and (max-width: 639px) {
    .page-product-downloadable .product-info-price ~ *:last-child:after {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 341px) {
    .page-product-downloadable .product-info-main .product-info-price .price-box {
        margin: 0 auto 8px;
    }
}




.product-info-main .box-tocart  {
    /* max-width: 350px; */
}


.product-info-main .box-tocart .hideprice-login-action {
    display: block;
    margin: 0 0 10px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.product-info-main .box-tocart .hideprice-login-action a.login {
    display: block;
    text-align: center;
    height: auto;
    padding: 20px;
}
.product-info-main .box-tocart .hideprice-login-action a.login:before {
    content: '';
    display: inline-block;
    background: url('../images/cart-icon-white.svg') no-repeat center center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.product-info-main .box-tocart .hideprice-login-action a.login span {
    vertical-align: middle;
}
.product-info-main .box-tocart .hideprice-add-tocart-action {
    float: right;
    margin: 0;
    -webkit-flex: 1 1 0; /* Safari 6.1+ */
    -ms-flex: 1 1 0; /* IE 10 */
    flex: 1 1 0;
}



.product-info-main .box-tocart > .fieldset {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.box-tocart .control {
    border: 2px solid #535353;
    border-radius: 6px;
    overflow: hidden;
}
.box-tocart .control input.input-text.qty {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    padding: 0;
    border: 0;
    margin: 0;
    color: #535353;
    font-family: "Titillium Web";
    /* font-size: 21px; */
    font-size: 21px;
    font-weight: 700;
}
.box-tocart .control .qty-control {
    width: 30px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
.qty-control.qty-dec:hover {
    background-color: #009639;
}
.qty-control.qty-inc:hover {
    background-color: #009639;
}
.qty-control.qty-dec i.icon-minus,
.qty-control.qty-inc i.icon-plus {
    height: 100%;
    display: inline-block;
}

.qty-control.qty-dec i.icon-minus:before {
    background: url('../images/qty-dec-icon.svg') no-repeat center center;
}
.qty-control.qty-inc i.icon-plus:before {
    background: url('../images/qty-inc-icon.svg') no-repeat center center;
}
.qty-control.qty-dec:hover i.icon-minus:before {
    background: url('../images/qty-dec-icon_white.svg') no-repeat center center;
}
.qty-control.qty-inc:hover i.icon-plus:before {
    background: url('../images/qty-inc-icon_white.svg') no-repeat center center;
}
.qty-control.qty-dec i.icon-minus:before,
.qty-control.qty-inc i.icon-plus:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-size: 15px;
    height: 100%;
    width: 30px;
}


div.mage-error[generated][for="qty"] {
    position: absolute;
}



.product-info-main .box-tocart .hideprice-add-tocart-action .action.tocart{
    height: 49px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
}

.product-info-main .box-tocart .hideprice-add-tocart-action .action.tocart[disabled] {
    background-color: #535353;
    border-color: #535353;
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: auto;
}


.product-usp.product-usp__container {
    margin: 35px auto 10px;
}

.product-usp__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-usp__item {
    text-align: center;
    max-width: 33.33333%;
}
.product-usp__item:not(:last-child) {
    margin-right: 15px;
    max-width: calc(33.33333% - 15px);

}
.product-usp__item > img{
    height: 60px;
    width: auto;
    margin-bottom: 5px;
}






.product-info-sds {
    display: inline-block;
    margin-top: 25px;
    margin-right: 30px;
    padding-right: 10px;
    transition: all 0.08s linear;
}
.product-info-sds:hover {
    padding-right: 5px;
}

.product-info-sds .sds-btn {
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    background-color: #ff0000;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.08s linear;
}
.product-info-sds .sds-btn:after {
    content: '';
    background: url('../images/sds-arrow.svg') no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
    width: 36px;
}
.product-info-sds:hover .sds-btn {
    padding: 10px 15px 10px 25px;
}


/* Fix for options on config.products dont having MSDS links still showing the MSDS button */
.product-info-sds a.sds-btn:not([href]) {
    display: none !important;
}





.product-info-custom-url {
    display: inline-block;
    margin-top: 25px;
}

.product-info-custom-url .custom-url-btn {
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    background-color: #009639;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.08s linear;
}
.product-info-custom-url .custom-url-btn:after {
    content: '';
    background: url('../images/custom-url-arrow.svg') no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
    width: 36px;
}
.product-info-custom-url .custom-url-btn:hover {
    padding: 10px 15px 10px 25px;
}


/* Fix for options on config.products dont having MSDS links still showing the MSDS button */
.product-info-custom-url a.custom-url-btn:not([href]) {
    display: none !important;
}





.product-info-main .product-reviews-summary, .customer-review .product-reviews-summary {
    /* display: none; */
}

.product-info-main .product-options-bottom .box-tocart,
.product-info-main .box-tocart {
    margin-bottom: 0;
}

.product-social-links {
    border-top-width: 0;
    /* display: none; */
    padding-top: 15px;

}

.product-social-links .action.tocompare,
.product-social-links .action.mailto.friend {
    display: none;
}

.product-social-links .action.towishlist,
.product-addto-links .action.towishlist {
    width: auto;
    border: 0;
    color: #333;
    display: block;
}

.product-social-links .action.towishlist:before {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
    padding: 0 3px;
    margin-right: 5px;
}

.product-social-links .action.towishlist span {
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    width: calc(100% - 45px);
}


.product-addto-links .action span,
.product-social-links .action span {
    vertical-align: middle;
    display: inline-block;
}



.product.info.detailed {
    width: 50%;
    margin-top: 30px;
}


.product.info.detailed .read-more-state {
    display: none;
}
.product.info.detailed .read-more-target {
    /* height: 200px; */
    overflow: hidden;
    position: relative;

    height: auto;
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);

}
.product.info.detailed .read-more-target:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(transparent 0, white); */
    background: rgba(255,255,255,0.5);
    background:  -webkit-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}


.product.info.detailed .read-more-state:not(:checked) ~ .read-more-target {
    max-height: 200px !important;
}
.product.info.detailed .read-more-state:checked ~ .read-more-target:before  {
    content: normal;
}
.product.info.detailed .read-more-state:checked ~ .read-more-target {
    height: auto;
    /* overflow: visible; */
    max-height: inherit;
}
.product.info.detailed .read-more-state ~ .read-more-trigger:before {
    content: 'READ MORE';
}
.product.info.detailed .read-more-state:checked ~ .read-more-trigger:before {
    content: 'SHOW LESS';
}
.product.info.detailed .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px 5px 0;
    color: #000;
    /* font-size: 20px; */
    font-size: 1.1rem;
    line-height: 1.5;
    border: 0;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
.product.info.detailed .read-more-trigger:hover {
    /* color: #009639; */
}

.product.info.detailed .read-more-state:disabled {

}
.product.info.detailed .read-more-state:disabled ~ .read-more-target  {
    height: auto;
    overflow: visible;

    max-height: none !important;
}
.product.info.detailed .read-more-state:disabled ~ .read-more-target:before  {
    content: normal;
}
.product.info.detailed .read-more-state:disabled ~ .read-more-trigger {
    display: none;
}




.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
    word-break: break-all;
}



.product.data.items > .item.content p {
    /* font-size: 14px; */
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5;
    color: #333;
}



.block.related:before,
.block.upsell:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -20px;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
}

.block.related,
.block.upsell {
    width: calc(50% - 40px);
    padding: 0 30px;
    margin: 40px 20px 0;
    /* max-width: 500px; */
    position: relative;
}
.block.related .title,
.block.upsell .title {
    background: none;
    text-align: center;
    margin: 5px 0 30px;
}
.block.related .title strong,
.block.upsell .title strong {
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    padding-right: 20px;
}
.block.related .products-related {
    margin: 4px 0;
}

.products-grid.products-related .product-item .product-item-info,
.products-grid.products-upsell .product-item .product-item-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

html.ie10 .products-grid.products-related .product-item .product-item-info,
html.ie10 .products-grid.products-upsell .product-item .product-item-info {
    display: inline-block;
}


.products-grid.products-related .product-item-photo,
.products-grid.products-upsell .product-item-photo {
    border: 0;
}
.products-grid.products-related .product.name a,
.products-grid.products-upsell .product.name a {
    white-space: normal;
    display: block;
    color: #222;
}
.products-related .owl-middle-narrow.owl-theme .owl-controls,
.products-upsell .owl-middle-narrow.owl-theme .owl-controls {
    top: 50%;
    bottom: 0;
    transform: translate(0,-50%);
}
.products-related .owl-middle-narrow.owl-theme .owl-controls .owl-nav,
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-nav {
    position: absolute;
    left: -25px;
    right: -25px;
}
.products-related .owl-middle-narrow.owl-theme .owl-controls .owl-dots,
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots {
    text-align: center;
}

.products-related .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-],
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.products-related .owl-middle-narrow.owl-theme .owl-controls,
.products-upsell .owl-middle-narrow.owl-theme .owl-controls {
    margin: 0;
    visibility: visible;
    opacity: 1;
    padding: 0 10px;
}


.nav-arrow-left,
.nav-arrow-right {

}

.nav-arrow-left:before {
    content: '';
    display: inline-block;
    background: url('../images/nav-arrow-left.svg') no-repeat center center;
    background-size: 20px;
    height: 40px;
    width: 35px;
}

.nav-arrow-right:before {
    content: '';
    display: inline-block;
    background: url('../images/nav-arrow-right.svg') no-repeat center center;
    background-size: 20px;
    height: 40px;
    width: 35px;
}






/* Tabs for mobile. Start */
.product.data.items {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}



.product.data.items:before, .product.data.items:after {
    content: '';
    display: table;
}
.product.data.items .item.title a:after,
.product.data.items .item.title.active a:after {
    content: '';
}
.product.data.items > .item.title {
    /* padding-top: 8px; */
    padding-bottom: 0;
    margin: 0 1px 0 0;
    float: left;
    width: auto;

    padding-top: 0;
}

.product.data.items>.item.title>.switch {
    display: block;
    position: relative;
    z-index: 2;
    height: 36px;
    /* font-size: 18px; */
    font-size: 1.2rem;
    border: 1px solid #eee;
    border-top-width: 3px;
    border-bottom-width: 0;
    line-height: 30px;
    padding: 1px 15px 1px 15px;
    border-radius: 0;
    background: #fff;
    font-weight: 600;
    color: #333;
}
.product.data.items > .item.title.active > .switch {
    border-bottom-width: 0;
}
.product.data.items>.item.title>.switch:visited {
    color: #c1c1c1;
    text-decoration: none;
}
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    padding-bottom: 2px;
}



.product.data.items > .item.content {
    margin: 0;
    margin-top: 35px;
    border-color: #eee;
    box-shadow: 0 1px 2px #eee;
    background: #fff;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eee;
    float: right;
    margin-left: -100%;
    width: 100%;
}
/* End. Tabs for mobile. */



.product.data.items > .item.title > .switch {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 2px !important;
    border-bottom-color: transparent !important;
    padding: 5px;
    margin-right: 10px;
}

.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
    border-bottom-color: #009639 !important;
}


.product.data.items > .item.content {
    border: 0;
    box-shadow: none;
    padding: 10px 20px 10px 10px;
}


.product-info-main .product-info-price .normal-price.new-price {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}

.product-info-main .product-info-price .old-price {
    margin-right: 10px;
    vertical-align: baseline;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 2rem;
}

.desc-price-text {
    display: none;
}
.product-info-main .product-info-price .desc-price-text {
    display: inline-block;
}
.product-info-main .product-info-price .desc-price-text.new {
    color: #009639;
}
.product-info-main .product-info-price .desc-price-text.old {
    color: #999999;
}
.product-info-main .product-info-price .desc-price-text.old {
    color: #999999;
}
.product-info-main .product-info-price .old-price[style*="display: none"] + .desc-price-text.old {
    display: none;
}


@media (max-width: 767px) {

    .catalog-product-view.page-layout-1column .product-info-main {
        width: 100% !important;
        max-width: 500px;
        /* max-width: 395px; */
        float: none;
        padding: 0 15px;
        margin: 0 auto;
    }


    .product-info-main .page-title-wrapper h1 {
        text-align: center;
    }
    .product-info-main .product.sku {
        text-align: center;
    }
    .product-info-main .product.overview {
        /* max-width: 300px; */
        text-align: center;
        margin: 15px auto;
    }

    .product-info-main .product-info-price {
        /* max-width: 300px; */
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }


    .product-info-main .product-info-price .price-box {
        margin: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }



    .product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
        font-size: 2rem;
        line-height: 32px;
    }
    .product-info-main .product-info-stock-sku {
        margin: 10px 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .product-info-main .swatch-attribute-options {
        justify-content: center;
    }
    .product-info-main .swatch-opt {
        max-width: none;
    }

    .product-info-main .swatch-attribute-options .swatch-option.text {
        /* -webkit-flex: 0 0 100%; */
        /* -ms-flex: 0 0 100%; */
        /* flex: 0 0 100%; */
        /* max-width: calc(50% - 10px); */
        /* margin: 0 15px 15px 0; */
    }

    .product-info-main .box-tocart {
        margin: 0 auto;
    }

    .product-usp__wrapper {

    }
    .product-usp__item,
    .product-usp__item:not(:last-child) {
        width: auto;
    }



    .product-info-sds {
        text-align: center;
    }

    .product.info.detailed {
        width: 100%;
    }
    .block.related,
    .block.upsell {
        width: 100%;
        max-width: none;
        margin: 40px 0 0;
    }
    .block.related:before,
    .block.upsell:before {
        width: 0;
    }

}


@media (max-width: 639px) {
    .product-info-main .product-info-price {
        width: 100% !important;
    }
}

@media (max-width: 340px) {
    .box-tocart .field.qty {
        margin: 0 auto;
        text-align: center;
        display: block;
        float: none;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    div.mage-error[generated][for="qty"] {
        margin-top: 2px;
        left: 0;
        right: 0;
    }

    .product-info-main .box-tocart .actions,
    .product-info-main .box-tocart .hideprice-add-tocart-action {
        float: none;
        text-align: center;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 25px 0 10px;
    }
}


/*--- END OF PRODUCT PAGE ---*/







/*--- ACCOUNT PAGE ---*/




/* COLLAPSIBLE MENU */
body.account .page-main {
    padding-top: 0;
}
body.account.page-layout-2columns-left .sidebar-main {
    order: 0;
    margin-top: 20px;
}
body.account.page-layout-2columns-left .column.main {
    order: 2;
}

body.account .block-collapsible-nav {
    position: relative;
    margin-bottom: 0;
    z-index: 4; /* Under minicart pop up */
}
body.account .block-collapsible-nav .title {
    border: 1px solid #ccc;
}
body.account .block-collapsible-nav .title:after {
    font-size: 24px;
    margin: 3px 0 0;
    top: 0;
    padding-left: 16px;
    border-left: 1px solid #ccc;
}
body.account .block-collapsible-nav .item {
    border-bottom: none;
    padding: 0;
}
body.account .block-collapsible-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem;
}

body.account .block-collapsible-nav .content {
    border-bottom: none;
}

body.account .block-collapsible-nav .item:first-child {
    border-top: none;
}


body.account .column.main .page-title-wrapper .page-title {
    /* margin: 25px 0; */
}

body.account .block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0;
}

body.account .block-collapsible-nav-content.active {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

body.account .block-collapsible-nav .item a:before,
body.account .block-collapsible-nav .item > strong:before {
    content: '';
}
body.account .block-collapsible-nav .item a,
body.account .block-collapsible-nav .item > strong {
    border-left: 3px solid transparent;
    color: #222;

}
body.account .block-collapsible-nav .item.current a,
body.account .block-collapsible-nav .item.current strong {
    border-color: #009639;
    color: #009639;
    font-weight: bold;
}
/* END - COLLAPSIBLE MENU */



/* WISHLIST */
.products-grid.wishlist .product-image-photo {

}

.products-grid.wishlist .product-item-name > a,
.products-grid.wishlist .product-item-name > a:hover,
.products-grid.wishlist .product-item-name > a:visited {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.products-grid.wishlist .price-container .price {
    color: #000;
}
.products-grid.wishlist .product-item .price-box .price-as-configured {
    margin: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
    margin-top: 0;
}

.products-grid.wishlist .field.comment-box {
    display: none;
}

.products-grid.wishlist .box-tocart {
    margin: 5px 0;
}
.products-grid.wishlist .product-item .fieldset .field.qty,
.products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: block;
    margin: 0;
    padding: 0;
}
.products-grid.wishlist .product-item .box-tocart .field.qty .control {
    margin-bottom: 10px
}
.products-grid.wishlist .product-item .box-tocart .control input.input-text.qty{
    height: auto;
    line-height: 1.2;
    min-width: auto;
    padding: 10px 15px;
    font-size: 1rem;
    margin: 0;
}
.products-grid.wishlist .product-item .tocart {
    height: auto;
    line-height: 1.2;
    min-width: auto;
    padding: 10px 15px;
    font-size: 1rem;
    margin: 0;
}

@media (max-width: 767px) {
    .wishlist-index-index .products-grid .product-item .product-item-inner {
        padding: 0;
    }
    .products-grid.wishlist .product-item .box-tocart {
        clear: left;
    }
    .products-grid.wishlist .product-item .box-tocart .field.qty .control{
        margin-right: 10px;
    }
    .products-grid.wishlist .product-item-actions {
        float: right;
    }
    .products-grid.wishlist .product-item .fieldset .field.qty {
        margin-right: 5px;
    }
    .products-grid.wishlist .product-item .fieldset .field.qty,
    .products-grid.wishlist .product-item .fieldset .product-item-actions {
        display: inline;
    }

}


/* END - WISHLIST */



.block-reorder {
    display: none;
}

/*--- END ACCOUNT PAGE ---*/










/*--- CONTACT PAGE ---*/

.contact-index-index .page-header.type1 .nav-sections {
    margin-bottom: 0;
}

.contact-hero {
    width: 100%;
    background-size: cover !important;
    min-height: 400px;
}
.contact-index-index .page-title-wrapper {
    /* display: block; */
}

.contact-index-index .contact-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}


.contact-index-index .contact-info .contacts-title {
    color: #299e3d;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    width: 100%;
}

.contact-index-index .page-main .contact-info p.contact-info__text {
    margin: 0 0 50px;
    color: #7e8085;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
}
.contact-info__item {
    /* margin-bottom: 25px; */
    margin-bottom: 10px;
    width: 100%;
}
.contact-info__item h3{
    color: #7e8085;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 22px;
    text-transform: uppercase;
    /* margin-bottom: 15px; */
    margin-bottom: 5px;
}
.contact-index-index .page-main .contact-info .contact-info__item p {
    margin: 0;
    color: #299e3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.contact-info__address {

}
.contact-info__phone {

}
.contact-info__email {

}

#store_map {
    min-height: 300px;
    width: 100%;
    margin-top: 30px;
}

#store_map .full-width-map {

}


.contact-page-contact-form {
    margin: 80px auto 20px;
    max-width: 500px;
    width: 100%;
}

.contact-page-contact-form .column:not(.sidebar-main) .form.contact {
    margin: 0;
    max-width: none;
}
.contact-page-contact-form .fields {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page-contact-form .field.name,
.contact-page-contact-form .field.email {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(50% - 5px);
}

.contact-page-contact-form .field.name {

}
.contact-page-contact-form .field.email {

}
.contact-page-contact-form .field.comment {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.contact-page-contact-form .fieldset > .fields > .field > .label {
    color: #7e8085;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 5px;
}
.contact-page-contact-form .control .input-text {
    border-radius: 5px;
    border: 2px solid #979797;
    background-color: #ffffff;
}

.contact-page-contact-form .actions-toolbar .primary {
    float: none;
    display: block;
}

.contact-page-contact-form .actions-toolbar button.action.primary {
    border-radius: 5px;
    border: 2px solid #299e3d;
    background-color: #299e3d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 20px;
    max-width: 170px;
    width: 100%;
    padding: 10px 15px;
    height: auto;
}

@media (max-width: 991px) {
    .contact-index-index .contact-info .contacts-title {
        text-align: center;
    }

    .contact-index-index .page-main .contact-info p.contact-info__text {
        text-align: center;
    }

    #store_map {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 991px) and  (min-width: 768px) {
    .contact-info__item {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        text-align: center;
    }
}


@media (max-width: 767px) {

    .contact-hero {
        min-height: 250px;
    }

    .contact-page-contact-form {
        margin: 20px auto 20px;
    }

    .contact-page-contact-form .field.name,
    .contact-page-contact-form .field.email {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

}
/*--- END CONTACT PAGE ---*/










/*--- CHECKOUT PAGE ---*/







.opc-block-summary .minicart-items-wrapper {
    box-shadow: none;

}
.opc-block-summary .items-in-cart > .title:after {
    font-size: 24px;
    top: 10px;
}


.opc-wrapper .shipping-address-item.selected-item {
    border-color: #009639;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #009639;
}


.opc-wrapper .edit-address-link {
    margin: 30px 5px 0 0;
}

.opc-wrapper .action-select-shipping-item {
    margin: 30px 0 0;
}



.table-checkout-shipping-method thead th {
    padding: 10px 0 0;
}

.table-checkout-shipping-method tbody td {
    padding: 15px 0 0;
}

.checkout-payment-method .payment-option-title .action-toggle {
    font-size: 16px;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
    font-size: 20px
}


#billing-address-same-as-shipping-checkmo {
    margin: 3px 5px 0 0;
    vertical-align: top;
}

#custom-checkout-form {
    margin: 15px 0;
}

#custom-checkout-form .fieldset > .field > .label {
    font-size: 1rem;
}



.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark {
    font-size: 15px;
}


.checkout-shipping-method .shipping-info-text {
    margin: 15px 0;
}


@media (min-width: 992px) {
    .checkout-index-index .modal-popup .modal-inner-wrap {
        left: 0;
        right: 0;
        margin: 10px auto;
    }
}



@media (min-width: 768px) {
    .opc-progress-bar-item._active:before {
        background: #009639;
    }
    .opc-progress-bar-item._active > span:before {
        background: #009639;
    }

    .opc-progress-bar-item > span:after {
        font-size: 18px;
    }

    .payment-method-billing-address .actions-toolbar .action-cancel {
        margin: 0 18px 0 0;
    }


}

@media (max-width: 767px) {
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: 100%;
        min-height: 100%;
    }

    .checkout-index-index .page-main {
        padding-top: 0;
    }
    .opc-progress-bar {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0;
    }
    .opc-progress-bar > li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 0; /* Safari 6.1+ */
        -ms-flex: 1 1 0; /* IE 10 */
        flex: 1 1 0;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px 5px;
        margin: 0 5px;
        background-color: #e4e4e4;

    }
    .opc-progress-bar > li > span {
        color: #222;
        font-size: 18px;
        font-weight: 600;
    }
    .opc-progress-bar-item._complete {
        background-color: #009639;
    }
    .opc-progress-bar-item._complete > span {
        color: #fff !important;
    }
    .opc-progress-bar-item._active {
        background-color: #a3a3a3;
    }
    .opc-progress-bar-item._active > span {
        color: #fff !important;
    }

    .opc-progress-bar-item > span:after {
        content: '';
    }
    .opc-progress-bar-item._complete > span:after {
        font-family: 'porto-icons';
        content: '\f82b';
        margin-left: 5px;
    }




    .opc-estimated-wrapper {
        background: #f4f4f4;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        margin: 0 -15px 15px;
        padding: 18px 15px;
    }


    .opc-block-shipping-information {
        padding: 30px;
    }

    .opc-wrapper .checkout-payment-method .payment-methods .step-title {
        padding: 0 15px 5px;
    }

    .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
        font-size: 15px;
    }


    .opc-block-summary .items-in-cart .product {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .opc-sidebar .minicart-items .product-item-details {
        padding: 5px 0 0 8px;
        width: calc(100% - 75px);
    }

    .opc-block-summary .product-item .product-item-name-block {
        width: 100%;
        display: block;
    }

    .opc-block-summary .product-item .subtotal {
        display: block;
        width: 100%;
        text-align: left;
    }

    .opc-wrapper .step-title,
    .opc-block-shipping-information .shipping-information-title,
    .opc-block-summary > .title,
    .checkout-agreements-items .checkout-agreements-item-title {
        font-size: 24px;
    }
}

/*--- CHECKOUT PAGE ---*/










/*--- FOOTER ---*/

.footer-middle .footer-links__header,
.footer-middle .footer-contact__header,
.footer-middle .footer-social-badges__header {
    font-size: 1.2rem;
}

.footer-middle .company-logo-message {
    height: 100%;
}
.footer-middle .company-logo-message__logo {
    margin-bottom: 30px;
}
.footer-middle .company-logo-message__message p {
    font-style: italic;
    font-size: 20px;
    color: #4d4d4d;
}

.footer-middle .footer-links {
    height: 100%;
    border-right: 1px solid #c3c3c3;
}

.footer-middle .footer-links__header {
    color: #4d4d4d;
    /* font-size: 18px; */
    font-weight: 700;
}
.footer-middle .footer-links__list {

}
.footer-middle .footer-links__list li {
    line-height: 2;
}
.footer-middle .footer-links__list li a {
    color: #4d4d4d;
    font-weight: 700;
}




.footer-middle .footer-contact {
    height: 100%;
    border-right: 1px solid #c3c3c3;
    padding-left: 38px;
}
.footer-middle .footer-contact p {
    color: #4d4d4d;
}

.footer-middle .footer-contact__header {
    color: #4d4d4d;
    /* font-size: 18px; */
    font-weight: 700;
}
.footer-middle .footer-contact__phone--small-header {

}
.footer-middle .footer-contact__phone--number {
    margin-bottom: 23px;
    margin-left: -23px;
}
.footer-middle .footer-contact__phone--time {
    margin-bottom: 20px;
}
.footer-middle .footer-contact__email--email {
    margin-left: -23px;
}
.footer-middle .footer-contact__phone--number:before {
    content: '';
    background: url('/pub/media/wysiwyg/veidec/footer/phone_footer.svg') no-repeat center center;
    background-size: 23px;
    height: 23px;
    width: 23px;
    display: inline-block;
    position: relative;
    left: -15px;
    bottom: -5px;
}
.footer-middle .footer-contact__email--email:before {
    content: '';
    background: url('/pub/media/wysiwyg/veidec/footer/email_footer.svg') no-repeat center center;
    background-size: 23px;
    height: 23px;
    width: 23px;
    display: inline-block;
    position: relative;
    left: -15px;
    bottom: -5px;
}
.footer-contact__phone--small-header,
.footer-middle .footer-contact__email--small-header {
    font-weight: 700;
}
.footer-middle .footer-contact__link-btn--contact {
    display: inline-block;
    background-color: #009645;
    padding: 5px 8px;
    margin-top: 20px;
    font-size: 1rem;
    color: #fff;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
.footer-middle .footer-contact__link-btn--contact:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.footer-middle .footer-social-badges {
    height: 100%;
}
.footer-middle .footer-social-badges__header {
    color: #4d4d4d;
    /* font-size: 18px; */
    font-weight: 700;
}
.footer-middle .footer-social-badges__links {
    margin-top: 25px;
    text-align: center;
}
.footer-middle .footer-social-badges__link {
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    display: inline-block;
    vertical-align: bottom;
    padding-top: 5px;
    padding-bottom: 0;
}
.footer-middle .footer-social-badges__link:not(:last-child) {
    margin-right: 20px;
    /* margin-right: 5%; */
}
.footer-middle .footer-social-badges__link:hover  {
    padding-top: 0;
    padding-bottom: 5px;
}
.footer-social-badges__img {
    max-height: 40px;
}
.footer-social-badges__trust-badges {
    margin-top: 125px;
    text-align: center;
}

.footer-bottom {
    padding: 10px 0 15px;
}

.footer-bottom address {
    float: none;
    /* font-size: 12px; */
    font-size: 0.75rem;
}
.footer-bottom address::first-letter {
    /* font-size: 18px; */
    font-size: 1rem;
    vertical-align: middle;
}

/* TABELT TO SMALL DESKTOP */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-middle .col-lg-3 {
        width: 50%;
    }
    .footer-middle .col-lg-3:nth-child(-n+2) {
        margin-bottom: 30px;
    }
    .footer-middle .footer-links {
        border-right: 0;
    }
    .footer-middle .footer-social-badges__header {
        text-align: center;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .footer-middle {
        padding: 60px 10% 10px;
    }
    .footer-middle .col-lg-3 {
        padding: 0;
    }
    .footer-middle .col-lg-3:not(:last-child) {
        border-bottom: 1px solid #c3c3c3;
    }

    .footer-middle .company-logo-message,
    .footer-middle .footer-links,
    .footer-middle .footer-contact,
    .footer-middle .footer-social-badges {
        padding: 25px 0 40px;
    }


    .footer-middle .company-logo-message__logo {
        text-align: center;
    }
    .footer-middle .footer-links {
        border-right: 0;
    }
    .footer-middle .footer-contact {
        border-right: 0;
        padding-left: 38px;
    }
    .footer-middle .footer-contact__header {
        margin-left: -38px;
    }
    .footer-middle .footer-contact__link-btn--contact {
        margin-top: 1rem;
    }

    .footer-middle .footer-social-badges__header {
        text-align: center;
    }
    .footer-social-badges__img {
        max-height: 45px;
    }
    .footer-social-badges__trust-badges {
        margin-top: 30px;
    }
}






/*--- END OF FOOTER ---*/












/*--- MAGENTO COOKIE RESTRICTION MODE. PAGE privacy-policy-cookie-restriction-mode AND enable-cookies ---*/


/*--- END - MAGENTO COOKIE RESTRICTION MODE. PAGE privacy-policy-cookie-restriction-mode AND enable-cookies ---*/













/*--- HELLO BRAVE COOKIE COMPLIANCE NOTICE ---*/





/*--- END - HELLO BRAVE COOKIE COMPLIANCE NOTICE ---*/














/* VES PAGE BUILDER */
.page-layout-1column-fullwidth .ves-container {
    /* max-width: 1280px; */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cms-index-index .ves-container, .cms-home .ves-container {
    max-width: 1280px;
}


.ves-container .block {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ves-container .abs-margin-for-blocks-and-widgets-desktop,
    .page-main .ves-container .block,
    .page-layout-1column-fullwidth .column.main .block:last-child {
        margin-bottom: 0;
    }

}




/* VES OWLSLIDER */

.ves-widget.widget-gallery-list .owlcarousel .owl-item img {
    /* max-height: 500px; */
}
.ves-widget.widget-gallery-list .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.ves-widget.widget-gallery-list .owl-prev,
.ves-widget.widget-gallery-list .owl-next {
    display: inline-block;
    position: absolute;
    font-size: 0;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
.ves-widget.widget-gallery-list .owl-prev {
    left: 0;
}
.ves-widget.widget-gallery-list .owl-prev:hover {
    padding: 0 5px;
    left: -10px;
}
.ves-widget.widget-gallery-list .owl-next {
    right: 0;
}
.ves-widget.widget-gallery-list .owl-next:hover {
    padding: 0 5px;
    right: -10px;

}
.ves-widget.widget-gallery-list .owl-prev > span:before,
.ves-widget.widget-gallery-list .owl-next > span:before {
    font-size: 50px;
    color: #000;
}


.ves-widget.widget-gallery-list .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.ves-widget.widget-gallery-list .owl-dots .owl-dot {
    display: inline-block;
    padding: 8px;
}
.ves-widget.widget-gallery-list .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
    background-color: #009639;
    display: inline-block;
    border-radius: 50%;
}
.ves-widget.widget-gallery-list .owl-dots .owl-dot.active span {
    background-color: #535353;
}
/* END - VES OWLSLIDER */



/* VES FIX FOR VERSION WITH INNER DIVs */
.row-inner {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* END - VES FIX FOR VERSION WITH INNER DIVs */



/* VES FULLWIDTH STANDARD CMS CLASSES */


.page-layout-1column-fullwidth.cms-page-view .page-main {
    max-width: none;
}
.cms-page-view .page-header.type1 .nav-sections {
    margin-bottom: 0;
}
/* VES FULLWIDTH HERO/BANNER CLASSES */

.cms-page-view .ves-container.fullwidth-hero__row-wrapper {
    max-width: none;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
}
.cms-page-view .ves-container.fullwidth,
.cms-index-index .ves-container.fullwidth,
.ves-container.fullwidth {
    max-width: none;
    width: 100%;
    background-size: cover;
}
.cms-page-view .ves-container.fullwidth.fullwidth--max-content-width-1280 > div,
.cms-index-index .ves-container.fullwidth.fullwidth--max-content-width-1280 > div,
.ves-container.fullwidth.fullwidth--max-content-width-1280 > div {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.cms-page-view .ves-container.fullwidth.fullwidth--max-content-width-900 > div,
.cms-index-index .ves-container.fullwidth.fullwidth--max-content-width-900 > div,
.ves-container.fullwidth.fullwidth--max-content-width-900 > div {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.cms-page-view .ves-container.fullwidth-hero__row-wrapper > div > .ves-inner,
.cms-page-view .ves-container.fullwidth-hero__row-wrapper > div > .ves-inner > .row,
.cms-page-view .ves-container.fullwidth-hero__row-wrapper > div > .ves-inner > .row div,
.cms-page-view .ves-container.fullwidth > div > .ves-inner,
.cms-page-view .ves-container.fullwidth > div > .ves-inner > .row,
.cms-page-view .ves-container.fullwidth > div > .ves-inner > .row div,
.cms-index-index .ves-container.fullwidth > div > .ves-inner,
.cms-index-index .ves-container.fullwidth > div > .ves-inner > .row,
.cms-index-index .ves-container.fullwidth > div > .ves-inner > .row div,
.ves-container.fullwidth > div > .ves-inner,
.ves-container.fullwidth > div > .ves-inner > .row,
.ves-container.fullwidth > div > .ves-inner > .row div {
    position: relative;
}
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-200 > div > .ves-inner,
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-200 > div > .ves-inner > .row,
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-200 > div > .ves-inner > .row div,
.cms-page-view .ves-container.fullwidth--height-200 > div > .ves-inner,
.cms-page-view .ves-container.fullwidth--height-200 > div > .ves-inner > .row,
.cms-page-view .ves-container.fullwidth--height-200 > div > .ves-inner > .row div,
.cms-index-index .ves-container.fullwidth--height-200 > div > .ves-inner,
.cms-index-index .ves-container.fullwidth--height-200 > div > .ves-inner > .row,
.cms-index-index .ves-container.fullwidth--height-200 > div > .ves-inner > .row div,
.ves-container.fullwidth--height-200 > div > .ves-inner,
.ves-container.fullwidth--height-200 > div > .ves-inner > .row,
.ves-container.fullwidth--height-200 > div > .ves-inner > .row div {
    position: relative;
    min-height: 200px;
}
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-400 > div > .ves-inner,
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-400 > div > .ves-inner > .row,
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-400 > div > .ves-inner > .row div,
.cms-page-view .ves-container.fullwidth--height-400 > div > .ves-inner,
.cms-page-view .ves-container.fullwidth--height-400 > div > .ves-inner > .row,
.cms-page-view .ves-container.fullwidth--height-400 > div > .ves-inner > .row div,
.cms-index-index .ves-container.fullwidth--height-400 > div > .ves-inner,
.cms-index-index .ves-container.fullwidth--height-400 > div > .ves-inner > .row,
.cms-index-index .ves-container.fullwidth--height-400 > div > .ves-inner > .row div,
.ves-container.fullwidth--height-400 > div > .ves-inner,
.ves-container.fullwidth--height-400 > div > .ves-inner > .row,
.ves-container.fullwidth--height-400 > div > .ves-inner > .row div {
    position: relative;
    min-height: 400px;
}
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-600 > div > .ves-inner,
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-600 > div > .ves-inner > .row,
.cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-600 > div > .ves-inner > .row div,
.cms-page-view .ves-container.fullwidth--height-600 > div > .ves-inner,
.cms-page-view .ves-container.fullwidth--height-600 > div > .ves-inner > .row,
.cms-page-view .ves-container.fullwidth--height-600 > div > .ves-inner > .row div,
.cms-index-index .ves-container.fullwidth--height-600 > div > .ves-inner,
.cms-index-index .ves-container.fullwidth--height-600 > div > .ves-inner > .row,
.cms-index-index .ves-container.fullwidth--height-600 > div > .ves-inner > .row div,
.ves-container.fullwidth--height-600 > div > .ves-inner,
.ves-container.fullwidth--height-600 > div > .ves-inner > .row,
.ves-container.fullwidth--height-600 > div > .ves-inner > .row div {
    position: relative;
    min-height: 600px;
}

@media (max-width: 991px) {
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-200 > div > .ves-inner,
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-200 > div > .ves-inner > .row,
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-200 > div > .ves-inner > .row div,
    .cms-page-view .ves-container.fullwidth--height-200 > div > .ves-inner,
    .cms-page-view .ves-container.fullwidth--height-200 > div > .ves-inner > .row,
    .cms-page-view .ves-container.fullwidth--height-200 > div > .ves-inner > .row div,
    .cms-index-index .ves-container.fullwidth--height-200 > div > .ves-inner,
    .cms-index-index .ves-container.fullwidth--height-200 > div > .ves-inner > .row,
    .cms-index-index .ves-container.fullwidth--height-200 > div > .ves-inner > .row div,
    .ves-container.fullwidth--height-200 > div > .ves-inner,
    .ves-container.fullwidth--height-200 > div > .ves-inner > .row,
    .ves-container.fullwidth--height-200 > div > .ves-inner > .row div {
        min-height: 100px;
    }
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-400 > div > .ves-inner,
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-400 > div > .ves-inner > .row,
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-400 > div > .ves-inner > .row div,
    .cms-page-view .ves-container.fullwidth--height-400 > div > .ves-inner,
    .cms-page-view .ves-container.fullwidth--height-400 > div > .ves-inner > .row,
    .cms-page-view .ves-container.fullwidth--height-400 > div > .ves-inner > .row div,
    .cms-index-index .ves-container.fullwidth--height-400 > div > .ves-inner,
    .cms-index-index .ves-container.fullwidth--height-400 > div > .ves-inner > .row,
    .cms-index-index .ves-container.fullwidth--height-400 > div > .ves-inner > .row div,
    .ves-container.fullwidth--height-400 > div > .ves-inner,
    .ves-container.fullwidth--height-400 > div > .ves-inner > .row,
    .ves-container.fullwidth--height-400 > div > .ves-inner > .row div {
        min-height: 200px;
    }
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-600 > div > .ves-inner,
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-600 > div > .ves-inner > .row,
    .cms-page-view .ves-container.fullwidth-hero__row-wrapper--height-600 > div > .ves-inner > .row div,
    .cms-page-view .ves-container.fullwidth--height-600 > div > .ves-inner,
    .cms-page-view .ves-container.fullwidth--height-600 > div > .ves-inner > .row,
    .cms-page-view .ves-container.fullwidth--height-600 > div > .ves-inner > .row div,
    .cms-index-index .ves-container.fullwidth--height-600 > div > .ves-inner,
    .cms-index-index .ves-container.fullwidth--height-600 > div > .ves-inner > .row,
    .cms-index-index .ves-container.fullwidth--height-600 > div > .ves-inner > .row div,
    .ves-container.fullwidth--height-600 > div > .ves-inner,
    .ves-container.fullwidth--height-600 > div > .ves-inner > .row,
    .ves-container.fullwidth--height-600 > div > .ves-inner > .row div {
        min-height: 300px;
    }
}
/* END - VES FULLWIDTH HERO/BANNER CLASSES */
.cms-page-view .breadcrumbs {
    display: none;
}

.cms-page-view .page-main h1, .cms-page-view .page-main .header-1, .cms-index-index .page-main .header-1,
.cms-page-view .page-main h2, .cms-page-view .page-main .header-2, .cms-index-index .page-main .header-2,
.cms-page-view .page-main h3, .cms-page-view .page-main .header-3, .cms-index-index .page-main .header-3 {
    margin-top: 35px;
    margin-bottom: 20px;
    /* color: #43b02a; */
}

.cms-page-view .page-main h4, .cms-page-view .page-main .header-4, .cms-index-index .page-main .header-4,
.cms-page-view .page-main h5, .cms-page-view .page-main .header-5, .cms-index-index .page-main .header-5,
.cms-page-view .page-main h6, .cms-page-view .page-main .header-6, .cms-index-index .page-main .header-6 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.cms-page-view .page-main h1, .cms-page-view .page-main .header-1, .cms-index-index .page-main .header-1,
.cms-page-view .page-main h2, .cms-page-view .page-main .header-2, .cms-index-index .page-main .header-2,
.cms-page-view .page-main h3, .cms-page-view .page-main .header-3, .cms-index-index .page-main .header-3,
.cms-page-view .page-main h4, .cms-page-view .page-main .header-4, .cms-index-index .page-main .header-4,
.cms-page-view .page-main h5, .cms-page-view .page-main .header-5, .cms-index-index .page-main .header-5,
.cms-page-view .page-main h6, .cms-page-view .page-main .header-6, .cms-index-index .page-main .header-6 {
    font-weight: 700;
    text-align: center;
    word-break: break-word;
}

/* .cms-page-view .page-main h1, .cms-page-view .page-main .header-1, .cms-index-index .page-main .header-1 { font-size: 32px; }
.cms-page-view .page-main h2, .cms-page-view .page-main .header-2, .cms-index-index .page-main .header-2 { font-size: 26px; }
.cms-page-view .page-main h3, .cms-page-view .page-main .header-3, .cms-index-index .page-main .header-3 { font-size: 22px; }
.cms-page-view .page-main h4, .cms-page-view .page-main .header-4, .cms-index-index .page-main .header-4 { font-size: 20px; }
.cms-page-view .page-main h5, .cms-page-view .page-main .header-5, .cms-index-index .page-main .header-5 { font-size: 19px; }
.cms-page-view .page-main h6, .cms-page-view .page-main .header-6, .cms-index-index .page-main .header-6 { font-size: 18px; } */
.cms-page-view .page-main h1, .cms-page-view .page-main .header-1, .cms-index-index .page-main .header-1 { font-size: 2.46rem; }
.cms-page-view .page-main h2, .cms-page-view .page-main .header-2, .cms-index-index .page-main .header-2 { font-size: 2rem; }
.cms-page-view .page-main h3, .cms-page-view .page-main .header-3, .cms-index-index .page-main .header-3 { font-size: 1.69rem; }
.cms-page-view .page-main h4, .cms-page-view .page-main .header-4, .cms-index-index .page-main .header-4 { font-size: 1.54rem; }
.cms-page-view .page-main h5, .cms-page-view .page-main .header-5, .cms-index-index .page-main .header-5 { font-size: 1.46rem; }
.cms-page-view .page-main h6, .cms-page-view .page-main .header-6, .cms-index-index .page-main .header-6 { font-size: 1.38rem; }

.cms-page-view .page-main .header,
.cms-index-index .page-main .header {
    font-weight: 700;
    margin: 40px 0 25px;
}
.cms-page-view .page-main .main-header,
.cms-index-index .page-main .main-header,
.vesbuilder-block .main-header {
    font-weight: 700;
    margin: 60px 0 40px;
}
@media screen and (max-width: 767.98px) {
    .cms-page-view .page-main .main-header,
    .cms-index-index .page-main .main-header,
    .vesbuilder-block .main-header {
        font-weight: 700;
        margin: 50px 0 40px;
    }
}

.cms-page-view .page-main .header--medium,
.cms-index-index .page-main .header--medium,
.vesbuilder-block .header--medium {
    /* font-size: 38px; */
    font-size: 2.9rem;
}
.cms-page-view .page-main .header--large,
.cms-index-index .page-main .header--large,
.vesbuilder-block .header--large {
    /* font-size: 44px; */
    font-size: 3.4rem;
}
.cms-page-view .page-main .header--center,
.cms-index-index .page-main .header--center,
.vesbuilder-block .header--center {
    text-align: center;
}
.cms-page-view .page-main .header--left,
.cms-index-index .page-main .header--left,
.vesbuilder-block .header--left {
    text-align: left;
}
@media screen and (max-width:767.98px) {
    .cms-page-view .page-main .header--medium,
    .cms-index-index .page-main .header--medium,
    .vesbuilder-block .header--medium {
        /* font-size: 32px; */
        font-size: 2.4rem;
    }
    .cms-page-view .page-main .header--large,
    .cms-index-index .page-main .header--large,
    .vesbuilder-block .header--large {
        /* font-size: 38px; */
        font-size: 2.9rem;
    }
}
.cms-page-view .page-main .sub-header, .cms-index-index .page-main .sub-header {
    font-weight: 500;
    margin: 0 0 20px;
    color: #525455;
    /* font-size: 22px; */
    font-size: 1.2rem;
    line-height: 1.4;
}

.cms-page-view .page-main p,
.ves-container p {
    /* font-size: 20px; */
    font-size: 1.05rem;
    line-height: 1.4;
    margin: 0 0 15px;
}

.cms-page-view .page-main blockquote {
    /* font-size: 20px; */
    font-size: 1.05rem;
    border-left: 0;
    color: #000;
    font-style: normal;
    font-family: "Titillium web";
}
.cms-page-view .page-main blockquote footer{
    /* font-size: 16px; */
    font-size: 1rem;
    color: #000
}

.cms-page-view .ves-container,
.vesbuilder-block .ves-container {
    /* padding: 20px 15px; */
    padding: 15px 15px;
}


.ves-container .center-vertical {
    margin-top: 0;
    margin-bottom: 0;
}
.ves-container .center-vertical > div {
    position: relative;
    top: 50%;
    transform: translate(-0%,-50%);
    margin-top: 0;
    margin-bottom: 0;
    /* padding: 15px; */
}

@media (min-width: 768px) {
    .ves-container .center-vertical--desktop {
        margin-top: 0;
        margin-bottom: 0;
    }
    .ves-container .center-vertical--desktop > div {
        position: relative;
        top: 50%;
        transform: translate(-0%,-50%);
        margin-top: 0;
        margin-bottom: 0;
        /* padding: 15px; */
    }
}


@media (max-width: 767.98px) and (min-width: 576px) {
    .ves-container .center-vertical--tablet {
        margin-top: 0;
        margin-bottom: 0;
    }
    .ves-container .center-vertical--tablet > div {
        position: relative;
        top: 50%;
        transform: translate(-0%,-50%);
        margin-top: 0;
        margin-bottom: 0;
        /* padding: 15px; */
    }
}

@media (max-width: 575.98px) {
    .ves-container .center-vertical--mobile {
        margin-top: 0;
        margin-bottom: 0;
    }
    .ves-container .center-vertical--mobile > div {
        position: relative;
        top: 50%;
        transform: translate(-0%,-50%);
        margin-top: 0;
        margin-bottom: 0;
        /* padding: 15px; */
    }
}

.cms-page-view .page-main .ves-widget.widget-html.block {
    /* max-width: 900px; */
    /* margin: 40px auto; */
    margin: 15px auto;
    /* font-size: 20px; */
    line-height: 1.4;
    font-size: 1.05rem;
}
.cms-page-view .page-main .ves-widget.block-vimeo-widget.block,
.cms-page-view .page-main .ves-widget.block-youtube-widget.block {
    max-width: 1140px;
    margin: 10px auto;
}

.cms-page-view .page-main .cms-page-header {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.cms-page-view .ves-container.fullwidth-hero__row-wrapper .cms-page-header{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}


.bg-img-cover, .bg-img-cover--full-height {
    background-size: cover !important;
    height: 100% !important;
}
.bg-img-cover--min-height-100 {
    background-size: cover !important;
    height: 100% !important;
    min-height: 100px;
}
.bg-img-cover--min-height-200 {
    background-size: cover !important;
    height: 100% !important;
    min-height: 200px;
}
.bg-img-cover--min-height-400 {
    background-size: cover !important;
    height: 100% !important;
    min-height: 400px;
}
.bg-img-cover--min-height-600 {
    background-size: cover !important;
    height: 100% !important;
    min-height: 600px;
}
.bg-img-cover--min-height-800 {
    background-size: cover !important;
    height: 100% !important;
    min-height: 800px;
}


@media (max-width: 767.98px) {
    .cms-page-view .ves-container {
        margin: 0 auto;
        /* padding: 30px 15px; */
        /* padding: 15px 10px; */
        padding: 15px 15px;
    }
}



@media (min-width: 992px) {
    .hide-on-desktop {
        display: none;
    }
}
@media (max-width: 991.98px) and (min-width: 768px) {
    .hide-on-laptop {
        display: none;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .hide-on-tablet {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .hide-on-mobile {
        display: none;
    }
}

/* END - VES FULLWIDTH STANDARD CMS CLASSES */


/* END - VES PAGE BUILDER */





/*--- HOME PAGE W/ VES PAGE BUILDER ---*/



/* HOME BLOCK 1 */
.home-hero.home-hero__wrapper-row > div > .ves-inner,
.home-hero.home-hero__wrapper-row > div > .ves-inner > .row {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.home-hero__full-width-img-col {
    position: absolute;
    left: -9999px;
    right: -9999px;
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    bottom: 0;
    top: 0;
}
.home-hero__full-width-img {
    width: auto;
    /* transform: translate(0%, -50%); */
    /* transform: translate(0%, -30%); */
    transform: translate(0%, -25%);
    max-width: none;
    max-height: none;
    margin: 0 auto;
    padding: 0;
}




.page-layout-1column-fullwidth #maincontent {
    padding: 0;
}
.page-layout-1column-fullwidth .page-header.type1 .nav-sections {
    margin-bottom: 0;
}

.page-layout-1column .page-header.type1 .nav-sections {
    margin-bottom: 0;
}



.home-hero.home-hero__wrapper-row {
    /* min-height: 850px; */
    max-width: none;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
}
.home-hero.home-hero__wrapper-row .row-inner {
    justify-content: space-around;
    /* padding: 80px 0 50px; */
}
.home-hero__wrapper-inner {
}
.home-hero__row-inner {
}


.home-hero__first-main-col, .home-hero__second-main-col {
    height: 480px;
    max-width: 480px;
    border-radius: 100%;
    margin-top: 300px;
    margin-bottom: 200px;
}
.home-hero__first-main-col-inner, .home-hero__second-main-col-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    /* height: 100%; */
    /* border-radius: 100%; */
    padding: 25px;
}
.home-hero__first-main-col-img-wrapper, .home-hero__second-main-col-img-wrapper {
    float: none !important;
    padding: 0;
}
.home-hero__first-main-col-img-wrapper img, .home-hero__second-main-col-img-wrapper img {
    height: 105px;
}
.home-hero__first-main-col-img-wrapper img.only-image, .home-hero__second-main-col-img-wrapper img.only-image {
    height: 320px;
}
.home-hero__first-main-col-header, .home-hero__second-main-col-header {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
}
.home-hero__first-main-col-text-content, .home-hero__second-main-col-text-content {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 0 5px;
    /* line-height: 26px; */
    line-height: 1.4;
    min-height: 105px;
    /* font-size: 15px; */
    font-size: 1rem;
}
.home-hero__first-main-col-btn-wrapper, .home-hero__second-main-col-btn-wrapper {
    text-align: center;
}
.home-hero__first-main-col-btn, .home-hero__first-main-col-btn:visited, .home-hero__second-main-col-btn, .home-hero__second-main-col-btn:visited {
    /* font-size: 18px; */
    font-size: 1rem;
    background-color: #fff;
    font-weight: 700;
    padding: 15px 50px;
    line-height: 28px;
    margin-top: 10px;
    /* margin-top: 1rem; */
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
.home-hero__first-main-col-btn:hover, .home-hero__first-main-col-btn:focus, .home-hero__second-main-col-btn:hover, .home-hero__second-main-col-btn:focus {
    color: #333;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.home-hero__first-main-col {
    background-color: rgba(255, 0, 0, 0.7);
}
.home-hero__first-main-col-btn, .home-hero__first-main-col-btn:visited {
    color: #ff0000;
}

.home-hero__second-main-col {
    background-color: rgba(0, 150, 57, 0.7);
}
.home-hero__second-main-col-btn, .home-hero__second-main-col-btn:visited {
    color: #009639;
}


@media (min-width: 2560px) {
    .home-hero__first-main-col, .home-hero__second-main-col {
        /* margin-top: 300px; */
        /* margin-bottom: 200px; */
        margin-top: 200px;
        margin-bottom: 200px;
    }
}
@media (max-width: 2559px) and (min-width: 1920px) {
    .home-hero__first-main-col, .home-hero__second-main-col {
        /* margin-top: 275px; */
        /* margin-bottom: 100px; */
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1919px) and (min-width: 1440px) {
    .home-hero__first-main-col, .home-hero__second-main-col {
        /* margin-top: 150px; */
        /* margin-bottom: 100px; */
        margin-top: 70px;
        margin-bottom: 70px;
    }
}
@media (max-width: 1439px) and (min-width: 1280px) {
    .home-hero__first-main-col, .home-hero__second-main-col {
        /* margin-top: 60px; */
        /* margin-bottom: 60px; */
        margin-top: 15px;
        margin-bottom: 15px;
        height: 410px;
        max-width: 410px;
    }
    .home-hero__first-main-col-img-wrapper img, .home-hero__second-main-col-img-wrapper img {
        max-height: 70px;
    }
    .home-hero__first-main-col-img-wrapper img.only-image, .home-hero__second-main-col-img-wrapper img.only-image {
        max-height: 270px;
    }
    .home-hero__first-main-col-btn, .home-hero__first-main-col-btn:visited, .home-hero__second-main-col-btn, .home-hero__second-main-col-btn:visited {
        padding: 12px 30px;
    }
}
@media (max-width: 1279px) and (min-width: 992px) {
    .home-hero__first-main-col, .home-hero__second-main-col {
        /* margin-top: 60px; */
        /* margin-bottom: 60px; */
        margin-top: 15px;
        margin-bottom: 15px;
        height: 400px;
        max-width: 400px;
    }
    .home-hero__first-main-col-img-wrapper img, .home-hero__second-main-col-img-wrapper img {
        max-height: 70px;
    }
    .home-hero__first-main-col-img-wrapper img.only-image, .home-hero__second-main-col-img-wrapper img.only-image {
        max-height: 265px;
    }
    .home-hero__first-main-col-btn, .home-hero__first-main-col-btn:visited, .home-hero__second-main-col-btn, .home-hero__second-main-col-btn:visited {
        padding: 12px 30px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .home-hero__first-main-col, .home-hero__second-main-col {
        height: 350px;
        max-width: 350px;
        /* margin-top: 50px; */
        /* margin-bottom: 50px; */
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-hero__first-main-col-img-wrapper, .home-hero__second-main-col-img-wrapper {
        margin-bottom: 8px !important;
    }

    .home-hero__first-main-col-img-wrapper img, .home-hero__second-main-col-img-wrapper img {
        height: 70px;
    }
    .home-hero__first-main-col-img-wrapper img.only-image, .home-hero__second-main-col-img-wrapper img.only-image {
        height: 230px;
    }
    .home-hero__first-main-col-header, .home-hero__second-main-col-header {
        font-size: 28px;
        line-height: 28px;
        margin: 5px 0;

    }
    .home-hero__first-main-col-text-content, .home-hero__second-main-col-text-content {
        /* font-size: 13px; */
        font-size: 1rem;
    }
    .home-hero__first-main-col-btn, .home-hero__first-main-col-btn:visited,
    .home-hero__second-main-col-btn, .home-hero__second-main-col-btn:visited {
        font-size: 16px;
        padding: 5px 8px;
    }
}
@media (max-width: 767px) {
    .home-hero.home-hero__wrapper-row .row-inner {
        justify-content: center;
        margin: 0;
    }
    .home-hero__first-main-col, .home-hero__second-main-col {
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        height: 90vw;
        width: 90vw !important;
        max-width: 400px !important;
        max-height: 400px !important;
        margin: 15px 0;
    }
    .home-hero__first-main-col-img-wrapper, .home-hero__second-main-col-img-wrapper {
        margin-bottom: 8px !important;
    }
    .home-hero__first-main-col-img-wrapper img, .home-hero__second-main-col-img-wrapper img {
        height: 100%;
        max-height: 60px;
    }
    .home-hero__first-main-col-img-wrapper img.only-image, .home-hero__second-main-col-img-wrapper img.only-image {
        height: 100%;
        max-height: 230px;
    }
    .home-hero__first-main-col-header, .home-hero__second-main-col-header {
        font-size: 25px;
        line-height: 25px;
        margin: 5px 0;
    }
    .home-hero__first-main-col-text-content, .home-hero__second-main-col-text-content {
        /* font-size: 14px; */
        font-size: 1rem;
        /* line-height: 18px; */
        line-height: 1.4;
        padding: 0;
        min-height: 65px;
    }
    .home-hero__first-main-col-btn, .home-hero__first-main-col-btn:visited,
    .home-hero__second-main-col-btn, .home-hero__second-main-col-btn:visited {
        font-size: 16px;
        padding: 2px 8px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .home-hero__first-main-col-img-wrapper img, .home-hero__second-main-col-img-wrapper img {
        height: 100%;
        max-height: 90px;
    }
    .home-hero__first-main-col-img-wrapper img.only-image, .home-hero__second-main-col-img-wrapper img.only-image {
        height: 100%;
        max-height: 280px;
    }
    .home-hero__first-main-col-header, .home-hero__second-main-col-header {
        font-size: 28px;
        /* line-height: 30px; */
        line-height: 1.4;
        margin: 10px 0;
    }
    .home-hero__first-main-col-text-content, .home-hero__second-main-col-text-content {
        /* font-size: 16px; */
        font-size: 1rem;
        /* line-height: 24px; */
        line-height: 1.4;
        padding: 0 5px;
        min-height: 110px;
    }
    .home-hero__first-main-col-btn, .home-hero__first-main-col-btn:visited,
    .home-hero__second-main-col-btn, .home-hero__second-main-col-btn:visited {
        font-size: 18px;
        padding: 4px 16px;
    }
}
@media (max-width: 479px) {
    .home-hero__first-main-col-img-wrapper img, .home-hero__second-main-col-img-wrapper img {
        max-height: 80px;
    }
    .home-hero__first-main-col-img-wrapper img.only-image, .home-hero__second-main-col-img-wrapper img.only-image {
        max-height: 260px;
    }
    .home-hero__first-main-col-header, .home-hero__second-main-col-header {
        font-size: 1.2rem;
        /* line-height: 30px; */
        line-height: 1;
        margin: 5px 0 10px;
    }
    .home-hero__first-main-col-text-content, .home-hero__second-main-col-text-content {
        /* font-size: 13px; */
        font-size: 1rem;
    }
}
@media (max-width: 375px) {
    .home-hero__first-main-col-img-wrapper img, .home-hero__second-main-col-img-wrapper img {
        max-height: 70px;
    }
    .home-hero__first-main-col-img-wrapper img.only-image, .home-hero__second-main-col-img-wrapper img.only-image {
        max-height: 260px;
        height: auto;
        width: auto;
        padding: 10%;
    }
    .home-hero__first-main-col-header, .home-hero__second-main-col-header {
        /* font-size: 20px; */
        font-size: 1.2rem;
        /* line-height: 20px; */
        line-height: 1.4;
        margin: 5px 0;
    }
}















/* HOME BLOCK 2 */

.home-change-to-green {

}
.home-change-to-green.home-change-to-green__wrapper-row {
    /* background-size: 800px; */
    background-size: 1280px 1280px;
    /* padding: 60px 10px 80px; */
    padding: 15px 10px 30px;
    border-top: 2px solid #e0dfdf;
    border-bottom: 2px solid #e0dfdf;
    max-width: none;
}
.home-change-to-green .home-change-to-green__wrapper-inner {

}
.home-change-to-green .home-change-to-green__row-inner {

}

.home-change-to-green.home-change-to-green__wrapper-row .row-inner {
    text-align: center;
}

.home-change-to-green__header {
    color: #289e3d;
    font-size: 42px;
    font-weight: 700;
}

.home-change-to-green__content {
    color: #121212;
    font-size: 28px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.home-change-to-green__btn {
    background-color: #289e3d !important;
    padding: 8px 20px;
    font-size: 20px;
    color: #fff !important;
    /* margin-top: 10px; */
    /* margin-bottom: 0; */
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
}

.home-change-to-green__btn:hover, .home-change-to-green__btn:focus {
    color: #fff;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/* TABELT TO SMALL DESKTOP */
@media (min-width: 768px) and (max-width: 991px) {
    .home-change-to-green.home-change-to-green__wrapper-row {
        background-size: 650px 650px;
    }
}
/* MOBILE */
@media (max-width: 767px) {
    .home-change-to-green.home-change-to-green__wrapper-row {
        background-size: 800px 800px;
    }
}












/* HOME BLOCK 3 */


.home-safety {

}
.home-safety.home-safety__wrapper-row {
    padding: 20px 30px 20px;
    /* border: 2px solid #030304; */
    /* margin: 60px 5% 80px; */
    border: 2px solid #a8a8a8;
    margin: 60px 10px 80px;
}
.home-safety .home-safety__wrapper-inner {

}
.home-safety .home-safety__row-inner {

}

.home-safety.home-safety__wrapper-row .row-inner {

}

.home-safety__header-first {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin: 15px 0 15px;
    text-align: center;
}

.home-safety__video-wrapper {

}
.home-safety__video-wrapper .video-widget-bg {
    height: auto !important;
    width: auto !important;
    background-color: transparent !important;
}

.home-safety__video-btn-wrapper {
    text-align: center;
    margin: 40px 0 0;
}
.home-safety__video-btn {
    background-color: #289e3d !important;
    padding: 15px 30px;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
}
.home-safety__video-btn:hover, .home-safety__video-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.home-safety__header-second-wrapper--half-width {
    width: 50%;
}

.home-safety__header-second {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 15px;
    text-align: left;

}

.home-safety__text-content {
    padding: 0;
    font-size: 1rem;
    line-height: 28px;
}
.home-safety__text-content-wrapper--half-width {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.home-safety__text-content-wrapper--full-width {
    width: 100%;
}

.home-safety__img-wrapper {
    width: 50%;
    display: inline-block;
    vertical-align: top;

    float: right;
}
.home-safety__img {
    max-height: 250px;
}


.read-more-state {
    display: none;
}
.read-more-target {
    height: calc(1.6em * 4);
    overflow: hidden;
}
.read-more-state:checked ~ .read-more-target {
    height: auto;
    overflow: visible;
}
.read-more-state ~ .read-more-trigger:before {
    content: 'READ MORE';
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'SHOW LESS';
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px 5px 0;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    border: 0;
    font-weight: 700;
}




/* TO SMALL DESKTOP */
@media (max-width: 991px) {
    .home-safety__right-col-inner {
        border-bottom: 2px solid #e2e2e2;
    }
    .home-safety.home-safety__wrapper-row {
        padding: 20px 30px 20px;
        border: 0;
        margin: 0 auto;
    }
    .home-safety__header-first {
        margin: 45px 0 35px;
    }
    .home-safety__right-col {
        margin-top: 40px;
    }
    .home-safety__right-col-inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 50px;
    }
    .home-safety__header-second-wrapper {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .home-safety__header-second {
        text-align: center;
    }
    .home-safety__text-content-wrapper--half-width {
        width: auto;
        display: block;
        margin-bottom: 30px;
        text-align: center;
        max-width: 500px;
    }
    .home-safety__text-content-wrapper--full-width {
        max-width: 500px;
        margin-bottom: 50px;
    }
    .home-safety__img-wrapper {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: block;
        order: 99;
    }
    .home-safety__img {
        max-height: 250px;
    }

    .read-more-trigger {
        display: block;
        text-align: center;
        padding: 5px 20px;
    }
    .read-more-trigger:before {
        display: inline-block;
    }


}
/* MOBILE */
@media (max-width: 767px) {
    .home-safety__right-col-inner {
        padding-bottom: 0;
    }
    .home-safety__header-first {
        margin: 20px 0 35px;
    }
    .home-safety__text-content-wrapper--full-width {
        margin-bottom: 20px;
    }
    .home-safety__img {
        max-height: 220px;
    }

}






/* HOME BLOCK 4 */
.home-offers-header {
    margin: 15px auto 30px;
}
.home-offers__header {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.home-offers {

}
.home-offers.home-offers__wrapper-row {
    /* padding: 20px 30px 20px; */
    /* border: 2px solid #030304; */
    margin: 15px auto 80px;
    background-color: #ccc;
    /* max-width: none; */
}
.home-offers.home-offers__wrapper-row > div > .ves-inner,
.home-offers.home-offers__wrapper-row > div > .ves-inner > .row {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.home-offers .home-offers__wrapper-inner {

}
.home-offers .home-offers__row-inner {

}

.home-offers__side-banner-col {
    padding: 0;
}

/* .home-offers__side-banner-col:before {
content: '';
position: absolute;
height: 100%;
width: 9999px;
background-color: #fff;
left: calc(-9999px + 15px);
} */

.home-offers__side-banner-col-inner {
    height: 100%;
    background-size: cover;
}
.home-offers__side-offers-col {

}

.home-offers__side-offers-col-inner {

}

.home-offers__side-img {

}
.home-offers__side-img-corner {
    position: absolute;
    top: 0;
    height: 115px;
}

.home-offers__side-header {
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    color: #fff;
}

.home-offers__offers-images-row-wrapper {
    padding: 0 10px;
}

.home-offers__offers-col {
    padding: 0;
}

.home-offers__offer-img {
    margin: 0 auto;
    max-height: 250px;
}

.home-offers__offer-img--top-left,
.home-offers__offer-img--top-right {
    padding-top: 40px;
}
.home-offers__offer-img--bottom-left,
.home-offers__offer-img--bottom-right {
    padding-top: 40px;
}
.home-offers__offer-img--top-left,
.home-offers__offer-img--bottom-left {
    padding-right: 20px;
    margin: 0 0 0 auto;
}
.home-offers__offer-img--top-right,
.home-offers__offer-img--bottom-right {
    padding-left: 20px;
    margin: 0 auto 0 0;
}

.home-offers__btn-wrapper {
    text-align: center;
    margin: 40px 0 40px !important;
}

.home-offers__btn {
    background-color: #fe0000 !important;
    padding: 8px 35px;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
    max-width: 200px;
    white-space: normal;
}
.home-offers__btn:hover, .home-offers__btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



@media (max-width: 991px) {
    .home-offers.home-offers__wrapper-row {
        margin: 0 auto;
    }
    .home-offers__side-banner-col {
        min-height: 400px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-offers__side-banner-col,
    .home-offers__side-offers-col {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .home-offers__side-img-corner {
        max-height: 100px;
    }
    .home-offers__side-header {
        font-size: 34px;
        bottom: 20%;
    }

    .home-offers__offers-col {
        width: 50%;
    }
    .home-offers__offer-img {
        /* max-height: 220px; */
    }

    .home-offers__offer-img--top-left,
    .home-offers__offer-img--top-right {
        padding-top: 20px;
    }
    .home-offers__offer-img--bottom-left,
    .home-offers__offer-img--bottom-right {
        padding-top: 20px;
    }
    .home-offers__offer-img--top-left,
    .home-offers__offer-img--bottom-left {
        padding-right: 10px;
    }
    .home-offers__offer-img--top-right,
    .home-offers__offer-img--bottom-right {
        padding-left: 10px;
    }
}




/* HOME BLOCK 5 */

.page-layout-1column-fullwidth .home-kq__row-wrapper {
    max-width: none;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-kq__row-wrapper > div > .ves-inner,
.home-kq__row-wrapper > div > .ves-inner > .row {
    max-width: 1280px;
    margin: 0 auto;
}


.home-kq__left-side-col {
    position: relative;
}
.home-kq__left-side-col-inner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-kq__header {
    text-align: center;
    display: none
}
.home-kq__header-sub {
    font-size: 70px;
    font-weight: 300;
    color: #4d4d4d;
    text-align: center;
}
.home-kq__btn-wrapper {
    text-align: center;
    margin: 40px 0 40px !important;
}
.home-kq__btn {
    background-color: #289e3d !important;
    padding: 8px 20px;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
}

.home-kq__btn:hover, .home-kq__btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}




.home-kq__widget {
    max-width: 360px;
    margin: 0 auto 30px;
    padding: 0 30px;
}

.home-kq__widget.ves-widget.widget-gallery-list .owl-prev {
    left: -50px;
}
.home-kq__widget.ves-widget.widget-gallery-list .owl-prev:hover {
    padding: 0 5px;
    left: -60px;
}
.home-kq__widget.ves-widget.widget-gallery-list .owl-next {
    right: -50px;
}
.home-kq__widget.ves-widget.widget-gallery-list .owl-next:hover {
    padding: 0 5px;
    right: -60px;
}

.home-kq__widget.ves-widget.widget-gallery-list .owl-prev > span:before,
.home-kq__widget.ves-widget.widget-gallery-list .owl-next > span:before {
    font-size: 0;
    color: #000;
    display: inline-block;
}

.home-kq__widget.ves-widget.widget-gallery-list .owl-next > span,
.home-kq__widget.ves-widget.widget-gallery-list .owl-next > span {
    /* height: 118px; */
    /* width: 64px; */
}
.home-kq__widget.ves-widget.widget-gallery-list .owl-prev > span:before {
    content: '';
    background: url('/pub/media/wysiwyg/veidec/home/kq-previous-arrow.svg') no-repeat center center;
    background-size: 64px 118px;
    height: 118px;
    width: 64px;
}
.home-kq__widget.ves-widget.widget-gallery-list .owl-next > span:before {
    content: '';
    background: url('/pub/media/wysiwyg/veidec/home/kq-next-arrow.svg') no-repeat center center;
    background-size: 64px 118px;
    height: 118px;
    width: 64px;
}

@media (max-width: 991px) {
    .page-layout-1column-fullwidth .home-kq__row-wrapper {
        background-size: 120%;
        padding: 0;
    }
    .home-kq__left-side-col-inner {
        position: relative;
    }


    .home-kq__header {
        display: block;
        font-size: 50px;
        font-weight: 300;
        color: #4d4d4d;
        text-align: center;
    }
    .home-kq__header-sub {
        font-size: 20px;
        line-height: 28px;
    }

    .home-kq__widget {
        max-width: 250px;
    }
    .home-kq__widget.ves-widget.widget-gallery-list .owl-prev > span:before,
    .home-kq__widget.ves-widget.widget-gallery-list .owl-next > span:before {
        background-size: 35px
    }
}






.home-occupational-filter {

}
.home-occupational-filter__row-wrapper {

}
.home-occupational-filter__header {
    text-align: center;
    font-size: 40px;
    margin: 40px auto 20px;
}
.home-occupational-filter__img-row-wrapper {
    padding: 0 2px;
}
.home-occupational-filter__img-row-wrapper > div > .ves-inner,
.home-occupational-filter__img-row-wrapper > div > .ves-inner > .row {
    margin: 0;
}
.home-occupational-filter__img-col {
    /* flex: 0 0 calc(100% / 8); */
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% / 8);
    padding: 0;
}
.home-occupational-filter__img {
    max-width: 160px;
    padding: 2px;
}
.home-occupational-filter__text {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 600;
    max-width: 800px;
    padding: 0;
    margin: 20px auto;
    text-align: center;

}

@media (max-width: 767px) {
    .home-occupational-filter__img-col {
        /* flex: 0 0 calc(100% / 4); */
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 25%;
        padding: 0;
    }
}

@media (max-width: 479px) {
    .home-occupational-filter__img-col {
        /* flex: 0 0 calc(100% / 4); */
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 25%;
    }
}




/* HOME BLOCK 6*/

.home-questions__row-wrapper {
    margin: 80px auto 20px;
}

.home-questions__text-area-left-col {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-questions__bg-img-col {
    min-height: 400px;
}
.home-questions__bg-img-col-inner {
    height: 100%;
    background-size: cover;
}
.home-questions__text-area-left-row-wrapper {
    position: absolute;
    bottom: 0;
    top: 50%;
    right: 15px;
    left: 15px;
}
.home-questions__header-left {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.home-questions__btn-wrapper {
    text-align: center;
}
.home-questions__btn {
    text-transform: uppercase;
    display: inline-block;
    /* font-size: 20px; */
    background-color: transparent !important;
    border: 2px solid #000;
    padding: 8px 20px;
    font-size: 18px;
    color: #000 !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
    margin: 15px 0;
}
.home-questions__btn:hover, .home-questions__btn:focus {
    background-color: #289e3d !important;
    border-color: #289e3d;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.home-questions__area-right-col {

}
.home-questions__area-right-col-inner {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 10px;
}
.home-questions__header-right {
    font-size: 30px;
    font-weight: 600;
    color: #4e4e4e;
}
.home-questions__text-right {
    padding: 0;
    color: #919191;
    font-size: 15px;
}


.column:not(.sidebar-additional) .form.contact.home-page-contact-form  {
    float: none;
    width: 100%;
    max-width: 400px;
    margin-top: 25px;
}

.home-page-contact-form .fieldset{
    margin: 0 0 20px;
    width: 100%;
}
.home-page-contact-form .fieldset>.fields {
    width: 100%;
}
.home-page-contact-form .fieldset>.fields>.field {
    margin: 0 0 5px;
}
.home-page-contact-form div.mage-error[generated]{
    margin-top: 0;
    font-size: 13px;
}
.home-page-contact-form .fieldset > .fields > .field > .label {
    margin: 0 0 1px;
    font-size: 1rem;
}
.home-page-contact-form .fieldset> .fields >.field.required > .label:after {
    font-size: 14px;
}
.home-page-contact-form input, .home-page-contact-form textarea{
    border: 1px solid #444444;
}
.home-page-contact-form .actions-toolbar .primary {
    display: block;
    float: none;
}
.home-page-contact-form button.action.submit {
    float: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    background-color: #289e3d !important;
    border-color: #289e3d;
    /* padding: 8px 20px; */
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
    height: auto;
    padding: 14px 20px;
}
.home-page-contact-form button.action.submit:hover,.home-page-contact-form button.action.submit:focus {
    border-color: #289e3d;
    color: #fff;
    text-decoration: none;
    background-color: #289e3d;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


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

}

@media (max-width: 767px) {
    .home-questions__area-right-col-inner {
        padding: 30px 10px 30px;
    }
}

.cms-index-index .home-questions .form.contact.home {
    margin-top: 30px;
}

.cms-index-index .home-questions .form.contact.home .form-header {
    display: none;
}

.cms-index-index .form.contact.home .form-header {
    margin-bottom: 15px;
}

.form.contact.home .fieldset > .field, .form.contact.home .fieldset > .fields > .field {
    margin: 0px 0 10px;
}

.form.contact.home .fieldset > .field > .label, .form.contact.home .fieldset > .fields > .field > .label {
    font-size: 1rem;
    line-height: 1.7rem;
    margin: 0;
    color: #000;
}

.form.contact.home .fieldset > .fields > .field.required > .label:after {
    font-size: 1rem;
}

.form.contact.home .actions-toolbar .primary {
    float: none;
    display: block;
}

.form.contact.home .actions-toolbar button.action.primary {
    border: 0;
    background-color: #009645;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 10px 30px;
    height: auto;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}

.form.contact.home .actions-toolbar button.action.primary:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.form.contact.home > .fieldset {
    margin-bottom: 15px;
}

.form.contact.home .g-recaptcha {
    display: none;
}





/* HOME BLOCK 7 - RACING VIDEO*/

.home-racing-video__ {

}

.home-racing-video__header-first {
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    color: #4d4d4d;
    margin: 80px 0 65px;
}

.home-racing-video__video-wrapper {
    /* width: 100%; */
    /* padding: 40px; */
    max-width: 1200px;
    margin: 0 auto;
}

.home-racing-video__video-wrapper .video-widget-bg {
    height: auto !important;
    width: auto !important;
    background-color: transparent !important;
}

.home-racing-video__header-second {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 40px 0 20px;
}
.home-racing-video__text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000;
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto;
}
.home-racing-video__btn-wrapper {
    text-align: center;
}
.home-racing-video__btn {
    text-transform: uppercase;
    display: inline-block;
    /* font-size: 25px; */
    background-color: #535353 !important;
    /* border-color: #289e3d; */
    padding: 10px 40px;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
    margin: 40px auto;
}
.home-racing-video__btn:hover, .home-racing-video__btn:focus {
    /* border-color: #289e3d; */
    color: #fff;
    text-decoration: none;
    background-color: #535353;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-racing-video__header-first {
        font-size: 50px;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .home-racing-video__header-first {
        font-size: 40px;
        font-weight: 400;
    }
}



/* HOME BLOCK 8 - Green World in racing */

.page-layout-1column-fullwidth .home-gw-in-racing__row-wrapper {
    /* max-width: none; */
    padding: 0;
    margin-top: 50px;
}
.home-gw-in-racing__row-wrapper > div > .ves-inner,
.home-gw-in-racing__row-wrapper  > div > .ves-inner > .row {
    max-width: 1280px;
    margin: 0 auto;
}



.home-gw-in-racing__bg-img-col {
    padding: 0;
    min-height: 400px;
}

/* .home-gw-in-racing__bg-img-col:before {
content: '';
position: absolute;
height: 100%;
width: 9999px;
background-color: #fff;
left: -9999px
} */

.home-gw-in-racing__bg-img-col-inner {
    height: 100%;
    background-size: cover;
}


.home-gw-in-racing__area-right-col-inner {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 10px;
}
.home-gw-in-racing__header-first {
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin: 40px 0 20px;
}
.home-gw-in-racing__header-second {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin: 15px 0 20px;
}

.home-gw-in-racing__text {
    color: #000;
    padding: 0;
    font-size: 1rem;
    line-height: 24px;
}
.home-gw-in-racing__btn-wrapper {
    text-align: center;
}
.home-gw-in-racing__btn {
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    background-color: transparent !important;
    border: 2px solid #fff;
    padding: 5px 20px;
    /* font-size: 18px; */
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
    margin: 40px auto;
}
.home-gw-in-racing__btn:hover, .home-gw-in-racing__btn:focus {
    background-color: #289e3d !important;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.home-gw-in-racing__corner-img-widget {
    height: 0;
}

.home-gw-in-racing__corner-img {
    /* position: absolute; */
    /* bottom: 30px; */
    /* right: 20px; */
    height: 75px;

    float: right;
}






/* HOME BLOCK 9 - References */

.home-references {

}

.home-references__header-row-wrapper {
    margin: 100px auto 50px;
}

.home-references__header {
    text-align: center;
    color: #4d4d4d;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-references-desktop {

}
.home-references-desktop__row-wrapper {

}

.home-references-desktop__text {
    padding: 0 15px;
}

.home-references-desktop__text h3 {
    font-weight: 700;
}

.home-references-desktop__text p {
    font-size: 1rem;
}

.home-references-desktop__btn-more-wrapper {
    text-align: center;
}
.home-references-desktop__btn-more {
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    background-color: #808080 !important;
    /* border: 2px solid #fff; */
    padding: 8px 35px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 23px;
    font-weight: 600;
    margin: 40px auto;

}

.home-references-desktop__btn-more:hover, .home-references-desktop__btn-more:focus {
    /* background-color: #289e3d !important; */
    /* border: 2px solid #fff; */
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



.home-sponsoring {
    display: none;
}
.home-sponsoring__header {
    text-align: center;
    color: #4d4d4d;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 100px auto 50px;
}
.home-sponsoring__second-header {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.home-sponsoring__text {
    margin: 0 auto;
    max-width: 800px;
    font-size: 18px;
}
.home-sponsoring__btn-more-wrapper {
    text-align: center;
}
.home-sponsoring__btn-more {
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    background-color: #9d9d9c !important;
    padding: 8px 35px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
    margin: 30px auto 40px;
}
.home-sponsoring__btn-more:hover, .home-sponsoring__btn-more:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.home-sponsoring__video-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.home-sponsoring__video-wrapper .video-widget-bg {
    height: auto !important;
    width: auto !important;
    background-color: transparent !important;
}





.home-references-mobile-tablet {
    display: none;
}
.home-references-mobile-tablet__row-wrapper {

}
.home-references-mobile-tablet__row-wrapper > div > .ves-inner,
.home-references-mobile-tablet__row-wrapper > div > .ves-inner > .row {
    justify-content: center;
}
.home-references-mobile-tablet__quote-col {

}
.home-references-mobile-tablet__quote-col--hide-on-mobile {

}

.home-references-mobile-tablet__quote {
    padding: 0 15px;
}

.home-references-mobile-tablet .quote-header {
    font-weight: 700;
}
.home-references-mobile-tablet .quote {
    font-weight: 700;
}
.home-references-mobile-tablet .text-green {
    color: #299e3d;
}
.home-references-mobile-tablet .quote-extra {

}
.home-references-mobile-tablet__btn-more-wrapper {
    text-align: center;
}
.home-references-mobile-tablet__btn-more {
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    background-color: #9d9d9c !important;
    padding: 8px 35px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
    margin: 30px auto 40px;

}

.home-references-mobile-tablet__btn-more:hover, .home-references-mobile-tablet__btn-more:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.home-references-mobile-tablet__quote-vertical-line {
    height: 100px;
    max-width: 1px;
    padding: 0;
    background-color: #979797;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .home-references-desktop {
        display: none;
    }
    .home-references-mobile-tablet {
        display: block;
    }
    .home-sponsoring {
        display: block;
    }
}

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

}

@media (max-width: 767px) {
    .home-references-mobile-tablet__quote-col--hide-on-mobile {
        display: none;
    }
    .home-references-mobile-tablet__quote-vertical-line {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 767px){
    .home-references-mobile-tablet__quote-col,
    .home-references-mobile-tablet__quote-col--hide-on-mobile {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        display: block;
    }
}

/*--- END OF HOME PAGE W/ VES PAGE BUILDER ---*/




/*------- Custom widget product grid -------*/
.block.widget .products-grid .widget-product-grid--grid-type-one {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.block.widget .products-grid .widget-product-grid--grid-type-one .product-item {
    position: relative;
    width: calc(33.33333333% - 10px * 2);
    margin: 0 10px 20px;
    padding: 15px 15px 50px;
    border: 2px solid #ccc;
}

.block.widget .products-grid .widget-product-grid--grid-type-one .product-image-photo {
    margin-left: auto;
    margin-right: auto;
}

.block.widget .products-grid .widget-product-grid--grid-type-one .product-item .product-item-name a {
    color: #222;
}
.block.widget .products-grid .widget-product-grid--grid-type-one .product-item .product-item-name a:hover {
    text-decoration: none;
}

.block.widget .products-grid .widget-product-grid--grid-type-one .product-item .product-item-info {
    position: static !important;
}
.block.widget .products-grid .widget-product-grid--grid-type-one .product-item .product-item-details-link {
    text-align: left;
}

.block.widget .products-grid .widget-product-grid--grid-type-one .product-item .product-item-details .product-item-actions {
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}

@media (max-width: 767px) {
    .block.widget .products-grid .widget-product-grid--grid-type-one .product-item {
        width: calc(50% - 10px * 2);
        margin: 0 10px 20px;
        padding: 10px 10px 50px;
    }
}

@media (max-width: 375px) {
    .block.widget .products-grid .widget-product-grid--grid-type-one .product-item {
        width: calc(100%);
        margin: 0 0 20px;
        padding: 5px 5px 50px;
    }
}
/*------- END - Custom widget product grid -------*/





/* REKOMMENDED OFFERS ELEMENT */
.pb-recommended-offers-element {
    width: 100%;
    max-width: 1280px;
    margin-bottom: 0 !important;
}
.pb-recommended-offers__header {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin: 35px auto 30px;
}

.pb-recommended-offers__wrapper-row {
    margin: 15px auto 15px;
    background-color: #ccc;
}
.pb-recommended-offers__wrapper-row > div > .ves-inner,
.pb-recommended-offers__wrapper-row > div > .ves-inner > .row {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.pb-recommended-offers__side-banner-col {
    padding: 0;
}

/* .pb-recommended-offers__side-banner-col:before {
content: '';
position: absolute;
height: 100%;
width: 9999px;
background-color: #fff;
left: calc(-9999px + 15px);
} */

.pb-recommended-offers__side-banner-col-inner {
    height: 100%;
    background-size: cover;
}

.pb-recommended-offers__side-corner-img {
    position: absolute;
    top: 0;
    height: 115px;
}

.pb-recommended-offers__side-header {
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    color: #fff;
}

.pb-recommended-offers__offers-images-row-wrapper {
    padding: 0 10px;
}

.pb-recommended-offers__offer-col {
    padding: 0;
}

.pb-recommended-offers__offer-img {
    margin: 0 auto;
    max-height: 250px;
}

.pb-recommended-offers__offer-img--top-left,
.pb-recommended-offers__offer-img--top-right {
    padding-top: 40px;
}
.pb-recommended-offers__offer-img--bottom-left,
.pb-recommended-offers__offer-img--bottom-right {
    padding-top: 40px;
}
.pb-recommended-offers__offer-img--top-left,
.pb-recommended-offers__offer-img--bottom-left {
    padding-right: 20px;
    margin: 0 0 0 auto;
}
.pb-recommended-offers__offer-img--top-right,
.pb-recommended-offers__offer-img--bottom-right {
    padding-left: 20px;
    margin: 0 auto 0 0;
}

.pb-recommended-offers__btn-wrapper {
    text-align: center;
    margin: 40px 0 40px !important;
}

.pb-recommended-offers__btn {
    background-color: #fe0000 !important;
    padding: 8px 35px;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 600;
    max-width: 200px;
    white-space: normal;
}
.pb-recommended-offers__btn:hover, .pb-recommended-offers__btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



@media (max-width: 991px) {
    .pb-recommended-offers__wrapper-row {
        margin: 0 auto;
    }
    .pb-recommended-offers__side-banner-col {
        min-height: 400px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pb-recommended-offers__side-banner-col,
    .pb-recommended-offers__side-offers-col {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .pb-recommended-offers__side-corner-img {
        max-height: 100px;
    }
    .pb-recommended-offers__side-header {
        font-size: 34px;
        bottom: 20%;
    }

    .pb-recommended-offers__offer-col {
        width: 50%;
    }
    .pb-recommended-offers__offer-img {
        /* max-height: 220px; */
    }

    .pb-recommended-offers__offer-img--top-left,
    .pb-recommended-offers__offer-img--top-right {
        padding-top: 20px;
    }
    .pb-recommended-offers__offer-img--bottom-left,
    .pb-recommended-offers__offer-img--bottom-right {
        padding-top: 20px;
    }
    .pb-recommended-offers__offer-img--top-left,
    .pb-recommended-offers__offer-img--bottom-left {
        padding-right: 10px;
    }
    .pb-recommended-offers__offer-img--top-right,
    .pb-recommended-offers__offer-img--bottom-right {
        padding-left: 10px;
    }
}
/* END - REKOMMENDED OFFERS ELEMENT */




/* CHANGE TO GREEN ELEMENT */
.pb-change-to-green-element {
    width: 100%;
    max-width: 1280px;
    margin-bottom: 100px !important;
}
.pb-change-to-green__header-row-wrapper {
    text-align: center;
}


.pb-change-to-green__header-img {
    display: inline-block;
    width: 280px;
    margin: 70px 0 50px;
}



.pb-change-to-green__content-row-wrapper {
    margin: 0 auto;
    max-width: 900px;
    background-color: #43b02a;
    padding: 25px 30px;
}

.pb-change-to-green__header {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
}

.pb-change-to-green__btn-wrapper {
    text-align: center;
}

.pb-change-to-green__btn {
    background-color: transparent !important;
    text-decoration: underline;
    padding: 8px 35px;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 25px;
    font-weight: 400;
}
.pb-change-to-green__btn:hover, .pb-change-to-green__btn:focus {
    color: #fff;
    /* text-decoration: none; */
    background-color: #fff;
    font-weight: 600;
}

.pb-change-to-green__link-list-wrapper {
    margin: 35px 0 25px;
}

.pb-change-to-green__link-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.pb-change-to-green__link-list li {
    min-width: calc(100% / 4);
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.pb-change-to-green__link-list li > a {
    color: #fff;
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.pb-change-to-green__page-link {
    text-align: center;
}
.pb-change-to-green__page-link a {
    color: #fff !important;
    font-size: 20px;
}

.pb-change-to-green__bio-hero-img-wrapper {
    position: relative;
    height: calc(100px - 40px);
}
.pb-change-to-green__bio-hero-img {
    height: 110px;
    position: absolute;
    right: 0;
    top: -40px;
}

.pb-change-to-green__tree-branch-img-wrapper--left {
    position: absolute;
    left: -180px;
    bottom: -130px;
    width: 280px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    pointer-events: none
}
.pb-change-to-green__tree-branch-img-wrapper--right {
    position: absolute;
    /* right: -235px; */
    /* right: -360px; */
    right: -300px;
    width: 400px;
    top: -100px;
    pointer-events: none
}

.pb-change-to-green__tree-branch-img--left { }

.pb-change-to-green__tree-branch-img--right { }

@media (max-width: 767px) {
    .pb-change-to-green__header {
        font-size: 42px;
    }
    .pb-change-to-green__tree-branch-img-wrapper--left {
        left: -210px;
        bottom: -190px;
        width: 280px;
    }
    .pb-change-to-green__tree-branch-img-wrapper--right {
        right: -340px;
        width: 400px;
        top: -100px;
    }
    .pb-change-to-green__bio-hero-img-wrapper {
        height: 100px;
    }
    .pb-change-to-green__bio-hero-img {
        top: 0;
        height: 100px;
    }
}


/* END - CHANGE TO GREEN ELEMENT */





/* SAFARI FIX */
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before,
.btn-toolbar:after, .btn-toolbar:before, .clearfix:after,
.clearfix:before, .container-fluid:after, .container-fluid:before,
.container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before,
.form-horizontal .form-group:after, .form-horizontal .form-group:before,
.modal-footer:after, .modal-footer:before, .nav:after, .nav:before,
.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after,
.navbar-header:before, .navbar:after, .navbar:before, .pager:after,
.pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
    width: 0;
}
/* END -SAFARI FIX */



/* MARQUEE SCROLLING TEXT */
.scrolling-content__container {
    position: relative;
    overflow: hidden;
    line-height: 1;
    height: 1.2em;

}

.scrolling-content__container > a {

    position: absolute;
    text-align: center;
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    padding: 0 10px;

}
.scrolling-content__container > a * {
    -webkit-transform: translate3d(0,0,0);
}

@media screen and (min-width: 600px) {
    .scrolling-content__container > a.animation-delayed {
        animation-delay: 7.5s;
        right: -100%;
    }
}
@media screen and (max-width: 599px) {
    .scrolling-content__container > a.animation-delayed {
        display: none;
    }
}

.scrolling-content__container:hover > a {
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused;
    animation-play-state:paused;
    cursor: pointer;
}
.scrolling-content__container * {
    white-space: nowrap;
}
/* Move it (define the animation) */
/* @-moz-keyframes scroll-left {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
0% {
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
} */

@-moz-keyframes scroll-left {
    /* 0% { right: -100%;} */
    0% { right: -560px;}
    100%{ right: 100%;}
}
@-webkit-keyframes scroll-left {
    /* 0% { right: -100%;} */
    0% { right: -560px;}
    100%{ right: 100%;}
}
@keyframes scroll-left {
    /* 0% { right: -100%;} */
    0% { right: -560px;}
    100%{ right: 100%;}
}
/* END MARQUEE SCROLLING TEXT */


/* YOUTUBE AND VIMEO WIDGET */
.block-vimeo-widget .video-widget-bg,
.block-youtube-widget .video-widget-bg {
    height: auto !important;
    width: auto !important;
    background-color: transparent !important;
}
/* END YOUTUBE AND VIMEO WIDGET */





/* HUBSPOT FORMS */

/* END HUBSPOT FORMS */


/* STORE POPUP */
.store-popup-modal.modal-popup .modal-inner-wrap {
    max-width: 700px;
}
.store-popup-modal.modal-popup .modal-content {
    padding: 0;
}

.store-popup-modal.modal-slide .action-close {
    padding: 20px 20px;
}

#EcomaticStorePopup .vesbuilder-block {
    margin-bottom: 0;
}

#EcomaticStorePopup .store-popup-modal__link-img-col {

}

#EcomaticStorePopup .store-popup-modal__link-img-col--inner {
    border-radius: 100%;
    overflow: hidden;
}

#EcomaticStorePopup .store-popup-modal__link-img-widget {

}

#EcomaticStorePopup .store-popup-modal__link-img-widget--img {
    padding: 10%;
}
/* END - STORE POPUP*/





/* HELPER CLASSES */
/* CSS class "no-lazyload" is set on "Single Images"-widget in field "Custom Css Class For Image" to skip porto lazyload on image*/
.row-offer-2x2 > div > .ves-inner > .row > div img,
.row-offer-1x2 > div > .ves-inner > .row > div img,
.row-offer-1x1 > div > .ves-inner > .row > div img {
    width: 100%;
}

.row-offer-2x2 > div > .ves-inner > .row > div:nth-child(odd){
    padding: 0 7.5px 15px 15px !important;
}
.row-offer-2x2 > div > .ves-inner > .row > div:nth-child(even){
    padding: 0 15px 15px 7.5px !important;
}

@media screen and (max-width: 575.98px) {
    .row-offer-2x2 > div > .ves-inner > .row > div:nth-child(odd){
        /* padding: 0 15px 15px 15px !important; */
    }
    .row-offer-2x2 > div > .ves-inner > .row > div:nth-child(even){
        /* padding: 0 15px 15px 15px !important; */
    }
}

.row-offer-1x2 > div > .ves-inner > .row > div:nth-child(odd){
    padding: 0 7.5px 15px 15px !important;
}
.row-offer-1x2 > div > .ves-inner > .row > div:nth-child(even){
    padding: 0 15px 15px 7.5px !important;
}
@media screen and (max-width: 575.98px) {
    .row-offer-1x2 > div > .ves-inner > .row > div:nth-child(odd){
        /* padding: 0 15px 15px 15px !important; */
    }
    .row-offer-1x2 > div > .ves-inner > .row > div:nth-child(even){
        /* padding: 0 15px 15px 15px !important; */
    }
}

.row-offer-1x1 > div > .ves-inner > .row > div{
    padding: 0 15px 15px 15px !important;
}



.custom-widget-product-grid {

}


.custom-widget-product-grid .products-grid .product-item-info .product-image-photo {
    margin: 0 auto;
}

.custom-widget-product-grid .products-grid .product-item-details .product-item-name {
    margin-bottom: 10px;
}



.green-theme-owl-carousel .owl-carousel {

}

.green-theme-owl-carousel .owl-carousel .owl-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 20px
}
.green-theme-owl-carousel .owl-carousel .owl-dot {
    height: 13px;
    width: 13px;
    display: inline-block;
    background-color: #009639;
    border-radius: 50%;
    margin: 0 5px;
}
.green-theme-owl-carousel .owl-carousel .owl-dot.active {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #fff;
}

/* Include home page cms-index-index */
.ves-widget.widget-button .btn.btn-default,
.ves-widget.widget-button .btn.btn-success,
.ves-widget.widget-button .btn.btn-info,
.ves-widget.widget-button .btn.btn-warning,
.ves-widget.widget-button .btn.btn-danger,
.ves-widget.widget-button .btn.btn-primary,
.ves-widget.widget-button .btn.btn-link {
    white-space: normal;
}

.cms-page-view .ves-widget.widget-button .btn.btn-default,
.cms-page-view .ves-widget.widget-button .btn.btn-success,
.cms-page-view .ves-widget.widget-button .btn.btn-info,
.cms-page-view .ves-widget.widget-button .btn.btn-warning,
.cms-page-view .ves-widget.widget-button .btn.btn-danger,
.cms-page-view .ves-widget.widget-button .btn.btn-primary {
    color: #fff;
    font-size: 1rem;
}
.cms-page-view .ves-widget.widget-button .btn.btn-link {
    font-size: 1rem;
}
.ves-widget.widget-button .btn-xs {
    font-size: 0.8rem !important;
}
.ves-widget.widget-button .btn-sm {
    font-size: 1.1rem !important;
}
.ves-widget.widget-button .btn-lg {
    font-size: 1.5rem !important;
}
.ves-widget.widget-button .btn-default, .ves-widget.widget-button .btn-green {
    /* background-color: #289e3d !important; */
    background-color: #43b02a;
}
.ves-widget.widget-button .btn-dark-green {
    background-color: #289e3d !important;
}
.ves-widget.widget-button .btn-red {
    background-color: #da291c !important;
}
.ves-widget.widget-button .btn-grey {
    background-color: #8a8d8f !important;
}
.ves-widget.widget-button .btn-dark-grey {
    background-color: #525455 !important;
}
.ves-widget.widget-button .btn-white {
    background-color: #fff !important;
}
.ves-widget.widget-button .btn-black {
    background-color: #222 !important;
}


.cms-page-view .ves-widget.widget-button .btn-default, .btn-green, .btn-dark-green, .btn-red, .btn-grey, .btn-dark-grey, .btn-white, .btn-black {
    float: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.1rem;
    border: 0;
    /* padding: 8px 20px; */
    color: #fff !important;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1);
    line-height: 1.4;
    font-weight: 600;
    height: auto;
    padding: 14px 20px;
}

.cms-page-view .ves-widget.widget-button .btn-default:hover, .btn-green:hover, .btn-dark-green:hover, .btn-red:hover, .btn-grey:hover, .btn-dark-grey:hover, .btn-white:hover, .btn-black:hover
.cms-page-view .ves-widget.widget-button .btn-default:focus, .btn-green:focus, .btn-dark-green:focus, .btn-red:focus, .btn-grey:focus, .btn-dark-grey:focus, .btn-white:focus, .btn-black:focus {
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-white, .btn-white:hover, .btn-white:focus {
    color: #222 !important;
    border: 2px solid #222;
    box-sizing: border-box;
}



.ves-widget.widget-button .btn-sds {
    position: relative;
    padding: 10px 10px 10px 25px !important;
    background-color: #ff0000;
    transition: all 0.08s linear;
}
.ves-widget.widget-button .btn-sds:after {
    content: '';
    background: url('../images/sds-arrow.svg') no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
    width: 36px;
}
.ves-widget.widget-button .btn-sds:hover {
    padding: 10px 15px 10px 25px !important;
    box-shadow: none !important;
}



.ves-container-max-width-1280 .ves-container:not(.fullwidth) {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}



.video-sub-header {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.text-size-xxs { font-size: 0.7rem !important;}
.text-size-xs { font-size: 0.8rem !important;}
.text-size-s { font-size: 0.9rem !important;}
.text-size-default { font-size: 1rem !important; }
.text-size-m { font-size: 1.05rem !important;}
.text-size-l { font-size: 1.2rem !important;}
.text-size-xl { font-size: 1.3rem !important;}
.text-size-xxl { font-size: 1.4rem !important;}


.text-color-green {
    color: #43b02a !important;
}
.text-color-dark-green {
    color: #009639 !important;
}
.text-color-grey {
    color: #8a8d8f !important;
}
.text-color-dark-grey {
    color: #525455 !important;
}
.text-color-red {
    color: #da291c !important;
}
.text-color-black {
    color: #222 !important;
}
.text-color-white {
    color: #fff !important;
}


.text-bold, .font-weight-600 {
    font-weight: 600 !important;
}
.text-bolder, .font-weight-700 {
    font-weight: 700 !important;
}

.text-uppercase {
    text-transform: uppercase;
}


.cms-page-view .page-main .text-style-italic {
    font-style: italic;
}


.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-left {
    left: 0;
}
.position-right {
    right: 0;
}
.z-index--1 {
    z-index: -1;
}

.width-full {
    width: 100% !important;
}



.min-width-100 {
    min-width: 100px !important;
}
.min-width-150 {
    min-width: 150px !important;
}
.min-width-200 {
    min-width: 200px !important;
}
.min-width-250 {
    min-width: 250px !important;
}
.min-width-300 {
    min-width: 300px !important;
}
.min-width-350 {
    min-width: 350px !important;
}
.min-width-400 {
    min-width: 400px !important;
}
.min-width-450 {
    min-width: 450px !important;
}
.min-width-500 {
    min-width: 500px !important;
}
.min-width-550 {
    min-width: 550px !important;
}
.min-width-600 {
    min-width: 600px !important;
}
.min-width-700 {
    min-width: 700px !important;
}
.min-width-800 {
    min-width: 800px !important;
}
.min-width-900 {
    min-width: 900px !important;
}
.min-width-1000 {
    min-width: 1000px !important;
}
.min-width-1280 {
    min-width: 1280px !important;
}


.min-height-100 {
    min-height: 100px !important;
}
.min-height-150 {
    min-height: 150px !important;
}
.min-height-200 {
    min-height: 200px !important;
}
.min-height-250 {
    min-height: 250px !important;
}
.min-height-300 {
    min-height: 300px !important;
}
.min-height-350 {
    min-height: 350px !important;
}
.min-height-400 {
    min-height: 400px !important;
}
.min-height-450 {
    min-height: 450px !important;
}
.min-height-500 {
    min-height: 500px !important;
}
.min-height-600 {
    min-height: 600px !important;
}
.min-height-700 {
    min-height: 700px !important;
}
.min-height-800 {
    min-height: 800px !important;
}
.min-height-900 {
    min-height: 900px !important;
}
.min-height-1000 {
    min-height: 1000px !important;
}




.max-width-100 {
    max-width: 100px !important;
}
.max-width-150 {
    max-width: 150px !important;
}
.max-width-200 {
    max-width: 200px !important;
}
.max-width-250 {
    max-width: 250px !important;
}
.max-width-300 {
    max-width: 300px !important;
}
.max-width-350 {
    max-width: 350px !important;
}
.max-width-400 {
    max-width: 400px !important;
}
.max-width-450 {
    max-width: 450px !important;
}
.max-width-500 {
    max-width: 500px !important;
}
.max-width-600 {
    max-width: 600px !important;
}
.max-width-700 {
    max-width: 700px !important;
}
.max-width-800 {
    max-width: 800px !important;
}
.max-width-900 {
    max-width: 900px !important;
}
.max-width-1000 {
    max-width: 1000px !important;
}
.max-width-1280 {
    max-width: 1280px !important;
}



.max-height-100 {
    max-height: 100px !important;
}
.max-height-150 {
    max-height: 150px !important;
}
.max-height-200 {
    max-height: 200px !important;
}
.max-height-250 {
    max-height: 250px !important;
}
.max-height-300 {
    max-height: 300px !important;
}
.max-height-350 {
    max-height: 350px !important;
}
.max-height-400 {
    max-height: 400px !important;
}
.max-height-450 {
    max-height: 450px !important;
}
.max-height-500 {
    max-height: 500px !important;
}
.max-height-600 {
    max-height: 600px !important;
}
.max-height-700 {
    max-height: 700px !important;
}
.max-height-800 {
    max-height: 800px !important;
}
.max-height-900 {
    max-height: 900px !important;
}
.max-height-1000 {
    max-height: 1000px !important;
}


.display-flex {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.row.row-no-padding,
.row.row-no-padding > .row-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row.row-no-padding > [class^="col-"],
.row.row-no-padding > [class*=" col-"],
.row.row-no-padding > .row-inner > [class^="col-"],
.row.row-no-padding > .row-inner > [class*=" col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.m-none {
    margin: 0 !important;
}

.p-none {
    padding: 0 !important;
}

.m-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.m-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.m-xs {
    margin: 5px !important;
}

.m-s {
    margin: 15px !important;
}

.m-m {
    margin: 30px !important;
}

.m-l {
    margin: 45px !important;
}

.m-xl {
    margin: 60px !important;
}

.m-xxl {
    margin: 75px !important;
}

.m-xxxl {
    margin: 90px !important;
}

.p-xs {
    padding: 5px !important;
}

.p-s {
    padding: 15px !important;
}

.p-m {
    padding: 30px !important;
}

.p-l {
    padding: 45px !important;
}

.p-xl {
    padding: 60px !important;
}

.p-xxl {
    padding: 75px !important;
}

.p-xxxl {
    padding: 90px !important;
}

.m-y-xxxl {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.m-x-xxxl {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.m-t-xxxl {
    margin-top: 90px !important;
}

.m-r-xxxl {
    margin-right: 90px !important;
}

.m-b-xxxl {
    margin-bottom: 90px !important;
}

.m-l-xxxl {
    margin-left: 90px !important;
}

.p-y-xxxl {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.p-x-xxxl {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.p-t-xxxl {
    padding-top: 90px !important;
}

.p-r-xxxl {
    padding-right: 90px !important;
}

.p-b-xxxl {
    padding-bottom: 90px !important;
}

.p-l-xxxl {
    padding-left: 90px !important;
}

@media screen and (max-width: 575.98px) {
    .m-xs-y-xxxl {
        margin-top:90px !important;
        margin-bottom: 90px !important;
    }

    .m-xs-x-xxxl {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .m-xs-t-xxxl {
        margin-top: 90px !important;
    }

    .m-xs-r-xxxl {
        margin-right: 90px !important;
    }

    .m-xs-b-xxxl {
        margin-bottom: 90px !important;
    }

    .m-xs-l-xxxl {
        margin-left: 90px !important;
    }

    .p-xs-y-xxxl {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .p-xs-x-xxxl {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .p-xs-t-xxxl {
        padding-top: 90px !important;
    }

    .p-xs-r-xxxl {
        padding-right: 90px !important;
    }

    .p-xs-b-xxxl {
        padding-bottom: 90px !important;
    }

    .p-xs-l-xxxl {
        padding-left: 90px !important;
    }
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
    .m-sm-y-xxxl {
        margin-top:90px !important;
        margin-bottom: 90px !important;
    }

    .m-sm-x-xxxl {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .m-sm-t-xxxl {
        margin-top: 90px !important;
    }

    .m-sm-r-xxxl {
        margin-right: 90px !important;
    }

    .m-sm-b-xxxl {
        margin-bottom: 90px !important;
    }

    .m-sm-l-xxxl {
        margin-left: 90px !important;
    }

    .p-sm-y-xxxl {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .p-sm-x-xxxl {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .p-sm-t-xxxl {
        padding-top: 90px !important;
    }

    .p-sm-r-xxxl {
        padding-right: 90px !important;
    }

    .p-sm-b-xxxl {
        padding-bottom: 90px !important;
    }

    .p-sm-l-xxxl {
        padding-left: 90px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .m-md-y-xxxl {
        margin-top:90px !important;
        margin-bottom: 90px !important;
    }

    .m-md-x-xxxl {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .m-md-t-xxxl {
        margin-top: 90px !important;
    }

    .m-md-r-xxxl {
        margin-right: 90px !important;
    }

    .m-md-b-xxxl {
        margin-bottom: 90px !important;
    }

    .m-md-l-xxxl {
        margin-left: 90px !important;
    }

    .p-md-y-xxxl {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .p-md-x-xxxl {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .p-md-t-xxxl {
        padding-top: 90px !important;
    }

    .p-md-r-xxxl {
        padding-right: 90px !important;
    }

    .p-md-b-xxxl {
        padding-bottom: 90px !important;
    }

    .p-md-l-xxxl {
        padding-left: 90px !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-y-xxxl {
        margin-top:90px !important;
        margin-bottom: 90px !important;
    }

    .m-lg-x-xxxl {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .m-lg-t-xxxl {
        margin-top: 90px !important;
    }

    .m-lg-r-xxxl {
        margin-right: 90px !important;
    }

    .m-lg-b-xxxl {
        margin-bottom: 90px !important;
    }

    .m-lg-l-xxxl {
        margin-left: 90px !important;
    }

    .p-lg-y-xxxl {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .p-lg-x-xxxl {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .p-lg-t-xxxl {
        padding-top: 90px !important;
    }

    .p-lg-r-xxxl {
        padding-right: 90px !important;
    }

    .p-lg-b-xxxl {
        padding-bottom: 90px !important;
    }

    .p-lg-l-xxxl {
        padding-left: 90px !important;
    }
}

.m-y-xxl {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.m-x-xxl {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.m-t-xxl {
    margin-top: 75px !important;
}

.m-r-xxl {
    margin-right: 75px !important;
}

.m-b-xxl {
    margin-bottom: 75px !important;
}

.m-l-xxl {
    margin-left: 75px !important;
}

.p-y-xxl {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.p-x-xxl {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.p-t-xxl {
    padding-top: 75px !important;
}

.p-r-xxl {
    padding-right: 75px !important;
}

.p-b-xxl {
    padding-bottom: 75px !important;
}

.p-l-xxl {
    padding-left: 75px !important;
}

@media screen and (max-width: 575.98px) {
    .m-xs-y-xxl {
        margin-top:75px !important;
        margin-bottom: 75px !important;
    }

    .m-xs-x-xxl {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .m-xs-t-xxl {
        margin-top: 75px !important;
    }

    .m-xs-r-xxl {
        margin-right: 75px !important;
    }

    .m-xs-b-xxl {
        margin-bottom: 75px !important;
    }

    .m-xs-l-xxl {
        margin-left: 75px !important;
    }

    .p-xs-y-xxl {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .p-xs-x-xxl {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .p-xs-t-xxl {
        padding-top: 75px !important;
    }

    .p-xs-r-xxl {
        padding-right: 75px !important;
    }

    .p-xs-b-xxl {
        padding-bottom: 75px !important;
    }

    .p-xs-l-xxl {
        padding-left: 75px !important;
    }
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
    .m-sm-y-xxl {
        margin-top:75px !important;
        margin-bottom: 75px !important;
    }

    .m-sm-x-xxl {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .m-sm-t-xxl {
        margin-top: 75px !important;
    }

    .m-sm-r-xxl {
        margin-right: 75px !important;
    }

    .m-sm-b-xxl {
        margin-bottom: 75px !important;
    }

    .m-sm-l-xxl {
        margin-left: 75px !important;
    }

    .p-sm-y-xxl {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .p-sm-x-xxl {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .p-sm-t-xxl {
        padding-top: 75px !important;
    }

    .p-sm-r-xxl {
        padding-right: 75px !important;
    }

    .p-sm-b-xxl {
        padding-bottom: 75px !important;
    }

    .p-sm-l-xxl {
        padding-left: 75px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .m-md-y-xxl {
        margin-top:75px !important;
        margin-bottom: 75px !important;
    }

    .m-md-x-xxl {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .m-md-t-xxl {
        margin-top: 75px !important;
    }

    .m-md-r-xxl {
        margin-right: 75px !important;
    }

    .m-md-b-xxl {
        margin-bottom: 75px !important;
    }

    .m-md-l-xxl {
        margin-left: 75px !important;
    }

    .p-md-y-xxl {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .p-md-x-xxl {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .p-md-t-xxl {
        padding-top: 75px !important;
    }

    .p-md-r-xxl {
        padding-right: 75px !important;
    }

    .p-md-b-xxl {
        padding-bottom: 75px !important;
    }

    .p-md-l-xxl {
        padding-left: 75px !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-y-xxl {
        margin-top:75px !important;
        margin-bottom: 75px !important;
    }

    .m-lg-x-xxl {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .m-lg-t-xxl {
        margin-top: 75px !important;
    }

    .m-lg-r-xxl {
        margin-right: 75px !important;
    }

    .m-lg-b-xxl {
        margin-bottom: 75px !important;
    }

    .m-lg-l-xxl {
        margin-left: 75px !important;
    }

    .p-lg-y-xxl {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .p-lg-x-xxl {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .p-lg-t-xxl {
        padding-top: 75px !important;
    }

    .p-lg-r-xxl {
        padding-right: 75px !important;
    }

    .p-lg-b-xxl {
        padding-bottom: 75px !important;
    }

    .p-lg-l-xxl {
        padding-left: 75px !important;
    }
}

.m-y-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.m-x-xl {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.m-t-xl {
    margin-top: 60px !important;
}

.m-r-xl {
    margin-right: 60px !important;
}

.m-b-xl {
    margin-bottom: 60px !important;
}

.m-l-xl {
    margin-left: 60px !important;
}

.p-y-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.p-x-xl {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.p-t-xl {
    padding-top: 60px !important;
}

.p-r-xl {
    padding-right: 60px !important;
}

.p-b-xl {
    padding-bottom: 60px !important;
}

.p-l-xl {
    padding-left: 60px !important;
}

@media screen and (max-width: 575.98px) {
    .m-xs-y-xl {
        margin-top:60px !important;
        margin-bottom: 60px !important;
    }

    .m-xs-x-xl {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .m-xs-t-xl {
        margin-top: 60px !important;
    }

    .m-xs-r-xl {
        margin-right: 60px !important;
    }

    .m-xs-b-xl {
        margin-bottom: 60px !important;
    }

    .m-xs-l-xl {
        margin-left: 60px !important;
    }

    .p-xs-y-xl {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .p-xs-x-xl {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .p-xs-t-xl {
        padding-top: 60px !important;
    }

    .p-xs-r-xl {
        padding-right: 60px !important;
    }

    .p-xs-b-xl {
        padding-bottom: 60px !important;
    }

    .p-xs-l-xl {
        padding-left: 60px !important;
    }
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
    .m-sm-y-xl {
        margin-top:60px !important;
        margin-bottom: 60px !important;
    }

    .m-sm-x-xl {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .m-sm-t-xl {
        margin-top: 60px !important;
    }

    .m-sm-r-xl {
        margin-right: 60px !important;
    }

    .m-sm-b-xl {
        margin-bottom: 60px !important;
    }

    .m-sm-l-xl {
        margin-left: 60px !important;
    }

    .p-sm-y-xl {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .p-sm-x-xl {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .p-sm-t-xl {
        padding-top: 60px !important;
    }

    .p-sm-r-xl {
        padding-right: 60px !important;
    }

    .p-sm-b-xl {
        padding-bottom: 60px !important;
    }

    .p-sm-l-xl {
        padding-left: 60px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .m-md-y-xl {
        margin-top:60px !important;
        margin-bottom: 60px !important;
    }

    .m-md-x-xl {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .m-md-t-xl {
        margin-top: 60px !important;
    }

    .m-md-r-xl {
        margin-right: 60px !important;
    }

    .m-md-b-xl {
        margin-bottom: 60px !important;
    }

    .m-md-l-xl {
        margin-left: 60px !important;
    }

    .p-md-y-xl {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .p-md-x-xl {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .p-md-t-xl {
        padding-top: 60px !important;
    }

    .p-md-r-xl {
        padding-right: 60px !important;
    }

    .p-md-b-xl {
        padding-bottom: 60px !important;
    }

    .p-md-l-xl {
        padding-left: 60px !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-y-xl {
        margin-top:60px !important;
        margin-bottom: 60px !important;
    }

    .m-lg-x-xl {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .m-lg-t-xl {
        margin-top: 60px !important;
    }

    .m-lg-r-xl {
        margin-right: 60px !important;
    }

    .m-lg-b-xl {
        margin-bottom: 60px !important;
    }

    .m-lg-l-xl {
        margin-left: 60px !important;
    }

    .p-lg-y-xl {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .p-lg-x-xl {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .p-lg-t-xl {
        padding-top: 60px !important;
    }

    .p-lg-r-xl {
        padding-right: 60px !important;
    }

    .p-lg-b-xl {
        padding-bottom: 60px !important;
    }

    .p-lg-l-xl {
        padding-left: 60px !important;
    }
}

.m-y-l {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.m-x-l {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.m-t-l {
    margin-top: 45px !important;
}

.m-r-l {
    margin-right: 45px !important;
}

.m-b-l {
    margin-bottom: 45px !important;
}

.m-l-l {
    margin-left: 45px !important;
}

.p-y-l {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.p-x-l {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.p-t-l {
    padding-top: 45px !important;
}

.p-r-l {
    padding-right: 45px !important;
}

.p-b-l {
    padding-bottom: 45px !important;
}

.p-l-l {
    padding-left: 45px !important;
}

@media screen and (max-width: 575.98px) {
    .m-xs-y-l {
        margin-top:45px !important;
        margin-bottom: 45px !important;
    }

    .m-xs-x-l {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .m-xs-t-l {
        margin-top: 45px !important;
    }

    .m-xs-r-l {
        margin-right: 45px !important;
    }

    .m-xs-b-l {
        margin-bottom: 45px !important;
    }

    .m-xs-l-l {
        margin-left: 45px !important;
    }

    .p-xs-y-l {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .p-xs-x-l {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .p-xs-t-l {
        padding-top: 45px !important;
    }

    .p-xs-r-l {
        padding-right: 45px !important;
    }

    .p-xs-b-l {
        padding-bottom: 45px !important;
    }

    .p-xs-l-l {
        padding-left: 45px !important;
    }
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
    .m-sm-y-l {
        margin-top:45px !important;
        margin-bottom: 45px !important;
    }

    .m-sm-x-l {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .m-sm-t-l {
        margin-top: 45px !important;
    }

    .m-sm-r-l {
        margin-right: 45px !important;
    }

    .m-sm-b-l {
        margin-bottom: 45px !important;
    }

    .m-sm-l-l {
        margin-left: 45px !important;
    }

    .p-sm-y-l {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .p-sm-x-l {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .p-sm-t-l {
        padding-top: 45px !important;
    }

    .p-sm-r-l {
        padding-right: 45px !important;
    }

    .p-sm-b-l {
        padding-bottom: 45px !important;
    }

    .p-sm-l-l {
        padding-left: 45px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .m-md-y-l {
        margin-top:45px !important;
        margin-bottom: 45px !important;
    }

    .m-md-x-l {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .m-md-t-l {
        margin-top: 45px !important;
    }

    .m-md-r-l {
        margin-right: 45px !important;
    }

    .m-md-b-l {
        margin-bottom: 45px !important;
    }

    .m-md-l-l {
        margin-left: 45px !important;
    }

    .p-md-y-l {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .p-md-x-l {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .p-md-t-l {
        padding-top: 45px !important;
    }

    .p-md-r-l {
        padding-right: 45px !important;
    }

    .p-md-b-l {
        padding-bottom: 45px !important;
    }

    .p-md-l-l {
        padding-left: 45px !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-y-l {
        margin-top:45px !important;
        margin-bottom: 45px !important;
    }

    .m-lg-x-l {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .m-lg-t-l {
        margin-top: 45px !important;
    }

    .m-lg-r-l {
        margin-right: 45px !important;
    }

    .m-lg-b-l {
        margin-bottom: 45px !important;
    }

    .m-lg-l-l {
        margin-left: 45px !important;
    }

    .p-lg-y-l {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .p-lg-x-l {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .p-lg-t-l {
        padding-top: 45px !important;
    }

    .p-lg-r-l {
        padding-right: 45px !important;
    }

    .p-lg-b-l {
        padding-bottom: 45px !important;
    }

    .p-lg-l-l {
        padding-left: 45px !important;
    }
}

.m-y-m {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-x-m {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.m-t-m {
    margin-top: 30px !important;
}

.m-r-m {
    margin-right: 30px !important;
}

.m-b-m {
    margin-bottom: 30px !important;
}

.m-l-m {
    margin-left: 30px !important;
}

.p-y-m {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-x-m {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.p-t-m {
    padding-top: 30px !important;
}

.p-r-m {
    padding-right: 30px !important;
}

.p-b-m {
    padding-bottom: 30px !important;
}

.p-l-m {
    padding-left: 30px !important;
}

@media screen and (max-width: 575.98px) {
    .m-xs-y-m {
        margin-top:30px !important;
        margin-bottom: 30px !important;
    }

    .m-xs-x-m {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .m-xs-t-m {
        margin-top: 30px !important;
    }

    .m-xs-r-m {
        margin-right: 30px !important;
    }

    .m-xs-b-m {
        margin-bottom: 30px !important;
    }

    .m-xs-l-m {
        margin-left: 30px !important;
    }

    .p-xs-y-m {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .p-xs-x-m {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .p-xs-t-m {
        padding-top: 30px !important;
    }

    .p-xs-r-m {
        padding-right: 30px !important;
    }

    .p-xs-b-m {
        padding-bottom: 30px !important;
    }

    .p-xs-l-m {
        padding-left: 30px !important;
    }
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
    .m-sm-y-m {
        margin-top:30px !important;
        margin-bottom: 30px !important;
    }

    .m-sm-x-m {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .m-sm-t-m {
        margin-top: 30px !important;
    }

    .m-sm-r-m {
        margin-right: 30px !important;
    }

    .m-sm-b-m {
        margin-bottom: 30px !important;
    }

    .m-sm-l-m {
        margin-left: 30px !important;
    }

    .p-sm-y-m {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .p-sm-x-m {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .p-sm-t-m {
        padding-top: 30px !important;
    }

    .p-sm-r-m {
        padding-right: 30px !important;
    }

    .p-sm-b-m {
        padding-bottom: 30px !important;
    }

    .p-sm-l-m {
        padding-left: 30px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .m-md-y-m {
        margin-top:30px !important;
        margin-bottom: 30px !important;
    }

    .m-md-x-m {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .m-md-t-m {
        margin-top: 30px !important;
    }

    .m-md-r-m {
        margin-right: 30px !important;
    }

    .m-md-b-m {
        margin-bottom: 30px !important;
    }

    .m-md-l-m {
        margin-left: 30px !important;
    }

    .p-md-y-m {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .p-md-x-m {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .p-md-t-m {
        padding-top: 30px !important;
    }

    .p-md-r-m {
        padding-right: 30px !important;
    }

    .p-md-b-m {
        padding-bottom: 30px !important;
    }

    .p-md-l-m {
        padding-left: 30px !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-y-m {
        margin-top:30px !important;
        margin-bottom: 30px !important;
    }

    .m-lg-x-m {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .m-lg-t-m {
        margin-top: 30px !important;
    }

    .m-lg-r-m {
        margin-right: 30px !important;
    }

    .m-lg-b-m {
        margin-bottom: 30px !important;
    }

    .m-lg-l-m {
        margin-left: 30px !important;
    }

    .p-lg-y-m {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .p-lg-x-m {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .p-lg-t-m {
        padding-top: 30px !important;
    }

    .p-lg-r-m {
        padding-right: 30px !important;
    }

    .p-lg-b-m {
        padding-bottom: 30px !important;
    }

    .p-lg-l-m {
        padding-left: 30px !important;
    }
}


.m-y-s {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-x-s {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.m-t-s {
    margin-top: 15px !important;
}

.m-r-s {
    margin-right: 15px !important;
}

.m-b-s {
    margin-bottom: 15px !important;
}

.m-l-s {
    margin-left: 15px !important;
}

.p-y-s {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-x-s {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.p-t-s {
    padding-top: 15px !important;
}

.p-r-s {
    padding-right: 15px !important;
}

.p-b-s {
    padding-bottom: 15px !important;
}

.p-l-s {
    padding-left: 15px !important;
}

@media screen and (max-width: 575.98px) {
    .m-xs-y-s {
        margin-top:15px !important;
        margin-bottom: 15px !important;
    }

    .m-xs-x-s {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .m-xs-t-s {
        margin-top: 15px !important;
    }

    .m-xs-r-s {
        margin-right: 15px !important;
    }

    .m-xs-b-s {
        margin-bottom: 15px !important;
    }

    .m-xs-l-s {
        margin-left: 15px !important;
    }

    .p-xs-y-s {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .p-xs-x-s {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .p-xs-t-s {
        padding-top: 15px !important;
    }

    .p-xs-r-s {
        padding-right: 15px !important;
    }

    .p-xs-b-s {
        padding-bottom: 15px !important;
    }

    .p-xs-l-s {
        padding-left: 15px !important;
    }
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
    .m-sm-y-s {
        margin-top:15px !important;
        margin-bottom: 15px !important;
    }

    .m-sm-x-s {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .m-sm-t-s {
        margin-top: 15px !important;
    }

    .m-sm-r-s {
        margin-right: 15px !important;
    }

    .m-sm-b-s {
        margin-bottom: 15px !important;
    }

    .m-sm-l-s {
        margin-left: 15px !important;
    }

    .p-sm-y-s {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .p-sm-x-s {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .p-sm-t-s {
        padding-top: 15px !important;
    }

    .p-sm-r-s {
        padding-right: 15px !important;
    }

    .p-sm-b-s {
        padding-bottom: 15px !important;
    }

    .p-sm-l-s {
        padding-left: 15px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .m-md-y-s {
        margin-top:15px !important;
        margin-bottom: 15px !important;
    }

    .m-md-x-s {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .m-md-t-s {
        margin-top: 15px !important;
    }

    .m-md-r-s {
        margin-right: 15px !important;
    }

    .m-md-b-s {
        margin-bottom: 15px !important;
    }

    .m-md-l-s {
        margin-left: 15px !important;
    }

    .p-md-y-s {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .p-md-x-s {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .p-md-t-s {
        padding-top: 15px !important;
    }

    .p-md-r-s {
        padding-right: 15px !important;
    }

    .p-md-b-s {
        padding-bottom: 15px !important;
    }

    .p-md-l-s {
        padding-left: 15px !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-y-s {
        margin-top:15px !important;
        margin-bottom: 15px !important;
    }

    .m-lg-x-s {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .m-lg-t-s {
        margin-top: 15px !important;
    }

    .m-lg-r-s {
        margin-right: 15px !important;
    }

    .m-lg-b-s {
        margin-bottom: 15px !important;
    }

    .m-lg-l-s {
        margin-left: 15px !important;
    }

    .p-lg-y-s {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .p-lg-x-s {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .p-lg-t-s {
        padding-top: 15px !important;
    }

    .p-lg-r-s {
        padding-right: 15px !important;
    }

    .p-lg-b-s {
        padding-bottom: 15px !important;
    }

    .p-lg-l-s {
        padding-left: 15px !important;
    }
}








.m-y-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-x-xs {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.m-t-xs {
    margin-top: 5px !important;
}

.m-r-xs {
    margin-right: 5px !important;
}

.m-b-xs {
    margin-bottom: 5px !important;
}

.m-l-xs {
    margin-left: 5px !important;
}

.p-y-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-x-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.p-t-xs {
    padding-top: 5px !important;
}

.p-r-xs {
    padding-right: 5px !important;
}

.p-b-xs {
    padding-bottom: 5px !important;
}

.p-l-xs {
    padding-left: 5px !important;
}


@media screen and (max-width: 575.98px) {
    .m-xs-y-xs {
        margin-top:5px !important;
        margin-bottom: 5px !important;
    }

    .m-xs-x-xs {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .m-xs-t-xs {
        margin-top: 5px !important;
    }

    .m-xs-r-xs {
        margin-right: 5px !important;
    }

    .m-xs-b-xs {
        margin-bottom: 5px !important;
    }

    .m-xs-l-xs {
        margin-left: 5px !important;
    }

    .p-xs-y-xs {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .p-xs-x-xs {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .p-xs-t-xs {
        padding-top: 5px !important;
    }

    .p-xs-r-xs {
        padding-right: 5px !important;
    }

    .p-xs-b-xs {
        padding-bottom: 5px !important;
    }

    .p-xs-l-xs {
        padding-left: 5px !important;
    }
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
    .m-sm-y-xs {
        margin-top:5px !important;
        margin-bottom: 5px !important;
    }

    .m-sm-x-xs {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .m-sm-t-xs {
        margin-top: 5px !important;
    }

    .m-sm-r-xs {
        margin-right: 5px !important;
    }

    .m-sm-b-xs {
        margin-bottom: 5px !important;
    }

    .m-sm-l-xs {
        margin-left: 5px !important;
    }

    .p-sm-y-xs {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .p-sm-x-xs {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .p-sm-t-xs {
        padding-top: 5px !important;
    }

    .p-sm-r-xs {
        padding-right: 5px !important;
    }

    .p-sm-b-xs {
        padding-bottom: 5px !important;
    }

    .p-sm-l-xs {
        padding-left: 5px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .m-md-y-xs {
        margin-top:5px !important;
        margin-bottom: 5px !important;
    }

    .m-md-x-xs {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .m-md-t-xs {
        margin-top: 5px !important;
    }

    .m-md-r-xs {
        margin-right: 5px !important;
    }

    .m-md-b-xs {
        margin-bottom: 5px !important;
    }

    .m-md-l-xs {
        margin-left: 5px !important;
    }

    .p-md-y-xs {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .p-md-x-xs {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .p-md-t-xs {
        padding-top: 5px !important;
    }

    .p-md-r-xs {
        padding-right: 5px !important;
    }

    .p-md-b-xs {
        padding-bottom: 5px !important;
    }

    .p-md-l-xs {
        padding-left: 5px !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-y-xs {
        margin-top:5px !important;
        margin-bottom: 5px !important;
    }

    .m-lg-x-xs {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .m-lg-t-xs {
        margin-top: 5px !important;
    }

    .m-lg-r-xs {
        margin-right: 5px !important;
    }

    .m-lg-b-xs {
        margin-bottom: 5px !important;
    }

    .m-lg-l-xs {
        margin-left: 5px !important;
    }

    .p-lg-y-xs {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .p-lg-x-xs {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .p-lg-t-xs {
        padding-top: 5px !important;
    }

    .p-lg-r-xs {
        padding-right: 5px !important;
    }

    .p-lg-b-xs {
        padding-bottom: 5px !important;
    }

    .p-lg-l-xs {
        padding-left: 5px !important;
    }
}



.m-y-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-x-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.p-y-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-x-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-l-none {
    padding-left: 0 !important;
}

@media screen and (max-width: 575.98px) {
    .m-xs-y-none {
        margin-top:0 !important;
        margin-bottom: 0 !important;
    }

    .m-xs-x-none {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .m-xs-t-none {
        margin-top: 0 !important;
    }

    .m-xs-r-none {
        margin-right: 0 !important;
    }

    .m-xs-b-none {
        margin-bottom: 0 !important;
    }

    .m-xs-l-none {
        margin-left: 0 !important;
    }

    .p-xs-y-none {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xs-x-none {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .p-xs-t-none {
        padding-top: 0 !important;
    }

    .p-xs-r-none {
        padding-right: 0 !important;
    }

    .p-xs-b-none {
        padding-bottom: 0 !important;
    }

    .p-xs-l-none {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
    .m-sm-y-none {
        margin-top:0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-x-none {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .m-sm-t-none {
        margin-top: 0 !important;
    }

    .m-sm-r-none {
        margin-right: 0 !important;
    }

    .m-sm-b-none {
        margin-bottom: 0 !important;
    }

    .m-sm-l-none {
        margin-left: 0 !important;
    }

    .p-sm-y-none {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-x-none {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .p-sm-t-none {
        padding-top: 0 !important;
    }

    .p-sm-r-none {
        padding-right: 0 !important;
    }

    .p-sm-b-none {
        padding-bottom: 0 !important;
    }

    .p-sm-l-none {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .m-md-y-none {
        margin-top:0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-x-none {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .m-md-t-none {
        margin-top: 0 !important;
    }

    .m-md-r-none {
        margin-right: 0 !important;
    }

    .m-md-b-none {
        margin-bottom: 0 !important;
    }

    .m-md-l-none {
        margin-left: 0 !important;
    }

    .p-md-y-none {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-x-none {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .p-md-t-none {
        padding-top: 0 !important;
    }

    .p-md-r-none {
        padding-right: 0 !important;
    }

    .p-md-b-none {
        padding-bottom: 0 !important;
    }

    .p-md-l-none {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-y-none {
        margin-top:0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-x-none {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .m-lg-t-none {
        margin-top: 0 !important;
    }

    .m-lg-r-none {
        margin-right: 0 !important;
    }

    .m-lg-b-none {
        margin-bottom: 0 !important;
    }

    .m-lg-l-none {
        margin-left: 0 !important;
    }

    .p-lg-y-none {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-x-none {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .p-lg-t-none {
        padding-top: 0 !important;
    }

    .p-lg-r-none {
        padding-right: 0 !important;
    }

    .p-lg-b-none {
        padding-bottom: 0 !important;
    }

    .p-lg-l-none {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 575.98px) {
    .hide-on-xs,.hide-on-mobile {
        display:none !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .m-xs-x-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .float-xs-none {
        float: none !important;
    }

    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }

    .order-xs-6 {
        order: 6
    }
}
@media screen and (min-width: 576px) and (max-width:767.98px) {
    .hide-on-sm,.hide-on-tablet {
        display:none !important;
    }
    .text-center-sm {
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width:991.98px) {
    .hide-on-md,.hide-on-laptop {
        display:none !important;
    }
    .text-center-md {
        text-align: center;
    }
}
@media screen and (min-width: 992px) {
    .hide-on-lg,.hide-on-desktop {
        display:none !important;
    }
    .text-center-lg {
        text-align: center;
    }
}



/*hide tollbar on mobile*/
@media screen and (max-width: 767px) {
    .toolbar .toolbar-sorter.sorter {
        display: none;
    }
}

/* END - Veidec-custom.css */
