body {
    font-family: "Inter-Regular";
}

@font-face {
    font-family: "Eastern-Harrogate";
    src: url("../fonts/Eastern-Harrogate.ttf");
}

@font-face {
    font-family: "Inter-Light";
    src: url("../fonts/Inter-Light.ttf");
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: "Inter-Medium";
    src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold.ttf");
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
}
a {
    text-decoration: none !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a, .alink,
a:visited, .alink:visited {
    color: #00A0DE;
}


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

.action.primary, .action-primary, .amshopby-button, .am-filter-go {
    background: #008CF2;
    border: 1px solid #008CF2;
    font-family: "Inter-Regular";
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page-print .logo {
    background: linear-gradient(270deg, #00A0DE 0.05%, #00308F 99.9%);
    padding: 20px;
    min-width: 100%;
    width: 100%;
    display: block;
}


/* Popup */

div#popUpForm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #00000082;
    display: none;
    z-index: 999;
}

#popContainer {
    width: 35%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#popUpForm #close {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 25px;
    color: #fff;
}


/* Page width */

.page-main, .page-wrapper>.breadcrumbs, 
.category-view, .page-main-full-width,
.nav-sections-item-content>.navigation,
.catalog-product-view #description,
.amasty_quickorder-index-index .page-title-wrapper, 
.amasty_quickorder-index-index .amqorder-wrapper, 
.amasty_quickorder-index-index .amqorder-search, 
.amasty_quickorder-index-index .page.messages {
    width: 100%;
    max-width: 1450px;
    padding: 0;
    margin: auto;
}

.cms-home .page-main {
    max-width: 100%;
    background: #F1F7F7;
}

[data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}



/* Header */

.page-header {
    background: linear-gradient(270deg, #00A0DE 0.05%, #00308F 99.9%);
    position: relative;
}

.page-header .header.content {
    max-width: 1450px;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 17px 0;
}

.page-header .header.panel {
    padding-bottom: 0;
    padding-top: 0;
}

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

/* Header orders */

.page-header {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: none;
}

.ammenu-header-container .header.content .ammenu-logo {
    order: 1;
    margin-bottom: 0;
    min-width: inherit;
}

.ammenu-header-container .header.content .ammenu-logo img {
    height: 45px;
    object-fit: contain;
}

.header.content .block.block-search {
    order: 2;
}

.cms-index-index .header.content .block.block-search {
    width: auto;
}

.header.content .header.links {
    order: 3;
}

.header.content .minicart-wrapper {
    order: 4;
    margin-left: 10px;
}


/* Header account */

.page-header .header.links {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

.header.links>li:not(.welcome,.authorization-link,.wishlist)>a {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.greet.welcome .not-logged-in {
    font-size: 0;
}

.page-header .header.links li.link.wishlist {
    margin-left: 10px;
    position: relative;
}

.page-header .header.links li.link.wishlist .counter.qty {
    background: #00308F;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    display: inline-block;
    min-width: 17px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: -8px;
    font-size: 11px;
    font-weight: 400;
    left: 50%;
    transform: translate(-50%);
}

.authorization-link a,
.header.links .wishlist a,
.minicart-wrapper .action.showcart,
.switcher-currency .switcher-label {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    height: 40px;
    font-family: "Inter-Medium";
}

.authorization-link a:before {
    content: '\f007';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-right: 7px;
}

.header.links .wishlist a:before {
    content: '\f005';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-right: 7px;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: '\f07a';
    font-family: "font awesome 5 Pro";
    font-weight: 400;
    margin-right: 0;
    font-size: 15px;
    color: #fff !important;
    display: block;
    line-height: inherit;
    margin-right: 7px;
}

.minicart-wrapper .action.showcart.active {
    display: flex;
}

.minicart-wrapper .action.showcart .text {
    border: 0;
    clip: none;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
}


.minicart-wrapper .action.showcart .counter.qty {
    background: #00308F;
    color: #fff;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    min-width: 17px;
    overflow: hidden;
    padding: 0 2px;
    text-align: center;
    white-space: normal;
    font-size: 11px;
    font-weight: 400;
    margin-top: 0;
    margin-left: 8px;
    position: absolute;
    top: -8px;
    margin-left: 0;
    left: 50%;
    transform: translate(-50%);
}

.minicart-wrapper .action.showcart .counter.qty:before {
    content: '0';
}

.minicart-wrapper .action.showcart .counter.qty .counter-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
    display: none;
}

.counter-number {
    background: #00308F;
    color: #fff;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    display: inline-block;
    min-width: 17px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 11px;
    font-weight: 400;
}


.page-header .header.links li,
.header.content .minicart-wrapper,
.switcher-currency .switcher-label {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.ammenu-header-container .header.content .minicart-wrapper {
    margin-right: 0;
    position: relative;
}

/* Currency */

.switcher-currency {
    position: relative;
}

.switcher-currency .switcher-label {
    margin-right: 15px;
    cursor: pointer;
}

.switcher-currency .switcher-options {
    display: none;
    background: #fff;
    padding: 10px 10px 7px;
    position: absolute;
    border: 1px solid #bbb;
    margin-top: 0;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
}

.switcher-currency .switcher-options a,
.switcher-currency .switcher-options span {
    display: block;
    width: 100%;
    font-size: 12px;
    height: auto;
    padding: 0;
    font-family: "Inter-Regular";
    position: static;
    color: #000;
    font-weight: bold;
}

.switcher-currency .switcher-options span {
    color: #008CF2;
}

.switcher-currency .switcher-options a:hover {
    color: #008CF2;
}

.switcher-currency .switcher-options a {
    padding: 5px 0;
}

.switcher-currency .switcher-label:before {
    content: '\f3d1';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-right: 7px;
}



/* Header login */

/*.header.links .greet.welcome {
    position: absolute;
    left: 190px;
    background: transparent;
    color: #fff;
    font-size: 13px;
}*/


.customer-welcome .action.switch {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ccc;
    left: 70px;
    position: absolute;
    margin-top: 0;
}

/*.header.links .customer-welcome .customer-name::after {
    content: 'Nalog';
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    margin-left: 7px;
}*/

.header.links .customer-welcome {
    position: relative;
}

.header.links .customer-welcome {
    display: flex;
    align-items: center;
}

.greet.welcome {
    background: transparent !important;
    font-family: "Inter-Medium";
    color: #fff;
    font-size: 13px;
    padding-right: 10px;
}

.header.links .customer-welcome .customer-name {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    height: 40px;
    font-family: "Inter-Medium";
    padding-right: 20px;
}


.header.links .customer-welcome .customer-name::before {
    content: '\e058';
    font-family: "font awesome 5 pro";
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    display: block;
}

.customer-welcome .action.switch span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.customer-welcome.active .header.links li {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    background: 0 0;
    position: static;
}

.customer-welcome .action.switch:after {
    content: '\f107';
    font-family: "font awesome 5 pro";
    font-weight: 300;
    color: #fff;
    margin-left: 8px;
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 50px;
}

.customer-welcome .customer-menu {
    display: none;
}

.customer-welcome.active .customer-menu {
    display: block;
}

.header.links .customer-menu .header.links {
    flex-direction: column;
    padding: 5px 0;
}

.header.links .customer-menu .header.links a {
    color: #008CF2;
    display: block;
    width: 100%;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    font-family: "Inter-Regular";
    position: static;
}

.header.links .customer-menu .header.links a::before {
    display: none;
}


.customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgb(0 0 0/15%);
}


.customer-welcome+.authorization-link {
    display: none !important;
}


/* Mini cart */

.minicart-items .product-item-details {
    position: relative;
}

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

.minicart-items-wrapper {
    border-top: none;
}

.minicart-wrapper .action.close {
    display: none;
}

.minicart-wrapper .block-minicart {
    right: 0;
    width: 320px;
    box-shadow: none;
    padding-top: 0;
}

.block-minicart .subtitle.empty {
    font-size: 13px;
    padding: 15px 0 0;
    text-align: center;
}


.minicart-wrapper #minicart-content-wrapper .block-content {
    display: flex;
    flex-direction: column;
}

.block-minicart .items-total {
    display: none;
}


.minicart-items-wrapper {
    order: 1;
}

.minicart-wrapper .block-content .minicart-items-wrapper .product-image-wrapper {
    border: 1px solid #f2f2f2;
    padding: 10px !important;
    margin-right: 15px;
}

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

.block-minicart .subtotal {
    order: 2;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-minicart .subtotal .label {
    margin-bottom: 10px;
    display: inline-block;
}

.block-minicart .block-content>.actions {
    order: 3;
    margin-top: 0;
}

.minicart-wrapper .minicart-items .product-item-details .details-qty .label {
    display: none;
}

.minicart-wrapper .minicart-items .product-item-name a {
    color: #333333;
}


.minicart-wrapper .minicart-items input[type="number"] {
    height: 25px;
    font-size: 12px;
    border: 1px solid #f2f2f2;
}

.minicart_qty {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.minicart_qty .more,
.minicart_qty .less {
    border: 1px solid #f2f2f2;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    background: transparent;
    border-radius: 0;
}

.minicart_qty .less {
    border-right: none;
}

.minicart_qty .more {
    border-left: none;
}

.details-qty.qty .update-cart-item {
    margin-left: 16px;
    background: #008CF2;
    border: 1px solid #008CF2;
    font-family: "Inter-Regular";
    color: #fff;
    padding: 5px 10px;
    width: 106px;
    border-radius: 0;
    margin-top: 0px;
    position: absolute;
}

.minicart_qty {
    margin-left: 0;
}

.details-qty.qty .update-cart-item {
    margin-left: 0;
    right: 25px;
    bottom: 0;
    height: 25px;
    padding: 0;
    width: 25px;
    line-height: 24px;
}

.details-qty.qty .update-cart-item span {
    font-size: 0;
}


.details-qty.qty .update-cart-item span:after {
    content: '\f021';
    font-family: "font awesome 5 pro";
    font-weight: 300;
    font-size: 11px;
}

.minicart-wrapper .block-minicart .block-content>.actions>.primary {
    margin: 0;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    line-height: 1;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 0;
    font-weight: normal;
}

.block-minicart .block-content>.actions .secondary .viewcart {
    line-height: 1;
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #008CF2;
    display: block;
    font-weight: normal;
    color: #008CF2;
}



.block-minicart .block-content>.actions .secondary .viewcart:hover {
    background: #006bb4;
    color: #fff;
}

.block-minicart #minicart-content-wrapper .minicart-items-wrapper .product-item-details .actions .primary {
    display: none;
}

.minicart-items .item.product .product-item-pricing {
/*    display: flex;*/
    align-items: center;
}

.minicart-wrapper .product .actions {
    position: relative;
    left: 10px;
}


/* Under header */

.headerWrapper {
    background: #00A0DE;
    padding: 7px 0;
    position: relative;
}

.headerWrapper .underHeader,
.homeCategory,
.searchSurplusParts,
.homeIcons,
.home_products,
.home_two_baners,
.home_about_us {
    max-width: 1450px;
    width: 100%;
    margin: auto;
}

.underHeaderWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.underHeaderWrap ul,
.underHeaderWrap ul li {
    display: flex;
    align-items: center;
}

.underHeaderWrap ul li.activeMenu a,
.underHeaderWrap ul li:hover a {
    background: #fff;
    color: #00308F;
}

.underHeaderWrap ul li.activeMenu a img,
.underHeaderWrap ul li:hover a img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3905%) hue-rotate(218deg) brightness(101%) contrast(103%);
}

.underHeaderWrap ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(0, 48, 143, 0.5);
    border-radius: 4px;
    height: 30px;
    padding: 0 10px;
    width: 190px;
    font-size: 13px;
    font-family: "Inter-Medium";
}

.underHeaderWrap ul img {
    height: 18px;
    margin-right: 7px;
}

.underHeaderWrap ul:first-child li {
    margin-right: 7px;
}


.underHeaderWrap ul:last-child li {
    margin-left: 7px;
}

.underHeaderWrap ul:last-child li:last-child a {
/*    width: 147px;*/
}

.underHeaderWrap ul li a.noBgd {
    width: auto !important;
    background: transparent !important;
}


.underHeaderWrap ul li.activeMenu a.noBgd {
    color: #fff !important;
}

.underHeaderWrap ul li.activeMenu a.noBgd img {
    filter: none !important;
}

.underHeaderWrap ul:last-child li:nth-child(2) {
    margin-right: 15px;
}


/* Nav */

.nav-sections {
    margin-bottom: 0;
}

.navigation ul,
.nav-sections-item-content>.navigation {
    padding: 0;
}

.navigation .level0>.level-top {
    padding: 0;
}

.ammenu-menu-wrapper {
    margin-bottom: 0;
}


/* Nav dropdown */


.darbBgdZindex .ammenu-menu-wrapper,
.darbBgdZindex .page-header {
    z-index: 100;
}

.cms-home.darbBgdZindex .block-search {
    opacity: 0.5;
}

/* Search result */

#mpsearch-category {
    display: none;
}

.highlight {
    background-color: #269ddc;
    color: #fff;
}

.catalogsearch-result-index .column.main {
    display: flex;
    flex-direction: column;
}

.catalogsearch-result-index .aps_avref_container {
    display: flex;
    flex-wrap: wrap;
}

.catalogsearch-result-index .search.results {
    order: -1;
}

.catalogsearch-result-index .aps_avref_container h3 {
    width: 100%;
}

.avref_content {
    font-size: 12px;
    width: calc(100% - 0px);
    border: 1px solid #00A0DE;
    padding: 10px;
    /* box-sizing: border-box; */
    margin-right: 0px;
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
}

.avref_content:hover{
    background-color:#007aff;
    color: white;
}

.catalogsearch-result-index .page-title{
    padding-left: 20px;
}

.catalogsearch-result-index .breadcrumbs{
    margin-bottom: 0px!important;
}

/*.catalogsearch-result-index .column.main {
    width: 100% !important;
        padding-left: 0px;
}*/



.message.notice {
    float: left;
    width: 100%;
}

.img_desc p{
font-style: italic;
font-size: 12px;
}

@media only screen and (min-width:768px) {

    .ammenu-nav-sections.-topmenu .ammenu-main-container {
        padding: 0 15px 15px;
    }

    .ammenu-menu-wrapper .ammenu-icon-block.-icon {
        height: 40px;
        width: 80px;
        margin: auto;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important;
        margin-bottom: 10px;
    }

    .ammenu-nav-sections {
        background: transparent;
    }

    .ammenu-menu-wrapper {
        max-width: 1450px;
        width: 100%;
        margin: auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 123px;
        z-index: 10;
        display: none;
    }

    .ammenu-nav-sections.-topmenu {
        transition: 0s all ease-in;
        background: #fff;
        width: 43%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
        font-size: inherit;
        position: relative;
        display: flex;
        flex-direction: column;
        border: 1px solid #E3ECEC;
        padding: 10px;
        border-radius: 5px;
    }

    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link:hover {
        border: 1px solid #008CF2;
    }

    .ammenu-nav-sections.-topmenu .ammenu-items {
        margin-left: -15px !important;
    }

    .darbBgd:before {
        content: '';
        position: fixed;
        height: 100vh;
        width: 100vw;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,.5);
        background: rgba(0,0,0,.5);
        z-index: 99;
    }

    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item {
        width: 20%;
        text-align: center;
        height: 100%;
        padding-left: 15px;
        margin-top: 15px;
    }

    .ammenu-menu-wrapper .ammenu-text-block {
        display: flex;
        align-items: flex-start;
        align-self: center;
        margin: 0;
        position: relative;
        height: 35px;
        font-size: 12px;
        text-align: center;
    }

}


/* Search */


.mp-search .minisearch .actions {
   position: static !important;
}

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

/* Home message */ 

.cms-home .page.messages {
    position: absolute;
    z-index: 5;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.cms-home .message-success > div {
    max-width: 1450px;
    width: 100%;
    margin: auto;
    position: relative;
}

.cms-home .message.success {
    padding: 10px 0;
}

.cms-home .message.success>*:first-child:before {
    color: #fff;
    position: static;
    margin: 0;
    width: auto;
}

.message.success {
    background: #00308F;
    color: #fff;
}

.message.success>*:first-child:before {
    color: #fff;
}

.message.success a {
    color: #fff;
    text-decoration: underline !important;
}

.message.success a:hover {
    color: #00A0DE;
}


.catalog-product-view .page.messages {
    margin-bottom: 50px;
    margin-top: -30px;
}

.customer-account-login .page.messages,
.customer-account-create .page.messages {
    margin-top: 20px;
}

.page-products .page.messages {
    margin-bottom: 20px;
}

/* Home baner */


.homeBannerSearch figure img {
    height: 460px !important;
    object-fit: cover;
}



/* Home search */

.homeBannerSearch {
    position: relative;
}

.homeBannerSearch img {
    width: 100%;
}

.homeBannerDesc {
    position: absolute;
    /*top: 30%;*/
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    width: 100%;
    text-align: center;
}

.homeBannerDesc h1 {
    color: #F1F7F7;
    font-family: "Inter-Bold";
    font-size: 36px;
    letter-spacing: -1px;
}

.homeBannerDesc span {
    font-family: "Eastern-Harrogate";
    font-size: 63px;
    font-weight: normal;
    margin-left: 5px;
}


/* Most popular product */

.mostPopularProduct {
    max-width: 1450px;
    width: 45%;
    margin: auto;
    padding: 0;
}

.popularText {
    position: relative;
    z-index: 5;
    color: #fff;
}

.popularProductSlide {
    position: absolute;
    width: 100%;
    bottom: 25px;
    opacity: 0;
}

.popularProductSlide p {
    margin: 0;
}


.mostPopularProduct .product-items.slick-slider .slick-slide .product-item {
    width: 100%;
    max-width: 100%;
}

.mostPopularProduct .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 !important;
}

.mostPopularProduct .product-item-info {
    border: none !important;
    display: flex;
    align-items: center;
    padding: 0 10px !important;
}

.mostPopularProduct .product-item-info .product-item-photo {
    width: 35%;
    padding: 0 5px;
}

.mostPopularProduct .product-item-info .product-item-details {
    width: 65%;
    padding: 10px 0 0 10px;
}

.mostPopularProduct .slick-initialized .slick-slide {
    margin: 0 10px;
}

.slick-slider .slick-arrow.slick-prev,
.slick-slider .slick-arrow.slick-next {
    z-index: 5;
}

.mostPopularProduct .product-item-name {
    margin: 0;
}

.mostPopularProduct .product-items .product-item .product-item-name a,
.mostPopularProduct .product-items .product-item .productSku {
    font-size: 12px;
}

.mostPopularProduct .product-items .product-item .product-item-name a {
    height: 33px;
}

.mostPopularProduct .stock {
    font-size: 11px;
    margin-top: 8px;
}

.mostPopularProduct .stock i {
    font-size: 11px;
}

.mostPopularProduct .noBtnLink {
    margin: 5px 0 10px;
}

.mostPopularProduct .noBtnLink a {
    font-size: 11px;
}

.mostPopularProduct .product-items .product-item .price-final_price {
    justify-content: flex-end;
}

.mostPopularProduct .product-items .product-item .price-final_price .price {
    font-size: 13px;
}

.mostPopularProduct .product-items .product-item .price-final_price .old-price .price {
    font-size: 11px;
}

.mostPopularProduct .product-item .price-box {
    margin: 5px 0 10px;
}

.mostPopularProduct .product-item-actions .actions-primary {
    margin-bottom: 10px;
    /* display: inline-block; */
    display: none;
}

.mostPopularProduct .product-item .tocart {
    font-size: 11px;
    height: 30px;
    padding: 0 10px;
}

.mostPopularProduct .product-item-actions .action.tocart.primary span::before {
    font-size: 13px;
}

.mostPopularProduct p {
    font-size: 13px;
    position: relative;
    color: #fff;
    margin-bottom: 0;
}


/* Home category */

.homeCategory {
    padding: 40px 0;
    margin-top: 30px;
}


.homeHeading span {
    color: #24408F;
    font-family: "Inter-Bold";
    letter-spacing: -0.5px;
    font-size: 24px;
}

.homeHeading a {
    color: #008CF2;
    font-size: 14px;
    text-decoration: underline !important;
    margin-left: 10px;
    font-family: "Inter-Bold";
    position: relative;
    bottom: 2px;
}

.homeCat {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.homeCat li {
    width: 25%;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
}

.homeCat li:hover {
    background: ;
}

.homeCat li a {
    display: block;
}

.homeCat li div {
    border-radius: 4px;
    border: 1px solid #E3ECEC;
    background: #FFF;
    padding: 20px;
    padding-top: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.homeCat li div:hover {
    border: 1px solid #008CF2;
}

.homeCat li span {
    display: block;
    letter-spacing: -0.5px;
    color: #333;
    font-size: 16px;
    font-family: "Inter-Bold";
    margin-top: 10px;
}

.homeCat li img {
    height: 100px;
    object-fit: contain;
    mix-blend-mode: multiply;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.homeCat li div:hover img {
    transform: scale(1.05);
}


/* Home Surplus parts */

.searchSurpluswrap {
    border-radius: 4px;
    border: 1px solid #E3ECEC;
    background: #FFF;
    padding: 70px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchSurplusForm {
    width: 35%;
    padding-left: 5%;
}

.searchSurplusForm h2 {
    margin-top: 0;
    color: #333;
    font-family: "Inter-Bold";
    letter-spacing: -0.5px;
    font-size: 24px;
}

.searchSurplusForm a {
    font-size: 14px;
    font-family: "Inter-Bold";
    margin-top: 10px;
    border-radius: 4px;
    background: #2C5CBD;
    color: #fff;
    min-width: 180px;
    text-align: center;
    padding: 10px 0px 11px 0px;
    display: inline-block;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.20) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.20) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.searchSurplusForm a:hover {
    background: #008CF2;
}


/* Search Home */

.cms-home .header.content .block.block-search {
    order: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    /*top: 310px;*/
    top: 355px;
    padding: 0 !important;
    z-index: 7 !important;
    width: 65%;
}

.cms-home #search_mini_form {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 25px;
}

.cms-home .block-search .block.block-content {
    display: flex;
    justify-content: center;
}

.search-category {
    position: static !important;
    width: auto !important;
}

.block-search .control {
    display: flex;
    flex-direction: row-reverse;
}

.block-search input,
.search-category, 
#mpsearch-category,
.block-search .action.search {
    height: 40px;
}


.cms-home .block-search input,
.cms-home .search-category, 
.cms-home #mpsearch-category,
.cms-home .block-search .action.search {
    height: 45px;
}

.autocomplete-suggestions {
    margin-top: 48px;
}

.suggestion-left {
    text-align: center;
}

.cms-home .block-search select {
    width: 120px !important;
}

.block-search select {
    border: none !important;
    color: #fff;
    width: 100px !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 20px;
}

.block-search input {
    border: transparent !important;
    font-family: "Inter-Light";
    font-size: 14px;
    color: #8A8A8A;
}

.cms-home .block-search select {
    background-color: #00308F;
    background-image: url(../images/arrowDown.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}


.block-search .action.search {
    position: static;
}

.cms-home .block-search .action.search {
    background: #008CF2;
    opacity: 1;
    padding: 0;
    right: 0;
    width: 160px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#search_mini_form {
    display: flex;
    justify-content: center;
}

.field.search {
    width: 100%;
}

.cms-home .block-search .action.search>span {
    position: static !important;
    width: auto !important;
    overflow: visible !important;
    height: auto !important;
}

.block-search .action.search {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Inter-Medium";
    width: 50px;
}


.block-search .action.search:before {
    color: #fff;
    margin-right: 3px;
}

.autocomplete-suggestion {
    background: #fff !important;
}

.autocomplete-suggestion a {
    display: flex;
    align-items: center;
}

.autocomplete-suggestion .product-line.product-price {
    display: none;
}


/* Search other page */

.block-search select {
    background-color: #8A8A8A;
    background-image: url(../images/arrowDown.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}


#search_mini_form {
    border: 2px solid #fff;
    border-radius: 25px;
    width: 100%;
    margin: 0;
}

.block-search .action.search {
    background: #008CF2;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header.content .block.block-search {
    width: 55%;
}


/* Home icons */

.homeIcons {
    padding: 70px 0;
}

.homeIconsWrap {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.homeIconsWrap li {
    width: 25%;
    text-align: center;
}


.homeIconsWrap li img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}

.homeIconsWrap li p {
    color: #00308F;
    font-size: 18px;
    font-family: "Inter-SemiBold";
    margin-top: 15px;
}

.homeIconsWrap li span {
    font-size: 14px;
}


/* Home products */

.home_products {
    padding-bottom: 60px;
}

.home_products .product-items,
.amrelated-grid-wrapper .product-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px !important;
}

.home_products .product-items .product-item,
.amrelated-grid-wrapper .product-items .product-item {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.home_products .product-items .product-item,
.amrelated-grid-wrapper .product-items .product-item {
    width: 16.666% !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
    text-align: center;
}

.home_products .product-image-container,
.amrelated-grid-wrapper .product-image-container {
    padding: 20px 15px;
}


.home_products .product-image-wrapper {
    padding-bottom: 90% !important;
}


.home_products .product-item-actions,
.amrelated-grid-wrapper .product-item-actions {
    position: absolute;
    background: #fff;
    left: -1px;
    right: -1px;
    z-index: 5;
    bottom: -40px;
    margin: 0;
    padding-bottom: 20px;
    opacity: 0;
}

.home_products .product-item-actions .tocart,
.amrelated-grid-wrapper .product-item-actions .tocart {
    width: 100%;
    font-size: 14px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #008CF2;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.20) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.20) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 36px 11px 37px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-left: 0;
    padding-right: 0;
}

.home_products .product-item-actions .tocart:hover,
.amrelated-grid-wrapper .product-item-actions .tocart:hover {
    background: #2C5CBD;
}


.home_products .product-item-actions .actions-primary,
.amrelated-grid-wrapper .product-item-actions .actions-primary {
    width: 85%;
}


.home_products .product-items .product-item .price-box.price-final_price,
.amrelated-grid-wrapper .product-items .product-item .price-box.price-final_price {
    margin: 25px 0 40px;
}

.home_products .product-items .product-item .product-item-info:hover .product-item-actions,
.amrelated-grid-wrapper .product-items .product-item .product-item-info:hover .product-item-actions {
    opacity: 1;
    border-left: 1px solid #008CF2;
    border-bottom: 1px solid #008CF2;
    border-right: 1px solid #008CF2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
} 

.home_products .product-items .product-item .product-item-info:hover,
.amrelated-grid-wrapper .product-items .product-item .product-item-info:hover {
    border: 1px solid #008CF2;
}

.stock i {
    font-size: 15px;
}

.stock.available {
    color: #008000;
}

.stock.unavailable {
    color: #ff0000;
}

.home_products .stock,
.amrelated-grid-wrapper .stock {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 15px;
}

.home_products .noBtnLink,
.amrelated-grid-wrapper .noBtnLink {
    position: absolute;
    background: #fff;
    left: -1px;
    right: -1px;
    z-index: 5;
    bottom: -40px;
    margin: 0;
    padding-bottom: 25px;
    opacity: 0;
}

.home_products .noBtnLink a,
.amrelated-grid-wrapper .noBtnLink a {
    width: 100%;
    font-size: 14px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #008CF2;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.20) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.20) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 36px 11px 37px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.home_products .product-items .product-item .product-item-info .noBtnLink:hover a,
.amrelated-grid-wrapper .product-items .product-item .product-item-info .noBtnLink:hover a {
    background: #2C5CBD;
}

.home_products .product-items .product-item .product-item-info:hover .noBtnLink,
.amrelated-grid-wrapper .product-items .product-item .product-item-info:hover .noBtnLink {
    opacity: 1;
    border-left: 1px solid #008CF2;
    border-bottom: 1px solid #008CF2;
    border-right: 1px solid #008CF2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 6;
}




/* Products */

.noBtnLink {
    margin: 15px 0 15px;
    position: relative;
    z-index: 5;
}

.page-products .noBtnLink a {
    width: 100%;
    font-size: 14px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #008CF2;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.20) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.20) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 36px 11px 37px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.page-products .noBtnLink a:hover {
    background: #2C5CBD;
}

.products-grid .product-item-actions {
    margin: 14px 0;
}


.page-products li.product-item .stock {
    margin: 20px 0 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.widget-product-grid li.product-item .stock,
.main_stock_status .stock.available {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-products li.product-item .stock i,
.widget-product-grid li.product-item .stock i {
    margin-right: 5px;
        margin-top: 2px;
}

.stockQty {
    margin-left: 5px;
}

.page-products .products.wrapper.list li.product-item .stock {
    margin: 0;
    margin-top: 10px;
}

li.product-item .priceMessageVat {
    display: none;
}

.product-items .product-item .product-item-info {
    padding: 0 20px;
    height: 100%;
    position: relative;
    border-radius: 4px;
    border: 1px solid #E3ECEC;  
}

.product-item .product-item-info {
    background: #fff;
}

.product-items .product-item .product-item-info:hover {
    border: 1px solid #008CF2;
}

.pr_atribute li p strong {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    font-family: "Inter-Medium";
}

.pr_atribute li p {
    font-size: 11px;
}

.pr_atribute {
    background: #f2f2f2;
    margin: 0 -20px;
    padding: 10px 0 10px;
}

.page-products .pr_atribute {
    padding: 10px 0 1px;
    margin-bottom: 32px;
}

.pr_atribute li {
    margin-bottom: 10px;
}

.pr_atribute li:last-child {
    margin-bottom: 0;
}

.pr_atribute li strong {
    display: block;
}

.product-items .product-item .product-item-name a {
    color: #8A8A8A;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    /* height: 45px;*/
    height: 40px;
    overflow: hidden;
}

.product-items .product-item .productSku {
    color: #333;
    font-size: 13px;

}

.product-items .product-item .price-final_price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.product-items .product-item .price-final_price .old-price {
    margin-right: 10px;
}

.product-items .product-item .price-final_price .price {
    color: #333333;
     font-family: "Inter-Bold";
    font-size: 16px;
}

.product-items .product-item .price-final_price .old-price .price {
    font-size: 13px;
    font-family: "Inter-Regular";
    color: #737373;
}

.product-items .product-item .price-final_price .price-label {
    display: none;
}

.product-item-actions .action.tocart.primary span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-actions .action.tocart.primary span::before {
    content: '\f07a';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-right: 7px;
}

.grouped-products {
    padding-bottom: 9px;
}

.group_weight_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.group_weight_list li.group_price {
    font-family: "Inter-Medium";
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.group_weight_list li:last-of-type {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.group_weight_list li strong {
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Inter-Medium";
}

.group_weight_list li span {
    font-size: 11px;
}



/* Two home baner */

.home_two_baners .pagebuilder-column-line {
    grid-gap: 20px;
}

.home_two_baners .pagebuilder-column {
    width: 100% !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    padding: 30px;
    padding-bottom: 0;
    border-radius: 4px;
}

.home_two_baners .pagebuilder-column > div,
.home_two_baners .pagebuilder-column figure {
    width: 50%;
}

.home_two_baners .pagebuilder-column figure {
    text-align: center;
}

.home_two_baners .pagebuilder-column > div h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Inter-Bold";
    font-size: 28px;
    margin: 0;
}

.home_two_baners .pagebuilder-column > div h5 {
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
}

.home_two_baners .pagebuilder-column > div p {
    color: #fff;
    font-size: 14px;
}

.home_two_baners .pagebuilder-column > div a {
    border-radius: 4px;
    border: 2px solid #FFF;
    color: #fff;
    width: 180px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}   

.home_two_baners .pagebuilder-column > div a:hover {
    background: #fff;
    color: #333;
}


/* Home about us */

.home_about_us .homeAboutUs {
    border-radius: 4px;
    border: 1px solid #CBD9D9;
    background: #FFF;
/*    margin-top: 115px;*/
    margin-top: 75px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 80px;
}

.home_about_us .homeAboutUs:before {
    content: '';
    background: url(../images/apc_about.png);
    background-size: contain;
    width: 415px;
    height: 385px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 5;
}


.home_about_us .homeAbLeft {
    width: 55%;
    padding-left: 200px;
}


.home_about_us .homeAbRight {
    width: 45%;
    padding-left: 50px;
    padding-top: 60px;
}


.home_about_us .homeAbLeft h3 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #24408F;
    font-size: 35px;
    font-family: "Inter-Bold";
}

.home_about_us .homeAbLeft p {
    color: #888C99;
    font-size: 14px;
}

.home_about_us .homeAbLeft a {
    border-radius: 4px;
    background: #2C5CBD;
    color: #fff;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-top: 35px;
}

.home_about_us .homeAbLeft a:hover {
    background: #008CF2;
}


.home_about_us .homeAbRight ul li {
    color: #24408F;
    font-size: 18px;
    font-family: "Inter-Bold";
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.home_about_us .homeAbRight ul li::before {
    content: '\f058';
    font-family: "font awesome 5 Pro";
    font-weight: 500;
    font-size: 20px;
    color: #008CF2;
    display: block;
    margin-right: 10px;
}


/* Breadcrumps */

.page-wrapper>.breadcrumbs {
    padding: 15px 0;
    margin-bottom: 30px;
}

.breadcrumbs .item:not(:last-child):after {
    content: '\e607';
    transform: rotate(270deg);
    color: #333333;
    margin: 0 5px;
    font-size: 21px;
}

.breadcrumbs .item.home a {
    background: url('../images/breadCrump.svg');
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 16px;
    display: block;
}

.breadcrumbs .items,
.breadcrumbs .items li,
.breadcrumbs .item:not(:last-child) {
    display: flex;
    align-items: center;
}

.breadcrumbs .items li {
    color: #333333;
}


/* Product list */

.block.filter .filter-title {
    margin-bottom: 40px;
}

.page-layout-2columns-left .sidebar-main {
    width: 20%;
}

.page-layout-2columns-left .column.main {
    width: 80%;
}

.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.catalogsearch-result-index .search.results dl {
    display: none;
}

.category-description {
    width: 45%;
    margin: 0 0 0 auto;
}

.category-image {
    margin-bottom: 0;
    order: -1;
}

.category-image img {
    margin-right: 30px;
    width: 120px;
}


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


.page-title {
    color: #333333;
    font-size: 36px;
    letter-spacing: -1px;
    font-family: "Inter-Bold";
}


/* Product LIST - GRID */

li.product .priceMessageVat {
    display: none;
}


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

.page-products #minicart-content-wrapper .product-image-wrapper {
    padding-bottom: 0 !important;
}

.page-products .product-item .price-box {
    margin: 35px 0 25px;
}

.page-products .product-item .price-box .price-box {
    margin: 0;
}

.page-products .products.wrapper.grid .item .noBtnLink {
    margin: 15px 0 30px;
    opacity: 0;
}

.page-products .products.wrapper.grid .item .product-item-info:hover .noBtnLink {
    opacity: 1;
}


.toolbar-products {
    padding: 0;
}

.page-products .product-item-info {
    width: 100%;
}

.product.actions.product-item-actions .actions-primary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.product-item .tocart {
    white-space: inherit;
    width: 100%;
    font-size: 14px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #008CF2;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.20) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.20) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
    height: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product-item .tocart:hover {
    background: #2C5CBD;
}


.product-item .quickView {
    white-space: inherit;
    width: 100%;
    font-size: 14px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #2C5CBD;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.20) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.20) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.product-item .quickView:hover {
    background: #008CF2;
}


.page-products .products-grid .product-item {
    width: 33.333%;
    margin: 0 !important;
}

.page-products ol.products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px !important;
}

.page-products ol.products .product-item {
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.product.details.product-item-details {
    position: relative;
}

.viewBtn {
    position: absolute;
    width: 100%;
    bottom: -10px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.page-products .product-item-info:hover .viewBtn {
    opacity: 1;
    z-index: 3;
}

.page-products .product-items .product-item .productSku,
.page-products .product-items .product-item .product-item-name a {
    font-size: 16px;
}


/* Filter */

.sidebar.sidebar-main .filter-options .filter-options-content li.item {
    padding-bottom: 10px;
}

.sidebar.sidebar-main .amshopby-filter-current.filter-current .amshopby-items {
    padding-left: 0;
}

.filter-actions .filter-clear {
    white-space: inherit;
    width: 100%;
    font-size: 14px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #008CF2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 0;
}

.filter-actions .filter-clear:hover {
    background: #2C5CBD;
    color: #fff;
}


/*  */


.page-products .products.list.products-list .product-item-info {
    display: flex;
    padding: 0 30px;
}

.products-list .product-item-photo {
    display: block;
    padding: 0;
    vertical-align: top;
    width: 15%;
    padding-right: 30px;
}

.products-list .product-item-details {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-list .product-image-wrapper {
    padding-bottom: 0 !important;
}

.products-list .viewBtn {
    position: static;
    opacity: 0;
    width: auto;
}

.page-products .products.list.products-list .product-item-info:hover .viewBtn {
    opacity: 1;
}

.products-list .product-item-name {
    width: 300px;
}

.products-list .product-items .product-item .product-item-name a {
    height: auto;
}

.products-list .description.product-item-description {
    display: none;
}

.page-products .products-list .product-item .price-box {
    margin: 0;
    order: 1;
}

.page-products .products-list .product-item .quickView {
    width: 140px;
    text-align: center;
}

.products-list .product-image-wrapper .product-image-photo {
    height: 120px;
    margin: 0 auto;
}

.products-list .product-item-details {
    text-align: left;
}

.page-products .products-list .price-final_price {
    flex-direction: column-reverse;
}

/* Sort */

.toolbar-products {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-bottom: 33px;
        clear: both;
}

.toolbar-sorter.sorter .sorter-action {
    display: none;
}

.toolbar-sorter.sorter .sorter-options {
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    font-size: 14px;
    width: 170px;

    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 11px;
}

.sorter {
    padding: 0;
}

.modes {
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.modes:before {
    content: 'Display:';
    display: inline-block;
}


.toolbar-products .modes-mode {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 0;
    width: 53px;
    height: 32px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}

.toolbar-products .modes .mode-grid:before {
    content: '';
    background: url(../images/threeIcon.svg);
    background-size: contain;
    width: 26px;
    height: 12px;
    background-repeat: no-repeat;
    opacity: .3;
    background-position: center;
}

.toolbar-products .modes .mode-list:before {
    content: '';
    background: url(../images/listIcon.svg);
    background-size: contain;
    width: 25px;
    height: 16px;
    background-repeat: no-repeat;
    opacity: .3;
}

.modes strong.active:before,
.modes a:hover:before {
    opacity: 0.9 !important;
}

.modes-mode:not(.active):hover {
    background: #fff;
}

.toolbar-products .toolbar-amount,
.products.wrapper~.toolbar .limiter {
    display: none;
}

/* Pagination */

.products.wrapper~.toolbar .pages {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pages .item {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #E3ECEC;
    line-height: 34px;
}

.items.pages-items {
    border: none;
    margin: 0;
    font-size: 14px;
    font-family: "Inter-Bold";
}

.pages .action.next,
.pages .action.previous {
    margin-left: 0;
    border: none;
}

.pages .item,
.pages .item a,
.pages a.page,
.pages a.page:visited {
    color: #333;
}

.pages .item.current,
.pages .item:hover {
    background: #008CF2;
}

.pages .item.current strong.page,
.pages .item:hover span,
.pages .item:hover a,
.pages .item:hover .action.next:visited:before,
.pages .item:hover .action.previous:visited:before {
    color: #fff !important;
}


/* Filter */

.filter-content .block-subtitle.filter-subtitle {
    display: none;
}

.filter-options-title {
    text-transform: uppercase;
    font-family: "Inter-Bold";
    border-bottom: 1px solid #E3ECEC;
    padding-bottom: 10px;
}

.sidebar .block.filter .filter-title strong::before {
    content: '';
    background: url('../images/filterBtn.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
}

.sidebar .block.filter .filter-title strong {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333;
    font-family: "Inter-Medium";
}

.amshopby-slider-container.-light .am-slider .ui-slider-handle {
    border: 2px solid #008CF2 !important;
}

.amshopby-slider-container.-light .ui-slider-range {
    background: #CBD9D9 !important;
}

.amshopby-slider-container.-light .ui-slider-range {
    height: 2px;
}

.amshopby-slider-container.-light .am-slider .ui-slider-handle {
    top: -7px;
}

.amshopby-slider-tooltip,
.amshopby-slider-container.-light .amshopby-slider-corner {
    display: none !important;
}

.amshopby-slider-wrapper .amshopby-slider-display {
    font-size: 13px;
}

.filter-options .filter-options-content .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #E3ECEC;
    padding-bottom: 10px;
}


.filter-options-content .items .item .label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.filter-options-content .items .item .label:before {
    content: '';
    background: url(../images/uncheck.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
    margin: 0 10px -3px 0
}

.filter-options .count {
    color: #828282;
    font-size: 12px;
    white-space: nowrap
}

.filter-options-content .amshopby-link-selected .label:before {
    background: url(../images/checked.svg) !important;
    background-size: 100% !important
}


.filter-options-content .item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-size: 14px;
}


.filter-options .filter-options-content {
    margin: 0 0 50px;
}



/* Single page */

@media only screen and (min-width:768px) {
    .fotorama__stage__frame,
    .gallery-placeholder,
    .fotorama-item,
    .fotorama__wrap,
    .fotorama__stage {
        height: 500px !important;
    }

}


.fotorama__thumb-border {
    border: 1px solid #008CF2;
}


.additional-attributes-wrapper tbody td[data-th="Weight"]::after {
    content: ' kg';
}

.column .product.media,
.column .product-info-main {
    width: 50%;
}

.column .product-info-main {
    padding-left: 20px;
}

.column .product.media .img_desc {
    margin-top: 30px;
    text-align: center;
    position: relative;
    left: 4%;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.column .product-info-main .attribute.sku .type {
    display: none;
}


.product-info-main .page-title-wrapper .page-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Inter-Regular";
    color: #333;
}



.product-info-main .product.attribute.sku>.value {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    font-family: "Inter-Regular";
    color: #8A8A8A;
    letter-spacing: -0.5px;
}

.product-info-main .product.attribute.overview p {
    font-size: 14px;
    color: #333;
}

.product-info-main .box-tocart .fieldset {
    display: flex;
    margin-bottom: 0;
}

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


.product-info-main .box-tocart .actions, 
.product-options-bottom .box-tocart .actions {
    padding-top: 0;
}

.product-info-main .box-tocart .fieldset .control {
    display: flex;
}

.product-info-main .box-tocart .fieldset .control .subQty,
.product-info-main .box-tocart .fieldset .control .addQty {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
}

.product-info-main .box-tocart .fieldset .control .subQty {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #D9D9D9;
    background: #fff;
    width: 45px;
    height: 45px;
}

.product-info-main .box-tocart .fieldset .control .addQty {
    border: 1px solid #D9D9D9;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 0px 4px 4px 0px;
}

.product-info-main .box-tocart .input-text.qty, 
.product-options-bottom .box-tocart .input-text.qty {
    width: 45px;
    height: 45px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    border-left: none;
    border-right: none;
}

.product-info-main .box-tocart .action.tocart {
    height: 45px;
    width: 185px;
    padding: 0 40px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-family: "Inter-SemiBold";
}

.product-info-main .box-tocart .action.tocart span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-info-main .box-tocart .action.tocart span::before {
    content: '\f07a';
    font-family: "font awesome 5 Pro";
    font-weight: 400;
    margin-right: 0;
    font-size: 15px;
    color: #fff !important;
    display: block;
    line-height: inherit;
    margin-right: 7px;
}

.product-info-main .price-box .price-label {
    display: none;
}

.product-info-main .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 40px;
}

.product-info-main .price-box .priceMessageVat {
    width: 100%;
}

.product-info-main .price-box .price-wrapper .price {
    color: #333;
    font-size: 25px;
    letter-spacing: -0.5px;
    font-family: "Inter-Bold";
}

.product-info-main .price-box .old-price .price {
    font-family: "Inter-Regular";
    color: #737373;
    font-size: 17px;
    margin-right: 10px;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 30px;
}


.product-info-main .product-add-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 30px;
}


.page-product-grouped .table-wrapper.grouped {
    width: 100%;
}

.page-product-grouped .product-info-main .product-add-form form {
    padding-top: 0;
}

.page-product-grouped thead th.qty,
.page-product-grouped td .control.qty {
    text-align: right;
}


.product-info-main .product.attribute.overview {
    width: 100%;
    margin-top: 0;
}

.product-info-main .action.towishlist {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 4px;
    background: #F1F7F7;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.product-info-main .product-add-form form .towishlist:after {
    content: '\f005';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    color: #CBD9D9;
    font-size: 20px;
}

.product-info-main .action.towishlist:hover {
    background: #dfecec;
    border: none;
}

.product-info-main .product-add-form .action.towishlist span {
    display: none;
}

.product-info-main .main_stock_status {
    order: 1;
    display: flex;
    height: 45px;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.product-info-main .main_stock_status .stock span {
    display: flex;
    align-items: center;
    font-weight: normal;
}

.product-info-main .main_stock_status .stock i {
    margin-right: 7px;
}

.product-info-main .main_stock_status .stock.available i {
    color: #21AE15;
}

.product-info-main .main_stock_status .stock.unavailable i {
    color: #ff0000;
}

.product-info-main .stock.available, 
.product-info-main .stock.unavailable {
    text-transform: inherit;
    margin-right: 0;
}

.amqorder-button{
        background-color: d74c4c;
    color: white;
    padding: 10px;
    display: block;
}


.product.attribute.overview .read-more {
    display: block;
    margin-top: 5px;
    color: #008CF2;
    text-decoration: underline !important;
}


.catalog-product-view #description {
    margin: auto;
}

.product.info.detailed .data.item.title {
    display: none;
}

.catalog-product-view #description .type {
    color: #24408F;
    font-size: 23px;
    letter-spacing: -0.5px;
    font-family: "Inter-SemiBold";
    display: inline-block;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding-bottom: 10px;
}

.product.data.items>.item.content {
    border-top: none;
}

.catalog-product-view #description [data-element] p:nth-child(odd),
.catalog-product-view #description .value:nth-child(odd) {
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #fff;
    font-size: 14px;
    width: 95%;
    margin: auto;
}

.catalog-product-view #description [data-element] p:nth-child(even),
.catalog-product-view #description .value:nth-child(even) {
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #F1F7F7;
    background: #F1F7F7;
    font-size: 14px;
    width: 95%;
    margin: auto;
}


.product-info-price .noBtnLink a {
    font-size: 14px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #008CF2;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.20) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.20) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 36px 11px 37px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.product-info-price .noBtnLink a:hover {
    background: #2C5CBD;
}

.product-info-main .product-info-price .noBtnLink {
    margin-bottom: 30px;
    margin-top: 30px;
}


/* Related products */

.amrelated-grid-wrapper {
    margin-top: 100px;
    margin-bottom: 100px !important;
}

.amrelated-grid-wrapper .block-title strong {
    color: #24408F;
    font-size: 23px;
    letter-spacing: -0.5px;
    font-family: "Inter-SemiBold";
    display: inline-block;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.amrelated-grid-wrapper .product-items .product-item {
    text-align: center;
}

/* Regist login */

.customer-account-login input[type="email"],
.customer-account-login input[type="password"],
.customer-account-create input[type="text"],
.customer-account-create input[type="password"] {
    height: 40px;
}

.page-title-wrapper .page-title {
    margin-top: 50px;
}

.page-products .page-title-wrapper .page-title {
    margin-top: 0;
}



.fieldset>.field:not(.choice)>.label,
.fieldset>.field:not(.choice)>.control {
    text-align: left;
    float: none;
}

.fieldset>.field:not(.choice)>.label {
    margin-bottom: 10px;
}

.fieldset>.field.choice:before, 
.fieldset>.field.no-label:before {
    width: auto;
    padding: 0;
    height: auto;
}

.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
    margin-left: 0;
}

.login-container .fieldset:after {
    margin-top: 15px;
}

.customer-account-login .login-container .block-customer-login {
    margin-bottom: 0;
}

.login-container:before,
.login-container:after {
    display: none;
}

.customer-account-login .login-container {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
}

.customer-account-create .form.create.account {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
    width: 100%;
    margin-left: -40px;
}

.customer-account-create .form.create.account fieldset {
    width: 50%;
    padding-left: 40px;
    margin-bottom: 0;
}


.customer-account-create .form.create.account #group-fields-customer-attributes {
    order: 1;
}

.customer-account-create .form.create.account .fieldset.create.info {
    order: 3;
    margin-bottom: 7px;
}

.customer-account-create .form.create.account .fieldset.create.account {
    order: 2;
}

.customer-account-create .form.create.account .fieldset.additional_info {
    order: 5;
    width: 100%;
}


.customer-account-create .actions-toolbar {
    /*order: 6;*/
    order: 4;
    padding-left: 40px;
    margin-top: -70px;
}

.customer-account-create .form.create.account #group-fields-customer-attributes .admin__legend.step-title {
    display: none;
}

.customer-account-create .form.create.account .legend,
.login-container .block .block-title {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 1.8rem;
}


.customer-account-create .fieldset.create.info,
.customer-account-create .fieldset.create.account,
.customer-account-login .login-container .block-customer-login,
.customer-account-login .login-container .block-new-customer {
    width: 100%;
}

.field.choice.newsletter,
.customer-account-create .fieldset.create.account {
    margin: 0 0 10px;
}

.customer-account-create .action.primary,
.customer-account-login  .action.primary {
    padding: 10px 36px 11px 37px;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Inter-SemiBold";
}


/* Group product */

.table-wrapper.grouped .product-item-name {
    font-size: 15px;
    margin-top: 0;
}

.table-wrapper.grouped .groupSku {
    color: #8A8A8A;
    font-size: 15px;
}

.page-product-grouped .product-info-main .product-add-form form {
    border-top: none;
    border-bottom: none;
}

.table.grouped>tbody+tbody {
    border-top: none;
}

.page-product-grouped .product-info-price .price-final_price {
    margin-top: 0;
}

.page-product-grouped .table-wrapper.grouped td {
    padding: 8px 0px;
}

.table-wrapper.grouped .price-final_price {
    margin-top: 10px;
}


.table.data.grouped tr td:first-child::after {
    content: '+';
    display: block;
    font-size: 20px;
}

.table.data.grouped tbody:last-child td::after {
    display: none;
}

.quantity-wrapper {
    display: flex;
}

.quantity-wrapper input.qty-input {
    width: 50px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.quantity-wrapper .qty-minus {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #D9D9D9;
    background: #fff;
}

.quantity-wrapper .qty-plus {
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 0px 4px 4px 0px;
}

.table-wrapper.grouped .col.qty::before {
    display: none !important;
}
   
.single_attr {
    margin-top: 5px;
}

.single_attr strong {
    font-family: "Inter-SemiBold";
}

.single_pr_weight {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 15px;
}

.single_pr_weight span {
    display: block;
    font-size: 16px;
    font-family: "Inter-Bold";
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single_pr_weight strong {
    font-family: "Inter-Medium";
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.single_pr_weight ul {
    display: flex;
    margin-bottom: 10px;
}

.single_pr_weight ul .single_weight {
    margin: 0 5px;
}

.total-weight {
    margin-top: 20px;
}

.total-weight strong {
    text-transform: uppercase;
}

.total-price {
    margin-top: 10px;
}

.total-price strong {
    text-transform: uppercase;
}

/* Account page */

.account.page-layout-2columns-left .column.main {
    padding-bottom: 100px;
}

.account .block-collapsible-nav .content {
    padding: 15px 0;
    background: linear-gradient(270deg, #00A0DE 0.05%, #00308F 99.9%);
    margin-top: 55px;
    border-radius: 4px;
}

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


.account .block-collapsible-nav .item a, .block-collapsible-nav .item>strong {
    color: #fff;
}

.account .block-collapsible-nav .item.current a, 
.account .block-collapsible-nav .item.current>strong {
    border-color: #00308f;
}

.account .block-collapsible-nav .item.current a, 
.account .block-collapsible-nav .item.current>strong {
    color: #fff;
}


.account .block-collapsible-nav .item.current,
.account .block-collapsible-nav .item a:hover {
    background: #003290;
}


.account .form .fieldset>.field {
    margin: 0 0 15px;
}

.account .form .fieldset.additional_info {
    margin: 0;
}


.account .form .fieldset {
    margin: 0 0 25px;
}

.account .form-address-edit .fieldset>.field,
.account .form-address-edit .fieldset {
    margin: 0 0 15px;
}



.account form .actions-toolbar>.primary .action:last-child {
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Inter-Regular";
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.account form .actions-toolbar>.primary .action:last-child:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.account form .legend {
    margin-bottom: 10px;
}


/* Wish */

.toolbar.wishlist-toolbar {
    margin: 0;
}

.products-grid.wishlist {
    margin-top: 20px;
}

.wishlist-index-index .products-grid .product-item .price-box .price-label {
    display: none;
}

.wishlist-index-index .products-grid .product-item .price-box .price-as-configured {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.wishlist-index-index .products-grid .product-item .price-box .special-price,
.wishlist-index-index .products-grid .product-item .price-box .price {
    color: #333333;
    font-family: "Inter-Bold";
    font-size: 16px;
}

.wishlist-index-index .products-grid .product-item .price-box .old-price .price {
    font-size: 13px;
    font-family: "Inter-Regular";
    color: #737373;
    margin-right: 10px;
}

.form-wishlist-items .product-items .product-item .product-item-info {
    width: 100%;
}

.wishlist-index-index .product-items .product-item .box-tocart .field.qty .label {
    display: none;
}


.wishlist-index-index .product-items .product-item .box-tocart .fieldset {
    display: flex;
    margin-bottom: 0;
}

.products-grid.wishlist .product-item-actions,
.products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
    width: 100%;
} 

.products-grid.wishlist .product-item .box-tocart input.qty {
    height: 40px;
    border-radius: 5px;
}

.wishlist-index-index .product-items .field.comment-box {
    display: none;
}

.form-wishlist-items .products-grid.wishlist .product-item .product-item-inner {
    padding-bottom: 10px;
}


.form-wishlist-items .primary button {
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Inter-Regular";
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.form-wishlist-items .primary button:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}


.wishlist-index-index .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 20px;
}

.wishlist-index-index .products-grid .product-items .product-item {
    margin: 0 !important;
    width: 25% !important;
    padding-left: 20px;
    padding-top: 20px;
}

.wishlist-index-index .wishlist .product-item .field.qty .control {
    display: flex;
}

.wishlist-index-index .wishlist .product-item .field.qty .control button {
    background: transparent;
    border: 1px solid #D9D9D9;
    height: 40px;
    padding: 0;
    width: 45px;
    line-height: 40px;
    font-size: 12px;
}

.wishlist-index-index .wishlist .product-item .field.qty .control .decreaseQty {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wishlist-index-index .wishlist .product-item .field.qty .control .increaseQty {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wishlist-index-index .wishlist .product-item .field.qty .control input {
    border-radius: 0;
    border: 1px solid #D9D9D9;
}

.wishlist-index-index .wishlist .product-item .box-tocart .tocart {
    font-size: 0;
}

.wishlist-index-index .wishlist .product-item .box-tocart .tocart span::before {
    margin-right: 0;
}


/* Footer */

.page-footer {
    background: #333;
    padding: 50px 0 25px;
}

.footer.content {
    padding: 0;
    max-width: 1450px;
    border-top: 0;
    margin-top: 0;
}

.copyright .f_wrap {
    max-width: 1450px;
    width: 100%;
    margin: auto;
}


.footerWrap .footerLinks {
    display: flex;
    flex-wrap: wrap;
}

.footerWrap .footerLinks > div {
     width: 16.666%; 
}

.footerWrap .footerLinks > div:last-child ul li a {
    font-size: 25px;
}

.footerWrap .footerLinks > div:last-child ul {
    display: flex;
}

.footerWrap .footerLinks > div:last-child ul li {
    margin-right: 25px;
}

.footerWrap .footerLinks h3 {
    color: #fff;
    font-size: 14px;
    font-family: "Inter-SemiBold";
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: 25px;
}

.footerWrap .footerLinks h3 img {
    width: 16px;
    height: 12px;
    margin-right: 10px;
}


.footerWrap .footerLinks ul li,
.footerWrap .footerLinks ul li a {
    font-family: "Inter-Light";
    font-size: 12px;
    color: #C4C4C4;
}


.footerWrap .footerLinks ul li {
    margin-top: 7px;
}

.footerWrap .footerLinks ul li.separator {
    margin: 30px 0;
}

.footerLangwitch {
    border-top: 1px solid rgba(196, 196, 196, 0.2);
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
    display: flex;
    justify-content: center;
    padding: 30px 0;
    margin: 50px 0 25px;
}


.footerCard {
    text-align: center;
}


.footerCard span {
    color: #fff;
    font-size: 12px;
    font-family: "Inter-Bold";
}

.footerCard ul {
    display: flex;
    justify-content: center;
    margin: 20px 0 50px !important;
}

.footerCard ul li {
    margin: 0 7px !important;
    display: inline-block;
}

.footerCard ul li img {
    display: block;
}

.footerCard p {
    text-align: center;
    color: #C4C4C4;
    font-family: "Inter-Light";
    font-size: 12px;
}

.footerCard p a {
    color: #C4C4C4;
    text-decoration: underline !important;
}


.copyright {
    padding: 25px 15px;
    background: #2A2A2A;
}

.copyright .f_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright .f_wrap p,
.copyright .f_wrap a {
    margin: 0;
    color: #C4C4C4;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: "Inter-Light";
}

.copyright .f_wrap a img {
    margin-left: 10px;
}

/* Simple pages */

.cms-page-view .page-title-wrapper .page-title {
    margin-top: 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    display: inherit;
}

.cms-page-view .column.main {
    background: #F1F7F7;
    border: 1px solid #CBD9D9;
    margin: 50px 0;
    padding-bottom: 0;
    border-radius: 4px;
    padding: 50px 100px 50px;
}


.cms-page-view .column.main h2 {
    color: #24408F !important;
    font-family: "Inter-Bold";
    font-size: 30px !important;
}

.cms-page-view .column.main h1,
.cms-page-view .column.main h2,
.cms-page-view .column.main h3,
.cms-page-view .column.main h4 {
    margin-top: 0;
    padding-top: 20px;
    color: #008CF2;
    font-size: 20px;
}

.impresumIcons {
    margin-top: 50px;
}

.impresumIcons h4 {
    font-size: 18px;
}

.impresumIcons img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.cms-page-view .column.main ul {
    margin-bottom: 10px;
}

.cms-page-view .column.main ul li {
    margin-bottom: 5px;
    list-style: inside;
}

.cms-page-view .column.main p strong,
.cms-page-view .column.main li strong {
    font-family: "Inter-SemiBold";
}

.simplePageContent .pagebuilder-column-group {
    margin-bottom: 20px;
}

a.zahlungBtn {
    background: #008CF2;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #008CF2;
    font-size: 14px;
}

a.zahlungBtn:hover {
    background: transparent;
    color: #008CF2;
}

/* Cart */

.cart-summary {
    margin-top: 50px;
    position: static;
}

.checkout-cart-index .cart-summary>.title {
    font-family: "Inter-Medium";
}

.cart-summary #block-shipping #block-shipping-heading {
    font-size: 14px;
}

.cart-summary .block .fieldset {
    margin: 15px 0 25px 0px;
}

.abs-discount-block>.title, 
.cart-summary .block>.title, 
.paypal-review-discount .block>.title {
    padding: 7px 30px 7px 0;
}

.cart-summary #discount-coupon-form .apply {
    background: #008CF2;
    border: 1px solid #008CF2;
    color: #fff;
    font-size: 13px;
    font-family: "Inter-Medium";
    border-radius: 0;
}

.cart-summary #discount-coupon-form .apply:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
}

.cart-summary #block-shipping .fieldset.estimate input, 
.cart-summary #block-shipping .fieldset.estimate select {
    padding: 10px;
    height: auto;
}

.checkout-cart-index form.form {
    margin-top: 50px;
}

#shopping-cart-table thead th {
    border: 1px solid #e6e6e6;
    padding-top: 10px;
    border-bottom: none;
}

#shopping-cart-table .cart.item {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.cart.table-wrapper .items thead+.item {
    border-top: 1px solid #e6e6e6;
}

.checkout-cart-index #shopping-cart-table th {
    font-size: 14px;
    font-family: "Inter-SemiBold";
}

.checkout-cart-index #shopping-cart-table th,
#shopping-cart-table .cart.item .price-including-tax, 
#shopping-cart-table .cart.item .price-excluding-tax,
#shopping-cart-table .control.qty {
    text-align: center;
}

.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal {
    vertical-align: middle;
    padding-top: 0;
    text-align: left;
    border-left: 1px solid #e6e6e6;
}

.checkout-cart-index #shopping-cart-table .col.qty {
    border-left: 1px solid #e6e6e6;
    vertical-align: middle;
}

.cart.table-wrapper .col {
    padding-top: 0;
}


.checkout-cart-index #shopping-cart-table .col.qty .qty-field-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-cart-index #shopping-cart-table .col.qty .qty-field-wrapper .decreaseQty,
.checkout-cart-index #shopping-cart-table .col.qty .qty-field-wrapper .increaseQty {
    height: 32px;
    width: 32px;
    border: 1px solid #c2c2c2;
    padding: 0;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
}

.checkout-cart-index #shopping-cart-table .col.qty .qty-field-wrapper .decreaseQty {
    border-right: none;
}

.checkout-cart-index #shopping-cart-table .col.qty .qty-field-wrapper .increaseQty {
    border-left: none;
}

.cart.table-wrapper .col.qty .input-text {
    margin: 0;
}

.cart.table-wrapper .items .item .item-actions {
    border-top: 1px solid #e6e6e6;
}

.cart.table-wrapper .product-item-details {
    vertical-align: middle;
}

.cart.table-wrapper .product-item-details .product-item-name a {
    color: #8A8A8A;
}

#shopping-cart-table .cart.item .cart-price .price {
    font-size: 16px;
}

.cart.table-wrapper .actions-toolbar>.action, .action-gift {
    margin-bottom: 0;
}

.cart.table-wrapper .item-actions .actions-toolbar a {
    font-size: 13px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #fff;
    border: 1px solid #008CF2;
    padding: 8px 34px 9px 34px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #008CF2;
}

.cart.table-wrapper .item-actions .actions-toolbar a:hover {
    background: #006bb4;
    color: #fff;
}   

.cart-summary .block.discount #block-discount-heading {
    font-size: 14px;
}

.cart-container .checkout-methods-items .action.primary {
    padding: 10px 0;
    font-size: 15px;
}

.form.form-cart .cart.actions .action.continue {
    display: none;
}  

.form.form-cart .cart.actions .action.update {
    font-size: 13px;
    font-family: "Inter-SemiBold";
    border-radius: 4px;
    background: #fff;
    border: 1px solid #008CF2;
    padding: 8px 34px 9px 34px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #008CF2;
}

.form.form-cart .cart.actions .action.update:hover {
    background: #008CF2;
    color: #fff;
}

#shopping-cart-table .cart.item .cart-price .price {
    font-size: 14px;
}

.cart.table-wrapper .actions-toolbar:before {
    display: none;
}


/* Checkout */



.checkout-index-index .page-header .minicart-wrapper {
    display: block;
}

.checkout-index-index #checkout {
    background: transparent;
}

.checkout-index-index .checkout-header {
    padding: 0;
    width: 100%;
    text-align: center;
}

.checkout-index-index .checkout-header h1 {
    color: #333333;
    font-size: 36px;
    letter-spacing: -1px;
    font-family: "Inter-Bold";
}

.checkout-index-index .checkout-block {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.checkout-index-index .checkout-header .description {
    font-size: 16px;
}
.checkout-index-index .checkout-block:hover {
    box-shadow: none;
}

.checkout-index-index .step-title {
    color: #24408F;
    font-family: "Inter-Bold";
    letter-spacing: -0.5px;
    font-size: 24px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 50px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 100%;
}

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

.checkout-index-index .opc-wrapper .form-login, 
.checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: 100%;
}

.checkout-index-index .opc-block-summary {
    margin: 0;
    padding: 0;
    border: 1px solid #e6e6e6;
    padding: 20px;
    background: transparent;
}

.opc-block-summary .items-in-cart>.title {
    display: none;
}

.checkout-index-index #shipping-new-address-form input,
.checkout-index-index #shipping-new-address-form select {
    height: auto;
    padding: 10px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content, 
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
    padding: 0;
}

.checkout-index-index .fieldset>.field:not(.choice)>.label,
.checkout-payment-method .payment-method:first-child .payment-method-title label {
    font-size: 14px;
    font-family: "Inter-SemiBold";
}

.checkout-index-index .opc-block-summary .table-totals .mark {
    font-family: "Inter-SemiBold";
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 0;
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.checkoutSku {
    margin-bottom: 5px;
    display: inline-block;
}

.checkout-index-index .column.main .opc-block-summary .product-item .details-qty {
    color: #999999;
}

.opc-block-summary .minicart-items-wrapper {
    max-height: inherit;
}

.checkout-index-index .product-item-details .minicart-items .product-item-name {
   color: #8A8A8A;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
    border: 1px solid #00A0DE;
}

.checkout-index-index .discount-code .payment-option-title {
    display: none;
}

.checkout-index-index .discount-code .payment-option-content {
    display: block !important;
}

.checkout-index-index .discount-code .form.form-discount {
    display: flex;
    width: 100%;
    min-width: 100%;
}

.checkout-index-index .discount-code .form.form-discount .payment-option-inner {
    width: 75%;
}

.checkout-index-index .discount-code .form.form-discount .actions-toolbar {
    width: 25%;
}

.checkout-index-index .discount-code .form.form-discount .actions-toolbar .primary,
.checkout-index-index .discount-code .form.form-discount .actions-toolbar button {
    width: 100% !important;
}

.checkout-index-index .discount-code .form.form-discount .input-text {
    padding: 10px;
    height: 40px;
    border-right: none;
}   

.checkout-index-index .discount-code .form.form-discount .actions-toolbar button {
    height: 40px;
    width: 100%;
    font-size: 13px;
    font-family: "Inter-Medium";
    border-radius: 0;
    background: #008CF2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 0;
    color: #fff;
}

.abs-sidebar-totals .grand .mark, 
.abs-sidebar-totals .grand .amount, 
.cart-totals .grand .mark, .cart-totals .grand .amount, 
.opc-block-summary .table-totals .grand .mark, 
.opc-block-summary .table-totals .grand .amount {
    padding-top: 10px;
}

.checkout-index-index .grand.totals {
    border-top: 1px solid #ccc;
}

.checkout-payment-method.submit .payment-methods button {
    width: 100%;
}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    font-size: 16px;
    line-height: inherit;
    padding: 10px 0;
}

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

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

.opc-wrapper .action-show-popup {
    background: #008CF2;
    border: 1px solid #008CF2;
    font-family: "Inter-Regular";
    color: #fff;
}

.opc-wrapper .action-show-popup:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.modal-footer .action.secondary.action-hide-popup,
footer .action-secondary.action-dismiss {
    border: 1px solid #008CF2;
    background: transparent;
    color: #008CF2;
}

/* Cookie */

.sparsh_gdpr_cookie_notification {
    max-width: 100% !important;
    z-index: 99 !important;
    background: #0069b7 !important;
    border: none;
    color: #fff !important;
    padding: 20px 20px !important;
}

.sparsh_gdpr_cookie_notification p a {
    color: #fff !important;
    text-decoration: underline !important;
}

.sparsh_gdpr_cookie_notification h3 {
    display: none;
}

#btn-cookie-allow {
    font-size: 13px;
    min-width: 150px;
    margin-left: 50px;
}

.message.global.cookie .actions {
    margin-top: 0;
}

#btn-cookie-allow:hover {
    background: #008CF2;
}

.sparsh_gdpr_cookie_notification .content {
    display: flex;
    align-items: center;
}

.sparsh_gdpr_cookie_notification .content p {
    line-height: 1.5;
}

/* Brands page */

.ambrand-index-index.page-layout-2columns-left .category-image {
    display: none;
}

.ambrands-letters-list .ambrands-content li {
    list-style: none !important;
}

.ambrands-letters-list .ambrands-content {
    margin: 0;
}

.ambrands-letters-list .ambrands-letter {
    padding-right: 0;
}

.ambrands-letters-list .ambrands-content .ambrands-brand-item {
    width: 13.2%;
    margin: 0.5%;
}

.ambrands-letters-filter .ambrands-letter.-letter-all {
    background: #008CF2;
    border: 1px solid #008CF2;
    color: #000;
}

.ambrands-letter .ambrands-brand-item .ambrands-inner {
    border: 1px solid #E3ECEC;
}

.ambrands-letters-filter .ambrands-letter:hover {
    border: 1px solid #008CF2;
}

.ambrands-letters-filter .ambrands-letter.-active {
    background: #008CF2;
    border: 1px solid #008CF2;
    color: #000;
}

.ambrands-search-block .ambrands-input:hover, 
.ambrands-search-block .ambrands-input:focus {
    border: 1px solid #ccc;
}

.ambrands-letter .ambrands-brand-item .ambrands-inner:hover, 
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
    border-color: #008CF2;
}


/* Contact */

.contact-index-index .columns {
    margin-top: 20px;
}

.contact-index-index .form.contact legend.legend {
    display: none;
}

.contact-index-index .form.contact .actions-toolbar .action {
    padding: 10px 36px 11px 37px;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Inter-SemiBold";
}


/* Success page */

.checkout-onepage-success .checkout-success {
    margin-top: 30px;
}


/* Part number */

.amqorder-item .amqorder-stock {
    color: #008000;
}


/* RESPONSIVE */

@media only screen and (max-width:1600px) {
    #popContainer {
        width: 50%;
    }

}

@media only screen and (max-width:1450px) {

    .headerWrapper .underHeader, 
    .homeCategory, 
    .searchSurplusParts, 
    .homeIcons, 
    .home_products, 
    .home_two_baners, 
    .home_about_us,
    .page-header .header.content,
    .page-wrapper>.breadcrumbs,
    .catalog-category-view .page-title-wrapper,
    .page-products .columns,
    .page-footer,
    .account .columns,
    .page-layout-1column .page-main,
    .catalog-product-view #description,
    .page-main-full-width,
    .cms-no-route .page-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .cms-home.page-layout-1column .page-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mostPopularProduct {
        width: 55%;
    }

    .page-title {
        font-size: 30px;
    }

    .catalog-product-view #description p:nth-child(odd),
    .catalog-product-view #description p:nth-child(even) {
        width: 100%;
    }

    .amrelated-grid-wrapper {
        margin-top: 50px;
        margin-bottom: 50px !important;
    }

    .cms-page-view .column.main {
        padding: 20px 30px 30px;
    }

    .cms-page-view .column.main h2 {
        font-size: 25px !important;
    }

}


@media only screen and (max-width:1350px) {
    .mostPopularProduct {
        width: 70%;
    }
    .underHeaderWrap ul li a {
        width: 170px;
    }
    .underHeaderWrap ul:last-child li:nth-child(2) {
        margin-right: 10px;
    }
    .homeIconsWrap {
        width: 95%;
    }
    .home_products .noBtnLink a,
    .amrelated-grid-wrapper .noBtnLink a {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 13px;
    }
    .ammenu-menu-wrapper .ammenu-icon-block.-icon {
        width: 60px;
    }
    /* Wish */
    .wishlist-index-index .products-grid .product-items .product-item {
        width: 33.333% !important;
    }
}


@media only screen and (max-width:1200px) {
    .home_products .product-items .product-item,
    .amrelated-grid-wrapper .product-items .product-item {
        width: 20% !important;
    }
    .home_products .noBtnLink a,
    .amrelated-grid-wrapper .noBtnLink a {
        padding-left: 35px;
        padding-right: 35px;
    }
    .underHeaderWrap ul li a,
    .underHeaderWrap ul:last-child li:last-child a {
        width: auto;
        justify-content: center;
    }
    .underHeaderWrap ul:last-child li:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }
    .searchSurplusForm,
    .searchSurplusimg {
        width: 50%;
    }
    .searchSurplusimg {
        text-align: center;
    }
    .authorization-link a {
        white-space: nowrap;
    }
    /* Account */
    .account .sidebar.sidebar-main {
        width: 30%;
    }
    .account .column.main {
        width: 70% !important;
    }
}


@media only screen and (max-width:1100px) { 
    .home_products .product-items .product-item,
    .amrelated-grid-wrapper .product-items .product-item {
        width: 25% !important;
    }
    .home_two_baners .pagebuilder-column > div h3 {
        font-size: 22px;
    }
    .underHeaderWrap ul li a {
        font-size: 12px;
    }
    .homeBannerDesc {
        top: 25%;
    }

    .footerWrap .footerLinks > div {
        width: 25%;
    }
    .ammenu-nav-sections.-topmenu {
        width: 50%;
    }
}


@media only screen and (max-width:992px) { 

    #popContainer {
        width: 700px;
    }

    /* Search */

    .cms-home .header.content .block.block-search,
    .header.content .block.block-search {
        position: static;
        transform: translate(0%);
        order: 5;
        width: 100%;
        margin-top: 10px;
    }
    .block-search .action.search>span {
        display: none;
    }
    .cms-home .block-search select,
    .block-search select {
        display: none;
    }
    .cms-home .block-search input, 
    .block-search input {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .cms-home .block-search input, .cms-home .search-category, .cms-home #mpsearch-category, .cms-home .block-search .action.search {
        height: 40px;
    }

    .block-search .action.search {
        width: 160px;
    }

    .block-search {
        padding-left: 0px !important;
    }

    .ammenu-header-container .header.content .ammenu-logo img {
        min-width: 175px;
    }
    .ammenu-nav-sections.-topmenu {
        width: 70%;
    }
    .underHeaderWrap ul:last-child li:first-child {
        display: none;
    }
    .homeCat li {
        width: 33.333%;
    }
    .underHeaderWrap ul:last-child li {
        margin-left: 0;
        margin-right: 7px;
    }
    .underHeaderWrap {
        justify-content: flex-start;
    }
    .mostPopularProduct {
        width: 90%;
    }
    .cms-home .header.content .block.block-search {
        width: 100%;
    }
    .homeIconsWrap {
        width: 100%;
    }
    .home_about_us .homeAbLeft h3 {
        font-size: 28px;
    }
    .home_about_us .homeAbLeft {
        padding-left: 170px;
        width: 60%;
    }
    .home_about_us .homeAbRight {
        width: 40%;
    }
    .home_about_us .homeAbRight ul li {
        font-size: 16px;
    }

    /* Header */

    header .header.content {
        flex-wrap: wrap;
    }

    /* Listanje proizvoda */

    .catalog-category-view .page-title-wrapper {
        flex-wrap: wrap;
    }

    .catalog-category-view .page-title-wrapper {
        border-bottom: 0;
    }

    .category-description {
        width: 100%;
        margin: 20px 0 0 auto;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .page-title,
    .checkout-index-index .checkout-header .title {
        font-size: 25px;
    }

    /* Filter */

    .page-layout-2columns-left .sidebar-main {
        width: 30%;
    }

    .page-layout-2columns-left .column.main {
        width: 70%;
    }

    .page-products .products-grid .product-item {
        width: 50%;
    }

    /* Wishlist */

    .wishlist-index-index .products-grid .product-items .product-item {
        width: 50% !important;
    }

    .wishlist-index-index .products-grid .product-items .product-item  .product-image-container {
        width: 100% !important;
    }

    /* Checkout */

    .opc-estimated-wrapper {
        display: none;
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-top: 30px;
    }

    .checkout-index-index .step-title {
        font-size: 20px;
    }

    .checkout-index-index #checkout {
        padding: 0;
    }

    .checkout-index-index .checkout-header .description {
        font-size: 15px;
    }

    .checkout-index-index .checkout-header .description {
        font-size: 14px;
    }

    .checkout-index-index .step-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .opc-wrapper .form-shipping-address {
        margin-top: 15px;
    }

    .checkout-index-index .fieldset>.field:not(.choice)>.label, 
    .checkout-payment-method .payment-method:first-child .payment-method-title label {
        font-size: 12px;
    }

    #payment-method-billing-address {
        padding: 0 15px;
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
        border-bottom: none;
    }

    .payment-method-billing-address {
        padding: 0 15px;
    }

    .checkout-index-index .opc-block-summary {
        padding: 10px;
    }

    .checkout-index-index .discount-code .form.form-discount {
        padding: 0 15px;
    }

    .checkout-index-index .discount-code .form.form-discount .payment-option-inner {
        width: 65%;
    }

    .checkout-index-index .discount-code .form.form-discount .actions-toolbar {
        width: 35%;
    }

    .checkout-index-index .discount-code .form.form-discount .actions-toolbar button {
        font-size: 12px;
    }

    .checkout-payment-method .payment-methods .actions-toolbar .primary {
        padding: 10px 0;
        font-size: 15px;
    }

    /* Simple pages */

    .cms-page-view .column.main {
        padding: 20px 20px 20px;
    }


/*.avref_content p.models{
    overflow-x: scroll;
    max-width: 150px;
}*/

.avref_content{
    width: 1000px;
    overflow-x: scroll;
}

.catalogsearch-result-index .aps_avref_container {
display: block;
    overflow: hidden;
    overflow-x: scroll;
}


}




@media only screen and (max-width:768px) { 

#popContainer {
    width: 700px;
}

.column .product.media .img_desc {
    margin-top: 15px;
    left: 0;
    width: 100%;
    font-size: 12px;
}


.avref_content {
    width: calc(100% - 0px);
    margin-right: 0px;
}

    header {
        z-index: 6;
    }
    .ammenu-header-container .block-search .minisearch .control {
        position: static;
        background: transparent;
    }

    .cms-home .block-search input,
    .block-search input {
        position: static;
        margin: 0;
    }

    .search-category {
        display: block !important;
    }
    .block-search select {
        background-color: #00308F;
    }

    .block-search .action.search>span {
        display: none;
    }

    .cms-home .block-search .action.search,
    .block-search .action.search {
        border: none;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .block-search .label {
        text-decoration: none;
        display: inline-block;
        float: right;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .block-search .label:before {
        font-size: 20px;
        color: #fff;
    }
    .block-search .action.search,
    .cms-home .block-search .action.search {
        width: 50px;
    }

    .underHeaderWrap .allCat {
        display: none;
    }


    /* New search */

    .block-search input {
      height: 40px;
    }
   
    .search-category {
     display: none !important;
    }

    .ammenu-header-container .block-search .minisearch .control {
        position: static !important;
        background: transparent;
        display: block !important;
        width: 100% !important;
    }

    .minisearch.active .search-category {
        display: none !important;
    }


    .homeIconsWrap li {
        width: 50%;
    }

    .menu_shaddow::after {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.4);
        background: rgba(0, 0, 0, 0.4);
    }

    .ammenu-menu-wrapper .ammenu-icon-block.-icon {
        width: 35px;
        height: 35px;
        object-fit: contain;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin-right: 10px !important;
    }

    .ammenu-nav-sections.-topmenu {
        position: absolute;
        z-index: 6;
    }

    .ammenu-nav-sections.-topmenu.open_nav {
        display: block;
    }

    .ammenu-nav-sections.-topmenu {
        width: 100%;
    }

    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item {
        width: 100%;
    }


    .ammenu-nav-sections.-topmenu .ammenu-main-container {
        padding: 0;
    }

    .ammenu-menu-wrapper .ammenu-icon-block.-icon {
        margin: 0;
    }

    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
        padding: 10px 10px 10px 10px;
        font-size: 12px;
        font-weight: normal !important;
    }

    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item {
        width: 50%;
        border-bottom: 1px solid #e6e6e6;
    }

    .ammenu-items li:nth-child(odd) {
        border-right: 1px solid #e6e6e6;
    }


    /* Nav */

    .toggle-menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 0;
        pointer-events: initial;
        position: relative;
        vertical-align: middle;
        z-index: 10;
        width: 25px;
        margin-right: 15px;
    }

    .toggle-menu span {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        left: calc(50% - 13px);
        position: absolute;
        top: calc(50% - 1px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
          -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
          transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
          transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 23px;
    }

    .toggle-menu span:before,
    .toggle-menu span:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
        -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
        transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
        transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 23px;
    }

    .toggle-menu span:before {
        top: 7px;
    }

    .toggle-menu span:after {
        top: -7px;
    }

    .toggle-menu.active span {
        background-color: transparent;
        transition: background 0.2s ease-out;
    }

    .toggle-menu.active span:before,
    .toggle-menu.active span:after {
        transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
          -webkit-transform 0.2s 0.2s ease-out;
        background: #323e48;
    }

    .toggle-menu.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        background: #fff;
    }

    .toggle-menu.active span:after {
        top: 0;
        background: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    /* Product */

    .home_products .product-items,
    .amrelated-grid-wrapper .product-items {
        flex-wrap: nowrap;
    }

    .home_products .products-grid.grid,
    .amrelated-grid-wrapper .widget-product-grid {
        overflow: scroll;
        overflow-y: hidden !important;
        padding-bottom: 20px;
    }

    .home_products .products-grid.grid::-webkit-scrollbar,
    .amrelated-grid-wrapper .widget-product-grid::-webkit-scrollbar {
      width: 70px;
      height: 6px;
      padding-bottom: 20px;
    }
     
    .home_products .products-grid.grid::-webkit-scrollbar-track,
    .amrelated-grid-wrapper .widget-product-grid::-webkit-scrollbar-track {
      background: transparent;
      margin-left: 15px;
    }
     
    .home_products .products-grid.grid::-webkit-scrollbar-thumb,
    .amrelated-grid-wrapper .widget-product-grid::-webkit-scrollbar-thumb {
      background-color: #CBD9D9;
      border-radius: 10px;
    }


    .home_products .product-items .product-item,
    .amrelated-grid-wrapper .product-items .product-item {
        width: 33.333% !important;
        min-width: 33.333%;
    }

    .home_products .noBtnLink,
    .amrelated-grid-wrapper .noBtnLink {
        position: static;
        opacity: 1;
    }

    .home_products .product-items .product-item .product-item-info:hover .noBtnLink,
    .amrelated-grid-wrapper .product-items .product-item .product-item-info:hover .product-item-actions {
        opacity: 1;
        border-left: none;
        border-bottom: none;
        border-right: none;
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
        z-index: 6;
        padding: 0;
    }

    .home_products .product-item-actions,
    .amrelated-grid-wrapper .product-item-actions {
        position: static;
        padding-bottom: 5px;
    }

    .product-items .product-item .product-item-name a {
        height: 40px;
    }

    .home_products .noBtnLink a,
    .amrelated-grid-wrapper .noBtnLink a {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: block;
    }

    .home_products .product-items .product-item .product-item-info:hover .product-item-actions, 
    .amrelated-grid-wrapper .product-items .product-item .product-item-info:hover .product-item-actions {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    /* Single product page */


    .column .product.media, 
    .column .product-info-main {
        width: 100%;
    }

    .column .product-info-main {
        padding-left: 0;
    }

    .column .product-info-main {
        padding-top: 20px;
    }

    .product-info-main .page-title-wrapper .page-title {
        font-size: 22px;
        top: 0;
        z-index: 5;
        margin-top: 0;
    }

    .product-info-main .product.attribute.sku>.value {
        font-size: 19px;
    }

    .catalog-product-view #description .type,
    .amrelated-grid-wrapper .block-title strong {
        font-size: 20px;
    }

    .amrelated-grid-wrapper .block-title strong {
        padding-bottom: 15px;
    }

    .catalog-product-view #description .type {
        border-top: 1px solid #D9D9D9;
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .catalog-product-view #description [data-element] p:nth-child(odd) {
        width: 100%;
    }

    .catalog-product-view #description [data-element] {
        margin-top: 15px;
    }

    .page-main-details .amrelated-grid-wrapper {
        margin-top: 30px;
    }

    .product-info-main .box-tocart .fieldset {
        flex-direction: column;
    }


    .product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
        margin-top: 15px;
    }

    .product-info-main .product-add-form form {
        margin-top: 10px;
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        align-items: flex-end;
        position: relative;
    }

    .product-info-main .main_stock_status {
        width: auto;
    }

    .product-info-main .main_stock_status {
        position: absolute;
        right: 0;
        top: 0;
    }

    .product-info-main .box-tocart, .product-options-bottom .box-tocart {
        width: 100%;
        margin-right: 15px;
    }

    .product-info-main .price-box .price-wrapper .price {
        font-size: 22px;
    }

    .product-info-main .price-box .old-price .price {
        font-size: 15px;
    }


    .amrelated-grid-wrapper {
        margin-top: 0;
        margin-bottom: 40px !important;
    }

    .catalog-product-view .column.main {
        padding-bottom: 0;
    }

    .product.data.items>.item.content {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-product-view #description {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

  

    .catalog-product-view #description [data-element] p:nth-child(even), .catalog-product-view #description .value:nth-child(even),
    .catalog-product-view #description [data-element] p:nth-child(odd), .catalog-product-view #description .value:nth-child(odd) {
        width: 100%; 
    }

    .catalog-product-view #description .value:nth-child(odd) {
        border: 1px solid #F1F7F7;
        background: #F1F7F7;
    }

    .catalog-product-view #description .value:nth-child(even) {
        border: 1px solid #fff;
        background: #fff;
    }

    .catalog-product-view #description .product.attribute.overview .value {
        background: transparent;
        border: none;
    }

    .product.attribute.overview .value {
        background: transparent;
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }   

    .product.attribute.description {
        display: flex;
        flex-direction: column;
    }

    .catalog-product-view #description .type {
        order: -1;
    }


    .page-product-grouped .table-wrapper {
        margin-bottom: 0;
    }


    /*  */


    .home_about_us {
        overflow: hidden;
    }

    .home_about_us .homeAbLeft,
    .home_about_us .homeAbRight {
        width: 100%;
        padding-left: 0;
    }
    .home_about_us .homeAbLeft {
        padding-left: 0;
    }

    .home_about_us .homeAbRight {
        padding-left: 0;
    }

    .home_about_us .homeAboutUs:before {
        width: 260px;
        height: 260px;
        left: auto;
        top: -90px;
        right: -55px;
    }

    /* Filter */

    .block-content.filter-content .filter-options {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 15;
        padding: 0 15px;
        height: 100vh;
        overflow: scroll;
        padding-top: 50px;
    }


    .block-content.filter-content .filter-options.show_filter {
        display: block;
    }

    .filter-content .block-subtitle.filter-subtitle {
        display: none;
        background: #008CF2;
        margin: 0 -15px;
        text-align: center;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Inter-SemiBold";
    }

    .filter-content .block-subtitle.filter-subtitle.filter_close {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 16;
    }

    .filter-content .block-subtitle.filter-subtitle.filter_close::after {
        content: '\f00d';
        font-family: "font awesome 5 Pro";
        font-weight: 300;
        font-size: 15px;
        color: #fff;
        position: fixed;
        right: 15px;
        top: 8px;
    }


    .filter_header {
        z-index: 1;
    }

    .block.filter,
    .block.filter .filter-title {
        margin-bottom: 0;
    }

    .filter-options {
        padding-top: 30px;
    }

    .filter-options .filter-options-title{
        font-size: 13px;
    }

    .filter-options .filter-options-content {
        margin: 0 0 30px;
    }

    .message.info {
        margin-top: 15px;
    }

    .amshopby-filter-current.filter-current .filter-current-subtitle {
        display: none;
    }

    .page-with-filter .sidebar.sidebar-main .block.filter {
        display: flex;
        flex-direction: column-reverse;
    }

    .filter-current+.filter-actions {
        margin-bottom: 20px;
    }

    .filter-actions .filter-clear {
        font-size: 13px;
    }


    /* Listanje */

    #amasty-shopby-product-list .modes {
        display: none;
    }

    .toolbar-sorter.sorter .sorter-options {
        height: 40px;
        border-radius: 600px;
        font-family: "Inter-Regular";
        font-size: 14px;
        font-weight: normal;
        padding: 0 15px;
        margin-left: 0;
        width: 100%;
    }

    .toolbar-sorter.sorter{
        width: 100%;
    }

    .toolbar-products {
        width: 49%;
        margin: -40px 0 0 auto;
    }

    .toolbar.toolbar-products {

    }

    .sidebar .block.filter .filter-title strong::before {
        width: 15px;
        height: 15px;
    }

    .sidebar .block.filter .filter-title strong {
        font-size: 14px;
        color: #333;
        font-family: "Inter-Regular";
        border-radius: 600px;
        height: 40px;
        border: 1px solid #D9D9D9;
        width: 49%;
        font-weight: normal;
        padding: 0 15px;
        position: relative;
        z-index: 10;
    }

    .toolbar-sorter.sorter .sorter-label {
        display: none;
    }

    .catalog-category-view .page-title-wrapper {
        margin-bottom: 0;
    }

    .products {
        margin: 20px 0;
    }

    /* Account regist */

    .block-collapsible-nav {
        top: 0;
        margin-bottom: 20px;
    }

    .account .page-main {
        padding-top: 20px;
    }

    .account .block-collapsible-nav .content {
        margin-top: 0;
        border-radius: 0;
    }

    .account.page-layout-2columns-left .column.main .toolbar.wishlist-toolbar {
        display: none;
    }

    .products-grid.wishlist .product-item {
        border: none !important;
    }

    .account.page-layout-2columns-left .column.main {
        padding-bottom: 0;
    }

    .account form .legend {
        font-size: 15px;
    }

    .account .fieldset>.field:not(.choice)>.label {
        font-size: 13px;
    }

    .account .fieldset>.field.choice .label, 
    .account .fieldset>.fields>.field.choice .label {
        font-size: 13px;
    }

    .customer-account-create .form.create.account, 
    .customer-account-login .login-container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
        margin-top: 10px;
    }

    .customer-account-create .page-title-wrapper .page-title,
    .customer-account-login .page-title-wrapper .page-title {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .abs-login-block-title strong, .login-container .block .block-title strong,
    .customer-account-create .form.create.account .legend, .login-container .block .block-title {
        font-size: 15px;
    }

    .customer-account-create .fieldset>.field, .fieldset>.fields>.field,
    .customer-account-login .fieldset>.field, .fieldset>.fields>.field {
        font-size: 13px;
    }

    .customer-account-create .action.primary, .customer-account-login .action.primary {
        font-size: 13px;
    }

    .customer-account-login .actions-toolbar a {
        font-size: 13px;
    }

    .account.form-create-account .additional_info {
        margin: 0 0 20px;
    }

    .customer-account-create .form.create.account {
        margin-left: 0;
    }

    .customer-account-create .form.create.account fieldset {
        width: 100%;
        padding-left: 0;
    }

    .customer-account-create .actions-toolbar {
        margin-top: 0;
        padding-left: 0;
    }

    .customer-account-create .form.create.account .fieldset.create.info {
        order: 2;
        margin-top: 7px;
    }

    .customer-account-create .form.create.account .fieldset.additional_info {
        order: 4;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .customer-account-create .form.create.account .fieldset.create.account {
        margin-top: 20px;
    }

    /* Wish list */

    .wishlist-index-index .products-grid .product-items .product-item .product-image-container {
        width: 100px !important;
    }

    .products-grid.wishlist .product-item-name {
        margin-top: 15px;
    }

    .products-grid.wishlist .product-item .box-tocart {
        float: none;
        margin-right: 0;
    }

    .products-grid.wishlist .product-item-actions {
        width: 100%;
        margin: auto;
        float: none;
    }
    .products-grid.wishlist .product-item-actions,
    .products-grid.wishlist .product-item-actions .action.delete {
        float: none;
    }
    .products-grid.wishlist .product-item-actions .action {
        margin-top: 10px !important;
        font-size: 13px;
    }

    .form-wishlist-items .products-grid.wishlist .product-item .product-item-inner .product-item-actions {
        display: flex;
        justify-content: center;
        width: 68%;
        margin: 0 0 0 auto;
    }

    .wishlist-index-index .product-items .product-item .box-tocart .fieldset .product-item-actions {
        width: 100%;
    }

    .wishlist-index-index.account .toolbar .toolbar-amount {
        display: none;
    }

    .wishlist-index-index.account .toolbar .limiter {
        margin-bottom: 0;
    }

    .wishlist-index-index .products-grid .product-items .product-item {
        padding-top: 0;
    }

    /* Cart */

    .cart.table-wrapper .product-item-photo {
        position: static;
        text-align: center;
        min-width: 100%;
    }

    .cart.table-wrapper .col.price {
         border-left: none; 
    }

    .cart.table-wrapper .item .col.item {
        padding: 25px 0 0;
    }

    .cart.table-wrapper .product-item-details {
        vertical-align: middle;
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
        text-align: center;
    }

    .cart.table-wrapper .product-item-name {
        margin-bottom: 15px;
    }

    .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal {
        text-align: center;
    }
    .checkout-cart-index #shopping-cart-table .col.qty {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cart.table-wrapper .col.qty[data-th]:before, 
    .cart.table-wrapper .col.price[data-th]:before, 
    .cart.table-wrapper .col.subtotal[data-th]:before, 
    .cart.table-wrapper .col.msrp[data-th]:before {
        margin-top: 7px;
        font-size: 13px;
        font-weight: normal;
    }

    .cart.table-wrapper .col.qty .input-text {
        height: 25px;
        width: 35px;
        font-size: 12px;
    }

    .checkout-cart-index #shopping-cart-table .col.qty .qty-field-wrapper .decreaseQty, 
    .checkout-cart-index #shopping-cart-table .col.qty .qty-field-wrapper .increaseQty {
        width: 20px;
        height: 25px;
        font-size: 9px;
    }

    .checkout-cart-index #shopping-cart-table .col.qty .qty-field-wrapper {
        position: relative;
        bottom: 5px;
    }

    #shopping-cart-table .item-actions .actions-toolbar {
        display: flex;
        justify-content: space-between;
    }

    .cart.table-wrapper .item-actions .actions-toolbar a {
        padding: 7px 14px;
        font-size: 12px;
    }

    .cart.table-wrapper .item-actions td {
        padding-top: 10px;
    }

    /* Cookie */

    .sparsh_gdpr_cookie_notification .content {
        display: inline-block;
    }

    #btn-cookie-allow {
        margin-left: 0;
    }

    .sparsh_gdpr_cookie_notification {
        padding-top: 0 !important;
    }

    /* Wish */

    .products-grid.wishlist .product-item .field.qty {
        display: block;
    }

    .wishlist-index-index .wishlist .product-item .box-tocart .tocart {
        margin-top: 0 !important;
    }

    .wishlist-index-index .wishlist .product-item .field.qty .control {
        display: flex;
        margin-right: 15px;
    }

    .wishlist-index-index .wishlist .product-item .field.qty .control button {
        width: 36px;
    }

    /* Succsess */

    .checkout-success .success-messages {
        font-size: 15px;
    }

}


@media only screen and (max-width:600px) {


    #popContainer {
        width: 95%;
    }

    #popUpForm #close {
        right: 10px;
        top: auto;
        font-size: 24px;
    }

    .catalog-product-view .page.messages {
        margin-bottom: 0;
        margin-top: -10px;
    }

    .page.messages .message {
        font-size: 11px;
    }

    .minicart-wrapper .action.showcart:before, 
    .minicart-wrapper .action.showcart.active:before {
        font-weight: 300;
    }

    .minicart-wrapper .block-minicart {
        width: 300px;
    }

    .minicart-wrapper .product .actions {
        position: static;
    }

    .minicart-wrapper .minicart-items input[type="number"] {
        height: 30px;
    }

    .minicart_qty .more, .minicart_qty .less {
        width: 32px;
        height: 30px;
    }

    .details-qty.qty .update-cart-item {
        right: 22px;
        height: 30px;
        width: 30px;
        line-height: 28px;
    }

    .minicart_qty .more i, .minicart_qty .less i {
        padding: 5px 10px;
        pointer-events: none;
    }   

    .underHeaderWrap ul li.activeMenu a, .underHeaderWrap ul li:hover a {
        background: transparent;
        color: #fff;
    }

    .autocomplete-suggestions {
     /* margin-top: 48px;*/
        margin-top: 13px;
        width: 100% !important;
        left: 0;
        border-radius: 15px;
    }

    /* Mini cart */

    .minicart-wrapper .block-minicart:before {
        right: 12px;
    }

    .minicart-wrapper .block-minicart:after {
        right: 11px;
    }

    .minicart-wrapper .block-minicart li {
        position: relative;
    }

    .minicart-items .action.delete {
        position: absolute;
        right: -10px;
        bottom: 0;
    }

    .minicart-items .product-item {
        padding: 15px 0;
    }

    .minicart-items .item.product .product-item-pricing {
       display: inline-block;
    }


    .homeBannerDesc {
        top: 50%;
    }

    .headerWrapper .underHeader, 
    .homeCategory, 
    .searchSurplusParts, 
    .homeIcons, .home_products, 
    .home_two_baners, .home_about_us, 
    .page-header .header.content, 
    .page-wrapper>.breadcrumbs, 
    .catalog-category-view .page-title-wrapper, 
    .page-products .columns, .page-footer, 
    .account .columns, 
    .page-layout-1column .page-main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

   /*.page-main-details .amrelated-grid-wrapper {
    margin-left: -15px;
   }

   .page-main-details .amrelated-grid-wrapper .block-title {
        padding-left: 15px;
   }*/

    .customer-welcome .greet.welcome {
        display: none;
    }

    .ammenu-header-container .header.content .ammenu-logo img {
        height: auto;
        width: 140px;
        min-width: inherit;
    }

    .page-header .header.content {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .switcher-currency .switcher-label span {
        font-size: 0;
    }

    .switcher-currency .switcher-label {
        margin-right: 10px;
    }
    
    .authorization-link a, 
    .header.links .wishlist a, 
    .minicart-wrapper .action.showcart,
    .switcher-currency .switcher-label,
    .header.links .customer-welcome .customer-name {
        font-size: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .authorization-link a:before,
    .header.links .wishlist a:before,
    .minicart-wrapper .action.showcart:before, 
    .minicart-wrapper .action.showcart.active:before,
    .header.links .customer-welcome .customer-name::before {
        margin-right: 0;
        font-size: 15px;
    }

    .customer-welcome .action.switch:after {
        font-size: 11px;
        right: 0px;
        top: 12px;
    }

    .switcher-currency .switcher-options {
        width: 120px;
        padding: 5px 10px 0px;
    }

    .switcher-currency .switcher-label:before {
        margin-right: 0;
    }
    .minicart-wrapper .action.showcart:before {
        margin-top: 3px !important;
    }
    .minicart-wrapper .action.showcart .counter.qty,
    .page-header .header.links li.link.wishlist .counter.qty {
        left: auto;
        right: -15px;
    }
    .homeBannerDesc span {
        display: block;
        margin-left: 0;
        font-size: 50px;
        margin-top: 10px;
    }
    
    .header.links .customer-menu .header.links {
        width: 100px;
        left: 0;
        right: auto;
    }
    .underHeaderWrap ul li a {
        background: transparent;
    }
    .underHeaderWrap ul li {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0;
    }
    
    .page-header {
        background: linear-gradient(270deg, #00A0DE 0.05%, #00308F 99.9%);
    }
    .underHeaderWrap ul:last-child li:last-child {
        /*  display: none;*/
        width: 80%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .underHeaderWrap ul li a, .underHeaderWrap ul:last-child li:last-child a {
        width: 100%;
        padding-left: 0;
    }
    .underHeaderWrap ul:first-child li {
        margin-right: 0;
    }
    .underHeaderWrap ul img {
        display: none;
    }
    .headerWrapper {
        background: #0084C4;
    }
    .underHeaderWrap ul:last-child li,
    .underHeaderWrap ul:last-child li a {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .underHeaderWrap ul:first-child {
        /*  width: 66.666%;*/
        width: 33.333%;
    }
    .underHeaderWrap ul:first-child li {
        width: 100%;
        justify-content: center;
    }
    .underHeaderWrap ul:first-child li a {
        padding-left: 0;
    }
    .underHeaderWrap ul:last-child li:nth-child(2) {
        width: 50%;
        display: flex;
        justify-content: center;
        order: 1;
    }
    .underHeaderWrap ul:last-child {
        /*  width: 33.333%;*/
        width: 66.666%;
    }
    .underHeaderWrap ul:last-child li:nth-child(2) a::before {
        content: '\f095';
        font-family: "font awesome 5 Pro";
        font-weight: 300;
        font-size: 15px;
        margin-right: 10px;
    }
    .homeCategory {
        position: relative;
        margin-bottom: 40px;
        margin-top: 0;
        padding-top: 20px;
    }
    .homeCategory .homeHeading a {
        position: absolute;
        bottom: 0;
        margin-left: 0;
        left: 50%;
        transform: translate(-50%);
        font-size: 12px;
    }
    .homeCat {
        margin-left: -10px;
        margin-top: 15px;
    }
    .homeCat li {
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
        display: none;
    }
    .homeCat li.display {
        display: block;
    }
    .homeCat li span {
        font-size: 13px;
    }
    .homeCat li img {
        height: 65px;
    }
    .homeCat li div {
        padding: 10px;
        padding-top: 15px;
    }
    .homeBannerDesc h1 {
       font-size: 30px; 
    }
    .homeBannerSearch figure img {
        height: 200px !important;
    }
    .homeHeading {
        text-align: center;
    }
    .homeHeading span {
        font-size: 18px;
    }
    .home_products .homeHeading span {
        font-size: 20px;
        padding-left: 15px;
    }
    .searchSurpluswrap {
        flex-wrap: wrap;
        padding: 30px 40px;
    }
    .searchSurplusimg img {
        width: 70%;
    }
    .searchSurplusForm, .searchSurplusimg {
        width: 100%;
        text-align: center;
    }
    .searchSurplusForm h2 {
        font-size: 20px;
    }
    .searchSurplusForm {
        padding-left: 0;
        margin-top: 20px;
    }
    .homeIconsWrap {
        margin-left: 0;
    }
    .homeIcons {
        padding: 20px 0 60px;
    }
    .homeIconsWrap li {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .homeIconsWrap li img {
        height: 50px;
        width: 50px;
    }
    .homeIconsWrap li p {
        font-size: 15px;
        margin-top: 10px;
    }
    .homeIconsWrap li span {
        font-size: 12px;
    }
    .homeIconsWrap li span br {
        display: none;
    }

    .home_products {
        padding-bottom: 40px;
        padding-left: 0 !important;
    }

    /* Product */

    .home_products .homeHeading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .home_products .product-items {
        margin-left: -10px !important;
    }

    .amrelated-grid-wrapper .product-items {
        margin-left: 0 !important;
        padding-left: 15px;
    }

    .home_products .product-items .product-item,
    .amrelated-grid-wrapper .product-items .product-item {
        width: 50% !important;
        padding-left: 0 !important;
        padding-right: 10px !important;
        padding-top: 10px !important;
    }

    .home_products .product-item-actions,
    .amrelated-grid-wrapper .product-item-actions {
        opacity: 1;
    }

    .home_products .product-item-actions .actions-primary,
    .amrelated-grid-wrapper .product-item-actions .actions-primary {
        width: 100%;
    }

    .home_products .product-item-actions .tocart,
    .amrelated-grid-wrapper .product-item-actions .tocart {
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
    }

    .home_products .product-items .product-item .price-box.price-final_price,
    .amrelated-grid-wrapper .product-items .product-item .price-box.price-final_price {
        margin: 25px 0 20px;
    }

    .home_products .product-items .product-item form,
    .amrelated-grid-wrapper .product-item-actions {
        margin-bottom: 15px;
    }

    .home_products .noBtnLink {
        padding-bottom: 15px;
    }

    .amrelated-grid-wrapper .product-items .product-item .product-item-info:hover .noBtnLink {
        border: none;
    }

    .amrelated-grid-wrapper .noBtnLink {
        padding-bottom: 0;
    }

    .home_products .products-grid.grid {
        margin-right: -15px;
        padding-left: 25px;
    }

    .amrelated-grid-wrapper .products-grid.grid {
        margin-right: -15px;
        padding-left: 0;
        margin-left: -15px;
    }

    .home_two_baners .pagebuilder-column {
        padding: 20px;
        padding-bottom: 0;
    }

    .home_two_baners .pagebuilder-column > div h3 {
        font-size: 20px;
        white-space: nowrap;
    }

    .home_two_baners .pagebuilder-column > div h5 {
        font-size: 17px;
    }

    .home_two_baners .pagebuilder-column > div p {
        font-size: 12px;
    }

    .home_two_baners .pagebuilder-column > div a {
        width: 150px;
        margin-top: 10px;
    }

    .home_two_baners .pagebuilder-column figure {
        padding-top: 40px;
        padding-left: 20px;
    }

    .category-image .image {
        width: 70px;
    }

    /*  */

    .home_about_us .homeAboutUs:before {
        width: 200px;
        height: 210px;
    }

    .home_about_us .homeAboutUs {
        padding: 35px 20px 100px;
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .home_about_us .homeAbLeft h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .home_about_us .homeAbLeft a {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%);
    }

    .home_about_us .homeAbRight {
        padding-top: 25px;
    }

    .home_about_us .homeAbRight ul li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .page-wrapper>.breadcrumbs {
        margin-bottom: 10px;
    }

    /* Listanje */

    .category-image img {
        margin-right: 20px;
    }

    .page-title,
    .checkout-index-index .checkout-header .title {
        font-size: 19px;
    }

    .category-description {
        padding-top: 15px;
        padding-bottom: 10px;
    }

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

    .page-products ol.products .product-item {
        padding-bottom: 10px;
    }

    .page-products .pr_atribute {
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .pr_atribute li {
        margin-bottom: 6px;
    }

    .group_weight_list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-products .products-grid .product-item .product-item-info {
        display: flex;
        align-items: center;
        padding: 0 10px 10px 20px;
    }

    .page-products .products-grid .product-item .product-item-info .product-item-photo {
        width: 30%;
    }

    .page-products .products-grid .product-item .product.details.product-item-details {
        width: 70%;
        text-align: left;
        padding: 15px 0 0 30px;
    }

    #amasty-shopby-product-list .toolbar.toolbar-products:last-child {
        justify-content: center;
        width: 100%;
        margin: 0;
    }

    .page-products li.product-item .stock {
        margin: 0 0 15px;
        font-size: 13px;
        justify-content: flex-start;
    }

    .page-products .product-items .product-item .product-item-name a {
        height: auto;
    }

    .page-products .product-items .product-item .product-item-name a {
        -webkit-line-clamp: none;
    }

    .page-products .products.wrapper.grid .item .noBtnLink {
        opacity: 1;
        margin: 15px 0 2px;
    }

    .page-products .product-items .product-item .productSku, 
    .page-products .product-items .product-item .product-item-name a {
        font-size: 14px;
    }

    .page-products .noBtnLink a {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: block;
        text-align: center;
    }

    .page-products .product-item .price-box {
        margin: 15px 0 20px;
    }

    .page-products .product-item .viewBtn {
        position: static;
        opacity: 1;
        margin-bottom: 0;
    }

    .page-products .product.actions.product-item-actions .actions-primary form{
        margin-top: -42px;
    }

    .page-products .product-item .quickView {
        display: none;
    }

    .page-products .product-items .product-item .price-final_price {
        justify-content: flex-end;
    }

    .page-products .product.actions.product-item-actions .actions-primary {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-products .product-item-actions .action.tocart.primary span {
        font-size: 0;
    }

    .page-products .products .product-item .tocart {
        width: 40px;
    }

     .page-products .product.actions.product-item-actions {
        text-align: right;
    }

    .page-products .product-item-actions .action.tocart.primary span::before {
        margin-right: 0;
    }


    /* Single group product */

    .table.data.grouped td {
        position: relative;
    }

    .table.data.grouped tr td:first-child::after {
        position: absolute;
        font-size: 28px;
    }

    .table.data.grouped tr td::after {
        position: absolute;
        bottom: -85px;
    }

    .table.data.grouped tbody {
        margin-top: 20px;
    }

    .table.data.grouped table:first-child tbody {
        margin-top: 0 !important;
    }

    .page-product-grouped .product-info-main .product-add-form form {
        margin-top: 0;
    }

    .page-product-grouped .table-wrapper.grouped {
        margin-top: -40px;
    }


    /* Contact */

    .contact-index-index .page-title-wrapper .page-title {
        margin-top: 30px;
    } 

    .contact-index-index .columns {
        margin-top: 0;
    }


    /* Footer */

    .page-footer {
        padding: 35px 0 10px;
    }

    .footerWrap .footerLinks > div {
        width: 100%;
        margin-bottom: 15px;
    }

    .footerWrap .footerLinks ul li {
        text-align: left;
    }

    .footerWrap .footerLinks ul {
        padding: 10px 0;
    }

    .footerWrap .footerLinks h3 {
        border-bottom: 1px solid rgba(196, 196, 196, 0.2);
        padding-bottom: 17px;
    }

    .footerLinks ul {
        display: none;
    }

    .footerCard ul {
        margin: 20px 0 30px !important;
    }

    .footerWrap .footerLinks h3 img {
        display: none;
    }

    .footerWrap .footerLinks > div:last-child {
        padding: 15px 0 10px;
    }

    .footerWrap .footerLinks > div:last-child h3 {
        border-bottom: none;
        width: 100%;
        display: block;
    }

    .footerLangwitch {
        margin: 0;
        padding: 30px 0 25px;
    }

    .footerCard {
        margin-top: 25px;
    }

    .footerWrap .footerLinks > div:last-child ul {
        justify-content: center;
    }

    .footerWrap .footerLinks > div:first-child h3 {
        border-top: 1px solid rgba(196, 196, 196, 0.2);
        padding-top: 15px;
    }

    .footerWrap .footerLinks > div h3 {
        position: relative;
    }

    .footerWrap .footerLinks > div h3::after {
        content: '';
        background: url(../images/footerArrow.svg);
        background-size: contain;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
    }

    .footerWrap .footerLinks > div h3.rotateArrow::after {
        transform: rotate(180deg);
    }

    .footerWrap .footerLinks > div:last-child ul li {
        margin-right: 15px;
        margin-left: 15px;
    }

    .footerWrap .footerLinks > div:last-child h3::after {
        display: none;
    }

    .footerWrap .footerLinks > div {
        text-align: center;
    }

    .footerCard p {
        padding-top: 20px;
    }

    .copyright .f_wrap {
        flex-direction: column;
    }

    .copyright {
        padding: 15px 15px;
    }

    .copyright .f_wrap a img {
        width: 60px;
    }

    /* Wish */

    .wishlist-index-index .products-grid .product-items .product-item {
        width: 100% !important;
    }
    .form-wishlist-items .primary button,
    .account form .actions-toolbar>.primary .action:last-child {
        font-size: 13px;
    }

    .wishlist-index-index .products-grid .product-items .product-item .product-image-container {
        min-width: 105px;
    }

    .wishlist-index-index .message.success {
        margin-top: 22px;
    }

    .products-grid.wishlist .product-item .action.tocart.primary span::before {
        margin-right: 5;
    }

    .products-grid.wishlist .product-item-actions, .products-grid.wishlist .product-item .box-tocart .actions-primary {
        text-align: right;
    }

    .form-wishlist-items .products-grid.wishlist .product-item .product-item-inner .product-item-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .products-grid.wishlist .product-item-name {
        margin-bottom: 10px;
    }

    /* Cart */

    .checkout-cart-index .columns .cart-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .checkout-cart-index .page-title-wrapper .page-title {
        margin-top: 25px;
    }

    .checkout-cart-index .cart-summary {
        margin-top: 25px;
    }

    .checkout-cart-index form.form {
        margin-top: 35px;
    }

    /* Simple page */

    .cms-page-view .column.main h2 {
        font-size: 18px !important;
    }

    .cms-page-view .column.main h1, .cms-page-view .column.main h2, .cms-page-view .column.main h3, .cms-page-view .column.main h4 {
        font-size: 16px;
        padding-top: 10px;
    }

    .cms-page-view .column.main {
        margin: 30px 0;
    }

    /* Brendovi */

    .ambrands-letters-list .ambrands-letter .ambrands-title {
        margin: 0 1% 5px;
        font-size: 18px !important;
    }

    .ambrands-letters-list .ambrands-letter .ambrands-content {
        margin: 0;
    }

    .ambrands-brand-item .ambrands-image-block img {
        padding: 0 10px;
    }

    .ambrands-letters-list .ambrands-content .ambrands-brand-item {
        width: 50%;
        margin: 0;
        padding: 1%;
    }

    .ambrands-letters-list .ambrands-letter .ambrands-title {
        margin: 0 1% 5px;
        color: #333;
        font-size: 30px;
    }

    .ambrands-letter .ambrands-brand-item .ambrands-label {
        font-size: 12px;
        margin-bottom: 0;
    }

    /* Parts finder */

    .amasty_quickorder-index-index .page-title-wrapper .page-title {
        margin-top: 20px;
        font-size: 19px;
    }

    .amqorder-search-block {
        padding: 20px 0 35px;
    }

    .amqorder-multiple-block {
        margin: 0;
    }

    .amqorder-multiple-block {
        box-shadow: none;
        border: 1px solid #f2f2f2;
    }


}



@media only screen and (max-width:500px) {
    .home_products .product-items .product-item,
    .amrelated-grid-wrapper .product-items .product-item {
        width: 60% !important;
        min-width: 60%;
    }
}


@media only screen and (max-width:360px) {
    .underHeaderWrap ul li a {
        padding: 0 7px;
    }
    .ammenu-header-container .header.content .ammenu-logo img {
        width: 130px;
    }
}






