/**********************************************************/
/**********************************************************/
/********************  General Start  **********************/
/********************  General Start  **********************/
/**********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700');

body {
    font-family: 'Roboto', sans-serif!important;
    overflow-x: hidden;
    font-size: 1.5rem;
    color: #666666;
}
.page-wrapper > .widget, .page-wrapper > .page-bottom,
.block.category.event, .top-container {
    max-width: 1700px;
    padding: 20px 15px;
    width: 100%;
}
.page-main {
    max-width: 1700px;
    padding: 0 15px;
    width: 100%;
}
a:hover {
    color: #EC6713;
}
a:visited, .alink:visited, a {
    color: #EC6713;
}
.site-button, .action.primary {
    background: #EC6713;
    max-width: 220px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 14px 10px;
    color: #fff!important;
    text-decoration: none!important;
    cursor: pointer;
    display: block;
    border-color: #EC6713;
    font-family: 'Roboto', sans-serif!important;
    overflow-x: hidden;
    font-weight: 500;
}
.site-button:hover, .action.primary:hover {
    background: #333;
    color: #EC6713!important;
    border-color: #333;
}
.actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
	width: 100%;
}
.secondary .action {
    color: #666;
}
.actions-toolbar .primary {
    float: none; 
}
p {
    font-size: 1.4rem;
}
h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 3rem;
}
h4 {
    font-size: 2.3rem;
}
.breadcrumbs {
    padding: 20px 15px;
    max-width: 1700px;
    margin-bottom: 0;

}
.breadcrumbs a, .breadcrumbs strong, .breadcrumbs {
    color: #666666!important;
    text-decoration: none;
}
.fieldset>.field.required>.label:after, .fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after, .fieldset>.fields>.field._required>.label:after {
    content: none;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label {
    display: none;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"],
input[type="search"], input[type="number"], input[type="datetime"],
input[type="email"], textarea {
	font-family: 'Roboto', sans-serif!important;
    margin-right: 0;
    height: 100%;
    border-radius: 5px;
    background: #eee;
    font-weight: 300;
    border: none;
    font-size: 1.4rem;
    padding: 14px 10px;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}
.field .control {
    position: relative;
    display: inline-block;
    width: 100%;
}
.field:not(.comment) .control img {
    position: relative;
    left: 20px;
    top: 33px;
}
.field.comment .control img {
    position: absolute;
    top: 15px;
    left: 22px;
}
form div.mage-error[generated] {
    margin-top: 0;
    position: relative;
}
select {
    background: url('../images/icon_arrow_long.svg') no-repeat 94% 50%;
    background-origin: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    height: 55px;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}
.section h4.text-border {
    text-align: left;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid;
    max-width: 200px;
}
.image-extra-margin {
    margin-bottom: 40px;
}
.image-margin {
    margin-bottom: 20px;
}
.site-button-margin-top {
    margin-top: 40px;
}
.text-min-margin {
    margin-bottom: 15px;
}
.text-margin {
    margin-bottom: 40px!important;
}
.para-big {
    font-size: 1.6rem;
}
.text-extra-margin {
    margin-bottom: 40px!important;
}
.text-bold strong {
    color: #333;
}
.para-margin-bottom {
    margin-bottom: 40px;
}
.margin-auto {
    margin: auto;
}
.matched-width {
    padding: 20px 15px;
    max-width: 1700px;
    margin: auto;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    outline: none;
}
.columns .column.main {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-layout-2columns-left .main {
    padding-left: 0;
}
.page-title-wrapper {
    color: #333;
    margin-bottom: 30px;
}
.page-main .block {
    margin-bottom: 0;
}
span.special-price .price {
    color: #EC6713;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
    font-weight: 700!important;
}
.price-container .price {
    font-size: 1.6rem;
    font-weight: 400!important;
}
span.old-price {
    text-decoration: line-through;
    font-size: 1.4rem;
}
span.price-label {
    display: none;
}
.search-content p:nth-of-type(2) {
    margin-bottom: 20px;
}
.search-content p {
    color: #fff;
}
.amfaq_questions.widget {
    margin: 40px 0;
}
.amfaq_questions .amfaq-title, .am-no-items, .amfaq_questions .am-title {
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}
.amfaq_questions .am-title {
    font-size: 1.6rem;
}
/**********************************************************/
/**********************************************************/
/********************  General End  **********************/
/********************  General End  **********************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/********************  Header Start  **********************/
/********************  Header Start  **********************/
/**********************************************************/
.page-header {
    border-bottom: 1px solid #eee;
}
.header.content {
    padding: 20px 15px;
    max-width: 1700px;
}
.logo {
    margin: 0;
    padding: 13px 0;
}
.header-right-wrapper {
    float: right;
    display: flex;
}
.block-search {
    width: 450px;
    padding: 0;
    margin-right: 30px;
    float: left;
}
.block-search input {
    padding: 16px 17px;
    border-radius: 20px;
    height: 52px;

}
.block-search .action.search {
    right: 17px;
    top: 13px;
    opacity: 1!important;
}
.block-search .input-text {
    background: #fff;
    border: 1px solid #ddd;
}
.block-search.search-show .input-text {
    visibility: visible;
    opacity: 1;
    background: #eee;
    border: none;
    transition: all 0.5s ease-in-out;
}
.block-search .action.search {
    width: 20px;
    cursor: pointer;
}
.block-search.search-show .action.search .search-icon {
    display: none;
}
.block-search .action.search .search-icon-hover {
    position: relative;
    display: none;
}
.block-search.search-show .action.search .search-icon-hover {
    display: inline-block;
}
.block-search .action.search:before {
    content: none;
}
.block-search .action.search.disabled, .block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    pointer-events: inherit;
}
.minicart-wrapper .block-minicart {
    overflow-y: scroll;
    max-height: 500px;
    padding: 25px 20px 0;
}
.minicart-items-wrapper {
    height: auto!important;
}
.minicart-wrapper .action.showcart .text {
    height: auto;
    width: auto;
    position: relative;
    color: #333;
    font-size: 1.4rem;
}
.minicart-wrapper .action.showcart img {
    margin-left: 10px;
    margin-top: -1px;
}
.minicart-wrapper .action.showcart img:nth-of-type(2) {
    display: none;
}
.minicart-wrapper .action.showcart:hover .text, .minicart-wrapper .action.showcart.active .text {
    color: #EC6713;
}
.minicart-wrapper .action.showcart:hover img:nth-of-type(1), .minicart-wrapper .action.showcart.active img:nth-of-type(1) {
    display: none;
}
.minicart-wrapper .action.showcart:hover img:nth-of-type(2), .minicart-wrapper .action.showcart.active img:nth-of-type(2) {
    display: inline-block;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    content: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    margin: 0;
    overflow: inherit;
}
.block-minicart .block-content>.actions>.primary .action.primary {
    max-width: 100%;
}
.minicart-items .product-item-name a {
    color: #000;
}
div#minicart-content-wrapper a.action.viewcart {
    color: #EC6713;
}
.block-minicart .block-content > .actions {
    margin-top: 0;
    display: block;
    width: 100%;
    padding: 25px 0;
}
.block-minicart .block-content > .actions > .primary {
    margin: 0 auto 25px;
}
.page-header .panel.wrapper {
    background-color: inherit;
    border: none;
    align-self: center;
    margin-right: 30px;
}
.page-header .header.panel {
    padding: 0;
}
.header.panel > .header.links > li.customer-welcome, .header.panel > .header.links > li.amasty-rewards-balance {
    display: none;
}
.header.panel > .header.links > li > a, .header.panel > .header.links > li,
.header.panel > .header.links > li > a:visited {
    color: #333;
    font-size: 1.4rem;
    margin: 0;
    text-decoration: none;
}
.header.panel > .header.links > .authorization-link:after {
    margin: 0 5px 0 2px;
}
.header.panel > .header.links img {
    margin-right: 10px;
}
.header.panel > .header.links img:nth-of-type(2) {
    display: none;
}
.header.panel > .header.links a {
	text-decoration: none!important;
}
.header.panel > .header.links a:hover {
    color: #EC6713!important;
    text-decoration: none!important;
}
.header.panel > .header.links li:hover a img:nth-of-type(1) {
    display: none;
}
.header.panel > .header.links li:hover a img:nth-of-type(2) {
    display: inline-block;
}
.header.panel > .header.links > .customer-welcome + .authorization-link {
    display: inline-block;
}
.minicart-wrapper {
    margin-left: 0;
    align-self: center;
    margin-right: 0;
}
.nav-sections {
    background: #fff;
    margin-bottom: 0;
}
.navigation {
    padding: 20px 15px;
    max-width: 1700px;
    background: #fff;
    text-align: center;
}
.navigation ul {
    padding: 0;
}
.navigation .level0:first-child {
    padding-left: 0;
}
.navigation .level0  {
    padding-right: 6.24%;
    margin: 0;
}
.navigation .level0:last-child {
    padding-right: 0;
}
.navigation .level0 .submenu li {
    text-align: left;
}
.navigation .nav-0 .level-top:before {
    content: url(../images/icon_search_big.svg);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
.navigation .level0 .level-top {
    color: #333;
}
.navigation .level0 > .level-top, .navigation .level0.parent > .level-top {
    padding: 0;
}
.navigation .home-icon .level-top > img {
    margin-top: -3px;
}
.navigation .home-icon .level-top > img:nth-of-type(2), .navigation .home-icon .level-top > img:nth-of-type(3) {
    display: none;
}
.navigation .level0:hover .level-top {
    color: #EC6713;
}
.navigation .header-btn > .site-button {
    overflow: inherit;
    padding: 0 14px;
}
.navigation .home-icon {
    padding-left: 0;
}
.navigation .home-icon:hover .level-top img:nth-of-type(1) {
    display: none;
}
.navigation .home-icon:hover .level-top img:nth-of-type(2) {
    display: inline-block;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top, .navigation .level0 .submenu .active>a {
    border: none;
}
.navigation .level0.parent .level-top {
    background: url('../images/icon_arrow2.svg') no-repeat 95% 50%;
    display: inline-block;
    padding-right: 25px;
}
.navigation .level0.parent:hover .level-top {
    background: url("../images/icon_arrow2_orange.svg") no-repeat 95% 50%;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after {
    content: none;
}
/**********************************************************/
/**********************************************************/
/********************  Header End  **********************/
/********************  Header End  **********************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/********************  Homepage Start  **********************/
/********************  Homepage Start  **********************/
/**********************************************************/
.banner-flex {
    display: flex;
}
.home-banner-left {
    width: 50%;
    color: #fff;
    position: relative;
}
.van-banner-top {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: max-content;
    max-width: -webkit-max-content;
}
.van-banner-bottom {
    position: absolute;
    width: 100%;
    max-width: max-content;
    max-width: -webkit-max-content;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 50px;
}
.van-banner-bottom h2 {
    font-size: 5rem;
}
.van-banner-bottom h4 {
    margin-bottom: 20px;
}
.van-banner-bottom h3 {
    font-weight: 300;
}
.home-banner-right {
    width: 50%;
    background: #333;
    padding: 40px;
}
.home-banner-right form[name=advance_search] {
    width: 50%;
    float: left;
    padding-right: 40px;
    border-right: 1px solid #4c4c4c;
}
.home-banner-right form[name=cartridge_by_text] {
    width: 50%;
    float: left;
    padding-left: 40px;
}
.home-banner-right form[name=cartridge_by_text] input[type="text"] {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    background-color: #fff;
}
.home-banner-right form[name=cartridge_by_text] input[type="text"]::placeholder {
    color: #333;
    font-weight: 700;
}
.advance-search-page form[name=cartridge_by_text] input[type="text"]::placeholder {
    color: #333;
    font-weight: 700;
}
.home-banner-right form select {
    background-color: #fff;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}
form[name="advance_search"] select {
    padding: 0 15px;
}
.home-banner-right .site-button {
    float: right;
}
.search-finder-top {
    color: #fff;
}
.search-toggle {
    cursor: pointer;
}
.search-finder-top[aria-expanded="true"] h3 {
    margin-bottom: 20px;
}
.search-finder-top[aria-expanded="false"] h3 {
    margin-bottom: 0;
}
.search-finder-top h3:before {
    content: url('../images/icon_search_big.svg');
    display: inline-block;
    margin-right: 20px;
}
.search-toggle h3:after {
    content: url('../images/icon_arrow2_orange.svg');
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -5px;
}
.search-toggle[aria-expanded="true"] h3:after {
    content: url('../images/icon_arrow2_orange.svg');
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px;
}
.section {
    padding-bottom: 40px;
}
.section.home-brands {
    display: flex;
    width: 100%;
    padding-top: 40px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 40px;
}
.brands-section {
    align-self: center;
    width: 10%;
}
.brands-section:not(:last-child) {
    margin-right: 4%;
}
.section-close-testimonial {
    background: #fff;
}
.section-close-testimonial h3 {
    color: #333;
    text-align: center;
}
.section-close-testimonial .block-testimonial-section {
    max-width: 900px;
    margin: auto;
}
.block-testimonial-section .text-testimonial {
    margin-bottom: 30px;
}
.block-testimonial-section img {
    margin-top: 40px!important;
}
.text-testimonial:first-child {
    display: inline-block;
    height: 85px;
    overflow: auto;
}
.block-testimonial-section  .text-testimonial .open-quote,
.block-testimonial-section  .text-testimonial .close-quote {
    width: 12%;
    float: left;
    font-size: 23px;
}
.block-testimonial-section  .text-testimonial .quote-content {
    width: 70%;
    margin: 0 3%;
    float: left;
}
.section-close-testimonial .site-button {
    margin: 40px auto auto;
}
#testimonial-slider {
    position: relative;
}
#testimonial-slider .owl-item img {
    width: auto;
    margin: auto;
}
#testimonial-slider .owl-nav {
    position: absolute;
    top: 6%;
    transform: translateY(-50%);
    width: 100%;
}
#testimonial-slider .owl-nav button.owl-prev {
    box-shadow: none;
    border: none;
    outline: none;
    float: left;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: right;
    margin: 0;
    left: 15%;
    width: 50px;
}
#testimonial-slider .owl-nav button.owl-prev:before {
    content: url(../images/icon_bigarrow.svg);
}
#testimonial-slider .owl-nav button.owl-next {
    box-shadow: none;
    border: none;
    outline: none;
    float: right;
    right: 15%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0;
    width: 50px;
}
#testimonial-slider .owl-nav button.owl-next:after {
    content: url(../images/icon_bigarrow.svg);
}
#testimonial-slider .owl-dots {
    text-align: center;
    padding-top: 40px;
}
#testimonial-slider .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #A7A8AA;
    margin: 0 7px;
}
#testimonial-slider.owl-theme .owl-dots .owl-dot span {
    height: auto;
    width: auto;
}
#testimonial-slider .owl-dots button.owl-dot.active {
    background-color: #EC6713;
}
.owl-dots button.owl-dot {
    box-shadow: none;
}
.owl-dots button.owl-dot:focus {
    outline: none;
    box-shadow: none;
}
.vps-wrapper {
    border-top: 1px solid #eee;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.section-vps {
    padding-top: 40px;
    max-width: 1200px;
    margin: auto;
    display: flex;
}
.section-vps-col {
    width: 250px;
    text-align: center;
    position: relative;
    top: 6px;
}
.section-vps-col img {
    height: 40px;
    margin-bottom: 20px;
}
.section-vps-col div {
    display: block;
    font-weight: 700;
    color: #333;
}
.price-guaranteed {
    top: 0;
}
.price-guaranteed img {
    margin-bottom: 0;
    height: 115px;
}
.section h1, .section h2, .section h3 {
    text-align: center;
    color: #333;
}
.block.widget .products-grid {
    max-width: 1700px;
    margin: auto;
}
.page-layout-1column .block.widget .products-grid {
    max-width: 1700px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}
.product-item-info {
    width: auto;
    padding: 0 0 20px;
}
.page-layout-1column .block.widget .products-grid .product-item {
    margin-right: 1.1%;
    width: 15.66%;
    margin-left: 0;
}
.products-grid .product-item  {
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    position: relative;
    border: 1px solid #eee;
}
.widget-product-grid .product-item {
    margin-bottom: 0;
}
.page-layout-1column .block.widget .products-grid .product-item:first-child {
    margin-right: 1.1%;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(6n) {
    margin-right: 0;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1),
.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1), 
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
}
.products-grid .product-item-info {
    padding: 20px;
    width: auto;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-grid .product-item-info .product-item-inner {
    clip: unset;
    height: 100%;
    margin: -1px;
    overflow: inherit;
    overflow: inherit;
    padding: 0;
    position: relative;
    width: 100%;
    box-shadow: none!important;
    display: block;
    position: relative;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: none;
    border: none;
    margin: 0;
    padding: 20px;
    position: relative;
    z-index: 9;
    box-shadow: none!important;
}
strong.product-item-name {
    height: 95px;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: 10px;
}
strong.product.name .product-item-link {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.products-grid .product-item-actions {
    margin: 0;
    height: 50px;
}
.products-grid .product-item-inner {
    position: relative;
    border: none;
    padding: 0;
}
.products-grid .product-item .product-item-inner, .products-grid .product-item .product-item-inner {
    box-shadow: none;
}
.product-item-actions .actions-primary {
    display: block;
}
.product-item-actions .actions-primary .tocart {
    max-width: 100%;
    line-height: inherit;
    font-size: 1.5rem;
}
.product-item-actions .actions-primary .tocart:focus, .product-item-actions .actions-primary .tocart:active {
	background: #EC6713;
    border: 1px solid #EC6713;
    color: #fff!important;
}
.yield-listing {
    height: 20px;
    margin-bottom: 15px;
}
.products-grid .product-item .price-box.price-final_price {
    height: 50px;
}
.cms-index-index .pages-top-finder {
    display: none;
} 
.cms-index-index .page-main .home-top-finder {
    display: block;
}
.cms-index-index .search-content {
    display: block!important;
}
body .home-top-finder {
    display: none;
}
/**********************************************************/
/**********************************************************/
/********************  Homepage End  **********************/
/********************  Homepage End  **********************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/********************  footer Start  **********************/
/********************  Footer Start  **********************/
/**********************************************************/
.page-footer {
    background: #333;
    padding-bottom: 0;
}
.footer.content {
    max-width: 1700px;
    margin: auto;
    display: table;
    width: 100%;
    padding: 20px 15px;
}
.footer-top-content {
    width: 22%;
    float: left;
    display: inline-block;
}
.footer-top-content {
    margin-right: 4%;
}
.block.newsletter {
    max-width: 100%;
    width: 22%;
    margin-bottom: 0;
    margin-right: 0!important;
}
.footer-top-content ul > li > a {
    font-size: 1.4rem;
    color: #fff;
}
.footer-top-content ul > li > a {
    display: block;
    margin-bottom: 0;
    text-decoration: none;
}
.footer-top-content ul > li > a:hover {
    color: #EC6713;
}
.footer-top-content-first ul > li > a .second-img {
    display: none;
}

.footer-top-content-first ul > li > a:hover .first-img {
    display: none;
}
.footer-top-content-first ul > li > a:hover .second-img {
    display: inline-block;
}

.footer-top-content ul > li > a:nth-of-type(2), .footer-top-content ul > li > a:nth-of-type(3) {
    margin-top: 5px;
}
.footer-top-content ul > li:last-child {
    margin-bottom: 0!important;
}
.footer-top-content ul > li {
    margin-bottom: 15px!important;
}
.footer-top-content-first li:first-child {
    margin-bottom: 20px!important;
}

.footer-top-content-first li a img {
    margin-right: 15px;
}
.footer-top-content-first li:nth-of-type(2) a img {
    float: left;
}
p.footer-top-content-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700;
}
.block.newsletter .form.subscribe {
    display: block;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo h3 {
	color: #fff;
}
.footer-logo h3 span {
	color: #EC6713;
}
.block.newsletter .field label {
    margin-bottom: 0;
    display: block;
}
.block.newsletter input {
    margin-right: 0;
    padding: 14px 10px 14px 53px;
    height: 100%;
    border-radius: 5px;
    background: #eee;
}
.block.newsletter .action.subscribe {
    border: none;
}
.block.newsletter .field .control {
    margin-bottom: 25px;
    position: relative;
    display: block;
}
.block.newsletter .field .control:before {
    content: url('../images/icon_mail_grey.svg');
    width: 20px;
    margin: 0;
    top: 16px;
    left: 20px;
    line-height: initial;
}
.footer-bottom-wrapper {
    padding: 10px 0;
    border-top: 1px solid;
    background: #333;
}
.footer-bottom-wrapper-inner {
    max-width: 1700px;
    margin: auto;
    display: table;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    width: 100%;
}
.copyright {
    background-color: transparent;
    color: #666;
    display: block;
    float: left;
    padding: 0;
    position: relative;
    top: 2px;
    font-size: 1.4rem;
}
.netable-copyright img {
    width: 20px;
    margin-left: 15px;
}
.social-icons {
    margin-top: 20px;
}
.social-icons a:not(:last-child) {
    margin-right: 15px;
}
.social-icons img {
    width: 22px;
    vertical-align: middle;
}
.social-icons img:not(:last-child) {
    margin-right: 10px;
}
/**********************************************************/
/**********************************************************/
/********************  Footer End  **********************/
/********************  Footer End  **********************/
/**********************************************************/
/**********************************************************/

/**********************************************************/
/********************  Search Page Start *******************/
/********************  Search Page Start *******************/
/**********************************************************/
.advance-search-page {
    background: #333;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
.advance-search-page-inner {
    max-width: 1700px;
    margin: auto;
    padding: 10px 15px;
    display: table;
    width: 100%;
}
.advance-search-page form select {
    background-color: #fff;
    color: #333;
    font-weight: 700;
    width: 24%;
    margin-right: 0.6%;
    float: left;
}
.advance-search-page form[name=advance_search] {
    width: 70%;
    float: left;
    padding-right: 40px;
    border-right: 1px solid #4c4c4c;
    align-self: center;
}
.advance-search-page form[name=cartridge_by_text] {
    width: 30%;
    float: left;
    padding-left: 40px;
    margin-top: -55px;
}

.advance-search-page form[name=advance_search] input.findink-btn.right.site-button {
    width: 24%;
}
.advance-search-page form[name=cartridge_by_text] input[type="text"] {
    color: #333;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    width: 68%;
    height: 55px;
}
.advance-search-page form[name=cartridge_by_text] input.site-button.findink-btn.right {
    width: 30%;
}
.advance-search-page .search-content .search-finder-top {
    margin-bottom: 40px;
}
.result-container h1 {
    color: #333;
}
.result-container > p {
    color: #333;
    font-weight: 700; 
}
.result-container .product-list tr {
    border-bottom: 1px solid #ddd;
}
.result-container .product-list tr td, .result-container .product-list tr th {
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}
.result-container td.product-image {
    display: flex;
    max-width: 600px;
}
.result-container .product-item-photo {
    width: auto;
}
.result-container strong.product-item-name {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
}
.result-container a.product-item-link {
    margin-left: 20px;
    text-decoration: none;
}

.result-container form[data-role=tocart-form] {
    display: flex;
}
.result-container form[data-role=tocart-form] .action.tocart {
    max-width: 100%;
    height: 50px;
    overflow-x: inherit;
}
.result-container form[data-role=tocart-form] input.qty {
    width: 50px;
    text-align: center;
    height: 50px;
    margin-right: 5px;
    font-weight: 600;
}
.result-container .product-list tr.banner-divider {
    border-bottom: none;
}
.result-container .product-list tr.banner-divider td {
    padding-left: 0;
    padding-right: 0;
}
.advancesearch-result-products strong.product-item-name {
    height: 100%;
}
@media (min-width: 1700px) {
    .advance-search-page form[name=advance_search] input.findink-btn.right.site-button {
        max-width: unset;
    }
}
/**********************************************************/
/********************  Search Page End ********************/
/********************  Search Page End ********************/
/**********************************************************/

/**********************************************************/
/********************  CMS Start **********************/
/********************  CMS Start **********************/
/**********************************************************/
.contact-section .contact-section-inner {
    max-width: 500px;
}
.contact-section-inner input[type="text"], .contact-section-inner input[type="password"], .contact-section-inner input[type="url"],
.contact-section-inner input[type="tel"], .contact-section-inner input[type="search"], .contact-section-inner input[type="number"],
.contact-section-inner input[type="datetime"], .contact-section-inner input[type="email"], .contact-section-inner textarea  {
    padding: 14px 10px 14px 53px;
}
.contact-section  .fieldset {
    margin-bottom: 25px;
}
.contact-section .fieldset > .field:not(:last-child) {
    float: left;
    width: 48.5%;
}
.contact-section .fieldset > .field.comment {
    float: left;
    width: 100%;
    margin-right: 0!important;
}
.contact-section .fieldset>.field:nth-of-type(odd) {
    margin-right: 3%;
}
.contact-section  .fieldset>.field, .contact-section .fieldset>.fields>.field{
    margin-right: 0;
}
.contact-section .actions-toolbar .primary, .contact-section .actions-toolbar .action {
    width: 100%;
    float: left;
    border: none;
    margin-right: 0;
}
.contact-index-index .columns .column.main {
    padding-bottom: 0;
}
.contact-page-top {
    display: flex;
    margin: auto;
    flex-direction: row-reverse;
    padding: 40px 0 40px;
}
.contact-page-right {
    width: 35%;
    margin-left: 5%;
}
.contact-map {
    width: 60%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: auto;
    width: auto;
}
.contact-map {
    background: url('../images/map.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-index-index .contact-section-inner h3 {
    display: none;
}
.contact-index-index .contact-section {
    margin-bottom: 0;
}
.contact-top h4 {
    color: #333;
    margin-bottom: 20px;
}
.contact-top h4:nth-of-type(2) {
    margin-top: 20px;
}
.contact-top-2col {
    margin-bottom: 20px;
    display: flex;
}
.contact-top-2col > div:first-child {
    margin-right: 15px;
}
.contact-top-2col strong {
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.contact-top-2col > div span {
    float: left;
    font-size: 1.4rem;
}
.contact-top-2col > div span a {
    color: #666;
}
.contact-page-right ul {
    padding: 0;
    list-style: none;
}
.contact-page-right ul > li > a {
    font-size: 1.4rem;
    color: #999;
    display: flex;
    margin-bottom: 0;
    text-decoration: none;
}
.contact-page-right ul > li > a:hover {
    color: #EC6713;
}
.contact-page-right ul > li > a .second-img {
    display: none;
}

.contact-page-right ul > li > a:hover .first-img {
    display: none;
}
.contact-page-right ul > li > a:hover .second-img {
    display: inline-block;
}

.contact-page-right ul > li > a:nth-of-type(2), .contact-page-right ul > li > a:nth-of-type(3) {
    margin-top: 5px;
}
.contact-page-right li a img {
    margin-right: 15px;
}
.contact-page-right li:nth-of-type(2) a img {
    float: left;
}
.wp-block-quote{
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #dddddd;
}
.wp-block-quote:last-child{
    padding-bottom:0;
    border-bottom:0;
}
.wp-block-quote:nth-child(odd){
    padding-left:60px;
    background-position:0 0;
    background-size:18px;
    background-repeat:no-repeat;
    background-image:url("../images/cition.jpg");
}
.wp-block-quote:nth-child(even){
    padding-right:60px;
    background-position:100% 0;
    background-size:18px;
    background-repeat:no-repeat;
    background-image:url("../images/cition-right.jpg");
}
.wp-block-quote p{
    margin-bottom:2em;
}
.wp-block-quote cite{
    font-style:normal;font-weight:700;font-size:1.8rem;
}
.cms-page-view .column.main {
  	margin-top: 0;
}
.cms-page-view h1 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.cms-page-view h3 {
    text-align: left;
    margin: 0 0 30px;
}
.testimonials-box {
    text-align: center;
}
.testimonials-box:first-child {
    margin-top: 40px;
}
.testimonials-box:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
}
.testimonials-box h3 {
    font-weight: 300;
    margin: 40px 0 20px;
    text-align: center;
}
.testimonials-box p:not(:last-child) {
    margin-bottom: 20px;
}
.cms-testimonials .vps-wrapper, .contact-index-index .vps-wrapper,
.cms-page-view .vps-wrapper, .advancesearch-result-products .vps-wrapper {
    margin-top: 0;
}
.testimonials-box p:last-child {
    margin-bottom: 20px;
}
.cms-banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #eee;
}
.cms-banner > img {
    display: none;
}
.cms-banner-txt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}
.cms-banner-txt h2, .cms-banner-txt h1, .cms-banner-txt h2, .cms-banner-txt h3 {
    margin-bottom: 30px;
}
.cms-banner-txt p {
    font-size: 2.5rem;
    font-weight: 300!important;
    margin-bottom: 0;
}
/**********************************************************/
/**********************************************************/
/********************  CMS End **********************/
/********************  CMS End **********************/
/**********************************************************/
.cms-products-sitemap strong.product-item-name {
    height: auto;
}
.product-sitemap .pager {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.product-sitemap .pager .toolbar-amount {
    float: left;
    color: #000;
}
.product-sitemap .pager .pages {
    float: right;
}
.pages li.item a.page {
    color: #000;
}
.pages li.current strong {
    background: #E1580A;
    color: #fff;
}
.product-sitemap .pages-item-next {
    margin-right: 0;
}
.item.pages-item-next a, .item.pages-item-previous a {
    background: none;
    box-shadow: none;
    border: none;
}
.pages li.item .action.next:before, .pages li.item .action.previous:before {
    color: #000;
}
.product-sitemap ul {
    padding: 0;
    list-style: none;
}
.product-sitemap ul li.product-item {
    margin-bottom: 15px;
}
.product-sitemap ul li.product-item:last-child {
    margin-bottom: 20px;
}
.product-sitemap ul li.product-item a:hover, .category-sitemap .product-links li a:hover {
    color: #EC6713;
    text-decoration: none;
}
.product-sitemap ul li.product-item a {
    text-decoration: none;
    color: #333;
}
.category-sitemap .product-links > ul {
    padding: 0;
}
.category-sitemap .product-links ul {
    list-style: none;
}
.category-sitemap .product-links li a {
    color: #333;
    font-weight: 700;
}
.category-sitemap .product-links li {
    margin-bottom: 15px;
}
.category-sitemap .product-links li:last-child {
    margin-bottom: 0;
}
.category-sitemap .product-links >ul > li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.category-sitemap .product-links > ul > li ul {
    margin: 15px 0 0 0;
}
.category-sitemap-top, .product-sitemap-top {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.category-sitemap-top > h1, .product-sitemap-top > h1 {
    color: #333;
}
.category-sitemap-link, .product-sitemap-link {
    text-align: right;
    align-self: center;
    flex: auto;
}
.category-sitemap-link a, .product-sitemap-link a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.6rem;
}
.category-sitemap-link a:hover, .product-sitemap-link a:hover {
    color: #E1580A;
}
/**********************************************************/
/**********************************************************/
/********************  Sitemap End  **********************/
/********************  Sitemap End  **********************/
/**********************************************************/
/**********************************************************/

/**********************************************************/
/**********************************************************/
/********************  Customer Start **********************/
/********************  Customer Start **********************/
/**********************************************************/
/**********************************************************/
.account .nav {
    display: block;
}
.account select {
    border: 1px solid #c2c2c2;
    padding-left: 20px;
}
.account table#my-orders-table .col {
    width: 16.66%;
}
.account .table-order-items.amrewards-info-table#my-orders-table .col {
    width: 10%;
}
.account .table-order-items.amrewards-info-table#my-orders-table .col:nth-child(3) {
    width: 50%;
}
.account .table-order-items.amrewards-info-table#my-orders-table .col:nth-child(4) {
    width: 20%;
}
.account .block.block-dashboard-orders, .account .block.block-dashboard-addresses {
	margin-top: 25px;
}
.password-strength-txt {
    display: none;
}
.password-weak .password-strength-txt, .password-medium .password-strength-txt, .password-strong .password-strength-txt,
.password-very-strong .password-strength-txt {
    display: inline-block;
}
.password-weak .password-strength-meter:before, .password-medium .password-strength-meter:before,
.password-strong .password-strength-meter:before, .password-very-strong .password-strength-meter:before {
    width: 100%;
}
.password-strength-meter {
    height: 100%;
}
#password-strength-meter-label, .password-strength-txt {
    font-size: 1.4rem;
}
.account .block-addresses-list {
    margin-top: 25px;
}
.customer-address-index tr {
    display: flex;
}
.account .page-main .block:not(.block-collapsible-nav), .account .page-main .orders-history {
    padding: 20px;
    background: #f5f5f5;
}
.account .column.main .block:not(.widget) .block-title {
    margin-bottom: 10px;
}
.account .column.main .block-dashboard-orders .block-title {
    border-bottom: none!important;
}
.account .column.main .data.table th.col {
    border: none!important;
}
.account .page-main .block:not(.block-collapsible-nav-content) .block-title > strong,
.account .page-main .fieldset > .legend span {
    font-weight: 700!important;
    color: #333;
}
.account .page-main .block .orders-recent {
    margin-top: -15px;
}
.account .page-main .block-addresses-list + .actions-toolbar {
    margin-top: 20px;
}
/**********************************************************/
/********************  Customer End **********************/
/********************  Customer End **********************/
/**********************************************************/
@media (min-width: 768px) {
    li.nav-1 #ui-id-4 {
        pointer-events: none;
    }
    .block-search-mobile {
        display: none!important;
    }
    .footer-top-content ul {
    	display: block!important;
        height: 100%!important;
	}
    .category-price-guarantee {
        margin: 20px auto 0;
        text-align: center;
        max-width: 200px;
    }
    .mobile-version {
        display: none!important;
    }
    .section-vps-col:not(:last-child) {
        margin-right: 50px;
    }
    span.netable-copyright {
        float: right;
    }
    .home-banner-left img.desktop-version {
        width: 100%;
        height: 100%;
    }
    .home-banner-left > p {
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .block.block-search {
        width: 175px;
    }
    .advance-search-page > .search-finder-top {
        margin-bottom: 40px;
        text-align: center;
    }
    .advance-search-page form[name=advance_search] {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .advance-search-page form select {
        width: 100%;
        margin-right: 0;
    }
    .advance-search-page form select:not(:last-child) {
        margin-bottom: 20px;
    }
    .search-content form input.findink-btn.right.site-button {
        float: left;
        width: 100%!important;
    }
    .advance-search-page form[name=cartridge_by_text] {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 20px;
        display: inline-block;
    }
    .advance-search-page form[name=cartridge_by_text] input[type="text"] {
        width: 100%;
    }
    .advance-search-page form[name=cartridge_by_text] input.site-button.findink-btn.right {
        width: 100%;
        margin-top: 20px;
    }
    .result-container .product-list tr td, .result-container .product-list tr th {
        padding-right: 5px;
        padding-left: 5px;
    }
    div.result-container tr td.product-image {
        max-width: 200px;
    }
    .contact-page-top {
       padding: 0; 
       display: inline-block;
       width: 100%;
    }
    .contact-page-right {
        width: 100%;
        margin-left: 0;
        display: flex;
    }
    .contact-section {
        margin-left: 5%;
    }
    .contact-map {
        height: 350px;
        width: 100%;
        margin-top: 40px;
        display: inline-block; 
    }
    .contact-top {
        display: inline-block;
    }
    .page-products .columns .column.main {
        padding-bottom: 40px;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
        padding: 0;
    }
    .page-products .columns .sidebar-main {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
    }
    .mana-filter-block.mana-mobile {
        display: block;
    }
    .mana-filter-block {
        display: none;
    }
    .mobile-scroll {
        color: #333;
        font-weight: 700;
        float: right;
    }
    .mobile-scroll:after {
         content: '\e608';
        font-family: 'luma-icons';
        display: inline-block;
        margin-left: 15px;
    }
    .mana-mobile .collapse-indicator {
        background: url(../Manadev_LayeredNavigationMobile/images/m-expanded.png) 0 5px no-repeat;
    }
    .mana-mobile .block-content dl.active .collapse-indicator, .mana-mobile.active .m-filter-title .collapse-indicator {
        background: url(../images/icon_arrow2_orange.svg) 0 5px no-repeat;
        display: inline-block;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mana-mobile .collapse-indicator {
        background: url(../images/icon_arrow2_orange.svg) 0 5px no-repeat;
    }
    .mana-mobile .m-filter-title, .mana-mobile .block-content dt {
        background-color: #333;
        color: #fff;
        font-weight: 700;
    }
    .category-price-guarantee {
        text-align: center;
    }
}
@media (min-width: 1700px) and (max-width: 1718px) {
    .navigation > ul {
        display: flex;
    }
}
@media (min-width: 1401px) and (max-width: 1418px) {
    .navigation > ul {
        display: flex;
    }
}
@media (min-width: 993px) {
    .advance-search-page form[name=advance_search] input.findink-btn.right.site-button,
    .advance-search-page form[name=cartridge_by_text] input.site-button.findink-btn.right {
        float: right;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .navigation ul {
        text-align: center;
    }
    .navigation li.level0 {
        padding-right: 4.28%;
        margin: 0;
    }
    .navigation .level0.parent .level-top {
        padding-right: 17px;
    }
    .navigation .nav-0 .level-top:before {
        margin-right: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navigation ul {
        text-align: center;
    }
    .navigation .level0.parent .level-top {
        padding-right: 17px;
    }
    .navigation .nav-0 .level-top:before {
        margin-right: 7px;
    }
}
@media (max-width: 1699px) {
    .breadcrumbs, .matched-width, .header.content, .navigation, .home-banner-inner,
    .filter.block, .page-products .toolbar-products, .page-products .products-grid,
    .footer.content, .footer-bottom-wrapper-inner,.faq-question-view .columns, .faq-category-view .columns,
    div#dealer-partners, .page-wrapper > .widget, .page-wrapper > .page-bottom,
    .block.category.event, .top-container, .page-main, .block.widget .products-grid, .advance-search-page-inner
    {
        max-width: 1400px;
    }
    .navigation .level0 {
        padding-right: 5.17%;
    }
}
@media (max-width: 1400px) {
    .breadcrumbs, .matched-width, .header.content, .navigation, .home-banner-inner,
    .filter.block, .page-products .toolbar-products, .page-products .products-grid,
    .footer.content, .footer-bottom-wrapper-inner, .faq-question-view .columns, .faq-category-view .columns,
    div#dealer-partners, .page-wrapper > .widget, .page-wrapper > .page-bottom,
    .block.category.event, .top-container, .page-main, .block.widget .products-grid, .advance-search-page-inner
    {
        max-width: 1200px;
    }
    .footer-top-wrapper {
    	text-align: center;
    }
    .footer-top-content {
	    width: 31.33%;
    }
    .footer-top-content {
		margin-right: 3%;
	}
	.footer.content ul {
		padding-right: 0;
	}
	.footer-top-content-first {
   	    margin-right: 0;
    }
    .footer-top-content-first li:nth-of-type(2) a img {
    	float: none;
    }
    .footer.content .block {
    	width: 100%;
    	float: none;
        margin-top: 40px;
	}
    .footer-logo h3 {
        text-align: center!important;
    }
	.block.newsletter .field .control {
	    max-width: 500px;
	    margin: auto;
	}
	.block.newsletter .action.subscribe {
    	border: none;
    	margin: 20px auto 0;
	}
    div.result-container td.product-image  {
        max-width: 500px;
    }
}
@media (min-width: 1201px) {
    body:not(.checkout-index-index) .page-header.page-header-sticky {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        background: #fff;
    }
    body.advancesearch-result-products .page-header.page-header-sticky {
        position: relative;
    }
}
@media (max-width: 1200px) {
    .breadcrumbs, .matched-width, .header.content, .navigation, .home-banner-inner,
    .filter.block, .page-products .toolbar-products, .page-products .products-grid,
    .footer.content, .footer-bottom-wrapper-inner, .faq-question-view .columns, .faq-category-view .columns,
    div#dealer-partners, .page-wrapper > .widget, .page-wrapper > .page-bottom,
    .block.category.event, .top-container, .page-main, .block.widget .products-grid, .advance-search-page-inner
    {
        max-width: 100%;
    }
    .logo {
        margin-left: 50px;
    }
    .block-search {
        width: 200px;
        margin-right: 20px;
    }
    .page-header .panel.wrapper {
        margin-right: 20px;
    }
    .minicart-wrapper .action.showcart img {
        margin-left: 10px;
    }
    .burgerMenu {
        display: block;
        position: absolute;
        top: 37px;
        left: 15px;
        z-index: 100;
        width: 35px;
        height: 21px;
        cursor: pointer;
    }
    .burgerMenu.open{
        top: 15px;
    }
    .burgerMenu > span {
        width: 100%;
        height: 2px;
        background-color: #043a44;
        transition: all .3s ease-in-out;
        display: block;
        position: absolute;
        left: 0;
    }
    .burgerMenu > span.bar2{
        top: 10px;
    }
    .burgerMenu > span.bar3{
        top: 100%;
    }
    .burgerMenu.open > span{
        background-color: #ffffff;
    }
    .burgerMenu.open > span.bar1{
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 15px;
        left: 0;
    }
    .burgerMenu.open span.bar2 {
        width: 0;
        opacity: 0;
    }
    .burgerMenu.open span.bar3 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
        left: 0;
    }
    html.no-scroll {
        overflow: hidden;
    }
    .nav-sections {
        position: fixed;
        display: block;
        top: 0;
        left: -150%;
        margin: auto;
        z-index: 99;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.9);
        opacity: 0;
        visibility: hidden;
        transition: all .8s ease-in-out;
        overflow: auto;
    }
    .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        border: none;
        color: #fff;
    }
    .navigation .parent .level-top:after, .navigation .parent .level-top.ui-state-active:after {
        content: none;
    }
    .nav-sections.responsive {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .nav-sections-items {
        height: 100%;
        display: block;
    }
    .nav-sections-item-title {
        display: none;
    }
    .nav-sections-item-content {
        float: none;
        margin-left: auto;
        margin-top: 0;
        width: 100%;
        padding: 0;
        height: 100%;
    }
    .navigation {
        padding: 0;
        background: none;
        position: relative;
        height: 100%;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .navigation .level0 {
        display: block;
        position: relative;
        border: none;
        padding: 0!important;
    }
    .navigation li.level0:last-child {
        border: none;
    }
    .navigation .level0 .submenu li  {
        text-align: center;
    }
    .navigation > .ui-menu {
        width: 100%;
        position: absolute;
        top: 15%;
    }
    .navigation .level0 > a.level-top {
        color: #fff;
        font-size: 2rem;
        text-transform: capitalize;
    }
    .navigation .level0 .submenu {
        background: none;
        border: none;
        box-shadow: none; 
        font-weight: 400;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        position: absolute;
        z-index: 1;
        margin-top: 11px;
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left 0.3s ease-out;
    }
    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
        background: none;
    }
    .navigation a, .navigation .level0 .submenu a {
        color: #fff;
    }
    .navigation li.parent .submenu:not(:first-child) {
        padding: 0!important;
    }
    .navigation .submenu:not(:first-child) > li > a {
        padding: 0 0 25px 0;
    }
    .navigation .level0.parent .level-top, .navigation .level0 > a.level-top  {
        padding: 0 0 25px 0;
    }
    .navigation .level0:hover .level-top {
        color: #fff;
    }
    .navigation .submenu:not(:first-child) > li > a {
        padding-left: 0;
    }
    .navigation .level0.parent .level-top, .navigation .level0.parent .level-top:hover,
    .navigation .level0.parent:hover .level-top {
        background: none;
    }
    .navigation .level0.parent .level-top:after {
        content: url('../images/icon_arrow2.svg');
        position: relative;
        right: -20px;
        top: -3px;
    }
    .navigation .nav-0 .level-top:before {
        top: 6px;
        margin-right: 20px;
    }
    .navigation .level0.parent .level-top.ui-state-active {
        color: #EC6713;
    }
    .navigation .level0.active .all-category .ui-state-focus, .navigation .level0 .submenu .active>a {
        border: none;
        color: #fff;
        font-weight: 600;
        padding-left: 0;
    }
    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
        color: #fff;
    }
    .navigation .level0.parent .level-top, .navigation .level0 > a.level-top {
        padding: 0 0 15px 0;
    }
    .navigation .header-btn > a.level-top {
        margin: auto;
        padding-bottom: 0;
    }
    .navigation .level0 .submenu a {
        font-weight: 600;
    }
    .navigation .level0.parent .level-top.ui-state-active:after {
        content: url('../images/icon_arrow2_orange.svg');
        transform: rotate(180deg);
        top: 0;
    }
    .navigation li.home-icon .level-top > img:nth-of-type(1), .navigation li.home-icon .level-top > img:nth-of-type(2) {
        display: none!important;
    }
    .navigation .home-icon .level-top > img:nth-of-type(3) {
        display: inline-block;
    }
    .banner-flex {
        display: inline-block;
        width: 100%;
    }
    .home-banner-left {
        width: 100%;
    }
    .home-banner-right {
        display: inline-block;
        width: 100%;
    }
    .brands-section:not(:last-child) {
        margin-right: 3%;
    }
    .page-layout-1column .block.widget .products-grid .product-item {
        width: 32.33%;
        margin-right: 1.5%;
    }
    .page-layout-1column .block.widget .products-grid .product-item:nth-of-type(3n) {
        margin-right: 0;
    }
    div.result-container td.product-image {
        max-width: 300px;
    }
}