/*@font-face {
    Â©font-family: "HelveticaNeueLTPro-Md";
    src: url("../fonts/HelveticaNeueLTPro-Md.otf");
}

@font-face {
    font-family: "HelveticaNeueLTPro-Roman";
    src: url("../fonts/HelveticaNeueLTPro-Roman.otf");
}

@font-face {
    font-family: "HelveticaNeueLTPro-Lt";
    src: url("../fonts/HelveticaNeueLTPro-Lt.otf");
}*/



@font-face {
    font-family: "HelveticaNeueLTPro-Lt";
    src: url("../fonts/HelveticaNeueW01-45Ligh.woff");
}
@font-face {
    font-family: "HelveticaNeueLTPro-Roman";
    src: url("../fonts/HelveticaNeueW01-55Roma.woff");
}
@font-face {
    font-family: "HelveticaNeueLTPro-Md";
    src: url("../fonts/HelveticaNeueW01-65Medi.woff");
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:focus {
    outline: none;
}
html.nav-open {
    overflow: hidden;
}
body, html {
    margin: 0;
}
ul,li,ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 115%;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
body {
    font-family: "HelveticaNeueLTPro-Roman";
    font-size: 14px;
    line-height: 1.42857143;
    background: #e9ebf1;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #8d8d8d;
    color: #8c0014;
}
b, strong {
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    font-weight: normal;
}
label {
    display: inline-block;
    margin-bottom: 8px;
}
input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email],
select, .select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: 30px 60px;
    text-indent: .01em;
    text-overflow: '';
}
button.action, .action.create {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px;
    font-size: 14px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
table>caption {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.action.primary, .action.action-auth-toggle, .action.action-login {
    color: #fff;
    background-color: #8c0014;
    border-color: #8c0014;
    transition: all .3s;
}
.action.primary:hover, .action.action-auth-toggle:hover, .action.action-login:hover {
    -webkit-box-shadow: 0 0 0 1px #8c0014;
    box-shadow: 0 0 0 1px #8c0014;
}
.action.reload {
    color: #8c0014;
    background-color: #fff;
    border-color: #8c0014;
}
.action.reload:hover {
    color: #fff;
    background-color: #8c0014;
    border-color: #8c0014;
}

/*HEADER*/

.page-header {
	position: sticky;
	top: 0;
	z-index: 9;
}

.static_menu ul, .panel.wrapper, .panel.header, .block.block-search, .header.links  {
    display: flex;
}
.panel.header {
    justify-content: flex-end;
}
.header.links {
    display: none;
}
@media(min-width: 768px) {
    .header.links {
        display: flex;
    }
}
.panel.wrapper {
	flex-wrap: wrap;
}
.static_menu ul {
	justify-content: space-evenly;
	height: 30px;
	border-bottom: 1px solid #363636;
	align-items: center;
}
@media(min-width: 992px) {
	.static_menu ul {
		justify-content: flex-start;
		height: auto;
		align-items: stretch;
		border: none;
	}
}
.headerOuterMenu {
    background: #1a1a1a;
}

.panel.wrapper {
    align-items: center;
    /* border-bottom: 1px solid #e9ebf1; */
}
@media(min-width: 992px) {
    .panel.wrapper {
        border-bottom: solid 1px #363636;
        align-items: center;
    }
}
.panel.wrapper > * {
    flex-basis: 33.33333333%;
}
.static_menu {
    display: none;
}
@media (min-width: 992px) {
	.static_menu {
	    padding-left: 30px;
	    width: 33%;
        display: block;
	}
	.static_menu ul li {
	    margin: 0 5px;
	}
}
@media (min-width: 1100px) {
	.static_menu ul li {
	    margin: 0 10px;
	}
}
.static_menu ul li:last-of-type {
    display: none;
}
@media(min-width: 1100px) {
    .static_menu ul li:last-of-type {
        display: list-item;
    }
}
.static_menu a {
    color: #a8a8a8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.static_menu a:hover {
    color: #ffffff;
}
.logo {
    font-size: 0;
    flex-grow: 2;
    text-align: center;
}
.logo > img {
	height: 50px;
	width: auto;
	max-width: 100%;
}
@media(min-width: 992px){
	.logo {
		text-align: center;
	    width: 34%;
	    flex-grow: 1;
	}
	.logo > img {
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.panel.header {
	    width: 33%;
	    justify-content: flex-end;
	}
}

.authorization-link, .minicart-wrapper {
    position: relative;
}

.searchToggle, .authorization-link > a, .minicart-wrapper > a, .headerPosition {
    width: 50px;
    height: 50px;
    background: #222222;
    position: relative;
    cursor: pointer;
    display: block;
    margin-right: 1px;
    color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headerPosition {
	display: none;
}
@media(min-width: 992px) {
	.searchToggle, .authorization-link > a, .minicart-wrapper > a, .headerPosition {
	    width: 80px;
	    height: 80px;
	    background: #222222;
	    position: relative;
	    cursor: pointer;
	    display: block;
	    margin-right: 1px;
	    color: transparent;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
}
@media (min-width: 768px), print {
    .header.panel>.header.links>.customer-welcome+.authorization-link {
        display: none;
    }
}
@media (min-width: 768px), print {
    .header.panel>.header.links>li.welcome {
        display: none;
    }
}
@media (min-width: 768px), print {
    .customer-welcome .customer-menu {
        display: none;
    }
}
@media (min-width: 768px), print {
    .customer-welcome.active .customer-menu {
        display: block;
    }
}
.customer-welcome .action.switch {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #222;
    padding: 5px;
}
@media(min-width: 992px) {
    .customer-welcome .action.switch {
        width: 80px;
        height: 80px;
        color: #fff;
        background-color: #222;
        padding: 5px;
    }
}
.customer-welcome .action.switch span {
    display: none;
}
@media(min-width: 992px) {
    .customer-welcome .action.switch span {
        display: inline-block;
        padding-top: 40px;
        font-size: 10px;
    }
}
.customer-welcome .action.switch:before {
    background: url("../images/icons.png") no-repeat -24px -2px;
    width: 19px;
    height: 18px;
    content: '';
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
    display: inline-block;
}
.customer-welcome .action.switch:hover {
    background-color: #797979;
}
@media (min-width: 768px), print {
    .customer-welcome ul.header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #ffffff;
        border: 1px solid #bbbbbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgb(0 0 0 / 15%);

        min-width: 175px;
        display: block;
    }
}
.customer-welcome {
    display: inline-block;
    position: relative;
}
@media (min-width: 768px), print {
    .customer-welcome {
        display: inline-block;
        position: relative;
    }
}
@media (min-width: 768px), print {
    .customer-welcome li a {
        color: #333333;
        text-decoration: none;
        display: block;
        line-height: 1.4;
        padding: 8px;

        width: auto;
        height: auto;
        background: transparent;
        margin: 0;
    }
}
.customer-welcome .authorization-link > a:after {
    content: normal;
}
.header.links a {
    color: #9d9d9d;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0;
}
.customer-menu .header.links a {
    color: #9d9d9d;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
@media (min-width: 768px), print {
    .customer-welcome ul:before, .customer-welcome ul:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }
}
@media (min-width: 768px), print {
    .customer-welcome ul:before {
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99;
    }
}
@media (min-width: 768px), print {
    .customer-welcome ul:before {
        right: 10px;
        top: -12px;
    }
}
@media (min-width: 768px), print {
    .customer-welcome ul:before, .customer-welcome ul:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }
}
@media (min-width: 768px), print {
    .customer-welcome ul:after {
        border: 7px solid;
        border-color: transparent transparent #bbb transparent;
        z-index: 98;
    }
}
@media (min-width: 768px), print {
    .customer-welcome ul:after {
        right: 9px;
        top: -14px;
    }
}
.searchToggle:hover, .authorization-link > a:hover, .minicart-wrapper > a:hover, .headerPosition:hover {
    background: #797979;
}

.authorization-link > a:after {
    background: url("../images/icons.png") no-repeat -24px -2px;
    width: 19px;
    height: 18px;
    content: '';
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
}

.searchToggle:after {
    background: url("../images/icons.png") no-repeat -2px -2px;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
}

.action.showcart:after {
    background: url("../images/icons.png") no-repeat -45px -2px;
    width: 21px;
    height: 19px;
    content: '';
    position: absolute;
    left: calc(50% - 10.5px);
    top: calc(50% - 9.5px);
}

.headerPosition:after {
    background: url("../images/icons.png") no-repeat -69px -2px;
    width: 16px;
    height: 21px;
    content: '';
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 10.5px);
}

.block.block-search {
    align-items: center;
}


.block.block-search input {
    background: #363636;
    border: none;
    font-size: 16px;
    position: relative;
    color: #fff;
    padding: 10px 62px 10px 10px;
    border: 1px solid transparent;
}
.amsearch-form-container.-opened .input-text {
    padding-left: 36px;
}
.amsearch-form-container .input-text:focus {
    border: 1px solid #54c6ff;
    box-shadow: none;
}
.amsearch-form-container .control {
    min-height: 40px;
}
.block.block-search .block.block-content {
    position: absolute;
    background-color: #1a1a1a;
    /* width: 100vw; */
    width: 100%;
    left: 0;
    top: -70px;
    transition: all 450ms;
    /* padding: 15px; */
    padding: 10px;
    z-index: 2;
}
.amsearch-wrapper-content .product-item.amsearch-item {
    padding: 15px;
}
@media (min-width: 768px), print {
    .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
        padding: 20px;
    }
}
.amsearch-wrapper-content .product-item-link {
    font-size: 16px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 16px;
}
@media (min-width: 768px), print {
    .amsearch-form-container.-large .amsearch-wrapper-content .price {
        font-size: 20px;
    }
}
.block.block-search .block.block-content.active {
    top: 50px;
}
@media(min-width: 992px) {
    .block.block-search .block.block-content.active {
        top: 81px;
    }
}
.block.block-search .form.minisearch {
    position: relative;
    width: 100%;
    /* max-width: 500px; */
    max-width: 900px;
    margin: auto;
}
.block.block-search button[disabled] {
    cursor: auto;
    opacity: 0.6;
}

.block.block-search button {
    position: absolute;
    right: 0;
    top: 0;
    /* background: #8c0014; */
    border: none;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
}
.block.block-search button.amsearch-loupe {
    position: absolute;
    left: 10px;
    right: auto;
    top: 0;
    /* background: #8c0014; */
    border: none;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
}

/*NAVIGATION*/

.headerNavigation {
	background: #1a1a1a;
	display: none;
	width: 100%;
    height: calc(100vh - 50px);
	position: fixed;
    top: 50px;
	left: 0;
	z-index: 4;
    /*overflow-y: auto;*/
}
@media (min-width: 992px) {
	.headerNavigation {
	    height: 60px;
	    display: block;
	    top: initial;
	    left: initial;
	    z-index: initial;
	    position: sticky;
	    top: 81px;
	    z-index: 3;
        overflow: visible;
	}
}
.nav-open .headerNavigation {
	display: block;
}
.headerNavigation .navigation {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
}
@media(min-width: 992px) {
    .headerNavigation .navigation {
        height: 100%;
        overflow-y: visible;
        padding-bottom: 0;
    }
}
.headerNavigation > .navigation > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 50px 25px 15px;
}
@media (min-width: 992px) {
	.headerNavigation > .navigation > ul {
	    display: flex;
	    flex-wrap: nowrap;
        flex-direction: row;
	    justify-content: center;
        padding: 0;
	}
}
.headerNavigation .level0.level-top > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 100%;
    line-height: 50px;
    display: inline-block;
    width: 100%;
}
.headerNavigation .level0.level-top > a:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f061";
    position: absolute;
    right: 15px;
    color: #6e6e6e;
}
@media(min-width: 992px) {
    .headerNavigation .level0.level-top > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 0 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        height: 100%;
        line-height: 60px;
    }
    .headerNavigation .level0.level-top > a:before {
        display: none;
    }
}
@media(min-width: 1100px) {
    .headerNavigation .level0.level-top > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        padding: 0 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        height: 100%;
        line-height: 60px;
    }
    .headerNavigation .level0.level-top > a:before {
        display: none;
    }
}
.headerNavigation .level0.level-top > a:hover {
    color: #a8a8a8;
}
@media(min-width: 992px) {
    .headerNavigation .level0.level-top:hover > a:after {
        content: '';
        background: #8c0014;
        width: 30%;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }
}

.navigation ul li ul.submenu {
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 5;

    top: 0;
    left: 0 !important;
    transform: translateX(100%);
    transition: all 300ms;
    height: 100%;
    display: block;
    overflow: auto;
}
@media(max-width: 991px) {
    .navigation ul li ul.submenu {
        top: 0 !important;
        left: 0 !important;
        display: block !important;
    }
}
@media(max-width: 991px) {
    .navigation ul li a.ui-state-active~ul.submenu {
        transform: translateX(0px);
    }
}
@media(min-width: 992px) {
    .navigation ul li ul.submenu {
        position: absolute !important;
        left: 50% !important;
        transform: translate(-50%, 0);
        width: 100%;
        z-index: 5;

        position: absolute !important;
        top: 60px;
        height: auto;
    }
    .navigation ul li ul.submenu {
        display: none;
    }
    .navigation ul li:hover ul.submenu {
        display: block;
    }
}
.ui-menu-item.all-category {
    display: none;
}
.mega-menu-column .mega-menu-item > div {
    display: none;
    margin-bottom: 45px;
}
@media(min-width: 992px) {
    .mega-menu-column .mega-menu-item > div {
        display: block;
    }
}
.mega-menu-column .mega-menu-item > .active+div {
    display: block;
}



/*MEGAMENU*/

.level0.submenu {
    display: none;
    background: #1a1a1a;
}
.megaMenu {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 30px;
}
.mobile-menu-back {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    overflow-x: visible;
    padding-bottom: 30px;
    width: 60px;
    border-bottom: 1px solid #8c0014;
    margin-bottom: 50px;
}
.mobile-menu-back:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f060";
    right: 15px;
    padding-right: 20px;
    color: #6e6e6e;
}
@media(min-width: 992px) {
    .mobile-menu-back {
        display: none;
    }
}
@media(min-width: 992px) {
    .megaMenu {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 180px;
        align-items: flex-start;
    }
}
.cat-holder {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-bottom: 20px;
}
.banner-holder {
    display: none;
}
@media(min-width: 992px) {
    .cat-holder {
        display: flex;
        flex-basis: 50%;
        margin: 0;
    }
    .banner-holder {
        display: flex;
        flex-basis: 50%;
        position: relative;
    }
}
.cat-holder .mega-menu-column {
    width: 100%;
    padding-left: 30px;
}
@media(min-width: 992px) {
    .cat-holder .mega-menu-column {
        width: 50%;
        padding: 0;
    }
}
.banner-holder img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.mega-menu-column h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mega-menu-column h3:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f061";
    font-weight: 300;
    position: absolute;
    right: 0;
    color: #6e6e6e;
    transition: all 450ms;
}
.mega-menu-column h3.active:before {
    transform: rotate(180deg);
}
@media(min-width: 992px) {
    .mega-menu-column h3 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 24px;
        padding: 0;
        border: none;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mega-menu-column h3:before {
        display: none;
    }
}

.mega-menu-column a {
    display: block;
    font-size: 16px;
    font-family: "HelveticaNeueLTPro-Lt";
    color: #8d8d8d;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mega-menu-column a:hover {
    color: #ffffff;
}
.mega-menu-banner-text-holder {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 35%;
    font-family: "HelveticaNeueLTPro-Lt";
    display: none;
}
@media(min-width: 992px) {
    .mega-menu-banner-text-holder {
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 35%;
        font-family: "HelveticaNeueLTPro-Lt";
        display: block;
    }
}
.mega-menu-banner-text-holder h4 {
    font-size: 24px;
    color: #fff;
}
.mega-menu-banner-text-holder p {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.mega-menu-banner-text-holder a {
    font-size: 12px;
    color: #fff;
    border: 1px solid #8c0014;
    background-color: #8c0014;
    padding: 9px 25px;
}
.mega-menu-banner-text-holder a:hover {
    color: #8c0014;
    border: 1px solid #fff;
    background-color: #fff;
}
.headerNavigation > .navigation > ul.mobile-nav-content {
    padding-top: 15px;
    position: relative;
}
.headerNavigation > .navigation > ul.mobile-nav-content:before {
    top: 0;
    left: 40px;
    right: 40px;
    content: '';
    height: 1px;
    background-color: #858585;
    position: absolute;
}
@media(min-width: 992px) {
    .headerNavigation > .navigation > ul.mobile-nav-content {
        display: none;
    }
}
.mobile-nav-item a {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    color: #858585;
    line-height: 40px;
}

/*HOME*/

#mageplaza-bannerslider-block-before-content-1 {
    display: none;
}
.homeBannerSliderMobile {
    display: block;
}
@media(min-width: 768px) {
    #mageplaza-bannerslider-block-before-content-1 {
        display: block;
    }
    .homeBannerSliderMobile {
        display: none;
    }
}
.homeMain {
    padding: 10px;
}

.homeMain > div {
    display: flex;
    flex-wrap: wrap;
}
.homeBanner1 {
    width: 100%;
}
.homeBanner1 > div {
    /*height: 450px;*/
    background-size: cover;
    position: relative;
}
.homeBanner1 > div.home-promotion-banner {
    /* background-image: url('/media/home/Promocije_u_toku_500x450.jpg'); */
    /*background-image: url('/media/home/promocije-mob.jpg');*/
}
@media(min-width: 992px) {
    .homeBanner1 > div.home-promotion-banner {
        /* background-image: url('/media/home/Promocije_u_toku_1254x450.jpg'); */
        /*background-image: url('/media/home/promocije-desktop.jpg');*/
    }
}
.homeBanner1 > div.home-kitchen-banner {
    /*background-image: url('/media/home/Miele_kuhinje_500x450.jpg');*/
}
@media(min-width: 992px) {
    .homeBanner1 > div.home-kitchen-banner {
        /*background-image: url('/media/home/Miele_kuhinje1254x450.jpg');*/
    }
}
.homeBanner1 > div:first-child {
    margin-bottom: 10px;
}
.homeMain img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.home-banner-desktop-img {
    display: none;
}
@media(min-width: 992px) {
    .home-banner-desktop-img {
        display: block;
    }
}
.home-banner-mobile-img {
    display: block;
}
@media(min-width: 992px) {
    .home-banner-mobile-img {
        display: none;
    }
}
.homeBanner2 {
	width: 100%;
	margin-top: 10px;
}
@media(min-width: 768px) and (max-width: 1680px) {
    .homeBanner2 div {
        height: 100%;
    }
    .adv-banner-holder img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .adv-banner-holder .banner-text-holder {
        height: auto;
    }
    .homeBanner2 .tns-controls, .homeBanner2 .tns-nav {
        height: auto;
    }
}
.homeBanner3 {
    width: 100%;
    margin-top: 10px;
    height: 450px;
    background-size: cover;
    position: relative;
}
.homeBanner4 {
    width: 100%;
    margin-top: 10px;
    height: 450px;
    background-size: cover;
    position: relative;
}
@media(min-width: 768px) {
	.homeBanner1 {
	    width: calc(50% - 5px);
	    margin-right: 10px;
	}
	.homeBanner2 {
	    width: calc(50% - 5px);
	    margin: 0;
	}
	.homeBanner3 {
	    width: calc(50% - 5px);
	    margin-right: 10px;
	    height: 450px;
	}
	.homeBanner4 {
		width: calc(50% - 5px);
	    margin-top: 10px;
	    height: 450px;
	}
}
@media(min-width: 992px) {
	.homeBanner1 {
	    width: 66%;
	}
	.homeBanner2 {
	    width: calc(34% - 10px);
	    margin-top: 0;
	}
	.homeBanner3 {
	    width: calc(34% - 10px);
	    margin-right: 10px;
	    height: 450px;
	    background-size: cover;
	    position: relative;
	}
	.homeBanner4 {
	    width: 66%;
	    margin-top: 10px;
	    height: 450px;
	}
}
.homeBannerTextHolder {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #ffffff;
    padding-right: 25px;
}
@media(min-width: 992px) {
    .homeBannerTextHolder {
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: #ffffff;
        padding-right: 30px;
    }
}
@media(min-width: 992px) {
    .home-promotion-banner .homeBannerTextHolder {
        width: 50%;
    }
}
@media(min-width: 1100px) {
    .home-promotion-banner .homeBannerTextHolder {
        width: 25%;
    }
}
.homeBannerTextHolder h3 {
    font-size: 32px;
    margin: 0;
}
@media(min-width: 992px) {
    .homeBannerTextHolder h3 {
        font-size: 36px;
        margin: 0;
    }
}
.homeBannerTextHolder p {
    font-size: 16px;
    font-family: "HelveticaNeueLTPro-Lt";
    margin-bottom: 25px;
}

.homeBannerTextHolder a {
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 12px;
    color: #ffffff;
    border: solid 1px #899095;
    padding: 9px 25px;
    display: inline-block;
}

.homeBannerTextHolder a:hover {
    background: #ffffff;
    color: #1a1a1a;
}
.tns-nav > [aria-controls] {
    width: 25px;
    height: 9px;
    border-radius: 0;
}
.banner-item .item-image img {
    width: 100%;
}

/*FOOTER*/

footer {
    background: #1a1a1a;
}
.footer.content {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.footer.content {
	    width: 750px;
	}
}
@media (min-width: 992px) {
	.footer.content {
	    width: 970px;
	}
}
@media (min-width: 1230px) {
	.footer.content {
	    width: 1200px;
	}
}

.block.newsletter {
    color: #ffffff;
    display: flex;
    padding: 15px;
    border-bottom: solid 1px #000000;
    flex-direction: column;
    text-align: center;
}
@media(min-width: 768px) {
	.block.newsletter {
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	    flex-wrap: wrap;
	    padding-top: 60px;
	    padding-bottom: 55px;
        text-align: left;
	}
}
@media (min-width: 992px) {
	.block.newsletter {
		padding-left: 0;
		padding-right: 0;
	}
}
.block.newsletter > div {
	margin-top: 10px;
	margin-bottom: 10px;
}
@media(min-width: 1100px) {
    .block.newsletter > div {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.block.newsletter .label {
    font-size: 14px;
    color: #cecece;
    width: 100%;
    padding-bottom: 10px;
}
.block.newsletter .title {
}
.block.newsletter .title strong {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-family: "HelveticaNeueLTPro-Md";
    text-transform: uppercase;
    margin: 0;
}
.block.newsletter .content {
    position: relative;
    flex-grow: 2;
}
.block.newsletter label {
    width: 100%;
    margin: 0;
}
@media (min-width: 768px) {
	.field.newsletter {
	    margin-left: 45px;
	}
}
.field.newsletter input[type=email] {
    height: 50px;
    width: 100%;
    background: #3a3a3a;
    border: none;
    font-family: "HelveticaNeueLTPro-Lt";
    padding: 0 20px;
    color: #ffffff;
}

.action.subscribe.primary {
    background: url('../images/icons.png') no-repeat -88px -1px;
    color: transparent;
    border: none;
    width: 19px !important;
    height: 19px !important;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
}
.action.subscribe.primary:after{
	   background: url('../images/icons.png') no-repeat 50px 10px;
    color: transparent;
    border: none;
    width: 19px !important;
    /* height: 19px !important; */
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
}
.action.subscribe.primary > span {
	display: none;
	color: #fff;
}
div[for="newsletter"] {
    position: absolute;
    color: #8c0014;
    margin-top: 5px;
}
.footerContact {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
	.footerContact {
	    display: flex;
	    flex-wrap: wrap;
	    width: 100%;
	    flex-direction: row;
        justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.footerContact {
	    margin-left: 45px;
	    width: 50%;
	}
}
.footerContact > div {
	padding-top: 15px;
	padding-bottom: 15px;
}
@media(min-width: 768px) {
	.footerContact > div {
	    /*width: 33.33333333%;*/
        padding-top: 0;
        padding-bottom: 0;
	}
}
.footerContact span {
    font-family: "HelveticaNeueLTPro-Lt";
    display: block;
    color: #cecece;
    margin-bottom: 10px;
    line-height: 1;
}
.footerContact a {
    font-family: "HelveticaNeueLTPro-Md";
    font-size: 26px;
    line-height: 1;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footerContact a:hover {
    color: #ffffff;
}
.footerContact > div:last-child a {
    margin-right: 9px;
}
.footerLinks {
    border-top: solid 1px #292929;
    display: flex;
    flex-wrap: wrap;
    padding: 45px;
}
@media(min-width: 992px) {
    .footerLinks {
        border-top: solid 1px #292929;
        display: flex;
        flex-wrap: wrap;
        padding: 45px 0 50px;
    }
}
.footerLinks h4 {
    color: #fefefe;
    margin: 15px 0;
    font-size: 16px;
    position: relative;
}
.footerLinks > div {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #363636;
}
@media(min-width: 768px) {
	.footerLinks > div {
	    /*width: 20%;*/
        padding: 0 15px;
        border: none;
	}
}
@media(min-width: 992px) {
	.footerLinks > div {
        width: 20%;
	    padding: 0;
        padding-right: 30px;
	}
}

.footerLinks a {
	color: #cecece;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "HelveticaNeueLTPro-Lt";
    margin-bottom: 12px;
}

.footerLinks a:hover {
    color: #ffffff;
}

.footerLinks h4+ul {
    display: none;
}
.footerLinks h4.active+ul {
    display: block;
}
@media(min-width: 992px) {
    .footerLinks h4+ul {
        display: block;
    }
}
.mobile-hide {
    display: none;
}
@media(min-width: 992px) {
    .mobile-hide {
        display: block;
    }
}
@media(min-width: 992px) {
    .mobile-show {
        display: none;
    }
}
.copyright {
    display: flex;
    background: #101010;
    color: #7e7e7e;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: "HelveticaNeueLTPro-Lt";
}

.copyright span {
    padding-right: 5px;
}

/*LISTANJE*/

/*BREADCRUMBS*/

.breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 16px;
    display: none;
}
@media (max-width: 767px) {
    .breadcrumbs {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(min-width: 768px) {
	.breadcrumbs {
	    width: 750px;
        display: block;
	}
}
@media(min-width: 992px) {
	.breadcrumbs {
	    width: 970px;
	}
}
@media(min-width: 1230px) {
	.breadcrumbs {
	    width: 1200px;
	}
}
.breadcrumbs ul {
    display: flex;
}

.breadcrumbs a {
    font-family: "HelveticaNeueLTPro-Lt";
    color: #555555;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li {
    font-family: "HelveticaNeueLTPro-Md";
    color: #000000;
}

.breadcrumbs li:not(:first-child):before {
    content: '/';
    display: inline-block;
    font-family: "HelveticaNeueLTPro-Lt";
    margin-left: 5px;
    color: #555;
}





/*---replace breadcrumbs---*/

.replacebreadcrumbs {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media(min-width: 768px) {
    .replacebreadcrumbs {
        display: block;
        margin-top: 25px;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px) {
    .replacebreadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.replacebreadcrumbs > a {
    font-family: "HelveticaNeueLTPro-Lt";
    color: #555555;
}
.replacebreadcrumbs a:hover {
    text-decoration: underline;
}
.replacebreadcrumbs > span {
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    font-weight: normal;
}
.replacebreadcrumbs > span.breadcrumbsseparator {
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    font-weight: normal;
    margin: 0 1px;
    color: #555;
}
.breadcrumbsseparator:before {
    content: "/";
}






/*FILTERS*/

.block.filter.active {
    background: #ffffff;
    padding: 30px 0;
    position: relative;
    visibility: visible;
    z-index: 99;
}


.filter.active .block-title.filter-title {
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 40px;
    margin-bottom: 60px;
    padding: 0 30px;
}
@media(min-width: 992px) {
    .block-title.filter-title {
        font-family: "HelveticaNeueLTPro-Lt";
        font-size: 40px;
        margin-bottom: 60px;
        padding: 0 30px;
    }
}
.block-title.filter-title > strong {
    font-family: inherit;
}
.filter-subtitle {
    display: none;
}
@media (min-width: 768px), print {
    .filter-subtitle {
        display: block;
        position: static;
    }
}
.filter .block-subtitle {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1em;
    /*padding: 10px 10px 20px;*/
}
@media(min-width: 768px) {
    .filter .block-subtitle {
        border-bottom: none;
        font-size: 32px;
        font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
        padding: 45px 25px;
    }
}
.filter-options-title {
    font-family: "HelveticaNeueLTPro-Md";
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.filter-options-item {
    position: relative;
    border-top: 1px solid #e9ebf1;
    padding: 18px 30px;
}

.filter-count-label {
    display: none;
}

.filter-options-item:first-child {
    border-top: none;
}

.filter-options-title:after {
    content: '';
    position: absolute;
    background: url("../images/icons.png") no-repeat -2px -61px;
    width: 9px;
    height: 8px;
    right: 0;
    top: 7px;
}

.active.filter-options-title:after:after {
    content: '';
    position: absolute;
    background: url("../images/icons.png") no-repeat -12px -64px;
    width: 5px;
    height: 3px;
    right: 30px;
    top: 30px;
}

.filter-options-item .count:before {
    display: inline-block;
    content: '(';
}

.filter-options-item .count:after {
    display: inline-block;
    content: ')';
}


.ui-slider-horizontal {
    height: 2px;
}

.toolbar.toolbar-products .modes,
#toolbar-amount,
.toolbar.toolbar-products:first-child .pages,
.toolbar.toolbar-products .field.limiter,
.toolbar.toolbar-products .toolbar-sorter.sorter,
.sidebar.sidebar-main .filter-current.am-filter-current,
.sidebar.sidebar-main .block-actions.filter-actions {
    display: none;
}

.catalog-category-view .column.main  {
    /*width: 79.9%;*/
    flex-basis: 80%;
}
@media(min-width: 992px) {
	.catalog-category-view .column.main  {
	    flex-basis: 80%;
	    margin-left: 10px;
	}
}
#amasty-shopby-product-list, .productListTop {
    background: #ffffff;
    padding: 0 0 50px 0;
}

.productListTop {
    align-items: center;
    padding: 0;
    background-color: #e9ebf1;
    margin-top: 50px;
}
@media(min-width: 768px) {
    .productListTop {
        align-items: center;
        padding: 30px;
        background-color: #fff;
        margin: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }
}
.productListTop:after {
    content: '';
    display: block;
    clear: both;
}

.filter-current.am-filter-current {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    flex-grow: 1;
}
@media(min-width: 768px) {
    .filter-current.am-filter-current {
        float: left;
        padding: 0;
        background-color: transparent;
        width: auto;
    }
}
.filter-current.am-filter-current ol, .filter-current.am-filter-current {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
}
.filter-current.am-filter-current .item.am-shopby-item {
    background: #e9ebf1;
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

.filter-current.am-filter-current .item.am-shopby-item a {
    font-family: "HelveticaNeueLTPro-Lt";
    color: #000000;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 25px);
}
.am-filter-current .filter-label {
    white-space: nowrap;
}
.am-filter-current .filter-label:after {
    content: ':';
}
.am-filter-current .am-filter-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}
.filter-current.am-filter-current .action.remove span {
    color: transparent;
    background: url("../images/icons.png") no-repeat -22px -61px;
    width: 13px;
    height: 13px;
    display: block;
    margin-left: 12px;
}

.filter-current.am-filter-current .block-actions.filter-actions {
    height: 40px;
    line-height: 40px;
    background: #8c0014;
    padding: 0 20px;
    margin-bottom: 10px;
}

.filter-current.am-filter-current .block-actions.filter-actions a {
    color: #ffffff;
}

.filter-options-item input[type="checkbox"] {
    display: none;
}
.filter-options-item input[type="radio"] {
    display: none;
}
.filter-options-content .items .item a {
    color: #757575;
    line-height: 26px;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.filter-options-content .items .item a:before {
    background: url(../images/icons.png) no-repeat -84px -61px;
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 7px;
}

.filter-options-content input[type="checkbox"]:checked + a:before {
    background: url(../images/icons.png) no-repeat -101px -61px;
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.filter-options-content input[type="radio"]:checked + a:before {
    background: url(../images/icons.png) no-repeat -101px -61px;
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .filter.active .filter-title {
        border-bottom: 1px solid #ccc;
        height: 48px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2;
    }
}
@media only screen and (max-width: 767px) {
    .filter.active .filter-options {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 50px;
        z-index: 10;
    }
}
@media only screen and (max-width: 767px) {
    .filter.active .filter-subtitle {
        background: #fff;
        display: block;
        height: 50px;
        left: 0;
        line-height: 50px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1;
    }
}
@media only screen and (max-width: 767px) {
    .filter.active .filter-title strong {
        box-shadow: none;
        background: none;
        border: 0;
        color: transparent;
        left: auto;
        right: 15px;
        top: 5px;
        display: inline-block;
        text-decoration: none;
    }
}
@media only screen and (max-width: 767px) {
    .filter .filter-subtitle {
        font-size: 16px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .filter.active .filter-title strong:before {
        font-family: "font awesome 5 Pro";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f00d";
        position: absolute;
        right: 0;
        color: #000;
        font-size: 24px;
        font-weight: 300;
    }
    .filter.active .filter-title strong:after {
        display: none;
    }
}
.filter-options {
    display: none;
    margin: 0;
}
@media (min-width: 768px), print {
    .filter.active .filter-options, .filter-options {
        background: transparent;
        clear: both;
        display: block;
        overflow: initial;
        position: static;
    }
}
@media (min-width: 768px), print {
    .filter-title {
        display: none;
    }
}
.toolbar-sorter.sorter label {
    display: none;
}

.toolbar-sorter.sorter select {
    height: 40px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    position: relative;
    background: url("../images/arrowDownLight.png") no-repeat center right 10px;
    background-color: #7A7C84;
    padding: 0 30px 0 15px;
    border-radius: 0;
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
}
@media(min-width: 768px) {
    .toolbar-sorter.sorter select {
        border: solid 1px #d8dae0;
        background: url("../images/arrowDown.png") no-repeat center right 10px;
        background-color: #fff;
        border-radius: 0;
        color: #495057;
        font-size: 14px;
        text-transform: initial;
    }
}
.toolbar-sorter .action.sorter-action {
    /* display: none; */
}
.toolbar-sorter.sorter {
    display: flex;
    align-items: center;
    float: right;
    width: 50%;

    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    padding-left: 5px;
    flex-shrink: 0;
}
@media(min-width: 768px) {
    .toolbar-sorter.sorter {
        width: auto;
        position: static;
        padding: 0;
    }
}
.catalog-category-view .columns,
.catalogsearch-result-index .columns
{
    margin-top: 10px;
}
@media(min-width: 992px) {
    .catalog-category-view .columns {
        margin-top: 0;
    }
}
.toolbar-sorter.sorter .action.sorter-action span {
    color: transparent;
    width: 9px;
    height: 18px;
    margin-left: 5px;
    display: block;
    overflow: hidden;
}
.toolbar-sorter.sorter .action.sorter-action.sort-asc span {
    background: url("../images/icons.png") no-repeat -70px -61px;
}
.toolbar-sorter.sorter .action.sorter-action.sort-desc span {
    background: url("../images/icons.png") no-repeat -56px -61px;
}
.categorySubs ul {
    display: flex;
    flex-direction: column;
}
@media(min-width: 992px) {
	.categorySubs ul {
	    flex-direction: row;
	}
}
.categorySubs li {
    /*width: 20%;*/
    flex-basis: 20%;
    flex-basis: 0;
    flex-grow: 1;
    padding-bottom: 10px;
}
.categorySubs a {
    display: block;
    background: #7a7c84;
    margin-bottom: 1px;
    color: #ffffff;
    font-family: "HelveticaNeueLTPro-Md";
    font-size: 16px;
    text-align: center;
    line-height: 46px;
}
@media(min-width: 992px) {
	.categorySubs a {
	    display: block;
	    margin-right: 1px;
	}
}

.categorySubs li:last-child a {
    margin-right: 0;
}

.categorySubs a:hover {
    background: #1a1a1a;
}

.categorySubs {
    display: none;
}
@media(min-width: 992px) {
    .categorySubs {
        display: block;
    }
}
.product.details.product-item-details .product-item-inner {
    display: none;
}
.product.details.product-item-details .productCategoryTags {
    display: none;
}
.product-item-details .product-item-actions {
    display: none;
}
@media(min-width: 992px) {
    .product.details.product-item-details .product-item-inner {
        display: block;
    }
    .product.details.product-item-details .productCategoryTags {
        display: block;
    }
    .product-item-details .product-item-actions {
        display: block;
    }
}

/* PRODUCT LISTING*/
.products.wrapper.grid.products-grid ol {
    display: flex;
    flex-wrap: wrap;
}
.products.wrapper.grid.products-grid li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .products.wrapper.grid.products-grid li {
        width: 33.33333333%;
        padding: 0 10px;
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .products.wrapper.grid.products-grid li {
        width: 25%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
}
.price-box.price-final_price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 48px;
    justify-content: center;
}
@media(min-width: 992px) {
    .price-box.price-final_price {
        justify-content: left;
    }
}
.price-box.price-final_price .special-price {
    order: 2;
    color: #8c0014;
}
.price-box.price-final_price .old-price {
    order: 1;
}
.special-price .price-label,
.old-price .price-label
 {
    display: none;
}
.products.wrapper.grid.products-grid .actions-secondary {
    display: none;
}
.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
/*.products.wrapper.grid.products-grid .product-image-photo {
    margin: auto;
    display: block;
    height: 238px;
    width: auto;

    height: auto;
    object-fit: none;
}*/
.product-item-name {
    height: 40px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.product-item-name a {
    font-family: "HelveticaNeueLTPro-Roman";
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
@media(min-width: 992px) {
    .product-item-name {
        height: 40px;
    }
    .product-item-name a {
        font-family: "HelveticaNeueLTPro-Md";
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }
}
.product-item-actions .actions-secondary {
    display: none;
}
.productCategoryTags {
    margin-bottom: 10px;
    height: 25px;
}
.shortDesc {
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    margin-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media(min-width: 768px) {
    .shortDesc {
        text-align: left;
    }
}
.tagGreenLabel span {
    background: #009136;
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    padding-left: 8px;
    width: 64px;
    line-height: 25px;
    font-family: "HelveticaNeueLTPro-Md";
    vertical-align: middle;
}

.tagGreenLabel sup {
    font-size: 12px;
}

.tagGreenLabel:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 12.5px 0 12.5px 12px;
    border-color: transparent transparent transparent #009135;
    vertical-align: middle;
}

.price-final_price .price {
    font-family: "HelveticaNeueLTPro-Md";
    font-size: 18px;
    text-align: center;
}
.old-price .price-final_price .price {
    font-family: "HelveticaNeueLTPro-Md";
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    text-align: center;
}
@media(min-width: 768px) {
    .price-final_price .price {
        font-family: "HelveticaNeueLTPro-Md";
        font-size: 20px;
        text-align: left;
    }
}
.product-availability {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1;
}
.product-availability i {
    color: #009136;
}
.product-item-inner a {
    display: block;
    border: solid 1px #9f9f9f;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
    transition: all .25s;
}
.product-item-inner .product-availability + .product-item-actions a {
    display: block;
    border: solid 1px #9f9f9f;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    transition: all .25s;
}
.product-item-info:hover .product-item-inner a {
    border-color: #8c0014;
    color: #fff;
    background-color: #8c0014;
}
.category-image {
    margin-bottom: 10px;
    display: none;
}
@media(min-width: 992px) {
	.category-image {
        display: block;
	    margin-top: 0;
	    margin-bottom: 10px;
	}
}
.category-image img {
	display: block;
    width: 100%;
    height: auto;
}

/*PAGINATION*/
#paging-label, .pages .label {
    display: none;
}

.pages .items.pages-items {
    display: flex;
}

.pages .item {
    width: 40px;
    height: 40px;
    background: #e9ebf1;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.pages .item.current {
    background: #000000;
    color: #ffffff;
}

.pages .item a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #000000;
}

.toolbar.toolbar-products .items.pages-items li.item.pages-item-next span, .toolbar.toolbar-products .items.pages-items li.item.pages-item-previous span {
    font-size: 0;
}

.toolbar.toolbar-products .items.pages-items li.item.pages-item-next:after, .toolbar.toolbar-products .items.pages-items li.item.pages-item-previous:after {
    font-family: "font awesome 5 Pro";
    content: '\f104';
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #000000;
}

.toolbar.toolbar-products .items.pages-items li.item.pages-item-next:after {
    content: '\f105';
}

.toolbar:last-child.toolbar-products {
    display: flex;
    justify-content: center;
    margin: 70px 0 0 0;
}
.toolbar:last-child.toolbar-products {
    /* display: none; */
}
.toolbar.toolbar-products {
    display: none;
}
.columns {
    display: flex;
    flex-direction: column;
/*    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;*/
    position: relative;
}
@media(min-width: 768px) {
    .columns {
        display: block;
    }
}
.columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
@media only screen and (max-width: 767px) {
    .filter.active .filter-options {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 50px;
        z-index: 10;
    }
}
@media (min-width: 992px) {
	.columns {
	    flex-direction: row;
	    padding: 0;
	}
}
.cms-index-index .columns {
    margin-bottom: 0;
}

.columns .column.main {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    background-color: #fff;
}
.cms-index-index .columns .column.main,
.catalog-category-view .columns .column.main,
.catalogsearch-result-index .columns .column.main
{
    background-color: transparent;
}
.columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    background-color: #fff;
}
.columns .sidebar-additional {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
@media (min-width: 768px), print {
    .page-layout-1column .column.main {
        width: 100%;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .page-layout-2columns-left .column.main {
        width: calc(75% - 10px);
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .page-layout-2columns-left .sidebar-main {
        width: 25%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        background-color: #fff;
    }
    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0;
        padding-right: 2%;
    }
}
.compare.wrapper, [class*=block-compare] {
    display: none;
}
@media(min-width: 992px) {
    .compare.wrapper, [class*=block-compare] {
        display: block;
    }
}
/*.sidebar.sidebar-main {
    order: 1;
    flex-basis: 25%;
}*/
@media(min-width: 992px) {
    .sidebar.sidebar-main {
        order: 1;
    }
}


.filter-title strong {
    background-color: #7A7C84;
    color: #fff;
    left: 10px;
    line-height: 16px;
    padding: 5px 20px;
    position: absolute;
    top: 0;
    z-index: 2;
    line-height: 30px;
    width: calc(50% - 15px);
    font-size: 14px;
    text-transform: uppercase;
}
.filter-title strong:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0b0";
    position: absolute;
    right: 10px;
}
.page-main {
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 10px;*/
}
@media(min-width: 768px) {
    .page-main {
        width: 740px;
    }
}
@media(min-width: 992px) {
    .page-main {
        width: 970px;
    }
}
@media(min-width: 1230px) {
    .page-main {
        width: 1200px;
    }
}
.cms-index-index .page-main {
    width: auto;
}
.page-title-wrapper {
    position: relative;
    padding: 30px 10px;
}
@media(min-width: 992px) {
    .page-title-wrapper {
        padding: 30px 0px;
    }
}
.page-title-wrapper .page-title {
    font-size: 28px;
    font-weight: normal;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
@media(min-width: 768px) {
    .page-title-wrapper .page-title {
        font-size: 32px;
        font-weight: normal;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
    }
}
.form-create-account, .form.password.forget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.form-create-account > .fieldset,
.form-create-account > .actions-toolbar,
.form.password.forget > .fieldset,
.form.password.forget > .actions-toolbar
{
    padding: 30px;
}
@media(min-width: 768px) {
    .form-create-account, .form.password.forget {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .form.password.forget {
        flex-direction: row;
        width: 50%;
        max-width: 600px;
    }
}
@media(min-width: 768px) {
    .fieldset.create.info, .fieldset.create.account {
        flex-basis: 50%;
    }
}
.fieldset>.legend {
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
    font-size: 24px;
}
.fieldset>.field, .fieldset>.fields>.field {
    margin: 0 0 20px;
}
@media (min-width: 768px), print {
    .login-container .fieldset>.field>.control, .login-container .block>.block-content {
        width: 90%;
        max-width: 450px;
    }
    .form.password.forget .fieldset {
        max-width: 450px;
    }
}
.login-container .block .block-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 12px;
}
@media (min-width: 768px), print {
    .actions-toolbar .primary, .actions-toolbar .secondary {
        display: inline-block;
    }
    .actions-toolbar .primary .action {
        margin: 0 15px 0 0;
    }
}
.password-strength-meter {
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.login-container {
    display: flex;
    flex-direction: column;
}
.login-container .block.block-customer-login,
.login-container .block-new-customer {
    flex-basis: 50%;
    padding: 30px;
}
@media(min-width: 768px) {
    .login-container {
        flex-direction: row;
    }
}
.login-container .block-new-customer .actions-toolbar {
    margin-top: 25px;
}
.control.captcha-image {
    margin-top: 10px;
}
.control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
}
@media (min-width: 768px), print {
    .control.captcha-image .captcha-img {
        margin: 0 10px 0 0;
        vertical-align: middle;
    }
}





.productMainHolder {
    display: flex;
    flex-direction: column;
}
@media(min-width: 768px) {
    .productMainHolder {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
}
.product.media {
    padding: 30px 30px 0;
}
@media(min-width: 992px) {
    .product.media {
        padding: 30px 50px 0;
    }
}
.product-info-main {
    padding: 15px;
    text-align: center;
}
@media(min-width: 768px) {
    .product-info-main {
        padding: 15px;
        text-align: left;
    }
}
.productMainHolder .page-title-wrapper {
    position: relative;
    padding: 0;
}
@media(min-width: 768px) {
    .product.media {
        width: 50%;
        padding: 50px;
    }
    .product-info-main {
        width: 50%;
        padding: 30px;
    }
    .productMainHolder .page-title-wrapper {
        position: relative;
        padding: 0;
    }
}

.fotorama-video-container:after {
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}
.fotorama-video-container .magnify-lens {
    display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
    opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
    transform: scale(1.25);
}
.video-thumb-icon:after {
    background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 49px;
}
.product-video {
    bottom: 0;
    height: 75%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}
.fotorama__product-video--loading:after {
    visibility: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
    .product-video {
        height: 100%;
        width: 81%;
    }
}

.fotorama__nav-wrap {
    margin-top: 15px;
}
.page-title-wrapper.product {
    max-width: 400px;
}
.catalog-product-view .column {
    background: #ffffff;
    position: relative;
}

.warranty10 {
    background: url("../images/icons.png") no-repeat -2px -85px;
    width: 71px;
    height: 90px;
    margin-bottom: 16px;
}


.productViewTags {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
}
@media(min-width: 768px) {
    .productViewTags {
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 20px;
    }
}

.fotorama__thumb-border {
    backface-visibility: hidden;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    border: 1px solid #434343 !important;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}
.fotorama__nav.fotorama__nav--thumbs {
    text-align: center;
}
.page-title-wrapper.product h1 {
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
@media(min-width: 768px) {
    .page-title-wrapper.product h1 {
        font-family: "HelveticaNeueLTPro-Lt";
        font-size: 30px;
        margin-top: 20px;
        text-align: left;
        margin-bottom: 20px;
    }
}
.product.attribute.overview {
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 14px;
    text-align: left;
    color: #5e5e5e;
    margin-bottom: 40px;
    max-width: 400px;
}
@media(min-width: 768px) {
    .product.attribute.overview {
        font-family: "HelveticaNeueLTPro-Lt";
        font-size: 15px;
        text-align: left;
        color: #5e5e5e;
        margin-bottom: 40px;
        max-width: 400px;
    }
}
.shord-desc-title {
    display: none;
}

.catalog-product-view .shord-desc-title {
    display: none !important;
}

.product.attribute.overview .shord-desc-title {
    display: block;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    color: #000000;
    font-family: "HelveticaNeueLTPro-Roman";
}

@media(min-width: 768px) {
    .productMainHolder .page-title-wrapper {
        position: relative;
        padding: 0;
    }
}
.catalog-product-view .product-info-main .price-final_price .price {
    font-family: "HelveticaNeueLTPro-Roman";
    font-size: 24px;
    text-align: center;
    display: block;
    line-height: 1;
}
@media(min-width: 768px) {
    .catalog-product-view .product-info-main .price-final_price .price {
        font-family: "HelveticaNeueLTPro-Roman";
        font-size: 30px;
        display: block;
    }
}
.product-info-main .product-add-form .fieldset {
    width: 100%;
}
.product-info-main .product-add-form .fieldset .action.primary.tocart {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    height: auto;
    font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
}
.product-info-main .product-add-form .fieldset .action.primary.tocart > span {
    padding: 0;
}
.product-info-main .product-add-form .fieldset .action.primary.tocart span:before {
    display: none;
}
@media(min-width: 992px) {
    .product-info-main .product-add-form .fieldset {
        width: auto;
    }
    .product-info-main .product-add-form .fieldset .action.primary.tocart {
        width: 200px;
        height: 60px;
    }
    .product-info-main .product-add-form .fieldset .action.primary.tocart > span {
        padding-left: 30px;
        padding-top: 3px;
    }
    .product-info-main .product-add-form .fieldset .action.primary.tocart span:before {
        display: block;
    }
}
.partner-available {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #009136;
    text-transform: uppercase;
    border: 1px solid
    cursor: pointer;
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
    min-width: 200px;
    width: 100%;
}
@media(min-width: 992px) {
    .partner-available {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        background: #009136;
        text-transform: uppercase;
        border: 1px solid #009136;
        cursor: pointer;
        color: #fff;
        transition: all .3s;
        font-size: 14px;
        line-height: 40px;
        padding: 10px 30px;
        font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
        min-width: 200px;
        width: auto;
        height: 60px;
    }
}
.partner-available:hover {
    background: #fff;
    border: 1px solid #009136;
    color: #009136;
}
.box-tocart button {
    height: 60px;
    width: 200px;
    padding: 0;
    background: #8c0014;
    font-family: "HelveticaNeueLTPro-Md";
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    /*position: relative;*/
    border: 1px solid #8c0014;
    cursor: pointer;
}

.box-tocart button:hover {
    background: #ffffff;
    border: solid 1px #8c0014;
    color: #8c0014;
}
.box-tocart button > span {
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    line-height: 1;
}
.box-tocart button > span:before {
    background: url(../images/icons.png) no-repeat -45px -2px;
    width: 21px;
    height: 19px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box-tocart button:hover > span:before {
    background: url(../images/icons.png) no-repeat -133px -2px;
}

.sidebar.sidebar-additional {
    display: none;
}

.box-tocart {
    display: flex;
    flex-wrap: wrap;
}

#scrollToBundle {
    height: auto;
    width: 100%;
    border: solid 1px #8c0014;
    text-transform: uppercase;
    display: flex;
    color: #8c0014;
    background-color: #fff;
    font-family: "HelveticaNeueLTPro-Md";
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
}
@media(min-width: 992px) {
    #scrollToBundle {
        height: 60px;
        width: 200px;
        border: solid 1px #8c0014;
        text-transform: uppercase;
        display: flex;
        color: #8c0014;
        background-color: #fff;
        font-family: "HelveticaNeueLTPro-Md";
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-left: 10px;
        cursor: pointer;
        line-height: initial;
    }
}
#scrollToBundle:hover {
    border: solid 1px #8c0014;
    color: #fff;
    background-color: #8c0014;
}
.blockDelivery:before {
    content: '';
    display: inline-block;
    background: url(../images/icons.png) no-repeat -158px -2px;
    width: 27px;
    height: 21px;
    vertical-align: middle;
    margin-right: 8px;
}

.blockDelivery, .product.alert.stock a {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
    color: #000000;
}
.product.alert.stock a:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f05a";
    color: #8c0014;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    width: 1.25em;
}
.product.alert.stock a:hover {
    text-decoration: underline;
}
.product-info {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
    color: #000000;
}
.product-info i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.productSpecification .value ul li {
    color: #5e5e5e;
    line-height: 24px;
}
.productSpecification .value {
    padding-top: 20px;
    padding-bottom: 20px;
}
.productSpecification .value ul li:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    color: #009136;
    font-weight: 900;
    margin-right: 6px;
    font-size: 16px;
}

/* .productFeatures li {
    color: #5e5e5e;
    line-height: 24px;
} */
/* .productFeatures {
    padding-top: 20px;
    padding-bottom: 20px;
} */
/* .productFeatures li:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    color: #009136;
    font-weight: 900;
    margin-right: 6px;
    font-size: 16px;
} */
.product.attribute.overview ul li {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    margin-bottom: 5px;
}
.product.attribute.overview ul {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product.attribute.overview ul li:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    color: #009136;
    font-weight: 900;
    margin-right: 6px;
    font-size: 16px;
}
/*PAGE MESSAGES*/

/*.page.messages .messages[role=alert] {
    background: #8c0014;
    color: #ffffff;
    font-family: "HelveticaNeueLTPro-Lt";
    padding: 20px;
}*/

/*---page messages---*/

.message.info.empty {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 14px;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f071";
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 14px;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
    content: '\f057';
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 14px;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f06a";
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 14px;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058";
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
}



.actions-toolbar>.primary .action, .actions-toolbar>.secondary .action, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .box-tocart .action.instant-purchase {
    width: 100%;
}
@media (min-width: 768px), print {
    .actions-toolbar>.primary .action, .actions-toolbar>.secondary .action {
        margin-bottom: 0;
        width: auto;
    }
}
.actions-toolbar>.secondary .action.back {
    display: none;
}

















.importantAttributes {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    /* padding: 45px; */
    padding: 15px;
}
.importantAttribute {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    flex-basis: 50%;
    max-width: 50%;
}
@media(min-width: 768px) {
    .importantAttributes {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .importantAttribute {
        border: none;
        border-right: solid 1px #e5e5e5;
        flex-basis: 100%;
    }
    .importantAttribute:last-child {
        border-right: none;
    }
}

.importantAttributeIcon.sw_important_energy_efficiency {
    display: block;
    background: url(../images/icons.png) no-repeat -76px -88px;
    width: 50px;
    height: 50px;
}

.importantAttributeIcon.sw_important_capacity {
    display: block;
    background: url(../images/icons.png) no-repeat -129px -87px;
    width: 50px;
    height: 50px;
}

.importantAttributeIcon.sw_important_rpm {
    display: block;
    background: url(../images/icons.png) no-repeat -182px -89px;
    width: 53px;
    height: 50px;
}

.importantAttributeIcon.sw_important_dimensions {
    display: block;
    background: url(../images/icons.png) no-repeat -237px -88px;
    width: 48px;
    height: 48px;
}
.importantAttributeIcon.sw_weight {
    display: block;
    background: url(../images/weight.png);;
    width: 50px;
    height: 50px;
}
.importantAttributeIcon.sw_volume {
    display: block;
    background: url(../images/volume.png);;
    width: 50px;
    height: 50px;
}
.importantAttributeIcon.sw_consumption {
    display: block;
    background: url(../images/consumption.png);;
    width: 50px;
    height: 50px;
}

.importantAttributeIcon {
    margin: auto;
}

.importantAttributeValue {
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 40px;
    line-height: 60px;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}
.importantAttribute:last-child .importantAttributeValue {
    /* font-size: 30px; */
}
.importantAttributeLabel {
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 15px;
    color: #5e5e5e;
}

.productDetailsHeader {
    padding: 15px;
}

/* Youtube video */
.yt-video-a {
    margin-top: 20px;
    margin-bottom: 15px;
}
.yt-video-a {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}
.yt-video-a i{
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 10px;
}
/* The Modal (background) */
.modal-yt {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 40px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-ytVideo-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0 10px;
    border: 1px solid #888;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-ytVideo-content iframe{
    width: 100% !important;
    height: 600px !important;
}
    /* The Close Button */
.close-ytVideo {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-ytVideo:hover,
.close-ytVideo:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media(max-width: 769px){
    .modal-ytVideo-content {
        width: 100%;
    }
    .modal-ytVideo-content iframe {
        width: 100% !important;
        height: 260px !important;
    }
    .modal-yt {
        top: 0px;
    }
}

@media(min-width: 768px) {
    .productDetailsHeader {
        margin-top: 25px;
        padding: 0;
    }
}
.productDetailsHeader > ul {
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media(min-width: 768px) {
    .productDetailsHeader > ul {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}
.productDetailsHeader > ul > li {
    color: #000;
    text-align: left;
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 14px;
    background: #fff;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    position: relative;
}
.productDetailsHeader > ul > li:last-child {
    border-right: none;
}
.productDetailsHeader > ul > li > .product-details-title {
    display: block;
}
.productDetailsContent {
    display: none;
}
.productDetailsHeader li > div {
    display: none;
    line-height: initial;
    padding: 20px 0;
}
.productDetailsHeader li.active > div {
    display: block;
}

@media(min-width: 768px) {
    .productDetailsContent {
        display: block;
    }
    .productDetailsHeader li > div {
        display: none !important;
    }
}


@media(min-width: 768px) {
    .productDetailsHeader > ul > li {
        height: 50px;
        font-family: "HelveticaNeueLTPro-Md";
        font-size: 16px;
        color: #fff;
        text-align: center;
        background: #7a7c84;
        line-height: 50px;
        border-right: solid 1px #ffffff;
    }
    .productDetailsHeader > ul > li.active {
        background: #1a1a1a;
    }
    .productDetailsHeader > ul > li:last-child {
        border-right: none;
    }
}

.productDetailsContent > div {
    display: none;
}

.productDetailsContent > div.active {
    display: block;
    overflow: hidden;
}
.productDetailsContent > div.active > div {
    padding: 15px;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    font-size: 16px;
    line-height: 150%;
}
@media(min-width: 992px) {
    .productDetailsContent > div.active > div {
        padding: 50px;
        font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
        font-size: 16px;
    }
}
.amrelated-pack-wrapper .amrelated-title,
.catalog-product-view .block .block-title {
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.amrelated-pack-wrapper .amrelated-title > strong,
.catalog-product-view .block .block-title > strong {
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
}
@media(min-width: 768px) {
    .amrelated-pack-wrapper .amrelated-title,
    .catalog-product-view .block .block-title {
        background-color: #000;
        color: #fff;
        padding: 14px;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
    }
    .amrelated-pack-wrapper .amrelated-title > strong,
    .catalog-product-view .block .block-title > strong {
        font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    }
}
























/*---opis---*/


.productDetails img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.desc-row-holder .desc-row {
    display: flex;
    align-items: center;
}
.desc-row-desc {
    font-size: 14px;
    color: #5e5e5e;
    flex-basis: 50%;
    padding: 30px;
}
.desc-row-img {
    flex-basis: 50%;
}
.desc-row-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

























/*---minicart---*/

.minicart-wrapper .block-minicart {
    margin: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    min-width: 100%;
    width: 323px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
}
.minicart-wrapper .block-minicart .block-title {
	display: none;
}
.minicart-wrapper .block-minicart .block-content .action.close {
	display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #8c0014;
    color: #fff;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
}
 .minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
}
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label{
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.minicart-items-wrapper {
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.minicart-items-wrapper .product-item > .product {
    display: flex;
    border-bottom: 1px solid #e9ebf1;
    padding: 10px;
}
.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.minicart-items-wrapper .product-item-pricing {
    display: flex;
    flex-direction: column;
}
.minicart-items-wrapper .product-item-pricing .price-container {
    order: 2;
    max-width: calc(100% - 25px);
}
.minicart-items-wrapper .product-item-pricing .details-qty.qty {
    order: 1;
}
.minicart-items-wrapper .product-item-pricing .details-qty.qty .label {
    margin: 0;
    vertical-align: baseline;
}
.minicart-items .item-qty {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-size: 16px;
    height: 30px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    margin-right: 10px;
    text-align: center;
    width: 45px;
    display: inline-block;
}
.minicart-items .product-item-details {
    padding-left: 10px;
    width: 100%;
}
.minicart-items-wrapper .product-item-details .product-item-name a {
    font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
    font-size: 16px;
    color: #000;
}
.minicart-items-wrapper .product.actions .primary {
    display: none;
}
.price-container .minicart-price .price {
    font-size: 16px;
}
.minicart-items .action.edit, .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none;
}
.minicart-items .action.edit>span, .minicart-items .action.delete>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.minicart-wrapper .product .actions {
    float: right;
    margin: -22px 0 0;
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before {
    content: '';
    background: url(../images/icons.png) no-repeat -230px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.block-minicart .block-content .items-total {
    display: none;
}
.block-minicart .block-content .subtitle:not(.empty) {
    display: none;
}
.block-minicart .block-content {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.block-minicart .block-content .subtotal {
    order: 2;
}
.block-minicart .block-content .actions {
    order: 3;
}
.block-minicart .block-content .subtotal {
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}
.block-minicart .block-content .subtotal .label,
.block-minicart .block-content .details-qty.qty .label {
    font-size: 14px;
    text-transform: uppercase;
    color: #8f8f8f;
}
.block-content > .actions > .primary > .action, .block-content > .actions > .secondary > .action {
    display: block;
    /*height: 30px;*/
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    padding: 0;
}
.block-content > .actions > .primary > .action {
    background-color: #8c0014;
    border: 1px solid #8c0014;
    color: #fff;
}
.block-content > .actions > .primary > .action:hover {
    background-color: #fff;
    border: 1px solid #8c0014;
    color: #8c0014;
}
.block-content > .actions > .secondary > .action {
    background-color: #fff;
    border: 1px solid #9f9f9f;
    color: #000;
}
.block-content > .actions > .secondary > .action:hover {
    background-color: #8c0014;
    border: 1px solid #8c0014;
    color: #fff;
}
.block-minicart .product-image-container {
    padding: 0;
}

/*---mobile nav toggle---*/

.nav-toggle {
	transition: 0.1s transform linear;
	position: relative;
	background: none;
	width: 40px;
	height: 50px;
	z-index: 1;
	outline: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	display: block;
	font-size: 0;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
	transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
	position: absolute;
	background: #fff;
	margin: auto;
	width: 25px;
	height: 2px;
	content: '';
	top: 48%;
	left: 0;
	font-size: 0px;
	border-radius: 5px;
}
.nav-toggle span::before,
.nav-toggle span::after{
	content: ' ';
}
.nav-toggle span {
    left: 14px;
}
.nav-toggle span::after {
	top: 8px;
}
.nav-toggle span::before {
	top: -8px;
}
.nav-toggle span::before,
.nav-toggle span::after {
	transform: rotate(0deg);
}
.nav-open .nav-toggle span::before {
	transform: rotate(45deg);
}
.nav-open .nav-toggle span::before,
.nav-open .nav-toggle span::after {
	top: 0;
}
.nav-open .nav-toggle span::after {
	transform: rotate(-45deg);
}
.nav-open .nav-toggle span {
	background: transparent;
	border-color: transparent;
}
@media(min-width: 992px) {
	.nav-toggle {
		display: none;
	}
}

.catalog-product-view .productDetails {
    border-bottom: 10px solid #e9ebf1;
}
























/*---amrelated pack wrapper---*/


@media (min-width: 992px), print {
    .amrelated-pack-item.-wide {
        padding: 20px;
        width: 200px;
    }
}
@media (min-width: 1200px), print {
    .amrelated-pack-item.-wide {
        padding: 30px;
        width: 270px;
    }
}
@media (min-width: 992px), print {
    .amrelated-pack-item.-wide.-main {
        padding-left: 0;
        width: 200px;
    }
}
@media (min-width: 1200px), print {
    .amrelated-pack-item.-wide.-main {
        padding-left: 0;
        width: 270px;
    }
}
@media (min-width: 992px), print {
    .amrelated-pack-list.-wide .amrelated-pack-items {
        position: relative;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: unset;
        max-width: 66%;
    }
}
.amrelated-pack-wrapper {
    clear: both;
    margin: 0;
    border-bottom: 10px solid #e9ebf1;
}
.amrelated-content-wrapper {
    background: transparent;
    margin-top: 0;
}
.amrelated-pack-item {
    width: 100%;
    padding: 20px;
}
.amrelated-summary-content {
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 15px;
}
.amrelated-price-wrapper {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}
@media(min-width: 992px) {
    .amrelated-price-wrapper {
        width: auto;
        margin: 0 15px;
    }
}
.amrelated-tocart-wrapper {
    margin: 0;
    width: 100%;
}
@media(min-width: 992px) {
    .amrelated-tocart-wrapper {
        margin-right: 10px;
    }
}
.amrelated-summary-content .main.price {
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #000;
    flex-basis: 100%;
}
@media(min-width: 992px) {
    .amrelated-summary-content .main.price {
        font-size: 24px;
        line-height: 1;
        text-align: center;
        color: #000;
        flex-basis: 100%;
    }
}
@media (min-width: 768px), print {
    .amrelated-pack-wrapper .amrelated-content-wrapper {
        background: transparent;
    }
}
.amrelated-name {
    overflow: hidden;
    height: auto;
}
.amrelated-name .amrelated-link {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
}
.amrelated-pack-item .price-final_price [data-price-type="finalPrice"] .price {
    font-size: 20px;
    line-height: 1;
    margin: 0;
}
@media (min-width: 992px), print {
    .amrelated-pack-item.-wide .amrelated-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        flex-direction: column;
    }
}
@media (min-width: 1440px), print {
    .amrelated-pack-item.-wide .amrelated-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        flex-direction: column;
    }
}
@media (min-width: 768px), print {
    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
        color: #0a2448;
    }
}
@media (min-width: 1024px), print {
    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
        padding: 10px;
        /*font-size: 60px;*/
        font-size: 50px;
        font-family: 'HelveticaNeueLTPro-Lt', sans-serif
;    }
}

.amrelated-tocart-wrapper .action.primary {
    width: 100%;
    padding: 0;
    background: #8c0014;
    font-family: "HelveticaNeueLTPro-Roman", sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #8c0014;
    cursor: pointer;
    line-height: 40px;
}
@media(min-width: 992px) {
    .amrelated-tocart-wrapper .action.primary {
        height: 60px;
        width: 200px;
        padding: 0;
        background: #8c0014;
        font-family: "HelveticaNeueLTPro-Md", sans-serif;
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
        border: 1px solid #8c0014;
        cursor: pointer;
    }
}
.amrelated-tocart-wrapper .action.primary span {
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    line-height: 1;
}
.amrelated-tocart-wrapper .action.primary span:before {
    background: url(../images/icons.png) no-repeat -45px -2px;
    width: 21px;
    height: 19px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.amrelated-photo-container {
    text-align: center;
    background: transparent;
    border: none;
    width: 100px;
    height: auto;
    min-width: 100px;
}
@media(min-width: 768px) {
    .amrelated-photo-container {
        text-align: center;
        background: transparent;
        border: none;
        width: 100%;
        height: auto;
        max-height: 195px;
    }
}
@media(min-width: 768px) {
    .amrelated-photo-container .amrelated-photo {
        max-height: 195px;
    }
}
@media (min-width: 1440px), print {
    .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 0;
        height: 100%;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        transition: all 0.3s ease;
    }
}
@media (min-width: 768px), print {
    .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        height: auto;
        border: none;
        flex-wrap: wrap;
    }
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 3px solid #8c0014;
    border-radius: 3px;
    cursor: pointer;
}
@media(min-width: 768px) {
    .amrelated-photo-container .amrelated-checkbox + .amrelated-label {
        position: absolute;
        top: auto;
        left: auto;
        z-index: 2;
        box-sizing: border-box;
        width: 22px;
        height: 22px;
        background: #fff;
        border: 3px solid #8c0014;
        border-radius: 3px;
        cursor: pointer;
        bottom: -42px;
        left: 0;
    }
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
    background: #fff url(../images/icons.png) no-repeat -205px 0;
    border: none;
    display: none;
}
@media (min-width: 768px), print {
    .amrelated-content-wrapper .amrelated-summary-content {
        position: relative;
        display: block;
        /*width: 180px;*/
        width: 210px;
        margin-top: 16px;
        padding: 0;

        height: auto;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 30px;
    }
}
.amrelated-discount {
    position: absolute;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #fff;
    background: #8c0014;
    border-radius: 2px;
}
@media (min-width: 992px), print {
    .amrelated-pack-item.-wide .amrelated-details {
        margin-left: 30px;
        margin-top: 15px;
    }
}
@media (min-width: 1440px), print {
    .amrelated-pack-item.-wide .amrelated-details {
        margin-left: 30px;
        margin-top: 15px;
    }
}
.amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    left: unset;
    padding: 5px;
    position: static;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    color: #1a1a1a;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    flex-direction: column;
}
@media (min-width: 768px), print {
    .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
        left: unset;
        padding: 5px;
        position: static;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        color: #1a1a1a;
        background-color: transparent;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    }
}
.amrelated-discount.-summary .amount {
    margin-left: 0;
    font-weight: normal;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    color: #999;
}
.amrelated-photo-container .amrelated-checkbox:checked ~ .amrelated-discount, .amrelated-pack-item.-main .amrelated-discount {
    display: none;
}
.amrelated-pack-item {
    border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:last-child {
    border-bottom: 1px solid #ccc;
}
.amrelated-pack-item .amrelated-details {
    display: block;
    flex-wrap: wrap;
    margin-left: 20px;
}
@media(min-width: 992px) {
    .amrelated-pack-item .amrelated-details {
        display: flex;
        flex-wrap: wrap;
        margin-left: 20px;
    }
}





















/*---amrelated grid wrapper---*/

.product-item-details .product-item-name a {
    font-family: "HelveticaNeueLTPro-Lt", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
    display: inline-block;
    width: 100%;
}
@media(min-width: 768px) {
    .product-item-details .product-item-name a {
        font-family: "HelveticaNeueLTPro-Md", sans-serif;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        height: 40px;
        overflow: hidden;
        color: #000;
        display: inline-block;
    }
}
.amrelated-grid-wrapper {
    background-color: #fff;
}


/*---modals wrapper---*/

.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s,opacity .3s ease;
    transition: visibility 0s .3s,opacity .3s ease;
}
.modal-popup {
    z-index: 900;
}
.modal-popup {
    pointer-events: none;
}
.modal-popup._inner-scroll {
    overflow-y: visible;
}

/*---cart---*/

.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate>.legend,
.cart-summary .block .fieldset.estimate>.legend+br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard>.legend+br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,
.multicheckout .hidden,
[class^=multishipping-] .nav-sections,
[class^=multishipping-] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
    display: none;
}
@media (min-width: 768px), print {
    .abs-add-clearfix-desktop:before,
    .abs-add-clearfix-desktop:after,
    .paypal-review .block-content:before,
    .paypal-review .block-content:after,
    .paypal-review-discount:before,
    .paypal-review-discount:after,
    .order-review-form:before,
    .order-review-form:after,
    .block-cart-failed .block-content:before,
    .block-cart-failed .block-content:after,
    .cart-container:before,
    .cart-container:after,
    .login-container:before, .login-container:after,
    .account .page-title-wrapper:before,
    .account .page-title-wrapper:after,
    .account .column.main .block:not(.widget) .block-content:before,
    .account .column.main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:before,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:before,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:before,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:before, .data.table .gift-wrapping .content:after,
    .block-wishlist-management:before, .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .order-links:before, .order-links:after,
    .account .column.main .block.block-order-details-view:before,
    .account .column.main .block.block-order-details-view:after,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:before,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .page-header .header.panel:before,
    .page-header .header.panel:after,
    .header.content:before,
    .header.content:after {
        content: '';
        display: table;
    }
    .abs-add-clearfix-desktop:after,
    .paypal-review .block-content:after,
    .paypal-review-discount:after,
    .order-review-form:after,
    .block-cart-failed .block-content:after,
    .cart-container:after,
    .login-container:after,
    .account .page-title-wrapper:after,
    .account .column.main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .order-links:after,
    .account .column.main .block.block-order-details-view:after,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .page-header .header.panel:after,
    .header.content:after {
        clear: both;
    }
    .abs-add-clearfix-desktop:before,
    .abs-add-clearfix-desktop:after,
    .paypal-review .block-content:before,
    .paypal-review .block-content:after,
    .paypal-review-discount:before,
    .paypal-review-discount:after,
    .order-review-form:before,
    .order-review-form:after,
    .block-cart-failed .block-content:before,
    .block-cart-failed .block-content:after,
    .cart-container:before,
    .cart-container:after,
    .login-container:before,
    .login-container:after,
    .account .page-title-wrapper:before,
    .account .page-title-wrapper:after,
    .account .column.main .block:not(.widget) .block-content:before,
    .account .column.main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:before,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:before,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:before,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:before,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:before,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .order-links:before, .order-links:after,
    .account .column.main .block.block-order-details-view:before,
    .account .column.main .block.block-order-details-view:after,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:before,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .page-header .header.panel:before,
    .page-header .header.panel:after,
    .header.content:before,
    .header.content:after {
        content: '';
        display: table;
    }
}
.cart-summary {
    background: #f5f5f5;
    margin-bottom: 25px;
    padding: 1px 0 25px;
}
@media (min-width: 768px), print {
    .cart-summary {
        width: 100%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 1px 20px 25px;
        position: relative;
        top: 0px !important;
    }
}
@media (min-width: 992px), print {
    .cart-summary {
        width: 25%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 1px 20px 25px;
        position: relative;
    }
}
.cart-summary>.title {
    font-size: 24px;
    display: none;
    margin: 12px 0;
}
@media (min-width: 768px), print {
    .cart-summary>.title {
        display: block;
    }
}
.page-main .cart-summary .block {
    margin-bottom: 0;
}
@media (min-width: 768px), print {
    .abs-margin-for-blocks-and-widgets-desktop, .page-main .block, .customer-review .product-details {
        margin-bottom: 50px;
    }
}
.abs-cart-block>.title, .minicart-items .product .toggle, .abs-discount-block .block>.title, .cart-summary .block>.title, .paypal-review-discount .block>.title, .cart-discount .block>.title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
}
@media (min-width: 768px), print {
    .cart-summary .block>.title {
        padding-left: 0;
    }
}
.abs-cart-block>.title:after, .minicart-items .product .toggle:after, .abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after, .cart-discount .block>.title:after {
    position: absolute;
    right: 20px;
    top: 10px;
}
@media (min-width: 768px), print {
    .cart-discount .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static;
    }
}
.cart-summary .block .title strong {
    font-size: 14px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
}
.abs-cart-block>.title:after, .minicart-items .product .toggle:after, .abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after, .cart-discount .block>.title:after {
    position: absolute;
    right: 20px;
    top: 10px;
}
@media (min-width: 768px), print {
    .cart-summary .block>.title:after {
        right: 3px;
    }
}
.abs-discount-block .block.active .content, .cart-summary .block.active .content, .paypal-review-discount .block.active .content, .cart-discount .block.active .content {
    display: block;
}
.abs-discount-block .block .content, .cart-summary .block .content, .paypal-review-discount .block .content, .cart-discount .block .content {
    display: none;
    padding: 5px 15px 23px;
    position: relative;
}
@media (min-width: 768px), print {
    .abs-revert-side-paddings, .checkout-cart-index .page-title-wrapper, .cart-summary .block .content {
        padding-left: 0;
        padding-right: 0;
    }
}
.cart-empty {
    padding: 30px;
    min-height: 400px;
}
.fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.fieldset:last-child {
    margin-bottom: 20px;
}
dl {
    margin-bottom: 20px;
    margin-top: 0;
}
dt {
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    margin-bottom: 5px;
    margin-top: 0;
}
dd {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0 0 25px;
}
.cart-summary .block .item-options {
    margin: 0 0 16px;
}
.cart-totals, .opc-block-summary .table-totals {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.cart-totals .table-wrapper, .opc-block-summary .table-totals .table-wrapper {
    margin-bottom: 0;
}
.cart-totals tbody .mark, .cart-totals tfoot .mark, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tfoot .mark {
    border: 0;
    padding: 6px 0;
}
.cart-totals .table-wrapper, .opc-block-summary .table-totals .table-wrapper {
    margin-bottom: 0;
}
.cart-totals tbody .mark, .cart-totals tfoot .mark {
    text-align: left;
}
@media (min-width: 640px) {
    .table>tbody>tr>th, .table>tbody>tr>td {
        border-top: 1px solid #ccc;
    }
}
.cart-totals tbody .amount, .cart-totals tfoot .amount, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tfoot .amount {
    border: 0;
    padding: 6px 0 6px 14px;
    text-align: right;
    white-space: nowrap;
}
.cart-totals .grand th, .cart-totals .grand td, .opc-block-summary .table-totals .grand th, .opc-block-summary .table-totals .grand td {
    padding: 11px 0;
}
.cart-totals tbody .mark, .cart-totals tfoot .mark {
    text-align: left;
}
.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark {
    font-size: 18px;
    border-top: 1px solid #ccc;
    padding-right: 10px;
}
.cart-totals .grand strong, .opc-block-summary .table-totals .grand strong {
    display: inline-block;
}
.cart-totals tbody tr:last-child td, .opc-block-summary .table-totals tbody tr:last-child td {
    padding-bottom: 19px;
}
.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
    font-size: 18px;
    border-top: 1px solid #ccc;
}
.cart-summary .checkout-methods-items {
    margin: 20px 0 0;
    padding: 0 15px;
    text-align: center;
}
@media (min-width: 768px), print {
    .cart-summary .checkout-methods-items {
        padding: 0;
    }
}
.bundle-options-container .block-bundle-summary .bundle.items>li, .product-items>li, .prices-tier>li, .search-terms>li, .cart-summary .checkout-methods-items>li, .opc-wrapper .opc>li, .opc-progress-bar>li, .checkout-agreements-items>li, .order-details-items .items-qty>li, .footer.content ul>li, .block-banners .banner-items>li, .block-banners-inline .banner-items>li, .block-event .slider-panel .slider>li {
    margin: 0;
}
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
/*.block-minicart .block-content>.actions>.primary .action.primary,*/
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
/*.block-authentication .action.action-login,*/
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
    line-height: 22px;
    padding: 14px 17px;
    font-size: 18px;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%;
}
.cart-summary .checkout-methods-items .item {
    margin-bottom: 0;
}
.cart-summary .checkout-methods-items .item:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .cart-totals {
        padding-left: 15px;
        padding-right: 15px;
    }
}
form {
    -webkit-tap-highlight-color: transparent;
}
.block-cart-failed, .cart-container .form-cart {
    margin-bottom: 20px;
}
.table-wrapper {
    margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
    .table-wrapper {
        border-top: 1px solid #ccc;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper {
        border-top: 1px solid #ccc;
    }
}
.cart-totals .table-wrapper, .opc-block-summary .table-totals .table-wrapper {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .cart-totals .table-wrapper {
        border-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper thead .col.item, .cart.table-wrapper thead .col.qty, .cart.table-wrapper thead .col.price, .cart.table-wrapper thead .col.subtotal, .cart.table-wrapper thead .col.msrp {
        display: none;
    }
}
.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 24px;
}
.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    padding: 20px 11px 10px;
    text-align: center;
}
.cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
        box-sizing: border-box;
        display: block;
        float: left;
        white-space: nowrap;
        width: 50%;
    }
    .cart.table-wrapper .col.subtotal {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper thead .col.item, .cart.table-wrapper thead .col.qty, .cart.table-wrapper thead .col.price, .cart.table-wrapper thead .col.subtotal, .cart.table-wrapper thead .col.msrp {
        display: none;
    }
}
.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 24px;
}
.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 75px;
    padding: 15px 15px 10px 90px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper .item .col.item {
        padding-bottom: 0;
    }
}
.cart.table-wrapper .product-item-photo {
    display: block;
    left: 15px;
    max-width: 65px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 100%;
}
.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper {
    height: auto;
    padding: 0!important;
}
.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static;
}





.product-item-name, .product.name a {
    font-weight: 400;
}
.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word;
}
.cart.table-wrapper .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: -3px 0 5px;
}
.product-item-name>a, .product.name a>a {
    color: #333;
    text-decoration: none;
}
.abs-product-link>a:visited, .product-item-name>a:visited, .product.name a>a:visited {
    color: #333;
    text-decoration: underline;
}
.cart.table-wrapper .item-options {
    margin-bottom: 0;
}
.cart.table-wrapper .product-item-name+.item-options {
    margin-top: 20px;
}
.cart.table-wrapper .item-options dt, .minicart-items .product-item-details .product .options.list dt, .opc-block-summary .items-in-cart .product .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after, .minicart-items .product-item-details .product .options.list dt:after, .opc-block-summary .items-in-cart .product .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': ';
}
.cart.table-wrapper .item-options dd, .minicart-items .product-item-details .product .options.list dd, .opc-block-summary .items-in-cart .product .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
}








@media (min-width: 768px), print {
    .cart-container .form-cart {
        padding: 0 20px;
    }
}
@media (min-width: 992px), print {
    .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 4%;
        padding: 0 30px;
        position: relative;
    }
}
.table-wrapper {
    margin-bottom: 20px;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
@media (min-width: 768px), print {
    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto;
    }
}
table th {
    text-align: left;
}
.cart.table-wrapper .col {
    padding-top: 15px;
}
.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 24px;
}
@media (min-width: 768px), print {
    .cart.table-wrapper tbody td {
        padding-top: 20px;
    }
}
.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 100px;
    padding: 15px 15px 10px 90px;
    position: relative;
}
@media (min-width: 768px), print {
    .cart.table-wrapper .item .col.item {
        padding: 20px 8px 20px 0;
    }
}
.cart.table-wrapper .product-item-photo {
    display: block;
    left: 15px;
    max-width: 65px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 100%;
}
@media (min-width: 768px), print {
    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 1%;
    }
}
@media (min-width: 768px), print {
    .cart.table-wrapper .product-item-details {
        display: table-cell;
        padding-bottom: 35px;
        vertical-align: top;
        white-space: normal;
        width: 99%;
    }
}
/* sticker */
.product.media {
    position: relative;
}
.product-item-info {
    position: relative;
}
.single-stickers-holder {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 2;
}
.single-left-custom {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 2;
}
.sticker-product-single {
    /* position: absolute;
    height: fit-content;
    top: 20px;
    right: 10px;
    bottom: 0;
    z-index: 2; */
}

.sticker-product-single img {
    width: 75px;
    height: auto;
}
.list-stickers-holder {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.list-sticker-custom {
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 1;
}
.sticker-product {
    /* position: absolute;
    height: fit-content;
    top: 0;
    right: 0;
    bottom: 0; */
}

.sticker-product img {
    width: 50px;
    height: auto;
}
/* end sticker */
.product-image-container {
    display: inline-block;
    max-width: 100%;
    padding: 15px;
}
.cart.table-wrapper .col.price .price-excluding-tax, .col.subtotal .price-excluding-tax {
    color: #666;
    font-size: 16px;
    display: block;
    line-height: 1;
    white-space: nowrap;
}
.cart.table-wrapper .col.qty {
    padding: 20px 11px 10px;
    text-align: center;
}
.cart.table-wrapper .col.qty .label {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cart.table-wrapper .col.qty .input-text {
    height: 36px;
    margin-top: -7px;
    text-align: center;
    width: 60px;
}
@media (min-width: 768px), print {
    .actions-toolbar {
        text-align: left;
    }
}
.cart.table-wrapper .actions-toolbar {
    min-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
.cart.table-wrapper .actions-toolbar>.action-edit,
.cart.table-wrapper .actions-toolbar>.action-delete {
    position: absolute;
    right: 16px;
    top: 0;
    display: inline-block;
    text-decoration: none;
}
.cart.table-wrapper .actions-toolbar>.action-edit {
    display: none;
}
.cart.table-wrapper .actions-toolbar>.action-delete {
    right: 0;
}
.cart.table-wrapper .action:last-child {
    margin-right: 0;
}
.cart.table-wrapper .action {
    margin-right: 25px;
}
.cart.table-wrapper .actions-toolbar>.action-edit:before, .cart.table-wrapper .actions-toolbar>.action-delete:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f304";
    /*font-weight: 700;*/
    /*padding-right: 10px;*/
    color: #757575;
}
.cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: '\f2ed';
}
.cart.table-wrapper .actions-toolbar>.action-edit:hover:before, .cart.table-wrapper .actions-toolbar>.action-delete:hover:before {
    color: #333;
}
.cart.table-wrapper .actions-toolbar>.action-edit>span, .cart.table-wrapper .actions-toolbar>.action-delete>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #ccc;
    position: relative;
}
@media (min-width: 768px), print {
    .cart-container .form-cart .actions.main {
        text-align: right;
    }
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
    /*display: none;*/
}
.cart-container .form-cart .actions.main .continue {
    float: left;
}
@media(max-width: 767px) {
    .cart-container .form-cart .actions.main .continue {
        display: none;
    }
}
.cart-container .form-cart .actions.main .clear {
    border: 1px solid #8c0014;
    color: #8c0014;
    background-color: transparent;
    transition: all .3s;
    margin-bottom: 15px;
    width: 100%;
}
@media(min-width: 768px) {
    .cart-container .form-cart .actions.main .clear {
        border: 1px solid #8c0014;
        color: #8c0014;
        background-color: transparent;
        transition: all .3s;
        margin: 0;
        margin-right: 10px;
        width: auto;
    }
}
.cart-container .form-cart .actions.main .clear:hover {
    -webkit-box-shadow: 0 0 0 1px #8c0014;
    box-shadow: 0 0 0 1px #8c0014;
}
.abs-discount-block .block, .cart-summary .block, .paypal-review-discount .block, .cart-discount .block {
    margin: 0;
}
@media (min-width: 768px), print {
    .abs-blocks-2columns,
    .abs-discount-block-desktop .block,
    .login-container .block,
    .account .column.main .block:not(.widget) .block-content .box,
    .form-address-edit>.fieldset,
    .form-edit-account .fieldset,
    .storecredit .block,
    .paypal-review-discount .block,
    .cart-discount .block {
        width: 48%;
    }
}
@media (min-width: 768px), print {
    .abs-discount-block-desktop .block:nth-child(1),
    .login-container .block:nth-child(1),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
    .form-address-edit>.fieldset:nth-child(1),
    .form-edit-account .fieldset:nth-child(1),
    .storecredit .block:nth-child(1),
    .paypal-review-discount .block:nth-child(1),
    .cart-discount .block:nth-child(1) {
        clear: left;
        float: left;
    }
}
@media (min-width: 768px), print {
    .cart-discount .block.discount {
        width: auto;
    }
}
@media (min-width: 768px), print {
    .abs-discount-block-desktop .block>.title, .paypal-review-discount .block>.title, .cart-discount .block>.title {
        border: 0;
        padding: 0 0 10px;
    }
}
.abs-cart-block>.title:after, .minicart-items .product .toggle:after, .abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after, .cart-discount .block>.title:after {
    position: absolute;
    right: 3px;
    top: 10px;
}
.abs-toggling-title:after, .abs-cart-block>.title:after, .minicart-items .product .toggle:after, .abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after, .cart-discount .block>.title:after {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
}
.abs-cart-block.active>.title:after, .abs-discount-block .block.active>.title:after, .cart-summary .block.active>.title:after, .paypal-review-discount .block.active>.title:after, .cart-discount .block.active>.title:after {
    content: '\f106';
}
@media (min-width: 768px), print {
    .cart-discount .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static;
    }
}
@media (min-width: 768px), print {
    .abs-discount-block-desktop .block .content, .paypal-review-discount .block .content, .cart-discount .block .content {
        padding: 0 0 20px;
    }
}
.paypal-review-discount .fieldset, .cart-discount .fieldset {
    display: table;
    width: 100%;
}
.paypal-review-discount .field, .cart-discount .field {
    display: table-cell;
}
.paypal-review-discount .fieldset>.field>.label, .cart-discount .fieldset>.field>.label {
    display: none;
}
.paypal-review-discount .actions-toolbar, .cart-discount .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}
.fieldset.coupon input {
    height: 34px;
}
@media (min-width: 768px), print {
    .actions-toolbar:before, .actions-toolbar:after {
        content: '';
        display: table;
    }
}
.cart-discount {
    display: none;
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before, .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before {
        content: attr(data-th);
        display: block;
        font-weight: 600;
        padding-bottom: 10px;
    }
}
.cart.table-wrapper .item-actions td {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal;
}
.cart.table-wrapper .cart tbody td {
    border: 0;
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper tbody>tr>td:last-child {
        border: 0;
    }
}
.cart.table-wrapper .actions-toolbar {
    min-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .gift-options-cart-item {
        float: left;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .gift-options-cart-item+.towishlist {
        left: 43px;
        position: absolute;
    }
}
.cart.table-wrapper .action {
    margin-right: 25px;
    display: none;
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper .towishlist {
        display: inline-block;
        text-decoration: none;
    }
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper .towishlist:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e600';
        font-family: luma-icons;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .cart.table-wrapper .towishlist:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e600';
        font-family: luma-icons;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}
.cart-container .form-cart .actions.main {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .cart-container .form-cart .actions.main {
        text-align: center;
        padding: 0 15px;
    }
}






@media (min-width: 768px), print {
    .cart-container .form-cart .actions.main {
        text-align: right;
    }
}
.cart-container .form-cart .actions.main .action.update {
    color: #fff;
    background-color: #8c0014;
    border-color: #8c0014;
    transition: all .3s;
    width: 100%;
}
@media(min-width: 768px) {
    .cart-container .form-cart .actions.main .action.update {
        color: #fff;
        background-color: #8c0014;
        border-color: #8c0014;
        transition: all .3s;
        width: auto;
    }
}
.cart-container .form-cart .actions.main .action.update:hover {
    -webkit-box-shadow: 0 0 0 1px #8c0014;
    box-shadow: 0 0 0 1px #8c0014;
}
.cart-discount {
    border-bottom: 1px solid #ccc;
    clear: left;
}
@media (min-width: 768px), print {
    .cart-discount {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border: 0;
        box-sizing: border-box;
        padding-right: 4%;
    }
}
.cart-summary .checkout-methods-items .item .action.multicheckout {
    display: none;
}
.cart.table-wrapper .product-image-container {
    padding: 0;
}
.checkout-success {
    padding: 30px;
}
.checkout-success .success-messages {
    font-size: 18px;
}
.page-main .block.block-order-details .order-date {
    font-size: 16px;
}
.checkout-success .action.primary.continue {
    padding: 6px 12px;
    font-size: 14px;
}
#registration {
    position: relative;
    margin: 20px 0 25px;
    padding: 0 0 0 12px;
    width: auto;
    border-left: 3px solid #f58c12;
    border: none;
    margin: 0;
    padding: 30px;
    border-top: 1px solid #e9ebf1;
}
#registration .action.primary {
    padding: 6px 12px;
    font-size: 14px;
}





































/*---product-description---*/

.productDetails .desc-holder {
    display: flex;
    flex-wrap: wrap;
}
.productDetails .img-holder {
    flex-basis: 100%;
}
.productDetails .img-holder > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.productDetails .text-holder {
    flex-basis: 100%;
    padding: 30px;
}
.productDetails .desc-holder:nth-child(even) .img-holder {
    order: 1;
}
.productDetails .desc-holder:nth-child(even) .text-holder {
    order: 2;
}
@media(min-width: 992px) {
    .productDetails .img-holder {
        flex-basis: 50%;
    }
    .productDetails .text-holder {
        flex-basis: 50%;
    }
    .productDetails .desc-holder:nth-child(even) .img-holder {
        order: 0;
    }
    .productDetails .desc-holder:nth-child(even) .text-holder {
        order: 0;
    }
}
.productDetails h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    padding-bottom: 55px;
    border-bottom: 1px solid #e9ebf1;
    margin-top: 55px;
    margin-bottom: 70px;
    font-weight: 300;
}
.productDetails h3 {
    text-align: center;
    font-size: 26px;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
}
.productDetails h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2;
}
.productDetails p {
    text-align: center;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 18px;
}
.productDetails > div > p {
    margin: 0;
}
.productDetails .downloads-holder {
    padding: 30px;
}
.download-btn {
    display: inline-block;
    background-color: #e8e8e8;
    font-size: 12px;
    padding: 5px 20px;
}
.download-btn span {
    color: #7f7f7f;
    font-size: 12px;
}
.download-btn > span:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f33d";
    color: #8c0014;
    padding-right: 10px;
}
.download-btn:hover span {
    color: #8c0014;
}
.productDetailsHeader > ul > li:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f067";
    position: absolute;
    right: 0;
}
.productDetailsHeader > ul > li.active:before {
    content: "\f068";
}
@media(min-width: 768px) {
    .productDetailsHeader > ul > li:before {
        display: none;
    }
}

.footerLinks h4:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f067";
    position: absolute;
    right: 0;
}
.footerLinks h4.active:before {
    content: "\f068";
}
@media(min-width: 992px) {
    .footerLinks h4:before {
        display: none;
    }
    .footerLinks h4.active:before {
        display: none;
    }
}


.owl-item {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) scale(1.0, 1.0) !important;
}






.item-content > div {
    width: 100%;
    /*height: 0;*/
    /*padding-bottom: 560px;*/
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width: 768px) {
    .item-content > div {
        width: 100%;
        /*height: 0;*/
        /*padding-bottom: 910px;*/
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.item-content > div > div {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 30px 15px;
}
@media(min-width: 1100px) {
    .item-content > div > div {
        position: absolute;
        bottom: 30px;
        text-align: center;
        padding: 30px;
    }
}
.adv-banner-holder img {
    display: block;
}
.banner-text-holder h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(min-width: 768px) and (max-width: 991px) {
    .banner-text-holder h3 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media(min-width: 992px) and (max-width: 1299px) {
    .banner-text-holder h3 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media(min-width: 1300px) {
    .banner-text-holder h3 {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.banner-text-holder p {
    font-size: 14px;
    color: #555;
    margin: 0;
    margin-bottom: 10px;
}
@media(min-width: 1100px) {
    .banner-text-holder p {
        font-size: 16px;
        color: #555;
        margin: 0;
        margin-bottom: 15px;
    }
}
.banner-text-holder h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(min-width: 768px) {
    .banner-text-holder h4 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.banner-text-holder a {
    font-size: 12px;
    color: #fff;
    border: 1px solid #8c0014;
    background-color: #8c0014;
    padding: 9px 25px;
    display: inline-block;
}
.banner-text-holder a:hover {
    color: #8c0014;
    border: 1px solid #fff;
    background-color: #fff;
}







/*---contact---*/


@media (min-width: 768px), print {
    .column:not(.sidebar-main) .form.contact, .column:not(.sidebar-additional) .form.contact {
        width: 27%;
        float: right;
    }
}
.contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: left;
    width: 100%;
}





.details-holder > div, .download-holder > div {
    /* padding: 0 30px; */
    padding: 15px;
}


/*---product details---*/

span.bullet {
    font-size: 0;
}
span.bullet:after {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    color: #009136;
    font-weight: 900;
    margin-right: 6px;
    font-size: 16px;
}
table.technicalData tbody tr th:first-child {
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    text-align: left;
    height: 27px;
    white-space: nowrap;
    background-color: #3b3b3b;
}
table.technicalData tbody tr th:first-child>span {
    padding: 10px;
    padding-right: 20px;
    float: left;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
}
table.technicalData tbody tr th:first-child .arrow {
    width: 12px;
    display: block;
    font-family: "mieleicons";
    color: #8C0014;
    right: 15px;
    float: right;
}
/*table.technicalData tbody tr th:first-child .arrow:after {
    content: '\0043';
}*/
table.technicalData tbody tr td {
    /*color: #ffffff;*/
    padding: 3px 15px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    height: 25px;
    height: 30px;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
}
table.technicalData tbody tr td:first-child {
    text-align: left;
}
table.technicalData tbody tr:last-child td {
    padding-bottom: 30px;
    border-bottom: none;
}
a.mouseover {
    padding: 0 0 0 0;
    margin: 0 4px 0 0;
    color: #ffffff;
    text-decoration: none;
}
a.mouseover:link {
    color: #ffffff;
}
a.mouseover:visited {
    color: #ffffff;
}
.td_ProdDetail a.mouseover {
    margin: 0 -15px 0 0;
}
a.mouseover:after {
    content: '\54';
    font-family: "mieleicons";
    padding-left: 5px;
    cursor: pointer;
    font-weight: normal;
}
.ym-g924-5 {
    width: 385px;
    position: relative;
}
.product-mouseoverBox {
    display: none;
    clear: both;
}
.ym-gl {
    float: left;
    margin: 0;
}
.ym-g924-2 {
    width: 154px;
    position: relative;
}
.product-mouseoverBox img {
    padding-bottom: 10px;
}
.ym-g924-3 {
    width: 231px;
    position: relative;
}

.download-holder table.technicalData tbody tr td:last-child {
    text-align: right;
}







/*---fotorama---*/

.gallery-placeholder__image {
    max-width: 100%;
}
.fotorama__arr, .fotorama__thumb__arr {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:active, .fotorama__thumb__arr:active {
    background-color: transparent;
}
.fotorama__arr:hover, .fotorama__thumb__arr:hover {
    background-color: transparent;
}






/*---checkout---*/

.checkout-index-index .checkout-header {
    margin: 12px 0 20px;
    padding: 0 9px;
    width: 70%;
}
.checkout-index-index .authentication-wrapper {
    position: relative;
    margin: 0px 10px;
    float: right;
    margin-right: 10px;
    margin-top: -75px;
}
.authentication-wrapper .modal-custom {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    width: 300px;
}
.authentication-wrapper .modal-custom._show {
    display: block;
}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.action-close:before {
    font-family: "font awesome 5 Pro";
    content: '\f00d';
    font-size: 20px;
    position: absolute;
    top: 2px;
    right: 10px;
    font-weight: 300;
    color: #333333;
}
.action-close span {
    display: none;
}
@media(min-width: 768px) {
    .fieldset.create.info, .fieldset.create.account, .block.block-customer-login, .block.block-new-customer {
        width: 50%;
    }
}
.actions-toolbar>.primary, .actions-toolbar>.secondary {
    margin-bottom: 10px;
    text-align: center;
}
.authentication-wrapper .modal-custom .block.block-customer-login {
    width: 100%;
    /*padding: 20px 0px;*/
}
.block-authentication .block[class] {
    margin: 0;
}
.opc-wrapper .step-title, .authentication-wrapper .modal-custom .block.block-customer-login .block-title, .order-details-items.ordered .order-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333333;
    font-size: 24px;
    position: relative;
}
.fieldset input, .fieldset textarea {
    border: 1px solid #ccc;
    box-shadow: none;
    /* max-width: 450px; */
    width: 100%;
    /*margin-bottom: 10px;*/
    color: #333333;
    font-size: 14px;
    /*background-color: transparent;*/
    padding: 7px 10px;
}
.actions-toolbar {
    padding-top: 15px;
}
.checkout-index-index .checkout-block {
    padding:15px;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    box-shadow: none;
    border: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
    margin: 0;
}
.field .control._with-tooltip {
    position: relative;
}
.field-tooltip {
    cursor: pointer;
    position: absolute;
    line-height: 40px;
    top: 0;
    right: 15px;
}
.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none;
}
.field-tooltip .field-tooltip-action:before {
    font-family: "font awesome 5 Pro";
    content: '\f059';
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0,-50%);
    font-weight: 300;
    color: #ccc;
}
.field-tooltip .field-tooltip-content {
    background: #e9ebf1;
    border: 1px solid #999999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    right: 20px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2;
}
@media(min-width: 768px) {
    .field-tooltip .field-tooltip-content {
        left: 15px;
    }
}
.field-tooltip._active .field-tooltip-content {
    display: block;
}
.field .note {
    display: block;
}
#tooltip-label span {
    display: none;
}
.fieldset.address > .field {
    display: inline-block;
    padding: 0 7px;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
}
.fieldset.address > .field._required {
    padding: 0px;
}
#shipping-new-address-form .field {
    padding: 0px !important;
}
@media(max-width: 767px) {
    #shipping-new-address-form .field {
        width: 100%;
    }
}
.checkout-index-index .fieldset .field {
    border: none;
    margin-bottom: 10px;
}
.field-tooltip .field-tooltip-action:hover:before {
    color: #333333;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
    max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
    margin: 5px 0 10px;
}
.billing-address-same-as-shipping-block input[type="checkbox"] {
    top: 0px;
}
.checkout-index-index .am-checkout:not(.-modern) {
    background: #fff;
}
.checkout-payment-method.submit {
    text-align: center;
}
.opc-block-summary .minicart-items-wrapper {
    margin: 0;
    max-height: 335px;
    padding: 15px 15px 0 0;
    border: 0;
    overflow-x: auto;
    margin-bottom: 45px!important;
}
@media (max-width: 480px) {
    .opc-block-summary .minicart-items-wrapper {
        padding: 0px;
    }
}
@media (max-width: 480px) {
    .opc-block-summary .minicart-items-wrapper {
        margin-bottom: 0px !important;
    }
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
    margin: 0;
}
.field.choice.newsletter input, input.checkbox, input[type="checkbox" i], input[type="radio" i] {
    width: auto!important;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.field.choice.newsletter label, .field.choice label, input[type="checkbox" i] label, input[type="radio" i] label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.checkout-payment-method .payments .legend {
    display: none;
}
#checkout-step-payment br {
    display: none;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 0;
    padding: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content, .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
    padding: 0;
}
.loading-mask {
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
}
.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.opc-estimated-wrapper {
    display: none;
}
[name*="shippingAddress.street.0"] .label {
    display: none !important;
}
.fieldset .label {
    margin-bottom: 8px;
}
.fieldset.address {
    /*margin: 0 -7px;*/
    margin: 0;
}
.table-checkout-shipping-method thead th {
    display: none;
}
.checkout-block .product-item-name {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
}
.checkout-index-index .checkout-header .description {
    font-size: 14px;
}







/*---cms pages---*/


.cms-page-view .column.main, .cms-no-route .column.main {
    padding: 15px;
}
@media(min-width: 992px) {
    .cms-page-view .column.main, .cms-no-route .column.main {
        padding: 50px 100px;
        min-height: 500px;
    }
}
.cms-page-view .column.main h1, .cms-no-route .column.main h1 {
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    text-transform: uppercase;
}











/*---kontakt strana---*/


.cms-kontakt.cms-page-view .column.main {
    float: left;
    padding: 30px;
}
.contact-index-index .column.main {
    float: left;
    padding: 30px;
}
.contact-page-column {
    float: left;
}
@media(min-width: 992px) {
    .contact-page-column {
        float: left;
        width: 50%;
    }
}
.contact-page-column.column-form {
    padding-top: 60px;
}
@media(min-width: 992px) {
    .contact-page-column.column-form {
        padding: 0;
        padding-left: 20px;
    }
}
@media (min-width: 768px), print {
    .column .contact-page-column .form.contact {
        width: 100%;
        float: left;
    }
}
.contact-page-holder h2 {
    border-bottom: 1px solid #e8e8e8;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    font-weight: normal;
}
.contact-page-column.column-form .fieldset>.legend {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    font-weight: normal;
    line-height: inherit;
}
.contact-page-column.column-form .fieldset>.legend span {
    display: block;
    line-height: 115%;
}
.contact-page-holder h3 {
    font-size: 20px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
.contact-page-holder h4 {
    font-size: 16px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}



.distributors-holder {
    display: block;
/*    float: left;
    width: 100%;*/
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.distributors-holder:before {
    display: table;
    content: " ";
}
.distributors-holder:after {
    display: table;
    content: " ";
    clear: both;
}
.distributor-title {
    flex-basis: 100%;
}
.distributor-title h3 {
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 20px;
    margin-bottom: 20px;
}
.distributors-column {
    flex-basis: 50%;
    padding-right: 20px;
}
@media(min-width: 768px) {
    .distributors-column {
        width: 33.33333333%;
        flex-basis: 33.33333333%;
        float: left;
        padding: 0;
    }
}
.distributors-item {
    margin-bottom: 40px;
}
.distributors-item h4 {
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.distributors-item a[href^='tel:'] {
    white-space: nowrap;
}
.distributors-item a[href^='tel:']:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f879";
    font-size: 12px;
    margin-left: 2px;
    margin-right: 5px;
    font-weight: 700;
    color: #ccc;
    line-height: 1;
    color: #999;
    vertical-align: middle;
    transition: all .3s;
}












/*---single---*/


.product-info-main .product.attribute.sku .type:after {
    content: ':';
}
.product-info-main .product.attribute.sku .value {
    display: inline-block;
}
.product-info-price .price-box.price-final_price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 0;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
@media(min-width: 992px) {
    .product-info-price .price-box.price-final_price {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        min-height: 0;
        justify-content: left;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
.price-box.price-final_price .old-price {
    line-height: 1;
}
.product-info-price .price-box.price-final_price .old-price {
    margin-right: 20px;
}
.amrelated-pack-wrapper .price-box.price-final_price {
    min-height: 34px;
    justify-content: left;
}
.amrelated-grid-wrapper .block-content {
    padding: 0 15px;
}
.amrelated-grid-wrapper .slick-arrow {
    z-index: 1;
}







/*---back btn breadcrumbs---*/


.back-btn {
    margin-right: 30px;
    background-color: transparent;
    color: #8c0014;
    border: none;
    cursor: pointer;
    padding: 0;
}
.back-btn:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f104";
    margin-right: 10px;
}
@media(max-width: 767px) {
    .replacebreadcrumbs > a {
        display: none;
    }
    .replacebreadcrumbs > span {
        display: none;
    }
}







/*---my account---*/


@media (min-width: 768px), print {
    .account.page-layout-2columns-left .column.main {
        width: 77.7%;
        padding: 15px 30px;
    }
}
@media (min-width: 768px), print {
    .account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
        width: 22.3%;
    }
}
.account.page-layout-2columns-left .sidebar-additional {
    display: none;
}
.abs-account-blocks .block-title, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .customer-review .review-details .title, .paypal-review .block .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^=sales-guest-] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
@media (min-width: 768px), print {
    .abs-add-clearfix-desktop:before, .abs-add-clearfix-desktop:after, .paypal-review .block-content:before, .paypal-review .block-content:after, .paypal-review-discount:before, .paypal-review-discount:after, .order-review-form:before, .order-review-form:after, .block-cart-failed .block-content:before, .block-cart-failed .block-content:after, .cart-container:before, .cart-container:after, .login-container:before, .login-container:after, .account .page-title-wrapper:before, .account .page-title-wrapper:after, .account .column.main .block:not(.widget) .block-content:before, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:before, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:before, .block-giftregistry-shared .item-options:after, .data.table .gift-wrapping .nested:before, .data.table .gift-wrapping .nested:after, .data.table .gift-wrapping .content:before, .data.table .gift-wrapping .content:after, .block-wishlist-management:before, .block-wishlist-management:after, .magento-rma-guest-returns .column.main .block.block-order-details-view:before, .magento-rma-guest-returns .column.main .block.block-order-details-view:after, .order-links:before, .order-links:after, .account .column.main .block.block-order-details-view:before, .account .column.main .block.block-order-details-view:after, [class^=sales-guest-] .column.main .block.block-order-details-view:before, [class^=sales-guest-] .column.main .block.block-order-details-view:after, .sales-guest-view .column.main .block.block-order-details-view:before, .sales-guest-view .column.main .block.block-order-details-view:after, .page-header .header.panel:before, .page-header .header.panel:after, .header.content:before, .header.content:after {
        content: '';
        display: table;
    }
}
@media (min-width: 768px), print {
    .abs-add-clearfix-desktop:after, .paypal-review .block-content:after, .paypal-review-discount:after, .order-review-form:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .page-title-wrapper:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .data.table .gift-wrapping .nested:after, .data.table .gift-wrapping .content:after, .block-wishlist-management:after, .magento-rma-guest-returns .column.main .block.block-order-details-view:after, .order-links:after, .account .column.main .block.block-order-details-view:after, [class^=sales-guest-] .column.main .block.block-order-details-view:after, .sales-guest-view .column.main .block.block-order-details-view:after, .page-header .header.panel:after, .header.content:after {
        clear: both;
    }
}
@media (min-width: 768px), print {
    .abs-blocks-2columns, .abs-discount-block-desktop .block, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .form-address-edit>.fieldset, .form-edit-account .fieldset, .storecredit .block, .paypal-review-discount .block, .cart-discount .block {
        width: 48%;
    }
}
@media (min-width: 768px), print {
    .abs-discount-block-desktop .block:nth-child(1), .login-container .block:nth-child(1), .account .column.main .block:not(.widget) .block-content .box:nth-child(1), .form-address-edit>.fieldset:nth-child(1), .form-edit-account .fieldset:nth-child(1), .storecredit .block:nth-child(1), .paypal-review-discount .block:nth-child(1), .cart-discount .block:nth-child(1) {
        clear: left;
        float: left;
    }
}
@media (min-width: 768px), print {
    .abs-discount-block-desktop .block:nth-child(2), .login-container .block:nth-child(2), .account .column.main .block:not(.widget) .block-content .box:nth-child(2), .form-address-edit>.fieldset:nth-child(2), .form-edit-account .fieldset:nth-child(2), .storecredit .block:nth-child(2), .paypal-review-discount .block:nth-child(2), .cart-discount .block:nth-child(2) {
        float: right;
    }
}
.field.password-info {
    display: none;
}
.mp-gdpr-delete-customer-account {
    margin-top: 45px;
}
.col-mp {
    padding: 0;
}
.paypal-review .block .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^=sales-guest-] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0 0 10px;
}
.paypal-review .block .box-title>span, .account .column.main .block:not(.widget) .box-title>span, .multicheckout .box-title>span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span, [class^=sales-guest-] .column.main .block:not(.widget) .box-title>span, .sales-guest-view .column.main .block:not(.widget) .box-title>span {
    font-size: 18px
    text-transform: uppercase;
}
.block-addresses-list .items.addresses .item.actions .action:after, .account .data.table .col.actions .action:after, [class^=sales-guest-] .data.table .col.actions .action:after, .sales-guest-view .data.table .col.actions .action:after, .block .box-actions .action:after {
    border-left: 1px solid #a6a6a6;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after, .account .data.table .col.actions .action:last-child:after, [class^=sales-guest-] .data.table .col.actions .action:last-child:after, .sales-guest-view .data.table .col.actions .action:last-child:after, .block .box-actions .action:last-child:after {
    display: none;
}
.checkout-onepage-success .action.print {
    display: none;
}



@media (min-width: 768px), print {
    .account.page-layout-2columns-left .sidebar-main .block {
        margin-bottom: 0;
    }
}
.block .title {
    display: block;
    margin-bottom: 10px;
}
@media (min-width: 768px), print {
    .abs-visually-hidden-desktop, .modes-label, .block-search .label, .block-collapsible-nav .title {
        border: 0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}
/*.block .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}*/
.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0;
}
.block-collapsible-nav .item {
    margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
    margin-top: 0;
}
.block-collapsible-nav .item a, .block-collapsible-nav .item>strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
    text-decoration: none;
}
.block-collapsible-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 18px;
}
.block-collapsible-nav .item {
    margin: 3px 0 0;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
    border-color: #8c0014;
    color: #000;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: -42px;
        width: 100%;
        z-index: 5;
        background-color: #fff;
    }
}
@media only screen and (max-width: 767px) {
    .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title {
        border-top: 1px solid #ccc;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 10px 40px 10px 10px;
        display: block;
        text-decoration: none;
    }
}
@media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
        position: absolute;
        right: 15px;
        top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "font awesome 5 Pro";
        content: '\f107';
    }
}
@media only screen and (max-width: 767px) {
    .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .wishlist-name.active:after, .block-collapsible-nav .title.active:after {
        content: '\f106';
    }
}
@media only screen and (max-width: 767px) {
    .block-collapsible-nav .content {
        border-bottom: 1px solid #ccc;
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .block-collapsible-nav .content.active {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 43px;
        position: relative;
    }
}
.account .column.main .block:not(.widget) .block-title>strong {
    font-size: 20px;
    font-weight: 300;
}
.account .column.main .block:not(.widget) .block-title>a {
    font-size: 16px;
    font-weight: 400;
    font-family:'Roboto', sans-serif;
}
.account .column.main .box-content {
    margin-bottom: 8px;
}
.actions-toolbar {
    padding-top: 16px;
    clear: both;
}
.toolbar .limiter {
    display: none;
}
@media only screen and (max-width: 767px) {
    .account .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 24px;
    }
}
.data.table.table-order-items caption {
    display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
    float: none;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    display: flex;
}
.actions-toolbar .primary .action {
    margin: 0 15px 0 0;
    flex-basis: 50%;
}
@media(min-width: 992px) {
    .actions-toolbar .primary .action {
        flex-basis: 0
    }
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-update {
    padding-left: 32px;
    padding-right: 32px;
    border-color: #00ade6;
    background-color: #00ade6;
    color: #fff;
    font-size: 16px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
    padding-left: 32px;
    padding-right: 32px;
    border-color: #00ade6;
    background-color: #fff;
    color: #00ade6;
    font-size: 16px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-update:hover,
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel:hover {
    -webkit-box-shadow: 0 0 0 1px #00ade6;
    box-shadow: 0 0 0 1px #00ade6;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
    margin: 0;
}
@media(min-width: 992px) {
    .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
        margin: 0 20px 0 0;
    }
}
@media only screen and (max-width: 639px) {
    .account .column.main {
        padding: 0 20px;
    }
}
.account .page-title-wrapper {
    position: relative;
    padding: 30px 0;
}
@media (min-width: 768px), print {
    .abs-discount-block-desktop .block:nth-child(2)+*, .amazon-addresses .amazon-address:nth-child(2)+*, .login-container .block:nth-child(2)+*, .account .column.main .block:not(.widget) .block-content .box:nth-child(2)+*, .form-address-edit>.fieldset:nth-child(2)+*, .form-edit-account .fieldset:nth-child(2)+*, .storecredit .block:nth-child(2)+*, .paypal-review-discount .block:nth-child(2)+*, .cart-discount .block:nth-child(2)+* {
        clear: both;
    }
}






/*---page messages---*/


.page.messages {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 11;
    text-align: center;
}
@media(min-width: 768px) {
    .page.messages {
        position: fixed;
        top: 0;
        bottom: auto;
        left: 0;
        width: 100vw;
        z-index: 11;
        text-align: center;
    }
}
.page.messages a {
    color: #3b9fe2;
}
.page.messages a:hover {
    text-decoration: underline;
}


.page.messages .message > *:first-child:before {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
}
.page.messages .message > *:first-child:after {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    vertical-align: middle;
    margin-left: 10px;
    content: "\f00d";
    cursor: pointer;
}
.message.info {
    position: relative;
    padding: 20px;
    background: #fdf0d5;
    color: #6f4400;
}
.page.messages .message.info > *:first-child:before {
    content: "\f05a";
}
.message.success {
    position: relative;
    padding: 15px;
    background: #e5efe5;
    color: #006400;
}
.page.messages .message.success > *:first-child:before {
    content: "\f058";
}
.message.error {
    position: relative;
    padding: 15px;
    background: #fae5e5;
    color: #e02b27;
}
.page.messages .message.error > *:first-child:before {
    content: "\f057";
}
.message.notice {
    position: relative;
    padding: 15px;
    background: #fdf0d5;
    color: #6f4400;
}
.page.messages .message.notice > *:first-child:before {
    content: "\f071";
}









/*---back to top---*/


#back-to-top {
    position: fixed;
    right: 12px;
    bottom: 85px;
    z-index: 1;
    background-color: #303030;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
#back-to-top:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "font awesome 5 Pro";
    content: '\f106';
    width: 1em;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    vertical-align: bottom;
}
#back-to-top span {
    padding-left: 8px;
    display: none;
    line-height: 22px;
}
#back-to-top.show {
    opacity: .6;
}
#back-to-top.show:hover {
    opacity: 1;
}
.cookie-slider #back-to-top {
    display: none;
}










.greet.welcome, .customer-welcome {
    /*display: none;*/
}





.cms-page-holder h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.cms-page-holder h5 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cms-page-main-img img {
    display: block;
    width: 100%;
    height: auto;
}
.cms-page-columns-holder {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
@media(min-width: 768px) {
    .cms-page-columns-holder {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
}
.cms-page-columns-holder .column-item {
    flex-basis: 50%;
    padding: 10px;
}
@media(min-width: 768px) {
    .cms-page-columns-holder .column-item {
        flex-basis: 25%;
        padding: 20px;
    }
}
.cms-page-columns-holder .column-item-img img {
    display: block;
    width: 100%;
    height: auto;
}
.cms-page-columns-holder .column-item-text h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
}
.cms-page-columns-holder .column-item-text p {
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cms-page-columns-holder .column-item-text a {

}
.cms-page-columns-holder .column-item-text a:after {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    margin-left: 10px;
    vertical-align: middle;
    transition: all .3s;
}
.cms-page-columns-holder .column-item-text a:hover:after {
    transform: translateX(10px);
}
.cms-page-holder ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.cms-page-holder ul li {
    list-style: disc;
}




/*---location---*/


.location-items-holder {
    display: flex;
    flex-wrap: wrap;
}
.location-item {
    flex-basis: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
@media(min-width: 768px) {
    .location-item {
        flex-basis: 100%;
        margin-top: 60px;
    }
}
.location-item-img {
    flex-basis: 100%;
}
@media(min-width: 768px) {
    .location-item-img {
        flex-basis: 50%;
        padding-right: 40px;
    }
}
.location-item-img img {
    display: block;
    width: 100%;
    height: auto;
}
.location-item-address {
    flex-basis: 100%;
}
@media(min-width: 768px) {
    .location-item-address {
        flex-basis: 50%;
    }
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
    margin-left: 5px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
    color: #8c0014;
}
.location-item-address-item {
    padding-bottom: 10px;
    border-top: 1px solid #e8e8e8;
}
.location-item-address h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
}
.location-item-address h4 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
}








/*---service---*/



.service-holder {
    display: flex;
    flex-wrap: wrap;
}
.service-item {
    flex-basis: 100%;
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
}
@media(min-width: 768px) {
    .service-item {
        flex-basis: 100%;
        display: flex;
        margin-top: 60px;
        flex-wrap: nowrap;
    }
}
.service-img {
    flex-basis: 100%;
}
@media(min-width: 768px) {
    .service-img {
        flex-basis: 33%;
    }
}
.service-img img {
    display: block;
    width: 100%;
    height: auto;
}
@media(min-width: 768px) {
    .service-img img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}
.service-text {
    padding-top: 20px;
    flex-basis: 100%;
}
@media(min-width: 768px) {
    .service-text {
        padding: 0;
        flex-basis: 77%;
        padding-left: 30px;
    }
}
.service-text h3 {
    font-size: 16px;
    font-family: 'HelveticaNeueLTPro-Md', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
}
.service-text a:not([href^='tel:']):after {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    margin-left: 10px;
    vertical-align: middle;
    transition: all .3s;
}
.service-text a:not([href^='tel:']):hover:after {
    transform: translateX(10px);
}















/*---modal---*/


.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s,opacity .3s ease;
    transition: visibility 0s .3s,opacity .3s ease;
}
.modal-slide {
    left: 44px;
    z-index: 900;
}
.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
}
.modal-popup {
    pointer-events: none;
}
.modal-popup._inner-scroll {
    overflow-y: visible;
}
.modal-slide._show, .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0,0,0,.35);
    opacity: 1;
    pointer-events: auto;
}
.modal-popup .modal-inner-wrap {
    margin: 50px auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}
.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-popup.confirm .modal-inner-wrap {
    max-width: 500px;
}
.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 30px;
    padding-right: 30px;
}
.modal-popup .modal-header, .modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.modal-popup .modal-header {
    padding-bottom: 12px;
    padding-top: 30px;
    border: none;
}
.modal-popup .action-close {
    padding: 15px;
}
.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 14px;
    color: #757575;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: static;
}
.modal-custom .action-close>span, .modal-popup .action-close>span, .modal-slide .action-close>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 70px;
    border: none;
    box-shadow: none;
    font-weight: 300;
}
.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    border: none;
    text-align: left;
    background-color: #fff;
}
.modals-overlay {
    z-index: 899;
}
.modals-overlay {
    background-color: rgba(51,51,51,.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.action-primary, .action-secondary {
    background-image: none;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    box-sizing: border-box;
    vertical-align: middle;
    min-width: 100px;
    border: 1px solid #8c0014;
}
.action-primary {
    background: #8c0014;
    color: #fff;
}
.action-secondary {
    background: #fff;
    color: #8c0014;
}
.action-primary:hover {
    background: #fff;
    color: #8c0014;
    text-decoration: none;
}
.action-secondary:hover {
    background: #8c0014;
    color: #fff;
    text-decoration: none;
}













/*---search results---*/


.catalogsearch-result-index .page-title-wrapper {
    padding: 30px;
    background-color: #fff;
}
dl.block {
    padding: 0 30px;
}











/*COOKIE*/

.cookie-holder {
	background-color: rgba(0,0,0,.8);
	color: #fff;
	z-index: 9;
	position: fixed;
	bottom: 0;
	transform: translateY(100%);
	transition: all .3s;
	width: 100%;
}
.cookie-slider .cookie-holder {
	transform: translateY(0);
}
.cookie-note {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media(min-width: 768px) {
	.cookie-note {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
}
.cookie-note .cookie-button {
	flex-shrink: 0;
	white-space: nowrap;
}
.cookie-note .cookie-text {
	font-weight: 300;
	padding-bottom: 15px;
}
@media(min-width: 768px) {
	.cookie-note .cookie-text {
		padding: 0;
		padding-right: 100px;
	}
}
.cookie-note .cookie-text h3 {
	font-size: 16px;
}
.cookie-note .cookie-text a {
    font-size: 14px;
    color: #fff;
}
.cookie-note .cookie-text a:after {
    font-family: "font awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    margin-left: 10px;
    vertical-align: middle;
    transition: all .3s;
}
.cookie-note .cookie-text a:hover:after {
    transform: translateX(10px);
}
.cookie-note .cookie-button {
	flex-shrink: 0;
	white-space: nowrap;
}
.allow-cookies {
    font-size: 12px;
    color: #fff;
    border: 1px solid #8c0014;
    background-color: #8c0014;
    padding: 9px 25px;
    cursor: pointer;
}
.allow-cookies:hover {
    color: #8c0014;
    border: 1px solid #fff;
    background-color: #fff;
}


.checkout-index-index .loading-mask {
    display: none;
}


.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
    color: #8c0014;
}
.amsearch-products .amsearch-highlight {
    padding: 0 2px;
    background-color: #8c0014;
    color: #fff;
    word-wrap: normal;
}
.amsearch-results .amsearch-item .item-name {
    font-size: 14px;
}
.amsearch-related-terms {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 30px;
}
.amsearch-more-results .amsearch-link {
    border-bottom: none;
    color: #8c0014;
    text-decoration: none;
}
.amsearch-more-results .amsearch-link:hover {
    border-bottom: none;
    background-color: inherit;
    color: #8c0014;
    text-decoration: none;
}













/*---landing---*/

.cms-miele-kuhinje .breadcrumbs {
    display: none;
}
.cms-miele-kuhinje .page-main {
    width: auto;
}
.cms-miele-kuhinje .page-title-wrapper {
    display: none;
}
.cms-miele-kuhinje .column.main {
    padding: 0;
    background-color: transparent;
}
.landing-main-banner {
    position: relative;
    margin-bottom: 10px;
}
.landing-main-banner-desktop {
    display: none;
}
@media(min-width: 768px) {
    .landing-main-banner-desktop {
        display: block;
        max-width: 100%;
    }
}
.landing-main-banner-mobile {
    display: block;
    max-width: 100%;
}
@media(min-width: 768px) {
    .landing-main-banner-mobile {
        display: none;
    }
}
.landing-main-banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);

    width: 100%;
    padding: 30px;
}
@media(min-width: 1200px) {
    .landing-main-banner-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%);

        max-width: 1200px;
        width: 100%;
        padding: 0;
    }
}
.cms-page-view .landing-holder .landing-main-banner-txt h1 {
    font-size: 40px;
    text-transform: initial;
    margin: 0;
}
@media(min-width: 992px) {
    .cms-page-view .landing-holder .landing-main-banner-txt h1 {
        font-size: 75px;
        text-transform: initial;
        margin: 0;
    }
}
.cms-page-view .landing-holder .landing-main-banner-txt h3 {
    font-size: 18px;
    text-transform: initial;
    margin: 0;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
}
@media(min-width: 992px) {
    .cms-page-view .landing-holder .landing-main-banner-txt h3 {
        font-size: 24px;
        text-transform: initial;
        margin: 0;
        font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    }
}
.landing-content-holder {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.landing-content-holder h2 {
    font-size: 28px;
    font-family: 'helveticaNeueLtPro-Lt', sans-serif;
    margin: 0;
}
@media(min-width: 992px) {
    .landing-content-holder h2 {
        font-size: 32px;
        font-family: 'helveticaNeueLtPro-Lt', sans-serif;
        margin: 0;
    }
}
.landing-content-holder h4 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
}
.landing-content-holder h4 > br {
    display: none;
}
.landing-content-holder p {
    font-size: 14px;
    font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
    margin: 0;
}
.section-2 {
    background-image: linear-gradient(#f7f7f8 50%, #c2c1c2);
    padding: 45px;
    text-align: center;
    margin-bottom: 5px;
}
.section-2 h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-2 p {
    color: #5e5e5e;
    margin: 0;
}
.section-3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
@media(min-width: 768px) {
    .section-3 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 5px;
    }
}
.section-3-item {
    flex-basis: 100%;
    padding: 5px 10px;
    position: relative;
}
@media(min-width: 768px) {
    .section-3-item {
        flex-basis: 50%;
        padding: 5px;
        position: relative;
    }
}
.section-3-item img {
    display: block;
    max-width: 100%;
}
.section-3-item-txt {
    position: absolute;
    left: 0;
    bottom: 0;
}
.section-3-item-txt h2 {
    color: #fff;
    margin: 0;
    padding: 30px;
}
.section-4 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.bg-gradient {
    background-image: linear-gradient(#f7f7f8 50%, #c2c1c2);
}
.bg-gradient p {
    color: #5e5e5e;
}
.section-4 > div {
    padding: 20px 30px;
}
@media(min-width: 768px) {
    .section-4 > div {
        flex-basis: 50%;
        padding: 20px 30px;
    }
}
@media(min-width: 992px) {
    .section-4 > div {
        flex-basis: 50%;
        padding: 40px 60px;
    }
}
.section-4 h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bg-gradient-img img {
    display: block;
    max-width: 100%;
}
.section-5 {
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}
.section-5 h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bg-img-img .bg-img-desktop {
    display: none;
}
@media(min-width: 768px) {
    .bg-img-img .bg-img-desktop {
        display: block;
        max-width: 100%;
    }
}
.bg-img-img .bg-img-mobile {
    display: block;
    max-width: 100%;
}
@media(min-width: 768px) {
    .bg-img-img .bg-img-mobile {
        display: none;
    }
}
.bg-img-col-holder {
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(min-width: 768px) {
    .bg-img-col-holder {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.bg-img-col-holder > div {
    padding: 20px 30px;
    background-color: #212121;
}
@media(min-width: 768px) {
    .bg-img-col-holder > div {
        flex-basis: 50%;
        padding: 20px 30px;
        background-color: transparent;
    }
}
@media(min-width: 992px) {
    .bg-img-col-holder > div {
        flex-basis: 50%;
        padding: 40px 60px;
        background-color: transparent;
    }
}
.bg-img-col {
    display: none;
}
@media(min-width: 768px) {
    .bg-img-col {
        display: block;
    }
}
.bg-img-txt {
    text-align: center;
}
.section-6 {
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}
.section-6 h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}



.section-7 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 7px;
}
.section-7 > div {
    padding: 20px 30px;
}
@media(min-width: 768px) {
    .section-7 > div {
        flex-basis: 50%;
        padding: 20px 30px;
    }
}
@media(min-width: 992px) {
    .section-7 > div {
        flex-basis: 50%;
        padding: 40px 60px;
    }
}
.section-7 h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Registracija Page - Contact Form Plugin */

.cms-registracija .registracijaBkg {
    text-align: center;
    background: #e9ebf1;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 10px;
}
@media (min-width: 480px) {
    .cms-registracija .registracijaBkg {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
        padding: 20px;
    }
}
@media (min-width: 992px) {
    .cms-registracija .registracijaBkg {
        margin-left: -100px;
        margin-right: -100px;
        margin-top: -70px;
        padding: 40px;
    }
}
.cms-registracija .registracijaBkg h1 {
    text-transform: initial !important;
    font-size: 24px;
}
@media (min-width: 992px) {
    .cms-registracija .registracijaBkg h1 {
        font-size: 40px;
    }
}
.cms-registracija .registracijaBkg p {
    width: 100%;
    padding: 0px 10px;
    margin: auto;
    font-size: 12px;
    line-height: 20px;
    color: #5e5e5e;
}
@media (min-width: 992px) {
    .cms-registracija .registracijaBkg p {
        width: 70%;
        font-size: 18px;
        line-height: 28px;
    }
}
.amform-form {
    max-width: 750px;
    margin: auto;
    padding: 20px 0px;
}
@media (min-width: 992px) {
    .amform-form {
        padding: 90px 0px;
    }
}
.amform-form input {
    border: none;
    outline: none;
    border-bottom: 1px solid #515151;
    padding: 0px;
    color: #000 !important;
}
.amform-form label:not(.field-uploadfile label, .field-uploadfile2 label) {
    font-size: 12px;
    color: #a0a0a0;
    margin-bottom: 0px !important;
    position: relative;
    top: 0;
    transition: .3s all ease;
}
.amform-form div.-active label {
    top: 0px;
}
.amform-form input[type="file"] {
    border: none;
}
.field-uploadfile, .field-uploadfile2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.field-uploadfile label, .field-uploadfile2 label {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px !important;
}
@media (min-width: 992px) {
    .field-uploadfile label, .field-uploadfile2 label {
        font-size: 30px;
        margin-bottom: 20px !important;
    }
}
.uploadFile {
    position: relative;
    right: -44px;
}
.amcform-toolbar {
    text-align: center;
}

.nav-6.promotion {
    display: flex;
    align-items: center;
}
.nav-6.promotion a {
    border: 1px solid #8c0014;
    height: 40px !important;
    line-height: 40px !important;
}
.headerNavigation .level0.level-top.promotion:hover > a:after {
    display: none;
}


























/*---blog---*/


.mpblog-post-view .columns .sidebar-main {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
@media (min-width: 768px), print {
	.page-layout-2columns-right .column.main {
        width: calc(75% - 10px);
        float: left;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 1;
	}
}
@media (min-width: 768px), print {
	.page-layout-2columns-right .sidebar-main {
        width: 25%;
        float: right;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 2;
        background-color: #fff;
	}
}
.sidebar.sidebar-additional {
	display: none;
}
.mp-sidebar {
    margin-bottom: 25px;
}
.product.info.detailed {
    clear: both;
    margin-bottom: 30px;
}
.product.data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 768px), print {
	.product.data.items {
	    position: relative;
	    z-index: 1;
	    border-bottom: 0;
	    margin-left: 0;
	    margin-right: 0;
	}
}
@media (min-width: 768px), print {
	.product.data.items:before, .product.data.items:after {
	    content: '';
	    display: table;
	}
}
@media (min-width: 768px), print {
	.product.data.items:after {
	    clear: both;
	}
}
.product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.product.data.items > .item.title {
    margin: 0;
}
@media (min-width: 768px), print {
	.product.data.items > .item.title {
	    float: left;
	    /* width: auto; */
	}
}
.product.data.items .item.title a {
    position: relative;
    text-decoration: none;
}
.product.data.items > .item.title > .switch {
    display: block;
}
@media only screen and (max-width: 767px) {
	.product.data.items .item.title > .switch {
	    padding: 1px 15px 1px;
	}
}
@media (min-width: 768px), print {
	.product.data.items > .item.title > .switch {
	    height: 20px;
	    display: block;
	    position: relative;
	    z-index: 2;
	}
}
@media (min-width: 768px), print {
	.mp-sidebar .data.item.title .data.switch {
	    padding-left: 10px !important;
	    padding-right: 10px !important;
	}
}
.product.data.items > .item.title > .switch {
    border-top: 1px solid #e0e0e0;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 700;
    line-height: 40px;
    font-size: 14px;
    /*color: #fff;*/
    /*background-color: #484848;*/
    text-decoration: none;
    text-align: left;
}
@media (min-width: 768px), print {
	.mp-sidebar .product.data.items>.item.title>.switch {
	    font-weight: 700;
	    line-height: 39px;
	    font-size: 16px;
	    /*color: #fff;*/
	    text-decoration: none;
	    /*background: #484848;*/
	    border-bottom: none;
	    border: none;
	    height: 40px;
	    padding: 0 35px;
	    /* text-align: center; */
	    border: 1px solid #e0e0e0;
	    border-bottom: none;
	    color: #000;
	    font-weight: 400;
	}
}
.product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    /*color: #fff;*/
    text-decoration: none;
    padding-bottom: 0;
}
@media (min-width: 768px), print {
	.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
	    text-decoration: none;
	    color: #000;
	}
}
@media (min-width: 768px), print {
	.mp-sidebar #tab-label-popular .data.switch {
	    border-right: 0 !important;
	}
}
.product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
}
@media (min-width: 768px), print {
	.product.data.items > .item.content {
	    margin-top: 20px;
	    box-sizing: border-box;
	    float: right;
	    margin-left: -100%;
	    width: 100%;
	}
}
@media (min-width: 768px), print {
	.mp-sidebar .product.data.items>.item.content {
	    background: #fff;
	    margin-top: 40px;
	    padding: 15px;
	    border: 1px solid #e0e0e0;
	    /*border-radius: 4px;*/
	}
}
.product.data.items > .item.content:before, .product.data.items > .item.content:after {
    content: '';
    display: table;
}
.product.data.items > .item.content:after {
    clear: both;
}
.list-post-tabs {
    padding: 5px 10px 5px 0;
}
.list-post-tabs .post-left {
    float: left;
    width: 25%;
}
.list-post-tabs a {
    background: #fbfbfb;
    color: #252525 !important;
    font-weight: 700;
}
.post-left img {
    display: block;
    max-width: 100%;
}
.list-post-tabs .post-right {
    float: left;
    width: 75%;
    padding-left: 10px;
    box-sizing: border-box;
}
.list-post-tabs .post-right span {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.list-post-tabs .post-right span.create-at {
    font-size: 12px;
    color: #b0b5b5;
}
.mp-clear {
    clear: both;
}
.mp-sidebar .block-title {
    font-size: 24px;
}
#tab-label-popular {
    display: none !important;
}
#tab-content-popular {
    display: none !important;
}
#tab-label-mostview {
    display: block !important;
}
#tab-content-mostview {
    display: block !important;
}
















.homePosts {
	position: relative;
}
.homePosts:before {
	content: '';
	position: absolute;
	background-color: #f9f7f5;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.homePostItems {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.home-blog-holder {
	display: flex;
	padding-top: 12px;
	padding-bottom: 32px;
}
.home-blog-item {
    max-width: 33vw;
    min-width: 300px;
    -webkit-box-flex: 75vw;
    -ms-flex: 75vw 1;
    flex: 75vw 1;
    padding-left: 8px;
    padding-right: 8px;
}
@media(min-width: 992px) {
	.home-blog-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}
}
.home-blog-item-holder {
	background-color: #fff;

	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 15px 18px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 15px 18px 0 rgb(0 0 0 / 5%);
	height: 100%;
}
.home-blog-item-holder:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 22px 24px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 22px 24px 0 rgb(0 0 0 / 10%);
}
.home-blog-item-holder .home-post-img {
	display: block;
	position: relative;
	padding-top: 50%;
}
.home-post-img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.homePostItemDate {
	background-color: #f7f7f7;
	font-size: 14px;
	padding: 12px 24px;
}
.homePostItemDate span:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "font awesome 5 Pro";
	content: '\f073';
	margin-right: 10px;
}
.home-post-title-desc {
	padding: 24px;
}
.home-post-title-desc h3 {
	font-size: 18px;
	line-height: 22px;
	height: 44px;
	margin-bottom: 6px;
	overflow: hidden;
}
.homePostItemShortDesc {
	height: 72px;
	overflow: hidden;
}















.post-list-content {
    padding: 15px;
}
.post-list-body {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.mp-6 {
    width: auto;
    flex-basis: 100%;
    margin-bottom: 12px;
}
@media (min-width: 768px) {
	.mp-6 {
	    width: auto;
	    flex-basis: 33.33333333%;
	    padding: 0 12px;
	    margin-bottom: 24px;
	}
}
@media (min-width: 992px) {
	.mp-6 {
	    width: auto;
	    /*flex-basis: 25%;*/
	    flex-basis: 33.33333333%;
	    padding: 0 12px;
	}
}
.post-item-wraper {
	border: 1px solid #e0e0e0;
	height: 100%;
}
.post-image {
	position: relative;
}
.post-image a {
	display: block;
	position: relative;
	padding-top: 50%;
	top: 0;
}
.post-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-info-wraper {
	display: flex;
	flex-direction: column;
}
.mp-post-info {
	order: -1;
	font-size: 14px;
	padding: 10px 20px;
	background-color: #f7f7f7;
}
.mp-post-meta-info {
	display: none;
}
.mp-post-title {
	font-size: 18px;
	padding: 0 20px;
}
.post-short-description {
	padding: 0 20px 20px;
}
.post-short-description p {
	margin: 0;
}
.homePostItemShortDesc p {
	margin: 0;
}







/*---blog post---*/


.post-post_content img {
    width: 100%;
    max-width: 100%;
}
.post-view-image {
	display: none;
}
.mp-blog-rss {
    display: none;
}
.limiter {
	display: none;
}
.toolbar-amount {
	display: none;
}
.mp-footer {
    display: none;
}
.post-list-content hr {
	display: none;
}








/*---promo code---*/

.payment-option-content {
    display: block !important;
}
.payment-option-inner .label {
    display: none;
}
.form.form-discount {
    display: flex;
}
.payment-option-inner {
    flex-grow: 1;
}
.form.form-discount .actions-toolbar {
    padding: 0;
    padding-left: 10px;
}










/*---related product---*/

.block.related .block-actions {
    display: none;
}
.block.related .field.choice.related {
    display: none;
}
@media (min-width: 992px) {
    .block.related .products.wrapper.grid.products-grid li {
        width: 20%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
}
.product-item-actions .actions-primary a {
    display: block;
    border: solid 1px #9f9f9f;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
    transition: all .25s;
}
.product-item-info:hover .actions-primary a {
    border-color: #8c0014;
    color: #fff;
    background-color: #8c0014;
}








.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
    content: '*';
    color: #8c0014;
    font-size: 12px;
    margin: 0 0 0 5px;
}
.form-create-account .fieldset.create.account:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #8c0014;
    font-size: 12px;
}
.form-create-account .fieldset.create.account:after {
    margin-top: 35px;
}
input.mage-error, select.mage-error, textarea.mage-error {
    border-color: #8c0014;
}
div.mage-error[generated] {
    color: #8c0014;
    font-size: 12px;
}
.field-error, div.mage-error[generated] {
    margin-top: 7px;
}
.password-strength-meter {
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}
.password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
@media (min-width: 768px), print {
	.actions-toolbar .secondary a.action {
	    margin-top: 10px;
	    color: #007bff;
	}
}

element.style {
}
.field.password .control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.field.password .control .mage-error {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.field.password .control .input-text {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    z-index: 2;
}
.field-error {
    color: #8c0014;
    font-size: 12px;
}

/* Energy section */
.energy--single {
    width: 100%;
}
img.energy {
    width: 60px !important;
    margin-left: 7px;
}
.energy--single img {
    margin: 20px 0 0 0;
}

.pdfTechnicalData {
    margin: 20px 0 0 0;
    width: 100%;
}

.pdf-download-btn {
    display: flex;
    align-items: center;
}

.pdf-download-btn span {
    margin-left: 10px;
}

.fa-file-pdf:before {
    content: "\f1c1";
    margin-right: 10px;
    margin-left: 2px;
    font-size: 22px;
}

.detalji {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
}

.detalji table {
    display: table;
    width: 453px;
    margin: 40px auto;
    text-align: left;
}

.bank_wrapper {
    text-align: center;
    background-color: #fff;
}
.bank {
    background: #fff;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 !important;
}
.bank li {
    display: inline-block!important;
    margin: 10px!important;
    vertical-align: middle;
}
.bank li img {
    max-height: 30px;
    max-width: 165px;
    display: block;
}

@media only screen and (max-width: 768px) {
    img.energy {
        position: absolute;
        position: static;
        bottom: 120px;
        width: 55px !important;
        margin: 10px auto 10px 5px;
        display: block;
    }
    .energy--single img.energy {
        position: static;
        margin: 20px auto 0px;
    }
    .energy--list img.energy {
        position: static;
        width: 60px!important;
        margin: 0px auto;
    }
    .energy--single img {
        margin-left: 0px;
    }
    .pdf-download-btn {
        justify-content: center;
    }
}

/*CLICK TO CALL*/
.miele-call-button {
    display: none;
}
.miele-call-button.show-button {
    background-color: #8c0014;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 145px;
    right: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.miele-call-button.show-button .fas.fa-phone-alt {
    color: #fff;
    font-size: 25px;
    position: relative;
}
.miele-cta .miele-call-button.show-button .miele-mobile-phone {
    display: none !important;
}
.miele-cta {
    display: flex;
    position: fixed;
    bottom: 140px;
    right: 10px;
    text-align: center;
    align-items: center;
    z-index: 1;
}
#first_toggle {
    display: none;
}
#first_toggle {
    margin-right: 15px;
}
#first_toggle p {
    position: relative;
    font-size: 18px;
    padding: 10px;
    background-color: #8c0014;
    margin: 0;
    color: #fff;

}
#first_toggle p::after {
    border: solid transparent;
    content: '';
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #8c0014;
    border-width: 12px;
    right: -20px;
}
@media only screen and (max-width: 576px) {
    #first_toggle p {
        display: none;
    }
    .miele-cta .miele-call-button.show-button  .miele-mobile-phone {
        display: block !important;
    }
    .miele-cta  .miele-call-button.show-button .miele-desktop-phone {
        display: none !important;
    }
}
.grecaptcha-badge {
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .nav-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%;
    }
    .nav-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
}

/*      NEWSLETTER       */

.popup-newsletter .block.newsletter {
    width: 100%;
}
/*.newsletter-content {*/
/*    display: none;*/
/*}*/
/*.newsletter-content .messages {*/
/*    display: none;*/
/*}*/

.cms-prijava-na-miele-newsletter .newsletterTitleHolder {
    display: none;
}
.cms-prijava-na-miele-newsletter .footerContact {
    display: none;
}
.cms-prijava-na-miele-newsletter .footer.content .block.newsletter {
    display: none;
}
.newsletter-content h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: initial;
    margin: 15px 0px;
}
.newsletter-content.block.newsletter .actions {
    display: block;
    margin-top: 10px;
    width: 100%;
}
.newsletter-content .actions .action.subscribe.primary {
    border-radius: 3px;
    width: 100%;
    display: block;
}
/*.block.newsletter {display:none;}*/

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
    background: #1a1a1a;
    color: #fff;
    max-width: 100% !important;
    text-align: center;
    width: 50%;
}

.modal-popup .modal-title {
    border-bottom: 1px solid #8c0014;
    font-size: 24px;
    margin: 0;
    font-family: "HelveticaNeueLTPro-Roman";
    padding-bottom: 15px;
}

.popup-newsletter .block.newsletter {
    width: 100%;
    max-width: 100% !important;
}

.newsletter-content .intro p{
    font-size: 16px;
    font-family: "HelveticaNeueLTPro-Lt";
    margin-bottom: 25px;
}
.newsletter-content h2 {
    text-transform: uppercase;
    color: #f9f9f9;
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 20px;
}
.popup-newsletter .block.newsletter .form.subscribe {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.popup-newsletter .block.newsletter .field.newsletter {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}
.block.newsletter .field .control {
    width: 100%;
}
.newsletter-content .actions .action.subscribe.primary {
    border-radius: 0 !important;
    width: 35% !important;
    display: block;
    background-color: red;
    z-index: 1;
    top: auto;
    border: 1px solid #8c0014;
    background-color: #8c0014;
    height: 50px;
    position: absolute;
    right: 0;
    top: 20%;
    transform: translate(0%, 0%);
    background: #8c0014;
    height: 50px !important;

}
.newsletter-content .actions .action.subscribe.primary:before{
	content: '\f1d8' !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
    font-size: 30px !important;
    color: #fff !important;
    display: block !important;
    text-align: center !important;
}
#sw_remind_me{
	background: none;
	outline: none;
	border: none;
	color: #ffff;
	text-decoration: underline;
}
#sw_remind_me:before{
	    content: '\f2f2' !important;
	    font-family: "Font Awesome 5 Pro" !important;
	    font-weight: 300 !important;
	    font-size: 16px !important;
	    color: #fff !important;
	    text-decoration: none;
	    text-align: center !important;
	    padding-right: 5px;
}

.block.newsletter .label {
    display: block;
}
   .newsletter-content .actions .action.subscribe.primary  span{
     	display: none !important;
     	color: #fff !important;
    }
@media(max-width: 768px){
    .modal-popup._inner-scroll .modal-inner-wrap {
        max-width: 100% !important;
        text-align: center;
        width: 90%;

    }
    .modal-popup .modal-title {
        font-size: 24px;
    }
    .newsletter-content h2 {
        font-size: 16px;
    }
    .newsletter-content .actions .action.subscribe.primary{
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        font-size: 14px;
    }

    .newsletter-content .actions .action.subscribe.primary {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }
    .newsletter-content .actions .action.subscribe.primary  span{
     	display: flex !important;
     	color: #fff !important;
    }
    .newsletter-content .actions .action.subscribe.primary:before {
	    font-size: 20px !important;
	    padding-right: 10px;
	}
}

.modal-inner-wrap {overflow: hidden;}


/*NEWSLETTER PAGE*/
.cms-prijava-na-miele-newsletter  .column.main{
    margin-bottom: 30px;
    min-height: fit-content;
}
.prijava-na-newsletter h1{
    position: relative;
    font-size: 30px;
    width: fit-content;
}
.prijava-na-newsletter h1:after{
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2px;
    background: #8c0014;
    color: #8c0014;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    transform: translate(-0%,-50%);
    bottom: -5px;
    transition: ease-in-out 0.5s;
}
.prijava-na-newsletter p{
    text-transform: uppercase;
    font-size: 16px;
}
.prijava-na-newsletter .block.newsletter{
    padding: 30px 0px;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
}
.prijava-na-newsletter .field.newsletter {
    margin-left: 0;
}
.prijava-na-newsletter .field.newsletter input[type=email] {
    height: 60px;
    width: 100%;
    background: #3a3a3a;
    border: none;
    font-family: "HelveticaNeueLTPro-Lt";
    color: #ffffff;
}
.prijava-na-newsletter .field.newsletter input::placeholder{
    color: #fff;
}
.prijava-na-newsletter .actions .action.subscribe.primary:before {
    content: '\f1d8' !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
    font-size: 30px !important;
    color: #fff !important;
    display: block !important;
    text-align: center !important;
}
.prijava-na-newsletter .action.subscribe.primary > span {
    display: block;
    color: #fff;
    font-size: 0;
}
.prijava-na-newsletter .action.subscribe{
    height: 60px !important;
    right: 0 !important;
    background: #8c0014 !important;
    width: 22% !important;
}
@media(max-width: 768px){
    .cms-prijava-na-miele-newsletter .column.main {
        width: 95%;
        margin: 10px auto;
    }
    .prijava-na-newsletter h1 {
        font-size: 24px;
    }
    .prijava-na-newsletter p {
        font-size: 14px;
        margin: 0;
        padding-top: 5px;
        text-transform: initial;
    }
    .prijava-na-newsletter .block.newsletter {
        padding: 10px 0px;
    }
    .prijava-na-newsletter .field.newsletter input[type=email] {
        height: 45px;
    }
    .prijava-na-newsletter .actions .action.subscribe.primary:before {
        font-size: 22px !important;
    }
    .prijava-na-newsletter .action.subscribe {
        height: 44px !important;
    }
}

/*Poklon ikonica*/
.product-info.info-delivery.gift-cart-custom {
    display: flex;
    align-items: center;
}
.product-info.info-delivery.gift-cart-custom img {
    width: 30px;
    margin-right: 12px;
}
@media (max-width: 767px) {
    .product-info.info-delivery.gift-cart-custom {
        justify-content: center;
    }
}

/* Gift btn */

.catalog-product-view #sw-modal-opener {
    margin-bottom: 10px;
}
#sw-modal-root, #sw-modal-root-test-btn {
    position: fixed;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    left : 0;
    top: 0;
    width: 0px;
    height : 0px;
    opacity: 0;
    transition: opacity 0.15s ease-out, width 0s linear 0.15s, height 0s linear 0.15s;
    z-index: 9999;
}

#sw-modal-root.visible, #sw-modal-root-test-btn.visible {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.15s ease-out;
}

.sw-modal, .sw-modal-test-btn {
    margin: 0 auto;
    width: 600px;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#sw-modal-opener, #sw-modal-opener-test-btn{
    width: 200px;
    background: #f59b00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
    border: none;
    height: 60px;
    line-height: 40px;
    padding: 0 0px 0 0;
    margin: -20px 0 0 0;
    text-transform: uppercase;
    margin-top: 10px;
}
#sw-modal-opener-test-btn {
    margin-bottom: 20px;
}

#sw-modal-opener:hover, #sw-modal-opener-test-btn:hover {
    background: #fff;
    color: #8C0014;
    border: 1px solid #8C0014;
}
@media screen and (max-width: 991px) {
    .catalog-product-view .sw-modal, .catalog-product-view .sw-modal-test-btn  {
        width: 80%;
        text-align: left;
    }
}
.close-btn-custom-single {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    cursor: pointer;
}

.checkout-cart-index .cart-container .block.crosssell {
    float: right;
    width: 100%;

    .block-title {
        background-color: #000;
        color: #fff;
        padding: 14px;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
    }
    .block-content {
        .product.actions .actions-primary {
            form {
                width: 100%;

                .action.tocart.primary {
                    width: 100%;
                    margin-top: 30px;
                    font-size: 12px;
                    line-height: 14px;
                    padding-top: 8px;
                    padding-bottom: 8px;
                    height: 32px;
                }
            }
            .stock.unavailable {
                width: 100%;
                margin-top: 30px;
                font-size: 12px;
                line-height: 14px;
                padding-top: 8px;
                padding-bottom: 8px;
                height: 32px;
                position: relative;
                padding-left: 12px;
            }

            .stock.unavailable:before {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                background-color: gray;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
        }
    }
    .product-item-details .product-item-actions {
        display: block !important;
    }
}
