@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');

/*RESET CSS*/

body,
button,
input,
select,
table,
textarea {
    font-family: 'Ubuntu', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
}

.iwd_main_wrapper,
label,
.action.primary {
    font-family: 'Ubuntu', sans-serif;
    font-weight: lighter;
}

.label {
    font-size: 100%;
}

*,
 ::before,
 ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a,
button,
input[type="submit"] {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

:visited,
a:focus,
a:active,
a:hover,
a:visited,
.alink:active,
button:focus,
select:focus {
    outline: none;
    text-decoration: none;
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    opacity: 1;
    pointer-events: auto;
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
}

.trnslate-inline-area [data-translate],
.trnslate-inline-area .translate-inline {
    outline: none !important;
}

em,
i {
    font-style: italic;
}

img,
object,
video,
embed {
    max-width: 100%;
    vertical-align: middle;
}

.fieldset>.field,
.fieldset>.fields>.field {
    margin: 0 0 10px;
}

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

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

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

b,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 10px;
}

h1,
h2 {
    font-size: 30px;
}

h3,
h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

button,
.action.primary,
a.action.primary,
.account .actions-toolbar>.primary .action,
.add-sku-table #add-product,
input[type="submit"],
.action-primary {
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    padding: 12px 20px 14px;
}

select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    font-family: 'Ubuntu', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    height: 44px;
    padding: 0 15px;
}

#super-product-table input[type="number"] {
    padding: 0;
    width: 42px;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 500;
    margin: 0 0 5px;
}

input[type="checkbox"] {
    top: 0;
}

button:not(.primary),
button:not(.primary):active {
    box-shadow: none;
}


/* HEADER */

header {
    position: relative;
}

header:before {
    content: '';
    background-image: url('../images/header_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

header .header.panel,
header .left_part,
header .header.panel>.header.links,
header .header.panel>.header.links>li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header.panel {
    position: relative;
}

header .left_part::before {
    content: '';
    height: 1px;
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    bottom: -1px;
    opacity: .2;
}

header .left_part a {
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 19px;
    margin-right: 26px;
}

header .left_part a.phone_icon:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f095";
    margin-right: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
    display: inline-block;
}

header .left_part a.mail_icon:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px;
}

.minilogin-wrapper {
    background-image: none;
    padding-left: 0;
}

.minilogin-wrapper:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f007";
    margin-right: 6px;
}

.minilogin-wrapper #mini-login-content-wrapper input[type=email],
.minilogin-wrapper #mini-login-content-wrapper input[type=password] {
    background-image: none;
}

.minilogin-wrapper #mini-login-content-wrapper .field.email.required,
.minilogin-wrapper #mini-login-content-wrapper .field.password.required {
    position: relative;
}

.minilogin-wrapper #mini-login-content-wrapper .field.email.required:before,
.minilogin-wrapper #mini-login-content-wrapper .field.password.required:before {
    color: #222222;
    z-index: 9;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    top: 12px;
    left: 8px;
}

.minilogin-wrapper #mini-login-content-wrapper .field.email.required:before {
    content: "\f007"
}

.minilogin-wrapper #mini-login-content-wrapper .field.password.required:before {
    content: "\f023"
}

header .header.panel>.header.links>.authorization-link::after,
.header.panel>.header.links>li.greet.welcome {
    display: none;
}

header .customer-welcome .customer-name {
    display: inline-flex;
    margin-right: 162px;
}

header .customer-welcome .action.switch:after {
    line-height: 20px;
}

header .customer-welcome .action.switch>span {
    clip: unset;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
    font-weight: lighter;
    margin-left: 5px;
}

header .customer-welcome .header.links {
    border: none;
    margin: 10px 0 0;
    min-width: 200px;
    margin-right: 161px;
}

header .header.panel .customer-welcome .header.links a,
header .header.panel .customer-welcome .header.links a>font {
    width: 100%;
    text-transform: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header.panel .customer-welcome .header.links a>font+.counter {
    display: none;
}

header .header.panel>.header.links>li,
.header.panel>.header.links>li.customer-welcome {
    margin: 0 0 0 30px;
}

header .header.panel>.header.links>li.authorization-link {
    order: 3;
}

header .header.panel>.header.links>li a {
    text-transform: uppercase;
}

header .header.panel>.header.links>li>a:hover {
    text-decoration: none;
}

header .header.panel>.header.links>li.authorization-link a {
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
    background-position: top 2px left;
    padding-left: 22px;
}

header .header.panel .switcher {
    order: 1;
    font-size: 14px;
    margin-right: 0;
}

header .header.panel .switcher.loggedin {
    position: absolute;
    right: 350px;
}

header .header.panel .switcher strong {
    font-weight: lighter;
}

header .header.panel .switcher .options .action.toggle {
    background-image: url('../images/globe.png');
    background-repeat: no-repeat;
    background-position: top 3px left;
    padding-left: 28px;
}

header .header.panel>.header.links>li:last-of-type {
    order: 2;
}

header .customer-welcome .action.switch {
    height: 30px;
    padding: 0 14px;
    font-weight: normal;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/user.png)!important;
    background-repeat: no-repeat!important;
    background-position: top 5px left!important;
}

header .header.panel>.header.links>li:last-of-type a {
    height: 30px;
    padding: 0 14px;
    font-weight: normal;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #FFFFFF;
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    border: none;
}

header .header.content {
    padding: 10px;
}

header .logo {
    margin: 0 0 0 10px;
    max-width: 319px;
}

header .logo img {
    max-height: 91px;
}

header .block.block-search {
    height: auto;
    padding: 0;
    margin: 31px 0 0;
    width: 100%;
    max-width: 860px;
    z-index: 98;
}

header #search_mini_form {
    position: relative;
}

header #search_mini_form .actions {
    position: absolute;
    right: 0;
    bottom: 0;
}

header .block-search .action.search {
    position: static;
    cursor: pointer;
}

header .block-search .action.search::before {
    line-height: normal;
    content: '\e615';
    font-family: 'luma-icons';
    background-repeat: no-repeat;
    font-size: 18px;
}

header #search {
    height: auto;
    border-style: solid;
    border-width: 0 0 1px 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0 20px 0 0;
    font-weight: normal;
    font-size: 22px;
}


/*MENU*/

.nav-sections-item-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-sections-item-content>.navigation {
    width: auto;
    margin: 0;
    float: left;
}

.navigation ul {
    padding: 0;
}

.navigation ul li.level0 {
    margin: 0;
}

.navigation .level0>.level-top {
    padding: 0 12px !important;
    text-transform: uppercase;
}

.navigation .level0:hover:after {
    content: none;
}

body nav.navigation li.level0[data-cat="outlet"] a.level-top span {
    color: #e7b63f !important;
}

.navigation .has-active[data-cat=outlet]>a.level-top {
    background-color: #e7b63f !important;
}

/* body nav.navigation li.level0[data-cat="outlet"] a.level-top:hover {
    background-color: #e7b63f !important;
} */

body nav.navigation li.level0[data-cat="outlet"] a.level-top:hover span {
    color: #fff !important;
}

/* body nav.navigation li.level0:last-of-type.active a.level-top,
body nav.navigation li.level0:last-of-type:hover a.level-top {
    background-color: #e7b63f !important;
} */

body nav.navigation li.level0[data-cat="outlet"].active a.level-top,
body nav.navigation li.level0[data-cat="outlet"] a.level-top:hover {
    background-color: #e7b63f !important;
}



body[class*="category-outlet"] nav.navigation li.level0.active a.level-top span,
body[class*="category-outlet"] nav.navigation li.level0:hover a.level-top span {
    color: #fff !important;
}

.section-item-content .navigation .ui-menu .has-active[data-cat=outlet]>a.level-top>span {
    color: #fff !important;
}


/*.navigation ul li.level0:first-of-type {display: none;}*/

.navigation .level0.parent>.level-top>.ui-menu-icon {
    display: none;
}

@media (min-width: 768px),
print {
    .navigation .level0 .submenu {
        min-width: auto !important;
    }
}

.page-wrapper .sections.nav-sections nav.navigation ul li a.level-top span {
    font-weight: normal;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    border: none;
}

.navigation .level0 .submenu {
    border: none;
    /*box-shadow: none;*/
}

.navigation .level0 .submenu a {
    padding: 8px 12px 8px 12px;
    white-space: nowrap;
}

.navigation .level0 .submenu .active>a {
    border-width: 0;
}

.navigation .level0 .submenu li.parent>a>.ui-menu-icon {
    right: 10px;
}

.navigation+.menu_link {
    display: block;
    float: right;
}

.navigation+.menu_link a {
    line-height: 47px;
    font-weight: normal;
    margin-left: 25px;
    color: #231F20;
    text-transform: uppercase;
}

.navigation ul li.level0.first {
    margin-right: -3px;
}


/*HOME PAGE*/

.columns .column.main {
    padding-bottom: 50px;
}

.cms-home .page-title-wrapper {
    display: none;
}

.brands-homepage {
    padding-top: 25px;
}

.brands-homepage a img {
    width: 100%;
}

.about-us-homepage {
    margin: 50px 0;
}

.about-us-homepage .block-content {
    margin: 0 3% 0 0;
    padding: 0;
    width: calc(100% - 22.984% - 3%);
}

.about-us-homepage .block-content {
    font-size: 16px;
}

.about-us-homepage .post-image.w3-third {
    margin: 0;
    width: 22.984%;
}

.custom-blocks-homepage1.w3-col.s3,
.custom-blocks-homepage3.w3-col.s3 {
    width: 22.984%;
}

.custom-blocks-homepage2.w3-col.s6 {
    width: calc(100% - 22.984% - 22.984% - 6%);
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
}

.home_blocks_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_blocks_row .col-md-3 {
    width: calc(25% - 24px);
}

.home_blocks_row .col-md-6 {
    width: calc(50% - 15px);
}

.homepage-blocks .post-image {
    position: relative;
}

.homepage-blocks .post-image .block-button {
    padding: 13px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    position: absolute;
    left: 13px;
    bottom: 15px;
    width: calc(100% - 50px);
    background-color: #FFFFFF;
    color: #0F705F;
}

.homepage-blocks .post-image .block-button.magazines {
    left: 37px;
}

.mix-blend {
    mix-blend-mode: multiply;
}


/*PRODUCT PAGE*/

.breadcrumbs {
    margin-bottom: 35px;
}

.breadcrumbs .items {
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
}

.breadcrumbs .items>li {
    vertical-align: middle;
}

.breadcrumbs .item:not(:last-child)::after {
    content: '/';
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    line-height: 19px;
    font-size: 14px;
    margin: 0 2px;
}

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


/*.catalog-product-view .column.main {width: 100%;display: flex;flex-direction: row-reverse;justify-content: space-between;}*/

.catalog-product-view .column.main {
    width: 100%;
}

.catalog-product-view.page-layout-1column .product.media {
    width: calc(60% - 15px) !important;
    position: relative;
    background-color: transparent !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .catalog-product-view.page-layout-1column .product.media {
        width: 100% !important;
    }
}

.product.media .gallery-placeholder .fotorama__wrap {
    background-color: #fff;
    direction: unset;
    margin-bottom: -10px;
}

.product.media .gallery-placeholder .fotorama__wrap .fotorama__stage {
    position: static;
    max-height: 380px;
    max-width: 380px;
    margin: 0 auto;
    background-color: #ffffff;
}

.gallery-placeholder .fotorama__wrap .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    position: static;
    width: 100%;
}

.fotorama__stage__shaft.fotorama__grab {
    width: auto!important;
}

.fotorama__thumb-border {
    border-color: #0F705F;
}

.product.media .gallery-placeholder .fotorama__arr,
.product.media .gallery-placeholder .fotorama__thumb__arr {
    display: none !important;
}

.fotorama__stage__frame .fotorama__img--full,
.fotorama__stage__frame .fotorama__img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.fotorama__nav--thumbs {
    background-color: #f6f6f6;
    width: 100% !important;
    height: auto !important;
}

.fotorama__nav {
    background-color: #f6f6f6;
}

.product.media .gallery-placeholder .fotorama__nav__shaft {
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.gallery-placeholder .fotorama__wrap .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0;
    max-height: 90px;
    max-width: 90px;
    margin: 0 10px 0 0;
    background-color: #ffffff;
}

.gallery-placeholder .fotorama__wrap .fotorama__nav--thumbs .fotorama__thumb-border {
    display: none;
}

.product.media .fotorama__thumb {
    cursor: pointer;
}

.catalog-product-view.page-layout-1column .product-info-main {
    width: calc(40% - 15px) !important;
    margin: 0;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 20px;
    padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
    .catalog-product-view.page-layout-1column .product-info-main {
        width: 100% !important;
    }
}

.catalog-product-view .product-info-main .product.attribute.overview {
    display: none;
}

.product-info-main .product-info-price {
    border-bottom: none;
    display: block;
    margin: 0;
}

.catalog-product-view .product-info-main .sku-vke-bar {
    margin: 10px 0;
}

.catalog-product-view .product-info-main .sku-vke-bar .attr {
    font-weight: 600;
}

.catalog-product-view .product-info-main .sku-vke-bar-sku,
.catalog-product-view .product-info-main .sku-vke-bar-vke {
    display: block;
}

.catalog-product-view .product-info-main .sku-vke-bar-sku {
    margin-right: 40px;
}

.catalog-product-view .product-info-main .sku-vke-bar-clear {
    clear: both;
}

.catalog-product-view .product-info-main .product-add-form {
    padding-top: 0 !important;
}

.catalog-product-view .product.info.detailed #tab-label-additional,
.catalog-product-view .product.info.detailed #tab-label-description {
    display: none;
}

.catalog-product-view .product.info.detailed #additional,
.catalog-product-view .product.info.detailed #description {
    padding: 0;
    border: none;
    background-color: transparent;
}

.catalog-product-view .product.info.detailed #description ol,
.catalog-product-view .product.info.detailed #description ul {
    margin-left: 0 !important;
    list-style: inside;
}

.catalog-product-view .product.info.detailed .additional-attributes-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
}

@media only screen and (max-width: 1280px) {
    .catalog-product-view .product.info.detailed .additional-attributes-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0px;
    }
}

.catalog-product-view .product.info.detailed .product-attribute-specs-table .table-caption {
    display: none;
}

.catalog-product-view .product.info.detailed .product-attribute-specs-table {
    border-top: 1px solid #ccc;
    width: 100%;
}

.catalog-product-view .product.info.detailed .product-attribute-specs-table th,
.catalog-product-view .product.info.detailed .product-attribute-specs-table td {
    border-bottom: 1px solid #ccc;
}

.catalog-product-view .product.info.detailed .product-attribute-specs-table th {
    padding: 10px 0 10px 10px;
    font-weight: 300 !important;
    font-size: 16px;
    text-align: left;
}

.catalog-product-view .product.info.detailed .product-attribute-specs-table td {
    padding: 10px 10px 10px 0;
    font-weight: 700 !important;
    font-size: 16px;
    text-align: right;
}

.catalog-product-view .product.info.detailed .product-attribute-specs-table tr:first-of-type {
    background-color: #eee;
}

.catalog-product-view #image_download {
    margin: 20px !important;
    font-weight: bold;
    display: none;
    color: #0F705F !important;
}

.catalog-product-view #image_download:focus,
.catalog-product-view #image_download:hover {
    color: #0F705F !important;
}

.catalog-product-view #image_download.active {
    display: block;
}

.catalog-product-view .pdf_file {
    padding: 0 !important;
    margin: 60px 0 0 0 !important;
    width: calc(60% - 15px) !important;
}

#product-files-downloads table {
    width: 100%;
}

#product-files-downloads table td {
    padding: 0;
    margin: 0;
}

#product-files-downloads table td.td-line {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#product-files-downloads table td.td-tab {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

#product-files-downloads table td.td-tab.active {
    color: #0F705F;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-left: 1px solid #ccc;
    cursor: auto;
}

.catalog-product-view #product-files {
    display: none;
    padding: 20px;
    margin: 0;
    background: transparent !important;
    width: 100%;
    border: none !important;
}

.catalog-product-view #product-files.active {
    display: block;
}

.catalog-product-view #product-files .prodDownloads {
    padding: 0;
    margin: 0;
}

.catalog-product-view #product-files .prodDownloads a {
    height: 32px;
    display: block;
    margin: 0 0 10px 0;
}

.catalog-product-view .table.grouped .control.qty button {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0;
    text-align: center;
}

.catalog-product-view .table.grouped .input-text.qty {
    height: 32px !important;
    line-height: 32px !important;
}

.catalog-product-view .table.grouped .price-box.price-final_price {
    font-size: 16px !important;
}

.catalog-product-view .table.grouped .product-item-sku {
    margin: 0 !important;
    font-weight: 300;
    font-size: 14px;
}

.catalog-product-view .sale-product-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog-product-view .sale-product {
    margin-right: -20px !important;
    width: 100%;
    display: block;
}

.catalog-product-view .sale-product:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 1px;
}

.catalog-product-view .sale-product .block.related {
    width: 100% !important;
    float: none;
    padding: 0 !important;
    margin: 0 !important;
}

.catalog-product-view .sale-product .block.upsell {
    float: left;
    width: auto !important;
    padding: 0 !important;
    margin: 0 -10px 0 0 !important;
}

.catalog-product-view .sale-product .block.crosssell {
    float: left;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.catalog-product-view .sale-product ol.product-items {
    display: inline-block;
    width: auto;
}

.catalog-product-view .sale-product ol.product-items:after {
    content: "";
    clear: both;
    display: table;
}

.catalog-product-view .sale-product #block-related-heading,
.catalog-product-view .sale-product #block-upsell-heading,
.catalog-product-view .sale-product #block-crosssell-heading {
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
}

.catalog-product-view .sale-product .products-related ol.product-items {
    display: block;
    width: 100%;
}

.catalog-product-view .sale-product .products-upsell ol.product-items {
    display: inline-block;
    width: auto;
}

.catalog-product-view .sale-product .products-crosssell ol.product-items {
    display: inline-block;
    width: auto;
}

.catalog-product-view .sale-product ol.product-items li.product-item {
    float: left;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 10px 10px 0 !important;
}

.catalog-product-view .sale-product .products-related ol.product-items li.product-item {
    width: 20%;
}

.catalog-product-view .sale-product .products-upsell ol.product-items li.product-item,
.catalog-product-view .sale-product .products-crosssell ol.product-items li.product-item {
    width: calc(100vw / 5);
    max-width: 250px;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info,
.catalog-product-view .sale-product .owl-item .item .product-item-info {
    width: 100% !important;
    min-height: auto !important;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info a.product-item-photo,
.catalog-product-view .sale-product .owl-item .item .product-item-info a.product-item-photo {
    width: 100% !important;
    display: block !important;
    border-bottom: solid 1px rgba(15, 112, 95, .15);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-details {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-actions,
.catalog-product-view .sale-product .products-grid .owl-item .item .product-item-info .product-item-actions {
    margin: 20px 0 0 0 !important;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-actions form {
    padding: 0 !important;
    margin: 0 !important;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-actions form button.action.tocart.primary {
    border: none !important;
}

.catalog-product-view .sale-product ol.product-items li.product-item:hover .product-item-info .product-item-actions form button.action.tocart.primary,
.catalog-product-view .sale-product .products-grid .owl-item .item:hover .product-item-info .product-item-actions form button.action.tocart.primary {
    color: #0f705f !important;
    background-color: #fff !important;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-details .actions-primary {
    padding: 0 !important;
    margin: 0 !important;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-details .secondary-addto-links {
    display: none !important;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-details strong.product-item-name a,
.catalog-product-view .sale-product .products-grid .owl-item .item .product-item-info .product-item-details strong.product-item-name a {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-details .price-final_price,
.catalog-product-view .sale-product .products-grid .owl-item .item .product-item-info .product-item-details .price-final_price {
    display: flex;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-details a.product-item-link {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;
    display: block;
}

.catalog-product-view .sale-product ol.product-items li.product-item .product-item-info .product-item-details .price-final_price span.price {
    font-size: 16px !important;
}

.product-info-main .product-info-price .price-box,
.products-grid .product-item .price-box,
.products-grid .owl-item .item .price-box {
    vertical-align: middle;
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.products-grid .product-item .price-box .price-container {
    display: block;
}

.products-grid .product-item .price-box .old-price,
.products-grid .owl-item .item .price-box .old-price {
    margin: 0;
}

.products-grid .product-item .price-box,
.products-grid .owl-item .item .price-box {
    justify-content: space-between;
    height: 45px;
}

.product-info-main .product-info-price .price-box .price-container,
.product-item .price-box .price-label {
    font-size: 14px;
    margin: 0 0 7px;
    display: block;
}

.product-info-main .product-info-price .price-box .price-container>span {
    margin: 0;
    display: block;
}

.special-price .price-label {
    clip: unset;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
}

.product-info-main .product-info-price .price-box .price-container .price-label {
    min-height: 24px;
}

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

.product-info-main .product-info-price .price-box .old-price {
    min-width: 208px;
}

@media only screen and (min-width: 769px) and (max-width: 1099px) {
    .product-info-main .product-info-price .price-box .old-price {
        min-width: auto;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 419px) {
    .product-info-main .product-info-price .price-box .old-price {
        min-width: auto;
        margin-right: 20px;
    }
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 30px;
    line-height: normal;
    font-weight: normal;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 30px;
    font-weight: normal;
}

.product-info-main .product-info-stock-sku {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.product-info-main .product.attribute.overview {
    margin: 10px 0 0;
}

.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
    margin: 0;
}

.product-add-form form .actions .login-text {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 1rem;
}

.product-add-form form .actions .group_product {
    margin-left: 15px;
}

.product-add-form .box-tocart .field.qty .control {
    width: 188px;
}

.product-add-form .box-tocart .input-text.qty {
    padding: 0;
    border: none;
    height: auto;
    width: 50px;
    font-weight: normal;
}

.product-add-form .box-tocart button.qty-button-custom {
    padding: 0;
    background: none;
    border: none;
}

.product-add-form .box-tocart .action.tocart {
    width: auto;
    padding: 15px 6px 15px 0;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    box-sizing: border-box;
}

.product-add-form .box-tocart .action.tocart span:before {
    margin-right: 12px;
    font-size: 17px;
    line-height: normal;
    content: "\f07a";
    font-family: 'FontAwesome';
}

.product-add-form .box-tocart input#qty {
    color: #0F705F;
    border: none;
    margin: 0;
    background-color: #ffffff;
    padding: 8px;
    height: 50px;
    text-align: center;
    width: 48px;
}

.product-add-form .box-tocart button.qty-button-left.qty-button-custom,
.product-add-form .box-tocart button.qty-button-right.qty-button-custom {
    width: 50px;
    height: 50px;
    background: #007160 !important;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    margin: 0px 3px;
}

.catalog-product-view #image_download {
    padding: 20px !important;
    margin: 0 !important;
}

.fotorama__fullscreen-icon:focus::after,
.fotorama__zoom-out:focus::after,
.fotorama__zoom-in:focus::after,
.fotorama__arr:focus::after,
.fotorama__stage__shaft:focus::after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb::after,
.fotorama__nav__frame--dot:focus .fotorama__dot::after {
    box-shadow: none;
}


/*CATAGEORY PAGE*/

.catalog-category-view .columns {
    width: 100%;
}

.page-layout-2columns-left .column.main {
    float: right;
    width: calc(80% - 10px);
    padding: 0;
}

.page-layout-2columns-left .sidebar-main {
    float: left;
    width: calc(20% - 10px);
    padding: 0;
}

.catalog-category-view .sidebar-additional,
.catalog-category-view .block-subtitle.filter-subtitle {
    display: none;
}

.catalog-category-view #narrow-by-list,
.catalogsearch-result-index #narrow-by-list {
    width: 100% !important;
}

#narrow-by-list .field.search {
    display: none;
}

.catalog-category-view h1#page-title-heading {
    margin-bottom: 0 !important;
}

.catalog-category-view .block-subtitle.filter-current-subtitle {
    display: block;
}

.catalog-category-view #layered-filter-block .block-actions.filter-actions {
    margin-top: 10px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.catalog-category-view .filter .filter-options-item {
    width: 100%;
    border: none;
    padding: 0;
    position: relative;
    display: block;
}

.catalog-category-view .filter .filter-options-item {
    padding: 0 0 0 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.catalog-category-view #narrow-by-list input.filter-search {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    display: none;
}

.catalog-category-view #narrow-by-list o.items {
    width: 100% !important;
}

.catalog-category-view #narrow-by-list o.items li.item {
    padding-left: 10px !important;
    box-sizing: border-box;
}

.catalog-category-view #narrow-by-list o.items li.item a:hover {
    background-color: transparent !important;
}

.catalog-category-view .filter .control {
    padding: 10px 0;
}

.catalog-category-view .filter .filter-options-title {
    font-weight: 500 !important;
    height: 50px;
    padding: 0 35px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: none !important;
    background-color: transparent !important;
}

.catalogsearch-result-index .filter .filter-options-title {
    font-weight: 500 !important;
}

.catalog-category-view .filter .filter-options-title::after {
    right: 10px;
    top: 17px;
    font-size: 13px;
    line-height: 1;
}

.catalog-category-view .filter .filter-options-content {
    padding: 0;
    position: static;
    width: 100%;
    display: none;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.catalog-category-view .filter .filter-options-content ol {
    height: auto !important;
}

.catalog-category-view .filter .filter-content .item {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.catalog-category-view .filter .filter-options-content .item a {
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
}

.catalog-category-view .filter-label {
    font-weight: 500;
}

.catalog-category-view .filter-current .items {
    padding: 0;
}

.catalog-category-view .filter-current .action.remove {
    top: 3px !important;
    left: 10px !important;
}

.catalog-category-view .toolbar {
    margin-bottom: 20px;
    text-align: right;
}

.catalog-category-view .toolbar .toolbar-sorter.sorter {
    margin: 0 !important;
}

.catalog-category-view .products-grid .product-items {
    margin-right: -20px;
    box-sizing: border-box;
}

.catalog-category-view .products-grid .product-item {
    width: 25% !important;
    padding: 0;
    margin: 0 !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    box-sizing: border-box;
}

.page-products .sorter {
    order: 1;
    margin-right: 40px;
}

.catalogsearch-result-index.page-products .sorter {
    order: 1;
    margin-right: 0;
}

.products.wrapper~.toolbar .sorter {
    display: block;
}

.page-products .toolbar .limiter {
    display: block;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.catalog-category-view .column.main .limiter-options {
    min-width: 40px;
}

.products.wrapper~.toolbar .toolbar-amount,
.page-with-filter .toolbar-amount,
.toolbar .modes {
    display: none;
}

.toolbar select {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    border: none;
    padding: 0 10px 0 0;
    height: auto;
    background: transparent url('../images/arrow-down.png') no-repeat right top 10px;
    cursor: pointer;
}

.toolbar select:not([disabled]):focus {
    border: none;
}

.toolbar .limiter-text {
    margin-left: 3px;
}

.toolbar select#sorter {
    padding: 0 10px 0 0;
}

.toolbar .sorter-action,
.toolbar-products .pages .action::before {
    display: none;
}

.toolbar-products .pages {
    display: block;
    margin: 0;
    order: 3;
}

.toolbar-products .pages .item {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    font-weight: lighter;
}

.toolbar-products .pages strong.page {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    padding: 0 4px;
}

.toolbar-products .pages a.page {
    padding: 0 4px;
}

.toolbar-products .pages .action {
    box-shadow: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.toolbar-products .pages .action>span:last-of-type {
    clip: unset;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
}

.toolbar-products .pages .action.next>span:last-of-type:before {
    content: '...'
}

.toolbar-products .pages .action.previous>span:last-of-type:after {
    content: '...'
}

.products.products-grid {
    margin: 0;
    padding: 0;
}

.product-items {
    letter-spacing: normal;
}

.page-products .products-grid .product-item {
    width: calc(100% / 4 - 22.5px);
    padding: 0;
    margin-left: 30px;
    height: auto;
}

.page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 30px;
}

.page-products .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
}

.products-grid .product-item {
    margin-bottom: 30px;
}

.products-grid .product-item-info {
    padding: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 20px;
}

.products-grid .product-item-info .product-item-photo {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.products-grid .product-item-inner {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: static;
}


/*.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {clip: unset;height: auto;margin: 0;overflow: visible;padding: 0;position: static;width: 100%;}
.products-grid .product-item-actions {margin: 0;}*/


/* .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner, .products-grid .product-item-description, .page-products .products-grid .product-item-inner:before {display:none;} */

.product-item-name,
.products-grid .product-item .price-box {
    margin: 0;
}

.products-grid .product-item-name,
.products-grid.wishlist .product-item-name {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 24px;
    height: 72px !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.product .product-item-name>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.price-container .price,
.product-item .price-box .price {
    font-weight: 500;
    font-size: 16px;
}

.price-container .price,
.product-item .price-box .old-price .price {
    font-weight: lighter;
}

.special-price .price-container .price-label,
.product-item .special-price .price-label {
    font-size: 0;
    line-height: 14px;
}

.special-price .price-container .price,
.product-item .special-price .price {
    font-weight: lighter;
    background: #e7b63f;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 6px 10px;
}

.price-final_price .price-final_price .special-price .price {
    background: none;
    padding: 0;
    color: #0F705F;
}

.abs-product-link>a:hover,
.product-item-name>a:hover,
.product.name a>a:hover {
    text-decoration: none;
}

#maincontent .products-grid .product-item-info .product-item-inner {
    height: auto;
    width: 100%;
    position: unset;
    margin: 0;
    display: block;
}

li.product-item .product-item-inner .product-item-actions {
    margin: 30px 0 0;
}

li.product-item .product-item-inner input#qty {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

li.product-item .product-item-inner button.action.tocart {
    width: 65%;
}

li.product-item:hover button.action.tocart,
li.product-item button.action.tocart:hover {
    background-color: #fff;
    color: #177565;
}

.catalog-category-view .products li.product-item .product-item-inner {
    overflow: visible !important;
}

.catalog-product-view .products li.product-item .product-item-actions form:after,
.catalog-category-view .products li.product-item .product-item-actions form:after {
    content: '';
    display: block;
    clear: both;
}

.catalog-product-view .products li.product-item button.action.tocart,
.catalog-category-view .products li.product-item button.action.tocart {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.catalog-product-view .products li.product-item .action.tocart.primary,
.catalog-category-view .products li.product-item .action.tocart.primary,
.catalog-product-view .products .owl-item .item .action.tocart.primary {
    width: 50%;
    float: left;
    padding: 0 !important;
    line-height: 36px;
    height: 36px;
    margin: 0;
    text-align: center;
}

.catalog-product-view .products li.product-item .control.qty-change,
.catalog-category-view .products li.product-item .control.qty-change,
.catalog-product-view .products .owl-item .item .control.qty-change {
    width: 50% !important;
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding-right: 2px;
}

.catalog-product-view .products li.product-item .input-text.qty,
.catalog-category-view .products li.product-item .input-text.qty,
.catalog-product-view .products .owl-item .item .input-text.qty {
    width: 30% !important;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    height: 36px;
    margin: 0;
    float: left;
}

.catalog-product-view .products li.product-item button.decreaseqty,
.catalog-product-view .products li.product-item button.increaseqty,
.catalog-category-view .products li.product-item button.decreaseqty,
.catalog-category-view .products li.product-item button.increaseqty,
.catalog-product-view .products .owl-item .item button.increaseqty,
.catalog-product-view .products .owl-item .item button.decreaseqty {
    float: left;
    width: 28px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    height: 36px;
    margin: 0;
}

.catalog-product-view .products li.product-item:hover button.decreaseqty,
.catalog-product-view .products li.product-item:hover button.increaseqty,
.catalog-category-view .products li.product-item:hover button.decreaseqty,
.catalog-category-view .products li.product-item:hover button.increaseqty,
.catalog-product-view .products .owl-item .item:hover button.increaseqty,
.catalog-product-view .products .owl-item .item:hover button.decreaseqty {
    background-color: #fff !important;
    color: #0F705F;
}

.catalogsearch-result-index .products li.product-item .stockdelivery,
.catalog-product-view .products li.product-item .stockdelivery,
.catalog-category-view .products li.product-item .stockdelivery,
.catalog-product-view .products .owl-item .item .stockdelivery {
    position: relative;
    margin: 10px 0 0 0 !important;
}

.catalog-product-view .product-info-main .field.qty label.label {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .catalog-category-view .products li.product-item .price-box.price-final_price,
    .catalog-product-view .products li.product-item .price-box.price-final_price {
        display: block !important;
        height: auto !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 1200px) {
    .catalog-category-view .products li.product-item .price-box .old-price {
        margin: 0 !important;
    }
    .catalog-category-view .products li.product-item .price-box .price-label {
        display: none !important;
    }
    .catalog-category-view .products li.product-item .control.qty-change {
        display: block !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        padding-right: 0;
    }
    .catalog-category-view .products li.product-item .action.tocart.primary {
        display: block !important;
        width: 100% !important;
        float: none;
    }
}

.seo-block {
    padding: 30px 0 75px;
}

.seo-block p {
    font-weight: normal;
    margin: 0 0 25px;
}

.footer-slider .custom-slider {
    max-width: 1280px;
    padding: 40px 20px;
    margin: 0 auto;
}

.footer-slider .owl-carousel .owl-stage-outer {
    padding: 0;
}

.footer-slider .owl-carousel .banner-item {
    min-height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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


/* MINI CART */


/*header .header.panel .minicart-wrapper {display:none;}*/

header .header.content .minicart-wrapper {
    margin: 0;
    position: absolute;
    top: -33px;
    right: 20px;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    margin: 0;
    line-height: 1;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.minicart-wrapper .action.showcart .text+font+.qty,
.minicart-wrapper .action.showcart .text+font+.qty+.total-price,
.minicart-wrapper .action.showcart .text+font .counter.qty:nth-child(2) {
    display: none;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

.minicart-wrapper .action.showcart .counter-number:before {
    content: '(';
}

.minicart-wrapper .action.showcart .counter-number:after {
    content: ')';
}

.minicart-wrapper .action.showcart .counter-label {
    clip: unset;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
    font-size: 0;
}

.minicart-wrapper .action.showcart .counter-label:before {
    content: '-';
    font-size: 14px;
    padding: 0 5px;
}

.minicart-wrapper .action.showcart,
.minicart-wrapper .action.showcart.active,
.minicart-wrapper .action.showcart .text+font {
    white-space: nowrap;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before {
    margin-right: 10px;
    font-size: 17px;
    line-height: normal;
    content: "\f07a";
    font-family: 'FontAwesome';
}

.minicart-wrapper .block-minicart {
    right: -500px;
    transition: right 0.2s ease;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    transition: display 0.2s ease;
}

.minicart-wrapper.active .block-minicart {
    transition: right 0.2s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 100%;
    min-width: auto;
    margin: 0;
    border: none;
    padding: 19px 30px;
    cursor: auto;
}

.minicart-wrapper.active .block-minicart .block-title {
    padding-left: 40px;
}

.minicart-wrapper.active .block-minicart::before {
    content: '';
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    border: none;
    background-color: rgba(0, 0, 0, .25);
}

.minicart-wrapper .block-minicart::after {
    display: none;
}

.minicart-wrapper .action.close {
    left: 30px;
    top: 20px;
    height: 20px;
    width: 20px;
}

.minicart-wrapper .action.close::before {
    font-size: 20px;
    line-height: 1;
}

.minicart-wrapper .block-minicart .block-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.minicart-wrapper.active .block-minicart .block-content {
    padding: 20px;
}

.block-minicart .subtitle.empty {
    font-weight: normal;
    padding: 0;
    text-align: left;
}

.block-minicart .minicart-items .product-item:not(:first-child) {
    border-top: none;
}

.block-minicart .minicart-items-wrapper {
    border: none;
    padding: 0;
}

.minicart-wrapper .block-minicart li {
    padding: 0;
    margin-bottom: 10px;
}

.minicart-wrapper .block-minicart li>.product {
    padding: 15px;
}

.minicart-wrapper .product .actions {
    margin: -20px 0 0;
}

.minicart-items .product-item-details .price {
    font-weight: normal;
    font-size: 16px;
}

.minicart-wrapper .product .actions>.primary:not(:last-child),
.minicart-wrapper .product .actions>.secondary:not(:last-child) {
    margin-right: 8px;
}

.minicart-items .product>.product-item-photo {
    margin-right: 10px;
}

.minicart-wrapper .product .product-item-name>a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

.minicart-items .details-qty .label::after {
    display: none;
}

.minicart-items .item-qty {
    margin-right: 0;
    color: #0F705F;
    border: solid 1px rgba(15, 112, 95, 0.15);
    padding: 8px;
    height: 35px;
}

#minicart-content-wrapper .minicart-items-wrapper {
    overflow-y: auto;
    scrollbar-width: thin;
    margin: 0;
    height: calc(100vh - 390px) !important;
}

.minicart-items .product-item-name {
    margin: 0 0 20px;
    font-weight: 500;
}

.minicart-items .product-item-details {
    padding-left: 110px;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 15px;
    /* font-weight: normal; */
    font-size: 14px;
}

.minicart-items .product-item-pricing .label {
    margin-right: 15px;
    font-weight: normal;
}

.minicart-footer {
    margin: 15px 0 0;
    text-align: center;
}

.block-minicart .items-total {
    float: none;
    margin: 0;
    text-align: left;
}

.block-minicart .subtotal,
.minicart-footer .shipping,
.minicart-footer .total {
    margin: 5px 0 0;
    text-align: right;
    width: 100%;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.block-minicart .amount .price-wrapper:first-child .price,
.block-minicart .items-total .count {
    font-size: 16px;
    font-weight: 500;
}

.minicart-footer .actions {
    padding: 20px 0 0;
}

.minicart-footer .actions .secondary {
    margin-bottom: 5px;
}

.minicart-footer .action.primary {
    width: 100%;
    height: 50px;
}

.minicart-footer .action.viewcart,
.minicart-footer .price-container .price {
    font-weight: 500;
    font-size: 16px;
}

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


/*CART PAGE*/

.cart-summary {
    padding: 0 15px 15px;
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
    font-weight: 500;
}

.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
    display: inline-block;
    font-weight: 500 !important;
    padding: 3px 0 0;
}

.cart-summary .block form:not(:last-of-type) .fieldset,
.fieldset:last-child,
.cart-summary .block .item-options {
    margin: 0;
}

.cart-summary .block .item-options:first-of-type {
    margin-bottom: 15px;
}

.cart-summary .block .fieldset .field.choice.item {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.checkout-cart-index .cart.table-wrapper .product-item-details {
    padding-bottom: 0;
}

.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price {
    font-weight: normal;
}

.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: center;
}

table#shopping-cart-table>tbody>tr>td {
    vertical-align: top;
}

table#shopping-cart-table>tbody>tr td .actions-toolbar {
    margin-right: 10px;
}

.cart.table-wrapper .actions-toolbar {
    min-height: 28px;
    padding-bottom: 0;
}

.checkout-cart-index button.action.update,
.checkout-cart-index .cart-discount .actions-toolbar button.action.apply.primary {
    box-shadow: none;
    border-radius: 0;
    padding: 12px 20px 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.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: 1;
    padding: 12px 20px 14px;
    font-size: 16px;
}


/*CHECKOUT PAGE*/

.iwd_main_wrapper .iwd_opc_column_name {
    font-weight: 500;
    text-align: left;
}

.iwd_opc_wrapper #iwd_opc_powered_by_logo a {
    float: left;
}

#co-agreements-form h1,
#co-agreements-form h2 {
    font-size: 20px;
    margin: 0 0 10px;
}

#cart-totals .totals.shipping.excl .mark {
    font-size: 10px;
}

#cart-totals .totals.shipping.excl .mark .label {
    padding: 0;
    display: block;
    text-align: left;
}

.checkout-cart-index .iwd_main_wrapper .iwd_opc_column_name {
    text-align: center;
}

#discount-form #discount-code {
    margin-bottom: 10px;
}

#checkout button.iwd_opc_button {
    padding: 12px 20px 14px;
    border-radius: 0;
    font-weight: 500;
    line-height: 1;
}

#checkout .iwd_opc_review_item_qty,
#checkout .iwd_opc_review_item_subtotal {
    text-align: center;
}

#checkout .iwd_opc_review_item .iwd_opc_review_item_cell {
    vertical-align: top;
}

#checkout .iwd_opc_review_item .iwd_opc_review_item_qty,
#checkout .iwd_opc_review_item .iwd_opc_review_item_subtotal {
    padding-top: 20px;
}

#iwd_opc_review_items_totals .product-image-container {
    max-height: 60px;
    max-width: 60px;
    background-color: #f5f5f5;
}

#iwd_opc_review_items_totals .product-image-container>span {
    height: 60px;
}

.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper div.iwd_opc_button,
.iwd_main_wrapper button.iwd_opc_button {
    padding: 12px 20px 14px;
    font-weight: normal;
}

.checkout-onepage-success .iwd_main_wrapper .iwd_opc_column_name {
    text-align: center;
}

#checkout .iwd_opc_order_code_newsletter_button {
    display: block;
    clear: both;
    float: right;
}

#checkout #billing_address_group,
#checkout .iwd_opc_column.iwd_opc_payment_column {
    min-height: auto;
    height: auto;
}

#iwd_opc_login+.iwd_opc_section_delimiter {
    display: none;
}

.iwd_main_wrapper .iwd_opc_field.iwd_opc_input,
.iwd_main_wrapper .field.iwd_opc_input,
.iwd_main_wrapper .iwd_opc_field .input-text,
.iwd_main_wrapper .field .input-text,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea,
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-radius: 0;
    min-height: 40px;
    line-height: 1.5;
    height: auto
}

.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column {
    min-width: auto;
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_name {
    font-weight: 500;
}

.checkout-cart-index .cart.table-wrapper .product-item-details {
    padding-bottom: 0;
}

.checkout-cart-index button.action.update,
.checkout-cart-index .cart-discount .actions-toolbar button.action.apply.primary {
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    line-height: 1;
    padding: 12px 20px 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkout-cart-index form#discount-coupon-form input#coupon_code {
    border-right: none;
    border-radius: 0;
}

.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"]:focus~label:before,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus,
.iwd_main_wrapper .field.iwd_opc_input:focus,
.iwd_main_wrapper .iwd_opc_field .input-text:focus,
.iwd_main_wrapper .field .input-text:focus,
.iwd_main_wrapper .iwd_opc_field textarea:focus,
.iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus,
.iwd_main_wrapper .field.iwd_opc_textarea:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus,
.iwd_main_wrapper .field.iwd_opc_input:focus,
.iwd_main_wrapper .iwd_opc_field .input-text:focus,
.iwd_main_wrapper .field .input-text:focus,
.iwd_main_wrapper .iwd_opc_field textarea:focus,
.iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus,
.iwd_main_wrapper .field.iwd_opc_textarea:focus,
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"]:focus~label::before,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper:focus,
.iwd_main_wrapper .field .scroll-wrapper:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container:focus,
.iwd_main_wrapper .field .iwd_opc_select_container:focus {
    box-shadow: none;
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
    padding-left: 22px;
    /*line-height: 40px;*/
    padding-top: 0;
    padding-bottom: 0;
}

#iwd_opc_review_totals .iwd_opc_review_total {
    padding: 4px 0;
}

.checkout-onepage-success .iwd_main_wrapper .iwd_opc_column_name {
    text-transform: uppercase;
}

.iwd_main_wrapper .iwd_opc_field .scroll-wrapper,
.iwd_main_wrapper .field .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container,
.iwd_main_wrapper .field .iwd_opc_select_container,
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper div.iwd_opc_button,
.iwd_main_wrapper button.iwd_opc_button {
    border-radius: 0;
}

.iwd_main_wrapper button.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child,
.iwd_main_wrapper a.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child,
.iwd_main_wrapper button.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child,
.iwd_main_wrapper a.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child,
body .iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active,
.iwd_main_wrapper button.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_small_button.active,
.iwd_main_wrapper div.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_button.active,
.iwd_main_wrapper div.iwd_opc_button.active,
.iwd_main_wrapper button.iwd_opc_button.active {
    line-height: 1;
}

.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"]~label::before {
    width: 14px;
    height: 14px;
    border-radius: 3px;
}

.iwd_opc_review_total.iwd_opc_grand_total {
    font-size: 16px;
    font-weight: 500;
}


/*FASTSEARCH*/

.sp_popup {
    top: 152px;
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
}

#qweeryForm .sp_block {
    border-style: solid;
    border-width: 0 2px 2px 2px;
}

.sp_popup .sp_cms {
    display: none;
    width: 100%;
}

.sp_block {
    width: 100%;
    height: 100%;
    padding: 15px;
    font-family: 'Ubuntu', sans-serif;
}

.sp_block>.sp_block_scroll {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sp_block .categoryoptions li {
    margin-bottom: 2px;
}

.sp_block_left {
    width: 42%;
    padding: 0 15px 0 0;
}

.sp_block .sp_block_right {
    width: 100%;
    padding: 0 0 0 15px;
}

.sp_header {
    width: calc(100% - 84px);
    margin: 0;
}

.sp_header p {
    line-height: 1.5;
}

.sp_amount {
    font-size: 13px;
    line-height: 1.5;
}

.sp_title,
.sp_close a.closeLink,
.sp_block_left .sp_header p.sp_title {
    font-weight: 500;
}

.sp_close span {
    height: 32px;
    width: 32px;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sp_block_right select {
    padding: 0 12px !important;
}

.sp_more,
.sp_desc,
.sp_pref_left p,
.sp_pref_right p {
    height: auto;
}

.sp_block .nineyardsPrice {
    top: 0;
    float: left;
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
}

.sp_block .sp_block_left input[type="checkbox"] {
    margin: 0 5px 0 0;
    top: 0;
}

.sp_pref_left p,
.sp_pref_right p {
    margin: 0 0 10px;
}

.sp_pager ul.sp_pager-nav li {
    padding: 3px 8px;
}

.sp_pager {
    margin-left: 0;
}

.sp_objects {
    height: auto;
    min-height: 340px;
    display: inline-block;
    width: 100%;
}

.sp_product {
    height: auto;
    width: calc(100% / 7 - 12px);
    margin: 10px 6px 0 0;
}

.sp_product a {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.sp_product .sp_img {
    border: none;
    width: 100%;
    text-align: center;
}

.sp_product .sp_more {
    width: 100%;
    margin-top: 5px;
}

.sp_close {
    display: none;
}


/*LOGIN PAGE*/


/*.page-main > .page-title-wrapper .page-title {margin: 0px;}*/

.customer-account-login .columns .column.main {
    padding-bottom: 0;
}

.login-container {
    margin-top: 20px;
}

.login-container .block.block-customer-login {
    float: right;
    width: 50%;
    padding: 0 0 20px 60px;
    margin: 0;
}

.login-container .block.block-new-customer {
    float: left;
    width: 50%;
}

.login-container .block .block-title {
    padding: 0;
    margin: 0 0 10px;
    border-bottom: none;
    line-height: 1.2;
    font-size: 20px;
}

.login-container .block p,
.login-container .field.note,
.form.password.forget .field.note {
    min-height: 40px;
    font-style: italic;
    font-size: 14px;
}

.login-container .block-new-customer .actions-toolbar {
    margin-top: 20px;
}

.login-container .block .actions-toolbar .primary {
    width: 50%;
}

.login-container .block.block-new-customer .primary .action,
.form.password.forget .actions-toolbar>.primary .action {
    margin: 0;
    width: 100%;
}

.login-container .fieldset>.field>.control {
    width: 100%;
}

.login-container .field.note {
    margin: 0 0 7px;
}

.form-login .actions-toolbar {
    display: flex;
    flex-direction: column-reverse;
}

.form-login .actions-toolbar>.secondary {
    text-align: left;
}

.form-login .actions-toolbar>.secondary a.action {
    margin: 0;
    font-weight: normal;
}

.form-login .actions-toolbar>.primary .action {
    margin: 20px 0 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-container .fieldset,
.form.password.forget .fieldset {
    position: relative;
}

.login-container .fieldset:after,
.form.password.forget .fieldset::after {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50px;
}

.field-error,
div.mage-error[generated] {
    opacity: 0;
    font-size: 0;
    margin: 0;
}

.login-container .block .block-title,
.login-container .block .block-title strong,
.form-create-account .fieldset>.legend>span {
    font-weight: 500;
}

.form-create-account .field.choice.newsletter {
    padding: 6px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-create-account input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.form-create-account .field.choice.newsletter label,
.form-create-account .different_delivery_address {
    font-weight: normal;
    padding: 0;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
    min-width: auto;
    width: 100%;
}

.form.create.account {
    margin-top: 30px;
}

form.form-create-account.form.create.account fieldset {
    position: relative;
    padding: 0;
    width: calc(50% - 30px);
    margin: 0 0 20px 0;
    letter-spacing: normal;
}

form.form-create-account.form.create.account fieldset.address {
    margin-left: 60px;
}

.form.create.account .actions-toolbar>.secondary .action.back,
.form.password.forget .actions-toolbar>.secondary .action.back,
.form-address-edit .secondary .action.back,
.listuploader-customer-products .secondary .action.back {
    display: block;
    margin: 0;
}

.form.create.account .actions-toolbar>.secondary .action.back:before,
.form.password.forget .actions-toolbar>.secondary .action.back:before,
.form-address-edit .secondary .action.back:before,
.listuploader-customer-products .secondary .action.back:before {
    content: '«';
    margin-right: 5px;
}

.form-create-account .action.primary {
    margin: 0 0 0 15px;
    transition: all 0.3s ease;
}

#password-strength-meter {
    margin: 15px 0 0;
}

.form.create.account .actions-toolbar {
    width: calc(50% - 30px);
    margin-left: calc(50% + 30px);
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
}

.form-create-account .fieldset.create.account:after {
    margin: 0;
    position: absolute;
    bottom: -50px;
    right: 0;
}

.account .fieldset>.legend {
    line-height: 1.2;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding-bottom: 7px;
}

.form-create-account .fieldset>.legend>span {
    font-size: 18px;
}

.field-tooltip .field-tooltip-action {
    display: inline-flex;
}

.field-tooltip .field-tooltip-action::before {
    font-size: 14px;
}

.form-create-account .field.voorwaarden {
    display: inline-block;
    padding: 20px;
    margin: 0 0 20px;
}

.form-create-account .field.voorwaarden .label {
    padding-bottom: 10px;
}

.form.password.forget {
    max-width: 400px;
}

.form.password.forget .fieldset {
    margin: 0;
}

.form.password.forget .actions-toolbar {
    padding-top: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: space-between;
}

.form.password.forget .actions-toolbar::before,
.actions-toolbar::after {
    display: none;
}


/*ACCOUNT PAGE*/

.sidebar ul.nav .item {
    margin: 0 0 10px;
}

.sidebar .item a,
.sidebar .item.current>strong {
    border-left: none;
    padding: 0;
}

.sidebar .item.current>strong {
    font-weight: 500;
}

.sidebar ul.nav .item .delimiter,
.form-address-edit .actions-toolbar:before {
    display: none;
}

.form-address-edit .actions-toolbar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.form-address-edit .actions-toolbar .primary .action {
    margin: 0;
}

.abs-account-blocks .block-title>strong,
.abs-account-blocks .block-title>span,
.account .legend>strong,
.account .legend>span,
.form-giftregistry-search .legend>strong,
.form-giftregistry-search .legend>span,
.block-giftregistry-results .block-title>strong,
.block-giftregistry-results .block-title>span,
.block-giftregistry-shared-items .block-title>strong,
.block-giftregistry-shared-items .block-title>span,
.block-wishlist-search-form .block-title>strong,
.block-wishlist-search-form .block-title>span,
.block-wishlist-search-results .block-title>strong,
.block-wishlist-search-results .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.multicheckout .block-content .title>strong,
.multicheckout .block-content .title>span,
.customer-review .review-details .title>strong,
.customer-review .review-details .title>span,
.paypal-review .block .block-title>strong,
.paypal-review .block .block-title>span,
.account .column.main .block:not(.widget) .block-title>strong,
.account .column.main .block:not(.widget) .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title>strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title>span,
.sales-guest-view .column.main .block:not(.widget) .block-title>strong,
.sales-guest-view .column.main .block:not(.widget) .block-title>span {
    font-size: 16px;
    font-weight: 500;
}

.abs-account-blocks .block-title,
.account .legend,
.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 {
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.account .page-main .page-title-wrapper .page-title {
    margin: 0 0 20px;
    display: block;
}

.barcode-text2 h1 {
    margin: 0 0 20px;
}

.barcode-text2 h2,
.add-sku-table h2,
.table-wrapper-list-products .upload-file h3,
.table-wrapper-list-products .upload-file h4 {
    font-size: 22px;
    margin: 0 0 15px;
}

.title-add-sku {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.add-sku-table .product-field .control {
    padding-left: 0;
}

#add-sku-form input[type="text"] {
    width: calc(100% - 171px);
}

.product-field .qtyminus,
.product-field .qtyplus {
    border-radius: 0;
    padding: 0 0 2px;
    line-height: 1;
    background: #007160;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    width: 44px;
    height: 44px;
}

#add-sku-form input[type="number"] {
    border-radius: 0;
    padding: 0;
    text-align: center;
}

.products .clear-product-button {
    border-radius: 0;
    line-height: 1;
}

.w3-code,
.w3-codespan {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.5;
}

.barcode-text {
    margin: 20px 0 0;
}

.upload-file form {
    display: flex;
    align-items: center;
}

.upload-file input[type="file"] {
    height: 44px;
    padding: 8px 10px 0;
    width: 100%;
}


/*wishlist*/

.products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: none;
}

.account .sidebar-additional {
    margin-top: 0;
}


/*FOOTER*/

.page-footer {
    font-weight: normal;
    padding: 45px 0;
    min-height: 250px;
    padding-bottom: 65px
}

footer .footer.content {
    display: none;
}

footer .row,
footer ul.pay-card,
footer ul.social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .row {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5px;
}

footer .row .col-md-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

footer .row h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.address p:last-of-type {
    margin: 30px 0 0;
}

.address p:last-of-type a:first-of-type:after {
    content: '';
    display: table;
}

footer .custom_links li {
    margin: 3px 0 0;
}

footer .custom_links a {
    font-weight: normal;
}


/* footer .custom_links a:hover {padding-left: 5px;} */

footer ul.pay-card li {
    width: calc(40% - 10px);
    max-width: 80px;
    margin: 0 10px 10px 0;
}

footer ul.social-link>li {
    margin: 0 15px 0 0;
}

footer .social-link li a {
    width: 30px;
    height: 30px;
    font-size: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

footer .social-link li:not(:last-child) a {
    font-size: 16px;
    border-radius: 30px;
}

.footer-bottom p {
    margin: 0 auto;
    /*max-width: 1280px;padding: 18px 20px;font-size: 14px;line-height: 1;*/
}

.iwd_opc_column.iwd_opc_address_column {
    min-height: 350px;
}

.block-content.filter-content .filter-actions {
    margin-bottom: 10px;
}

#layered-filter-block .block-title.filter-title {
    display: block !important;
    margin-bottom: 10px;
}

#layered-filter-block .block-title.filter-title strong {
    display: none;
}

#layered-filter-block .block-subtitle.filter-current-subtitle {
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 6px !important;
    padding-left: 30px !important;
    background-position: left center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3Ny43IDYyLjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc3LjcgNjIuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMjAuMiwyM3YtNS44SDMuOWMtMi4xLDAtMy44LTEuNy0zLjgtMy43YzAsMCwwLDAsMC0wLjFjMC0yLDEuNi0zLjcsMy43LTMuNwoJYzAuMSwwLDAuMSwwLDAuMiwwaDE2LjNWMy44YzAtMi4xLDEuNi0zLjgsMy43LTMuOGMwLDAsMCwwLDAsMGMyLjEsMCwzLjgsMS43LDMuOSwzLjh2NS44aDQ2LjFjMi4xLDAsMy44LDEuNiwzLjksMy43YzAsMCwwLDAsMCwwCgljMCwyLjEtMS43LDMuOC0zLjksMy44SDI3LjhWMjNjMCwyLjEtMS44LDMuNy0zLjgsMy43YzAsMCwwLDAsMCwwQzIxLjksMjYuNywyMC4yLDI1LjEsMjAuMiwyM0MyMC4yLDIzLDIwLjIsMjMsMjAuMiwyM3oiLz4KPHBhdGggZD0iTTU3LjUsMzkuMXY1LjhoMTYuMwoJYzIuMSwwLDMuOCwxLjcsMy44LDMuN2MwLDAsMCwwLDAsMC4xYzAsMi0xLjYsMy43LTMuNywzLjdjLTAuMSwwLTAuMSwwLTAuMiwwSDU3LjV2NS44YzAsMi4xLTEuNiwzLjgtMy43LDMuOGMwLDAsMCwwLDAsMAoJYy0yLjEsMC0zLjgtMS43LTMuOS0zLjh2LTUuOEgzLjljLTIuMSwwLTMuOC0xLjYtMy45LTMuN2MwLDAsMCwwLDAsMGMwLTIuMSwxLjctMy44LDMuOS0zLjhoNDYuMXYtNS44YzAtMi4xLDEuOC0zLjcsMy44LTMuNwoJYzAsMCwwLDAsMCwwQzU1LjgsMzUuNCw1Ny41LDM3LDU3LjUsMzkuMUM1Ny41LDM5LjEsNTcuNSwzOS4xLDU3LjUsMzkuMXoiLz4KPC9zdmc+Cg==");
}

.catalog-category-view #layered-filter-block .block-subtitle.filter-current-subtitle {
    margin-top: 5px;
}

#layered-filter-block .block-content.filter-content .filter-current {
    display: block;
}

#layered-filter-block .items .item {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 5px 5px 30px !important;
    margin-bottom: 5px;
}

#narrow-by-list .filter-options-content .items .item {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 !important;
    margin: 0 !important;
}


/* style cms pages magazines */

.cms-magazines .content-blocks .products-grid li.item.column-25 {
    width: 23.75%;
    text-align: left;
    margin-bottom: 20px;
    list-style: none;
    clear: none;
    margin-left: 0;
    /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    background: #fff;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 0.8em;
}

.cms-magazines .products-grid li {
    float: left;
}

.cms-magazines .content-blocks li.item {
    min-height: 285px;
    border: 1px solid #cbcbcb;
}

.cms-magazines .post-image {
    display: block;
    overflow: hidden;
}

.cms-magazines .post-image img {
    width: 100%
}

.cms-magazines .content-blocks .block-content {
    clear: left;
    padding: 20px;
    font-size: 14px;
}

.cms-magazines .block-content {
    margin-top: 5px;
}

.cms-magazines .block-content+.button {
    margin: 0 0 20px 20px;
    text-transform: uppercase;
    background: #0f705f;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    font-family: "Lato", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 150ms linear;
}

.cms-magazines .button .material-icons {
    font-size: 18px;
    vertical-align: sub;
}

.cms-magazines .products-grid li.item:hover {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    opacity: 1;
}


/* style cms pages magazines */


/* style cms pages endorsers */

.cms-endorsers .list--item {
    width: 16.66%;
    float: left;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.cms-endorsers .list--item figcaption {
    padding: 6px 12px 12px;
    font-size: 14px;
    color: #ffffff;
    background-color: #48a999;
    text-align: center;
    -webkit-transition: background-color 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cms-endorsers .material-icons {
    font-size: 16px;
    line-height: 1;
    vertical-align: sub;
}

.cms-endorsers .container {
    margin-bottom: 1.5em;
    width: 100%;
    overflow: hidden;
}

.cms-endorsers .list--item:hover figcaption {
    background-color: #00796b;
}

.cms-endorsers h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 20px;
}


/* style cms pages endorsers */

.filter-options-content ol {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 5px;
}

.block-search .block-content {
    width: 60%;
}

.page-header .header.panel {
    background: #231f20;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 5px 20px;
    width: auto;
}

.page-wrapper .page-header .panel.wrapper {
    background-color: #231f20 !important;
    position: relative;
    border-bottom: 1px solid #3f8d7f;
}

.page-header .switcher .options ul.dropdown {
    min-width: 40px;
}


/* tooltip */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -150px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.subcolumn {
    float: left;
    width: calc(100% / 2 - 1.5%);
}

.subcolumn:first-of-type {
    margin-right: 3%;
}

.block-content.filter-content {
    margin-top: 44px;
}

.filter .field.search input[type="text"] {
    width: 253px;
    margin: 10px 0px 0px 10px;
}

.product-image-wrapper {
    overflow: unset;
    background-color: #ffffff;
}

.iwd_opc_review_item_cell .product-image-wrapper {
    background: none;
}

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

.stock.available.in_stock span:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2bb673;
    font-size: 16px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

.stock.available.out_stock span:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e04f42;
    font-size: 16px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

.stock.available.low_stock span:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffa500;
    font-size: 16px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

.stock.available.discontinue span:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #663399;
    font-size: 16px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

.product-info-main span.in_stock:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2bb673;
    font-size: 16px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

.product-info-main span.out_stock:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e04f42;
    font-size: 16px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

.product-info-main span.low_stock:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffa500;
    font-size: 16px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

.product-info-main span.discontinue:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #663399;
    font-size: 16px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

.catalog-category-view .product-item-description,
.catalogsearch-result-index .product-item-description {
    display: none;
}

.catalogsearch-result-index a.action.tocompare {
    display: none;
}

#maincontent .products-grid .product-item-info .product-item-inner {
    height: auto;
    width: 100%;
    position: unset;
    margin: 0;
    display: block;
}

li.product-item .product-item-inner .product-item-actions {
    margin: 30px 0 0;
}

li.product-item .product-item-inner input#qty {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

li.product-item .product-item-inner button.action.tocart {
    width: 65%;
}

li.product-item .product-item-inner button.action.tocart.groupbtn {
    width: 100%;
}

li.product-item:hover .product-item-inner button.action.tocart,
li.product-item .product-item-inner button.action.tocart:hover {
    background-color: #fff;
    color: #177565;
}

.block.related ol.product-items li.product-item .product-item-info {
    min-height: inherit;
}

.block.related ol.product-items li.product-item .product-item-info .product-item-photo {
    border-bottom: none;
    width: 28%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.block.related ol.product-items li.product-item .product-item-details {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
}

.block.related ol.product-items li.product-item .product-item-name {
    margin: 0 0 30px;
    height: 72px !important;
}

.block.related ol.product-items li.product-item .product-item-name a {
    line-height: 16px;
}

.block.related ol.product-items li.product-item .price-box .price-label {
    margin: 0 0 0px;
}

.block.related .field.choice,
.block.related .block-actions {
    display: none;
}

.block.related ol.product-items li.product-item .product-item-info:hover,
.block.related ol.product-items li.product-item .product-item-info.active {
    background: #FFFFFF;
    color: #FFFFFF;
}

.block.related ol.product-items li.product-item .product-item-info:hover .product-item-name>a {
    color: #231F20;
}

.block.related ol.product-items li.product-item .product-item-info:hover .price-box .price-label,
.block.related ol.product-items li.product-item .product-item-info:hover .price-container .price {
    color: #0F705F;
}

.block.related ol.product-items li.product-item a.action.tocompare {
    display: none;
}

.block.related ol.product-items li.product-item:hover .product-item-info {
    background: #0f705f;
}

.block.related li.product-item:hover a.product-item-link,
.block.related li.product-item:hover a.product-item-link:hover,
.block.related li.product-item:hover .product-item-name>a,
.block.related li.product-item:hover .old-price,
.block.related li.product-item:hover .price-box,
.block.related li.product-item:hover .price-box .price-label,
.block.related li.product-item:hover .price-container .price {
    color: #ffffff!important;
}

.data-table.grouped-items-table thead th.sortasc .sort-order,
.data-table.grouped-items-table thead th.sortdesc .sort-order {
    position: absolute;
    right: 10px;
    top: calc(60% - 13px);
}

.data-table.grouped-items-table thead th.sortasc .sort-order:before,
.data-table.grouped-items-table thead th.sortdesc .sort-order:before {
    color: inherit;
    content: "";
    display: inline-block;
    font-size: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    vertical-align: middle;
    clear: both;
    float: right;
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(-135deg);
}

.data-table.grouped-items-table thead th.sortasc .sort-order:after,
.data-table.grouped-items-table thead th.sortdesc .sort-order:after {
    color: inherit;
    content: "";
    display: inline-block;
    font-size: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    vertical-align: middle;
    clear: both;
    float: right;
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
}

.data-table.grouped-items-table thead th.sortasc .sort-order:before {
    opacity: 0.5;
}

.data-table.grouped-items-table thead th.sortdesc .sort-order:after {
    opacity: 0.5;
}

.data-table.grouped-items-table thead th.sortcol {
    position: relative;
}

.products-upsell.products-grid .product-item .price-box {
    display: table-cell;
}

.page-products .products-grid .product-item-inner:before {
    display: none;
}

body .footer-slider .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
body .footer-slider .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next {
    width: 74px;
    height: 78px;
    top: 74px;
    background-image: url(../images/gallery.png);
    background-repeat: no-repeat;
}

body .footer-slider .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev {
    background-position: -80px -80px;
}

body .footer-slider .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next {
    background-position: -160px -80px;
}

body .sale-product-wrapper .products-related .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev {
    left: -50px !important;
}

body .sale-product-wrapper .products-related .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next {
    right: -50px !important;
}

.footer-slider .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev:before,
.footer-slider .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev:after,
.footer-slider .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next:before,
.footer-slider .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next:after {
    display: none;
}

.page-products .product-item-actions {
    position: unset;
}

.catalog-category-view li.product-item:hover .decreaseqty,
.catalog-category-view li.product-item:hover .increaseqty {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #0f705f;
}

.field-recaptcha,
.grecaptcha-badge {
    display: none;
}

.product .my-tooltip {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -4px;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    float: left;
}

.pdp-tooltip {
    float: left;
}

.pdp-tooltip .tooltip-content {
    min-width: max-content;
}


/* SEARCHBOX IN HEADER */

header .block-search .action.search:hover {
    background-color: #0F705F !important;
    color: white!important;
}

header .block-search .action.search {
    width: 42px !important;
    height: 42px !important;
    background-color: #E7F1EF !important;
    border-radius: 50% !important;
}

header #search {
    color: #231F20 !important;
    background: transparent !important;
    border-color: #FFFFFF !important;
    padding: 3px 20px 3px 15px !important;
    font-size: 16px !important;
    pointer-events: auto !important;
}

header .block.block-search {
    margin: 22px 0 0 !important;
    z-index: 98 !important;
    font-size: 1rem !important;
}

.block-search .block-content {
    border-radius: 3rem !important;
    background: #ffffff !important;
    padding: 0.8rem !important;
}

.block-static-block.widget {
    height: 0px !important;
    margin: 0 !important;
}

header .block.block-search {
    margin: 22px 0 0 !important;
    z-index: 98 !important;
    font-size: 1rem !important;
}

header #search_mini_form .actions {
    right: -6px !important;
    top: -6px !important;
    pointer-events: auto !important;
}

header .block-search .action.search::before {
    color: #0F705F !important;
    line-height: 1.5 !important;
}

input[name="q"]::placeholder {
    font-size: 16px !important;
}

::placeholder {
    color: #39897a !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #39897a !important;
}

::-ms-input-placeholder {
    color: #39897a !important;
}

.block-search .action.search:active:before {
    color: white !important;
}

.block-search .action.search:hover:before {
    color: white !important;
}


/* body {
    margin: 100px auto;
    font-family: "Ubuntu";
    font-weight: 400;
    background: #f6f6f6;
} */


/* .breadcrumbs {
    text-align: center;
} */

.breadcrumbs ul {
    list-style: none;
    display: inline-table;
}

.breadcrumbs ul li {
    display: inline-block;
    padding-left: 2px;
    vertical-align: middle;
}

.breadcrumbs ul li.breadcrumbs-back {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}

.breadcrumbs ul li.breadcrumbs-back:after {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 5px;
    top: 16px;
    transform: rotate(45deg);
}

.breadcrumbs ul li a {
    display: block;
    float: left;
    height: 40px;
    background: #fff;
    text-align: center;
    padding: 10px 10px 0 30px;
    position: relative;
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #333;
}

.breadcrumbs ul li a:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
}

.breadcrumbs ul li a:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6f6f6;
    position: absolute;
    left: 0;
    top: 0;
}


/* .breadcrumbs ul li:first-child a {
   border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

} */

.breadcrumbs ul li:first-child a:before {
    display: none;
}

.breadcrumbs ul li:last-child a {
    padding-right: 40px;
    background-color: transparent;
}

.breadcrumbs ul li:last-child a:hover {
    padding-right: 40px;
    background-color: transparent;
}

.breadcrumbs ul li:last-child a:after {
    display: none;
}

.breadcrumbs ul li a.current,
.breadcrumbs ul li a.current:hover {
    font-weight: bold;
}

.breadcrumbs ul li a.product,
.breadcrumbs ul li a.product:hover {
    pointer-events: none;
}

.breadcrumbs ul li:not(:last-child)a:hover {
    color: #0f705f;
}

.breadcrumbs ul li.breadcrumbs-back a {
    padding: 0 8px 0 22px !important;
    background: none !important;
}

.breadcrumbs ul li.breadcrumbs-back a:after {
    display: none !important;
}

.breadcrumbs ul li.home a {
    padding: 10px 10px 0 20px !important;
}

.breadcrumbs ul li.home a:before {
    display: none !important;
}

.breadcrumbs-footer {
    margin-top: 50px;
}

.breadcrumbs-footer ul li.breadcrumbs-back {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}

.breadcrumbs-footer ul li.breadcrumbs-back:after {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 5px;
    top: 16px;
    transform: rotate(45deg);
}

.breadcrumbs-footer ul li a {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 0 0 25px;
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    display: block;
}

.breadcrumbs-footer ul li a:hover {
    color: #0F705F;
}

.fotorama--fullscreen .fotorama__zoom-in.zoom-in-loaded,
.fotorama--fullscreen .fotorama__zoom-out.zoom-out-loaded {
    display: none !important;
}

.grid-item__desc span::after {
    margin-left: 5px;
    font-size: 1.25rem;
    line-height: normal;
    content: '\f08e' !important;
    font-family: 'FontAwesome';
}

.catalog-product-view .widget.block.block-static-block button.page-back {
    display: none;
}

.checkout-cart-index .block.crosssell {
    display: none;
}

#minilogin-form .action.action-login {
    background-color: #0F705F;
    border: 1px solid #0F705F;
}

#minilogin-form .action.action-login:hover {
    background-color: transparent;
    color: #0F705F !important;
}

#minilogin-form .action.action-login:hover span {
    color: #0F705F !important;
}

#minilogin-form .forgot-password-form a,
#minilogin-form .forgot-password-form a:hover {
    background-color: transparent;
    color: #0F705F !important;
    text-decoration: underline;
}

#minilogin-form .forgot-password-form a span {
    color: #0F705F !important;
}

#minilogin-form input.input-text {
    color: #000 !important;
}

.page-products .product .my-tooltip span.tooltip-content {
    white-space: nowrap !important;
    min-width: max-content;
}

.textnowrap {
    white-space: nowrap;
}

.catalog-product-view .fotorama__stage__shaft {
    width: 100% !important;
}

.catalog-product-view .fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    right: auto !important;
}


/* Search Results Filter Fix */

body.catalog-category-view #layered-filter-block .block-subtitle,
body.catalogsearch-result-index #layered-filter-block .block-subtitle {
    border: none !important;
    margin-bottom: 10px;
}

body.catalog-category-view #narrow-by-list .filter-options-title,
body.catalog-category-view #narrow-by-list .filter-options-content,
body.catalogsearch-result-index #narrow-by-list .filter-options-title,
body.catalogsearch-result-index #narrow-by-list .filter-options-content {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
}

body.catalog-category-view #narrow-by-list .filter-options-title,
body.catalogsearch-result-index #narrow-by-list .filter-options-title {
    text-transform: uppercase !important;
}

body.catalog-category-view #narrow-by-list .filter-options-item,
body.catalogsearch-result-index #narrow-by-list .filter-options-item {
    background-color: #fff;
    border: none !important;
    margin-bottom: 10px;
}

body.catalog-category-view #narrow-by-list .filter-options-content a,
body.catalogsearch-result-index #narrow-by-list .filter-options-content a {
    margin-left: 0;
    margin-right: 0;
}

#layered-filter-block-category {
    width: 100%;
}

#layered-filter-block-category .filter-options-item {
    background-color: #e7f1ef !important;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#layered-filter-block-category .filter-options-item a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}

#layered-filter-block-category #category-filter-items {
    margin: 0 !important;
}

#layered-filter-block-category .filter-options-item #category-filter-items li.item {
    background-color: transparent;
    padding: 0 !important;
    margin: 0;
}

#layered-filter-block-category .filter-options-item.active .filter-options-content {
    display: block !important;
}

#layered-filter-block-category .filter-options-item .field.search {
    display: none;
}

#layered-filter-block-category .filter-options-title,
#layered-filter-block-category .filter-options-content {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
}

#layered-filter-block-category .filter-options-title {
    padding: 10px 40px 10px 10px !important;
}

#layered-filter-block-category .filter-options-content {
    display: none;
}

#layered-filter-block-category .filter-options-item.active .filter-options-content {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#layered-filter-block .filter-actions {
    padding: 0 !important;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 20px;
}

#layered-filter-block .filter-current .action.remove {
    left: 9px;
    position: absolute;
    top: 4px;
}

#layered-filter-block .filter-current .items {
    padding: 0 !important;
    margin: 0 !important;
}

#layered-filter-block .filter-current .items .item {
    margin: 0 0 5px 0 !important;
    box-sizing: border-box;
}

#layered-filter-block .filter-current strong {
    display: none;
}

#layered-filter-block .block-subtitle.filter-subtitle {
    display: none;
}

.catalogsearch-result-index #layered-filter-block-category {
    margin-top: 10px;
}


/* /Search Results Filter Fix */

small.copyright {
    display: none !important;
}

.cms-page-view #maincontent .items {
    margin: 0;
    padding: 0;
    list-style: unset !important;
}


/* .checkout-index-index .checkout-shipping-method button.action.action-edit-address{
    display:none;
} */

.opc-block-summary .items-in-cart>.title {
    color: #0F705F;
}

.checkout-index-index #maincontent .columns .column.main #checkout .opc-main-wrapper .opc-sidebar .opc-block-summary .items-in-cart .title strong {
    font-size: 16px !important;
    font-weight: bold !important;
}

.checkout-index-index #maincontent .columns .column.main #checkout .opc-main-wrapper .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-qty-price .details-qty .label {
    font-weight: unset;
}

.table-totals th.mark,
.table-totals tr.totals td.amount span.price,
.table-totals tr.totals-tax td.amount span.price {
    color: #666;
}

.table-totals tr.grand.totals.incl td.amount span {
    color: #0F705F;
}

.table-totals tr.grand.totals.excl th.mark,
.table-totals tr.grand.totals.excl td.amount,
.table-totals tr.totals-tax th.mark,
.table-totals td.totals-tax td.amount {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.table-totals tr.grand.totals.excl th.mark strong,
.table-totals tr.grand.totals.excl td.amount strong {
    color: #666 !important;
    padding: 0 !important;
}

.table-totals tr.totals:first-of-type th,
.table-totals tr.totals:first-of-type td span {
    color: #000 !important;
}

.table-totals #move-hold-total-excl th strong,
.table-totals #move-hold-total-excl td strong span {
    color: #0f705f !important;
    font-weight: 400 !important;
}

.table-totals #move-hold-total-tax th,
.table-totals #move-hold-total-tax td {
    border-top: none !important;
}

.table-totals #move-hold-total-tax td span,
.table-totals .totals-tax-details td span {
    color: #666 !important;
}

.payment-method-content .actions-toolbar {
    display: none;
}

.checkout-index-index #maincontent .columns .column.main #checkout .opc-main-wrapper .opc-wrapper .opc-steps #payment #checkout-step-payment #co-payment-form .payment-methods .payment-method-content .checkout-agreements-block {
    border-top: unset !important;
}

button#place-order-trigger {
    width: 100%;
    margin-top: 50px;
}

.block-minicart .subtotal .label:after {
    content: unset !important;
}

.block-minicart .shipping .label span,
.block-minicart .shipping .amount span .price {
    color: #666;
}

.actions-toolbar-legal {
	margin-top: 50px;
	font-style: italic;
}

div#shipping-method-buttons-container {
    text-align: center;
    padding-top: 20px;
}


/* JM custom styles cart page */

#cart-totals .totals.shipping,
#cart-totals .totals-tax {
    color: #666666;
}

.block.related .related-available .product-item-name {
    margin-left: 0px;
}

.account .page-main .page-title-wrapper .order-date {
    margin: 0px;
}
