/*Mega Menu Styles*/

#submenu .item a {
    color: #000;
}

/*List View*/
.products.products-list .product-item .product-item-details .product-item-name {
    font-size: 26px;
}

.products-list .product-item .product-item-description {
    font-size: 17px;
    margin-top: 1em;
}

button.action.primary.checkout:hover {
    border: none;
}

/*Grid View 2 colums on Mobile and toolbar tidy up*/

@media (max-width: 479px) {
    .toolbar label {
        display: none;
    }

    .toolbar-sorter.sorter.field {
        float: left;
        width: 50%;
        max-width: 50%;
    }

    .field.limiter {
        float: right !important;
        width: 48%;
        flex-basis: 50%;
        margin-top: -13px;
        display: block;
    }

    .select2.select2-container.select2-container--default.select2-container--focus {
        margin-top: 30%;
        float: right;
        display: block;
    }

}

.toolbar-number {
    margin: 0px 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cart-container .form-cart .cart.table-wrapper .col.item .product-item-photo .product-image-container {
        width: 100px !important;
    }
}

/*3 Col on Tablet Landscape*/
@media (min-width: 479px) and (max-width: 992px) {
    .catalog-product-view .box-tocart .field.qty {
        width: 100%;
    }

    .catalog-product-view .box-tocart .fieldset button.action.primary {
        float: right;
    }

    .catalog-product-view .box-tocart .actions {
        padding-top: 1em;
    }

    .catalog-product-view .box-tocart .actions {
        text-align: right;
    }

    .towishlist, .tocompare, .mailto {
        float: right;
    }

    .addthis_toolbox a {
        float: left;
    }

    .product-social-links {
        clear: both;
    }

    .catalog-product-view .product-addto-links {
        width: auto !important;
        float: right !important;
    }

    .product-social-links .mailto {
        float: right;
    }

    .catalog-product-view .product-info-main .product-options-wrapper .field .control {
        width: 100%;
    }

    .highlight-product-grid.widget-product-grid {
        height: auto !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .catalog-product-view .box-tocart .field.qty {
        float: left;
        width: 50%;
    }

    .catalog-product-view .box-tocart .fieldset button.action.primary {
        float: right;
    }

    .product-social-links {
        clear: both;
    }

    .catalog-product-view .product-addto-links {
        float: right !important;
        width: auto !important;
    }

    .catalog-product-view .box-tocart .actions {
        padding-top: 1em;
    }

    .catalog-product-view .box-tocart .actions {
        text-align: right;
    }

    .towishlist, .tocompare, .mailto {
        float: right;
    }

    .addthis_toolbox a {
        float: left;
    }

    .highlight-product-grid.widget-product-grid {
        height: auto !important;
    }
}

@media (max-width: 1199px) {
    .toolbar-products .pages {
        float: none;
        margin-bottom: 10px;
    }

    .cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item {
        float: left;
        width: 33.33% !important;
        position: initial !important;
        display: block;
        min-height: 360px;
    }

    .trending-products li.product-item:last-child {
        display: none;
    }

    .trending-products li.product-item {
        width: 21.66% !important;
        margin-bottom: 9px;
    }
}

@media (max-width: 992px) {
    .products-list .product-item-info .col-md-4 {
        float: left !important;
        width: 50% !important;
    }

    .products-list .product-item-info {
        height: 20em !important;
    }

    .header-promotions ul li {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .minicart-wrapper .product .actions {
        margin: -28px -8px 0 0;
    }

    .catalog-product-view .product-cart-actions {
        clear: both;
    }

    .catalog-product-view .product-cart-actions .stock.available {
        float: right;
    }

    .product-cart-actions .catalog-product-view .price-box .price-container .price-wrapper .price {
        font-size: 4rem;
    }

    .product.data.items > .item.content {
        background: #fff;
    }

    .product.data.items > .item.title.active > .switch {
        color: #fff;
    }

    .nav-sections-item-title {
        width: 50%;
    }

    nav.navigation li.level0 {
        width: 100%;
    }

    .navigation .parent .level-top:after {
        top: 52%;
        transform: translateY(-50%);
    }

    .navigation .level0 > .level-top {
        text-transform: capitalize;
    }

    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        background: none !important;
        text-indent: 10px;
    }

    .navigation .level0 > .level1 {
        width: 100%;
    }

    .products-list .product-item-info {
        height: auto !important;
    }

    .products-list .product-item-info, .products-list .product-item-name {
        text-align: center !important;
    }

    .products-list .product-item-photo {
        padding: 0 10px 10px 0 !important;
        display: block;
        margin: auto;
    }

    .catalog-product-view .box-tocart label {
        padding-right: 12px;
        line-height: 26px;
    }

    .catalog-product-view .box-tocart {
        text-align: right;
    }

    .col-xs-9 {
        width: 100%;
    }

    .tigren-bannermanager {
        display: none;
    }

    .col-xs-3 {
        width: 100%;
    }

    .trending-products li.product-item {
        width: 100% !important;
        max-width: 100%;
    }

    .cms-index-index .nvera-home-category-banners .col-md-4 {
        width: 100%;
    }

    .cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item {
        width: 100% !important;
    }

    .navigation .level0 > .level-top {
        font-weight: normal;
    }

    .nav-sections-item-switch {
        color: #8a8a8a;
    }

    .product-social-links {
        padding: 15px 0px;
        background: none;
    }

    .box-tocart .control {
        width: 75px;
        float: right;
        margin-bottom: 1em;
    }

    .catalog-product-view .product-cart-actions .paypal {
        display: none;
    }

    .catalog-product-view .product-cart-actions .product-info-price {
        padding-top: 0px !important;
    }

    .catalog-product-view .box-tocart, .product-cart-actions .stock.available, .product-cart-actions .stock.unavailable {
        margin-top: 0px !important;
    }

    .product-cart-actions .stock.available {
        font-size: 10px !important;
        padding: 5px !important;
    }

    .catalog-product-view .field.qty {
        margin: 0px;
    }

    .catalog-product-view .googleReview {
        display: none;
    }

    .catalog-product-view .product-cart-actions .countdownContainer {
        display: none;
    }

    .catalog-product-view .product-cart-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff !important;
        z-index: 10;
        width: 100%;
        border-width: 1px 0;
        padding: 16px;
    }

    .minicart-wrapper .action.close:before {
        color: #000;
    }

    .minicart-items-wrapper {
        width: 100%;
        margin: auto;
        padding: 15px 0;
    }

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

    .minicart-items .update-cart-item {
        float: left;
        height: 32px;
        padding: 5px;
    }

    .cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item {
        min-height: auto;
    }

    .products-list .product-item-info .col-md-4 {
        float: none !important;
        width: 100% !important;
    }

    .promotions {
        display: none;
    }

    .nvera-main-banners .col-md-3 a {
        width: 50%;
        float: left;
        background: none;
    }

    .navigation.sticky {
        position: unset !important;
    }

    .header.content {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        background: #fff;
        padding-bottom: 2px;
        border-bottom: 1px solid #d1d1d1;
    }

    .block-search .control {
        border: none;
    }

    .logo img {
        max-width: 123px !important;
    }

    .page-header > .header.content .nav-toggle {
        top: 10px !important;
    }

    .page-footer .footer .footer-container .container {
        padding: 0 12px;
        margin-top: 16px;
    }

    .owl-nav {
        display: none;
    }

    .newsletter {
        width: 100%;
        margin: 0px;
    }

    .page-header > .header.content .block-search input {
        width: 100%;
    }

    .block-search .control {
        margin: 0px;
        padding: 0px;
    }

    .block-search {
        margin-top: 0px;
        padding-bottom: 10px;
    }

    .minicart-wrapper {
        margin-top: 0px;
    }

    header.page-header {
        z-index: 9999 !important;
    }

    button.action.primary, .products.products-list button.action.primary {
        width: 100%;
        padding: 12px !important;
    }
}

/*Product Page layout*/
@media (min-width: 768px) {
    .page-layout-2columns-left .sidebar-additional {
        padding-right: 2%;
    }

    .catalog-product-view .product.media {
        max-width: 40%;
        flex-basis: 40%;
    }

    .catalog-product-view .product-info-main {
        max-width: 60%;
        flex-basis: 60%;
    }

    /*Alignment Template issue on resize*/
    .catalog-product-view .product-info-main .product-options-wrapper .field, .catalog-product-view .box-tocart .field.qty, .catalog-product-view .box-tocart .actions, .catalog-product-view .product-social-links {
        justify-content: left !important;
        text-align: left;
        align-items: left;
    }

}

/*Center Add to links on product view*/
.catalog-product-view .product-addto-links {
    display: block;
    text-align: right;
    float: left;
}

.social-sharing {
    clear: both;
    margin-top: 20px;
    float: left;
    position: relative;
    top: -41px;
}

.catalog-product-view .product-info-main .product-options-wrapper .field .control {
    width: 100%;
}

/*Configure options label too large product page fix*/
.catalog-product-view .product-info-main .product-options-wrapper .field .label {
    width: auto;
    flex-basis: auto;
}

/*Align Product options with add to cart*/
#product-options-wrapper label, .product-options-bottom label {
    margin-right: 40px !important;
}

.catalog-product-view .product-info-main .product-options-wrapper .field {
    align-items: left;
}

/*Capitilisation*/
.products-grid .product-item .product-item-details .product-item-name,
.products-list .product-item .product-item-details .product-item-name,
.products-grid .product-item .product-item-description,
.products-list .product-item .product-item-description,
.products-grid .product-item-actions > .actions-primary button.action, h1,
.heading-1, .breadcrumbs .items .item,
.page-footer .block.newsletter .control .actions .action,
.page-footer .footer-col h4, .footer-col .footer-col-content li,
.page-header__panel-inner .greet.welcome,
h3,
.heading-3, .sidebar .block-title,
.sidebar .collapsible-block .opener,
.modal-popup .modal-title,
.checkout-index-index .opc-wrapper .step-title,
.opc-sidebar .opc-block-summary span.title,
.custome-downloadable-products__wrapper .table-title,
.account-billing-agreements__wrapper .table-title,
.my-reviews-table__wrapper .table-title,
.orders-history__wrapper .table-title,
.sidebar .block-compare .actions-toolbar a.compare,
button.action,
.modals-wrapper .modal-popup.compare-popup .modal-footer > button,
.rd-navbar-static .rd-navbar-collapse li,
.rd-navbar-static .rd-navbar-cart-wrap .rd-navbar-cart-toggle,
.sidebar .collapsible-block .block-content .product-item-name,
.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-static .rd-navbar-nav > li.parent li > a,
.navigation li.level-top .tm-megamenu ul.level1 > li > a, .navigation a.level-top .tm-megamenu ul.level1 > li > a,
.filter-options[role="tablist"] .filter-options-title[role="tab"],
.catalog-product-view .data.items .title,
.block-title,
.review-fieldset .review-legend span,
h4,
.heading-4,
.catalog-product-view .data.items .additional-attributes .attributes-caption,
.opc-block-shipping-information .shipping-information-title,
.review-list .review-title,
.review-add .review-legend,
.block-subtitle, .box-title,
.checkout-container .authentication-wrapper button.action-auth-toggle,
.block-minicart .block-content > .subtotal .label,
.block-minicart .block-content > .subtitle,
.block-minicart .minicart-items > li > .product .product-item-name,
.block-minicart .block-content > .actions .secondary {
    text-transform: capitalize;
}

/*Padding Mobile Grid Item*/
.products-grid .product-item-actions > .actions-primary button.action {
    padding: 7px;
    font-size: 13px;
    display: block;
    margin: auto;
    width: 100%;
    background-color: #007fbb;
    border: 1px solid #007fbb;
}

.products-grid .product-item-actions > .actions-primary button.action:hover {
    background: #777777;
    border: 1px solid #777777;
}

/*Add to links color*/
p a, .list a, .contact-info a {
    color: #007fbb;
}

/*Grid Item Add to buttons next to price*/
.products-grid .price-box.price-final_price {
    margin: 10px 0;
    float: left;
}

.actions-secondary {
    float: right;
    margin-top: -6px;
}

.products-grid .product-item-actions > div {
    clear: both
}

/*New Header Colour*/
.page-header__panel, .rd-navbar-fixed .rd-navbar-panel-canvas {
    background: #777777;
}

.page-header > .panel.wrapper {
    background: #5a5a5a;
}

.rd-navbar-static .rd-navbar-cart-wrap {
    background: #007fbb;
}

.header.panel > .header.links > li {
    font-size: 12px !important;
}

/*Loading Icon Color*/
#page-preloader .spinner:after, body .loading-mask .loader:after {
    background: #007fbb !important;
}

/*Main Content Height*/
.page-main {

}

/*Page Title Font Size and margin*/
.page-title, .section-title {
    margin-bottom: 12px;
    font-size: 2.2rem;
    padding: 12px 0;
}

.page-title-wrapper {
    margin-bottom: 0px;
}

.breadcrumbs .items {
    border-bottom: 1px solid #dedede;
}

#cookienotification-block > p {
    margin: 0;
    padding-right: 10px;
}

#cookienotification-block button {
    font-size: 11px;
}

/*Hide Header Switchers*/
.header-switchers {
    display: none;
}

/*Theme color to blue*/
button.action,
.breadcrumbs .items .item,
.catalog-product-view .product-social-links a,
.catalog-product-view .product-info-stock-sku .available,
a,
.rd-navbar-static .rd-navbar-collapse li a:hover,
.rd-navbar-static .rd-navbar-collapse li a:focus,
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-static .rd-navbar-nav > li.parent li.focus > a,
.rd-navbar-static .rd-navbar-nav > li.parent li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.parent a:hover,
.products-grid .product-item .product-item-details .product-item-name a:hover,
.products-list .product-item .product-item-details .product-item-name a:hover,
.catalog-product-view .data.items .title.active a,
.modes .modes-mode:hover,
.page-footer .contact-info dt > .icon,
.page-footer .contact-info dd .contact-info_mail a,
.field.toolbar-sorter .sorter-action:hover,
.block-minicart .block-content .items-total,
.block-minicart .block-content > .subtotal > .price-container .price-wrapper .price,
.block-minicart .block-content > .actions .secondary a,
.opc-progress-bar .opc-progress-bar-item._active:before {
    color: #007fbb;
}

.products.products-list button.action.primary:before {
    color: #fff;
}

.product.info.detailed a {
    color: #212121;
}

/*Navigation Hover Style*/
.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
    color: #777777;
}

button.action.primary, .products.products-list button.action.primary {
    background: #0180d9;
    text-transform: capitalize;
}

button.action.primary:hover, .rd-navbar-static .rd-navbar-nav > li.parent li > a:after, button.action:hover, .rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li a:hover, .rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li a:hover, .products.products-list button.action.primary:hover, .price-slider .slider-fields .slider-input .action.primary, .sidebar .price-slider .ui-slider-handle, .rd-navbar-fixed .rd-navbar-nav li.opened > a:hover, .rd-navbar-fixed .rd-navbar-nav li.active > a:hover, .sidebar .block-compare .actions-toolbar a.compare:hover, .modals-wrapper .modal-popup.compare-popup .modal-footer > button, .footer-col .footer-col-content li a:before, .scrollToTop:hover, .checkout-container .authentication-wrapper button.action-auth-toggle, .opc-progress-bar .opc-progress-bar-item._active:after {
    background: #777777 !important;
}

button.action.primary:hover,
.rd-navbar-static .rd-navbar-nav > li.parent li > a:after, button.action:hover,
.rd-navbar-fixed .rd-navbar-nav li.opened > a,
.rd-navbar-fixed .rd-navbar-nav li.active > a,
.rd-navbar-fixed .rd-navbar-nav li a:hover,
.rd-navbar-fixed .rd-navbar-nav li.opened > a,
.rd-navbar-fixed .rd-navbar-nav li.active > a,
.rd-navbar-fixed .rd-navbar-nav li a:hover,
.products.products-list button.action.primary:hover,
.price-slider .slider-fields .slider-input .action.primary,
.sidebar .price-slider .ui-slider-handle,
.rd-navbar-fixed .rd-navbar-nav li.opened > a:hover,
.rd-navbar-fixed .rd-navbar-nav li.active > a:hover,
.sidebar .block-compare .actions-toolbar a.compare:hover,
.modals-wrapper .modal-popup.compare-popup .modal-footer > button,
.footer-col .footer-col-content li a:before,
.scrollToTop:hover,
.checkout-container .authentication-wrapper button.action-auth-toggle,
.opc-progress-bar .opc-progress-bar-item._active:after {
    background: #007fbb;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
}

/*Toolbar icons*/
.modes .mode-grid, .modes .mode-list {
    font-size: 40px;
    position: relative;
    top: 4px;
}

/*Header is sticky all the time*/
.rd-navbar-static.rd-navbar--is-stuck .page-header__panel {
    display: block;
}

/*Home Widget Products */
.block.widget.featured.grid .product-item-name {
    margin: 10px 0px;
}

/*Mega Menu Link Size*/

#submenuMega .item a {
    font-size: 16px;
}

/*Clean up megamenu*/
.rd-navbar-static .rd-navbar-search .form-group {
    bottom: 0px;
}

.page-header__content {
    padding: 3px 17px 0px 40px;
}

.navigation .row {
    margin-bottom: 0px;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
    margin-top: 10px;
}

.navigation a {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 13px;
}

.header-promotions ul li a .promotion__icon {
    display: none;
}

.header-promotions ul li a {
    text-decoration: underline;
}

.header-promotions ul li:last-child {
    border-right: none;
}

.header.panel > .header.links > li {
    font-size: 12px;
}

.promotions i {
    position: relative;
    left: -5px;
    top: 7px;
    color: #0180d9;
}

.promotions li {
    position: relative;
    line-height: 30px;
    border-right: 1px solid #d4d4d4;
}

nav.navigation li.level0 {
    border-right: 1px solid #6d6d6d;
}

nav.navigation li:nth-child(1), nav.navigation li:nth-child(2), nav.navigation li:nth-child(3), nav.navigation li:nth-child(4), nav.navigation li:nth-child(5), nav.navigation li:nth-child(6), nav.navigation li:nth-child(7) {
    display: inline-block !important;
}

nav.navigation li.level0:nth-child(8) {
    background: #d2c200;
}

.cms-index-index .nvera-blog-latest-article .box-title:before, .cms-index-index .nvera-blog-latest-article .box-title:after {
    width: 33%;
}

.navigation .level0 > .level-top {
    line-height: 38px !important;
}

.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    opacity: 1 !important;
}

.trending-products .price-box {
    clear: both;
    float: none !important;
    display: block;
    width: 100%;
}

.trending-products .product-item {
    position: relative;
}

.product-item-info:hover {
    border: 1px solid #ffffff;
}

.cms-index-index .block-static-block.widget .trending-products .container {
    padding-top: 0px;
}

.hot {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #dc0000;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    text-transform: capitalize;
}

.sections.nav-sections {
    background: #4e4e4e !important;
}

.trending-products .product-item-actions {
    display: none;
}

.trending-products .block-title strong {
    color: #000000;
    text-align: left;
    background: #fff;
    position: relative;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
}

.trending-products .block-title {
    padding: 1em 0;
    margin-bottom: 1em;
    text-align: center;
}

.trending-products .block-title:before {
    content: "";
    position: absolute;
    height: 1px;
    border-top: 1px solid #000;
    top: 23px;
    width: 97%;
    left: 1.5%;
}

.trending-products li.product-item {
    float: left !important;
    display: block;
    margin-left: 1% !important;
    width: 19% !important;
}

.nvera-home-highlight-products .products-grid .price-box.price-final_price {
    float: none;
}

.category-image {
    display: none;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-bottom: 0px !important;
    background: #6d6d6d;
}

.products-list .product-item-info {
    display: flex;
    align-items: center;
    width: 100%;
    height: 14em;
    border: none;
}

.products-list .product-item-info .product-item-photo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.filter-options .filter-options-content .item {
    margin-bottom: 5px;
}

.filter-options .filter-options-content .item a {
    cursor: pointer;
    display: flex;
    color: #4e4e4e;
    align-items: center;
    gap: 12px;
}

.filter-options .filter-options-content .item a > * {
    margin: 0;
}

.filter-options .count {
    white-space: nowrap;
}

#cookienotification-block > p {
    line-height: 28px;
}

.product-cart-actions .product-info-price {
    padding-top: 20px !important;
    background: none !important;
}

.paypal.checkout.before.paypal-logo input {
    margin: auto;
    display: block;
}

.cart.main.actions span {
    font-size: 11px;
}

button.action {
    color: #fff;
}

.cms-index-index {
    background: #f3f3f3;
}

.cms-index-index .list-brands .box-wrapper {
    border-top: 0px;
    border-bottom: 0px;
}

.price-including-tax:before {
    content: attr(data-label) ': ' !important;
    font-size: 1.1rem;
}

.cms-index-index .block-static-block.widget .container {
    padding-bottom: 0px !important;
}

.greet.welcome {
    margin: 0px !important;
    display: none !important;
}

li.item.link.compare {
    display: none !important;
}

.header-promotions {
    padding: 7px 0;
}

.page-header > .header.content .block-search input {
    border: 3px solid #0180d9 !important;
}

.page-header > .header.content .block-search .action.search {
    background: #0180d9 !important;
}

.page-header > .header.content .minicart-wrapper .action.showcart:before {
    color: #0180d9 !important;
}

.page-header > .header.content .block-search .action.search:hover {
    cursor: pointer;
}

.logo {
    margin-bottom: 0px !important;
}

.logo img {
    max-width: 210px;
    margin-top: -5px;
}

@media (min-width: 1024px) {
    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: 17.666667%;
    }
}

body.checkout-index-index .header-promotions, body.checkout-index-index .page-header:nth-child(2) {
    display: none;
}

.retailer #checkout-payment-method-load .payment-method:last-child {
    display: block;
}

#cookienotification-block {
    z-index: 9999 !important;
}

.block-cart-failed .action.continue, .cart-container .form-cart .action.continue, button#empty_cart_button, button.action.update {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #444444;
}

.block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, button#empty_cart_button:hover, button.action.update:hover {
    background: #e8e8e8 !important;
    color: #444444;
    border-color: #e8e8e8;
}

.cart.table-wrapper .item .item-actions a i {
    display: none;
}

.cart-container .checkout-methods-items .action.primary:hover {
    background: #777777 !important;
    border: none;
}

.cart.table-wrapper .item .item-actions a {
    color: #74b502;
}

.price-excluding-tax span, .price-excluding-tax:before {
    font-size: 12px !important;
    color: #ddd;
}

.retailer .price-excluding-tax span, .retailer .price-excluding-tax:before {
    font-size: 15px !important;
    color: #000;
}

.retailer .price-including-tax span, .retailer .price-including-tax:before {
    font-size: 12px !important;
    color: #ddd;
}

.ribbon .text:after {
    right: 1px;
}

.ribbon .text:before {
    left: 5px;
    display: none;
}

.ribbon .text:before, .ribbon .text:after {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #2e4050;
    border-left: 1px solid transparent;
    border-right: 6px solid transparent;
    display: none;
}

.ribbon .text {
    position: relative;
    right: -1px;
    top: 24px;
    padding: 5px 30px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: #0180d9;
    z-index: 2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ribbon {
    position: absolute;
    top: -12px;
    right: 0px;
    width: auto;
    height: 110px;
    overflow: hidden;
}

.ribbon .text i {
    float: left;
    font-size: 15px;
    margin-right: 5px;
}

.nvera-main-banners .col-md-3 {
    padding-left: 0px !important;
}

.nvera-main-banners .col-md-3 a {
    background: #d8d8d8;
}

.nvera-main-banners .col-md-3 a img {
    margin: auto;
    display: block;
    /*width: 100%;*/
    max-width: 100%;
}

.field.choice.company:before {
    width: 0px;
    margin-bottom: 2em;
}

li.level2 {
    width: 100%;
}

.products-grid .product-item-name > a {
    font-weight: normal;
    font-size: 13px;
}
.product-item-name > a {
    min-height: 38px;
}
.products-list .product-item-info, .products-list .product-item-name {
    text-align: left;
    margin-bottom: 0;
}

.abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
    color: #0084c4;
}

body {
    /*background: #000000 url(https://i.imgur.com/fyRyYVD.jpg) no-repeat !important;*/
    /*background: url(https://i.imgur.com/1JP1GFw.jpg) #b72e3e00 !important;*/
    background-attachment: fixed !important;
    background-position: center !important;
    font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.product-cart-actions .stock.available {
    color: #74b500;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
    border: 1px solid;
    padding: 4px 6px;
    float: right;
    margin-top: 0;
}

.catalog-product-view .box-tocart {
    margin-top: 2em;
}

.highlight-product-grid.widget-product-grid {
    height: 1400px !important;
}

.page-header > .header.content .minicart-wrapper .action.showcart:before {
    color: #7e807e;
}

.block-content.content .block-actions {
    visibility: hidden;
}

.block-content.content .checkbox {
    display: none;
}

.block-content.content label {
    visibility: hidden;
}

.block-content.content .products-grid .price-box.price-final_price {
    float: none;
}

.owl-carousel .owl-stage-outer {
    padding: 0 !important;
}

#co-shipping-method-form .item-options .field.item {
    margin-left: 0;
}

#co-shipping-method-form .item-options .field.item input.radio {
    margin-left: 0;
}

#co-shipping-method-form .item-options .field.item label.label {
    position: unset;
    margin-left: 4px;
}

.cms-index-index .nvera-blog-latest-article .box-title:before, .cms-index-index .nvera-blog-latest-article .box-title:after {
    background: #0182dc;
}

.cms-index-index .nvera-blog-latest-article .box-title > strong > span {
    color: #0182dc;
}

.cms-index-index .nvera-blog-latest-article .box-content .article-item > .article-info a {
    color: #0182dc;
}

.cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item {
    padding: 0px !important;
}

.cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item .featuredContainer {
    padding: 29px;
    position: relative;
}

.cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item .featuredContainer .tag i {
    color: #f1d510;
    position: relative;
    top: 4px;
    right: 6px;
    font-size: 17px;
}

.cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item .featuredContainer .tag {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 1px 15px;
    border-radius: 5px;
    line-height: 26px;
    color: #828080;
    font-weight: 200 !important;
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
}

.cms-index-index .nvera-home-highlight-products .container {
    background: #fff !important;
}

.cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item {
    border: none !important;
    box-shadow: 0px 0px 5px #ddd;
}

.sections.nav-sections .navigation {
    text-align: center;
}

.sections.nav-sections .navigation > ul > li.level0 {
    display: none;
}

.sections.nav-sections .navigation > ul > li.level0 > .submenu {
    text-align: left;
}

.sections.nav-sections .navigation > ul > li.level0 > .submenu > li.level1 {
    width: 20% !important;
    display: table !important;
    min-width: auto;
}

.sections.nav-sections .navigation > ul > li.level0 > .submenu .level2.submenu {
    display: none !important;
}

.sections.nav-sections .navigation > ul > li.level0 > .level-top:hover {
    background: #6b6b6b !important;
}

.gotolink {
    color: #007fbb;
    float: right;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.gotolink i {
    font-size: 30px;
}

.navigation .level0 .submenu {
    min-width: auto;
}

.sections.nav-sections .navigation > ul > li.level0 > .submenu > li.level1 > a {
    color: #2365d4 !important;
    border-bottom: 1px solid #2365d4 !important;
}

.sections.nav-sections .navigation > ul > li.level0 > .submenu .submenu a:hover {
    color: #888888 !important;
}

#top-cart-btn-checkout:hover {
    background: #777777 !important;
    border: 0px solid #777777;
}

.minicart-items .product-image-wrapper .product-image-photo {
    height: 75px !important;
    width: 75px !important;
}

.price-excluding-tax span, .price-excluding-tax:before {
    color: #8a8a8a;
}

.review-form .action.submit.primary {
    background: #2365d4 !important;
    border: 1px solid #2365d4 !important;
}

.page-footer .footer .footer-container .footer-links .container .box-link ul li > a:hover {
    color: #2365d4 !important;
}

.short-info {
    text-align: center;
}

.nvera-footer-logos img {
    max-width: 55px;
    margin: 0px 7px;
}

#cookienotification-block {
    background-color: rgb(245, 245, 245) !important;
}

button#btn-cookienotification-more {
    padding: 5px 17px !important;;
    font-size: 14px;
    border: solid #c5c5c5 1px !important;;
    font-weight: 400;
}

button#btn-cookienotification-allow {
    padding: 5px 17px !important;;
    background: #007fbb !important;
    font-size: 14px;
    border: 1px solid #007fbb !important;;
    font-weight: 400;
}

button#btn-cookienotification-allow:hover {
    background-color: #777777 !important;
    border: 1px solid #777777 !important;;
}

.action.mailto.friend {
    margin-left: 7px;
}

.navigation a:hover {
    cursor: pointer !important;
}

.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:hover {
    background: #4e4e4e !important;
    outline: none;
}

.product-social-links .product-addto-links > a.towishlist {
    background: #0080dd !important;
}

button.action.primary, .products.products-list button.action.primary {
    background: #007fbb;
    border: none;
    font-weight: 400;
}

button.action.primary:hover, .products.products-list button.action.primary:hover {
    border: none;
}

button#product-addtocart-button:hover {
    background: #777777 !important;
    border: 0px !important;
}

.action.primary:active {
    background: #777777 !important;
    border: 1px solid #777777;
}

.product-item-info {
    border: 0px !important;
}

.catalog-product-view .block-margin {
    margin-top: 24px;
    padding: 0 16px;
}

.fieldset {
    margin: 0 0 10px;
}

.fieldset > .legend {
    margin-bottom: 16px;
}

.fieldset:last-child {
    margin-bottom: 0;
}

.newsletter-manage-index .fieldset > .field {
    margin: 0 0 12px;
}

.fieldset > .field:not(.choice) > .label {
    float: left !important;
}

.product-cart-actions .box-tocart .actions button.action.primary {
    padding: 15px;
}

.product-cart-actions .box-tocart .actions button.action.primary span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    white-space: nowrap;
}

.product-cart-actions .box-tocart .actions button.action.primary i {
    font-size: 18px;
}

.checkout-index-index span.product-image-container {
    width: 75px !important;
}

.catalogsearch-result-index .product-image-container,
.catalog-category-view .product-image-container {
    width: 150px !important;
}

.opc-progress-bar-item._active:before {
    background: #3381d9 !important;
}

.opc-progress-bar-item._active > span:before {
    background: #3381d9 !important;
}

.checkout-index-index .authentication-wrapper button.action-auth-toggle {
    background: #3281dd !important;
    color: #fff;
    padding: 6px 20px;
}

.newsletter {
    max-width: 1230px;
    display: block;
    margin: auto;
    background: #1b1b1b;
    /*background: -moz-linear-gradient(-45deg, #29d2ab 0%, #0080dd 100%);
    background: -webkit-linear-gradient(-45deg, #29d2ab 0%,#0080dd 100%);
    background: linear-gradient(135deg, #29d2ab 0%,#0080dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29d2ab', endColorstr='#0080dd',GradientType=1 );*/
    text-align: center;
    position: relative;
}

.newsletter.ribbon2 .text, .newsletter.ribbon2 form {
    padding: 10px 40px;
}

.newsletter.ribbon2 .ribbon2-content {
    /*background: url(https://i.imgur.com/g7K0PJT.png);*/
    background-position: 0px -2px;
    padding: 0px !important;
    margin: 0px !important;
}

.newsletter.ribbon2 form {
    padding-top: 0 !important;
    padding-bottom: 15px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.newsletter i {
    color: #fff;
    position: relative;
    top: 6px;
    border: 1px solid;
    padding: 6px 9px;
}

.newsletter .text {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 200 !important;
    margin-bottom: 0px;
}

.newsletter input::placeholder {
    color: #848484;
}

.newsletter input {
    width: 300px;
    display: inline-block;
    margin: auto;
    border-radius: 2px;
    padding: 0px 15px;
    height: 35px;
    position: relative;
    top: 1px;
    border: 0px solid #d4d4d4;
}

.owl-carousel-custom-2 .owl-item img {
    width: 67% !important;
}

.ribbon2:after {
    right: -2em;
    border-left-width: 1.5em !important;
    border-right-color: transparent !important;
}

.ribbon2:before {
    left: -2em;
    border-right-width: 1.5em !important;
    border: 1.5em solid #1b1b1b !important;
    border-left-color: transparent !important;
}

.ribbon2:before, .ribbon2:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #1b1b1b;
    z-index: -1;
}

.ribbon2 .ribbon2-content:before, .ribbon2 .ribbon2-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #505050 transparent transparent transparent;
    bottom: -1em;
}

.ribbon2 .ribbon2-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon2 .ribbon2-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.googleReview {
    position: fixed;
    bottom: 0;
    box-shadow: 1px 0px 3px #bdbdbd;
    z-index: 999;
}

.nvera-main-banners .custom-slider {
    padding-bottom: 15px;
}

.owl-carousel-custom-2 .owl-dots {
    bottom: -30px !important;
}

.owl-carousel.owl-loaded {
    display: block;
}

dd.filter-options-content {
    max-height: 500px;
    overflow: auto;
}

.sticky {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    background: #4e4e4e !important;
    display: block !important;
    max-width: 100% !important;
}

.sticky .ui-menu {
    max-width: 100%;
    display: block;
    margin: auto;
}

.sticky ul#ui-id-2 {
    max-width: 85%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 60px;
}

.clear-both {
    clear: both;
    border: 0px;
}

#countdown span {
    width: 31%;
    float: left;
    display: block;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 15px;
    color: #060606;
    margin: 1%;
}

.countdownContainer {
    color: #ff2f00;
}

.countdownContainer b {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat';
}

.nvera-home-highlight-products .block {
    margin-bottom: 380px;
}

.list-brands {
    padding-top: 2em;
}

@media (max-width: 767px) {
    .cms-home .page-main {
        margin-top: 64px;
    }

    .message.success {
        margin: 20px 0 10px;
    }

    .payment-method-content .form .fieldset > .field {
        display: flex;
        flex-direction: column;
    }

    .payment-method-content .form .fieldset > .field .input-text {
        width: 100% !important;
    }

    .checkout-agreements-block .checkout-agreements .checkout-agreement ,
    .checkout-agreements-block-sage-server .checkout-agreements .checkout-agreement {
        display: flex;
        align-items: flex-start;
    }

    .checkout-payment-method .ccard .month .select,
    .checkout-payment-method .ccard .year .select {
        width: 100%;
    }

    .checkout-agreements-block .checkout-agreements .checkout-agreement input,
    .checkout-agreements-block-sage-server .checkout-agreements .checkout-agreement input {
        margin: 2px 4px 0 0;
    }

    .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
        width: 50% !important;
    }

    .products-list .product-item-info {
        flex-direction: column;
    }

    .trending-products li.product-item {
        width: 48% !important;
    }

    .nav-sections-item-content {
        margin-top: 46px;
    }

    div.sections.nav-sections {
        background: #f7f7f7 !important;
        z-index: 9999;
    }

    .sections.nav-sections .navigation > ul > li.level0 > .level-top:hover {
        background: #ffffff !important;
    }

    .sections.nav-sections .navigation > ul > li.level0 > .submenu > li.level1 ul {
        padding: 0;
    }

    .navigation .submenu:not(:first-child) > li > a {
        padding: 4px 0px;
    }

    .sections.nav-sections .navigation > ul > li.level0 > .submenu > li.level1 a {
        padding: 3px 0px;
    }

    .sections.nav-sections .navigation > ul > li.level0 > .submenu > li.level1 {
        width: 100% !important;
    }

    .minicart-wrapper .action.close:hover {
        background: none !important;
    }

    button.action.primary, .products.products-list button.action.primary {
        font-size: 14px !important;
        padding: 8px !important;
    }

    button.action.subscribe.primary {
        top: 0;
    }

    .minicart-items .product-item-name a {
        font-size: 13px;
    }

    .cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item {
        width: 44% !important;
        min-height: 330px;
        margin: 3%;
        min-height: auto;
    }

    .page-main .columns .column.main {
        margin-top: 0;
    }

    .cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .product-item-info {
        border: 0px;
    }

    .nvera-main-banners .col-md-3 {
        padding-right: 0px;
    }

    body {
        background: none;
    }

    #opc-shipping_method {
        overflow: auto;
    }

    #checkout-shipping-method-load {
        overflow: auto;
    }

    .page-bottom .block-static-block.widget {
        margin-bottom: 0px;
    }

    .checkout-index-index .columns {
        display: block;
    }

    .checkout-container .opc-progress-bar {
        margin: 24px 0 16px;
    }

    .checkout-container .authentication-wrapper button.action-auth-toggle {
        background: none !important;
        color: #6f6b6a;
    }

    .nvera-main-banners .col-md-3 {
        padding-left: auto !important;
    }

    nav.navigation li.level0 {
        border-right: 0;
    }

    .breadcrumbs .items > li a {
        font-size: 12px;
    }

    .filter-options .filter-options-content .item a {
        text-transform: capitalize;
    }

    .ribbon2:before, .ribbon2:after {
        display: none;
    }

    .page-wrapper {
        margin-top: 60px;
    }

    .account .page-wrapper,
    .cms-home .page-wrapper {
        margin-top: 0;
    }

    .account .page-main {
        padding: 0 16px;
    }

    .page-wrapper .page-header {
        border: none;
    }

    .action-save-address {
        margin-bottom: 12px;
    }

    .minicart-wrapper {
        z-index: 1;
    }

    .checkout-billing-address .actions-toolbar {
        margin-top: 12px;
    }

    .catalog-product_compare-index.page-wrapper {
        margin-top: 24px;
    }

    .breadcrumbs .items > li:after {
        line-height: 42px !important;
        font-size: 17px !important;
    }

    .breadcrumbs .items > li {
        height: 33px;
    }

    .checkout-cart-index .page-main .columns .column.main {
        margin: 0;
    }

    .cart.table-wrapper .col.msrp {
        width: 100%;
        background: #f5f5f5;
    }

    .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.qty {
        padding: 10px 0;
        width: 50%;
    }

    .cart.table-wrapper .col.subtotal {
        background-color: #F5F5F5;
    }

    .cart.table-wrapper .col.price {
        padding-left: 80px;
        text-align: left;
    }

    .cart.main.actions .continue, .cart.main.actions .clear {
        display: none;
    }

    .cart.table-wrapper .col {
        padding: 5px;
    }

    .cart.table-wrapper .product-item-name {
        font-size: 14px;
        padding-right: 8px;
    }

    .opc-estimated-wrapper .minicart-wrapper .action.showcart {
        background: #3480d9;
        border: none;
    }

    .authentication-wrapper span {
        color: #fff;
    }

    .authentication-wrapper {
        margin: auto;
        width: 100%;
        float: none;
        text-align: center;
        margin-top: -40px;
        background: #357fd9;
        margin-bottom: 18px;
    }

    .checkout-index-index .logo::before {
        display: none;
    }

    .checkout-index-index .logo img {
        margin: auto;
    }

    .checkout-index-index .logo {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .ribbon2 .ribbon2-content:before, .ribbon2 .ribbon2-content:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .header.content {
        padding: 20px 20px 0;
    }

    .logo {
        margin: -8px auto 12px 0;
    }

    .account .page-main {
        padding: 16px;
    }

}

@media (max-width: 500px) {
    .cms-index-index .nvera-home-highlight-products .container .highlight-product-grid .grid-item {
        margin: 0;
        width: 100% !important;
    }

    .nvera-main-banners .col-md-3 a {
        display: none !important;
    }
}

.tigren-bannermanager-slider {
    background: #e8e8e8;
}

.flexslider .slides img {
    position: relative;
    top: 5px;
}

.navigation ul.level0 {
    padding: 20px 30px !important;
}

.navigation .level0 .submenu {
    min-width: 0px !important;
}

.nvera-home-highlight-products .product-image-wrapper {
    padding-bottom: 100% !important;
}

.countdownContainer hr {
    margin: 0;
}

#checkout-shipping-method-load thead {
    display: none;
}

.table-checkout-shipping-method tbody td:nth-child(4) {
    display: none;
}

table.table-checkout-shipping-method {
    width: 100%;
}

div#checkout-shipping-method-load tbody, div#checkout-shipping-method-load tbody tr {
    width: 100% !important;
}

.filter-options .filter-options-content {
    max-height: 300px;
    overflow: auto;
    padding: 0 4px;
}

.filter-options .filter-options-content::-webkit-scrollbar {
    width: 4px;
    background-color: #d1d1d1;
}

strong.product.name.product-item-name {
    height: 43px;
    overflow: hidden;
}

.checkout-onepage-success .action.primary {
    background: #0080dd;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.page-main {
    padding: 0 12px;
}

.breadcrumbs .items > li strong {
    font-size: 12px;
}

.customer-account-create .field.choice.newsletter input, .field.choice.newsletter label {
    width: auto !important;
    margin: 0;
    height: unset;
}

.customer-account-create .field.choice.newsletter {
    background: 0 0;
    float: left;
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
}

a.action.create.primary {
    background: #007fbb;
    border: none;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

.action.login.primary:hover, a.action.create.primary:hover {
    border: none;
    background: #777777 !important;
}

.newsletter i {
    top: 0px;
    border: 0px;
    padding: 0px;
    color: #007fbb;
}

.newsletter i:hover {
    color: #777777;
}

button.action.subscribe.primary:hover {
    background: none !important;
}

button.action.subscribe.primary:hover i {
    color: #ddd;
}

button.action.subscribe.primary {
    padding: 0 !important;
    background: none;
    position: absolute;
    right: 4px;
    top: 7px;
    width: fit-content;
}

.site-designed {
    color: #fff;
    background: #ddd;
}

/*Elastic Search*/

div.ea-search-autocomplete div.content div.left {
    width: 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
    border: 0px !important;
}

div.ea-search-autocomplete div.content div.right {
    width: 100%;
}

div.ea-search-autocomplete div.content {
    display: block !important;
    top: 2px !important;
}

div#ea-categories {
    margin-bottom: 0px !important;
}

div.ea-search-autocomplete:before {
    margin-left: 5% !important;
    top: -7px !important;
}

#ea_search_autocomplete .wyomind-primary-bgcolor {
    margin-bottom: 0 !important;
    padding: 0px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: left !important;
    background-color: #f1f1f1 !important;
    color: black !important;
}

div.ea-search-autocomplete div.content span.section .section-name {
    font-size: 12px !important;
    font-weight: 500 !important;
    font-family: inherit !important;
}

div.ea-search-autocomplete div.content div.left div.ea-category {
    font-size: 13px;
}

div.ea-search-autocomplete div.content div.left div.ea-category a {
    color: #0179cc;
    font-family: inherit;
}

div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product a span.category {
    display: none;
}

div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product div.ea-image img {
    width: 50px;
    margin-right: 10px;
}

div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product a span.name {
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
}

form.minisearch {
    position: relative;
}

div#ea_search_autocomplete {
    position: absolute;
    left: 0;
    width: 100%;
}

div.ea-search-autocomplete div.content span.section span.section-amount {
    font-size: 12px !important;
    background: #e0e0e0;
    padding: 2px 10px;
    border-radius: 5px;
}

div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product {
    max-width: 100% !important;
    width: 100%;
}

div.ea-search-autocomplete div.content div.right div#ea-all-results {
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.onepage-index-index .fieldset > .field:not(.choice) > .control {
    width: 100%;
}

.iwd_opc_select_option::after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    color: #343434;
    font-size: 14px;
    right: 16px;
    line-height: 1;
    top: calc(50% - 7px);
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox] ~ label {
    padding-left: 0 !important;
    text-align: left !important;
    text-indent: 0 !important;
    margin-left: 0 !important;
    font-weight: 400;
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox] ~ label {
    display: inline-block !important;
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox] ~ label span {
    padding-left: 30px !important;
    margin-left: 15px !important;
}

div#iwd_opc_powered_by_logo {
    display: none;
}

div#iwd_opc_top {
    display: none !important;
}

.field.checkout-agreement.iwd_opc_collapsible_container:nth-child(2) {
    display: none;
}

.payment-method-content > p {
    display: none;
}

.checkout-agreements-block .checkout-agreements .checkout-agreement::before,
.checkout-agreements-block-sage-server .checkout-agreements .checkout-agreement::before {
    width: auto !important;
}

.checkout-agreements-block .checkout-agreements .checkout-agreement input:focus,
.checkout-agreements-block-sage-server .checkout-agreements .checkout-agreement input:focus {
    outline: none;
    box-shadow: none;
}

.checkout-agreements-block .checkout-agreements .checkout-agreement .label,
.checkout-agreements-block-sage-server .checkout-agreements .checkout-agreement .label {
    position: relative;
}

.checkout-agreements-block .checkout-agreements .checkout-agreement .label::after,
.checkout-agreements-block-sage-server .checkout-agreements .checkout-agreement .label::after {
    display: none;
}

.checkout-agreements-block .checkout-agreements .checkout-agreement .action-show,
.checkout-agreements-block-sage-server .checkout-agreements .checkout-agreement .action-show {
    color: #000000;
    font-size: 13px;
    background: transparent;
    text-transform: initial;
    margin-left: 5px;
    padding: 0;
    text-align: left;
    border: none;
    font-weight: 400;
}

.checkout-agreements-block .checkout-agreements .checkout-agreement .action-show:hover,
.checkout-agreements-block-sage-server .checkout-agreements .checkout-agreement .action-show:hover {
    background: transparent !important;
    text-decoration: underline;
}

.iwd_main_wrapper .fieldset .field.choice input[type=checkbox] ~ label {
    width: 100%;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
    background: #13d606 !important;
    border: none !important;
    padding: 1em;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:hover {
    background: #13d606 !important;
}

.field.choice input[type=checkbox]:checked ~ label:before {
    background: #0182dc !important;
    border: none !important;
}

span.iwd_opc_universal_wrapper.iwd_opc_collapsible_title::after {
    margin-left: 10px;
}

.iwd_opc_universal_wrapper.iwd_empty_cart_powered_by {
    display: none;
}

div#checkout-shipping-method-load .field:nth-child(2) .iwd_opc_select_option.selected {
    display: none;
}

div#checkout-shipping-method-load .field:nth-child(2) .iwd_opc_select_option.selected:after {
    display: none;
}

.iwd_opc_select_option:after {
    top: 12px;
}

.iwd_opc_payment_column #checkout-payment-method-load::after {
    content: 'Enter your credit / debit card details after your press Place Order';
    display: block;
    clear: both;
    width: 100%;
    font-size: 15px;
    text-align: left;
    margin-bottom: 18px;
    color: #13d705;
}

div[data-value="magenest_sagepay_form"]::after {
    display: none;
}

.checkout-agreements-block .action-show:hover {
    background: none !important;
}

label[for="magenest_sagepay_form"]::after {
    content: ' - you will enter your card details after you press place order';
    color: #333;
}

.navigation .level0 .submenu li {
    display: inline-block !important;
}

.opc-wrapper .action.edit-address-link:hover {
    background-color: transparent !important;
}


.minicart-items .product-item-details .details-qty {
    display: flex;
    align-items: center;
}

.minicart-items .product-item-details .details-qty label {
    margin-bottom: 0;
}

.cart-title {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0 16px;
}
