@charset "utf-8";

/*
::-webkit-input-placeholder { opacity: 1; }
:-ms-input-placeholder {   opacity: 1;  }
::-moz-placeholder {  opacity: 1; }
:-moz-placeholder {   opacity: 1; }
*/


/* FULLPAGE */

html {
    min-height: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    min-height: 100%;
    color: #333333;
}

/* header .minicart-wrapper .action.showcart .counter.qty.empty {
       display: inline-block;
} */

.catalog-topnav .filter .filter-content {
    display: none !important;
}

.am-filter-items-accessory_type.-am-multiselect .item {
    display: flex!important;
}

.am-filter-items-accessory_type.-am-multiselect .item a {
    order: 2;
}

.am-filter-items-accessory_type.-am-multiselect .item input {
    order: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.0;
    margin-top: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 0px;
}

.h1 {
    font-size: 64px;
}


/* OK */

.h2 {
    font-size: 42px;
}


/* OK */

.h3 {
    font-size: 38px;
}


/* OK */

.h4 {
    font-size: 34px;
}


/* OK */

.h5 {
    font-size: 32px;
}


/* OK */

.h6 {
    font-size: 28px;
}


/* OK */

.h7 {
    font-size: 22px;
}


/* OK */

.h8 {
    font-size: 20px;
}


/* OK */

.h9 {
    font-size: 18px;
}


/* OK */

strong,
b {
    font-weight: 700;
}

strong.bolder,
b.bolder {
    font-weight: 800;
}

a {
    color: #0D3B76;
}

a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

.action.primary {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.action.primary:focus,
.action.primary:active {}

.action.primary:hover {}

.action.secondary {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.action.secondary:focus,
.action.secondary:active {
    background: #ECECEC;
    border-color: #ECECEC;
}

.action.secondary:hover {
    background: #ECECEC;
    border-color: #ECECEC;
}

button[type="submit"],
button[type="button"] {
    cursor: pointer;
}

button,
input,
optgroup,
select,
textarea,
address {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


/* Disables the Safari's autozoom function on focus */

iframe {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* input, textarea { font-size: initial; font-size: 16px; } Disables the Safari's autozoom function on focus */


/* BOOTSTRAP */

.relative {
    position: relative;
}

.btn {
    padding: 5px 15px;
    font-size: 15px;
}

.btn-sm {
    padding: .2rem 1.2rem;
}

.btn-outline-primary {
    color: #274A80;
    border-color: #274A80;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #274A80;
    border-color: #274A80;
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-outline-light:hover {}

.btn-danger,
.btn-danger:hover {
    background-color: #6593C5;
    border-color: #6593C5;
}

.btn-primary,
.btn-primary:hover {
    background-color: #5F91C0;
    border-color: #5F91C0;
}


/* VERVE */

.verve-align {
    text-align: right;
}

a.verve {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

a.verve::after {
    margin-left: 4px;
    display: inline-block;
    content: '';
    width: 64px;
    height: 14px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('../images/verve-white.svg');
}

.blue {
    color: #6593C5;
}

/* .header-content {
    position: relative;
    height: 140px;
}

.page-header a.logo,
.page-header .ammenu-logo {
    display: inline-block;
    width: 120px;
    position: absolute;
    top: calc(50% - 42px);
    left: 0px;
} */

/* .page-header .block-search {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 222px);
    display: block;
    width: 450px;
    margin-bottom: 0;
} */

/* .page-header .block-search .block-content {
    margin-bottom: 0;
} */

/* .header-all .minicart-wrapper {
    display: inline-block;
    position: absolute;
    top: calc(50% - 13px);
    right: 190px;
} */

.header-all .minicart-wrapper .counter-label {
    font-size: 12px;
    display: block;
    margin: 0;
    height: 20px!important;
    width: 20px !important;
    clip: auto !important;
    position: relative!important;
}

/* .minicart-wrapper .action.showcart {
    color: #000;
    padding-left: 40px;
    background-image: url('../images/icon-basket.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 32px auto;
}

.minicart-wrapper .action.showcart::before {
    display: none !important;
    
	font-family: 'Font Awesome 5 Free'; font-weight: 900;
	content: "";
	color: #fff;
	font-size: 22px; line-height: 1;

}

.minicart-wrapper .minicart-relative {
    display: inline-block;
    position: relative;
}

.minicart-wrapper .action.showcart .text {}

header .minicart-wrapper .action.showcart .counter.qty { margin: 0;  height: 18px; line-height: 19px;} */

.usp-wrapper {
    padding: 25px 0;
}

.usp-list {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.usp-list .usp-item {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main axis vertical */
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* center items vertically, in this case */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* center items horizontally, in this case */
    padding: 12px 15px;
}


.usp-list-scroll .usp-item {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main axis vertical */
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* center items vertically, in this case */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* center items horizontally, in this case */
    padding: 12px 15px;
}

.usp-list li.usp-item:last-child {}

.usp-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.usp-icon-wrapper {
    width: 70px;
}

.usp-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #BBBABB;
    padding: 8px;
}

.usp-icon .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.usp-icon-inner {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.usp-icon .bi,
.usp-icon .fa {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.usp-label {
    flex: 1;
}

.usp-label-title {
    font-weight: bold;
}

.usp-label-subtitle {
    display: block;
    line-height: 1.1;
    font-weight: bold;
    color: #BBBABB;
    font-size: 14px;
}

.cta-quality {
    padding: 40px;
    border-radius: 12px;
    background-color: #99C554;
    color: #fff;
    margin-bottom: 40px;
}

.cta-quality .blue {
    color: #204783;
}

.cta-quality .title {
    line-height: 1.15;
}

.cta-quality .description {
    line-height: 1.35;
}

.line-title {
    background-color: #274A80;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.revgrid {
    display: flex;
}

.rcell-1 {
    width: 280px;
}

.rcell-divider {
    width: 30px;
}

.rcell-2 {
    flex: 1;
}

.placeholder-reviews {
    width: 100%;
}

#footer {}

.form.minisearch {
    position: relative;
}

.form.minisearch .field.search {}

/* .form.minisearch .field.search .input-text {
    height: 45px;
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px 45px 10px 15px!important;
    border-radius: 4px;
    border: 1px solid #706F6F;
    color: #999;
}

.form.minisearch .field.search .input-text::placeholder {
    opacity: 1;
} */

.form.minisearch .actions {
    display: inline-block;
    position: absolute;
    top: calc(50% - 15px);
    right: 8px;
}

.form.minisearch .actions button.action.search {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.form.minisearch .actions button.action.search .bi {
    font-size: 22px;
    line-height: 1;
}

.logo-sustainability {
    position: absolute;
    top: calc(50% - 90px);
    right: 0px;
    display: inline-block;
    width: 180px;
}

.logo-sustainability img {
    width: 100%;
}

.menu-profile-wrapper {
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    display: inline-block;
    z-index: 10;
    margin-bottom: 0;
    border: 1px solid transparent;
    background-color: #ffffff;
    padding: 0 12px;
    font-size: 16px;
}

.menu-profile {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.menu-profile-icon {
    padding-right: 10px;
}

.menu-profile-icon .icon {
    display: block;
    width: 30px;
    height: 30px;
}

.menu-profile-icon .icon .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-profile-data {
    position: relative;
    margin: 0;
}

.menu-profile-data dt {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.menu-profile-data dt .fa {
    font-size: 23px;
    vertical-align: middle;
}

.menu-profile-data dd {
    position: absolute;
    top: 100%;
    left: -10px;
    display: none;
    margin: 0;
    padding-top: 5px;
}

.menu-profile-data ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: outside;
    border: 1px solid #BDBDBD;
}

.menu-profile-data ul li {
    border-bottom: 1px solid #ECECEC;
    font-size: 14px;
    white-space: nowrap;
}

.menu-profile-data ul li a {
    display: block;
    padding: 6px 10px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.menu-profile-data ul li:hover a {
    color: #274A80;
}

.menu-profile-data ul li:last-child {
    border-bottom: none;
}

.menu-profile.active {
    border-color: #ECECEC;
}

.menu-profile.active dd {
    display: block;
}

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

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

.page-title-wrapper .page-title.h2 {
    font-size: 26px;
    line-height: 1.307692307692308;
    font-weight: bold;
}

.static-top-wrapper {}

.static-top-wrapper a {}

.cms-page-view .static-top-wrapper {}

.catalogsearch-result-index .static-top-wrapper {}

.page-products .static-top-wrapper {}

.static-container {}

.static-top {}

.static-top .breadcrumbs {}

.static-top .breadcrumbs .items,
.static-top .breadcrumbs .items a {}

.static-top .page-title-wrapper {
    padding-top: 0;
    text-align: center;
}

.static-top .static-subtitle {
    text-align: center;
}

.breadcrumbs-wrapper {
    padding: 20px 0;
}

.page-layout-static .columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.static-left {
    order: 1;
    width: 315px;
    padding: 0 25px;
}

.static-right {
    order: 2;
    width: calc(100% - 315px);
    padding: 0 25px;
}

.catalogsearch-result-index .page-title-wrapper {
    margin-bottom: 0;
}

.catalogsearch-result-index .toolbar-products .toolbar-amount {
    display: none;
}

#footer {
    background-color: #F3F3F3;
}

.footer {
    padding: 60px 0;
}

.ftr-title {
    margin-bottom: 20px;
}

.ftr-title .title {}

.ftr-cards-wrapper {}

.ftr-cards {
    display: inline-block;
}

.ftr-cards .img {
    max-width: 160px;
}

.copyright {
    color: #AEAEAE;
    font-size: 14px;
    padding: 15px 0;
    background-color: inherit;
    text-align: left;
}

.section-title {
    padding: 40px 0;
}

.section-title .title {
    text-align: center;
}

.fit-photo {}

.fit-photo .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.vcat {
    margin: 0;
    display: flex;
    flex-direction: row;
    background-color: #F3F3F3;
}

.vcat-photo {
    margin: 0;
    width: 200px;
    min-height: 300px;
}

.vcat-photo .fit-photo {
    height: 100%;
}

.vcat-data {
    display: flex;
    flex-direction: column;
    margin: 0;
    flex: 1;
    padding: 15px;
    justify-content: center;
}

.vcat-list {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
}

.vcat-list>li {
    font-size: 15px;
    color: #787787;
    margin-bottom: 8px;
}

.vcat-list>li:last-child {
    margin-bottom: 0;
}

.ratio-brand {
    --bs-aspect-ratio: calc(9 / 22 * 100%);
}

.ratio-inner {
    display: block;
}

.slick-brands-wrapper {}

.slick-brands {
    position: relative;
    position: relative;
}

.slick-brands .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.slick-brands .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-brands .slick-arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    outline: none;
    border: none;
    background-color: transparent;
    z-index: 10;
    position: absolute;
    top: calc(50% - 22px);
    opacity: 0.5;
}

.slick-brands .slick-arrow .fas {
    font-size: 40px;
    line-height: 1;
}

.slick-brands .slick-prev {
    left: -60px;
}

.slick-brands .slick-next {
    right: -60px;
}

button.slick-next.slick-arrow {
    z-index: 10 !important;
}

button.slick-prev.slick-arrow{
    z-index: 10 !important;
}

.slick-brand {
    display: block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.slick-brand:hover {
    color: #ffffff;
}

.slick-brand img.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.brand-info {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.brand-info-title {
    display: block;
    margin-bottom: 10px;
}

.brand-info-description {
    display: block;
    font-size: 14px;
    line-height: 1.40;
}

.newsbox {
    margin-bottom: 20px;
}

.newsbox dt {
    margin-bottom: 15px;
}

.newsbox dd {
    margin-bottom: 0;
}

.newsbox-date {
    margin-bottom: 20px;
}

.newsbox-title {
    margin-bottom: 20px;
}

.newsbox-title .title a {
    color: #1D1D1B;
    text-decoration: none;
}

.newsbox-description {
    color: #5D5D69;
    line-height: 1.35;
}

.aflex-wrapper {
    padding: 30px 0;
}

.aflex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #F3F3F3;
}

.aflex-photo {
    width: 50%;
}

.aflex-data {
    width: 50%;
    padding: 50px;
}

.aflex-title {
    margin-bottom: 20px;
}

.aflex-description {
    color: #787787;
    line-height: 1.45;
    font-size: 18px;
}

.sub-wrapper {
    padding: 60px 0;
    text-align: center;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    background: #fff;
}

.sub-wrapper .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.sub-wrapper .subtitle {
    margin-bottom: 20px;
}

.sub-wrapper .description {
    margin-bottom: 20px;
}

/* .block.newsletter {
    padding-top: 20px;
    width: 100% !important;
    max-width: 100% !important;
}

.block.newsletter .field.newsletter {
    max-width: 100%;
}

.block.newsletter .field .control:before {
    content: none;
}

.block.newsletter .form.subscribe {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

.block.newsletter .form.subscribe .field.newsletter {
    display: block;
    width: 100%;
    max-width: 100%;
}

.block.newsletter .form.subscribe .actions {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.block.newsletter input#newsletter {
    display: block;
    width: 100%;
    background-color: #F3F3F3;
    padding: 15px 30px;
    border-radius: 40px;
    font-weight: 300;
    border: none;
    height: auto;
    border-radius: 30px;
    font-size: 18px;
}

.block.newsletter .form.subscribe .actions .action.subscribe {
    background-color: #6593C5;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 6px;
}

.block.newsletter .form.subscribe .actions .action.subscribe .fas {
    font-size: 26px;
    line-height: 1;
} */


/* START Block upsell styles aka YOU MAY ALSO LIKE */

.block.upsell img.product-image-photo {
    padding: 0 2rem;
    background: #fff;
}

span.product-image-container {
    background: #fff;
    text-align: center;
}

.block.upsell .products.wrapper.grid.products-grid ol.product-items {
    justify-content: center;
}

.block.upsell .products.wrapper.grid.products-grid .product-item-link {
    font-size: 1.13rem;
    color: #000;
}

.block.upsell .product.details.product-item-details .price-label {
    display: none;
}

.block.upsell .product.details.product-item-details .price-wrapper.price-excluding-tax {
    display: none;
}

.block.upsell .product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax {
    font-size: 1.4rem;
}

.block.upsell .product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax::after {
    display: none;
}

.block.upsell .mageb-quick-outr {
    display: none;
}

.block.upsell .product-item .price-box {
    margin-bottom: 0;
}

.block.upsell .stock.available {
    display: flex;
    justify-content: end;
    padding: 0.7rem 1.5rem 0.2rem;
    color: #4DB25E;
    font-size: 1.1rem;
}

.block.upsell .stock.unavailable {
    display: flex;
    justify-content: end;
    padding: 0.7rem 1.5rem 0.2rem;
    color: #E66E34;
    font-size: 1.1rem;
}

.block.upsell .block-title.title {
    text-align: center;
    display: block;
    margin-bottom: 24px;
    font-size: 1.2rem;
}

.page-main {
    max-width: 1600px !important;
}

.breadcrumbs {
    max-width: 1600px !important;
}


/* END Block upsell styles aka YOU MAY ALSO LIKE */

.catgrid {
    display: grid;
    grid-gap: 20px;
    padding: 20px;
    grid-template-rows: repeat(3, 21vw);
    grid-template-columns: repeat(5, 1fr);
}

.catgrid a.item {
    background-color: #808385;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.catgrid a.item:hover,
.catgrid a.item:focus,
.catgrid a.item:active {
    color: #fff;
}

.catgrid .catgrid-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.catgrid .catgrid-title {
    padding: 20px;
    display: block;
    position: relative;
}

.catgrid .catgrid-actions {
    padding: 20px;
    display: block;
    position: relative;
}

.catgrid .item-1 {
    grid-row: 1;
    grid-column: 1;
}

.catgrid .item-2 {
    grid-row: 2;
    grid-column: 1;
}

.catgrid .item-3 {
    grid-row: 1 / 3;
    grid-column: 2 / 4;
}

.catgrid .item-4 {
    grid-row: 1;
    grid-column: 4 / 6;
}

.catgrid .item-5 {
    grid-row: 2;
    grid-column: 4 / 6;
}

.catgrid .item-6 {
    grid-row: 3;
    grid-column: 1 / 4;
}

.catgrid .item-7 {
    grid-row: 3;
    grid-column: 4 / 6;
}

.whitebox {
    background-color: #FFFFFF;
    padding: 0px 0px 30px 0px;
}

.greybox {
    background-color: #F3F3F3;
    padding: 30px 60px;
}

.trustbox-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.trustbox-icon .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trustbox {
    display: block;
    color: #3C3C3A;
    background-color: #FFFFFF;
    padding: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110px;
}

.trustbox ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.trustbox ul li.cell {}

.trustbox ul li.cell-1 {}

.trustbox ul li.cell-2 {
    flex: 1;
    padding: 0 15px;
}

.trustbox ul li.cell-3 {
    color: #B9B9B9;
    font-size: 30px;
}

.trustbox .title {
    font-size: 18px;
}

.trustbox .subtitle {
    font-weight: 300;
    color: #646363;
}

.shops-section {}

.shops-title {
    margin-bottom: 20px;
}

.shops-grid {
    margin: 0 -8px;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.shops-grid .item {
    display: none;
    width: 25%;
    padding: 8px;
}

.shops-grid .item .href {
    display: block;
    padding: 10px 15px;
    background-color: #ffffff;
}

.shops-grid .item .href .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shops-grid .item .ratio {}

.shops-grid .item .ratio-shop {
    --bs-aspect-ratio: calc(9 / 20 * 100%);
}

.shops-slick {}

.shops-slick .slick-arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    outline: none;
    border: none;
    background-color: transparent;
    z-index: 9;
    position: absolute;
    top: calc(50% - 22px);
    opacity: 0.5;
}

.shops-slick .slick-arrow .fas {
    font-size: 40px;
    line-height: 1;
}

.shops-slick .slick-prev {
    left: -60px;
}

.shops-slick .slick-next {
    right: -60px;
}

.models-section {}

.models-title {
    margin-bottom: 30px;
}

.models-container {}

.models-grid {
    margin: -8px -8px;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.models-grid .item {
    display: none;
    width: 20%;
    padding: 8px;
}

.models-grid .item.active {
    display: block;
}

.models-grid .item a.href {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    color: #787886;
    text-decoration: none;
}

.mgflex {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mgflex-name {
    display: block;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mgflex-icon {
    padding-left: 12px;
    font-size: 18px;
}

.models-actions {
    padding-top: 15px;
    text-align: center;
}

.models-actions a.href {
    display: inline-block;
    padding: 13px 25px;
    background-color: #fff;
    color: #787886;
    text-decoration: none;
}

.models-actions a.href .fas {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.ftr-list {}

.ftr-list ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
}

.ftr-list ul li {
    font-size: 14px;
}

.ftr-list ul li a {
    display: block;
    padding: 5px 0;
    color: #4B4A4A;
    text-decoration: none;
}

.ftr-contact {
    margin-bottom: 20px;
}

.ftr-contact ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
}

.ftr-contact ul li {
    font-size: 14px;
    margin-bottom: 20px;
    color: #4B4A4A;
}

.ftr-contact ul li:last-child {
    margin-bottom: 0;
}

.ftr-contact ul li a {
    color: #4B4A4A;
    text-decoration: none;
}

.ftr-contact address {
    font-size: inherit;
}

.iconed {
    padding-left: 30px;
    position: relative;
}

.iconed .icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
}

.iconed .icon-mailto {
    top: 0px;
}

.iconed .icon .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.ftr-cards {
    padding-top: 15px;
}

.hero-wrapper {
    background-color: #ECECEC;
    position: relative;
}

.ratio-hero {
    /* --bs-aspect-ratio: calc(6 / 20 * 100%); */
    display: flex;
    flex-direction: column;
    height: 480px;
    /* justify-content:center;  */
}

.hero {
    color: #fff;
    padding: 40px 0px 0px 30px;
    margin-left: 400px;
}

.hero-box {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.40);
    padding: 12px 15px;
}

.hero-box .btn-outline-light {
    color: #fff;
}

.hero-title {}

.hero-description {
    margin-bottom: 5px;
}

.hero-actions {}

.hero-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    width: 250px;
    height: 100%;
    z-index: 8;
    background-color: #41413F;
    color: #fff;
    padding: 25px;
}

.hero-search-title {
    margin-bottom: 15px;
}

.hero-search-subtitle {
    font-size: 13px;
    margin-bottom: 15px;
}

.hero-search-form {}

.hero-search-form form.vehicle label[for="make"] {
    display: none;
}

.hero-search-form form.vehicle label[for="make"]+br {
    display: none;
}

.hero-search-form form.vehicle .form-select {
    font-size: 14px;
    height: 44px;
}

.hero-search-form .verve-pg-garage .actions {
    padding-top: 0;
}

.hero-search-form .verve-pg-garage .actions .input-submit {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 8px 15px;
}

.hero-search-form .actions {
    padding-top: 10px;
}

.hero-search-form.-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.hero-search-form.-sticky {
    background-color: #41413F;
    padding: 10px 15px;
}

.hero-search-form.-sticky .verve-pg-garage {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hero-search-form.-sticky .verve-pg-garage .cell.actions {
    position: relative;
    padding-left: 10px;
}

.hero-search-form.-sticky .verve-pg-garage .cell.actions .input-submit {
    padding: 6px 11px;
}

.hero-search-form.-sticky form.vehicle {
    margin: 0 -5px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hero-search-form.-sticky form.vehicle .cell.mb-2 {
    margin-bottom: 0 !important;
    padding: 0 5px;
}

.hero-search-form.-sticky form.vehicle .form-select {
    height: 35px;
    line-height: 1;
    font-size: 15px;
}


/* HOME Search Form */

.hero-wrapper.is_scrolled .hero-search-title,
.hero-wrapper.is_scrolled .hero-search-subtitle {
    display: none;
}

.hero-wrapper.is_scrolled form.insert-form {
    margin: 0 -5px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hero-wrapper.is_scrolled form.insert-form .cell.mb-2 {
    margin-bottom: 0;
    padding: 0 5px;
}

.hero-wrapper.is_scrolled form.insert-form .form-select {
    height: 35px;
    line-height: 1;
    font-size: 14px;
}

.hero-wrapper.is_scrolled .verve-pg-garage {
    margin: 0 0px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hero-wrapper.is_scrolled .verve-pg-garage .cell.actions {
    position: relative;
    padding-left: 10px;
}

.hero-wrapper.is_scrolled form.vehicle label[for="make"] {
    display: block;
    font-size: 13px;
    padding-right: 10px;
}


/* Inners Search Form */

#search_inner_pages {}

.inners-form-toggle {
    display: none;
}

.inners-form-toggle.is_active {
    display: block;
}

.inners-form-toggle .button {
    display: block;
    position: sticky;
    top: 0;
    z-index: 20;
    color: #fff;
    background-color: #41413F;
    padding: 10px 15px;
    text-align: center;
    border: none;
    outline: none;
    width: 100%;
}

.inners-form-toggle .button i {
    margin-left: 5px;
}

.inners-form-wrapper {
    display: none;
    background-color: #41413F;
    color: #fff;
    padding: 10px 15px 10px 15px;
}

.inners-form-wrapper.is_active {
    display: block;
}

.inners-search-form {
    margin-bottom: 0px;
}

.inners-search-form .insert-form {
    display: flex;
}

.inners-search-form .insert-form .label-main {
    font-size: 13px;
    padding-right: 10px;
}

.inners-search-form .verve-pg-garage {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.inners-search-form .verve-pg-garage .cell.actions {
    position: relative;
    padding-left: 10px;
}

.inners-search-form .verve-pg-garage .cell.actions .input-submit {
    padding: 6px 11px;
    font-size: 14px;
}

.inners-search-form form.insert-form {
    margin: 0 -5px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.inners-search-form form.insert-form .cell.mb-2 {
    margin-bottom: 0;
    padding: 0 5px;
}

.inners-search-form form.insert-form .form-select {
    height: 35px;
    line-height: 1;
    font-size: 14px;
}


/* Sticky */

.inners-search-form.-sticky {
    /* position: fixed; top: 0; left: 0;  z-index: 10; */
}

.inners-search-form.is_scrolled {
    /*  position: fixed; top: 0; z-index: 10; width: 100%; */
}

.inners-search-form.is_scrolled .inners-form-toggle {
    display: block;
}

.inners-search-form.is_scrolled .inners-form-wrapper {
    display: none;
}

.inners-form-wrapper.is_active,
.inners-search-form.is_scrolled .inners-form-wrapper.is_active {
    display: block;
}


/* END | Inners Search Form */

.hero-slick {}

.hero-slick .slick-slide>div>div {
    display: block !important;
}

.hero-slick .slick-arrow {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    outline: none;
    border: none;
    background-color: transparent;
    z-index: 10;
    position: absolute;
    top: calc(50% - 22px);
    color: #ffffff;
    opacity: 0.5;
}

.hero-slick .slick-arrow .fas {
    font-size: 40px;
    line-height: 1;
}

.hero-slick .slick-prev {
    left: 10px;
}

.hero-slick .slick-next {
    right: 10px;
}

.garage-wrapper {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.garage {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.garage-icon {
    padding-right: 10px;
}

.garage-icon .icon {
    display: block;
    width: 30px;
    height: 30px;
}

.garage-icon .icon .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.garage-list {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
}

.garage-list .cell {
    font-size: 14px;
}

.garage-list .cell-1 {}

.garage-list .cell-1 .fa-chevron-right {
    font-size: 10px;
}

.garage-list .cell-2 {
    color: #A8A8A7;
    font-size: 11px;
   font-weight: 700;
}

.menu-wishlist-wrapper {
    position: absolute;
    top: calc(50% - 18px);
    right: 310px;
    display: inline-block;
    z-index: 10;
    margin-bottom: 0;
    border: 1px solid transparent;
    background-color: #ffffff;
    padding: 0 12px;
    font-size: 16px;
}

.menu-wishlist {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.menu-wishlist-icon {
    padding-right: 10px;
}

.menu-wishlist-icon .icon {
    display: block;
    width: 30px;
    height: 30px;
}

.menu-wishlist-icon .icon .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-wishlist-data {
    position: relative;
    margin: 0;
}

.menu-wishlist-data dt {
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
}

.menu-wishlist-data dt .cell {
    font-size: 14px;
}

.menu-wishlist-data dt .cell-1 {}

.menu-wishlist-data dt .cell-2 {
    color: #A8A8A7;
    font-size: 11px;
}

.menu-wishlist-data dt .fa {
    font-size: 23px;
    vertical-align: middle;
}

.menu-wishlist-data dd {
    position: absolute;
    top: 100%;
    left: -10px;
    display: none;
    margin: 0;
    padding-top: 5px;
}


/*
.menu-wishlist-data ul {
	margin: 0; padding:0;
	list-style: none none; list-style-position: outside;
	border: 1px solid #BDBDBD;
}
.menu-wishlist-data ul li { border-bottom: 1px solid #ECECEC; font-size: 14px; white-space: nowrap; }
.menu-wishlist-data ul li a { display: block; padding: 6px 10px; color: #000; text-decoration: none; background-color: #fff;  }
.menu-wishlist-data ul li:hover a { color: #274A80; }
.menu-wishlist-data ul li:last-child { border-bottom: none;  }

.menu-wishlist.active { border-color: #ECECEC; }
.menu-wishlist.active dd  { display: block; }
*/

.topcall {
    position: absolute;
    top: calc(50% - 15px);
    left: 150px;
    color: #000;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
}

.topcall .cell {
    display: block;
    font-size: 14px;
}

.topcall .cell-1 {}

.topcall .cell-1 strong span.telhead {
    color: #4f91cd;
}

.topcall .cell-1 .fa-chevron-right {
    font-size: 10px;
}

.topcall .cell-2 {
    color: #A8A8A7;
    font-size: 11px;
}

.icon-hamburger {
    display: inline-block;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
}

.icon-hamburger button {
    padding: 0;
    background-color: transparent;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.icon-hamburger button .fas {
    font-size: 30px;
}

.iconsearch-wrapper {
    display: none;
}

.shops-slick-actions {
    display: none;
    text-align: center;
    padding-top: 10px;
}

.shops-slick-actions a.href {
    display: inline-block;
    padding: 13px 25px;
    background-color: #fff;
    color: #787886;
    text-decoration: none;
}

.shops-slick-actions a.href .fas {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.shops-slick-actions-desktop {
    display: none;
    text-align: center;
    padding-top: 10px;
}

.shops-slick-actions-desktop a.href {
    display: inline-block;
    padding: 13px 25px;
    background-color: #fff;
    color: #787886;
    text-decoration: none;
}

.shops-slick-actions-desktop a.href .fas {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.sticky-search-wrapper {
    display: none;
}

.ammenu-menu-wrapper.-desktop.-sticky .sticky-search-wrapper {
    display: block;
}

.sticky-search {
    background-color: #41413F;
    padding: 10px 15px;
}

.sticky-search .ssform {
    margin: 0 -5px;
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sticky-search .ssform .cell {
    position: relative;
    padding: 0 5px;
}

.sticky-search .ssform .mb-2 {
    margin-bottom: 0 !important;
}

.sticky-search .ssform .form-select {
    height: 35px;
    line-height: 1;
    font-size: 15px;
}

#amscroll-page-num1 {
    display: none;
}

.block-content.filter-content {
    /* border: 1px solid #D9DADA; padding: 12px 15px; */
}

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

.page-products {}

.paypal-flex {
    width: 100%;
    margin-top: 20px;
}

.box-tocart .action.tocart.payment-request-button {
    width: 100%;
}

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

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

.page-products .category-description {
    margin-bottom: 30px;
}

.page-products .category-description [data-content-type="html"] {
    margin: -10px !important;
}

.toolbar-products {
    padding: 10px;
    border: 2px solid #EFEFEE;
    border-radius: 4px;
    margin-bottom: 20px;
}

.toolbar-inner {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.toolbar-inner .toolbar-flex {
    flex: 1;
}

.toolbar-inner select {
    box-shadow: none;
    border-color: #E3E3E3;
    font-size: 13px;
    line-height: 1;
    border: 1px solid #D9DADA;
    padding: 6px 18px 6px 6px;
    background-color: #FFFFFF;
    background-image: url('../images/select.svg');
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 10px 10px;
}

.toolbar-inner .field.limiter {}

.toolbar-inner .field.limiter {}

.carsearch {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin: 0 -10px 20px -10px;
}

.carsearch .cell {
    padding: 0 10px;
}

.carsearch .input-select {
    display: inline-block;
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    padding: 12px 22px 12px 12px;
    height: auto;
    min-width: 200px;
    max-width: 100%;
    color: #545662;
}

.carsearch .cell-actions {}

.carsearch .cell-actions .btn {
    min-width: 90px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
}

.callus-wrapper {
    display: none;
}

.callus {
    color: #3C3C3A;
    text-decoration: none;
}

.callus .bi {
    font-size: 28px;
}

.product-item .price-box {
    margin-bottom: 20px;
}

.product-item .price-box .price-container.price-final_price {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.product-item .price-box .price-label {
    font-size: 1.4rem;
    top: 1px;
}

.product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax,
.product-item .price-box .price-container.price-final_price .price-wrapper.price-excluding-tax {
    margin-top: 0;
}

.product-item .price-box .price-container.price-final_price .price-wrapper.price-excluding-tax::after {
    font-size: 14px;
    text-transform: capitalize;
    color: #666;
}

.product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax {
    color: #333;
    font-size: 14px;
    order: 1;
    margin-top: 0;
}

.product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax::after {
    font-size: 14px;
}

.product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax .price {}

.product-item .price-box .price-container.price-final_price .price-wrapper.price-excluding-tax {
    font-size: 1.8rem;
    color: #333;
}

.product-item .price-box .price-container.price-final_price .price-wrapper.price-excluding-tax .price {
    font-size: 1.4rem;
    font-weight: 700;
}

.product-info-price .price-box .price-container .price {
    color: #000;
}

.product-info-price .price-box .price-container.price-final_price {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    line-height: 1;
}

.product-info-price .price-box .price-container.price-final_price .price-wrapper.price-including-tax {
    order: 0;
    font-size: 24px !important;
    color: #5d91c8;
    gap: 5px;
}
.product-info-main .product-info-price .price-box .price-container>span {
    margin: 0;
}
.product-info-main .product-info-price .price-box .price-container>span:last-child {
    margin: 0;
}
.product-info-main .product-info-price .price-box .price-container .price-label {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price, 
.product-info-price .price-box .price-including-tax+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price, 
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price, 
.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price, 
.product-info-price .price-box .price-container .weee+.price-excluding-tax .price, 
.product-options-bottom .price-box .price-container .weee .price, 
.product-info-price .price-box .price-container .weee .price {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}
.product-info-price .price-box .normal-price .price-container.price-final_price .price-wrapper.price-including-tax,
.product-info-price .price-box .normal-price .price-container.price-final_price .price-wrapper.price-excluding-tax {
    font-size: 24px !important;
    color: #5d91c8;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pih-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pih-grid .cell {
    font-size: 12px;
}

.pih-grid .cell-reviews a {
    color: #A0A0A0;
    text-decoration: none;
}

.pih-grid .cell-reviews .bi-star-fill {
    color: #F8D549;
}

.pih-grid .cell-reviews .bi-star {
    color: #AEAEAE;
}

.pih-grid .cell-stock .green {
    color: #4DB25E;
    font-weight: bold;
}

.pih-grid .cell-stock .red {
    color: #E66E34;
    font-weight: bold;
}

.pih-grid .cell-reviews {
    font-weight: bold;
}

.pih-grid .cell-reviews .reviews-actions {
    font-size: 11px;
    color: #A0A0A0;
    text-decoration: none;
}

.pih-grid .cell-reviews .rating-summary .rating-result {
    width: 55px;
}

.pih-grid .cell-reviews .rating-summary .rating-result::before {
    color: #AEAEAE;
    font-size: 11px;
    height: 11px;
    letter-spacing: 0px;
    line-height: 11px;
}

.pih-grid .cell-reviews .rating-summary .rating-result>span::before {
    font-size: 11px;
    height: 11px;
    letter-spacing: 0px;
    line-height: 11px;
}


/* GRID */

.products.wrapper.grid.products-grid {}

.products.wrapper.grid.products-grid ol.product-items {
    margin: 0 -15px;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    flex-wrap: wrap;
}

.products.wrapper.grid.products-grid ol.product-items li.product-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
	margin-left: 0;
}

.products.wrapper.grid.products-grid ol.product-items li.product-item .product-item-info {
    width: 100%;
}

.product-item .product-reviews-summary {
    margin: 0;
    top: 0;
}
.products.wrapper.grid.products-grid .product-item-info {
    display: flex;
    flex-direction: column;
    /* border: 2px solid #EFEFEE; */
    /* border-radius: 6px; */
    min-height: 100%;
}
.product-item .product-reviews-summary .reviews-actions {
    margin-top: 0;
    position: relative;
    top: 2px;
}
.products.wrapper.grid.products-grid .product-item-photo-wrapper {
    position: relative;
}

.products.wrapper.grid.products-grid .product-item-photo {
    background-color: #545662;
    display: block;
    position: relative;
}

.products.wrapper.grid.products-grid .product-item-details {
    display: block;
    padding: 12px 0 0;
}

.products.wrapper.grid.products-grid .product-item-name {
    position: relative;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
}

.products.wrapper.grid.products-grid .product-item-link {
    color: #221F20;
    text-decoration: none;
}
.product-item-actions .actions-primary {
    width: 100%;
    display: block;
}
.products.wrapper.grid.products-grid .product-item-actions .action.tocart.primary,
 .products.wrapper.grid.products-grid .product-item-actions .action.tocartrelated.primary {
    display: block;
    text-align: center;
    background-color: #5d91c8;
    color: #ffffff;
    border: none;
    font-size: 12px;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
.products.wrapper.grid.products-grid .product-item-actions .action.tocart.primary span,
 .products.wrapper.grid.products-grid .product-item-actions .action.tocartrelated.primary span {
    display: flex;
    align-items: center;
    justify-content: center;
 }

.products.wrapper.grid.products-grid .product-item-actions .action.tocart.primary>span::before, 
.products.wrapper.grid.products-grid .product-item-actions .action.tocartrelated.primary>span::before {
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon-basket-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 6px;
    vertical-align: bottom;
}

.product-item-photo-wrapper {
    position: relative;
}


/* LIST */

.products.wrapper.list.products-list {}

.products.list.items.product-items {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.products.list.items.product-items .item.product.product-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
}

.products.list.items.product-items .product-item-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0 -10px;
}

.products.list.items.product-items .product-item-photo-wrapper {
    width: 300px;
    padding: 0 10px;
    position: relative;
}

.products.list.items.product-items .product-item-details {
    padding: 0 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products.list.items.product-items .pih-grid .cell,
.products.list.items.product-items .pih-grid .cell-reviews .reviews-actions {
    font-size: 13px;
}

.products.list.items.product-items .pih-grid .cell-reviews .rating-summary .label {
    position: relative;
    bottom: -1px;
}

.products.list.items.product-items .pih-grid .cell-reviews .rating-summary .rating-result {
    width: 77px;
    position: relative;
    top: -2px;
}

.products.list.items.product-items .pih-grid .cell-reviews .rating-summary .rating-result::before,
.products.list.items.product-items .pih-grid .cell-reviews .rating-summary .rating-result>span::before {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
}

.products.list.items.product-items a.product-item-photo {
    display: block;
}

.products.list.items.product-items a.product-item-photo .product-image-photo {
    display: block;
    width: 100%;
}

.products.list.items.product-items .product-item-name {
    order: 1;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.products.list.items.product-items .product-item-name .product-item-link {
    text-decoration: none;
}

.products.list.items.product-items .pih-grid {
    order: 2;
    margin-bottom: 10px;
}

.products.list.items.product-items .product-item .price-box {
    order: 3;
}

.products.list.items.product-items .product-item .product-item-actions {
    order: 5;
}

.products.list.items.product-items .product-item-inner {
    order: 4;
    display: flex;
    flex-direction: row;
}

.products.list.items.product-items .product-item-inner .product-item-actions {
    order: 2;
}

.products.list.items.product-items .product-item-inner .product-item-description {
    order: 1;
    margin: 0;
    flex: 1;
    font-size: 15px;
}

.products.list.items.product-items .product-item-inner .product-item-description h2 {
    font-size: 15px;
    margin-bottom: 10px;
}

.products.list.items.product-items .product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax {
    font-size: 22px;
}

.products.list.items.product-items .product-item .price-box .price-container.price-final_price .price-wrapper.price-excluding-tax {
    font-size: 16px;
}

.product-media-wrapper {
    margin: 0 -20px 30px -20px;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-grow: 1;
    order: -1;
}

.product-media-wrapper .product-info-main {
    order: 2;
    width: 600px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .page-layout-1column .product-info-main:not(.product-item-info) {
        position: sticky;
        top: 40px;
        z-index: 2;
        align-self: flex-start;
        width: 43% !important;
    }
    .product-media-wrapper {
        position: relative;
        flex-wrap: wrap;
    }
    /* .product-media-wrapper:after,
    .product-media-wrapper:before {
        content: '';
        display: table;
    }
    .product-media-wrapper:after {
        clear: both;
    } */
    .product-info-main .page-title-wrapper h1 {
        margin-bottom: 20px;
    }
    .product-media-wrapper .product-atributes-blocks {
        padding-top: 50px;
    }
}

.product-info-price .price-box .normal-price .price-container.price-final_price .price-wrapper.price-including-tax .price, 
.product-info-price .price-box .normal-price .price-container.price-final_price .price-wrapper.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .price, 
.product-info-price .price-box .price-container .price {
        font-size: 24px;
        font-weight: bold !important;
        color: #000;
        line-height: 1;
    }
.product-media-wrapper .product.media {
    /* flex: 1; */
    order: 1;
    padding: 0 20px;
}

.product-atributes-blocks.product-atributes-blocks-main {
    order: 3;
}

.gallery-placeholder {}

.gallery-placeholder ul.slick-dots {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
}

.reviews-and-sku-wrapper {
    font-size: 13px;
    margin-bottom: 15px;
}

.product-info-stock-sku {
    padding: 10px 0;
    margin-bottom: 15px;
}

.product-info-stock-sku .stock .stock-icon {
    margin-right: 8px;
}

.product-info-stock-sku .stock.available .stock-icon {
    color: #358D4A;
    font-size: 12px;
    position: relative;
    top: 0px;
}

.product-info-main .stock.unavailable .stock-label,
.product-info-stock-sku .stock.available .ampreorder-observed,
.product-info-stock-sku .stock.available .label-instock {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: flex;
    align-items: center;
    gap: 5px;
}
.product-info-main .stock.available .ampreorder-observed::before {
	padding: 0;
}

.product-info-main .stock.unavailable {
	display: flex;
	align-items: center;
	gap: 5px;
}

.product-info-main .stock {
	margin: 0 !important;
}
.product-info-main .product-info-stock-sku .stock .stock-icon {
	margin: 0;
    color: #c20000;
}
.product-info-main .stock.unavailable .bi::before {
	font-size: 12px;
}

.product-info-stock-sku .stock.available .label-instock .bi {
    color: #358D4A;
    font-size: 12px;
    position: relative;
    top: 0;
}

.product-info-stock-sku .stock.available .label-preorder {
    font-size: 20px;
}

.product-info-stock-sku .stock.available .label-preorder .bi {
    color: #FFAE01;
    font-size: 12px;
    position: relative;
    top: 0;
}

.checkout-later-with-paypal {
    display: block;
    width: 300px;
    padding: 15px 0;
}

.checkout-later-with-paypal input[type="image"] {
    max-width: 100%;
}

.addtocart-phtml {
    display: flex;
    flex-direction: column;
}

.addtocart-phtml .addto-flex {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    align-items: center;
    justify-content: flex-start;
}

.addtocart-phtml .addto-flex._bottom {
    margin-top: 20px;
}

.addtocart-phtml .addto-flex .field.qty {
    padding: 0 10px;
    margin-bottom: 0;
}

.addtocart-phtml .addto-flex .actions {
    padding: 0 10px;
    flex: 1;
}

.addtocart-phtml .addto-flex .actions .action.tocart {
    width: 100%;
    display: block;
    background-color: #5DA461;
    border-color: #5DA461;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    margin: 0;
}

.show-more-less-handler {
    font-weight: bold;
    color: #6091C2;
    /*
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 100%) repeat scroll 0% 0%;
	padding-left: 22px;
	*/
    background-color: #ffffff;
    display: inline-block;
    cursor: pointer;
    right: 0px;
    bottom: 0px;
    line-height: 1.1;
}

.show-more-less-handler.expanded-false::before {
    content: '...';
    background-color: #ffffff;
    padding: 0 10px 0 0;
    font-weight: normal;
    color: #000;
}

.show-more-less-handler.expanded-true::before {
    content: '';
    padding-left: 10px;
}

.qty-changer-wrapper {}

.input-text-qty {
    margin: 0;
    padding: 6px 12px;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #959697;
    border-radius: 5px;
}

.input-text-qty .qty-dec,
.input-text-qty .qty-changer,
.input-text-qty .qty-inc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-text-qty .bi {
    font-size: 12px;
    color: #595D5D;
}

.input-text-qty .input-text.qty {
    border: none;
    width: 44px;
    padding-left: 0;
    padding-right: 0;
}

.paypal-flex {}

.product-fit-note {
    margin-bottom: 20px;
    border-top: 1px solid #959697;
    border-bottom: 1px solid #959697;
    padding: 15px 0;
}

.pfn-list {
    margin: 0;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pfn-icon {
    width: 40px;
}

.pfn-icon .img-icon {}

.pfn-data {
    flex: 1;
    padding-left: 15px;
}

.pfn-data .title-0 {
    margin-bottom: 0px;
}

.pfn-data .title-1 {
    margin-bottom: 5px;
}

.pfn-data .title-2 {
    font-size: 14px;
}

.product-info-main .product-info-price .price-box {
    margin-bottom: 10px;
}

.product-info-main .product-info-price .price-box>.price-container {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.product-info-main .product-info-price .price-box>.price-container .price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.product-info-main .product-info-price .price-box>.price-container .price-wrapper>.price {}

.product-info-main .product-info-price .price-box>.price-container .price-wrapper::after,
.product-info-main .product-info-price .price-box>.price-container .price-wrapper::after {
    /* display: block; */ 
    content: ' ('attr(data-label) ')';
    /*text-transform: lowercase;*/ 
}

.price-including-tax+.price-excluding-tax:before {
    display: none;
}



.product-info-main .product-info-price .price-box>.price-container .price-wrapper.price-excluding-tax {
    font-size: 24px;
    font-weight: 400;
    color: #5d91c8;
    margin-top: 0;
    gap: 5px;

}

.product-info-main .product-info-price .price-box>.price-container .price-wrapper>.price {
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.product-info-main .product-info-stock-sku {
    display: inherit;
    float: inherit;
    padding-left: 0px;
}

.product-info-stock-sku .stock.available .label-preorder {
    background-color: rgb(220 252 231/1);
    padding: 10px 45px;
    font-size: 1.4rem;
    line-height: 2rem;
    color: rgb(21 128 61/1);
}

.product-add-form .product-options-wrapper .field .control {
    width: 100% !important;
}

.product-add-form .field .control select {
    height: 55px;
}

.relcustom {
    border-top: 1px solid #BFC0C0;
    padding-top: 40px;
}

.relcustom .block-title {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.relcustom .block-title>strong {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
}

.relcustom .block-actions {
    display: none;
}

.relcustom .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.relcustom .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.relcustom .slick-arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    outline: none;
    border: none;
    background-color: transparent;
    z-index: 10;
    position: absolute;
    top: calc(50% - 22px);
    opacity: 0.5;
}

.relcustom .slick-arrow .fas {
    font-size: 40px;
    line-height: 1;
}

.relcustom .slick-prev {
    left: -60px;
}

.relcustom .slick-next {
    right: -60px;
}

.relcustom .products.list.items.product-items .product-item-info {
    flex-direction: column;
    border: none;
}

.relcustom .products.list.items.product-items .product-item-name {
    font-size: 18px;
    font-weight: normal;
}

.relcustom .products.list.items.product-items .product-item .price-box {
    margin-bottom: 0;
}

.relcustom .products.list.items.product-items .product-item .field.choice {
    display: none;
}

.relcustom .products.list.items.product-items .product-item .product-item-actions {
    display: none;
}

.relcustom .products.list.items.product-items .product-item-details {
    width: 100%;
    padding: 0;
}

.relcustom .products.list.items.product-items .ampreorder-observed .ampreorder-note {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #D62326;
    position: absolute;
    top: -10px;
    left: 0;
}

.relcustom .products.list.items.product-items .product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax {
    font-size: 28px;
}

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

.validator.validation-yes .feedback,
.validator.validation-no .feedback {
    transform: scale(0.5);
}

.fieldset.address select.select {
    border: 1px solid #C2C2C2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url('../images/bg-selectbox.png') no-repeat right center #fff;
    width: 100%;
    padding: 7px 26px 7px 7px;
    font-size: 15px;
}

.red {
    color: #D81400;
}

body.cms-index-index .page-main.container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}


/* EXTRAS GRID */

.progrid-wrapper {}

ol.progrid {
    margin: 0 -15px;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

ol.progrid li.product-item {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

ol.progrid .product-item-info {
    display: block;
    border: 2px solid #EFEFEE;
    border-radius: 6px;
    height: 100%;
}

ol.progrid .product-item-photo-wrapper {
    position: relative;
}

ol.progrid .product-item-photo {
    background-color: #545662;
    display: block;
    position: relative;
}

ol.progrid .product-item-details {
    display: block;
    position: relative;
    padding: 12px 15px 15px 15px;
}

ol.progrid .product-item-name {
    position: relative;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
}

ol.progrid .pih-wrapper {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
}

ol.progrid .pih-wrapper a.pih {
    display: block;
    color: #5F91BE;
    margin-bottom: 5px;
}

ol.progrid .pih-wrapper span.pih {
    display: block;
    color: #5F91BE;
    cursor: pointer;
}

ol.progrid .pih-wrapper .pih .bi {
    font-size: 20px;
}

ol.progrid .product-item-link {
    color: #221F20;
    text-decoration: none;
}

ol.progrid .product-item-actions {
    padding-top: 10px;
}

ol.progrid .product-item-actions .action.tocart.primary {
    display: block;
    text-align: center;
    background-color: #5d91c8;
    color: #545662;
    border: none;
    font-size: 15px;
    font-weight: normal;
    border-radius: 20px;
    width: 100%;
}

ol.progrid .product-item-actions .action.tocart.primary>span::before {
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-basket-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 6px;
}

ol.progrid .extra-price {}

ol.progrid .extra-price .price-exl-tax .price {
    color: #545662;
    font-size: 14px;
}

ol.progrid .extra-price .price-incl-tax .price {
    font-size: 18px;
    color: #6091C2;
    margin-bottom: 2px;
}


/* END | EXTRAS GRID */

body.account .actions-toolbar {
    padding-top: 15px;
}

.fieldset>.field .control select {
    border: 1px solid #C2C2C2;
    padding: 7px 4px;
    background-color: transparent;
    background-image: url('../images/select.svg');
    background-repeat: no-repeat;
    background-position: center right 6px;
    /* fixed*/
    background-size: 10px 10px;
}

.fieldset>.field .control select#country {
    width: 100%;
}

.pg-toggle-label {
    display: none;
    color: #fff;
    background-color: #41413F;
    padding: 10px 15px;
    text-align: center;
}

.pg-toggle-label .bi {
    margin-left: 5px;
}

.pg-toggle-content {}

.hero-search.is_scrolled {
    opacity: 0;
}

.ftr-socials-wrapper {
    padding-top: 22px;
}

.ftr-socials {
    margin: 0 -6px;
    padding: 0;
    list-style: none none;
    list-style-position: inside;
    display: flex;
    align-items: center;
}

.ftr-socials>li {
    padding: 0 6px;
}

.ftr-socials>li .bi {
    font-size: 22px;
    line-height: 1;
}

.ftr-socials>li>a {
    color: #333333;
}

.ftr-socials>li>a:hover {
    color: #6593C5;
}

.page-header,
.ammenu-menu-wrapper {
    position: static;
    background-color: #fff;
    margin-bottom: 0px;
}

#search_inner_pages {
    position: sticky;
    background-color: #fff;
}

.page-header {
    z-index: 13;
}

#search_inner_pages {
    z-index: 12;
}

.ammenu-menu-wrapper {
    z-index: 30;
}

.ammenu-menu-wrapper:hover~#search_inner_pages {
    z-index: 8;
}

.page-header {
    top: 0;
}

.ammenu-menu-wrapper {
    top: 110px;
}

#search_inner_pages {
    top: 0px;
}


/* 163px */

@-webkit-keyframes amScrollRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.amscroll-loading-block {
    text-align: center;
}

.amscroll-loading-block svg.amscroll-loading-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.amscroll-loading-block svg.amscroll-loading-icon.-amscroll-animate {
    animation: amScrollRotate 1.5s linear infinite;
}

.amscroll-page-num {
    font-size: 11px;
    opacity: 0;
    visibility: hidden;
}

.customer-account-login .page-main {
    padding-top: 30px;
}

.idpc_lookup.field {}

.idpc_lookup.field button.idpc-button {
    background-color: #5F91C0;
    border: 1px solid #5F91C0;
    color: #fff;
    font-size: 14px;
    height: 34px;
}

.idpc_lookup.field select.idpc-select {
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid #C2C2C2;
    padding: 7px 4px;
    background-color: transparent;
    background-image: url('../images/select.svg');
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 10px 10px;
    width: 100%;
    font-size: 15px;
}

.catalogsearch-advanced-result .message.notice {
    display: none;
}

.catalogsearch-advanced-result .search.found {
    display: none;
}

.catalogsearch-advanced-result .search.summary {
    display: none;
}

.availability.only.configurable-variation-qty {
    display: none !important;
}

.product-add-form .product-options-wrapper .field.configurable .control {}

.product-add-form.is_private_stripe {}

.product-add-form.is_private_stripe .actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-add-form.is_private_stripe .actions #payment-request-button {
    flex: 1;
    padding-left: 10px;
    margin: 0;
    transform: scale(0.8);
}

.product-add-form.is_private_stripe .actions #instant-purchase::before {
    content: '';
    flex-basis: 100%;
    height: 0;
}

.product-add-form.is_private_stripe .actions #instant-purchase {
    width: 100%;
}

.fieldset>.field.configurable .control .super-attribute-select {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 14px;
    color: #727272;
    background-position: center right 15px;
    background-size: 14px 14px

}

.page-products .page-title-wrapper,
.page-products .category-description-mobile {
    display: none;
}

.page-products .page-title-wrapper-desktop,
.page-products .category-description-desktop {
    display: block;
}

.page-products .category-description-desktop a,
.page-products .category-description-desktop .magezon-builder .mgz-element-inner a {
    text-decoration: none;
}

.catalogsearch-result-index.page-products .columns {
    max-width: 100%;
}

.catalogsearch-result-index.page-products .page-main {
    /* max-width: 1600px; */
}

.catalogsearch-result-index.page-products .columns {
    /* max-width: 1600px; margin-left: auto; margin-right: auto; padding: 0 15px; */
}

.hero-single-wrapper {
    background-color: #41413F;
    color: #ffffff;
}

.hero-single {}

.hero-single .ratio-21x9 {
    --bs-aspect-ratio: calc(6 / 20 * 100%);
    display: flex;
    flex-direction: column;
    height: 480px;
}

.hero-single-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-single-inner {
    font-size: calc(1rem + 2vw);
    display: inline-block;
    transform: translateX(15vw);
}

.hero-single-inner .title {}

.hero-single-inner .subtitle {}

.catalog-product-view .columns .column.main .mp_social_share_inline {
    display: none;
    /* position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); padding: 0; margin: 0; border: 0; height: 1px; width: 1px; overflow: hidden;  */
}

.wishare-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wishare-wrapper .wishare-addto {}

.wishare-wrapper .wishare-share {}

.amconf-share-container,
.action.mailto.friend.amconf-share-link {
    display: none;
}

.checkout-cart-index .page-title-wrapper {
    padding-top: 20px;
}

.product.info.detailed .fitting-instructions .fitting-instructions {
    display: none;
}

.product__services__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 30px 0px 15px;
}
.product__services__section .product__service__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    margin-bottom: 12px;
    padding-right: 45px;
}
.product__services__section .product__service__item:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
    background-image: url(../images/icon-info.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.ps__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 60px;
    height: 60px;
    border-radius: 4px;
    margin: auto 16px auto 0;
    border-radius: 5px;
    background: #D7E6FC;
    color: #000000;
}
.ps__icon svg {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}
.ps__content {
    display: inline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: auto 0;
    color: #4B4B4B;
}
.ps__content h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    color: #000;
}
.ps__content p {
    margin: 0;
}
.attribute__icons__section {
    padding-top: 20px;
    position: relative;
    padding-right: 35px;
}
.attribute__icons__section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.attribute__icons__section ul li {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.attribute__icons__section .bulkhead-window {
    background: url('../images/product-icons/bulkhead-solid.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .bulkhead-window-sliding {
    background: url('../images/product-icons/bulkhead-sliding.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .central-locking {
    background: url('../images/product-icons/central-locking.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .fitted-roof-bars {
    background: url('../images/product-icons/roof-bars.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .fitted-roof-rack {
    background: url('../images/product-icons/roof-rack.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .high-level-brake {
    background: url('../images/product-icons/high-level-brake-light.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .heated-screen {
    background: url('../images/product-icons/heated-screen.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .heated-screen-non {
    background: url('../images/product-icons/heated-screen-non.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .interior-light-battery {
    background: url('../images/product-icons/light-battery-powered.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .interior-light-vehicle {
    background: url('../images/product-icons/light-vehicle-powered.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .rear-door-glass {
    background: url('../images/product-icons/rear-door-glass.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .rear-door-solid {
    background: url('../images/product-icons/rear-door-solid.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .spoiler {
    background: url('../images/product-icons/spoiler.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .windows-pop-out {
    background: url('../images/product-icons/window-pop-out.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .windows-lifting {
    background: url('../images/product-icons/window-lifting.svg') no-repeat center;
    background-size: 50px;
}

.attribute__icons__section .windows-sliding {
    background: url('../images/product-icons/window-sliding.svg') no-repeat center;
    background-size: 50px;
}
 
    
.attribute__icons__section ul li span {
    background: #666;
    color: #fff;
    display: block;
    bottom: 100%;
    left: 50%;
    margin-bottom: 15px;
    opacity: 0;
    padding: 10px;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 180px;
}
.attribute__icons__section ul li span:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.attribute__icons__section ul li span:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #666 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.attribute__icons__section ul li:hover span {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.attribute__icons__section .canopy-features {
    position: absolute;
    right: 0;
    top: 30px;
}
.attribute__icons__section .canopy-features a{
    width: 30px;
    height: 30px;
    background: url(../images/ep_info-filled.svg) no-repeat;
    background-size: 30px;
    display: block;
}

.product-atributes-blocks .description .type {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: block;
}
.product-atributes-blocks .description .value h2,
.product-atributes-blocks .description .value h3,
.product-atributes-blocks .description .value h4,
.product-atributes-blocks .description .value h5,
.product-atributes-blocks .description .value h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.product-atributes-blocks .description ul,
.product-atributes-blocks .description ol,
.product-atributes-blocks .description p {
    margin-bottom: 1.5rem;
}
.product-atributes-blocks .description ul li,
.product-atributes-blocks .description ol li {
    margin-bottom: 5px;
}
.brand_name-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

fieldset.field.review-field-ratings {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.block.review-list {
    padding-top: 0;
}
.review-form {
    margin-bottom: 30px;
}
.block.review-list > .block-title {
    display: none;
}
.fieldset.review-fieldset {
    margin-bottom: 20px;
}
.items.review-items {
    margin-bottom: 20px;
}

.customer-reviews-form {
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.customer-reviews-form .product-reviews-summary {
    margin-bottom: 0;
}
.block.review-list .product-reviews-summary {
    margin-bottom: 0;
}
#product-reviews-summary-container h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
}
.write-review-button .action  {
    padding: 16px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0;
}
.write-review-button .action:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/arrow-narrow-right.svg) no-repeat;
    background-size: 24px;
}
.review-form {
	display:none;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 20px;
}
body.active_vat .product-info-price .price-box .price-container .price-excluding-tax {
    display: none !important;
}
body:not(.active_vat) .subtotal_incl_tax, body:not(.active_vat) .minicart-items .price-including-tax, body:not(.active_vat) .subtotal .price-including-tax, body:not(.active_vat) .price .price-including-tax {
    display: none !important;
}
body.active_vat .subtotal_excl_tax, body.active_vat .minicart-items .price-excluding-tax, body.active_vat .subtotal .price-excluding-tax, body.active_vat .price .price-excluding-tax {
    display: none !important;
}
.price-container .price-including-tax+.price-excluding-tax {
    font-size: 1.8rem;
    /* font-weight: 500; */
}
.minicart-items .product-item-details .price {
    font-weight: 700;
    font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax .price,
.price-container .price-including-tax + .price-excluding-tax .price {
    font-size: 1.8rem;
}
.cart.table-wrapper .col.price .price-excluding-tax .price {
    font-weight: 500;
}
.product-options-wrapper .options-list .price-container .price-including-tax,
.product-options-wrapper .options-list .price-container .price-excluding-tax {
    font-size: 1.6rem !important;
    font-weight: bold;
    color: #000;
    margin: 10px 0px 0px;
}
.product-options-wrapper .options-list .price-container .price-including-tax:after,
.product-options-wrapper .options-list .price-container .price-excluding-tax:after {
    font-weight: normal;
    color: #5d91c8;
}
.product-options-wrapper .options-list .price-container .price-including-tax .price,
.product-options-wrapper .options-list .price-container .price-excluding-tax .price {
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
}
body:not(.active_vat) .product-options-wrapper .options-list .price-container .price-including-tax,
body.active_vat .product-options-wrapper .options-list .price-container .price-excluding-tax {
    display: none !important;
}

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
    margin-top: 0;
}

.minicart-wrapper .price-container {
    font-family: 'Montserrat', sans-serif;
}

/* .product-options-wrapper .options-list .field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
.product-options-wrapper .options-list.nested .field::after,
.product-options-wrapper .options-list.nested .field::before {
    content: "";
    display: table;
}
.product-options-wrapper .options-list.nested .field::after {
    clear: both;
}
.product-options-wrapper .options-list.nested .field {
    padding-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
    min-height: 70px;
    padding-right: 65px;
    position: relative;
}
.product-options-wrapper .options-list.nested .option_images_gallery {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 60px;
}

.product-video-container, .product-moreinfo-container, .product-more-info .additional-attributes-wrapper {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.product-video-title h4, .product-moreinfo-title h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
.viewvideo-button .action, .moreinfo-button .action {
    padding: 16px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0;
}
.viewvideo-button .action:after, .moreinfo-button .action:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/arrow-narrow-right.svg) no-repeat;
    background-size: 24px;
}
#pro-video.product-video-container:not(.active), .product-more-info .additional-attributes-wrapper:not(.active) {
    display: none;
}
.product-options-bottom .fittingtime {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	color: #03b94b;
}

.popup-related-products {
    padding: 5px;
}
.popup-related-products .products.wrapper.grid.products-grid ol.product-items {
    margin-left: -10px;
    margin-right: -10px;
}
.popup-related-products .mst-related_products__productsList .products.wrapper.grid.products-grid ol.product-items li.product-item {
    width: 33.33%;
    margin: 0;
    padding: 10px;
}
.popup-related-products .mst-related_products__productsList,
.popup-related-products .products.wrapper.grid.products-grid,
.popup-related-products .block {
    margin-bottom: 0;
}
#confirmBox .popup-related-products .product-item-name {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
}
.catalog-category-view .amcart-confirm-block:not(.amcart-minipage-wrap),
.catalog-category-view #confirmBox .am-related-box,
.catalog-product-view #confirmBox .am-related-box {
    width: 100%;
    max-width: 800px !important;
}
.catalog-category-view .amcart-confirm-block:not(.amcart-minipage-wrap) .added-item,
.catalog-product-view .amcart-confirm-block .added-item {
    font-size: 18px;
}
.mst-related_products__productsList {
    padding-top: 30px !important;
}
.mst-related_products__productsList .block-title.title {
    margin-bottom: 50px;
    text-align: center;
}
.mst-related_products__productsList .block-title.title strong {
    font-size: 2.8rem;
    text-transform: capitalize;
    text-align: center;
}
.popup-related-products .mst-related_products__productsList .block-title.title {
    margin: 0;

}
.popup-related-products .block .title strong {
    font-size: 2rem;
}
.ampage-top-info>.am-title {
    font-weight: bold;
    margin-bottom: 20px !important;
}
.bundle__select__box .control {
    display: flex;
    gap: 5px;
}
.bundle__select__box .qty-holder {
    margin: 0 !important;
}
.amcart-message-box .bundle-options-wrapper .field.qty>.label {
    margin-top: 0 !important;
}
.bundle-options-container .bundle__select__box .input-text.qty {
    border: 1px solid #959697;
    border-radius: 5px;
    height: 55px;
    width: 55px;
}
.bundle__select__box .nested {
    position: relative;
    margin-top: -28px !important;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
    margin-top: 0;
    width: 55px;
    height: 55px;
    border-color: #959697;
    border-radius: 5px;

}
.catalog-category-view .amcart-image-success {
    width: auto !important;
}

.ambanner-slider-container .ambanner-slider-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.catalog-product-view #frequentlyBoughtTogether:empty,
.catalog-product-view #relatedProducts:empty,
.catalog-product-view #trendItems:empty {
    display: none;
}
.page-main-details .columns .column.main {
    min-height: inherit;
    padding-bottom: 0;
}
.mst-related_products__productsList .products.wrapper.grid.products-grid {
    margin-bottom: 0;
}

.product-description-container, 
.product-viewreview-container {
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.product-description-title h4,
#product-viewreview-title h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
}
.view__description__btn .action,
.view__reviews .action  {
    padding: 16px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0;
}
.view__description__btn .action:after,
.view__reviews .action:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/arrow-narrow-right.svg) no-repeat;
    background-size: 24px;
}
#customer-reviews-list {
    display: none;
}

.product-info-main .price-including-tax::after, 
.product-info-main .price-excluding-tax::after, 
.product-info-main .weee[data-label]::after {
    font-weight: normal !important;
}


.product-info-main .product-info-price .price-box p:last-child {
    margin: 0;
}

@media (min-width: 576px) {
    .view__reviews,
    .write-review-button,
    .viewvideo-button, 
    .moreinfo-button {
        width: 100%;
        max-width: 300px;
    }
    .view__reviews .action,
    .write-review-button .action,
    .viewvideo-button .action, 
    .moreinfo-button .action{
        width: 100%;
    }
}

/* product page video */

@media (min-width: 300px) {
    .product-details-video {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .product-details-video {
        width: 60%;
    }
    /* #confirmBox .popup-related-products .product-item-name {
        min-height: 54px !important;
    } */
    .popup-related-products {
        padding: 5px 10px;
    }
}


/* end product page video */

@media (max-width: 1919.98px) {}


/* @media */

@media (max-width: 1599.98px) {}


/* @media */

@media (max-width: 1439.98px) {}


/* @media */

@media (max-width: 1365.98px) {}


/* @media */

@media (max-width: 1279.98px) {}


/* @media */

@media (max-width: 991.98px) {}


/* @media */

@media (max-width: 767.98px) {}


/* @media */


/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */


/* ║                                        BOOTSTRAP 5 BREAKPOINTS                                       ║ */


/* ╠══════════════════════════════════════════════════════════════════════════════════════════════════════╣ */


/* ║                                 SPECIFIC BREAKPOINT RANGES (AVOID USING)                             ║ */


/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */


/* XS -> SKPPED (dublicated breakpoint below)  */


/* SM */

@media (min-width:576px) and (max-width:767.98px) {}


/* @media */


/* MD */

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


}


/* @media */


/* ══════════╣   The following codes are specifically for iPad (portrait and landscape)    ╠═════════════ */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


/* @media iPad Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}


/* @media iPad Portrait */


/* LG */

@media (min-width:992px) and (max-width: 1279.98px) {}


/* @media */


/* XL */

@media (min-width:1280px) and (max-width: 1365.98px) {}


/* @media */


/* 2XL */

@media (min-width:1366px) and (max-width: 1439.98px) {}


/* @media */


/* 3XL: */

@media (min-width:1440px) and (max-width: 1599.98px) {}


/* @media */


/* 4XL */

@media (min-width:1600px) and (max-width: 1919.98px) {}


/* @media */


/* 5XL -> SKPPED (dublicated breakpoint below)  */


/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */


/* ║                         IF WIDTH EXCEEDS "$" (DO NOT USE ON FULL-WIDTH SITES)                        ║ */


/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    /* DESKTOP MENU */
    .nav-sections {
        background-color: #6593C5;
    }
    .navigation .level0>.level-top {
        color: #fff;
    }
    .navigation .level0>.level-top {
        font-weight: 500;
        text-transform: uppercase;
    }
    /* MISC */
    .shops-grid .item.desktop_active,
    .shops-grid .item:nth-child(-n+8) {
        display: block;
    }
    .shops-slick-actions-desktop {
        display: block;
    }
    /* Home: Accessory Search > Scrolled */
    .hero-wrapper.is_scrolled .pg-toggle-label {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 30;
        top: 0;
        /* 164px */
    }
    .hero-wrapper.is_scrolled .pg-toggle-content.is_scrolled.active {
        position: fixed;
        top: 37px;
        /* 204px */
        left: 0;
        bottom: auto;
        width: 100%;
        z-index: 30;
        height: auto;
        padding: 10px 15px;
        opacity: 1;
    }
    .hero-search.is_scrolled.active {
        opacity: 1;
    }
    .ammenu-menu-wrapper {
        z-index: 9;
    }
}


/* @media */

@media (min-width: 1280px) {}


/* @media */

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media (min-width: 1600px) {}


/* 5XL */

@media (min-width: 1920px) {}


/* 1920px & Up */


/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */


/* ║ ####################################   DEVELOPMENT BREAKPOINTS   ##################################  ║ */


/* ╠══════════════════════════════════════════════════════════════════════════════════════════════════════╣ */


/* ║                                         IF WIDTH REACHES "$"                                         ║ */


/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */


/* 4XL */

@media (max-width: 1919.98px) {}


/* @media -----------------------------------| width < 1920px |-------------------------------------------*/


/* 3XL */

@media (max-width: 1599.98px) {
    ol.progrid li.product-item {
        width: 25%;
    }
    /* .page-header .block-search {
        left: calc(50% - 250px);
        width: 410px;
    } */
}


/* @media -----------------------------------| width < 1600px |-------------------------------------------*/


/* 2XL */

@media (max-width: 1439.98px) {
    .h1 {
        font-size: 40px;
    }
    .h2 {
        font-size: 36px;
    }
    .h3 {
        font-size: 30px;
    }
    .h4 {
        font-size: 26px;
    }
    .h5 {
        font-size: 24px;
    }
    .h6 {
        font-size: 22px;
    }
    /*.header-content {
        height: 110px;
    }
    .page-header a.logo,
    .page-header .ammenu-logo {
        width: 100px;
        top: calc(50% - 35px);
        left: 50px;
    }*/
    .topcall {
        left: calc(50% - 463px);
    }
    /* .page-header .block-search {
        width: 250px;
        left: calc(50% - 125px);
    } */
    .usp-wrapper {
        padding: 10px 0;
    }
    .section-title {
        padding: 30px 0;
    }
    .catgrid {
        padding: 0;
    }
    .footer,
    .sub-wrapper {
        padding: 40px 0;
    }
    .ftr-cards {
        padding-top: 0;
    }
    .sub-wrapper .subtitle {
        margin-bottom: 10px;
    }
    .block.newsletter {
        padding-top: 0;
        margin-bottom: 10px;
    }
    .category-topgrid .page-title-wrapper .page-title.h2 {
        font-size: 28px;
    }
    .products.wrapper.grid.products-grid ol.product-items li.product-item {
        width: 33.33%;
    }
    .hero-wrapper.is_scrolled .pg-toggle-label {
        top: 0;
    }
    /* 143px */
    .page-header {
        top: 0;
    }
    .ammenu-menu-wrapper {
        top: 90px;
    }
    #search_inner_pages {
        top: 0;
    }
    /* 144px */
    .hero-single .ratio-21x9 {
        height: 380px;
    }
}


/* @media -----------------------------------| width < 1440px |-------------------------------------------*/


/* XL */

@media (max-width: 1365.98px) {
    .h1 {
        font-size: 32px;
    }
    .h2 {
        font-size: 30px;
    }
    .h3 {
        font-size: 28px;
    }
    .h4 {
        font-size: 22px;
    }
    .h5 {
        font-size: 22px;
    }
    .h6 {
        font-size: 20px;
    }
    .cms-index-index .container {
        max-width: 100%;
    }
    /*.header-content.container {
        max-width: calc(100% - 30px);
    }*/
    .hero-search {
        left: 75px;
    }
    .hero {
        padding-top: 30px;
        margin-left: 330px;
    }
    .container-explore-brands,
    .shops-section .container-fluid {
        overflow-x: hidden;
        padding-left: 60px;
        padding-right: 60px;
    }
    .slick-brands .slick-prev {
        left: -55px;
    }
    .slick-brands .slick-next {
        right: -55px;
    }
    .greybox {
        padding-left: 15px;
        padding-right: 15px;
    }
    .category-topgrid .page-title-wrapper .page-title.h2 {
        font-size: 26px;
    }
    .products.wrapper.grid.products-grid ol.product-items li.product-item {
        width: 50%;
    }
    .block.upsell .stock.available {
        justify-content: start;
        padding: 0.7rem 0.9rem 0.2rem;
    }
    .carsearch .cell-actions .btn {
        min-width: 60px;
    }
    .carsearch .input-select {
        min-width: 160px;
    }
    ol.progrid li.product-item {
        width: 33.33%;
    }
    .page-header {
        top: 0;
    }
    .ammenu-menu-wrapper {
        top: 90px;
    }
    #search_inner_pages {
        top: 0;
    }
    /* 144px */
}


/* @media -----------------------------------| width < 1366px |-------------------------------------------*/


/* LG */

@media (max-width: 1279.98px) {
    body {
        font-size: 15px;
    }
    .h1 {
        font-size: 30px;
    }
    .h2 {
        font-size: 26px;
    }
    .h3 {
        font-size: 24px;
    }
    .h4,
    .page-products .page-title-wrapper .page-title.h2 {
        font-size: 22px;
    }
    .h5 {
        font-size: 20px;
    }
    .h6 {
        font-size: 18px;
    }
    .topcall {
        display: none;
    }
    /* .page-header .block-search {
        left: 173px;
    } */
    .usp-icon {
        width: 40px;
        height: 40px;
    }
    .usp-icon-wrapper {
        width: 50px;
    }
    .usp-icon-inner {
        width: 30px;
        height: 30px;
    }
    .usp-label-title {
        font-size: 14px;
    }
    .usp-label-subtitle {
        font-size: 11px;
    }
    .vcat-photo {
        width: 100px;
        min-height: 200px;
    }
    .vcat-list>li {
        font-size: 14px;
    }
    .category-topgrid .page-title-wrapper .page-title.h2 {
        font-size: 21px;
    }
    .carsearch {
        flex-wrap: wrap;
        margin: 0 -7px;
    }
    .carsearch .cell {
        width: 50%;
        margin-bottom: 12px;
        padding: 0 7px;
    }
    .carsearch .cell .input-select {
        min-width: 100%;
    }
    .carsearch .cell-actions .btn {
        min-width: 100%;
    }
    .page-title-wrapper .page-title.h2 {
        font-size: 24px;
    }
    .product-media-wrapper {
        margin: 0 -15px;
    }
    .product-media-wrapper .product-info-main {
        padding: 0 15px;
    }
    .product-media-wrapper .product.media {
        padding: 0 15px;
    }
    .product-info-main .product-info-price .price-box>.price-container .price-wrapper>.price {}
    .product-info-stock-sku .stock-label {
        font-size: 18px;
    }
    .checkout-later-with-paypal {
        width: 250px;
    }
    .pfn-icon {
        width: 32px;
    }
    .pfn-data {
        padding-left: 11px;
    }
    /* Inner pages Search Form */
    .inners-search-form .verve-pg-garage .label-main,
    .hero-wrapper.is_scrolled form.vehicle label[for="make"] {
        display: none;
    }
    /* END | Inner pages Search Form */
    .hero-wrapper.is_scrolled .pg-toggle-label {
        top: 0;
    }
    /* 90px */
    .hero-wrapper.is_scrolled .pg-toggle-content.active {
        top: 38px;
    }
    /* 128px */
    .page-header {
        top: 0;
    }
    .ammenu-menu-wrapper {}
    #search_inner_pages {
        top: 0;
    }
    /* 90px */
    .hero-single .ratio-21x9 {
        height: 300px;
    }
    .hero-single-inner {
        font-size: calc(1rem + 1.5vw);
    }
    .product-atributes-blocks .description .value h2 {
        font-size: 1.8rem;
    }
    .product-atributes-blocks .description .value h3 {
        font-size: 1.6rem;
    }
    .product-atributes-blocks .description .type {
        font-size: 2.4rem;
    }
    .attribute__icons__section ul {
        gap: 10px;
    }
    .attribute__icons__section ul li {
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }
    .attribute__icons__section .canopy-features {
        top: 25px;
    }
}


/* @media -----------------------------------| width < 1200px |-------------------------------------------*/


/* MD */

@media (max-width: 991.98px) {
     .garage-list .cell-2 { display: none;}
     .page-header .header.panel { display: none;}

    body.catalog-product-view {
        overflow-x: hidden;
    }
    .menu-profile-wrapper,
    .garage-wrapper,
    .icon-hamburger,
    .wishlist-wrapper {
        display: none;
    }
    /*.header-content {
        height: 55px;
    }*/
    /*.page-header a.logo,
    .page-header .ammenu-logo {
        width: 64px;
        top: calc(50% - 22px);
    }*/
    /*.header-all .minicart-wrapper {
        right: 10px;
        margin-top: 0;
        line-height: 30px;
        top: calc(50% - 7px);
    }*/
    .category-topgrid {
        padding-top: 49px;
    }
    /* .page-header .block-search {
        display: none;
        top: 100%;
        width: 100%;
        z-index: 100;
        left: 0;
        right: 0;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0;
        background-color: #fff;
    }
    .page-header .block-search.active {
        display: block;
    }
    .page-header .block-search .block-content {
        padding: 15px;
    } */
    .iconsearch-wrapper {
        background-color: transparent;
        border: none;
        padding: 0;
        display: inline-block;
        position: absolute;
        top: calc(50% - 10px);
        right: 117px;
    }
    .shops-grid .item {
        width: 50%;
    }
    .vcat-photo {
        width: 300px;
    }
    .vcat,
    .ftr-list {
        margin-bottom: 20px;
    }
    .usp-list {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .usp-list>li.usp-item {
        width: 33.33%;
    }
    .catgrid {
        margin: 0 0px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        grid-gap: 0px;
        padding: 0px;
    }
    .catgrid a.item {
        width: 50%;
        margin-bottom: 15px;
        border-left: 7px solid #fff;
        border-right: 7px solid #fff;
        padding: 0 0px;
        width: 50%;
        height: 280px;
    }
    .catgrid a.item.item-1 {
        order: 4;
    }
    .catgrid a.item.item-2 {
        order: 6;
    }
    .catgrid a.item.item-3 {
        order: 1;
        width: 100%;
        height: 600px;
    }
    .catgrid a.item.item-4 {
        order: 7;
    }
    .catgrid a.item.item-5 {
        order: 5;
    }
    .catgrid a.item.item-6 {
        order: 2;
    }
    .catgrid a.item.item-7 {
        order: 3;
    }
    .hero-search {
        position: static;
        width: 100%;
        height: auto;
    }
    .hero {
        padding: 30px;
        margin: 0;
    }
    .shops-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .ratio-brand {
        --bs-aspect-ratio: calc(9 / 12 * 100%);
    }
    .models-grid {
        flex-wrap: wrap;
    }
    .models-grid .item {
        width: 50%;
    }
    .callus-wrapper {
        display: inline-block;
        position: absolute;
        top: calc(50% - 10px);
        right:85px;
    }
    .carsearch {
        margin-bottom: 10px;
    }
    .carsearch .cell {
        width: 100%;
    }
    .category-topgrid .category-description {
        font-size: 14px;
    }
    .category-topgrid .page-title-wrapper .page-title.h2 {
        font-size: 20px;
    }
    .breadcrumbs-wrapper {
        padding: 10px 0;
    }
    .filter-options-title .filter-options-hint {
        right: 7px;
    }
    .products.wrapper.grid.products-grid ol.product-items {
        margin: 0 -7px;
    }
    .products.wrapper.grid.products-grid ol.product-items li.product-item {
        padding: 0 7px;
    }
    .products.list.items.product-items .product-item-info {
        align-items: flex-start;
    }
    .products.list.items.product-items .product-item-photo-wrapper {
        width: 150px;
    }
    .products.list.items.product-items .product-item-name {
        margin-bottom: 9px;
        font-size: 16px;
    }
    .products.list.items.product-items .product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax {
        font-size: 20px;
    }
    .products.list.items.product-items .product-item .price-box .price-container.price-final_price .price-wrapper.price-excluding-tax {
        font-size: 14px;
    }
    .products.list.items.product-items .pih-grid .cell.cell-stock {
        white-space: nowrap;
    }
    .products.list.items.product-items .item.product.product-item {
        margin-bottom: 40px;
    }
    .page-title-wrapper .page-title.h2 {
        font-size: 19px;
    }
    .trustbox .title {
        font-size: 15px;
    }
    .trustbox .subtitle {
        font-size: 13px;
    }
    .trustbox-icon {
        width: 40px;
        height: 40px;
    }
    .product-media-wrapper .product-info-main {
        width: 350px;
    }
    .product.info.detailed {
        margin-bottom: 0;
    }
    .relcustom {
        padding-top: 20px;
        border-top: none;
    }
    .relcustom .block-title {
        margin-bottom: 15px;
    }
    .relcustom .block-title>strong {
        font-size: 24px;
    }
    .relcustom .products.list.items.product-items .product-item-name {
        font-size: 16px;
    }
    .relcustom .products.list.items.product-items .product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax {
        font-size: 22px;
    }
    ol.progrid {
        margin: 0 -8px;
    }
    ol.progrid li.product-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 16px;
    }
    /* Home: Accessory Search */
    .pg-toggle-label {
        display: block;
    }
    .pg-toggle-label.active .bi::before {
        transform: rotate(180deg);
    }
    .pg-toggle-content {
        display: none;
    }
    .pg-toggle-content.active {
        display: block;
    }
    /* Home: Accessory Search > Scrolled */
    .hero-wrapper.is_scrolled .pg-toggle-label {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 30;
        top: 0;
        /* 164px */
    }
    .hero-wrapper.is_scrolled .pg-toggle-content.is_scrolled.active {
        position: fixed;
        top: 37px;
        /* 204px */
        left: 0;
        bottom: auto;
        width: 100%;
        z-index: 30;
        height: auto;
        padding: 10px 15px;
        opacity: 1;
    }
    .customer-account-login .page-main {
        padding-top: 20px;
    }
    .shops-grid .item.active {
        display: block;
    }
    .shops-slick-actions {
        display: block;
    }
    .toolbar-inner .field.limiter {
        display: none;
    }
    .toolbar-products {
        border: none;
    }
    .toolbar-inner select {
        max-width: 110px;
        border: 1px solid #6c6c6c;
        border-color: #6c6c6c;
        height: 40px;
        font-weight: 600;
    }
    .page-products .sorter {
        color: #fff;
    }
    .page-products .sorter::before {
        content: '';
        display: block;
        height: 43px;
        /* background-color: #5D91C8; */
        position: absolute;
        top: -5px;
        right: -15px;
        z-index: -1;
        width: 100vw;
    }
    .page-products .page-title-wrapper,
    .page-products .category-description-mobile {
        display: block;
    }
    .page-products .page-title-wrapper-desktop,
    .page-products .category-description-desktop {
        display: none;
    }
    /* Inner pages Search Form */
    #search_inner_pages {
        top: 0;
    }
    .inners-form-toggle {
        display: block;
    }
    .hero-wrapper.is_scrolled form.insert-form {
        width: 100%;
    }
    .hero-wrapper.is_scrolled .pg-toggle-content.active {
        opacity: 1;
        padding: 10px 15px 10px 15px;
    }
    .inners-search-form {}
    .inners-search-form .verve-pg-garage,
    .hero-wrapper.is_scrolled .verve-pg-garage {
        flex-wrap: wrap;
    }
    .inners-search-form form.insert-form,
    .hero-wrapper.is_scrolled .verve-pg-garage .cell.actions {
        width: 100%;
    }
    .inners-search-form form.insert-form .cell.mb-2,
    .hero-wrapper.is_scrolled form.insert-form .cell.mb-2 {
        width: 50%;
        margin-bottom: 10px;
    }
    .inners-search-form form.insert-form .garage-error,
    .hero-wrapper.is_scrolled form.insert-form .garage-error {
        width: 100%;
    }
    .inners-search-form .verve-pg-garage .cell.actions,
    .hero-wrapper.is_scrolled .cell.actions {
        width: 100%;
        padding: 0 5px;
        text-align: center;
    }
    .inners-search-form .verve-pg-garage .cell.actions .input-submit,
    .hero-wrapper.is_scrolled .cell.actions .input-submit {
        display: block;
        width: 100%;
    }
    /* .page-header,
    .ammenu-menu-wrapper {
        position: sticky;
    } */
    .page-products .page-title-wrapper .page-title.h2 {
        font-weight: 500;
        text-transform: uppercase;
    }
    .menu-wishlist-wrapper {
        right: 201px;
        padding: 0;
    }
    .menu-wishlist-icon {
        padding-right: 0;
    }
    .menu-wishlist-data {
        display: none;
    }
    .hero-single .ratio-21x9 {
        height: 200px;
    }
    .hero-single-inner {
        transform: translateX(0vw);
        text-align: center;
    }
    .sorter-action::before {
        color: #000000;
    }
    .catalog-category-view .amcart-confirm-block:not(.amcart-minipage-wrap),
    .catalog-category-view #confirmBox .am-related-box,
    .catalog-product-view #confirmBox .am-related-box {
        width: 96% !important;
        max-width: 800px !important;
    }
}


/* @media -----------------------------------| width < 992px |-------------------------------------------*/


/* SM */

@media (max-width: 767.98px) {   

    .h1 {
        font-size: 26px;
    }
    .h2 {
        font-size: 24px;
    }
    .h3 {
        font-size: 22px;
    }
    .h4 {
        font-size: 20px;
    }
    .h5 {
        font-size: 19px;
    }
    .h6,
    .page-products .page-title-wrapper .page-title.h2 {
        font-size: 18px;
    }
    .h7 {
        font-size: 16px;
    }
    .catgrid a.item {
        height: 170px;
    }
    .catgrid a.item.item-3 {
        order: 1;
        width: 100%;
        height: 480px;
    }
    .hero {
        text-align: center;
    }
    .hero-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #ff000000;
    }
    .hero-description {
        background-color: rgba(0, 0, 0, 0.40);
        padding: 5px;
        margin-bottom: 0;
    }
    .hero-description p {
        margin-bottom: 0;
        font-weight: 600;
    }
    .hero-title {
        background-color: rgba(0, 0, 0, 0.40);
        padding: 5px;
    }
    .hero-title h1.mob-title {
        font-size: 37px!important;
    }
    .ratio-hero {
        height: 350px;
    }
    .usp-list>li.usp-item {
        width: 50%;
    }
    .shops-grid .item {
        width: 100%;
    }
    .hero-search {
        padding: 15px;
    }
    .catgrid .catgrid-title {
        padding: 12px;
    }
    .catgrid .catgrid-actions {
        padding: 12px;
    }
    .catgrid .catgrid-actions .btn {
        padding: 2px 10px;
        font-size: 11px;
    }
    .vcat-photo {
        width: 120px;
    }
    .aflex {
        flex-wrap: wrap;
    }
    .aflex-data {
        padding: 20px;
        width: 100%;
    }
    .aflex-photo {
        width: 100%;
    }
    .aflex-description {
        font-size: 16px;
    }
    .footer,
    .sub-wrapper {
        padding: 15px 0;
    }
    .mgflex-name {
        font-size: 14px;
    }
    .models-grid .item a.href {
        padding: 12px 13px;
    }
    .usp-list>li.usp-item.hidden-sm {
        display: none;
    }
    .products.wrapper.grid.products-grid ol.product-items li.product-item {
        width: 100%;
    }
    .products.list.items.product-items .product-item-info {
        align-items: flex-start;
        margin: 0;
    }
    .products.list.items.product-items .product-item-photo-wrapper {
        width: 100px;
    }
    .products.list.items.product-items .product-item-name {
        margin-bottom: 9px;
        font-size: 14px;
    }
    .products.list.items.product-items .product-item .price-box .price-container.price-final_price .price-wrapper.price-including-tax {
        font-size: 16px;
    }
    .products.list.items.product-items .product-item .price-box .price-container.price-final_price .price-wrapper.price-excluding-tax {
        font-size: 14px;
    }
    .products.list.items.product-items .pih-grid .cell.cell-stock {
        white-space: nowrap;
    }
    .products.list.items.product-items .item.product.product-item {
        margin-bottom: 20px;
    }
    .products.list.items.product-items .product-item-inner {
        flex-direction: column;
    }
    .products.list.items.product-items .product-item-inner .product-item-description {
        margin-bottom: 15px;
    }
    .hero-search-form.-sticky {
        position: static;
    }
    .hero-search-form .verve-pg-garage {
        width: 100%;
    }
    .product-media-wrapper {
        flex-wrap: wrap;
        margin: 0;
    }
    .product-media-wrapper .product-info-main {
        width: 100%;
        padding: 0;
    }
    .product-media-wrapper .product.media {
        width: 100%;
        padding: 0;
    }
    .breadcrumbs-wrapper .breadcrumbs {
        padding-left: 0;
        padding-right: 0;
    }
    .relcustom .block-title>strong {
        font-size: 22px;
    }
    .amquickview-hover {
        display: none !important;
    }
    .shops-grid {
        margin: 0;
    }
    .shops-grid .item {
        padding-left: 0;
        padding-right: 0;
        display: none;
    }
    .page-products .sorter .sorter-label {
        display: none;
    }
    .toolbar-products {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .category-topgrid .category-description {
        margin-bottom: 0;
    }
    .page-products .category-description {
        margin-bottom: 0;
    }
    /*.header-content.container {
        max-width: 100%;
    }*/
    .breadcrumbs .items {
        font-size: 11px;
    }
    .breadcrumbs .item:not(:last-child)::after {
        font-size: 8px;
        line-height: 15px;
    }
    #html-body .page-main.container {
        overflow: hidden;
    }
    .wishare-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .wishare-wrapper .wishare-addto {
        width: 100%;
        text-align: center;
    }
    .wishare-wrapper .wishare-share {
        width: 100%;
        text-align: center;
    }
    .wishare-wrapper .wishare-share .mp_social_share_inline_under_cart {
        justify-content: center;
        float: none;
    }
    /* Inner pages Search Form */
    .inners-search-form form.insert-form,
    .hero-wrapper.is_scrolled form.insert-form {
        flex-wrap: wrap;
    }
    .inners-search-form form.insert-form .cell.mb-2,
    .hero-wrapper.is_scrolled form.insert-form .cell.mb-2 {
        width: 100%;
    }
    .hero-wrapper.is_scrolled .verve-pg-garage .cell.actions {
        padding-left: 5px;
    }
    .inners-form-wrapper {
        display: none;
    }
    .inners-form-wrapper.is_active {
        display: block;
    }
    .product-atributes-blocks.product-atributes-blocks-main {
        padding-bottom: 30px;
    }
    /* END | Inner pages Search Form */
    .product-info-main .product-info-price .price-box .price-container .price-label,
    .product-info-price .price-box .normal-price .price-container.price-final_price .price-wrapper.price-including-tax .price, 
    .product-info-price .price-box .normal-price .price-container.price-final_price .price-wrapper.price-excluding-tax .price, 
    .product-options-bottom .price-box .price-container .price, 
    .product-info-price .price-box .price-container .price {
        font-size: 22px;
    }
    .product-info-price .price-box .price-container.price-final_price .price-wrapper.price-including-tax,
    .product-info-price .price-box .normal-price .price-container.price-final_price .price-wrapper.price-including-tax, 
    .product-info-price .price-box .normal-price .price-container.price-final_price .price-wrapper.price-excluding-tax {
        font-size: 22px !important;
    }
    .product-info-main .product-info-price .price-box>.price-container .price-wrapper>.price {
        font-size: 22px;
        line-height: 22px;
    }
    .product-info-main .product-info-price .price-box {
        padding-left: 0;
    }
    .checkout-cart-index .mst-related_products__productsList {
        padding-left: 15px;
        padding-right: 15px;
    }
    .popup-related-products .mst-related_products__productsList .products.wrapper.grid.products-grid ol.product-items li.product-item {
        width: 50%;
        margin: 0;
        padding: 10px;
    }
}


/* @media -----------------------------------| width < 768px |-------------------------------------------*/


/* XS */

@media (max-width: 575.98px) and (orientation:landscape) {}

@media (max-width: 575.98px) {
    .menu-wishlist-wrapper {
        display: none;
    }
    .catgrid a.item {
        height: 110px;
    }
    .catgrid a.item.item-3 {
        order: 1;
        width: 100%;
        height: 300px;
    }
    .hero {
        padding: 15px;
    }
    .hero-title h1.mob-title {
        font-size: 29px!important;
    }
    /* TITLES */
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 17px;
    }
    .usp-list-scroll .usp-item {
        padding: 10px 5px;
    }
    .usp-list-scroll .usp-label-title {
        font-size: 12px;
    }
    .product-atributes-blocks .description .value h2 {
        font-size: 1.6rem;
    }
    .product-atributes-blocks .description .value h3 {
        font-size: 1.4rem;
    }
    .product-atributes-blocks .description .type {
        font-size: 2rem;
    }
    .attribute__icons__section ul li {
        width: 30px;
        height: 30px;
        background-size: 30px !important;
    }
    .attribute__icons__section .canopy-features {
        top: 20px;
    }
    .product-description-title h4,
    #product-viewreview-title h4,
    .product-video-title h4, 
    .product-moreinfo-title h4,
    #product-reviews-summary-container h4 {
        font-size: 16px;
    }
    .view__description__btn .action,
    .view__reviews .action,
    .moreinfo-button .action,
    .viewvideo-button .action,
    .write-review-button .action {
        font-size: 14px;
        padding: 10px 15px;
    }
    .product-description-container,
    .product-viewreview-container,
    .product-video-container, 
    .product-moreinfo-container,
    .customer-reviews-form {
        padding: 15px;
        flex-direction: column;
    }
}
@media (max-width: 479px) {
    .popup-related-products .mst-related_products__productsList .products.wrapper.grid.products-grid ol.product-items li.product-item {
        width: 50%;
        margin: 0;
        padding: 10px;
    }
    #confirmBox .popup-related-products .product-item-name {
        font-size: 12px;
    }
}


/* @media -----------------------------------| width < 576px |-------------------------------------------*/


/* ════════════════════════════════════════════╣     END    ╠════════════════════════════════════════════ */

@media screen and (min-width: 320px) and (max-width: 767.98px) and (orientation: landscape) {}


/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */


/* ║                                 ¡ NO STYLES BELOW THIS LINE PLEASE !                                 ║ */


/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */


@media (min-width: 768px) {
    .product-description-container {
        display: none;
    }
    .products.wrapper~.toolbar .pages {
        margin-right: 25px;
    }
}
@media (max-width: 767px) {
    #full-descriptions {
        border: 1px solid #e6e6e6;
        background: #fff;
        padding: 20px;
        margin-bottom: 30px;
        display: none;
    }
    .product-atributes-blocks.product-atributes-blocks-main {
        padding-bottom: 0;
        width: 100%;
    }
    .mst-related_products__productsList .block-title.title strong {
        font-size: 2.2rem;
    }
    .mst-related_products__productsList .block-title.title {
        margin-bottom: 30px;
    }
}

.cart-stock-status {
    padding: 10px 0 15px 0;
    margin: 0;
}
.cart.item .ampreorder-note {
    display: none;
}
.amcart-confirm-buttons a.checkout {
    width: 200px;
    margin: 0 auto;
    background: #5da461;
    padding: 15px;
    margin-top: 20px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
}
.amcart-confirm-buttons .am-btn-right {
    display: none;
}

.page-header .amsearch-input-wrapper .amsearch-input {
    height: 45px;
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px 45px 10px 15px;
    border-radius: 4px;
    border: 1px solid #706F6F;
    color: #999;
    width: 100%;
}
.page-header .amsearch-form-block.-opened {
    max-width: 100%;
}
.page-header .amsearch-input-wrapper.-typed .amsearch-input {
    padding-left: 33px;
    padding-right: 33px;
}
@media (min-width: 768px) {
    .page-header .amsearch-input-wrapper {
        width: 100% !important;
    }
    .page-header .amsearch-wrapper-block {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin: 0;
        padding: 0;
        width: 100% !important;
        max-width: 31.6%;
    }
    .page-header .amsearch-button.-search {
        display: none;
    }
}

.page-header .amsearch-wrapper-block .product-item-actions .actions-secondary {
    display: none;
}
.page-header .amsearch-products-section .amsearch-item {
    padding: 10px !important;
}
@media (min-width: 1024px) {
    .page-header .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
        max-width: 33.33% !important;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .page-header .amsearch-result-section {
        right: auto;
        left: 0;
    }
}

@media (max-width: 991px) {
    .page-header .header-content .amsearch-wrapper-block {
        display: none;
        width: 100%;
        max-width: 100%;
        position: absolute !important;
        background: #fff;
        padding: 15px;
        left: 0;
        top: 100%;
    }
    .page-header .header-content .amsearch-wrapper-block.active {
        display: block;
        z-index: 9;
    }
    .page-header .amsearch-form-block.-opened {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.cart.table-wrapper .items .control.qty > label {
    margin: 0 auto;
    padding: 6px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #959697;
    border-radius: 5px;
    width: 100%;
    max-width: 106px;
    background: #fff;
}

.cart.table-wrapper .items .control.qty .qty-btn {
    background: none;
    border-radius: 0;
    border: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: bold;
    justify-content: center;
    font-size: 24px;
}
.cart.table-wrapper .col.qty .input-text {
    margin: 0 !important;
    border: none !important;
    width: 40px;
    padding: 0;
    box-shadow: none;
}

.mfblog-related-products-block .products.wrapper.grid.products-grid .product-item-details {
    position: static;
}

.mfblog-related-products-block .products.wrapper.grid.products-grid .product-item-name {
    margin-left: 0;
}

.mfblog-related-products-block .products.wrapper.grid.products-grid span.product-image-container {
    width: 100%;
}

.mfblog-related-products-block .products.wrapper.grid.products-grid .product-image-wrapper {
    padding-bottom: 100%;
}
.amcart-confirm-buttons .am-btn-left {
    max-width: 200px;
    margin: 0 auto;
    box-shadow: none;
} 

.-amsearch-overlay-opened #search_inner_pages,
.-amsearch-overlay-opened .page-header {
    z-index: inherit;
}

body.active_vat .cart-container .form-cart .price-including-tax,
.cart-container .form-cart .price-including-tax + .price-excluding-tax .price, 
.cart-container .form-cart .price-container .price-including-tax + .price-excluding-tax .price {
    font-size: 16px !important;
}
.abs-sidebar-totals .grand .mark,
 .cart-totals .grand .mark, 
 .opc-block-summary .table-totals .grand .mark,
.abs-sidebar-totals .grand .amount, 
.cart-totals .grand .amount, 
.opc-block-summary .table-totals .grand .amount {
    font-size: 16px;
    font-weight: bold;
}
.cart-summary > .title {
    font-weight: bold !important;
    font-size: 20px !important;
}

.cart.table-wrapper .item-options {
    font-size: 14px;
}
@media (min-width: 1024px) {
    .cart-discount,
    .abs-shopping-cart-items-desktop, 
    .block-cart-failed, 
    .cart-container .form-cart, 
    .cart-container .cart-gift-item {
        padding-right: 20px !important;
    }
}


@media (max-width: 1439px) and (min-width: 1280px) {
    .cart.table-wrapper .product-item-details .product-item-sku,
    .cart.table-wrapper .item-options {
        font-size: 13px !important;
    }
    .cart.table-wrapper .product-item-details .product-item-sku {
        margin-top: 15px !important;
    }
    .cart.table-wrapper .cart-stock-status {
        font-size: 13px;
        padding: 10px 0 15px 0;
    }
    body.active_vat .cart-container .form-cart .price-including-tax,
    .cart-container .form-cart .price-including-tax + .price-excluding-tax .price, 
    .cart-container .form-cart .price-container .price-including-tax + .price-excluding-tax .price {
        font-size: 15px !important;
    }
    .cart.table-wrapper .items .control.qty > label {
        padding: 6px 8px;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
   .cart.table-wrapper .product-item-details .product-item-sku,
    .cart.table-wrapper .item-options {
        font-size: 12px !important;
    }
    .cart.table-wrapper .product-item-details .product-item-sku {
        margin-top: 15px !important;
        max-width: 170px;
    }
    .cart.table-wrapper .cart-stock-status {
        font-size: 12px;
        padding: 10px 0 10px 0;
    }
    body.active_vat .cart-container .form-cart .price-including-tax,
    .cart-container .form-cart .price-including-tax + .price-excluding-tax .price, 
    .cart-container .form-cart .price-container .price-including-tax + .price-excluding-tax .price {
        font-size: 14px !important;
    }
    .cart.table-wrapper .items .control.qty > label {
        padding: 4px;
    }
    .cart.table-wrapper .product-item-photo span.product-image-container {
        max-width: 80px;
    }
}



@media (max-width: 1023px) {
   .cart.table-wrapper .product-item-details .product-item-sku,
    .cart.table-wrapper .item-options {
        font-size: 12px !important;
    }
    .cart.table-wrapper .product-item-details .product-item-sku {
        margin-top: 15px !important;
        max-width: 170px;
    }
    .cart.table-wrapper .cart-stock-status {
        font-size: 12px;
        padding: 10px 0 10px 0;
    }
    body.active_vat .cart-container .form-cart .price-including-tax,
    .cart-container .form-cart .price-including-tax + .price-excluding-tax .price, 
    .cart-container .form-cart .price-container .price-including-tax + .price-excluding-tax .price {
        font-size: 14px !important;
    }
    .cart.table-wrapper .items .control.qty > label {
        padding: 4px;
    }
    .cart-totals{
        padding-left: 15px !important;
        padding-right: 15px;
    }
    .cart-container .cart-discount {
        margin-top: 0 !important;
    }
    .cart-container .form-cart .actions.main {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .abs-shopping-cart-items-desktop, .block-cart-failed, 
    .cart-container .form-cart, 
    .cart-container .cart-gift-item,
    .cart-container .cart-summary {
        width: 100% !important;
        float: none !important;
    }
    .cart-summary {
        position: static !important;
        margin-bottom: 0 !important;
    }
    .cart-container .cart-discount {
        margin-top: -50px !important;
    } 
}

@media (max-width: 767px) {
    .cart.table-wrapper .product-item-details .product-item-sku {
        max-width: 100%;
    }
}

@media (max-width: 639px) {
    .cart.table-wrapper .col.qty, 
    .cart.table-wrapper .col.price, 
    .cart.table-wrapper .col.subtotal, 
    .cart.table-wrapper .col.msrp {
        width: 50% !important;
    }
    .cart.table-wrapper .col.subtotal {
        display: none;
    }
}