:root {
  /* Farben */
  --color-primary: #E83D6B;
  --color-secondary: #565656;
  --color-accent: #E83D6B;
  --color-success: #91A855;
  --color-text-dark: #404040;

  /* Rahmenfarben */
  --border-color-accent: #FFA768;
  --border-color-light: rgba(0, 0, 0, 0.09);

  /* Schriftgrößen */
  --font-size-xs: 10px;
  --font-size-default: 15px;
  --font-size-l: 1rem;
  --font-size-xl: 1.5rem;
  --font-size-upsell-title: 22px;

  /* Abstände */
  --spacing-xs: 3px;
  --spacing-s: 10px;
  --spacing-m: 15px;
  --spacing-l: 25px;

  /* Eckenrundung */
  --radius-default: 0.3125rem;
  --radius-asym: 0.3125rem 0 0.3125rem 0;

  /* RecodarServices-spezifisch */
  --rcs-font-family: 'Exo', sans-serif;
  --rcs-color-primary: #1C57FF;
  --rcs-color-text: #565656;
  --rcs-border-color: #F2EFEA;
  --rcs-btn-bg: #565656;
  --rcs-btn-color: #fff;
  --rcs-btn-radius: 0.3125rem 0 0.3125rem 0;
  --rcs-btn-padding: 0.85em 1em;
}

/* ==== Header & Logo ==== */
strong.logo {
    display: inline-block;
}

.page-header.type16 .navigation li.level0.active,
.page-header.type16 .navigation li.level0:hover {
    background-color: #FFF !important;
}

.page-header.type16 .navigation li.level0 > .level-top {
    font-weight: 600 !important;
}

/* ==== Minicart ==== */
.minicart-wrapper.cart-design-1 {
    float: right;
    position: absolute;
    right: 0px;
    top: 20px;
}

div.header.content > div.custom-block {
    float: right;
    position: absolute;
    top: 20px;
    right: 100px;
}

.minicart-wrapper .action.showcart .counter.qty {
    right: 15px !important;
    top: -10px !important;
}

.minicart-wrapper .action.showcart .minicart-icon {
    font-size: 20px !important;
    margin-top: 0px;
}

/* ==== Breadcrumbs ==== */
.page-wrapper > .breadcrumbs {
    padding: 20px 0;
    border-bottom: none !important;
}

/* ==== Search Style ==== */
.block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
}

.block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
}

/* ==== Store-Spezifisches Layout ==== */
.sidebar.sidebar-additional,
.sidebar.sidebar-main {
    top: 30px !important;
}

.custom-block.f-right {
    clear: both !important;
    width: 17% !important;
}

#store\.menu {
    margin-bottom: 20px;
}

.actions-toolbar > .secondary .action:last-child,
.actions-toolbar > .secondary .action:last-child:hover {
    font-size: 100% !important;
}

.control {
    font-size: 100% !important;
}

.amgdprcookie-cookie-container .amgdprcookie-link {
    font-size: 13px;
}


/* ========== Grundstruktur & Body ========== */

body {
    font-family: 'Exo', sans-serif;
    font-size: var(--font-size-default);
    color: var(--color-text-dark);
    background: #ffffff;
}

/* ========== Header & Top Panel ========== */

.page-header {
    border-bottom: 1px solid var(--border-color-light);
}

.page-header .panel.wrapper {
    color: var(--color-secondary);
    font-size: var(--font-size-s);
}

/* ========== Navigation ========== */

.page-header.type16 .navigation li.level0 > .level-top {
    font-weight: 600;
}

.page-header.type16 .navigation li.level0.active,
.page-header.type16 .navigation li.level0:hover {
    background-color: #FFF !important;
}

/* ========== Footer ========== */

.footer.content {
    background-color: #f7f7f7;
    padding: var(--spacing-l) 0;
}

.footer.content ul,
.footer.content li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer.content a {
    color: var(--color-primary);
    text-decoration: none;
}

.footer.content a:hover {
    text-decoration: underline;
}

.footer-date {
    color: var(--color-footer-date);
    font-size: var(--font-size-s);
    text-align: center;
    margin-top: var(--spacing-s);
}

/* ========== Teaserbox / Startseitenboxen ========== */

.teaserbox {
    background: #fff;
    border: 1px solid var(--border-color-light);
    border-radius: var(--radius-default);
    padding: var(--spacing-m);
    margin-bottom: var(--spacing-l);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.teaserbox h2 {
    font-size: var(--font-size-xl);
    color: var(--color-primary);
    margin-bottom: var(--spacing-s);
}

.teaserbox p {
    margin: 0;
}

/* ========== Produktliste / Produktboxen ========== */

.products-grid .product-item {
    /*border: 1px solid var(--border-color-light);*/
    padding: var(--spacing-s);
    border-radius: var(--radius-default);
    transition: all 0.2s ease-in-out;
    margin-bottom: var(--spacing-m);
    margin-top: 1rem;
}

.products-grid .product-item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-top: 1rem;
}

.product-item .product-item-details {
    text-align: center;
}

.product-item .product-item-name {
    font-size: var(--font-size-l);
    color: var(--color-text-dark);
    font-weight: 600;
    margin-bottom: var(--spacing-xs);
}

.product-item .price-box {
    font-size: var(--font-size-default);
    color: unset;
}

/* ========== Produktseite / Preis & Titel ========== */

.product-info-main .page-title {
    font-size: 26px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: var(--spacing-s);
}

.product-info-price .price {
    font-size: 22px;
    color: var(--color-success);
    margin: var(--spacing-s) 0;
}

/* ========== Buttons ========== */

.product-add-form .action.primary {
    background: var(--color-primary);
    color: #fff;
    border-radius: var(--radius-default);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: var(--font-size-default);
}

.product-add-form .action.primary:hover {
    background: darken(var(--color-primary), 10%);
}

/* ========== Formularfelder ========== */

input[type="text"],
input[type="email"],
textarea {
    border: 1px solid var(--border-color-light);
    border-radius: var(--radius-default);
    padding: var(--spacing-s);
    width: 100%;
    font-size: var(--font-size-default);
    margin-bottom: var(--spacing-s);
}

/* ========== Kontaktformular ========== */

.contact-form {
    background: #fff;
    border: 1px solid var(--border-color-light);
    border-radius: var(--radius-default);
    padding: var(--spacing-l);
    margin-top: var(--spacing-l);
}

/* ========== Sonstige ========== */

.control.qty label {
    margin-top: 0 !important;
}

.t-spacer {
    border: 1px dashed var(--color-primary);
    margin: var(--spacing-l) 0;
}

/* ==== Upsell-Box Headline ==== */
strong#block-upsell-heading {
    font-size: var(--font-size-upsell-title);
    display: block;
    text-align: center;
    margin: var(--spacing-m) 0;
}

/* ==== Tabellen-Warenkorb Styles ==== */
.cart.table-wrapper .product-item-details {
    text-align: left;
}

.cart.table-wrapper .product-image-container {
    border: none;
}

.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.price .price-including-tax {
    font-size: 15px !important;
    margin-bottom: 0.5rem;
}

.cart.table-wrapper .col.qty .input-text.qty {
    width: 50px;
    text-align: center;
    padding: 5px;
    border: 1px solid var(--border-color-light);
}

/* ==== GDPR Hinweis ==== */
.amgdprcookie-cookie-container .amgdprcookie-link {
    font-size: 13px;
}

/* ==== Klarna Hinweisblöcke ==== */
.klarna-placement {
    padding: 10px 0;
    margin-bottom: var(--spacing-m);
    border-top: 1px solid var(--border-color-light);
    border-bottom: 1px solid var(--border-color-light);
}

/* ==== Spacer für Layout-Trenner ==== */
.t-spacer {
    border: 1px dashed var(--color-primary);
    margin: var(--spacing-l) 0;
}

@media only screen and (max-width: 768px) {
    .block-search {
        width: 100%;
        margin-left: 0;
    }

    .products-grid .product-item {
        padding: 10px;
    }

    .footer.content {
        padding: 15px;
    }
}

.footer-date {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    color: var(--color-footer-date);
}

blockquote.info-box {
    padding: 15px 20px;
    background: #f4f4f4;
    border-left: 4px solid var(--color-primary);
    font-style: italic;
    margin: 20px 0;
}

#consent-box,
.trusted-badge {
    padding: 10px;
    background: #fefefe;
    border: 1px solid var(--border-color-light);
    border-radius: var(--radius-default);
    margin-bottom: var(--spacing-m);
}

/* SAP c/p from original */

/* M v2.4.6 Fixes */

.label.agreements label {
    width: 100% !important;
    height: auto;
    line-height: 35px !important;
    padding: 0 !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    vertical-align: middle !important;
    margin: 0px 0 !important;
}

/* .block-search {
    position: relative;
    margin-left: 8%;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    z-index: 999 !important;
    padding: 0px !important;
    margin-top: -50px;
} */
strong.logo {
    display: inline-block;
}

#search_mini_form {
    width: auto;
    float: none;
}

.block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
}

.block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
}

.page-header.type16 .navigation li.level0.active, .page-header.type16 .navigation li.level0:hover {
    background-color:#FFF !important;
}

.minicart-wrapper.cart-design-1 {
    float: right;
    position: absolute;
    right: 0px;
    top: 20px;
}

div.header.content > div.custom-block {
    float: right;
    position: absolute;
    top: 20px;
    right: 100px;
}

.sidebar.sidebar-additional, .sidebar.sidebar-main {
    top: 30px !important ;
}

.actions-toolbar > .secondary .action:last-child, .actions-toolbar > .secondary .action:last-child:hover {
    font-size: 100% !important;
}

.control {
    font-size: 100% !important;
}

#store\.menu {
    margin-bottom: 20px;
}

.custom-block.f-right {
    clear: both !important;
    width: 17% !important;
}

/* .page-wrapper {
  padding-top: 0px !important;
} */

.porto-icon-shopping-cart::before {
    /*content: '\e8ba';*/
    content: '\f07a' !important;
    font-family: 'Font Awesome';
}

.minicart-wrapper .action.showcart .counter.qty {
    right: 15px !important;
    top: -10px !important;
}
.minicart-items .item-qty {
    margin-left: 20px;
}

a:visited, .alink:visited {
    color:#404040 !important;
}

.minicart-wrapper .action.showcart .minicart-icon {
    font-size: 20px !important;
    margin-top: 0px;
}

.page-wrapper > .breadcrumbs {
    border-bottom: none !important;
}

@media (min-width: 768px){
    .minicart-wrapper .block-minicart {
        right: -15px;
        width: 350px!important;
        max-width: unset;
        min-width: unset;
        top: 75%;
    }

}
@media only screen and (max-width: 767px) {
       
    .page-header .amsearch-result-section {
        right: 10% !important;
        width: 280px !important;
        min-width: 280px !important;
    }    
    
    .amsearch-result-section {
        max-width: 280px  !important;
        width: 280px !important;
    }       

    .page-header.type16 .minicart-wrapper {
        right: 35px !important;
    }

	.mob_search {
		right: 7.5rem !important;
	}
    
    .minicart-wrapper .action.showcart .counter.qty {
        top: 0px !important;
    }

    .minicart-wrapper .action.showcart::after {
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 0px;
        color: #404040;
    }

    .nav-toggle {
        width: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .sw-megamenu.navigation li.level0.fullwidth > .submenu {
        margin-top: 5px !important;
    }

}

@media only screen and (max-width: 991px) {
    div.header.content > div.custom-block {
        display: none !important;
    }

    .ui-menu-item.level0.fullwidth.parent {
        border: 0px;
    }

    .navigation li.level0 > .level-top {
        padding-left: 10px !important;
        background-color: transparent !important;
    }


    header.page-header .nav-sections-item-title {
        background-color: #f2f2f2 !important;
    }

    .page-header.type16 .navigation .level0 > .level-top > span {
        font-size:100% !important;
        text-transform: normal !important;
        margin-left: 10px;
        background-color: transparent;
        min-height: 2rem !important;
        line-height: 2rem !important;
    }

    header.page-header .nav-sections-item-content {
        margin-top: 100px  !important;
    }

    .ui-menu-item.level1, .ui-menu-item.level2 {
        font-size: 90% !important;
    }

    .navigation li.level0 {
        line-height: 30px !important;
    }

    .open-children-toggle {
        content: "\e81c";
        font-family: 'porto-icons';
    }

    .nav-sections .header.links li.greet.welcome {
        font-size: 100% !important;
    }

}

@media only screen and (min-width: 992px) {
    .page-header .navigation .level0 .submenu {
        box-shadow: none !important;
        border: 1px solid #f2f2f2 !important;
    }

    .page-header.type16.header-newskin {
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    }

}

/* M v2.4.6 Fixes */



/*form#shipping-zip-form,strong#block-shipping-heading,strong#block-shipping-heading::after {
    display: none !important;
}*/

.opc-progress-bar-item > span {font-size: 1rem !important;}
.opc-progress-bar-item > span::after {font-size: 1.2rem !important;}
.opc-wrapper .step-title {font-size:1.5rem !important;}
.checkout-shipping-method .actions-toolbar .action.primary {padding: 10px !important;}
.action.primary, .action.primary:active {font-size: 1rem !important;}

.page-header.type16 .navigation li.level0 > .level-top {
    font-weight: 600 !important;
}
.amgdprcookie-cookie-container .amgdprcookie-link {font-size:13px;}
.message.notice {
    font-size: 100% !important ;
}
.page-header.type16 .block-search .action.search {
    background-color: transparent !important ;
}
.cart.table-wrapper .product-image-container {
    border: 0;
}
.cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.price .price-including-tax {
    font-size: 15px !important ;
    margin-bottom: 0.5rem;
}
.amgdprcookie-text-container .amgdprcookie-policy, .amgdprcookie-description {
    display: inline;
    font-size: 15px !important ;
}
.header.content {
    left: 0 !important ;
}
a.klarna-checkout {
    color: #E83D6B !important ;
    font-size: 100%;
    height: 48px;
    line-height: 1.5;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 15px;
}
button.action-primary.action-accept {
    border-style: solid;
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
    border-width: 1px;
    border-color: transparent;
    background: linear-gradient(90deg, #91A855 0%, #91A855 100%);
    padding: 0 15px;
    transition: all 200ms ease-in-out;
    border-radius: 0.3125rem 0 0.3125rem 0;
}
button.action-secondary.action-dismiss {
    border-style: solid;
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
    border-width: 1px;
    border-color: transparent;
    background: #565656;
    padding: 0 15px;
    transition: all 200ms ease-in-out;
    border-radius: 0.3125rem 0 0.3125rem 0;
}
@media only screen and (max-width: 767px) {
    .minicart-wrapper .action.showcart .counter.qty {
        color: #FFF;
        display: list-item;
        margin: -10px 10px 0 !important;
        min-width: 20px;
        position: inherit !important ;
        font-size: 10px;
        top: 50%;
        left: 0;
    }
}
button.action.action-edit:hover {
    background: transparent !important ;
}
span.estimated-price, .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    color: #565656 !important ;
}
#checkout > div.authentication-wrapper > button > span, .opc-block-shipping-information .shipping-information-title .action-edit span, #checkout [data-collapsible="true"] > [role="tab"] > strong:after, .firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong:after, #block-discount-heading {
    color: #565656 !important ;
}
.opc-estimated-wrapper {
    margin: 0 -15px 15px;
}
#checkout-shipping-method-load > table .row, #checkout-shipping-method-load > table > tbody > tr.row > td {
    border: 0 !important ;
}
#checkout-shipping-method-load > table > tbody > tr.row > td.col.col-method {
    border: 0 !important ;
    display: inline;
    /*max-width: 50px !important ;*/
}
#checkout-shipping-method-load > table > tbody > tr.row > td.col.col-price {
    border: 0 !important ;
    display: inline;
    min-width: 100px !important ;
    width: 100px !important ;
    max-width: 100px !important ;
}
td#label_method_flatrate_flatrate, td#label_method_amstrates1_amstrates, td#label_method_amstrates2_amstrates, td#label_method_amstrates3_amstrates, td#label_method_amstrates4_amstrates, td#label_method_amstrates5_amstrates, td#label_method_amstrates6_amstrates, td#label_method_amstrates7_amstrates, td#label_method_amstrates8_amstrates, td#label_method_amstrates9_amstrates, td#label_method_amstrates10_amstrates, td#label_method_amstrates11_amstrates, td#label_method_amstrates12_amstrates, td#label_method_amstrates13_amstrates, td#label_method_amstrates14_amstrates, td#label_method_amstrates15_amstrates {
    min-width: 150px;
}
.shipping-information-title span {
    font-size: 12px !important ;
}
.opc-block-summary .items-in-cart > .title > strong {
    font-size: 1rem !important ;
}
.opc-block-summary > span.title {
    font-size: 1.5rem !important ;
}
.sample-product-wrapper.ml-4, #sample-product-button .btn .btn-primary .action .primary .tocart .tosample > span {
    margin-left: 0 !important ;
    color: #565656 !important ;
    border-radius: 0.3125rem 0 0.3125rem 0;
    text-transform: none !important ;
    text-align: left !important ;
}
#sample-product-button:before {
    background: none !important ;
    display: none;
}
button#sample-product-button, button#sample-product-button:hover {
    text-shadow: none;
    font-size: 100%;
    font-weight: 600;
    padding: 0.2em 1em;
    background: #565656 !important ;
    margin-bottom: 0;
    line-height: 1.5rem;
}
.block-swissup-ajaxsearch-results .tt-suggestion.tt-cursor, .block-swissup-ajaxsearch-results .tt-suggestion:hover {
    background-color: transparent !important ;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-name {
    text-align: center;
}
.block-swissup-ajaxsearch-results .product-item-info .price-box, .block-swissup-ajaxsearch-results .product-item-info .product-info-stock-sku {
    font-size: 0.65em;
    text-align: center !important ;
}
span.footer-date {
    color: #e83d6b;
    margin-top: 25px;
}
.widget.am-attachments.am-attachments-tab {
    margin-bottom: 50px;
    background-color: #e9e2e175;
    padding: 15px;
    border-radius: 0 0.36765rem 0 0;
}
span.downloads {
    padding-top: 25px !important ;
    color: #E83D6B;
    background-color: #e9e2e175;
    padding: 15px 15px 0 15px;
    border-radius: 0.36765rem 0.36765rem 0 0;
}
.action.switch:hover {
    background-color: transparent !important ;
    color: #565656 !important ;
    margin-top: 3px;
}
.action.action-edit:hover {
    background-color: transparent !important ;
    color: #565656 !important ;
    font-size: 100% !important ;
}
.login-container .fieldset::after {
    color: #E83D6B;
    font-size: 1rem !important ;
}
.dpo_tooltip_icon {
    top: 5px !important ;
}
div.column-cover-block > div > div.block.related.owl-top-narrow {
    display: none !important ;
}
.dpo_tooltip_icon::after {
    content: 'info';
    display: inline-block;
    font-size: 9px;
    line-height: 16px;
    width: 30px;
    height: 16px;
    font-family: 'Exo', sans-serif;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    background: #E83D6B;
    color: #fff;
    text-indent: -1px;
    float: right;
}
#itoris_dynamicproductoptions .form-list .field .control .input-text.option-qty, .itoris_dynamicproductoptions .form-list .field .control .input-text.option-qty {
    width: 15% !important ;
    border: #E83D6B solid 1px;
    border-radius: 0.3125rem 0 0.3125rem 0;
    font-size: 13px;
    text-align: center;
    margin-left: 10px;
}
.page-header {
    border-top: 0;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #565656 !important ;
}
.title_seller > br {
    content: '' !important ;
}
.title_seller > br:after, .title_seller > br:before {
    content: ' ' !important ;
}
td.col.item > div > dl > dd > img {
    display: none !important ;
}
#itoris_dynamicproductoptions table.dpo_dd_list_inner {
    margin: 10px;
}
.dpo_dd_mask {
    height: 37px !important ;
    margin-top: 5px;
    width: 100% !important ;
    border: transparent !important ;
    border-radius: 0.3125rem 0 0.3125rem 0 !important ;
    font-size: 13px !important ;
    background: transparent !important ;
}
.dpo_dd_list_preview {
    text-align: left !important ;
    vertical-align: middle !important ;
    width: 60px !important ;
}
.dpo-choice-none {
    display: none !important ;
}
.dpo_dd_list_value, .dpo_dd_list_value {
    background-color: #fff !important ;
    padding: 5px !important ;
}
.page-header, .minicart-wrapper .block-minicart, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover, .authentication-dropdown, .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage, .featured-box .box-content, .history .featured-box .box-content, .form.search.advanced, .homepage-grid-banner .ribbon::before, .cms-index-index .testimonial-arrow-down, #newsletter_popup, .iwd-one-page-checkout-sidebar .iwd-opc-block-summary, .block-header-customer-login, .mfp-preloader, .ln_overlay .loader {
    border-top: 0 !important;
    border: none !important;
}
#form-validate {
    border-top: 4px solid #B4A9A2;
}
.login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage {
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 5%);
}
.action.action-show-popup {
    background-color: #91A855 !important ;
    background: #91A855 !important ;
    color: #fff !important ;
    font-size: 1rem !important ;
    border-radius: 30px;
    line-height: 1.5;
    font-size: 1rem !important ;
    text-align: center;
    background: #565656;
    text-transform: uppercase;
    float: none;
    color: #fff;
    border-radius: 0.3125rem 0 0.3125rem 0;
    border: transparent solid 1px;
    font-family: 'Exo', sans-serif;
}
.fieldset > .field, .fieldset > .fields > .field {
    margin: 0;
}
@media screen and (min-width: 768px), print {
    .account.page-layout-2columns-left .column.main {
        width: 75%;
    }
}
body, html {
    overflow-x: hidden;
}
.action.compare.no-display {
    display: none !important ;
}
body > p {
    display: none;
}
.toolbar .modes > a {
    text-decoration: none;
}
.toolbar-amount {
    display: none;
}
.clearer {
    clear: both;
}
@media screen and (min-width: 1200px) {
    .col-xl-2-4 {
        width: 20%;
    }
    .col-xl-9-6 {
        width: 80%;
    }
    .block.upsell.porto-products {
        margin: 0 30px;
    }
    @media screen and (max-width: 1199px) {
        .container {
            width: 100%;
        }
    }
    @media screen and (min-width: 768px) {
        .layout-1280 .block.category.event, .layout-1280 .footer.content, .layout-1280 .header.content, .layout-1280 .navigation, .layout-1280 .page-header .header.panel, .layout-1280 .page-main, .layout-1280 .page-wrapper > .breadcrumbs .items, .layout-1280 .page-wrapper > .page-bottom, .layout-1280 .page-wrapper > .widget, .layout-1280 .top-container {
            max-width: 1280px;
        }
        .layout-1280 .container {
            max-width: 1280px;
            width: 100%;
        }
        .sw-megamenu.side-megamenu.navigation li.level0.fl-right {
            float: none;
        }
    }
    .d-none {
        display: none !important ;
    }
    .d-inline {
        display: inline !important ;
    }
    .d-inline-block {
        display: inline-block !important ;
    }
    .d-block {
        display: block !important ;
    }
    .d-table {
        display: table !important ;
    }
    .d-table-row {
        display: table-row !important ;
    }
    .d-table-cell {
        display: table-cell !important ;
    }
    .d-flex {
        display: flex !important ;
    }
    .d-inline-flex {
        display: inline-flex !important ;
    }
    @media screen and (min-width: 576px) {
        .d-sm-none {
            display: none !important ;
        }
        .d-sm-inline {
            display: inline !important ;
        }
        .d-sm-inline-block {
            display: inline-block !important ;
        }
        .d-sm-block {
            display: block !important ;
        }
        .d-sm-table {
            display: table !important ;
        }
        .d-sm-table-row {
            display: table-row !important ;
        }
        .d-sm-table-cell {
            display: table-cell !important ;
        }
        .d-sm-flex {
            display: flex !important ;
        }
        .d-sm-inline-flex {
            display: inline-flex !important ;
        }
    }
    @media screen and (min-width: 768px) {
        .d-md-none {
            display: none !important ;
        }
        .d-md-inline {
            display: inline !important ;
        }
        .d-md-inline-block {
            display: inline-block !important ;
        }
        .d-md-block {
            display: block !important ;
        }
        .d-md-table {
            display: table !important ;
        }
        .d-md-table-row {
            display: table-row !important ;
        }
        .d-md-table-cell {
            display: table-cell !important ;
        }
        .d-md-flex {
            display: flex !important ;
        }
        .d-md-inline-flex {
            display: inline-flex !important ;
        }
        .navigation .ui-menu-icon {
            display: none !important ;
        }
    }
    @media screen and (min-width: 992px) {
        .d-lg-none {
            display: none !important ;
        }
        .d-lg-inline {
            display: inline !important ;
        }
        .d-lg-inline-block {
            display: inline-block !important ;
        }
        .d-lg-block {
            display: block !important ;
        }
        .d-lg-table {
            display: table !important ;
        }
        .d-lg-table-row {
            display: table-row !important ;
        }
        .d-lg-table-cell {
            display: table-cell !important ;
        }
        .d-lg-flex {
            display: flex !important ;
        }
        .d-lg-inline-flex {
            display: inline-flex !important ;
        }
    }
    @media screen and (min-width: 1220px) {
        .d-xl-none {
            display: none !important ;
        }
        .d-xl-inline {
            display: inline !important ;
        }
        .d-xl-inline-block {
            display: inline-block !important ;
        }
        .d-xl-block {
            display: block !important ;
        }
        .d-xl-table {
            display: table !important ;
        }
        .d-xl-table-row {
            display: table-row !important ;
        }
        .d-xl-table-cell {
            display: table-cell !important ;
        }
        .d-xl-flex {
            display: flex !important ;
        }
        .d-xl-inline-flex {
            display: inline-flex !important ;
        }
    }
    @media screen and (min-width: 1440px) {
        .d-sl-inline-block {
            display: inline-block !important ;
        }
    }
    .product-name {
        color: #333;
    }
    .swatch-input {
        position: absolute;
        top: -999em;
        visibility: hidden;
        opacity: 0;
    }
    .btn-default {
        color: #fff;
        font-weight: 400;
        background-image: none;
        background-color: #E83D6B;
        text-shadow: none;
        border: 0;
        opacity: 1;
    }
    .block.category.event, .footer.content, .header.content, .navigation, .page-header .header.panel, .page-main, .page-wrapper > .breadcrumbs, .page-wrapper > .page-bottom, .page-wrapper > .widget, .top-container {
        width: 100%;
    }

}
@media screen and (min-width: 768px) {
    .block.category.event, .footer.content, .header.content, .navigation, .page-header .header.panel, .page-main, .page-wrapper > .breadcrumbs, .page-wrapper > .page-bottom, .page-wrapper > .widget, .top-container {
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .block.category.event, .footer.content, .header.content, .navigation, .page-header .header.panel, .page-main, .page-wrapper > .breadcrumbs, .page-wrapper > .page-bottom, .page-wrapper > .widget, .top-container {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {
    .block.category.event, .footer.content, .header.content, .navigation, .page-header .header.panel, .page-main, .page-wrapper > .breadcrumbs, .page-wrapper > .page-bottom, .page-wrapper > .widget, .top-container {
        max-width: 1140px;
    }
}

.prev-next-products {
    float: right;
}
.prev-next-products .product-nav em:before {
    margin: 0;
}
.prev-next-products .product-nav.product-next .product-pop:before {
    right: 21px;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
    left: 27px;
}
.homepage-bar {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
div.homepage-bar {
    background-color: #565656 !important ;
}
.custom-block > .homepage-bar {
    background-color: #F4F4F4 !important ;
}
.homepage-bar .col-lg-4 {
    border-left: 1px solid #e1e1e1;
    padding-top: 14px;
    padding-bottom: 14px;
}
.homepage-bar .col-lg-4:first-child {
    border-left: 0;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^="porto-icon-"] {
    font-size: 34px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.homepage-bar .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}
.homepage-bar h3 {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
.homepage-bar p {
    font-size: 13px;
    margin: 0;
    line-height: 1;
}
.image-link {
    display: block;
    position: relative;
}
.image-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.image-link:hover:before {
    opacity: 0.1;
    visibility: visible;
}
.image-link img {
    width: 100%;
    display: block;
}
.border-radius .image-link:before {
    border-radius: 8px;
}
.custom-support {
    text-align: left;
}
.custom-support em[class*="icon-"] {
    float: left;
    background-color: #e35d53;
    color: #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}
.custom-support div.content {
    margin-left: 76px;
}
.custom-support div.content > h2 {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}
.custom-support div.content > em {
    color: #888;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.custom-support div.content > p {
    color: #666;
    font-size: 14px;
}
.photo-instagrams .image-link {
    position: relative;
}
.photo-instagrams .image-link .content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(255, 0, 0, 0.5);
    text-align: center;
    height: 100%;
    vertical-align: middle;
    font-size: 35px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.photo-instagrams .image-link:hover .content {
    opacity: 1;
    visibility: visible;
}
.photo-instagrams .image-link .content i {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 24.5px);
    display: inline-block;
    vertical-align: middle;
}
.parallax-wrapper {
    position: relative;
}
.parallax-wrapper .overlay {
    background-color: #000;
    opacity: 0.55;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.parallax {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 50px 0;
}
.parallax-slider {
    text-align: center;
}
.parallax-slider .owl-carousel h2 {
    font-size: 60.28px;
    color: #fff;
    line-height: 1;
}
.parallax-slider .owl-carousel p {
    font-size: 22.6px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}
.parallax-slider .owl-carousel a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.brands-slider .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: none;
}
.customer-account-create .form-create-account .account-social-login, .customer-account-login .block-customer-login .account-social-login {
    display: block;
    width: 100%;
    position: relative;
    margin: 50px 0;
}
.customer-account-create .form-create-account .account-social-login:before, .customer-account-login .block-customer-login .account-social-login:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #dfdfdf;
    z-index: 3;
    top: 0;
    left: 25px;
    right: 25px;
}
.customer-account-login .block-customer-login .account-social-login:before {
    left: 0;
    right: 0;
}
.customer-account-create .form-create-account .account-social-login:after, .customer-account-login .block-customer-login .account-social-login:after {
    content: 'or';
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 4;
    text-align: center;
    border: #dfdfdf solid 1px;
    border-radius: 100%;
    line-height: 43px;
    color: #777;
    left: 0;
    top: -22px;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
.customer-account-create .account-social-login, .customer-account-login .account-social-login .block-content {
    padding-top: 50px;
}
.form.create.account .account-social-login .actions-toolbar {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    header.firecheckout-header {
        margin-top: -50px;
    }
    .nav-open .page-wrapper {
        position: fixed;
        z-index: 3;
    }
}
@media screen and (max-width: 991px) {
    .homepage-bar .col-lg-4 {
        border: 0;
        text-align: left !important ;
    }
    .parallax {
        background-position: center center !important ;
        background-attachment: initial;
    }
}
@media screen and (max-width: 767px) {
    .parallax-slider .owl-carousel h2 {
        font-size: 40px;
    }
    .parallax-slider .owl-carousel p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .parallax-slider .owl-carousel a {
        font-size: 13px;
    }
}
.owl-banner-carousel .content.type1 h2 {
    font-size: 60px;
}
.owl-banner-carousel .content.type1 p {
    font-size: 25px;
}
.owl-banner-carousel .content.type1 a {
    font-size: 16px;
}
@media screen and (max-width: 1199px) {
    .owl-banner-carousel .content.type1 h2 {
        font-size: 48px;
    }
    .owl-banner-carousel .content.type1 p {
        font-size: 20px;
    }
    .owl-banner-carousel .content.type1 a {
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) {
    .owl-banner-carousel .content.type1 h2 {
        font-size: 36px;
    }
    .owl-banner-carousel .content.type1 p {
        font-size: 15px;
    }
    .owl-banner-carousel .content.type1 a {
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
    .owl-banner-carousel .content.type1 h2 {
        font-size: 24px;
    }
    .owl-banner-carousel .content.type1 p {
        display: none;
    }
    .owl-banner-carousel .content.type1 a {
        font-size: 8px;
    }
}
#banner-slider-demo-3 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px;
}
#banner-slider-demo-3 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px;
}
#banner-slider-demo-3 .slide1-content p {
    font-size: 23.64px;
}
#banner-slider-demo-3 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px;
}
#banner-slider-demo-3 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px;
}
#banner-slider-demo-3 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px;
}
#banner-slider-demo-3 .slide2-content p span.split {
    margin: 0 13px 0 14px;
    border: 0;
}
#banner-slider-demo-3 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px;
}
#banner-slider-demo-3 .slide3-content em {
    font-size: 26.26px;
}
#banner-slider-demo-3 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}
#banner-slider-demo-3 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px;
}
@media screen and (max-width: 991px) {
    #banner-slider-demo-3 .slide1-content img.quote {
        width: 30px;
    }
    #banner-slider-demo-3 .slide1-content em {
        font-size: 20px;
        margin: 0 8px;
    }
    #banner-slider-demo-3 .slide1-content h2 {
        font-size: 60px;
        margin: 4px 0 8px;
    }
    #banner-slider-demo-3 .slide1-content p {
        font-size: 18px;
    }
    #banner-slider-demo-3 .slide2-content em {
        font-size: 20px;
        margin-left: 7px;
    }
    #banner-slider-demo-3 .slide2-content h2 {
        font-size: 65px;
        margin: 2px 0 8px;
    }
    #banner-slider-demo-3 .slide2-content p {
        font-size: 15px;
        margin-left: 7px;
        margin-bottom: 25px;
    }
    #banner-slider-demo-3 .slide2-content p span.split {
        margin: 0 8px 0 9px;
    }
    #banner-slider-demo-3 .slide2-content a.btn-default {
        font-size: 13px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px;
    }
    #banner-slider-demo-3 .slide3-content em {
        font-size: 20px;
    }
    #banner-slider-demo-3 .slide3-content h2 {
        font-size: 65px;
        margin-bottom: 13px;
    }
    #banner-slider-demo-3 .slide3-content a.btn-default {
        font-size: 13px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px;
    }
}
@media screen and (max-width: 640px) {
    #banner-slider-demo-3 .slide1-content img.quote {
        width: 15px;
    }
    #banner-slider-demo-3 .slide1-content em {
        font-size: 14px;
        margin: 0 3px;
    }
    #banner-slider-demo-3 .slide1-content h2 {
        font-size: 38px;
        margin: 1px 0 5px;
    }
    #banner-slider-demo-3 .slide1-content p {
        font-size: 14px;
    }
    #banner-slider-demo-3 .slide2-content em {
        font-size: 14px;
        margin-left: 3px;
    }
    #banner-slider-demo-3 .slide2-content h2 {
        font-size: 39px;
        margin: 0 0 5px;
    }
    #banner-slider-demo-3 .slide2-content p {
        font-size: 8px;
        margin-left: 4px;
        margin-bottom: 15px;
    }
    #banner-slider-demo-3 .slide2-content p span.split {
        margin: 0 7px 0 8px;
    }
    #banner-slider-demo-3 .slide2-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px;
    }
    #banner-slider-demo-3 .slide3-content em {
        font-size: 14px;
    }
    #banner-slider-demo-3 .slide3-content h2 {
        font-size: 38px;
        margin-bottom: 8px;
    }
    #banner-slider-demo-3 .slide3-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px;
    }
}
#banner-slider-demo-8 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px;
}
#banner-slider-demo-8 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px;
}
#banner-slider-demo-8 .slide1-content p {
    font-size: 23.64px;
}
#banner-slider-demo-8 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px;
}
#banner-slider-demo-8 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px;
}
#banner-slider-demo-8 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px;
}
#banner-slider-demo-8 .slide2-content p span.split {
    margin: 0 13px 0 14px;
    border: 0;
}
#banner-slider-demo-8 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px;
}
#banner-slider-demo-8 .slide3-content em {
    font-size: 26.26px;
}
#banner-slider-demo-8 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}
#banner-slider-demo-8 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px;
}
@media screen and (max-width: 991px) {
    #banner-slider-demo-8 .slide1-content img.quote {
        width: 30px;
    }
    #banner-slider-demo-8 .slide1-content em {
        font-size: 20px;
        margin: 0 8px;
    }
    #banner-slider-demo-8 .slide1-content h2 {
        font-size: 60px;
        margin: 4px 0 8px;
    }
    #banner-slider-demo-8 .slide1-content p {
        font-size: 18px;
    }
    #banner-slider-demo-8 .slide2-content em {
        font-size: 20px;
        margin-left: 7px;
    }
    #banner-slider-demo-8 .slide2-content h2 {
        font-size: 65px;
        margin: 2px 0 8px;
    }
    #banner-slider-demo-8 .slide2-content p {
        font-size: 15px;
        margin-left: 7px;
        margin-bottom: 25px;
    }
    #banner-slider-demo-8 .slide2-content p span.split {
        margin: 0 8px 0 9px;
    }
    #banner-slider-demo-8 .slide2-content a.btn-default {
        font-size: 13px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px;
    }
    #banner-slider-demo-8 .slide3-content em {
        font-size: 20px;
    }
    #banner-slider-demo-8 .slide3-content h2 {
        font-size: 65px;
        margin-bottom: 13px;
    }
    #banner-slider-demo-8 .slide3-content a.btn-default {
        font-size: 13px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px;
    }
}
@media screen and (max-width: 640px) {
    #banner-slider-demo-8 .slide1-content img.quote {
        width: 15px;
    }
    #banner-slider-demo-8 .slide1-content em {
        font-size: 13px;
        margin: 0 3px;
    }
    #banner-slider-demo-8 .slide1-content h2 {
        font-size: 23px;
        margin: 1px 0 5px;
    }
    #banner-slider-demo-8 .slide1-content p {
        font-size: 14px;
    }
    #banner-slider-demo-8 .slide2-content em {
        font-size: 13px;
        margin-left: 3px;
    }
    #banner-slider-demo-8 .slide2-content h2 {
        font-size: 23px;
        margin: 0 0 5px;
    }
    #banner-slider-demo-8 .slide2-content p {
        font-size: 8px;
        margin-left: 4px;
        margin-bottom: 5px;
    }
    #banner-slider-demo-8 .slide2-content p span.split {
        margin: 0 7px 0 8px;
    }
    #banner-slider-demo-8 .slide2-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px;
    }
    #banner-slider-demo-8 .slide3-content em {
        font-size: 13px;
    }
    #banner-slider-demo-8 .slide3-content h2 {
        font-size: 23px;
        margin-bottom: 8px;
        margin-top: 5px;
    }
    #banner-slider-demo-8 .slide3-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px;
    }
}
#banner-slider-demo-4 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px;
}
#banner-slider-demo-4 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px;
}
#banner-slider-demo-4 .slide1-content p {
    font-size: 23.64px;
}
#banner-slider-demo-4 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px;
}
#banner-slider-demo-4 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px;
}
#banner-slider-demo-4 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px;
}
#banner-slider-demo-4 .slide2-content p span.split {
    margin: 0 13px 0 14px;
    border: 0;
}
#banner-slider-demo-4 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px;
}
#banner-slider-demo-4 .slide3-content em {
    font-size: 26.26px;
}
#banner-slider-demo-4 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}
#banner-slider-demo-4 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px;
}
@media screen and (max-width: 991px) {
    #banner-slider-demo-4 .slide1-content img.quote {
        width: 30px;
    }
    #banner-slider-demo-4 .slide1-content em {
        font-size: 20px;
        margin: 0 8px;
    }
    #banner-slider-demo-4 .slide1-content h2 {
        font-size: 60px;
        margin: 4px 0 8px;
    }
    #banner-slider-demo-4 .slide1-content p {
        font-size: 18px;
    }
    #banner-slider-demo-4 .slide2-content em {
        font-size: 20px;
        margin-left: 7px;
    }
    #banner-slider-demo-4 .slide2-content h2 {
        font-size: 65px;
        margin: 2px 0 8px;
    }
    #banner-slider-demo-4 .slide2-content p {
        font-size: 15px;
        margin-left: 7px;
        margin-bottom: 25px;
    }
    #banner-slider-demo-4 .slide2-content p span.split {
        margin: 0 8px 0 9px;
    }
    #banner-slider-demo-4 .slide2-content a.btn-default {
        font-size: 13px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px;
    }
    #banner-slider-demo-4 .slide3-content em {
        font-size: 20px;
    }
    #banner-slider-demo-4 .slide3-content h2 {
        font-size: 65px;
        margin-bottom: 13px;
    }
    #banner-slider-demo-4 .slide3-content a.btn-default {
        font-size: 13px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin-right: 1px;
    }
}
@media screen and (max-width: 640px) {
    #banner-slider-demo-4 .slide1-content img.quote {
        width: 15px;
    }
    #banner-slider-demo-4 .slide1-content em {
        font-size: 14px;
        margin: 0 3px;
    }
    #banner-slider-demo-4 .slide1-content h2 {
        font-size: 38px;
        margin: 1px 0 5px;
    }
    #banner-slider-demo-4 .slide1-content p {
        font-size: 14px;
    }
    #banner-slider-demo-4 .slide2-content em {
        font-size: 14px;
        margin-left: 3px;
    }
    #banner-slider-demo-4 .slide2-content h2 {
        font-size: 39px;
        margin: 0 0 5px;
    }
    #banner-slider-demo-4 .slide2-content p {
        font-size: 8px;
        margin-left: 4px;
        margin-bottom: 15px;
    }
    #banner-slider-demo-4 .slide2-content p span.split {
        margin: 0 7px 0 8px;
    }
    #banner-slider-demo-4 .slide2-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px;
    }
    #banner-slider-demo-4 .slide3-content em {
        font-size: 14px;
    }
    #banner-slider-demo-4 .slide3-content h2 {
        font-size: 38px;
        margin-bottom: 8px;
    }
    #banner-slider-demo-4 .slide3-content a.btn-default {
        font-size: 8px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin-right: 1px;
    }
}
.slider-with-side {
    margin: 0 -8px;
}
.slider-with-side .slider-area {
    padding: 0 8px;
    float: left;
    width: 72.3%;
}
.slider-with-side .slider-area .item .content .ribbon {
    right: 13px;
    top: 16px;
}
.slider-with-side .slider-area .item .content .ribbon em {
    font-size: 14px;
    margin: 0;
    margin-right: 63px;
}
.slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 33px;
    margin: 0;
    margin-right: 14px;
}
.slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 18px;
    margin: 0;
    margin-top: -3px;
}
.slider-with-side .slider-area .item .content .text-area h2 {
    display: inline-block;
    padding: 7px 50px 7px 11px;
    font-size: 42.7px;
    margin-bottom: 4px;
}
.slider-with-side .slider-area .item .content .text-area p {
    display: inline-block;
    padding: 12px 17px 12px 13px;
    font-size: 17.58px;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 11px;
        top: 11px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 13px;
        margin-right: 60px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 30px;
        margin-right: 12px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 16px;
        margin-top: -2px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 6px 45px 6px 10px;
        font-size: 38px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 10px 15px 10px 11px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 3px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 8px;
        margin-right: 40px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 22px;
        margin-right: 7px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 10px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 4px 38px 4px 7px;
        font-size: 22px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 6px 11px 6px 8px;
        font-size: 9px;
    }
}
@media screen and (max-width: 480px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 1px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 6px;
        margin-right: 22px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 14px;
        margin-right: 2px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 6px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        display: none;
    }
}
.slider-with-side .side-area {
    padding: 0 8px 0 7px;
    float: left;
    width: 27.7%;
}
.slider-with-side .side-area img {
    display: block;
}
.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
}
.slider-with-side .side-area .item1:before, .slider-with-side .side-area .item2:before, .slider-with-side .side-area .item3:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.slider-with-side .side-area .item1:hover:before, .slider-with-side .side-area .item2:hover:before, .slider-with-side .side-area .item3:hover:before {
    opacity: 0.1;
    visibility: visible;
}
.slider-with-side .side-area .item1 .content {
    position: absolute;
    bottom: 17px;
    left: 15px;
    text-align: left;
}
.slider-with-side .side-area .item1 .content em {
    font-size: 27.45px;
    margin: 0;
    margin-bottom: 2px;
    display: block;
    margin-left: 4px;
}
.slider-with-side .side-area .item1 .content h2 {
    font-size: 35.16px;
    margin: 0;
    margin-bottom: 14px;
}
.slider-with-side .side-area .item1 .content a {
    font-size: 15.08px;
    margin: 0;
    margin-left: 4px;
    display: block;
}
.slider-with-side .side-area .item2 .content {
    position: absolute;
    bottom: 17px;
    left: 21px;
    text-align: left;
}
.slider-with-side .side-area .item2 .content h2 {
    font-size: 33.86px;
    margin: 0;
    margin-bottom: 12px;
}
.slider-with-side .side-area .item2 .content p {
    font-size: 18.34px;
    margin: 0;
    margin-left: 1px;
}
.slider-with-side .side-area .item2 .content a {
    font-size: 13px;
    border: 0;
    text-shadow: none;
    padding: 8px 10px 8px 15px;
    margin: 13px 0 0 25px;
}
.slider-with-side .side-area .item3 {
    margin: 0 !important ;
}
.slider-with-side .side-area .item3 .content {
    position: absolute;
    bottom: 17px;
    left: 19px;
    text-align: left;
}
.slider-with-side .side-area .item3 .content h2 {
    font-size: 32px;
    margin: 0;
}
.slider-with-side .side-area .item3 .content p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 17px;
}
.slider-with-side .side-area .item3 .content a {
    font-size: 16px;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .slider-with-side .side-area .item1 .content {
        bottom: 15px;
        left: 13px;
    }
    .slider-with-side .side-area .item1 .content em {
        font-size: 22px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item1 .content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item1 .content a {
        font-size: 13px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item2 {
        margin-bottom: 8px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item2 .content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item2 .content p {
        font-size: 13px;
    }
    .slider-with-side .side-area .item2 .content a {
        font-size: 13px;
        padding: 7px 8px 7px 13px;
        margin: 5px 0 0 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content h2 {
        font-size: 28px;
    }
    .slider-with-side .side-area .item3 .content p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .slider-with-side .side-area .item3 .content a {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .slider-with-side .slider-area {
        padding: 0 8px;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area {
        padding: 0;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 33.33%;
        float: left;
        margin: 0;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 20px;
        left: 20px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 20px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 20px;
        left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 100%;
        float: none;
    }
    .slider-with-side .side-area img {
        width: 100%;
    }
    .slider-with-side .side-area .item1 .content, .slider-with-side .side-area .item2 .content, .slider-with-side .side-area .item3 .content {
        bottom: 30px;
        left: 25px;
    }
}
.banner-content-6 {
    padding: 290px 0 80px;
    line-height: 1;
}
.banner-content-6 .text-content em {
    font-size: 26.26px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.banner-content-6 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px;
}
.banner-content-6 .text-content p {
    margin: 0;
}
.banner-content-6 .text-content p span {
    font-size: 23.64px;
    padding-left: 5px;
    line-height: 2;
}
.banner-content-6 .text-content p a {
    font-size: 16px;
    padding: 10px 35px;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
    .banner-content-6 .text-content em {
        font-size: 16.26px;
    }
    .banner-content-6 .text-content h2 {
        font-size: 54.12px;
    }
    .banner-content-6 .text-content p span {
        font-size: 13.64px;
    }
    .banner-content-6 .text-content p a {
        font-size: 13px;
        padding: 7px 15px;
    }
}
.our-instagram .main-instagram .item {
    position: relative;
    width: 10%;
    float: left;
}
.our-instagram .main-instagram .item img {
    width: 100%;
    display: block;
}
.our-instagram .main-instagram .item a {
    display: block;
    position: relative;
}
.our-instagram .main-instagram .item .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(0, 0, 0, 0.3);
    text-align: center;
    height: 100%;
    vertical-align: middle;
    font-size: 35px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.our-instagram .main-instagram .item:hover .content {
    opacity: 1;
    visibility: visible;
}
.our-instagram .main-instagram .item .content i {
    position: absolute;
    top: calc(50% - 26.5px);
    left: calc(50% - 24.5px);
    display: inline-block;
    vertical-align: middle;
}
.photo-instagrams .col-xl-2 {
    width: 10%;
    padding: 0;
}
.photo-instagrams .image-link .content {
    display: block;
}
.main-instagram {
    position: relative;
}
.insta-follow {
    position: absolute;
    top: calc(50% - 123px);
    left: calc(50% - 140px);
    background-color: #0e0e0e;
    padding: 30px 40px;
    text-align: center;
    color: #fff;
}
.insta-follow i {
    font-size: 24px;
}
.insta-follow h3 {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    color: #fff;
    line-height: 1;
    padding-top: 15px;
}
.insta-follow span {
    font-size: 15px;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 28px;
}
.insta-follow .btn-default {
    font-family: 'Exo', sans-serif;
    border: #2c2c2c solid 2px;
    background-color: #0e0e0e;
    padding: 9px 28px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}
.filter-title-type-2 {
    font-size: 19px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.filter-title-type-2 span {
    display: table-cell;
    position: relative;
}
.filter-title-type-2 span.title-line:after {
    content: "";
    width: 100%;
    border-top: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.one-product .filterproduct-title {
    background: #fff;
    text-align: center;
    color: #333;
    font-weight: 600;
    line-height: 50px;
}
.one-product .products-grid {
    margin: 0;
    background-color: #fff;
}
.one-product .product-item-info .product-item-details {
    padding-top: 20px;
}
.one-product .owl-dots {
    margin-top: 0;
}
.shop-features {
    text-align: center;
}
.shop-features [class*=" porto-icon-"], .shop-features [class^="porto-icon-"] {
    color: #333;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border: #ccc solid 2px;
    border-radius: 50%;
    font-size: 28px;
}
.shop-features h3 {
    color: #121214;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 10px;
}
.shop-features p {
    color: #777;
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}
.shop-features a {
    margin: 0;
    font-size: 14px;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
    margin: 9px 0 0;
    padding: 10px;
    position: relative;
}
.products-grid.wishlist .product-item .tocart {
    height: auto;
    line-height: 30px;
    min-width: 120px;
    padding: 0 11px;
}
.column:not(.sidebar-main) .form.contact, .column:not(.sidebar-additional) .form.contact {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .wishlist-index-index .products-grid .product-items .product-item {
        width: 24%;
    }
}
.hide-addtocart .products-grid .product-item-actions .actions-primary, .hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary, .hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.tocompare, .hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.towishlist, .hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare, .hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    display: none;
}
.owl-middle-outer-narrow .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    color: #3d3734;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.owl-bottom-narrow .owl-controls {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: 100%;
}
.filterproducts-tab .data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
}
.filterproducts-tab .data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.filterproducts-tab .data.items > .item.title[aria-expanded="true"] a.switch {
    color: #E83D6B;
}
.filterproduct-title > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.catalogsearch-result-index .sidebar.sidebar-main:before {
    display: none;
}
.sidebar .custom-block {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(../images/bkg_4.png) bottom no-repeat;
}
.products.wrapper .product-item .product-item-photo .qty-box {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.products.wrapper .product-item .qty-box {
    display: block;
    width: 88px;
    margin: 0 auto 5px;
}
.products.wrapper.products-list .product-item .qty-box {
    margin: 0 0 5px;
}
.products.wrapper .product-item .qty-box input {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border: #dfdfdf solid 1px;
}
.products.wrapper .product-item .qty-box .qtyminus, .products.wrapper .product-item .qty-box .qtyplus {
    position: relative;
    border: #dfdfdf solid 1px;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    float: left;
    margin-right: -1px;
}
.products.wrapper .product-item .qty-box .qtyplus {
    float: right;
    margin-right: 0;
    margin-left: -1px;
}
.products-grid .product-item .has-qty {
    margin-top: 37px;
}
.product-info-main .custom-block {
    border-bottom: 1px solid #e6e6e6;
    padding: 23px 0 25px;
    margin-bottom: 25px;
}
.product-info-main .custom-block .item:first-child {
    border-left: 0;
    padding-left: 0;
}
.product-info-main .custom-block .item {
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
}
.product-info-main .custom-block i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
}
.product-info-main .custom-block .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}
.product-info-main .custom-block .text-area h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    color: #7a7d82;
    margin: 0;
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .filterproducts-tab .data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        background: url(../images/slider-bar.png) right 10px no-repeat;
    }
    .filterproducts-tab .data.items:after, .filterproducts-tab .data.items:before {
        content: '';
        display: table;
    }
    .filterproducts-tab .data.items:after {
        clear: both;
    }
    .filterproducts-tab .data.items > .item.title {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 15px;
        border-left: 1px solid #ddd;
    }
    .filterproducts-tab .data.items > .item.title:first-child a.switch {
        padding-left: 0;
        border: 0;
    }
    .filterproducts-tab .data.items > .item.content {
        margin-top: 30px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .filterproducts-tab .data.items > .item.title {
        padding: 10px;
        border-top: 1px solid #eee;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }
}
.grid-images {
    text-align: center;
}
.grid-images .row {
    margin-left: -10px;
    margin-right: -10px;
}
.grid-images .col-md-4, .grid-images .col-md-8 {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-images img {
    max-width: 100%;
    display: block;
}
.grid-images .grid1 img, .grid-images .grid2 img, .grid-images .grid3 img {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
}
.grid-images .grid1:hover img, .grid-images .grid2:hover img, .grid-images .grid3:hover img {
    opacity: 0.8;
    visibility: visible;
}
.grid-images .grid1 {
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .grid-images .grid1 {
        margin-bottom: 9px;
    }
}
@media screen and (max-width: 767px) {
    .grid-images .grid2 {
        margin-bottom: 9px;
    }
}
@media screen and (min-width: 992px) {
    .lg-order-12 {
        order: 12;
    }
}
@media screen and (min-width: 768px) {
    .md-order-12 {
        order: 12;
    }
}
.side-custom-menu {
    border: #ddd solid 1px;
    border-radius: 7px;
    overflow: hidden;
}
.side-custom-menu h2 {
    color: #000;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding: 13px 13px 12px;
    background-color: #f5f5f5;
    line-height: 1;
    margin: 0;
}
.side-custom-menu ul {
    padding: 0 12px;
    margin: 0;
    list-style: none;
}
.side-custom-menu ul li {
    text-align: left;
    padding: 12px 4px;
    border-top: 1px solid #ddd;
    margin: 0;
    line-height: 1;
}
.side-custom-menu ul li:first-child {
    border: 0;
}
.side-custom-menu ul li a {
    color: #777;
    font-size: 15px;
    line-height: 1;
    display: block;
}
.home-side-menu-type2 {
    margin-bottom: 50px;
}
.home-side-menu-type2 > h2 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
}
.home-side-menu-type2 > h2 > i.icon-menu:before {
    margin-left: 0;
}
.side-menu-type2.side-block {
    border-top: 1px solid #ddd;
}
.side-menu-type2.side-block ul.category-sidebar {
    padding: 0;
    list-style: none;
}
.side-menu-type2.side-block ul.category-sidebar ul {
    list-style: none;
    margin: 0;
    display: none;
    padding-left: 1.5em;
}
.side-menu-type2.side-block ul.category-sidebar > li {
    padding-left: 12px;
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.side-menu-type2.side-block ul.category-sidebar li {
    position: relative;
}
.side-menu-type2.side-block ul.category-sidebar a {
    font-size: 13px;
    color: #777;
}
.side-menu-type2.side-block ul.category-sidebar a:hover {
    color: #000;
    text-decoration: none;
}
.side-menu-type2.side-block ul.category-sidebar > li > a {
    font-size: 15px;
}
.side-menu-type2.side-block ul.category-sidebar ul > li {
    line-height: 40px;
    border-top: 1px solid #ddd;
}
.side-menu-type2.side-block ul.category-sidebar ul > li:first-child {
    border-top: 0;
}
.featured-box-2 {
    margin: 30px 0;
}
.featured-box-2 h3 {
    color: #121213;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    padding: 8px 0;
    margin-bottom: 10px;
}
.featured-box-2 h3 em {
    font-size: 18px;
}
.featured-box-2 p {
    font-size: 14px;
    margin-bottom: 10px;
}
.featured-box-2 a {
    font-size: 14px;
}
.social-icons [class^="porto-icon-"] {
    color: #fff;
}
.sidebar-title {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #313131;
    line-height: 1;
}
.f-left {
    float: left !important ;
}
.f-right {
    float: right !important ;
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .abs-discount-block .action.check:hover, .action-auth-toggle:hover, .block.related .action.select:hover, .bundle-options-container .action.back:hover, .cart-discount .action.check:hover, .cart.table-wrapper .action.help.map:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .checkout-agreements-block .action-show:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form.send.friend .action.remove:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-delete:hover, .gift-summary .action-edit:hover, .gift-wrapping-title .action-remove:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .opc-wrapper .edit-address-link:hover, .paypal-button-widget .paypal-button:hover, .paypal-review-discount .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .wishlist.split.button > .action:hover {
    text-decoration: none;
}
.checkout-container {
    min-height: 400px;
}
body.boxed {
    padding: 24px 0 17px;
    background: url(../images/boxed_bg.png) repeat;
}
body.boxed .page-wrapper {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
}
.fotorama .fotorama__fullscreen-icon {
    display: block;
}
.fotorama .fotorama-sprite, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama__fullscreen .fotorama .fotorama__zoom-out {
    background: 0 0;
    color: #565656;
}
.fotorama-sprite:before, .fotorama__arr .fotorama__arr__arr:before, .fotorama__fullscreen .fotorama__zoom-in:before, .fotorama__fullscreen .fotorama__zoom-out:before, .fotorama__fullscreen-icon:before, .fotorama__thumb__arr:before {
    font-family: porto-icons;
    display: block;
    text-align: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
    height: auto;
}
.fotorama__arr--next .fotorama__arr__arr:before {
    content: "\f809";
    font-size: 35px;
    line-height: 1;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\f80a";
    font-size: 35px;
    line-height: 1;
}
.fotorama__thumb__arr--left .fotorama__thumb__arr:before {
    content: "\f80a";
    font-size: 30px;
    line-height: 1;
}
.fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    content: "\f809";
    font-size: 30px;
    line-height: 1;
}
.fotorama__zoom-in:before {
    content: "\f85a";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__zoom-out:before {
    content: "\f85b";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__fullscreen-icon:before {
    content: "\f859";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__stage {
    border: #ddd solid 1px;
    border-radius: 7px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}
.fotorama__nav--thumbs .fotorama__thumb {
    border: #ccc solid 1px !important ;
    border-radius: 5px;
    background-color: #fff;
}
.fotorama__nav .fotorama__thumb__arr {
    padding-bottom: 0;
}
.fotorama__nav .fotorama__thumb-border {
    border-radius: 5px;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: #fff solid 3px !important ;
}
.fotorama__stage__shaft {
    border: #fff solid 3px;
    box-sizing: border-box;
    max-width: 100%;
}
.main-product-detail {
    background-color: #efefef;
    padding: 71px 0;
}
.weltpixel-quickview-catalog-product-view .main-product-detail, .weltpixel_quickview-catalog_product-view .main-product-detail {
    padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main, .weltpixel_quickview-catalog_product-view .page-main {
    padding: 15px;
}
.custom-block-tab {
    background-color: #fff;
    border: #e4e4e4 solid 1px;
    padding: 30px 20px 40px;
    margin-top: 3px;
}
.move-product-tab .owl-top-narrow .owl-theme .owl-controls {
    top: -25px;
}
.move-product-tab .products-grid .owl-carousel .product-item {
    margin-bottom: 10px;
    padding: 10px 0 6px;
    overflow: hidden;
}
.move-product-tab .product-items .product-item-info .product-item-photo {
    max-width: 30%;
    float: left;
    margin-right: 10px;
}
.move-product-tab .product-items .product-item-details {
    margin-left: calc(31% + 15px);
    text-align: left;
    padding: 0;
}
.move-product-tab .product-items .product-reviews-summary {
    display: block;
    background: 0 0;
    margin-top: 0;
}
.move-product-tab .product-items .price-box {
    margin-bottom: 0;
}
.main-upsell-product-detail {
    background-color: #f4f4f4;
    padding: 60px 0 45px;
    margin-top: -60px;
}
.main-upsell-product-detail .block.upsell .title strong {
    background-color: #f4f4f4;
}
.message {
    border-radius: 5px;
}
@media screen and (max-width: 1199px) {
    body.boxed .page-wrapper {
        width: 980px;
    }
}
@media screen and (max-width: 991px) {
    body.boxed .page-wrapper {
        width: 750px;
    }
}
@media screen and (max-width: 767px) {
    body.boxed .page-wrapper {
        width: 630px;
    }
    .sm-clearer {
        clear: both;
    }
}
@media screen and (max-width: 640px) {
    body.boxed .page-wrapper {
        width: 460px;
    }
}
@media screen and (max-width: 480px) {
    body.boxed .page-wrapper {
        width: 300px;
    }
}
.block.block-border {
    border-radius: 7px;
    overflow: hidden;
}
.block.block-border .block-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: #ddd solid 1px;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    border-radius: 7px 7px 0 0;
    margin: 0;
}
.block.block-border .block-content {
    padding: 10px 15px;
    font-size: 13px;
    border: #ddd solid 1px;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}
.category-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
}
.category-sidebar li {
    position: relative;
    margin: 0;
}
.category-sidebar ul {
    display: none;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.category-sidebar li > .expand-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 32px;
}
.category-sidebar li > a:not(.expand-icon) {
    color: #777;
    font-size: 13px;
    line-height: 2.5;
}
@media screen and (max-width: 1199px) {
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 728px;
        width: calc(75vw - 19.5px);
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0 > a {
        font-size: 13px;
        line-height: 34px;
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
        line-height: 34px;
    }
    .home-side-menu h2.side-menu-title {
        padding: 9px 15px;
    }
}
@media screen and (max-width: 991px) {
    .home-side-menu {
        display: none;
    }
}
.cms-index-index blockquote.testimonial {
    background-color: #E83D6B;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative;
    font-size: 1.2em;
    line-height: 1.3;
}
.cms-index-index blockquote.testimonial:before {
    left: 10px;
    top: 0;
    color: #fff;
    content: "\201C";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
.cms-index-index blockquote.testimonial:after {
    right: 10px;
    bottom: -0.5em;
    color: #fff;
    content: "\201D";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
.cms-index-index .testimonial-arrow-down {
    border: transparent solid 15px;
    border-top-color: #E83D6B;
    border-bottom: 0;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
}
.cms-index-index .testimonial-author {
    margin: 8px 0 0 8px;
}
.cms-index-index .testimonial-author .img-thumbnail {
    border-radius: 7px;
    float: left;
    margin-right: 10px;
    position: relative;
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: #ddd solid 1px;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.cms-index-index .testimonial-author .img-thumbnail img {
    max-width: 60px;
    display: inline-block;
    height: auto;
}
.cms-index-index .testimonial-author p {
    color: #666;
    margin: 0 0 0 25px;
    text-align: left;
    line-height: 24px;
}
.cms-index-index .testimonial-author p > strong {
    color: #111;
    display: block;
    padding-top: 7px;
    font-size: 14px;
}
.cms-index-index .testimonial-author span {
    color: #666;
    display: block;
    font-size: 13px;
}
.block.block-subscribe.home-sidebar-block {
    border: #ddd solid 1px;
    border-top: 5px solid #E83D6B;
    border-radius: 7px;
    background-color: #fbfbfb;
    text-align: center;
    padding: 30px 28px 5px;
}
.block.block-subscribe.home-sidebar-block .block-title strong {
    font-size: 16px;
    color: #313131;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 0 20px;
}
.block.block-subscribe.home-sidebar-block .block-content p {
    line-height: 1.8;
}
.block.block-subscribe.home-sidebar-block label.label {
    display: none;
}
.block.block-subscribe.home-sidebar-block .newsletter .control {
    padding: 10px 10px 40px;
    position: relative;
}
.block.block-subscribe.home-sidebar-block .newsletter .control input {
    padding: 5px 60px 5px 10px;
    border: #d3d3d3 solid 1px;
    border-radius: 5px;
    background-color: #fefefe;
    line-height: 16px;
    height: 34px;
}
.block.block-subscribe.home-sidebar-block button.subscribe {
    width: 50px;
    padding: 0;
    line-height: 32px;
    height: 32px;
    background-color: #fefefe;
    color: #515151;
    border: 0;
    border-left: 1px solid #d3d3d3;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 11px;
    top: 11px;
}
.shop-features h2.shop-features-title {
    position: relative;
    text-align: center;
    margin: 30px 0;
}
.shop-features h2.shop-features-title:before {
    content: "";
    background-image: linear-gradient(to right, transparent, rgb(0, 0, 0, 0.2), transparent);
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
}
.shop-features h2.shop-features-title span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 12px;
    color: #313131;
    font-weight: 600;
    font-size: 15px;
    line-height: 33px;
    vertical-align: top;
}
.homepage-grid-banner {
    padding: 0;
}
.homepage-grid-banner * {
    transition: all 0.2s;
}
.homepage-grid-banner .row {
    margin-left: -4px;
    margin-right: -4px;
}
.homepage-grid-banner .col-md-1, .homepage-grid-banner .col-md-10, .homepage-grid-banner .col-md-11, .homepage-grid-banner .col-md-12, .homepage-grid-banner .col-md-2, .homepage-grid-banner .col-md-3, .homepage-grid-banner .col-md-4, .homepage-grid-banner .col-md-5, .homepage-grid-banner .col-md-6, .homepage-grid-banner .col-md-7, .homepage-grid-banner .col-md-8, .homepage-grid-banner .col-md-9 {
    padding-left: 4px;
    padding-right: 4px;
}
.homepage-grid-banner .col-md-margin {
    margin-bottom: 8px;
}
.homepage-grid-banner img {
    width: 100%;
}
.homepage-grid-banner .content a {
    font-size: 16px;
    margin-right: 5px;
}
.homepage-grid-banner .content a.btn-default {
    font-size: 13px;
    margin: 0;
    border: 0;
    padding-right: 3px;
    color: #fff;
}
.homepage-grid-banner .ribbon {
    width: 33.5%;
    height: 22.3%;
}
.homepage-grid-banner .ribbon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: #E83D6B solid 150px;
    border-right: 0;
    border-bottom: 0;
    border-left: 200px solid transparent;
}
.homepage-grid-banner .ribbon > div {
    width: 90%;
}
.homepage-grid-banner .ribbon em {
    font-size: 14px;
}
.homepage-grid-banner .ribbon h4 {
    font-size: 33px;
    line-height: 1;
    margin: 0;
}
.homepage-grid-banner .ribbon h5 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.homepage-grid-banner .grid1, .homepage-grid-banner .grid2, .homepage-grid-banner .grid3, .homepage-grid-banner .grid4 {
    cursor: pointer;
    overflow: hidden;
    min-height: 50px;
}
.homepage-grid-banner .grid1:before, .homepage-grid-banner .grid2:before, .homepage-grid-banner .grid3:before, .homepage-grid-banner .grid4:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.homepage-grid-banner .grid1:hover:before, .homepage-grid-banner .grid2:hover:before, .homepage-grid-banner .grid3:hover:before, .homepage-grid-banner .grid4:hover:before {
    opacity: 0.1;
    visibility: visible;
}
.homepage-grid-banner .grid1 .content h2 {
    font-size: 70.72px;
    line-height: 1;
    margin: 0 0 5px;
}
.homepage-grid-banner .grid1 .content p {
    font-size: 29.47px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 4px;
}
.homepage-grid-banner .grid2 .content h2, .homepage-grid-banner .grid2 .content h3 {
    font-size: 28.88px;
    line-height: 1;
    margin: 0 0 5px;
}
.homepage-grid-banner .grid2 .content p {
    font-size: 17.58px;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}
.homepage-grid-banner .grid3 .content h2 {
    font-size: 46px;
    line-height: 1;
    margin: 0;
}
.homepage-grid-banner .grid3 .content h5 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px;
}
.homepage-grid-banner .grid3 .content p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
}
.homepage-grid-banner .grid3 .content h4 {
    font-size: 22.72px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
}
.homepage-grid-banner .grid3 .content h4 > span {
    font-size: 17.66px;
    line-height: 1;
}
.homepage-grid-banner .grid3 .content h3 {
    font-size: 37.71px;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}
.homepage-grid-banner .grid3 .content h3 > span {
    font-size: 25.14px;
    line-height: 1;
}
.homepage-grid-banner .grid4 .content h2 {
    font-size: 33.86px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 15px;
}
.homepage-grid-banner .grid4 .content p {
    font-size: 19.75px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 17px;
}
@media screen and (max-width: 1199px) {
    .homepage-grid-banner .row {
        margin-left: -3px;
        margin-right: -3px;
    }
    .homepage-grid-banner .col-md-1, .homepage-grid-banner .col-md-10, .homepage-grid-banner .col-md-11, .homepage-grid-banner .col-md-12, .homepage-grid-banner .col-md-2, .homepage-grid-banner .col-md-3, .homepage-grid-banner .col-md-4, .homepage-grid-banner .col-md-5, .homepage-grid-banner .col-md-6, .homepage-grid-banner .col-md-7, .homepage-grid-banner .col-md-8, .homepage-grid-banner .col-md-9 {
        padding-left: 3px;
        padding-right: 3px;
    }
    .homepage-grid-banner .col-md-margin {
        margin-bottom: 7px;
    }
    .homepage-grid-banner .content a.btn-default {
        font-size: 11px;
    }
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 55.16px;
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 23px;
        margin-right: 3.12px;
    }
    .homepage-grid-banner .grid2 .content h2, .homepage-grid-banner .grid2 .content h3 {
        font-size: 22.53px;
    }
    .homepage-grid-banner .grid2 .content p {
        font-size: 13.71px;
        margin-bottom: 11.7px;
    }
    .homepage-grid-banner .grid3 .content h2 {
        font-size: 35.88px;
    }
    .homepage-grid-banner .grid3 .content h5 {
        font-size: 12.48px;
        margin-bottom: 23.4px;
    }
    .homepage-grid-banner .grid3 .content p {
        font-size: 12.48px;
        margin-bottom: 3.9px;
    }
    .homepage-grid-banner .grid3 .content h4 {
        font-size: 17.72px;
        margin-top: 15.6px;
    }
    .homepage-grid-banner .grid3 .content h4 > span {
        font-size: 13.77px;
    }
    .homepage-grid-banner .grid3 .content h3 {
        font-size: 29.41px;
        margin-bottom: 11.7px;
    }
    .homepage-grid-banner .grid3 .content h3 > span {
        font-size: 19.6px;
    }
    .homepage-grid-banner .grid4 .content h2 {
        font-size: 29px;
        margin-bottom: 12px;
    }
    .homepage-grid-banner .grid4 .content p {
        font-size: 17px;
        margin-bottom: 11.7px;
    }
}
@media screen and (max-width: 991px) {
    .homepage-grid-banner .row {
        margin-left: -2px;
        margin-right: -3px;
    }
    .homepage-grid-banner .col-md-1, .homepage-grid-banner .col-md-10, .homepage-grid-banner .col-md-11, .homepage-grid-banner .col-md-12, .homepage-grid-banner .col-md-2, .homepage-grid-banner .col-md-3, .homepage-grid-banner .col-md-4, .homepage-grid-banner .col-md-5, .homepage-grid-banner .col-md-6, .homepage-grid-banner .col-md-7, .homepage-grid-banner .col-md-8, .homepage-grid-banner .col-md-9 {
        padding-left: 2px;
        padding-right: 3px;
    }
    .homepage-grid-banner .col-md-margin {
        margin-bottom: 4px;
    }
    .homepage-grid-banner .content a.btn-default {
        font-size: 10px;
        padding: 4px 6px;
        padding-right: 3px;
    }
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 42.43px;
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 17.68px;
        margin-bottom: 6px;
        margin-right: 2.4px;
    }
    .homepage-grid-banner .grid2 .content h2, .homepage-grid-banner .grid2 .content h3 {
        font-size: 17.33px;
    }
    .homepage-grid-banner .grid2 .content p {
        font-size: 10.55px;
        margin-bottom: 9px;
    }
    .homepage-grid-banner .grid3 .content h2 {
        font-size: 27.6px;
    }
    .homepage-grid-banner .grid3 .content h5 {
        font-size: 9.6px;
        margin-bottom: 18px;
    }
    .homepage-grid-banner .grid3 .content p {
        font-size: 9.6px;
        margin-bottom: 3px;
    }
    .homepage-grid-banner .grid3 .content h4 {
        font-size: 13.63px;
        margin-top: 12px;
    }
    .homepage-grid-banner .grid3 .content h4 > span {
        font-size: 10.6px;
    }
    .homepage-grid-banner .grid3 .content h3 {
        font-size: 22.63px;
        margin-bottom: 9px;
    }
    .homepage-grid-banner .grid3 .content h3 > span {
        font-size: 15.08px;
    }
    .homepage-grid-banner .grid4 .content h2 {
        font-size: 21px;
        margin-bottom: 9px;
    }
    .homepage-grid-banner .grid4 .content p {
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 767px) {
    .block.category.event, .breadcrumbs, .container, .footer.content, .header.content, .page-header .header.panel, .page-main, .page-wrapper > .page-bottom, .page-wrapper > .widget, .top-container {
        max-width: 100%;
        margin: 0 auto;
    }
    .homepage-grid-banner .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .homepage-grid-banner .col-md-1, .homepage-grid-banner .col-md-10, .homepage-grid-banner .col-md-11, .homepage-grid-banner .col-md-12, .homepage-grid-banner .col-md-2, .homepage-grid-banner .col-md-3, .homepage-grid-banner .col-md-4, .homepage-grid-banner .col-md-5, .homepage-grid-banner .col-md-6, .homepage-grid-banner .col-md-7, .homepage-grid-banner .col-md-8, .homepage-grid-banner .col-md-9 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .homepage-grid-banner .col-md-margin {
        margin-bottom: 0;
    }
    .homepage-grid-banner .content a.btn-default {
        font-size: 14px;
        padding: 6px 12px;
        padding-right: 6px;
    }
    .homepage-grid-banner img {
        margin-bottom: 20px;
    }
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 70.72px;
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 29.47px;
        margin-bottom: 10px;
        margin-right: 4px;
    }
    .homepage-grid-banner .grid2 .content h2, .homepage-grid-banner .grid2 .content h3 {
        font-size: 28.88px;
    }
    .homepage-grid-banner .grid2 .content p {
        font-size: 17.58px;
        margin-bottom: 15px;
    }
    .homepage-grid-banner .grid3 .content h2 {
        font-size: 46px;
    }
    .homepage-grid-banner .grid3 .content h5 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .homepage-grid-banner .grid3 .content p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .homepage-grid-banner .grid3 .content h4 {
        font-size: 22.72px;
        margin-top: 20px;
    }
    .homepage-grid-banner .grid3 .content h4 > span {
        font-size: 17.66px;
    }
    .homepage-grid-banner .grid3 .content h3 {
        font-size: 37.71px;
        margin-bottom: 15px;
    }
    .homepage-grid-banner .grid3 .content h3 > span {
        font-size: 25.14px;
    }
    .homepage-grid-banner .grid4 .content h2 {
        font-size: 35px;
    }
    .homepage-grid-banner .grid4 .content p {
        font-size: 23px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 640px) {
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 42.43px;
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 17.68px;
        margin-bottom: 6px;
        margin-right: 2.4px;
    }
}
@media screen and (max-width: 480px) {
    .homepage-grid-banner .grid1 .content h2 {
        font-size: 25px;
    }
    .homepage-grid-banner .grid1 .content p {
        font-size: 17.68px;
        margin-bottom: 6px;
        margin-right: 2.4px;
    }
}
.single-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-image img {
    max-width: 100%;
    transition: 0.5s ease;
    width: 100%;
}
.single-image:hover img {
    transform: scale(1.2);
}
#banner-slider-demo-11 .slide-1 em {
    font-size: 26.26px;
    margin: 0;
    margin-left: 5px;
}
#banner-slider-demo-11 .slide-1 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -5px;
}
#banner-slider-demo-11 .slide-1 .text-content p {
    margin: 0;
}
#banner-slider-demo-11 .slide-1 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px;
}
#banner-slider-demo-11 .slide-1 .text-content a {
    font-size: 15.76px;
    padding: 10px 34px;
    margin-top: 15px;
    margin-left: 7px;
}
#banner-slider-demo-11 .slide-2 em {
    font-size: 26.26px;
    margin: 0;
    margin-bottom: 10px;
}
#banner-slider-demo-11 .slide-2 .text-content h2 {
    font-size: 51.67px;
}
#banner-slider-demo-11 .slide-2 .text-content p {
    margin: 0;
}
#banner-slider-demo-11 .slide-2 .text-content p span {
    font-size: 23.64px;
}
#banner-slider-demo-11 .slide-2 .text-content a {
    font-size: 15.76px;
    padding: 10px 34px;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    #banner-slider-demo-11 .slide-1 em {
        font-size: 13px;
        margin: 0;
        margin-left: 1px;
    }
    #banner-slider-demo-11 .slide-1 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    #banner-slider-demo-11 .slide-1 .text-content p span {
        font-size: 13px;
        padding-left: 1px;
        display: block;
    }
    #banner-slider-demo-11 .slide-1 .text-content a {
        font-size: 10px;
        padding: 6px 20px;
        margin-left: 0;
        margin-top: 10px;
    }
    #banner-slider-demo-11 .slide-2 em {
        font-size: 13px;
        margin: 0;
        margin-bottom: 2px;
    }
    #banner-slider-demo-11 .slide-2 .text-content h2 {
        font-size: 26px;
        letter-spacing: -1px;
    }
    #banner-slider-demo-11 .slide-2 .text-content p span {
        font-size: 13px;
        display: block;
    }
    #banner-slider-demo-11 .slide-2 .text-content a {
        font-size: 10px;
        padding: 6px 20px;
        margin-left: 0;
        margin-top: 10px;
    }
}
.flex-owl-slider .owl-item:first-child .item {
    border-left-color: transparent;
}
.flex-owl-slider .owl-item .item {
    border-left: 1px solid #e3e4e4;
}
.owl-no-narrow .owl-controls {
    display: none;
}
@media screen and (max-width: 640px) {
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
        width: 40px;
        padding: 0 12px;
    }
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .sm-bd-0 {
        border: 0 !important ;
    }
}
.fancybox-close {
    background: 0 0;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    width: 20px;
    height: 20px;
}
.fancybox-close:hover {
    text-decoration: none;
}
.fancybox-close:before {
    content: '\f819';
    font-family: porto-icons;
}
.page-wrapper > .category-banner {
    background-color: transparent;
}
.page-wrapper > .category-banner .banner-image {
    width: 100%;
}
.category-banner .banner-text {
    position: absolute;
    top: 30%;
    width: 100%;
    color: #fff;
}
.category-banner .banner-text h2 {
    font-size: 50px;
    color: #fff;
}
.category-banner .banner-text p {
    font-size: 26px;
    font-weight: 300;
}
.category-boxed-banner.owl-theme .owl-controls {
    margin-top: -40px;
    position: relative;
    height: 30px;
}
.category-boxed-banner .owl-item .item {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.category-boxed-banner .owl-item .item img {
    width: 100%;
}
.category-boxed-banner .banner-text {
    position: absolute;
    top: 40%;
    left: 4%;
    color: #fff;
    width: 100%;
}
.category-boxed-banner .banner-text h2 {
    font-size: 35px;
    color: #fff;
    background-color: #333;
    background-color: rgb(23, 23, 23, 0.9);
    padding: 5px 10px;
    display: inline-block;
    line-height: 1;
}
.category-boxed-banner .banner-text p {
    font-size: 16px;
    font-weight: 300;
    background-color: #666;
    background-color: rgb(23, 23, 23, 0.65);
    padding: 7px 12px;
    line-height: 1.4;
}
.category-boxed-banner .banner-text a.shop-now {
    margin-left: 20px;
    font-size: 16px;
}
.full-width-image-banner {
    height: 375px;
    position: relative;
    z-index: 3;
}
.full-width-image-banner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #393733;
    opacity: 0.65;
}
.full-width-image-banner .content {
    margin-top: -36px;
}
.full-width-image-banner h2 {
    margin: 0;
    font-size: 45px;
    line-height: 1.1;
}
.full-width-image-banner p {
    margin: 0;
    font-size: 16px;
}
.no-margin {
    margin: 0 !important ;
}
@media screen and (max-width: 1199px) {
    .category-banner .banner-text h2 {
        font-size: 45px;
    }
    .category-banner .banner-text p {
        font-size: 23px;
    }
    .category-boxed-banner .banner-text h2 {
        font-size: 38px;
    }
    .category-boxed-banner .banner-text p {
        font-size: 17px;
    }
    .category-boxed-banner .banner-text a.shop-now {
        margin-left: 16px;
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .category-banner .banner-text h2 {
        font-size: 28px;
    }
    .category-banner .banner-text p {
        font-size: 16px;
    }
    .category-boxed-banner .banner-text h2 {
        font-size: 28px;
    }
    .category-boxed-banner .banner-text p {
        font-size: 13px;
    }
    .category-boxed-banner .banner-text a.shop-now {
        margin-left: 12px;
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .category-banner .banner-text h2 {
        font-size: 28px;
    }
    .category-banner .banner-text p {
        display: none;
    }
    .category-boxed-banner .banner-text h2 {
        font-size: 28px;
    }
    .category-boxed-banner .banner-text p {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .category-boxed-banner .banner-text a.shop-now {
        margin-left: 10px;
        font-size: 9px;
    }
    .full-width-image-banner {
        height: 200px;
    }
    .full-width-image-banner .content {
        margin-top: -16px;
    }
    .full-width-image-banner h2 {
        margin: 0;
        font-size: 30px;
        line-height: 1.1;
    }
    .full-width-image-banner p {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .category-banner .banner-text h2, .category-boxed-banner .banner-text h2 {
        font-size: 14px;
    }
    .full-width-image-banner {
        height: 150px;
    }
    .full-width-image-banner .content {
        margin-top: -13px;
    }
    .full-width-image-banner h2 {
        margin: 0;
        font-size: 24px;
        line-height: 1.1;
    }
    .full-width-image-banner p {
        display: none;
    }
}
#banner-slider-demo-12 .item img {
    width: 100%;
}
#banner-slider-demo-12 .item .content {
    position: absolute;
    right: 4.3%;
    bottom: 20.5%;
}
#banner-slider-demo-12 .item .content > span {
    font-size: 21px;
    font-weight: 300;
    color: #303030;
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
}
#banner-slider-demo-12 .item .content > a.btn-default {
    font-size: 13px;
}
#parallax_01 .parallax-content-13 em {
    font-size: 26.26px;
    margin: 0 10px;
}
#parallax_01 .parallax-content-13 h2 {
    font-size: 79.12px;
    margin: 5px 0 10px;
}
#parallax_01 .parallax-content-13 p {
    font-size: 23.64px;
}
#parallax_02 {
    padding: 250px 0;
}
#parallax_02 .parallax-content-13 .text-content em {
    font-size: 26.26px;
    margin: 0;
}
#parallax_02 .parallax-content-13 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px;
}
#parallax_02 .parallax-content-13 .text-content p {
    margin: 0;
}
#parallax_02 .parallax-content-13 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px;
}
#parallax_02 .parallax-content-13 .text-content p a {
    font-size: 16px;
    padding: 10px 28px;
    margin-left: 10px;
    margin-top: 5px;
}
#parallax_03 {
    padding: 250px 0;
}
#parallax_03 .parallax-content-13 .text-content em {
    font-size: 26.26px;
    margin: 0;
    margin-left: 5px;
}
#parallax_03 .parallax-content-13 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px;
}
#parallax_03 .parallax-content-13 .text-content p {
    margin: 0;
}
#parallax_03 .parallax-content-13 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px;
}
#parallax_03 .parallax-content-13 .text-content p a {
    font-size: 16px;
    padding: 10px 28px;
    margin-left: 125px;
    margin-top: 5px;
}
#parallax_04 .parallax-content-13 em {
    font-size: 26.26px;
    margin: 0 10px;
}
#parallax_04 .parallax-content-13 h2 {
    font-size: 61px;
    margin: 5px 0 10px;
    letter-spacing: -3px;
}
#parallax_04 .parallax-content-13 p {
    font-size: 18px;
}
#parallax_04 .parallax-content-13 a.btn.btn-default {
    font-size: 16px;
    padding: 8px 35px;
}
@media screen and (max-width: 767px) {
    #parallax_01 .parallax-content-13 img.quote {
        width: 20px;
    }
    #parallax_01 .parallax-content-13 em {
        font-size: 13px;
        margin: 0 5px;
    }
    #parallax_01 .parallax-content-13 h2 {
        font-size: 35px;
        margin: 4px 0 7px;
    }
    #parallax_01 .parallax-content-13 p {
        font-size: 11px;
        margin: 0;
    }
    #parallax_02 {
        padding: 50px 0;
    }
    #parallax_02 .parallax-content-13 .text-content em {
        font-size: 13px;
    }
    #parallax_02 .parallax-content-13 .text-content h2 {
        font-size: 35px;
        letter-spacing: -2px;
    }
    #parallax_02 .parallax-content-13 .text-content p span {
        font-size: 13px;
        padding-left: 6px;
        display: block;
    }
    #parallax_02 .parallax-content-13 .text-content p a {
        font-size: 10px;
        padding: 6px 13px;
        margin-left: 10px;
        margin-top: 5px;
    }
    #parallax_03 {
        padding: 50px 0;
    }
    #parallax_03 .parallax-content-13 .text-content em {
        font-size: 13px;
        margin: 0;
        margin-left: 1px;
    }
    #parallax_03 .parallax-content-13 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    #parallax_03 .parallax-content-13 .text-content p span {
        font-size: 13px;
        padding-left: 1px;
        display: block;
    }
    #parallax_03 .parallax-content-13 .text-content p a {
        font-size: 10px;
        padding: 6px 13px;
        margin-left: 0;
        margin-top: 5px;
    }
    #parallax_04 .parallax-content-13 img.quote {
        width: 20px;
    }
    #parallax_04 .parallax-content-13 em {
        font-size: 13px;
        margin: 0 5px;
    }
    #parallax_04 .parallax-content-13 h2 {
        font-size: 22px;
        margin: 4px 0 7px;
        letter-spacing: -1px;
    }
    #parallax_04 .parallax-content-13 p {
        font-size: 10px;
    }
    #parallax_04 .parallax-content-13 a.btn.btn-default {
        font-size: 10px;
        padding: 5px 20px;
    }
}
#banner-slider-demo-14 .slide-1 em {
    font-size: 26.26px;
    margin: 0;
    margin-left: 5px;
}
#banner-slider-demo-14 .slide-1 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px;
}
#banner-slider-demo-14 .slide-1 .text-content p {
    margin: 0;
}
#banner-slider-demo-14 .slide-1 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px;
}
#banner-slider-demo-14 .slide-1 .text-content a {
    font-size: 15.76px;
    padding: 10px 34px;
    margin-top: 15px;
    margin-left: 7px;
}
#banner-slider-demo-14 .slide-2 em {
    font-size: 26.26px;
    margin: 0;
    margin-left: 5px;
}
#banner-slider-demo-14 .slide-2 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -6px;
}
#banner-slider-demo-14 .slide-2 .text-content p {
    margin: 0;
}
#banner-slider-demo-14 .slide-2 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px;
}
#banner-slider-demo-14 .slide-2 .text-content a {
    font-size: 15.76px;
    padding: 10px 0;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #banner-slider-demo-14 .slide-1 em {
        font-size: 13px;
        margin: 0;
        margin-left: 1px;
    }
    #banner-slider-demo-14 .slide-1 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    #banner-slider-demo-14 .slide-1 .text-content p span {
        font-size: 13px;
        padding-left: 1px;
        display: block;
    }
    #banner-slider-demo-14 .slide-1 .text-content a {
        font-size: 10px;
        padding: 6px 20px;
        margin-left: 0;
        margin-top: 10px;
    }
    #banner-slider-demo-14 .slide-2 em {
        font-size: 13px;
        margin: 0;
        margin-left: 1px;
    }
    #banner-slider-demo-14 .slide-2 .text-content h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    #banner-slider-demo-14 .slide-2 .text-content p span {
        font-size: 13px;
        padding-left: 1px;
        display: block;
    }
    #banner-slider-demo-14 .slide-2 .text-content a {
        font-size: 10px;
        padding: 6px 0;
        margin-left: 0;
        margin-top: 5px;
    }
}
.image-link span.category-title {
    display: block;
    position: absolute;
    left: -10px;
    bottom: 20px;
    color: #fff;
    padding: 15px 17px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    min-width: 174px;
    text-align: left;
    background-color: #3f4658;
}
.image-link span.category-title:before {
    content: "";
    width: 10px;
    height: 10px;
    border: transparent solid 5px;
    border-right-color: #3f4658;
    border-top-color: #3f4658;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
}
.overlay {
    background-color: #000;
    opacity: 0.55;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
#banner-slider-demo-15 .content em {
    font-size: 18px;
}
#banner-slider-demo-15 .content h2 {
    font-size: 44px;
}
#banner-slider-demo-15 .content hr {
    margin: 10px 0;
}
#banner-slider-demo-15 .content a {
    font-size: 16px;
}
.img-desc-home15 {
    margin-top: -88px;
    padding: 0 25px;
}
.img-desc-home15 h3 {
    font-size: 24px;
}
.img-desc-home15 hr {
    width: 90px;
    margin: 15px 0;
}
.img-desc-home15 a, .img-desc-home15 p {
    font-size: 15px;
}
@media screen and (max-width: 991px) {
    .img-desc-home15 {
        margin-top: -65px;
        padding: 0 16px;
    }
    .img-desc-home15 h3 {
        font-size: 16px;
    }
    .img-desc-home15 hr {
        width: 60px;
        margin: 10px 0;
    }
    .img-desc-home15 a, .img-desc-home15 p {
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
    #banner-slider-demo-15 .content em {
        font-size: 9px;
    }
    #banner-slider-demo-15 .content h2 {
        font-size: 22px;
    }
    #banner-slider-demo-15 .content hr {
        margin: 5px 0;
    }
    #banner-slider-demo-15 .content a {
        font-size: 8px;
    }
    .img-desc-home15 {
        margin-top: -88px;
        padding: 0 25px;
    }
    .img-desc-home15 h3 {
        font-size: 24px;
    }
    .img-desc-home15 hr {
        width: 90px;
        margin: 15px 0;
    }
    .img-desc-home15 a, .img-desc-home15 p {
        font-size: 15px;
    }
}
.top-newsletter .newsletter button.subscribe {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: #000;
    padding: 0 15px;
    background-color: transparent;
    border: 0;
}
.top-newsletter .newsletter input {
    width: 300px;
    height: 30px;
    border-radius: 0;
    line-height: 16px;
    padding: 7px 50px 7px 15px;
}
.top-newsletter .newsletter label {
    display: none;
}
@media screen and (max-width: 1199px) {
    .top-newsletter #newsletter {
        width: 270px;
    }
}
@media screen and (max-width: 991px) {
    .top-newsletter #newsletter {
        width: 160px;
    }
}
@media screen and (min-width: 992px) {
    .a-left-sm {
        text-align: left;
    }
    .a-right-sm {
        text-align: right;
    }
}
.owl-banner-carousel .content-17.type1 em {
    font-size: 20px;
    margin-bottom: -5px;
    margin-left: 9px;
}
.owl-banner-carousel .content-17.type1 h2 {
    font-size: 65px;
    margin-bottom: 0;
}
.owl-banner-carousel .content-17.type1 p {
    font-size: 37px;
}
.owl-banner-carousel .content-17.type1 a {
    font-size: 15px;
}
.owl-banner-carousel .content-17.type1 a > i {
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 12px;
    color: #fff;
    border-radius: 50%;
}
@media screen and (max-width: 1199px) {
    .owl-banner-carousel .content-17.type1 em {
        font-size: 18px;
        margin-bottom: -4px;
        margin-left: 8px;
    }
    .owl-banner-carousel .content-17.type1 h2 {
        font-size: 58px;
    }
    .owl-banner-carousel .content-17.type1 p {
        font-size: 32px;
    }
    .owl-banner-carousel .content-17.type1 a {
        font-size: 14px;
    }
    .owl-banner-carousel .content-17.type1 a > i {
        width: 15px;
        height: 15px;
        line-height: 14px;
        font-size: 11px;
        margin-bottom: 3px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 991px) {
    .owl-banner-carousel .content-17.type1 em {
        font-size: 15px;
        margin-bottom: -3px;
        margin-left: 6px;
    }
    .owl-banner-carousel .content-17.type1 h2 {
        font-size: 50px;
    }
    .owl-banner-carousel .content-17.type1 p {
        font-size: 26px;
    }
    .owl-banner-carousel .content-17.type1 a {
        font-size: 13px;
    }
    .owl-banner-carousel .content-17.type1 a > i {
        width: 13px;
        height: 13px;
        line-height: 12px;
        font-size: 10px;
        margin-bottom: 3px;
        margin-left: 7px;
    }
}
@media screen and (max-width: 767px) {
    .owl-banner-carousel .content-17.type1 em {
        font-size: 11px;
        margin-bottom: -2px;
        margin-left: 4px;
    }
    .owl-banner-carousel .content-17.type1 h2 {
        font-size: 28px;
    }
    .owl-banner-carousel .content-17.type1 a, .owl-banner-carousel .content-17.type1 p {
        display: none;
    }
}
#banner-slider-demo-18 .content-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px 20px 15px;
    text-align: left;
    margin-left: -163px;
    margin-top: -95px;
}
#banner-slider-demo-18 .content-1 > div {
    display: inline-block;
    vertical-align: middle;
}
#banner-slider-demo-18 .content-1 > div:first-child {
    padding-right: 10px;
}
#banner-slider-demo-18 .content-1 p {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 7px;
    font-weight: 300;
}
#banner-slider-demo-18 .content-1 h3 {
    font-size: 73px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
#banner-slider-demo-18 .content-1 h3 b {
    font-weight: 800;
    margin-top: -23px;
    display: block;
}
#banner-slider-demo-18 .content-1 em {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: 1;
    margin-right: 4px;
}
#banner-slider-demo-18 .content-1 h4 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}
#banner-slider-demo-18 .content-1 h5 {
    font-size: 17px;
    margin: 0;
    line-height: 1;
    margin-top: -4px;
}
#banner-slider-demo-18 .content-2 {
    position: absolute;
    right: 28px;
    bottom: 28px;
    text-align: left;
}
#banner-slider-demo-18 .content-2 > div {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px;
}
#banner-slider-demo-18 .content-2 > div:first-child {
    margin: -6px 0;
    padding-left: 25px;
}
#banner-slider-demo-18 .content-2 p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 2px;
    font-weight: 300;
}
#banner-slider-demo-18 .content-2 h3 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
#banner-slider-demo-18 .content-2 h3 b {
    font-weight: 800;
}
#banner-slider-demo-18 .content-2 em {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: 1;
    margin-right: 4px;
}
#banner-slider-demo-18 .content-2 h4 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}
#banner-slider-demo-18 .content-2 h5 {
    font-size: 17px;
    margin: 0;
    line-height: 1;
    margin-top: -4px;
}
#banner-slider-demo-18 .content-2 a {
    font-size: 13px;
    margin-right: -10px;
}
@media screen and (max-width: 991px) {
    #banner-slider-demo-18 .content-1 {
        padding: 25px 15px 10px;
        margin-left: -122px;
        margin-top: -75px;
    }
    #banner-slider-demo-18 .content-1 > div:first-child {
        padding-right: 7px;
    }
    #banner-slider-demo-18 .content-1 p {
        font-size: 16px;
        margin-left: 5px;
    }
    #banner-slider-demo-18 .content-1 h3 {
        font-size: 58px;
    }
    #banner-slider-demo-18 .content-1 h3 b {
        margin-top: -17px;
    }
    #banner-slider-demo-18 .content-1 em {
        font-size: 14px;
        margin-right: 3px;
    }
    #banner-slider-demo-18 .content-1 h4 {
        font-size: 26px;
    }
    #banner-slider-demo-18 .content-1 h5 {
        font-size: 14px;
        margin-top: -2px;
    }
    #banner-slider-demo-18 .content-2 {
        right: 20px;
        bottom: 20px;
    }
    #banner-slider-demo-18 .content-2 > div {
        padding: 15px 10px;
    }
    #banner-slider-demo-18 .content-2 > div:first-child {
        margin: -2px 0;
        padding-left: 20px;
    }
    #banner-slider-demo-18 .content-2 p {
        font-size: 15px;
        margin-left: 1px;
    }
    #banner-slider-demo-18 .content-2 h3 {
        font-size: 38px;
    }
    #banner-slider-demo-18 .content-2 em {
        font-size: 13px;
        margin-right: 2px;
    }
    #banner-slider-demo-18 .content-2 h4 {
        font-size: 26px;
    }
    #banner-slider-demo-18 .content-2 h5 {
        font-size: 13px;
        margin-top: -2px;
    }
    #banner-slider-demo-18 .content-2 a {
        font-size: 10px;
        margin-right: -6px;
    }
}
@media screen and (max-width: 640px) {
    #banner-slider-demo-18 .content-1 {
        padding: 11px 7px 5px;
        margin-left: -53px;
        margin-top: -32px;
    }
    #banner-slider-demo-18 .content-1 > div:first-child {
        padding-right: 2px;
    }
    #banner-slider-demo-18 .content-1 p {
        font-size: 7px;
        margin-left: 2px;
    }
    #banner-slider-demo-18 .content-1 h3 {
        font-size: 22px;
    }
    #banner-slider-demo-18 .content-1 h3 b {
        margin-top: -6px;
    }
    #banner-slider-demo-18 .content-1 em {
        font-size: 6px;
        margin-right: 1px;
    }
    #banner-slider-demo-18 .content-1 h4 {
        font-size: 13px;
    }
    #banner-slider-demo-18 .content-1 h5 {
        font-size: 6px;
        margin-top: -1px;
    }
    #banner-slider-demo-18 .content-2 {
        right: 8px;
        bottom: 8px;
    }
    #banner-slider-demo-18 .content-2 > div {
        padding: 3px 6px;
    }
    #banner-slider-demo-18 .content-2 > div:first-child {
        margin: -1px 0;
        padding-left: 9px;
    }
    #banner-slider-demo-18 .content-2 p {
        font-size: 7px;
        margin-left: 1px;
    }
    #banner-slider-demo-18 .content-2 h3 {
        font-size: 16px;
    }
    #banner-slider-demo-18 .content-2 em {
        font-size: 6px;
        margin-right: 1px;
    }
    #banner-slider-demo-18 .content-2 h4 {
        font-size: 13px;
    }
    #banner-slider-demo-18 .content-2 h5 {
        font-size: 6px;
        margin-top: -1px;
    }
    #banner-slider-demo-18 .content-2 a {
        font-size: 6px;
        margin-right: -3px;
    }
}
.single-images .single-image-label {
    font-size: 17px;
    text-align: center;
    color: #818385;
    line-height: 1.4;
    padding: 10px 0;
    font-weight: 600;
}
.single-images .caption {
    background-color: #a1a2a3;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
#banner-slider-demo-16 .slide1-content, #banner-slider-demo-16 .slide2-content {
    padding-left: 256px;
}
#banner-slider-demo-16 .text-content {
    text-align: left;
}
#banner-slider-demo-16 .text-content em {
    font-size: 26.26px;
    margin: 0;
    margin-bottom: -10px;
}
#banner-slider-demo-16 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px;
}
#banner-slider-demo-16 .text-content p {
    margin: 0;
}
#banner-slider-demo-16 .text-content p span {
    font-size: 23.64px;
    padding-left: 6px;
}
#banner-slider-demo-16 .text-content p a {
    font-size: 16px;
    padding: 10px 28px;
    margin-left: 10px;
    margin-top: 5px;
}
@media screen and (max-width: 991px) {
    #banner-slider-demo-16 .slide1-content, #banner-slider-demo-16 .slide2-content {
        padding-left: 0;
    }
    #banner-slider-demo-16 .text-content em {
        font-size: 18px;
        margin: 0;
        margin-bottom: -8px;
    }
    #banner-slider-demo-16 .text-content h2 {
        font-size: 60px;
        letter-spacing: -3px;
    }
    #banner-slider-demo-16 .text-content p {
        margin: 0;
    }
    #banner-slider-demo-16 .text-content p span {
        font-size: 18px;
        padding-left: 6px;
    }
    #banner-slider-demo-16 .text-content p a {
        font-size: 13px;
        padding: 8px 20px;
        margin-left: 10px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 767px) {
    #banner-slider-demo-16 .text-content em {
        font-size: 13px;
        margin: 0;
        margin-bottom: -5px;
    }
    #banner-slider-demo-16 .text-content h2 {
        font-size: 40px;
        letter-spacing: 0;
    }
    #banner-slider-demo-16 .text-content p {
        margin: 0;
    }
    #banner-slider-demo-16 .text-content p span {
        font-size: 14px;
        padding-left: 2px;
    }
    #banner-slider-demo-16 .text-content p a {
        font-size: 9px;
        padding: 5px 11px;
        margin-left: 5px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 480px) {
    #banner-slider-demo-16 .text-content em {
        font-size: 10px;
        margin-bottom: 0;
    }
    #banner-slider-demo-16 .text-content h2 {
        font-size: 25px;
        letter-spacing: 0;
    }
    #banner-slider-demo-16 .text-content p {
        margin: 0;
    }
    #banner-slider-demo-16 .text-content p span {
        font-size: 13px;
        padding-left: 1px;
        display: block;
    }
    #banner-slider-demo-16 .text-content p a {
        font-size: 9px;
        padding: 5px 11px;
        margin-left: 0;
        margin-top: 5px;
        float: left !important ;
    }
}
.container {
    width: 100%;
}
@media screen and (min-width: 992px) {
    body.side-header .page-wrapper {
        padding-left: 256px;
    }
    body.side-header .page-wrapper > .breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}
.sticky-header .sw-megamenu.navigation li.level0.fl-right {
    float: none;
}
#totop {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    background-color: #404040;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    display: none;
    border-radius: 5px 5px 0 0;
}
#totop:hover {
    background-color: #555;
}
i.ajax-loader {
    display: inline-block;
    vertical-align: middle;
    border: #E83D6B solid 1px;
    border-radius: 20px;
    border-bottom-color: transparent !important ;
}
i.ajax-loader.small {
    width: 16px;
    height: 16px;
    border-width: 2.5px;
}
i.ajax-loader.large {
    width: 32px;
    height: 32px;
    border-width: 2.5px;
}
@media screen and (min-width: 768px) {
    .onepage-category > .columns {
        padding-left: 180px;
        padding-right: 50px;
    }
    #maincontent.onepage-category {
        position: relative;
        padding-top: 50px;
        max-width: 100%;
    }
}
.cms-index-index .onepage-category {
    display: flex;
    flex-wrap: wrap;
}
.onepage-category > .category-list {
    width: 80px;
    text-align: left;
    position: relative;
    float: left;
    background: #000;
    padding: 46px 0 146px;
    z-index: 5;
}
.onepage-category > .category-list > ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    transition: all 0.3s;
    padding-top: 30px;
    margin-bottom: 0;
}
.onepage-category > .category-list > ul > li:last-child {
    margin-bottom: 0;
}
.onepage-category > .category-list > ul > li > a {
    color: #fff;
    width: auto;
    line-height: 78px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s;
}
.onepage-category > .category-list > ul > li > a > em {
    font-size: 32px;
    width: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.onepage-category > .category-list > ul > li > a > em > img {
    vertical-align: middle;
}
.onepage-category > .category-list > ul > li > a > span {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
.onepage-category > .category-list > ul > li > a:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    right: -15px;
    top: 50%;
    margin-top: -8px;
    border: transparent solid 8px;
    transition: all 0.3s;
}
.onepage-category > .category-list > ul > li > a.active, .onepage-category > .category-list > ul > li > a:hover {
    background-color: #00d59d;
}
.onepage-category > .category-list > ul > li > a:hover > span {
    opacity: 1;
    visibility: visible;
    width: auto;
    padding-right: 50px;
}
.onepage-category > .category-list > ul > li > a.active:after, .onepage-category > .category-list > ul > li > a:hover:after {
    border-left-color: #00d59d;
}
.onepage-category > .category-details {
    float: right;
    width: calc(100% - 100px);
    padding: 0 100px;
    padding-bottom: 146px;
    min-height: 80vh;
}
.onepage-category .category-detail, .onepage-category .category-detail .title-menu {
    position: relative;
}
.onepage-category .category-detail .title-menu > a {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    line-height: 100px;
    display: inline-block;
    font-weight: 300;
    margin-top: 70px;
}
.onepage-category .category-detail .title-menu > a > span {
    display: inline-block;
    vertical-align: middle;
}
.onepage-category .category-detail .title-menu > a.parent:after {
    display: inline-block;
    content: "\f813";
    font-family: porto-icons;
    margin-left: 18px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 36px;
}
.onepage-category .category-detail .title-menu > a.parent.opened:after {
    content: "\f810";
}
.onepage-category .category-detail .title-menu > .menu-popup {
    position: absolute;
    left: -25px;
    top: 100%;
    display: none;
    width: calc(100% + 50px);
    z-index: 3;
    background-color: #fff;
    border: #bebebe solid 1px;
    border-radius: 5px;
    padding: 50px 0;
}
.onepage-category .category-detail .title-menu > .menu-popup:before {
    content: "";
    border: transparent solid 8px;
    width: 16px;
    height: 16px;
    display: block;
    border-bottom-color: #bebebe;
    position: absolute;
    top: -16px;
    left: 90px;
}
.onepage-category .category-detail .title-menu > .menu-popup:after {
    content: "";
    border: transparent solid 7px;
    width: 14px;
    height: 14px;
    display: block;
    border-bottom-color: #fff;
    position: absolute;
    top: -13px;
    left: 91px;
}
.onepage-category .category-detail .menu-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.onepage-category .category-detail .menu-popup > ul {
    display: flex;
    flex-wrap: wrap;
}
.onepage-category .category-detail .menu-popup > ul > li {
    float: left;
    border-left: 1px solid #bebebe;
    margin: 10px 0;
    padding: 30px 0;
}
.onepage-category .category-detail .menu-popup li.menu-item {
    margin-bottom: 0;
}
.onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 20%;
    padding-left: 4%;
    padding-right: 4%;
}
.onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-left: 0;
    clear: left;
}
.onepage-category .category-detail .menu-popup ul > li > a {
    color: #000;
    font-size: 16px;
    line-height: 2.5;
}
.onepage-category .category-detail .menu-popup > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
}
.onepage-category .category-detail .products-area {
    margin: 0 -10px;
}
.onepage-category .category-detail .products-area .category-link {
    float: right;
    margin-top: -70px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    min-width: 119px;
    height: 40px;
    border: #000 solid 2px;
    color: #000;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s;
}
.onepage-category .category-detail .products-area .category-link:hover {
    background-color: #000;
    color: #fff;
}
.onepage-category .category-detail .products div.item {
    float: none;
    padding: 10px 5px;
}
.onepage-category .category-detail .product-item-photo {
    border: 0;
    padding: 0;
    border-radius: 0;
}
.onepage-category .category-detail .products div.item .product-item-photo {
    width: 100%;
    min-height: 60px;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
}
.onepage-category .category-detail .products div.item .product-item-details .product-item-name {
    margin: 0 0 3px;
}
.onepage-category .category-detail .products div.item .product-item-details .product-item-name a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Exo', sans-serif;
}
.onepage-category .category-detail .products div.item .product-item-details .price-box {
    margin: 0;
}
.onepage-category .category-detail .products div.item .product-item-details .price {
    font-weight: 400;
    font-size: 22px;
    font-family: 'Exo', sans-serif;
}
.onepage-category .category-detail .products div.item .product-item-details .old-price .price {
    font-size: 20px;
}
.onepage-category .category-detail .product-item-photo:before {
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.onepage-category .category-detail .product-item-info:hover .product-item-photo:before {
    opacity: 0.7;
    visibility: visible;
}
.onepage-category .category-detail .product-item-photo .product-item-inner {
    padding: 0;
    z-index: 3;
    left: 15px;
    bottom: 15px;
}
.onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions a, .onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 18px;
    margin: 0 1px;
}
.onepage-category .category-detail .product-item .tocart:before {
    font-size: 18px;
    display: inline-block;
    margin-right: 3px;
}
.onepage-cat.category-list {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
}
body > .onepage-cat.category-list {
    display: none;
}
.onepage-category > .category-list > ul.fixed-top {
    position: fixed;
    left: 0;
    top: 70px;
}
.onepage-category > .category-list > ul.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
}
.onepage-category > .category-list > ul.absolute-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}
.onepage-category .additional-content img {
    max-width: 100%;
}
.onepage-category .menu-popup a > span {
    position: relative;
}
.onepage-category .menu-popup a > span > span.cat-label {
    top: 3px;
    right: -35px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
    border: #777 solid 1px;
    position: absolute;
}
#banner-slider-demo-19 .slide-content h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -6px;
    margin-left: -5px;
}
#banner-slider-demo-19 .slide-content p {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}
#banner-slider-demo-19 .slide-content a.btn-line {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border: #000 solid 2px;
    padding: 0 34px;
    height: 57px;
    display: inline-block;
    line-height: 53px;
    border-radius: 8px;
    text-decoration: none;
}
#banner-slider-demo-19 .slide-content a.btn-line:hover {
    color: #fff;
    background-color: #000;
}
.category-description img {
    max-width: 100%;
}
.category-detail .product-item-info:hover .product-item-inner {
    visibility: visible;
    opacity: 1;
}
#giftcard-form input#giftcard-code {
    border-radius: 3px 0 0 3px;
}
#giftcard-balance-lookup .giftcard.info {
    margin-bottom: 15px;
}
.gift-wrapping-item > span {
    background-color: #f2f2f2;
}
#giftcard-form button.action-add, #giftcard-form button.redeem {
    height: 32px;
    line-height: 1;
    font-size: 13px;
}
.account .table-wrapper.balance-history, .account .table-wrapper.reward-history {
    margin-top: 0;
}
.form-addbysku .qty.field .control {
    display: block;
}
.column .block-addbysku .action.add {
    min-width: 32px;
}
.giftcard-account button.primary {
    height: 32px;
    line-height: 1;
}
.column .block-addbysku .action.add:before, .form-add-invitations .action.add:before {
    content: '\f881';
}
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add {
    min-width: 32px;
    margin: 20px 0;
}
.message.info {
    margin-bottom: 20px;
}
.form-giftregistry-edit .field.date input {
    vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:before {
    content: '\f865';
}
.block-category-event {
    border-radius: 5px;
    text-align: left;
    padding: 10px 20px !important ;
}
.block-category-event > div {
    display: inline-block;
    vertical-align: middle;
}
.block-category-event > div.event-title {
    padding-right: 50px;
    margin-right: 20px;
}
.block-category-event .event-title em {
    float: left;
    font-size: 30px;
    margin-right: 8px;
    color: #000;
}
.block-category-event .event-title p {
    margin: 0;
    text-transform: uppercase;
}
.block-category-event .event-title h4 {
    margin: 3px 0;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.block-category-event .dates .start:after {
    display: none;
}
.block-category-event .event-ticker .dates .start {
    padding: 0;
}
.block-category-event .event-ticker .dates > div > span {
    display: block;
}
.block-category-event > div.event-ticker {
    text-align: center;
}
.block-category-event > div.event-desc {
    float: right;
    color: #E83D6B;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 101px;
    margin-right: 20px;
}
.block-category-event .event-ticker .dates > div > span.desc {
    color: #E83D6B;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
}
.block-category-event .event-ticker .dates > div > span.year-month {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}
.block-category-event .event-ticker .dates > div > span.time {
    padding: 3px 0;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0 0 3px;
}
.block-category-event .event-ticker .dates > div {
    margin: 0 10px;
    display: inline-block;
}
.block-category-event .event-ticker .ticker .value {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .ticker .label {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    min-width: 70px;
}
.block-category-event .event-ticker .ticker li {
    margin: 0 7px;
}
.block-category-event.open > div.event-desc {
    line-height: 65px;
}
@media screen and (max-width: 1199px) {
    #banner-slider-demo-19 .slide-content h2 {
        font-size: 40px;
        line-height: 0.9;
        letter-spacing: -3px;
        margin-left: -2.5px;
    }
    #banner-slider-demo-19 .slide-content p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    #banner-slider-demo-19 .slide-content a.btn-line {
        font-size: 10px;
        padding: 0 16px;
        height: 30px;
        line-height: 26px;
        border-radius: 4px;
    }
    .onepage-cat.category-list + .main.container {
        padding: 0 50px;
    }
    .onepage-category .category-detail .menu-popup ul > li > a {
        font-size: 11px;
    }
    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        padding: 10px 2%;
    }
    .onepage-category .category-detail .title-menu > .menu-popup {
        padding: 10px 0;
    }
    .onepage-category .category-detail .title-menu > a {
        margin-top: 46px;
    }
}
@media screen and (max-width: 991px) {
    .block-category-event > div {
        display: block;
        float: none !important ;
        text-align: left;
    }
    .block-category-event > div.event-ticker {
        display: inline-block;
        margin: 0 -10px;
    }
    .block-category-event .dates .end, .block-category-event .dates .start {
        display: inline-block !important ;
    }
}
@media screen and (max-width: 767px) {
    .cms-index-index .onepage-category, .onepage-category {
        display: block;
    }
    .onepage-category > .category-list {
        width: auto;
        float: none;
        padding: 0;
        min-height: 0;
        position: static;
        margin-bottom: 20px;
    }
    .onepage-category > .category-list > ul {
        padding: 0;
    }
    .onepage-category > .category-list > ul > li {
        margin: 0;
        display: inline-block;
    }
    .onepage-category > .category-list > ul > li > a:after, .onepage-category > .category-list > ul > li > a:hover > span {
        display: none;
    }
    .onepage-cat.category-list + .main.container {
        float: none;
        padding: 0 15px;
        width: auto;
    }
    .onepage-category > .category-details {
        float: none;
        width: auto;
        padding: 0 15px;
    }
    .onepage-category > .category-list > ul {
        position: static !important ;
    }
    .onepage-category .category-detail .menu-popup > ul {
        display: block;
    }
    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        width: 50%;
        padding: 10px 15px;
    }
    .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
        border-left: 1px solid #bebebe;
        clear: none;
    }
    .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
        border-left: 0;
        clear: left;
    }
    .onepage-category .category-detail .menu-popup ul > li > a {
        font-size: 14px;
    }
}
.product.info.detailed.sticky .product.data.items > .item.content {
    margin: 0;
    padding-bottom: 25px;
    display: block !important ;
}
.product.info.detailed.sticky .product.data.items > .item.title a {
    border: none;
    color: inherit;
}
.product-tabs-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0, 0, 0, 0.1);
    text-align: center;
}
.product-tabs-container.has-sticky-header {
    top: 44px;
}
.product-tabs-container .data.item.title {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
}
.product-tabs-container .data.item.title:first-child {
    padding-left: 0;
}
.product-tabs-container .data.item.title > a {
    color: #777;
    padding: 10px 0;
}
.authentication-wrapper {
    line-height: 50px;
    margin-top: 0 !important ;
    margin-left: 20px;
}
.filter-options-content .ln_slider_container {
    width: 93%;
    width: calc(100% - 14px);
    margin: 15px 7px 0;
}
#ln_slider_price .ui-slider-handle {
    margin-top: -5px;
    background: #E83D6B;
    height: 18px;
    width: 13px;
    border-radius: 5px;
    margin-left: -7px;
}
#ln_slider_price.ui-slider-horizontal {
    height: 7px;
    margin-bottom: 15px;
    background: #1ab2ff;
    box-shadow: 0 1px 2px 0 rgb(0, 0, 0, 0.38) inset;
}
#ln_price_attribute {
    padding: 10px 5px;
}
.block-category-list .block-content ol li.item, .sidebar > .block.filter ol li.item {
    margin: 0;
    padding: 7px 0;
}
.filter-options-content {
    padding: 15px;
}
.filter-options-content ol.items {
    margin: -9px 0;
}
.sidebar .product-items .product-item-info .product-item-photo img.hover_image {
    display: none;
}
.page-main .block.block-category-list {
    margin-bottom: 14px;
}
.block-category-list .block-title, .sidebar > .block.filter .options dt {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: #ddd solid 1px;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    display: block;
    text-decoration: none;
}
.block-category-list .block-content, .sidebar > .block.filter .options dd {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border: #ddd solid 1px;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}
.block-category-list .block-content .item a, .sidebar > .block.filter .item a {
    color: #777;
}
.block-header-customer-login {
    position: absolute;
    right: 0;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
    border-top: 4px solid #E83D6B;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.block-header-customer-login:before {
    content: "";
    border: transparent solid 5px;
    border-bottom-color: #E83D6B;
    position: absolute;
    top: -14px;
    right: 30px;
}
.block-header-customer-login.open {
    visibility: visible;
    opacity: 1;
}
.authorization-link {
    position: relative;
}
.filter-toggle {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 18px;
    display: none;
}
.ln_overlay img, .loading-mask .loader > img {
    max-width: 32px;
}
.account .sidebar.sidebar-main:before {
    border: none;
}
.account .sidebar .product-items .product-item-name a {
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
}
.account .block-reorder .product-item {
    padding: 5px 0;
}
.account .block-reorder .product-item .field.item {
    display: inline-block;
    vertical-align: top;
}
.account .block-reorder .product-item-name {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}
.account-nav .nav > li {
    padding: 0;
    position: relative;
    line-height: 1.3;
    margin: 0;
}
.account-nav .nav > li > a {
    color: #777;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.account-nav .nav > li > a:focus, .account-nav .nav > li > a:hover {
    background: 0 0;
}
.account-nav .nav > li > a:before, .account-nav .nav > li > strong:before {
    content: '\f821';
    font-family: porto-icons;
    position: absolute;
    left: 5px;
}
.account-nav .nav > li > strong {
    position: relative;
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
    .cart-summary {
        width: 100%;
    }
    .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .cart-gift-item, .cart-container .form-cart {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .filter-toggle {
        border: #ccc solid 1px;
        font-weight: 400;
        color: #777;
        text-align: center;
        width: auto;
        line-height: 26px;
        background-color: #fff;
        margin-left: 5px;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 10px;
        display: inline-block;
    }
    .filter-toggle:hover {
        color: #777;
    }
    .filter-toggle.active {
        color: #fff;
        background-color: #E83D6B;
        border-color: transparent;
    }
    .column.main {
        transition: all 0.5s;
    }
    .column.main.toggle-close {
        width: 100% !important ;
    }
    .sidebar.sidebar-main {
        padding-right: 22px;
    }
    .sidebar.sidebar-main.toggle-close {
        margin-left: -300px;
        opacity: 0;
        visibility: hidden;
    }
}
@media screen and (max-width: 767px) {
    .product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header) {
        top: 0;
    }
    .product-tabs-container.has-sticky-header.has-mobile-sticky-header {
        top: 64px;
    }
    .block-header-customer-login {
        display: none;
    }
}
.ajax-products {
    display: flex;
    padding: 0 85px;
}
.ajax-products > .category-list {
    border-right: 1px solid #dcdcdc;
    padding: 70px 15px;
}
.ajax-products > .category-list > span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: gray;
    margin-bottom: 10px;
}
.ajax-products > .category-list > ul {
    list-style: none;
    padding: 0;
}
.ajax-products > .category-list > ul > li {
    padding: 10px 0;
}
.ajax-products > .category-list > ul > li > a {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}
.ajax-products > .category-list > ul > li > a:before {
    content: "\f87d";
    font-family: porto-icons;
    margin-right: 10px;
    display: inline-block;
    width: 11px;
    position: absolute;
    left: 0;
}
.ajax-products > .category-list > ul > li > a.active:before {
    content: "\f87c";
}
.ajax-products > .category-list > ul > li > a > span {
    display: inline-block;
}
.ajax-products > .category-list > ul > li > a:hover {
    text-decoration: none;
}
.ajax-products > .category-detail {
    position: relative;
    min-height: 70vh;
    padding: 70px 15px;
}
.ajax-products > .category-detail > h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 10px;
}
.ajax-products > .category-detail > .ajax_products_loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgb(255, 255, 255, 0.5);
}
.load-more-area {
    text-align: center;
    margin: 30px 0;
}
.load-more-area > a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 20px 45px;
    letter-spacing: 3px;
    transition: all 0.3s;
    box-shadow: 3px 3px 0 rgb(0, 0, 0, 0.5);
}
.load-more-area > a:hover {
    text-decoration: none;
    opacity: 0.85;
    color: #fff;
}
.full-width-image {
    text-align: center;
    padding: 200px 0;
    background-size: cover;
}
.full-width-image > h3 {
    font-size: 90px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -5px;
}
.full-width-image > a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 20px 45px;
    letter-spacing: 3px;
    transition: all 0.3s;
    box-shadow: 3px 3px 0 rgb(255, 255, 255, 0.5);
    margin: 20px 0;
}
.full-width-image > a:hover {
    text-decoration: none;
    opacity: 0.85;
}
#home-content-slider-demo-20 .item > div.content {
    max-width: 40%;
}
#home-content-slider-demo-20 .item > div.content > h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -4px;
    margin-bottom: 20px;
}
#home-content-slider-demo-20 .item > div.content > a {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 20px 45px;
    letter-spacing: 3px;
    transition: all 0.3s;
    box-shadow: 3px 3px 0 rgb(255, 255, 255, 0.5);
    margin: 20px 0;
    display: inline-block;
}
#home-content-slider-demo-20 .item > div.content > a:hover {
    text-decoration: none;
    opacity: 0.85;
}
.full-screen-slider {
    width: 100vw;
    height: 100vh;
}
.full-screen-slider:after {
    content: "\f110";
    font-family: porto-icons;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    margin-top: -18px;
    margin-left: -10px;
    animation: spin 2s linear infinite;
    color: #777;
    z-index: 0;
}
.owl-carousel.owl-loaded {
    position: relative;
    z-index: 1;
}
.full-screen-slider {
    position: relative;
}
.full-screen-slider #banner-slider-demo-20 .item > div.content {
    text-align: left;
    position: absolute;
}
.full-screen-slider #banner-slider-demo-20 .item > div.content > h2 {
    line-height: 0.9;
    font-size: 80px;
    font-weight: 600;
}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 20px 45px;
    letter-spacing: 3px;
    transition: all 0.3s;
    box-shadow: 3px 3px 0 rgb(255, 255, 255, 0.5);
    margin: 20px 0;
    display: inline-block;
}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a:hover {
    text-decoration: none;
    opacity: 0.85;
}
#banner-slider-demo-20 + .owl-thumbs {
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: 30%;
    z-index: 2;
}
#banner-slider-demo-20 + .owl-thumbs button {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    float: left;
    max-width: 33.33%;
    background: 0 0;
}
#banner-slider-demo-20 + .owl-thumbs button img {
    border: transparent solid 3px;
}
#banner-slider-demo-20 + .owl-thumbs button.active img {
    border-color: #fff;
    border-color: rgb(255, 255, 255, 0.5);
}
.page-header {
    z-index: 5;
}
.block-bundle-summary .moved-add-to-links .product-addto-links .action {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
}
.block-bundle-summary .moved-add-to-links .action.mailto.friend {
    width: 43px;
    height: 43px;
    line-height: 41px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .moved-add-to-links {
        display: block;
        margin-top: 15px;
    }
}
@media screen and (max-width: 991px) {
    .full-screen-slider #banner-slider-demo-20 .item > div.content > h2 {
        font-size: 45px;
    }
    .full-screen-slider #banner-slider-demo-20 .item > div.content > a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    #home-content-slider-demo-20 .item > div.content > h3 {
        letter-spacing: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }
    #home-content-slider-demo-20 .item > div.content > a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    #banner-slider-demo-20 + .owl-thumbs {
        width: 50%;
        right: 25%;
    }
    #home-content-slider-demo-20 .item > div.content > a, #home-content-slider-demo-20 .item > div.content > p {
        display: none;
    }
    .ajax-products {
        display: block;
    }
    .ajax-products > .category-list {
        border-right: 0;
        padding: 30px 15px;
    }
    .ajax-products > .category-list > ul > li {
        display: inline-block;
        margin-right: 30px;
    }
    .ajax-products > .category-detail {
        padding-top: 0;
        min-height: 70vh;
    }
    .full-width-image > a, .load-more-area > a {
        font-size: 8px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    .full-width-image {
        padding: 100px 0;
    }
    .full-width-image > h3 {
        font-size: 35px;
        letter-spacing: -1px;
    }
}
ul.scene, ul.scene > li.layer {
    width: 100%;
    height: 100%;
}
.animation-wave {
    animation: wave 20s 0.1s linear infinite;
}
.animation-spin {
    animation: spin 20s linear infinite;
}
@keyframes wave {
    0% {
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}
.product-reviews-summary.empty .reviews-actions:before {
    content: '\f844' '\f844' '\f844' '\f844' '\f844';
    display: inline-block;
    vertical-align: middle;
    font-family: porto-icons;
    color: #c3c5c9;
    letter-spacing: 3px;
    font-size: 13px;
}
.product-labels {
    z-index: 3;
    right: 0;
    top: 5px;
}
.product-item-photo:hover .product-image-photo.hover_image {
    z-index: 2;
    padding: 0 !important ;
    transition: none !important ;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    z-index: 4;
    opacity: 0.9;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 1;
}
.product-social-links .at-style-responsive .at-share-btn {
    padding: 0;
}
.product-social-links .at-resp-share-element .at-share-btn:focus, .product-social-links .at-resp-share-element .at-share-btn:hover {
    transform: none;
}
.product-social-links .at-resp-share-element .at-share-btn {
    margin: 0 4px;
}
.product-social-links .addthis_inline_share_toolbox {
    margin: 0 0 15px -4px;
}
.product-social-links .action.mailto + .addthis_inline_share_toolbox, .product-social-links .product-addto-links + .addthis_inline_share_toolbox {
    margin-top: 15px;
}
#at-expanded-menu-host .at-expanded-menu-load {
    line-height: 1;
    height: auto;
}
#at-expanded-menu-host .at-expanded-menu-service-list button {
    height: auto;
}
.gallery-placeholder .loader img {
    display: none;
}
.loader:before {
    content: "\f110";
    font-family: porto-icons;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #777;
}
.minicart-wrapper .action.showcart .counter.qty .loader:before {
    content: "\f110";
    font-family: porto-icons;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    margin-top: -9px;
    margin-left: -8px;
    color: #777;
}
.loading-mask {
    background: 0 0;
}
.product-image-photo.default_image {
    position: relative;
    z-index: 1;
}
.filter-content .ln_overlay {
    display: none !important ;
}
.ln_overlay {
    background-color: #FFF;
    background-color: rgb(255, 255, 255, 0.5);
    opacity: 1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555;
    display: none;
}
.ln_overlay .loader {
    border: transparent solid 2px;
    border-top-color: #E83D6B;
    width: 40px;
    height: 40px;
    animation: spin 0.75s linear infinite;
    display: inline-block;
    border-image: none;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ln_overlay .loader:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    border-top-color: inherit;
    animation: spin 1.5s infinite;
    margin: 0;
}
.ln_overlay .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.infinite-loader {
    text-align: center;
    margin: 20px 0 0;
}
.infinite-loader .loading {
    display: none;
    color: #555;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    line-height: 30px;
    border-radius: 0;
    border: #f1f1f1 solid 2px;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    width: 100%;
}
.infinite-loader .loading i.ajax-loader {
    margin-right: 15px;
    width: 16px;
    height: 16px;
    border-width: 2.5px;
}
.infinite-loader .btn-load-more {
    color: #555;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    line-height: 30px;
    border-radius: 0;
    border: #f1f1f1 solid 2px;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    width: 100%;
    display: inline-block;
}
.catalog-category-view .infinite-loader + .toolbar.toolbar-products .limiter {
    float: none;
}
.catalog-category-view .infinite-loader + .toolbar.toolbar-products .pages {
    display: none;
}
.owl-item.loading .product-item-photo {
    min-height: 100px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .block-search {
        max-width: 240px;
    }
}
.owl-theme.owl-bottomright-narrow .owl-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 25px;
    background: #000;
    border-radius: 0;
    margin: 1px 1px 1px 0;
    padding: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    opacity: 1;
}
.column.main > .custom-block, .weltpixel-quickview-catalog-product-view .addthis-smartlayers, .weltpixel-quickview-catalog-product-view .column.main > .custom-block, .weltpixel_quickview-catalog_product-view .addthis-smartlayers, .weltpixel_quickview-catalog_product-view .column.main > .custom-block {
    display: none;
}
.product-item-photo {
    min-height: 50px;
    transition: all 0.3s;
}
.form-find-area {
    border-top: 2px solid #1fc0a0;
    box-shadow: 0 1px 5px 0 rgb(0, 0, 0, 0.1);
    padding: 40px 40px 38px;
}
.form-find-area .form-title {
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #151515;
    margin: 0 0 5px;
}
.form-find-area form {
    width: 100%;
}
.form-find-area select {
    width: 100%;
    color: #747474;
    font-size: 13.5px;
    margin: 11px 0;
    border-radius: 5px;
    padding: 0 15px;
    height: 47px;
}
.list-category .group .content {
    position: relative;
    margin: 15px 0;
}
.list-category .group .content img {
    width: 100%;
}
.list-category .group .content h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-color: #242424;
    font-size: 22px;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 5px 15px;
    margin: 0;
}
.offer-deal .item {
    position: relative;
}
.offer-deal .item img {
    max-width: 100%;
}
.offer-deal .item .content h3 {
    margin: 0 0 5px;
}
.offer-deal .item .content h3 a {
    font-family: 'Exo', sans-serif;
    font-size: 49px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    color: #151515;
    text-decoration: none;
}
.offer-deal .item .content p {
    font-family: 'Exo', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    color: #4c4c4c;
}
.offer-deal .item .content .btn-default {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 25px;
    margin-top: 15px;
}
.offer-deal .item .content .btn-default:hover {
    background-color: inherit;
}
.subscribe-form .content h3 {
    font-family: 'Exo', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #151515;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.subscribe-form .content p {
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #151515;
    text-transform: uppercase;
}
.subscribe-form .validation-advice {
    position: absolute;
}
.subscribe-form .block.newsletter {
    width: auto;
    max-width: 475px;
    display: inline-block;
    vertical-align: middle;
}
.subscribe-form .block.newsletter .control:before {
    line-height: 44px;
    margin-left: 20px;
}
.subscribe-form .block.newsletter .control {
    position: relative;
}
.subscribe-form .block.newsletter .control input {
    background-color: #fff;
    color: #686865;
    height: 44px;
    border: none;
    font-size: 14px;
    padding-left: 50px;
    float: left;
    max-width: 475px;
    width: 100%;
    border-radius: 5px 0 0 5px;
    padding-right: 0;
    margin-right: 0;
}
.subscribe-form .block.newsletter .control div.mage-error {
    position: absolute;
    bottom: -65px;
}
.subscribe-form .block.newsletter .actions .action.subscribe {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    opacity: 1;
    background-color: #1fc0a0;
}
.filter-title strong {
    color: transparent !important ;
    position: fixed;
    top: 22%;
    left: -1px;
    width: 51px;
    height: 47px;
    border: #dcdcda solid 1px !important ;
    background-color: #f5f5f5;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    line-height: 26px;
    z-index: 9;
}
.filter-title strong:before {
    content: '\f1de';
    font-family: porto-icons;
    font-size: 27px;
    color: #818181;
    line-height: 30px;
    display: block;
}


@media screen and (min-width: 768px) {
    .column.main > .custom-block {
        display: block;
        width: 25%;
        float: right;
        padding-left: 30px;
    }
    body:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view).column.main > .custom-block + .product-info-main {
        width: 40.33%;
    }
    .block-search {
        z-index: 7;
    }
    .sw-megamenu.navigation li.level0.fullwidth > .submenu > .container, .sw-megamenu.navigation li.level0.staticwidth > .submenu > .container {
        padding: 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .form-find-area {
        padding: 18px 40px 16px;
    }
}
@media screen and (min-width: 992px) {
    body.side-header .page-wrapper > .breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .offer-deal .item .content h3 a {
        font-size: 30px;
        line-height: 25px;
    }
    .offer-deal .item .content p {
        font-size: 16px;
        line-height: 25px;
    }
    .offer-deal .item .content .btn-default {
        font-size: 11px;
        padding: 8px 12px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 1679px) {
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*="owl-"] {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
@media screen and (max-width: 991px) {
    .offer-deal .item img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .block-search input {
        color: #666;
    }
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*="owl-"] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .offer-deal .item .content h3 a {
        font-size: 30px;
        line-height: 25px;
    }
    .offer-deal .item .content p {
        font-size: 16px;
        line-height: 25px;
    }
    .offer-deal .item .content .btn-default {
        font-size: 11px;
        padding: 8px 12px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 640px) {
    #newsletter_popup {
        padding: 40px 10px 25px;
        width: 100% !important ;
    }
}
@media only screen and (max-width: 767px) {
    .filter.active {
        width: 300px;
    }
    .filter.active .filter-title strong {
        right: 10px;
        top: 0;
        border: none !important ;
        position: absolute;
    }
    .filter.active .filter-title strong:before {
        font-size: 16px;
        line-height: inherit;
        color: #fff;
        content: '\f819';
        font-family: porto-icons;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        margin-top: 3px;
    }
    .filter.active .filter-title strong:after {
        display: none;
    }
    .filter.active .filter-title {
        background-color: #666;
        margin: 0;
        height: 47px;
        border: none;
        width: 300px;
    }
    .filter.active .filter-subtitle {
        color: #fff !important ;
        text-transform: uppercase;
        font-size: 12.5px;
        font-weight: 400;
        font-family: 'Exo', sans-serif;
        letter-spacing: 0.025em;
        z-index: 3;
        padding: 8px 30px !important ;
        height: 47px;
        pointer-events: none;
        width: 300px;
        right: auto;
        border: 0;
    }
    .filter.active .filter-options {
        padding: 10px 30px !important ;
        width: 300px;
        right: auto;
        top: 47px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .filter.active .block-category-list .block-content, .filter.active .block-category-list .block-title, .filter.active .filter .filter-current-subtitle, .filter.active .filter-options-content, .filter.active .filter-options-title {
        padding-left: 0;
        padding-right: 0;
    }
    body.filter-active .page-wrapper {
        visibility: visible;
        height: auto;
        margin-top: 0;
    }
    .filter:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .filter.active:before {
        opacity: 0.1;
        visibility: visible;
    }
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.hide {
    display: none !important ;
}
.show {
    display: block !important ;
}
.invisible {
    visibility: hidden;
}
.pull-right {
    float: right !important ;
}
.pull-left {
    float: left !important ;
}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important ;
}
@media screen and (max-width: 767px) {
    .visible-xs {
        display: block !important ;
    }
    table.visible-xs {
        display: table !important ;
    }
    tr.visible-xs {
        display: table-row !important ;
    }
    td.visible-xs, th.visible-xs {
        display: table-cell !important ;
    }
}
@media screen and (max-width: 767px) {
    .visible-xs-block {
        display: block !important ;
    }
}
@media screen and (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important ;
    }
}
@media screen and (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important ;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important ;
    }
    table.visible-sm {
        display: table !important ;
    }
    tr.visible-sm {
        display: table-row !important ;
    }
    td.visible-sm, th.visible-sm {
        display: table-cell !important ;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important ;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important ;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important ;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important ;
    }
    table.visible-md {
        display: table !important ;
    }
    tr.visible-md {
        display: table-row !important ;
    }
    td.visible-md, th.visible-md {
        display: table-cell !important ;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important ;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important ;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important ;
    }
}
@media screen and (min-width: 1200px) {
    .visible-lg {
        display: block !important ;
    }
    table.visible-lg {
        display: table !important ;
    }
    tr.visible-lg {
        display: table-row !important ;
    }
    td.visible-lg, th.visible-lg {
        display: table-cell !important ;
    }
}
@media screen and (min-width: 1200px) {
    .visible-lg-block {
        display: block !important ;
    }
}
@media screen and (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important ;
    }
}
@media screen and (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important ;
    }
}
@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important ;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important ;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important ;
    }
}
@media screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important ;
    }
}
.gallery-placeholder {
    width: 100%;
}
table .col {
    width: auto;
}
.modal-header {
    border-bottom: 0;
}
.modal-content {
    border: 0;
}
.product-reviews-summary .reviews-actions a {
    color: #bdbdbd;
    padding: 0 15px;
    border-left: 1px solid #bdbdbd;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    font-weight: 400;
    text-transform: none;
}
.swatch-option.color {
    min-width: 22px;
    height: 22px;
    border: 0;
    box-shadow: 0 0 3px rgb(0, 0, 0, 0.2);
}
.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form:after, .weltpixel-quickview-catalog-product-view .product-options-bottom:after, .weltpixel_quickview-catalog_product-view .product-info-main .product-add-form:after, .weltpixel_quickview-catalog_product-view .product-options-bottom:after {
    content: "";
    display: table;
    clear: both;
}
.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form, .weltpixel_quickview-catalog_product-view .product-info-main .product-add-form {
    padding-top: 0;
}
.weltpixel-quickview-catalog-product-view .product-options-wrapper, .weltpixel_quickview-catalog_product-view .product-options-wrapper {
    padding-bottom: 0;
}
.weltpixel-quickview-catalog-product-view .product-options-bottom, .weltpixel_quickview-catalog_product-view .product-options-bottom {
    margin-top: 10px;
}
.weltpixel-quickview-catalog-product-view .box-gotoproduct, .weltpixel-quickview-catalog-product-view .product-info-main .box-tocart, .weltpixel_quickview-catalog_product-view .box-gotoproduct, .weltpixel_quickview-catalog_product-view .product-info-main .box-tocart {
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
}
#newsletter_popup {
    border-top: 0;
}
.modes-mode {
    margin-right: 7px;
}
.fotorama__nav__frame {
    box-sizing: border-box;
    padding-bottom: 0 !important ;
    margin-right: 2px;
}
.product.description ul {
    list-style: none;
    padding-left: 3em;
    margin-bottom: 15px;
}
.product.description ul li {
    margin: 0;
}
.product.description ul li [class^="porto-icon-"] {
    margin-right: 12px;
    font-size: 13px;
    color: #333;
}
.catalog-category-view .column.main .products-grid {
    margin: 0 -10px;
}
.minicart-wrapper .action.close {
    color: #777;
    top: -5px;
    right: -5px;
}
.breadcrumbs .item:not(:last-child):after, .breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.owl-top-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"] em:before {
    margin: 0;
}
.products-upsell .product.name a {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
    .filter-options-title:after {
        right: 0;
    }
}
.weltpixel-quickview-catalog-product-view .sidebar, .weltpixel_quickview-catalog_product-view .sidebar {
    display: none;
}
.weltpixel-quickview-catalog-product-view .page-main, .weltpixel_quickview-catalog_product-view .page-main {
    max-width: 100%;
}
.weltpixel-quickview-catalog-product-view .column.main, .weltpixel_quickview-catalog_product-view .column.main {
    width: 100%;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .weltpixel-quickview-catalog-product-view .product-info-main, .weltpixel-quickview-catalog-product-view .product.media, .weltpixel_quickview-catalog_product-view .product-info-main, .weltpixel_quickview-catalog_product-view .product.media {
        width: 48% !important ;
    }
}
.weltpixel-quickview-catalog-product-view .product-info-main, .weltpixel-quickview-catalog-product-view .product.media, .weltpixel_quickview-catalog_product-view .product-info-main, .weltpixel_quickview-catalog_product-view .product.media {
    margin: 10px 0;
}
.weltpixel-quickview-catalog-product-view .product.media .product-image-carousel img, .weltpixel_quickview-catalog_product-view .product.media .product-image-carousel img {
    width: 100%;
}
.fieldset > .field.qty, .nested.options-list > .field.qty {
    margin-right: 7px;
}
.product-info-main .box-tocart .actions {
    margin-right: 5px;
}
@media screen and (min-width: 768px) {
    .box-tocart .action.tocart {
        min-width: 135px;
        padding: 0 14px;
    }
}
.product-info-main .product.overview {
    padding-bottom: 20px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
    font-weight: 400;
}
.breadcrumbs .item[class*="category"] > a {
    line-height: 1;
}
.breadcrumbs strong {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.block-category-list .block-title strong, .filter-options-title {
    font-weight: 600;
}
.nav-toggle:before {
    font-size: 21px;
}
.product-info-main .swatch-option {
    margin-right: 5px;
}
.fotorama__arr {
    width: 50px;
    background-color: transparent;
}
.fotorama__arr:hover {
    background-color: transparent;
}
.fotorama__fullscreen-icon {
    width: 50px;
}
.product.description p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
    color: #333;
}
.product.description ul {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 36px;
    color: #333;
}
@media screen and (max-width: 767px) {
    .product.data.items > .item.title > .switch {
        height: auto;
    }
    .product.data.items > .item.title.active > .switch {
        border-bottom: 1px solid #eee;
    }
    .product.data.items {
        margin: 0;
    }
    .product.data.items > .item.content {
        padding: 20px 9px;
    }
    .catalog-category-view .column.main .products-grid {
        margin: 0 -5px;
    }
}
.weltpixel-quickview-catalog-product-view .product-info-main .custom-block, .weltpixel_quickview-catalog_product-view .product-info-main .custom-block {
    display: none;
}
.weltpixel-quickview-catalog-product-view .product-info-main .product.overview, .weltpixel_quickview-catalog_product-view .product-info-main .product.overview {
    margin-top: 10px;
    margin-bottom: 20px;
}
.weltpixel-quickview-catalog-product-view .product-info-main .product-reviews-summary, .weltpixel_quickview-catalog_product-view .product-info-main .product-reviews-summary {
    margin-bottom: 10px;
}
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.products-upsell {
    margin: 0 -10px;
}
.swatch-option.text {
    height: 22px;
    line-height: 20px;
    padding: 0 4px;
    min-width: 22px;
    font-weight: 400;
    font-size: 11px;
}
.page-products .columns {
    padding-top: 0;
    z-index: auto;
}
.products.wrapper + .toolbar .modes, .products.wrapper + .toolbar .sorter, .sidebar > .block.filter .title {
    display: none;
}
.sidebar > .block.filter .item .count {
    font-size: 11px;
    margin-left: 10px;
}
.sidebar .product-items .product-item-name a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.column.main:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.product.media {
    margin-bottom: 20px;
}
.toolbar .limiter {
    margin-right: 0;
    text-align: left;
}
.toolbar .limiter-options {
    margin-right: 0;
}
.toolbar .limiter .limiter-text {
    display: none;
}
.toolbar .limiter .label {
    display: inline-block;
}
.toolbar .sorter {
    margin-right: 15px;
    float: left;
}
.toolbar .modes {
    margin-right: 0;
}
.category-image {
    margin-bottom: 30px;
}
.products.wrapper ~ .toolbar .pages {
    float: right;
}
.products.wrapper ~ .toolbar .limiter {
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
    .toolbar .sorter {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .toolbar .limiter {
        clear: both;
        float: none;
    }
    .toolbar .modes {
        float: right;
        margin-left: 0;
    }
    .products.wrapper ~ .toolbar .limiter {
        clear: none;
        float: right;
        width: 100%;
        text-align: center;
    }
    .products.wrapper ~ .toolbar .limiter .label {
        min-width: 0;
    }
    .products.wrapper ~ .toolbar .pages {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
}
.filter-options-content .item input[type="checkbox"] {
    margin: -2px 4.5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.filter-current .item {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}
@media screen and (max-width: 767px) {
    .block-category-list .block-content, .block-category-list .block-title, .sidebar .custom-block, .sidebar-filterproducts.custom-block + h2, .sidebar-filterproducts.custom-block + h2 + h5, .sidebar-filterproducts.custom-block + h2 + h5 + p, .sidebar-title {
        padding-left: 0;
        padding-right: 0;
    }
    .filter.active .filter-current ~ .filter-options {
        top: 186px;
    }
    .filter .filter-current, .filter .filter-current + .block-actions {
        display: none;
    }
    .filter.active .filter-current + .block-actions {
        position: fixed;
        left: 0;
        top: 150px;
        margin: 0;
        border: none;
        z-index: 10;
        display: block;
        width: 300px;
        line-height: 34px;
        background-color: #f4f4f4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: right;
        padding: 0 30px;
    }
    .filter.active .filter-current {
        position: fixed;
        left: 0;
        top: 47px;
        margin: 0;
        height: 103px;
        border: 0;
        width: 300px;
        z-index: 10;
        padding: 17px 0;
        display: block;
        background-color: #fff;
        overflow-y: scroll;
    }
    .filter-current-subtitle {
        padding: 10px 15px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        border: #ddd solid 1px;
        background-color: #f5f5f5;
        position: relative;
        cursor: pointer;
        border-radius: 7px;
        text-decoration: none;
    }
    .filter.active .filter-current .filter-current-subtitle {
        display: none;
        padding: 15px 30px;
    }
    .filter.active .filter-current .filter-current-subtitle:after, .filter.active .filter-current .filter-current-subtitle:before {
        display: none;
    }
    .filter.active .filter-current .items {
        display: block;
        padding: 0;
    }
    .filter.active .filter-current .item {
        padding: 0 30px;
    }
    .product.media {
        margin-bottom: 0;
    }
    .catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .product.media {
        margin-bottom: 20px;
        padding-right: 0;
    }
}
.product-info-main .prev-next-products ~ .page-title-wrapper h1 {
    padding-right: 50px;
}
.side-overlay, a.right-side-open {
    display: none;
}
.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .side-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) a.right-side-open {
    position: fixed;
    right: 0;
    top: 22%;
    font-size: 23px;
    color: #818181;
    line-height: 49px;
    z-index: 9;
    width: 51px;
    height: 49px;
    background-color: #f5f5f5;
    border: #dcdcda solid 1px;
    border-right: 0;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .column.main {
        width: 100%;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) a.right-side-open {
        display: block;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar {
        display: none;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar.sidebar-additional {
        display: block;
        position: fixed;
        background: #fff;
        z-index: 999;
        padding: 20px 5px;
        top: 0 !important ;
        height: 100vh;
        overflow-y: auto;
        right: 0;
        max-width: 100%;
        width: 280px;
        box-shadow: 0 2px 5px rgb(0, 0, 0, 0.3);
        border: #d2d2d2 solid 1px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar.sidebar-additional.open {
        opacity: 1;
        visibility: visible;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar.sidebar-additional.open + .side-overlay {
        opacity: 0.2;
        visibility: visible;
    }
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar .custom-block {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 767px) {
    .nav-open .sidebar.sidebar-additional, .nav-open .sidebar.sidebar-additional.open + .side-overlay, .nav-open a.right-side-open {
        display: none !important ;
    }
}
.sidebar .product-items .product-item .product-reviews-summary, .small-list.products-grid .product-item .product-reviews-summary {
    margin-top: 0;
}
.sidebar .product-items .product-item-details, .small-list .product-items .product-item-details {
    padding: 0;
}
.sidebar .product-items .product-item-name, .small-list.products-grid .product-item .product-item-name {
    margin-bottom: 2px;
}
.nav-open .block.filter {
    display: none;
}
.products-grid .product-item-photo .product-item-inner {
    margin: 0;
}
.block-search .action.search:before, .block-search .label:before {
    padding-left: 1px;
}
.single-images .caption:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 1200px) {
    .layout-fullwidth.page-layout-2columns-left .sidebar-main, .layout-fullwidth.page-layout-2columns-right .sidebar-additional {
        width: 20%;
    }
    .layout-fullwidth.page-layout-2columns-left .column.main, .layout-fullwidth.page-layout-2columns-right .column.main {
        width: 80%;
    }
    .layout-fullwidth .main-upsell-product-detail .container {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.sticky-logo .logo {
    max-width: none;
}
@media screen and (max-width: 767px) {
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar.sidebar-additional.open .sidebar-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 480px) {
    .onepage-category .category-detail .products-area .category-link {
        margin-top: 0;
        margin-left: 10px;
        float: none;
        display: inline-block;
    }
}
.block-search input {
    left: -9999px;
}
.rating-summary .rating-result > span:before, .review-control-vote label:before {
    color: #575f68;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
    border-right: 0;
}
.product-reviews-summary .reviews-actions a.view {
    padding-right: 3px;
}
.table.grouped .col.qty {
    min-width: 105px;
}
.field.downloads.downloads-no-separately .field.choice.field.choice {
    border: 0;
}
.page-product-downloadable .product-add-form .box-tocart .actions {
    margin-right: 10px;
}
@media screen and (min-width: 576px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(255px - 50vw);
    }
}
@media screen and (min-width: 768px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(345px - 50vw);
    }
}
@media screen and (min-width: 992px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(465px - 50vw);
    }
}
@media screen and (min-width: 1200px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(555px - 50vw);
    }
}
@media screen and (max-width: 575px) {
    .fullwidth-row {
        width: 100vw;
        margin: 0 -15px;
    }
}
body.layout-fullwidth .fullwidth-row {
    margin: 0;
    width: 100%;
}
.content-row h2, .content-row h3, .content-row h4, .content-row h5 {
    margin-top: 0;
}
.iwd_opc_success_page .loading-mask .loader:before, .onepage-index-index .loading-mask .loader:before {
    display: none;
}
.catalog-product-view.product-type-carousel .product-info-main, .catalog-product-view.product-type-carousel .product.media {
    width: 100%;
    padding: 0;
}
.product-image-carousel .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    box-shadow: 20px 0 100px rgb(0, 0, 0, 0.03) inset;
    background-color: rgb(0, 0, 0, 0.02);
    left: 0;
    top: 0;
}
.product-image-carousel .owl-controls .owl-nav [class*="owl-"] {
    font-size: 30px;
    pointer-events: all;
}
.product-image-carousel .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: left;
    margin-top: -30px;
    pointer-events: none;
}
.product-image-carousel .owl-controls .owl-nav .owl-next {
    float: right;
}
.catalog-product-view.product-type-carousel .product-info-main .page-title-wrapper h1 {
    font-size: 38px;
}
.catalog-product-view.product-type-carousel .product-info-main .product-info-price {
    margin: 0;
    padding-bottom: 30px;
    display: block;
}
.catalog-product-view.product-type-carousel .product-info-main .short-custom-block {
    float: right;
}
.catalog-product-view.product-type-carousel .product-info-main .product-info-price .price-box, .catalog-product-view.product-type-carousel .product-info-main .product-info-stock-sku {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}
.swatch-attribute-selected-option {
    display: none;
}
.product-info-main .swatch-attribute-options {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0;
}
.product-info-main .swatch-attribute-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 55px;
    color: #21293c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-transform: uppercase;
}
.catalog-product-view.product-type-carousel .product-info-main .swatch-attribute {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.catalog-product-view.product-type-carousel .product-options-wrapper {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    padding: 0;
}
.catalog-product-view.product-type-carousel .product-options-bottom {
    display: inline-block;
    vertical-align: middle;
}
.catalog-product-view.product-type-carousel .product-info-main .product-add-form {
    padding: 0;
    text-align: right;
}
.catalog-product-view.product-type-carousel .price-box.price-tier_price, .catalog-product-view.product-type-carousel .product-info-main {
    margin: 0;
}
.catalog-product-view.product-type-carousel .product-social-links {
    border: 0;
    text-align: right;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 30px;
    margin-top: 6px;
}
.catalog-product-view.product-type-carousel .prev-next-products {
    margin-top: 7px;
}
.catalog-product-view.product-type-carousel .product-social-links .addthis_inline_share_toolbox {
    margin: 0;
}
.catalog-product-view.product-type-fullwidth .page-main {
    max-width: 100%;
    width: 100%;
}
.catalog-product-view.product-type-fullwidth .product-info-main .product-add-form {
    padding: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    margin: 2px 0;
    padding: 0 !important ;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    margin-top: -2px;
}
.catalog-product-view.product-type-fullwidth .fotorama__stage {
    left: 0 !important ;
}
.catalog-product-view.product-type-fullwidth .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    padding: 20px;
}
.catalog-product-view.product-type-fullwidth .fotorama__stage__shaft.fotorama__grab {
    max-width: 100% !important ;
}
.catalog-product-view.product-type-fullwidth .fotorama__arr--next, .catalog-product-view.product-type-fullwidth .fotorama__fullscreen-icon {
    right: 0 !important ;
}
.product-image-grid {
    margin-bottom: 20px;
    position: relative;
}
.product-image-grid:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.05);
    left: 0;
    top: 0;
}
#gallery_images.row {
    margin-left: -10px;
    margin-right: -10px;
}
#gallery_images.row > [class*="col-"], #gallery_images.row > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.catalog-product-view .product.media {
    padding-right: 0;
}
.product-image-list {
    margin-bottom: 3px;
    position: relative;
}
.product-image-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.05);
    left: 0;
    top: 0;
}
.catalog-product-view.product-type-fullwidth .product-info-main, .catalog-product-view.product-type-fullwidth .product.media, .catalog-product-view.product-type-sticky-right .product-info-main, .catalog-product-view.product-type-sticky-right .product.media, .catalog-product-view.product-type-sticky_right .product-info-main, .catalog-product-view.product-type-sticky_right .product.media, .catalog-product-view.product-type_fullwidth .product-info-main, .catalog-product-view.product-type_fullwidth .product.media {
    position: relative;
}
.catalog-product-view.product-type-wide-grid .fotorama__stage {
    border: 0;
}
@media screen and (min-width: 768px) {
    .product.data.items > .item.title {
        padding-top: 8px;
        padding-bottom: 0;
    }
    .product.info.detailed.vertical .product.data.items > .item.content {
        border: 0;
        padding: 0;
    }
    .product.info.detailed.vertical .product.data.items > .item.title > .switch {
        border: 0;
        text-align: left;
        border-bottom: 1px solid #ebebeb;
        height: auto;
        padding: 0;
    }
    .product.info.detailed.vertical .product.data.items > .item.title > .switch > span {
        display: inline-block;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
        padding: 5px 0;
    }
    .product.info.detailed.vertical .product.data.items > .item.title.active > .switch > span {
        border-bottom-color: #E83D6B;
    }
    .product.info.detailed.vertical .product.data.items > .item.title {
        padding-top: 0;
        padding-bottom: 5px;
        max-width: 270px;
    }
    .product.info.detailed.vertical .product.data.items > .item.content {
        width: calc(100% - 270px);
        box-shadow: none;
    }
}
.catalog-product-view.product-type-grid .product-info-main .fieldset > .field.qty, .catalog-product-view.product-type-sticky-right .product-info-main .fieldset > .field.qty, .catalog-product-view.product-type-wide-grid .product-info-main .fieldset > .field.qty {
    display: block;
    width: auto;
    margin: 0;
    margin-bottom: 15px;
}
.catalog-product-view.product-type-carousel .product-info-main .fieldset > .field.qty {
    display: inline-block;
    width: auto;
    margin: 0;
    margin-right: 5px;
}
.catalog-product-view.product-type-carousel .fieldset > .field.qty > .label, .catalog-product-view.product-type-grid .fieldset > .field.qty > .label, .catalog-product-view.product-type-sticky-right .fieldset > .field.qty > .label, .catalog-product-view.product-type-wide-grid .fieldset > .field.qty > .label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
    min-width: 55px;
    font-weight: 600;
    color: #333;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}
.catalog-product-view.product-type-carousel .product-info-main .qty.field .control, .catalog-product-view.product-type-grid .product-info-main .qty.field .control, .catalog-product-view.product-type-sticky-right .product-info-main .qty.field .control, .catalog-product-view.product-type-wide-grid .product-info-main .qty.field .control {
    position: relative;
    margin: 0;
}
.catalog-product-view.product-type-carousel .product-info-main .box-tocart .input-text.qty, .catalog-product-view.product-type-grid .product-info-main .box-tocart .input-text.qty, .catalog-product-view.product-type-sticky-right .product-info-main .box-tocart .input-text.qty, .catalog-product-view.product-type-wide-grid .product-info-main .box-tocart .input-text.qty {
    margin-left: 29px;
}
.catalog-product-view.product-type-grid .product-info-main .product-add-form, .catalog-product-view.product-type-sticky-right .product-info-main .product-add-form, .catalog-product-view.product-type-wide-grid .product-info-main .product-add-form {
    padding-top: 0;
}
.catalog-product-view.product-type-carousel .product-info-main .qty.field .qty-changer > a {
    border: 0;
    line-height: 30px;
}
.catalog-product-view.product-type-carousel .product-info-main .box-tocart .input-text.qty {
    height: 30px;
    padding: 0;
    background-color: #f4f4f4;
}
.box-tocart .action.tocart:before {
    margin-right: 2px !important ;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}
.box-tocart .action.tocart > span {
    display: inline-block;
    vertical-align: middle;
}
.products-upsell .owl-middle-narrow.owl-theme .owl-controls {
    margin: 0;
    top: -45px;
    visibility: visible;
    opacity: 1;
    padding: 0 10px;
}
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots {
    margin: 0;
    text-align: right;
}
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot span {
    margin: 0;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: #333 solid 2px;
    background: 0 0;
    position: relative;
}
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot.active span:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #E83D6B;
    border-radius: 100%;
}
.catalog-product-view.product-type-sticky-right .main-upsell-product-detail, .catalog-product-view.product-type-wide-grid .main-upsell-product-detail {
    padding: 0;
    background-color: transparent;
    margin: 0;
    margin-top: -60px;
}
.product.info.detailed {
    margin-bottom: 20px;
}
.catalog-product-view.product-type-sticky-right .product.info.detailed {
    margin-top: 20px;
    background-color: #f4f4f4;
    padding: 70px 0;
}
.product.info.detailed.fullwidth-row > .product.data.items.container {
    margin: 0 auto;
    padding: 0 15px;
}
.catalog-product-view.product-type-sticky-right .product.data.items > .item.content, .catalog-product-view.product-type-sticky-right .product.data.items > .item.title.active > .switch, .catalog-product-view.product-type-sticky-right .product.data.items > .item.title.active > .switch:focus, .catalog-product-view.product-type-sticky-right .product.data.items > .item.title.active > .switch:hover {
    background-color: transparent;
}
@media screen and (min-width: 768px) {
    .catalog-product-view.product-type-sticky-right .product.data.items > .item.title > .switch {
        font-size: 18px;
    }
}
.products-grid.products-upsell .product-item .product-item-info {
    background-color: transparent;
}
.products-grid.products-upsell:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    box-shadow: none;
}
.block.upsell .product-item .product-reviews-summary {
    margin-top: 0;
}
.block.upsell {
    margin-bottom: 40px;
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .catalog-product-view .sidebar .custom-block {
        padding: 0;
    }
    .sidebar .custom-block > img.img-responsive {
        width: 100%;
    }
    .catalog-product-view .sidebar .block.related, .catalog-product-view .sidebar .sidebar-title {
        padding: 0;
    }
}
.catalog-product-view .short-custom-block .custom-block {
    border: none;
    color: #6b7a83;
    background: 0 0;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.catalog-product-view .short-custom-block .custom-block-1 > div i {
    color: #E83D6B;
    border: none;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.catalog-product-view .short-custom-block .custom-block-1 > div:first-child i {
    margin-left: 0;
}
.catalog-product-view .short-custom-block .custom-block-1 > div h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #6b7a83;
    margin-left: 5px;
    margin-top: 2px;
}
.catalog-product-view .short-custom-block .custom-block-1 > div {
    min-height: 65px;
    clear: both;
    display: inline-block;
    margin-left: 15px;
}
.catalog-product-view .short-custom-block .custom-block-1 > div:first-child {
    margin-left: 0;
}
.fullwidth-custom-block + .main-upsell-product-detail {
    margin-top: 0;
}
.fotorama__stage__frame .fotorama__img {
    width: 100%;
    max-height: none;
}
.search-category {
    margin-right: 5px;
}
.search-category select {
    background-color: transparent;
    color: #777;
    border-color: #dbe0e2;
}
.search-category select option {
    color: #000;
}
@media screen and (min-width: 768px) {
    #search_mini_form {
        width: auto;
        float: none;
    }
    header.page-header.sticky-header .nav-sections {
        padding: 7px 0;
    }
    .sw-megamenu.navigation li > a > span {
        vertical-align: middle;
    }
    ul#ui-id-1.switcher-dropdown {
        width: auto;
    }
}
@media screen and (max-width: 991px) {
    .search-category {
        display: none;
    }
}
.table-comparison ul {
    list-style: none;
    padding-left: 12px;
}
@media screen and (max-width: 767px) {
    .block-search {
        margin-left: 0 !important ;
    }
}
.product-info-main .product-add-form {
    padding-top: 0;
}
.page-main {
    padding-top: 15px;
}
#ln_slider_text_price {
    margin: 0 -7px;
}
.block-search input:-webkit-input-placeholder {
    color: #8d8d8d;
}
.block-search input:-moz-placeholder {
    color: #8d8d8d;
}
.block-search input:-moz-placeholder {
    color: #8d8d8d;
}
.block-search input:-ms-input-placeholder {
    color: #8d8d8d;
}
.page-header .header.panel > .header.links > li.compare > a em:before {
    position: relative;
    top: -1px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .page-header .header.links > li.compare {
        display: none;
    }
}
.sidebar.sidebar-additional, .sidebar.sidebar-main {
    position: relative;
}
@media screen and (min-width: 768px) {
    .page-layout-2columns-right .sidebar-main {
        padding-left: 22px;
        padding-right: 0;
    }
    .page-layout-2columns-right .sidebar.sidebar-main:before {
        right: 0;
        left: 22px;
    }
}
.category-cms .category-image img {
    width: 100%;
}
.product-info-main + .product-add-form .product-addto-links + a.action.mailto, .product-info-main + .product-add-form .product-addto-links > a.action {
    width: 43px;
    height: 43px;
    line-height: 41px;
}
.product.info.detailed.accordion .product.data.items > .item.content, .product.info.detailed.accordion .product.data.items > .item.title {
    border: 0;
}
.product.info.detailed.accordion .product.data.items > .item.title[aria-expanded="false"] > .switch {
    border-radius: 0;
}
.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    border-bottom-color: #333 !important ;
}
body.page-layout-1column .sidebar.sidebar-additional, body.page-layout-1column .sidebar.sidebar-main {
    display: none;
}
.minicart-items-wrapper {
    padding: 15px;
    max-height: 250px;
}
.sidebar .product-items .product-item-info .product-item-photo img {
    object-fit: cover;
    height: 84px;
    width: 84px;
}
.sidebar .product-items .product-item-info {
    margin-bottom: 12px;
}
.sidebar .product-items .product-item {
    margin-bottom: 0;
}
.sidebar .sidebar-filterproducts {
    margin-top: -13px;
}
.sidebar .sidebar-filterproducts .owl-top-narrow .owl-theme .owl-controls {
    top: -27px;
}
.sidebar .block.related.owl-top-narrow .owl-theme .owl-controls {
    top: -28px;
}
.products-related {
    margin-top: -12px;
}
.minicart-items .product-image-container {
    border: #ececec solid 1px;
}
.page-header.header-newskin .minicart-wrapper .action.close {
    display: none;
}
.minicart-wrapper .block-minicart {
    padding-top: 15px;
    padding-bottom: 10px;
}
.block-minicart .items-total {
    margin-top: 2px;
}
.block-minicart .amount.price-container {
    display: inline-block;
    vertical-align: middle;
}
.block-minicart .block-content > .actions {
    margin-top: 10px;
}
.minicart-items-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.minicart-items .product-item-details {
    padding-top: 0;
    padding-bottom: 0;
}
.minicart-items .product-item-name {
    margin-bottom: 5px;
    text-align: left;
    display: flow-root list-item;
}
.minicart-items .item-qty {
    height: 30px;
}
.minicart-items .product-item-pricing .label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
tr.row {
    margin: 0;
}
.authentication-dropdown {
    border-radius: 0;
}
.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    margin: 10px 0;
}
.opc-block-summary {
    border-radius: 0;
}
.product.info.detailed.accordion .product.data.items > .item.content {
    padding: 5px 0;
}
.product.info.detailed.accordion .product.data.items > .item.title {
    padding-right: 0;
}
.cms-index-index .page.messages {
    display: none;
}
.sticky-product .sticky-image {
    border: #ececec solid 1px;
}
.sticky-product .product-info-price, .sticky-product .product.attribute.sku, .sticky-product .stock {
    white-space: nowrap;
}
.sticky-product .product-info-price .price-box, .sticky-product .product-info-stock-sku {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 10px;
}
.sticky-product .product.attribute.sku .type, .sticky-product .product.attribute.sku .value, .sticky-product .stock > * {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.sticky-product .product.attribute.sku .type:after {
    content: '#:';
}
.owl-dots.disabled, .owl-nav.disabled, .products.wrapper ~ .infinite-loader ~ .toolbar-products {
    display: none;
}
@media screen and (max-width: 1439px) {
    #home-content-slider-demo-20 .item > div.content {
        transform: scale(0.5);
        top: 0 !important ;
        max-width: 65%;
    }
}
@media screen and (min-width: 768px) {
    .navigation .level0 .submenu, .sw-megamenu.navigation li.level0.classic .subchildmenu {
        min-width: 200px;
    }
    .page-header .navigation li.level0.classic .submenu a, .page-header .navigation li.level0.fullwidth .submenu a, .page-header .navigation li.level0.staticwidth .submenu a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.sw-megamenu.navigation span.cat-label {
    margin-left: 3px;
    text-decoration: none !important ;
    display: inline-block;
    line-height: 10px;
}
.fotorama__stage {
    transform: none !important ;
}
body.catalog-product-view[class*="product-type-"] .column.main > .custom-block {
    display: none;
}
body.product-type-carousel .product-info-main .qty.field .qty-changer > a:first-child {
    left: auto;
    right: 4px;
}
body.product-type-carousel .product-info-main .qty.field .qty-changer > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 30px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    border-color: #dae2e6;
}
.catalog-category-view .columns .column.main {
    padding-bottom: 0;
}
body.catalog-product-view[class*="product-type-"] .product-info-main .custom-block {
    display: none;
}
.catalog-product-view .page-wrapper > .breadcrumbs {
    min-height: 20px;
}
body.catalog-product-view[class*="product-type-"] .product-info-main .short-custom-block .custom-block {
    display: block;
}
.weltpixel-quickview-catalog-product-view .fullwidth-custom-block, .weltpixel_quickview-catalog_product-view .fullwidth-custom-block {
    display: none !important ;
}
.sidebar .custom-block.custom-block-1 > div h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
.bundle-options-container .legend.title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.bundle-options-container .block-bundle-summary {
    padding: 0;
}
.box-tocart .input-text.qty, .bundle-options-container .input-text.qty {
    vertical-align: middle;
    height: 43px;
    border-color: #dae2e6;
    margin-right: 1px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action, .page-product-downloadable .action.mailto.friend, .page-product-downloadable .product-addto-links > .action {
    border-color: #dae2e6;
    color: #302E2A;
    width: 43px;
    height: 43px;
    line-height: 41px;
}
.block-bundle-summary .moved-add-to-links {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}
.block-bundle-summary .qty.field .control, .block-bundle-summary .qty.field .qty-changer, .bundle-options-wrapper .qty.field .control, .bundle-options-wrapper .qty.field .qty-changer, .table.grouped .col.qty .control .input-text.qty, .table.grouped .col.qty .qty-changer {
    margin-left: 29px;
}
.block-bundle-summary .qty.field .qty-changer > a, .bundle-options-wrapper .qty.field .qty-changer > a, .table.grouped .col.qty .qty-changer > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 30px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    border-color: #dae2e6;
    border-radius: 0;
}
.block-bundle-summary .qty.field .qty-changer > a:first-child, .bundle-options-wrapper .qty.field .qty-changer > a:first-child, .table.grouped .col.qty .qty-changer > a:first-child {
    left: auto;
    right: 4px;
}
.block-bundle-summary .box-tocart .input-text.qty, .bundle-options-wrapper .box-tocart .input-text.qty, .table.grouped .col.qty .input-text.qty {
    font-family: 'Exo', sans-serif;
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    width: 44px !important ;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #61605a;
    margin: 0;
    border-color: #dae2e6;
}
.block-bundle-summary .qty.field .qty-changer > a .porto-icon-up-dir:before, .bundle-options-wrapper .qty.field .qty-changer > a .porto-icon-up-dir:before, .table.grouped .col.qty .qty-changer > a .porto-icon-up-dir:before {
    content: '\f882';
}
.block-bundle-summary .qty.field .qty-changer > a .porto-icon-down-dir:before, .bundle-options-wrapper .qty.field .qty-changer > a .porto-icon-down-dir:before, .table.grouped .col.qty .qty-changer > a .porto-icon-down-dir:before {
    content: '\f883';
}
.block-bundle-summary .fieldset > .field.qty, .block-bundle-summary .nested.options-list > .field.qty, .bundle-options-wrapper .fieldset > .field.qty, .table.grouped .col.qty .control.qty {
    position: relative;
    width: 106px;
}
.box-tocart .action.tocart, .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    width: auto;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
    display: block;
    font-weight: 600;
    position: relative;
    font-size: 13px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field > .label {
    font-weight: 600;
    color: #333;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-container {
    vertical-align: middle;
}
.fieldset-bundle-options .nested.options-list .field.qty {
    position: relative;
    display: inline-block;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
    color: #333;
}
.bundle-actions {
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .page-layout-2columns-left .bundle-options-container .block-bundle-summary, .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-right .bundle-options-container .block-bundle-summary, .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper, .page-layout-3columns .bundle-options-container .block-bundle-summary, .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-product-downloadable .product-options-bottom, .page-product-downloadable .product-options-wrapper {
        width: 49%;
    }
    .page-layout-1column .toolbar-products {
        position: static;
    }
    .page-layout-1column.page-with-filter .column.main {
        padding-top: 0;
    }
}
.sw-megamenu.navigation .subchildmenu span.cat-label:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: transparent solid 3px;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
}
.sw-megamenu.navigation .subchildmenu span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
}
.sw-megamenu.navigation .subchildmenu span.cat-label {
    top: 50%;
    margin-top: -7px;
    margin-left: 7px;
    border-radius: 2px !important ;
}
p.price-from, p.price-to {
    display: inline-block;
    vertical-align: middle;
}
p.price-from span.price-label, p.price-to span.price-label {
    display: none !important ;
}
p.price-to:before {
    content: "-";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 20px;
}
p.price-to > span {
    display: inline-block;
    vertical-align: middle;
}
.product-info-main .product.sku {
    white-space: nowrap;
}
.table.grouped .price-box {
    margin: 0;
}
.table.grouped .product-item-name {
    margin-bottom: 4px;
}
.table.data.grouped > tbody > tr > td, .table.data.grouped > tbody > tr > th {
    border-top-color: #eee;
}
.page-product-grouped .product-info-price {
    float: left;
}
.page-product-grouped .product-info-main .product-info-price .price-box {
    display: none;
}
.page-product-grouped .product-info-main .product-info-stock-sku {
    display: block;
    padding: 0;
    text-align: left;
}
.page-product-downloadable .product-options-bottom .price-box {
    display: none;
}
.page-product-downloadable .product-social-links {
    border: 0;
}
.page-product-downloadable .product-options-bottom {
    padding-top: 15px;
}
@media screen and (min-width: 768px) {
    .sw-megamenu.navigation li.level0.classic .submenu a, .sw-megamenu.navigation li.level0.fullwidth .submenu a, .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .navigation .level0 .submenu a {
        padding: 5px;
    }
    .navigation .level0.classic .submenu a {
        font-size: 13px;
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .sw-megamenu.navigation li.level0.fullwidth > .submenu {
        max-width: 1110px;
        left: 0;
        right: 0;
        margin-left: auto !important ;
        margin-right: auto !important ;
    }
}
@media screen and (max-width: 767px) {
    header.page-header .nav-sections-item-title[aria-controls="store.menu"] > a:before {
        font-size: 14px;
        line-height: 1;
        content: '\f827';
        font-family: porto-icons;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        margin: -2px 5px 0 0;
    }
    header.page-header .nav-sections-item-title {
        height: 63px;
    }
    .navigation .parent .level-top:after {
        right: 15px;
    }
    header.page-header .nav-sections-item-content {
        margin-top: 63px;
    }
    .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        border-radius: 0 !important ;
    }
    .navigation li.level0 > a.ui-state-active {
        color: #333 !important ;
    }
    ul.dropdown.switcher-dropdown {
        width: auto !important ;
    }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
    .nav-open .nav-sections {
        width: 380px;
    }
    .nav-open .page-wrapper {
        left: 380px;
        width: 100%;
    }
}
.product-item-actions .action.towishlist {
    color: #333;
}
.products-grid.divider-line .product-item {
    padding-top: 0;
    padding-bottom: 0;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
    border: 0;
    background-color: #ddd;
    line-height: 34px;
}
.products-grid .product-item-details .product-item-actions .actions-secondary:hover {
    background-color: #E83D6B;
    color: #fff;
}
.products-grid.no-padding {
    margin: 0;
}
.products-grid.no-padding .product-item {
    padding: 0;
}
.product-item-info .product.name a {
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.product-item-info .product.name a:hover {
    color: #565656;
}
.product-item .price-box .normal-price .price-label {
    display: none;
}
.products-grid.divider-line .product-item:hover, .products-grid.products.grid.flex-grid .product-item:hover {
    z-index: 2;
}
.products-grid .product-item .product-item-details .product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.products-grid .product-item .product-item-info.type1 {
    background-color: #fff;
}
.products-grid .product-item-info.type1 .product-item-details {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-item-info.type1 .product-item-photo, .product-item-info.type2 .product-item-photo, .product-item-info.type9 .product-item-photo {
    margin-bottom: 5px;
    transition: all 0.3s;
}
.product-item:hover .product-item-info.type1 .product-item-photo, .product-item:hover .product-item-info.type3 .product-item-photo, .product-item:hover .product-item-info.type4 .product-item-photo, .product-item:hover .product-item-info.type5 .product-item-photo, .product-item:hover .product-item-info.type9 .product-item-photo {
    box-shadow: 0 25px 35px -5px rgb(0, 0, 0, 0.1);
    z-index: 2;
}
.product-item-info.type1 .product.name a, .product-item-info.type9 .product.name a {
    font-size: 15px;
}
.products-grid .product-item .product-item-info.type1:hover .weltpixel-quickview.weltpixel_quickview_button_v2, .products-grid .product-item .product-item-info.type4:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    background-color: rgb(0, 0, 0, 0.6);
    color: #fff;
    text-transform: uppercase;
}
.products-grid .product-item .product-item-info.type1 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye, .products-grid .product-item .product-item-info.type4 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.product-item .product-item-info.type2 {
    padding-top: 50px;
    transition: all 0.3s;
}
.product-item:hover .product-item-info.type2 {
    padding-top: 10px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 25px 35px -5px rgb(0, 0, 0, 0.1);
}
.product-item .product-item-info.type2 .product-item-inner {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    margin: 0 -50px -20px;
}
.product-item:hover .product-item-info.type2 .product-item-inner {
    visibility: visible;
    opacity: 1;
}
.product-item-info.type3 .product-item-photo {
    overflow: visible;
}
.product-item-info.type3 .product-item-photo .product-item-inner {
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 15px;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action {
    background: 0 0;
    border: 0;
    opacity: 0.7;
    transition: all 0.3s;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action:hover {
    opacity: 1;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.towishlist {
    position: absolute;
    right: -7px;
    bottom: -42px;
}
.product-item-info.type3 .product-item-details {
    text-align: left;
}
.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    font-size: 13px;
    z-index: 4;
}
.products-grid .product-item .product-item-info.type3:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    visibility: visible;
    opacity: 0.85;
}
.products-grid .product-item .product-item-info.type3:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 1;
}
.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
    width: 36px;
    padding: 0;
    border-radius: 30px;
    border: #ddd solid 1px;
    background-color: #fff;
    color: #333;
    height: 36px;
    transition: all 0.3s;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
    background-color: #E83D6B;
    border-color: transparent;
    color: #fff;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.product-item:hover .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare, .product-item:hover .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    visibility: visible;
    opacity: 1;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare {
    color: #333;
    border: #ddd solid 1px;
    border-radius: 30px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:before {
    font-size: 14px;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
    color: #fff;
    border-color: #E83D6B;
    background-color: transparent;
}
.products.wrapper .product-item .product-item-info.type3 .product-item-photo .qty-box {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.products-grid .product-item .product-item-info.type4 .product-item-details {
    text-align: left;
}
.products-grid .product-item .product-item-info.type4 .product-item-inner {
    margin: 9px 0 0;
}
.products-grid .product-item-info.type4 .product-item-details .product-item-actions {
    margin: 0;
}
.products-grid .product-item-info.type4 .product-item-details .product-item-actions .actions-secondary.towishlist {
    left: -35px;
    right: 0;
}
.products-grid .product-item-info.type4 .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: -70px;
    right: 0;
}
.products-grid .product-item-info.type4:hover .product-item-details .product-item-actions .actions-secondary.tocompare, .products-grid .product-item-info.type4:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
    left: 0;
    right: 0;
}
.products.wrapper .product-item .product-item-info.type4 .qty-box {
    margin: 0 0 6px;
}
.product-item-info.type5 .product-item-photo {
    overflow: visible;
}
.product-item-info.type5 .product-item-photo .product-item-inner {
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 15px;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action {
    background: 0 0;
    border: 0;
    opacity: 0.7;
    transition: all 0.3s;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action:hover {
    opacity: 1;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.towishlist {
    position: absolute;
    right: 3px;
    bottom: -37px;
}
.product-item-info.type5 .product-item-details {
    text-align: left;
    padding: 10px;
}
.products-grid .product-item .product-item-info.type5 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    font-size: 13px;
}
.products-grid .product-item .product-item-info.type5:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    visibility: visible;
    opacity: 0.85;
}
.products-grid .product-item .product-item-info.type5:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 1;
}
.products-grid .product-item .product-item-info.type5 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
    width: 36px;
    padding: 0;
    border-radius: 30px;
    border: #ddd solid 1px;
    background-color: #fff;
    color: #333;
    height: 36px;
    transition: all 0.3s;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
    background-color: #E83D6B;
    border-color: transparent;
    color: #fff;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.product-item:hover .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare, .product-item:hover .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    visibility: visible;
    opacity: 1;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare {
    color: #333;
    border: #ddd solid 1px;
    border-radius: 30px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:before {
    font-size: 14px;
}
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
    color: #fff;
    border-color: #E83D6B;
    background-color: transparent;
}
.products.wrapper .product-item .product-item-info.type5 .product-item-photo .qty-box {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.product-item-info.type6, .products-grid.divider-line .product-item .product-item-info.type6 {
    padding: 10px;
}
.product-item-info.type6 .product-item-photo {
    overflow: visible;
}
.product-item-info.type6 .product-item-photo .product-item-inner {
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 15px;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action {
    background: 0 0;
    border: 0;
    opacity: 0.7;
    transition: all 0.3s;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action:hover {
    opacity: 1;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.towishlist {
    position: absolute;
    right: 3px;
    bottom: -37px;
}
.product-item-info.type6 .product-item-details {
    text-align: left;
    padding: 10px;
}
.products-grid .product-item .product-item-info.type6 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    font-size: 13px;
}
.products-grid .product-item .product-item-info.type6:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    visibility: visible;
    opacity: 0.85;
}
.products-grid .product-item .product-item-info.type6:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 1;
}
.products-grid .product-item .product-item-info.type6 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
    width: 36px;
    padding: 0;
    border-radius: 30px;
    border: #ddd solid 1px;
    background-color: #fff;
    color: #333;
    height: 36px;
    transition: all 0.3s;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
    background-color: #E83D6B;
    border-color: transparent;
    color: #fff;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.product-item:hover .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare, .product-item:hover .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    visibility: visible;
    opacity: 1;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare {
    color: #333;
    border: #ddd solid 1px;
    border-radius: 30px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:before {
    font-size: 14px;
}
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
    color: #fff;
    border-color: #E83D6B;
    background-color: transparent;
}
.products.wrapper .product-item .product-item-info.type6 .product-item-photo .qty-box {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.product-item-info.type7 .product-item-inner {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    padding: 15px;
}
.product-item-info.type7:hover .product-item-inner {
    opacity: 1;
    visibility: visible;
}
.product-item-info.type7 .product-item-inner .product-item-actions > .action {
    border: #ddd solid 1px;
    color: #333;
    border-radius: 30px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    transition: all 0.3s;
}
.product-item-info.type7 .product-item-inner .product-item-actions > .action:before {
    font-size: 15px;
}
.product-item-info.type7 .product-item-inner .product-item-actions > .action:hover {
    color: #fff;
    background-color: #E83D6B;
}
.product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}
.product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart {
    width: 100%;
    background-color: #f4f4f4;
    border: 0;
    color: #333;
    height: 45px;
    transition: all 0.3s;
    letter-spacing: 0;
}
.product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart:before {
    display: none;
}
.product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart > span {
    display: inline-block;
}
.product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
    background-color: #E83D6B;
    color: #fff;
}
.products-grid .product-item .product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 45px;
    line-height: 45px;
    border: 0;
    top: auto;
    padding: 0;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    font-size: 13px;
    background-color: #E83D6B;
    font-family: 'Exo', sans-serif;
}
.products-grid .product-item .product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.products-grid .product-item .product-item-info.type7:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    visibility: visible;
    opacity: 0.85;
}
.products-grid .product-item .product-item-info.type7:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 1;
}
.products-grid .product-item-info.type7 .product-item-details {
    position: absolute !important ;
    bottom: 45px;
    z-index: 3;
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 15px 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.products-grid .product-item-info.type7:hover .product-item-details {
    visibility: visible;
    opacity: 1;
}
.products.wrapper .product-item .product-item-info.type7 .qty-box {
    display: none;
}
.product-item-info.type8 .price-box .price, .product-item-info.type8 .product.name a {
    color: #fff;
}
.product-item-info.type8 .product-reviews-summary {
    margin: 0;
}
.products-grid .product-item .product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    font-size: 13px;
}
.products-grid .product-item .product-item-info.type8:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    visibility: visible;
    opacity: 0.85;
}
.products-grid .product-item .product-item-info.type8:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 1;
}
.products-grid .product-item .product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.product-item-info.type8 .product-item-inner {
    left: auto;
    right: 15px;
    bottom: auto;
    top: 15px;
}
.product-item-info.type8:hover .product-item-inner {
    opacity: 1;
    visibility: visible;
}
.product-item-info.type8 .product-item-inner .product-item-actions > .action, .product-item-info.type8 .product-item-inner .product-item-actions > .actions-primary .tocart {
    background-color: #4d4d4a;
    border: #fff solid 2px;
    border-radius: 30px;
    color: #fff;
    width: 36px;
    height: 36px;
    opacity: 0.85;
    transition: all 0.3s;
}
.product-item-info.type8 .product-item-inner .product-item-actions > .action:hover, .product-item-info.type8 .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
    opacity: 1;
}
.product-item-info.type8 .product-item-inner .product-item-actions > .action:before {
    font-size: 15px;
    line-height: 32px;
}
.product-item-info.type8 .product.details.product-item-details {
    position: absolute !important ;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgb(27, 27, 23, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.product-item-info.type8:hover .product.details.product-item-details {
    opacity: 1;
    visibility: visible;
}
.products.wrapper .product-item .product-item-info.type8 .product-item-photo .qty-box {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.product-item-info.type9 .product-item-details {
    text-align: left;
}
.product-item-info.type9 .product-item-inner {
    left: auto;
    right: 15px;
    bottom: 15px;
}
.product-item-info.type9:hover .product-item-inner {
    opacity: 1;
    visibility: visible;
}
.product-item-info.type9 .product-item-inner .product-item-actions > .action, .product-item-info.type9 .product-item-inner .product-item-actions > .actions-primary .tocart {
    background-color: #fff;
    border: #ddd solid 1px;
    border-radius: 30px;
    color: #333;
    width: 36px;
    height: 36px;
    opacity: 0.85;
    transition: all 0.3s;
}
.product-item-info.type9 .product-item-inner .product-item-actions > .action:hover, .product-item-info.type9 .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
    opacity: 1;
    background-color: #E83D6B;
    color: #fff;
}
.product-item-info.type9 .product-item-inner .product-item-actions > .action:before {
    font-size: 15px;
    line-height: 34px;
}
.products.wrapper .product-item .product-item-info.type9 .product-item-photo .qty-box {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.product-item-info.type10 .product-item-name {
    text-align: left;
}
.product-item-info.type10 .price-box .price, .product-item-info.type10 .product.name a, .product-item-info.type10 .product.name a:hover {
    color: #fff;
}
.product-item-info.type10 .product-reviews-summary {
    margin: 0;
}
body.weltpixel_quickview-catalog_product-view .sidebar, body.weltpixel_quickview-catalog_product-view .top-block-header {
    display: none !important ;
}
.products-grid .product-item .product-item-info.type10 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 30px !important ;
    border: #fff solid 2px;
    background-color: #4d4d4a !important ;
    transform: translate3d(-50%,-50%,0);
}
.products-grid .product-item .product-item-info.type10:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    visibility: visible;
    opacity: 0.85;
}
.products-grid .product-item .product-item-info.type10:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 1;
}
.products-grid .product-item .product-item-info.type10 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.product-item-info.type10 .product-item-inner {
    left: auto;
    right: 15px;
    bottom: auto;
    top: 15px;
}
.product-item-info.type10:hover .product-item-inner {
    opacity: 1;
    visibility: visible;
}
.product-item-info.type10 .product-item-inner .product-item-actions > .action, .product-item-info.type10 .product-item-inner .product-item-actions > .actions-primary .tocart {
    background-color: #4d4d4a;
    border: #fff solid 2px;
    border-radius: 30px;
    color: #fff;
    width: 36px;
    height: 36px;
    opacity: 0.85;
    transition: all 0.3s;
}
.product-item-info.type10 .product-item-inner .product-item-actions > .action:hover, .product-item-info.type10 .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
    opacity: 1;
}
.product-item-info.type10 .product-item-inner .product-item-actions > .action:before {
    font-size: 15px;
    line-height: 32px;
}
.product-item-info.type10 .product.details.product-item-details {
    position: absolute !important ;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgb(27, 27, 23, 0.6);
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    padding: 0 20px 10px;
}
.product-item-info.type10:hover .product.details.product-item-details {
    opacity: 1;
    visibility: visible;
}
.products.wrapper .product-item .product-item-info.type10 .product-item-photo .qty-box {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.products-grid.flex-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    box-shadow: none;
}
.products-grid.products.grid.flex-grid .product-item .product-item-info {
    background-color: transparent;
}
.products-grid.masonry-grid .product-item-photo:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(27, 27, 23, 0.3);
    z-index: 1;
}
.products-grid.masonry-grid .filterproducts .product-item .product-item-info, .products-grid.masonry-grid .filterproducts .product-item .product-item-info .product-item-photo {
    height: 100%;
}
.products-grid.masonry-grid .filterproducts .product-item .product-item-info .product-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products-grid.masonry-grid .filterproducts .product-item.width-1-2 {
    width: 50%;
}
.products-grid.masonry-grid .filterproducts .product-item.width-1-3 {
    width: 33.3333%;
}
.products-grid.masonry-grid .filterproducts .product-item.width-1-4 {
    width: 25%;
}
.products-grid.masonry-grid .filterproducts .product-item.width-1-5 {
    width: 20%;
}
.products-grid.masonry-grid .filterproducts .product-item.width-1-6 {
    width: 16.6666%;
}
.products-grid.masonry-grid .filterproducts .product-item.width-2-3 {
    width: 66.6666%;
}
.products-grid.masonry-grid .filterproducts .product-item.width-2-5 {
    width: 40%;
}
.products-grid.masonry-grid .filterproducts .product-item.width-5-12 {
    width: 41.6666%;
}
@media screen and (max-width: 991px) {
    .products-grid.masonry-grid .filterproducts .product-item.width_lg-1-2 {
        width: 50%;
    }
    .products-grid.masonry-grid .filterproducts .product-item.width_lg-1-3 {
        width: 33.3333%;
    }
    .products-grid.masonry-grid .filterproducts .product-item.width_lg-2-3 {
        width: 66.6666%;
    }
}
@media screen and (max-width: 767px) {
    .products-grid.masonry-grid .filterproducts .product-item.width_md-1 {
        width: 100%;
    }
    .products-grid.masonry-grid .filterproducts .product-item.width_md-1-2 {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .products-grid.masonry-grid .filterproducts .product-item {
        width: 100% !important ;
    }
}
.products-grid.small-list:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    box-shadow: none;
}
.products-grid.small-list .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
}
.product-item .weltpixel-quickview {
    text-decoration: none;
}
.product-item .product-reviews-summary {
    background: 0 0;
}
.product-item-info.type3 .product.name, .product-item-info.type5 .product.name, .product-item-info.type6 .product.name {
    padding-right: 20px;
}
.ajax-products .products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    top: 0;
    bottom: auto;
    text-align: center;
}
.products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2 {
    font-family: 'Exo', sans-serif;
    letter-spacing: 1px;
}
.price-box .price {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.catalog-product-view .price-box.price-final_price {
    margin: 0 0 0 0;
    text-align: right;
}
.catalog-product-view .price-box .price {
    font-size: 28px;
    color: #565656;
    font-weight: 600;
}
.catalog-product-view .price-box .old-price {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
    color: #E83D6B !important ;
    font-size: 15px;
}
.catalog-product-view .price-box .old-price span {
    color: #565656 !important ;
    font-size: 15px;
}
.product-item-details {
    padding-top: 15px;
}
.products-grid .product-item .product-item-info.type2:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    text-transform: uppercase;
}
.products-grid .product-item .product-item-info.type2 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.shop-by-cat-item {
    display: block;
    margin-bottom: 20px;
}
.shop-by-cat-item:hover {
    text-decoration: none;
}
.shop-by-cat-item > span {
    display: block;
    position: relative;
}
.shop-by-cat-item .cat-thumb img {
    display: block;
}
.shop-by-cat-item .cat-thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(27, 27, 23, 0.15);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.shop-by-cat-item:hover .cat-thumb:after {
    opacity: 1;
    visibility: visible;
}
.shop-by-cat-item .cat-detail {
    text-align: center;
}
.shop-by-cat-item .cat-detail h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.shop-by-cat-item .cat-detail p {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #777;
    margin: 0;
}
.porto-ibanner {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
}
.porto-ibanner img {
    display: block;
    transition: all 0.3s;
    width: 100%;
}
.porto-ibanner:hover img {
    opacity: 0.8;
}
.porto-ibanner-desc {
    padding: 10%;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.porto-ibanner-desc h2 {
    font-size: 1.5625vw;
    font-weight: 600;
    line-height: 1.6;
    color: #302e2a;
    font-family: 'Exo', sans-serif;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .porto-ibanner-desc h2 {
        font-size: 4.5vw;
    }
}
.porto-ibanner-desc p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}
.porto-ibanner-desc .btn {
    color: #fff;
    background-color: #050203;
    border-color: #050203 #050203 #000;
    display: inline-block;
    font-family: 'Exo', sans-serif;
    font-size: 13px;
    line-height: 1.3333;
    margin-top: 26px;
    padding: 16px 28px;
    letter-spacing: 2.4px;
    position: relative;
    z-index: 1;
}
.porto-ibanner-desc .btn.btn-light {
    color: #050203;
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
}
.porto-ibanner.home-ads4 .porto-ibanner-desc:before {
    content: '';
    position: absolute;
    left: 8%;
    top: 5%;
    right: 8%;
    bottom: 27.6%;
    border: #050203 solid 8px;
}
body.page-print header.page-header, body.page-print > div:not(.page-wrapper) {
    display: none;
}
.toolbar-products + dl.block dd.item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.toolbar-products + dl.block .title {
    font-weight: 400;
    text-transform: uppercase;
}
.toolbar-products + dl.block {
    margin: 20px 0;
    background-color: #f4f4f4;
    padding: 20px;
}
#tooltip-label {
    display: none;
}
.customer-welcome .action.switch {
    font-size: 0;
}
.customer-welcome .action.switch:hover {
    color: inherit;
}
@font-face {
    font-family: porto-new-icons;
    src: url(../icon-fonts/font/porto.eot?79779384);
    src: url(../icon-fonts/font/porto.eot?79779384#iefix) format('embedded-opentype'), url(../icon-fonts/font/porto.woff2?79779384) format('woff2'), url(../icon-fonts/font/porto.woff?79779384) format('woff'), url(../icon-fonts/font/porto.ttf?79779384) format('truetype'), url(../icon-fonts/font/porto.svg?79779384#fontello) format('svg');
    font-weight: 400;
    font-style: normal;
}
[class*=" porto-new-icon-"]:before, [class^="porto-new-icon-"]:before {
    font-family: porto-new-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}
.shop-by-cat-item.cat-has-icon {
    color: #222529;
    transition: all 0.3s;
    padding: 0 10px;
}
.shop-by-cat-item.cat-has-icon:hover {
    color: #E83D6B;
}
.shop-by-cat-item.cat-has-icon .cat-detail {
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
    transition: box-shadow 0.3s;
}
.shop-by-cat-item.cat-has-icon:hover .cat-detail {
    box-shadow: 0 5px 25px 0 rgb(0, 0, 0, 0.1);
}
.shop-by-cat-item.cat-has-icon .cat-detail i {
    font-size: 42px;
}
.shop-by-cat-item.cat-has-icon .cat-detail h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
}
.porto-sicon-box {
    margin-bottom: 20px;
}
.porto-sicon-box.left-icon {
    display: inline-block;
}
.home-subcats .porto-sicon-box {
    border: #f4f4f4 solid 1px;
    padding: 30px;
    display: flex;
    align-items: center;
    padding-right: 0;
}
.left-icon .porto-sicon-body, .left-icon .porto-sicon-left {
    flex: 1;
}
.left-icon .porto-sicon-description, .left-icon .porto-sicon-header {
    float: left;
    width: 100%;
}
.porto-sicon-header .porto-sicon-title {
    margin: 3px 0;
}
.porto-sicon-header h3.porto-sicon-title {
    font-size: 16px;
    line-height: 1.2em;
}
.porto-sicon-description {
    width: 100%;
    display: block;
    line-height: 24px;
    margin-top: 0;
}
.porto-sicon-header + .porto-sicon-description {
    margin-top: 16px;
}
.home-subcats .porto-sicon-header + .porto-sicon-description {
    margin-top: 10px;
}
.home-ads .btn, .home-subcats .btn {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #fff;
    background-color: #07080a;
    border-color: #020202;
}
body > .custom-html {
    position: relative;
}
body > .custom-html button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 9046;
    box-shadow: none;
    touch-action: manipulation;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
}
body > .custom-html button.mfp-close:hover {
    color: #222529;
}
body > .custom-html .mfp-close:after {
    content: '';
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid;
}
body > .custom-html .mfp-close:before {
    content: '';
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid;
}
.curved-border {
    position: relative;
    min-height: 7.2vw;
}
.curved-border:after {
    content: '';
    display: block;
    background-image: url(../images/curved-border.svg);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100vw;
    height: 7.2vw;
    z-index: 2;
}
.curved-border.curved-border-top:after {
    top: -2px;
    bottom: auto;
    transform: rotateX(180deg);
}
.row.no-padding {
    margin: 0;
}
.row.no-padding > * {
    padding: 0 !important ;
}
h2.filterproduct-title.separator-line {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
h2.filterproduct-title.separator-line:after, h2.filterproduct-title.separator-line:before {
    content: '';
    flex: 1;
    border-top: 1px solid rgb(0, 0, 0, 0.06);
}
h2.filterproduct-title.separator-line .content {
    padding: 0 12px;
}
h2.filterproduct-title.separator-line .content strong {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: block;
}
.sidebar .product-items .product-item-info {
    display: flex;
    align-items: center;
}
.sidebar .product-items .product-item-details {
    margin: 0;
    max-width: 60%;
}
.products-list .product-item-info {
    display: flex;
    align-items: center;
}
.product-item .tocart:before {
    font-weight: 400;
}
.hide-addtowishlist .products-grid .product-item-actions > .action.towishlist {
    display: none;
}
.products-grid.small-list .product-item .product-item-info {
    display: flex;
    align-items: center;
}
.small-list.products-grid .product-item-info .product-item-photo {
    float: none;
    flex: 0 0 84px;
    margin-right: 10px;
}
.small-list.products-grid .product-item-info .product-item-details {
    float: none;
    padding: 0 0 0 10px;
    width: auto;
}
.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
    outline: none;
}
.swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before {
    left: 1px;
    top: 4px;
}
.swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after {
    left: -15px;
    top: 3px;
}
@media screen and (max-width: 767px) {
    .sidebar.sidebar-additional, .sidebar.sidebar-main {
        position: static !important ;
    }
    .catalog-product-view .sidebar.sidebar-additional, .catalog-product-view .sidebar.sidebar-main {
        position: fixed !important ;
    }
}
.products-grid .product-item .product-item-info.type11 {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 20px;
    background: #fff;
    border: #f4f4f4 solid 1px;
}
.products-grid .product-item .product-item-info.type11 a.weltpixel-quickview {
    display: none !important ;
}
.products-grid .product-item .product-item-info.type11 .product-item-photo {
    flex: 0 0 46%;
    max-width: 46%;
}
.products-grid .product-item .product-item-info.type11 .product-item-details {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 20px;
}
@media screen and (min-width: 1365px) {
    .d-sl-inline-block {
        display: inline-block !important ;
    }
}
.heading-middle-border-center {
    display: flex;
    align-items: center;
    width: 100%;
}
.heading-middle-border-center:before, .heading-middle-border-center:after {
    content: '';
    flex: 1;
    border-top: 5px solid #222529;
    height: 0;
    display: block;
}
.heading-middle-border-center:before {
    margin-right: 15px;
}
.heading-middle-border-center:after {
    margin-left: 15px;
}
.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    pointer-events: all;
    opacity: 1;
}
.instagram-photos {
    display: flex;
}
.instagram-photos > .photo-item {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    cursor: pointer;
    position: relative;
}
.instagram-photos > .photo-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.7);
    transition: opacity 0.3s;
}
.instagram-photos > .photo-item:hover:before {
    opacity: 0;
}
.instagram-photos img {
    display: block;
    width: 100%;
}
.p-4 {
    padding: 24px !important ;
}
.pb-1, .py-1 {
    padding-bottom: 4px !important ;
}
.pb-3, .py-3 {
    padding-bottom: 16px !important ;
}
.pt-3, .py-3 {
    padding-top: 16px !important ;
}
.pl-4, .px-4 {
    padding-left: 24px !important ;
}
.pr-4, .px-4 {
    padding-right: 24px !important ;
}
.pb-4, .py-4 {
    padding-bottom: 24px !important ;
}
.pt-4, .py-4 {
    padding-top: 24px !important ;
}
.pb-5, .py-5 {
    padding-bottom: 48px !important ;
}
.pt-5, .py-5 {
    padding-top: 48px !important ;
}
.pt-0, .py-0 {
    padding-top: 0 !important ;
}
.ml-2, .mx-2 {
    margin-left: 8px !important ;
}
.mr-2, .mx-2 {
    margin-right: 8px !important ;
}
.mr-3, .mx-3 {
    margin-right: 16px !important ;
}
.mr-4, .mx-4 {
    margin-right: 24px !important ;
}
.mb-1, .my-1 {
    margin-bottom: 4px !important ;
}
.mb-2, .my-2 {
    margin-bottom: 8px !important ;
}
.mb-3, .my-3 {
    margin-bottom: 16px !important ;
}
.mb-4, .my-4 {
    margin-bottom: 24px !important ;
}
.mb-5, .my-5 {
    margin-bottom: 48px !important ;
}
@media screen and (min-width: 576px) {
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important ;
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important ;
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 16px !important ;
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 16px !important ;
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: 8px !important ;
    }
}
@media screen and (min-width: 768px) {
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important ;
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important ;
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important ;
    }
}
@media screen and (min-width: 992px) {
    .pl-lg-5, .px-lg-5 {
        padding-left: 48px !important ;
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 48px !important ;
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 48px !important ;
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 16px !important ;
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 24px !important ;
    }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important ;
    }
}
@media screen and (min-width: 1280px) {
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 8px !important ;
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 48px !important ;
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 48px !important ;
    }
}
.porto-ultimate-content-box-container {
    position: relative;
}
.porto-ultimate-content-box {
    position: relative;
}
.porto-ultimate-content-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.25s;
}
.porto-ultimate-content-box:hover:before {
    opacity: 1;
}
.porto-ultimate-content-box > * {
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .col-sm-4\/5 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .col-sm-3\/5 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .col-sm-2\/5 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .col-sm-1\/5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.coupon-text {
    transform: rotate(-2.5deg);
    padding: 13px;
    letter-spacing: 0.01em;
}
.coupon-text-sale {
    transform: rotate(-2deg);
    letter-spacing: 0.01em;
    position: relative;
}
.coupon-text-sale i {
    font-style: normal;
    position: absolute;
    left: -2.25em;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 0.65em;
    opacity: 0.6;
    letter-spacing: 0;
}
.coupon-text-sale b {
    display: inline-block;
    background: #222529;
    color: #fff;
    font-size: 1.6em;
    padding: 5px 12px;
}
.content-align-start > * {
    align-self: flex-start;
}
.prev-next-products .product-nav {
    z-index: 2;
}
.sidebar .product-items .product-item-info .product-item-photo {
    margin-left: 1px;
}
.products-grid.columns1 {
    margin: 0;
}
.products-grid.columns1 .product-item {
    width: 100%;
    padding: 0;
}
.product-item .tocart:before {
    margin-top: 1px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .nav-open .page-wrapper {
        width: 100%;
    }
}
.page-layout-2columns-left .sidebar-additional {
    display: none;
}
.footer-top-links > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07px;
    margin-right: 33px;
    line-height: 26px;
}
.footer-top-links > li:last-child {
    margin-right: 0;
}
.footer-top-links a {
    text-decoration: none;
}
.porto-ultimate-content-box.has-content-pos {
    display: flex;
    flex-direction: column;
}
.float-elements img {
    max-width: none;
}
@media screen and (max-width: 767px) {
    .sw-megamenu .menu-thumb-icon {
        margin-right: 5px;
    }
}
.products {
    margin: 4px -10px;
}
.porto-new-icon-category-sound-video:before {
    top: -0.08em;
    position: relative;
}
@media screen and (min-width: 768px) {
    .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block > a {
        display: block;
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block > a > img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .sw-megamenu.navigation li.level0.fullwidth > .submenu, .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        padding: 10px;
    }
}
.text-uppercase {
    text-transform: uppercase !important ;
}
.porto-separator {
    margin: 0 0 22px;
}
.porto-separator .separator-line.align_left {
    border: 0;
    margin: 0 auto 0 0;
}
hr.solid {
    background: rgb(0, 0, 0, 0.06);
    height: 1px;
    border: 0;
}
.porto-separator.short {
    margin: -11px 0 11px;
}
.divider.divider-small {
    margin: 22px auto;
    background: transparent;
}
.divider.divider-small.divider-small-center {
    text-align: center;
}
.divider.divider-small hr {
    width: 50px;
    height: 1px;
}
.divider.divider-small.divider-small-center hr {
    margin-left: auto;
    margin-right: auto;
}
.products-grid.small-list {
    margin: 0;
}
.action.primary, .action.primary:active {
    font-family: 'Exo', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}
header.page-header.type2.header-newskin {
    border-top-width: 4px;
    background-color: #fff;
}
.page-header.type2.header-newskin > .main-panel-top {
    border-bottom: 2px solid #eeeeee;
}
.page-header.type2.header-newskin .panel.header {
    padding: 9px 0 10px;
}
.page-header.type2.header-newskin .switcher strong, .page-header.type2.header-newskin .panel.header .header.links > li, .page-header.type2.header-newskin .panel.header .header.links > li > a {
    font-weight: 400;
}
.page-header.type2.header-newskin .block-search {
    margin-left: 144px;
    max-width: 400px;
}
.page-header.type2.header-newskin .block-search input::-webkit-input-placeholder {
    color: #8a8a8a !important ;
}
.page-header.type2.header-newskin .block-search input:-moz-placeholder {
    color: #8a8a8a !important ;
}
.page-header.type2.header-newskin .block-search input::-moz-placeholder {
    color: #8a8a8a !important ;
}
.page-header.type2.header-newskin .block-search input:-ms-input-placeholder {
    color: #8a8a8a !important ;
}
.page-header.type2.header-newskin .custom-block b {
    font-family: 'Exo', sans-serif;
    color: #282d3b !important ;
    font-weight: 600 !important ;
}
.page-header.type2.header-newskin .custom-block {
    display: inline-block;
    text-align: left;
    font-size: 11px;
    height: 42px;
    line-height: 1;
    border-right: 1px solid #eeeeee;
    padding-right: 35px;
    margin-right: 0;
    margin-top: -21px;
    right: 120px;
}
.page-header.type2.header-newskin .custom-block {
    right: 100px;
}
.page-header.type2.header-newskin .minicart-wrapper .action.showcart:before, .page-header.type2.header-newskin .minicart-wrapper .action.showcart.active:before {
    font-size: 33px;
}
.page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart:before, .page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before {
    font-size: 25px;
}
.page-header.type2.header-newskin .minicart-wrapper .action.showcart {
    padding-right: 15px;
}
.page-header.type2.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    margin-top: -21px;
    background-color: #ff5b5b;
}
.page-header.type2.header-newskin .minicart-wrapper .action.showcart:after {
    right: -6px;
    color: #606669;
}
.nav-sections .header.links .customer-menu, .nav-sections .header.links .customer-welcome + .link.compare + .authorization-link {
    display: none;
}
.slider-with-side .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slider-with-side .content .text-area {
    left: 3%;
    bottom: 10%;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
}
.slider-with-side .slider-area .item .content .text-area h2 {
    font-family: 'Exo', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    padding: 0 0 0 19px;
    display: block;
}
.slider-with-side .slider-area .item .content .text-area p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    font-style: normal;
    padding: 4px 0 0 21px;
    display: block;
}
.slider-with-side .slider-area .item .content .text-area a {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #fa4a4a;
    padding: 11px 26px;
    margin-left: 20px;
    margin-top: 30px;
    border-radius: 3px;
    font-weight: 400;
}
.slider-with-side .owl-bottom-narrow .owl-controls {
    text-align: right;
    padding-right: 30px;
    bottom: 30px;
}
.slider-with-side .owl-theme .owl-controls .owl-page span {
    width: 11px;
    height: 3px;
}
.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    margin-bottom: 9.5px;
}
.homepage-bar .col-lg-4 {
    border: none;
    padding-top: 14px;
    padding-bottom: 15px;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^="porto-icon-"] {
    color: #9fa4af;
}
.homepage-bar .text-area {
    display: inline-block;
    text-align: left;
}
.homepage-bar h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}
.homepage-bar p {
    font-size: 13px;
    font-weight: 300;
    color: #c8cdcf;
    line-height: 19px;
}
.brands-slide .owl-side-narrow .owl-carousel {
    padding: 0;
}
.brands-slide .owl-controls .owl-nav div {
    position: absolute;
    top: calc(50% - 17px);
    background: none;
    color: #c2c2c2;
    font-size: 22px;
    padding: 0;
    margin: 0;
}
.brands-slide .owl-controls .owl-nav div em {
    color: #c2c2c2;
}
.brands-slide .owl-controls .owl-nav div.owl-prev {
    left: 0;
}
.brands-slide .owl-controls .owl-nav div.owl-next {
    right: 0;
}
.sidebar .custom-block {
    background: none;
}
.cms-index-index .block-category-nav {
    border: none;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 0;
}
.cms-index-index .block-category-nav .block-title {
    border: none;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-color: transparent;
    padding: 0 0 10px;
    color: #282d3b;
    margin-bottom: 19px;
    border-bottom: 2px solid #dfdfdf;
}
.cms-index-index .block-category-nav .block-title:before {
    display: none;
}
.cms-index-index .block-category-nav .block-content {
    background: none;
    border: none;
    padding: 0;
}
.cms-index-index .block-category-nav .category-sidebar a {
    text-transform: uppercase;
    font-size: 13px;
    color: #546067;
    letter-spacing: 0.075em;
}
.cms-index-index .block-category-nav .category-sidebar a.expand-icon {
    font-size: 14px;
    line-height: 28px;
    color: #546067;
}
.cms-index-index .block-category-nav .category-sidebar a.expand-icon .porto-icon-plus-squared:before {
    content: '\f807';
}
.cms-index-index .block-category-nav .category-sidebar a.expand-icon .porto-icon-minus-squared:before {
    content: '\f804';
}
.filterproducts-tab .data.items {
    margin-left: 0;
    margin-right: 0;
}
.filterproduct-title, .side-title {
    background: none;
    border-bottom: 2px solid #e7e7e7;
    margin-bottom: 22px;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #282d3b;
    text-transform: uppercase;
}
.recent-inner .post-image {
    position: relative;
}
.recent-inner .post-image .post-date {
    background-color: #fa4a4a;
    text-align: center;
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 6px;
    right: 8px;
}
.recent-inner .post-image .post-date .day {
    font-size: 22px;
    letter-spacing: 0.05em;
    background: none;
    color: #fff;
    font-weight: 400;
    padding: 5px 0 0;
    display: block;
}
.recent-inner .post-image .post-date .month {
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: none;
    font-weight: 400;
    padding: 0 0 8px;
    display: block;
    width: 39px;
}
.recent-inner .postTitle {
    margin-top: 20px;
    margin-bottom: 6px;
    min-height: auto;
}
.recent-inner .postTitle h2 a {
    font-size: 16px;
    font-weight: 600;
    color: #0e2f40;
}
.recent-inner .postContent {
    padding-bottom: 7px;
    margin: 0;
}
.recent-inner .postContent p {
    line-height: 24px;
    font-size: 13px;
    color: #767f84;
    margin: 0;
}
.recent-posts a.readmore {
    text-transform: uppercase;
    font-size: 13px;
    color: #fa4a4a;
    font-weight: 600;
}
.page-wrapper > .breadcrumbs {
    font-family: 'Exo', sans-serif;
    font-size: 13px;
    letter-spacing: 0.075em;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    line-height: 25px;
}
.breadcrumbs li a {
    font-weight: 600;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
    content: '\f809';
}
.breadcrumbs li strong {
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    font-family: 'Exo', sans-serif;
}
#ln_slider_price.ui-slider-horizontal {
    height: 3px;
    box-shadow: none;
    background-color: #EE2D43;
}
#ln_slider_price .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #EE2D43;
}
.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle {
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #dfdfdf;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Exo', sans-serif;
    color: #000;
    letter-spacing: 1px;
    font-size: 13px;
}
.filter-content .item {
    padding: 0;
    margin: 0;
}
.filter-current .action.remove {
    right: -8px;
}
.filter-actions {
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding: 0 7px;
}
.block-category-list .block-content, .filter-options-content, .filter-current .items {
    border: none;
    background-color: transparent;
    padding: 20px 15px;
}
.block-category-list .block-content ol li.item {
    margin: 0;
    padding: 5px 0;
}
.block-category-list .block-content .item a {
    font-size: 13px;
    line-height: 1;
    color: #000000;
}
.filter-options-title:after {
    border: none;
    content: '\f882';
    color: #000;
    font-size: 13px;
    right: 0;
}
.filter-options-title:hover:after {
    background: none;
    color: #000;
}
.active > .filter-options-title:after {
    content: '\f883';
}
.sidebar .sidebar-title {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px !important ;
    font-family: 'Exo', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
}
.sidebar .sidebar-filterproducts .owl-top-narrow .owl-theme .owl-controls {
    top: -35px;
}
.sidebar .owl-top-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 14px;
    color: #000;
}
.sidebar-filterproducts.custom-block + h2 {
    font-size: 15px !important ;
    text-transform: uppercase;
    font-weight: 600;
    color: #21293c !important ;
    letter-spacing: 0.01em;
}
.sidebar-filterproducts.custom-block + h2 + h5 {
    font-family: 'Exo', sans-serif;
    font-weight: 600 !important ;
    font-size: 14px !important ;
    color: #7a7d82 !important ;
    letter-spacing: 0.022em;
}
.sidebar-filterproducts.custom-block + h2 + h5 + p {
    color: #21293c !important ;
    font-size: 15px !important ;
    letter-spacing: 0.01em;
}
.sidebar-filterproducts.custom-block + h2 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px !important ;
    font-family: 'Exo', sans-serif;
    font-size: 12px !important ;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}
.page-products .toolbar .limiter {
    display: block;
}
.page-with-filter .toolbar-amount {
    display: none;
}
.full-width-image-banner {
    height: 300px;
}
.full-width-image-banner:after {
    display: none;
}
.full-width-image-banner h2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    line-height: 38px;
}
.full-width-image-banner p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
}
.full-width-image-banner .btn-default {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.025em;
    padding: 10px 20px;
    background-color: #010204;
    color: #fff;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 31px;
}
.page-products .toolbar .limiter .limiter-text {
    display: none;
}
.modes-mode.active {
    border: none;
    background: none;
    color: #111;
}
.modes-mode, .modes-mode:hover {
    border: none;
    background: none;
    color: #111;
    width: 15px;
}
.toolbar select {
    border: #e4e4e4 solid 1px;
    height: 37px;
    color: #7a7d82;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px;
    padding-right: 30px;
    line-height: 31px;
}
.toolbar-sorter .sorter-action {
    margin-top: 6px;
    color: #21293c;
}
.toolbar-sorter .sorter-action:before {
    color: #21293c;
}
.pages a.page, .pages strong.page, .pages .action {
    width: 32px;
    line-height: 32px;
}
.products-grid + .toolbar.toolbar-products {
    border-top: 1px solid #efefef;
    padding-top: 25px;
}
.sidebar .product-items .product-item-info .product-item-photo {
    max-width: 30%;
}
.sidebar .product-items .product-item-details {
    margin-left: calc(30% + 15px);
}
.sidebar .product-items .product-item-details .product.name a {
    color: #7a7d82;
}
.sidebar .product-items .product-item-details .price {
    font-size: 15px;
}
.product-item .product-reviews-summary {
    background: none;
}
.price-box .price {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0e2f40;
}
.old-price .price {
    font-size: 14px;
    color: #0e2f40;
}
.special-price .price {
    color: #ff0000;
}
.product.name a {
    color: #0e2f40;
}
.products-grid:not(.side-list):not(.products-related):not(.small-list) .product-item .product-item-photo {
    transition: all 0.3s;
}
.products-grid:not(.side-list):not(.products-related):not(.small-list) .product-item .product-item-details {
    padding: 12px 0 9px;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.6);
    font-size: 12.5px;
    font-family: 'Exo', sans-serif;
    letter-spacing: 0.025em;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    height: 46px;
    text-transform: uppercase;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.products-grid .product-item-details .product-item-actions .tocart {
    background-color: transparent;
    color: #2b2b2d;
    border-color: #d8d8d6;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.product-item .tocart:before {
    font-size: 17px;
    vertical-align: middle;
    line-height: 32.5px;
}
.product-item-actions .action.towishlist, .product-addto-links .action.towishlist, .action.towishlist, .product-addto-links .action.tocompare, .product-item-actions .action.tocompare, .action.tocompare, .product-addto-links .action.mailto.friend, .moved-add-to-links .action.mailto.friend, .product-social-links .action.mailto.friend {
    border-color: #d8d8d6;
}
.product-social-links .action.towishlist:before, .product-addto-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
    content: '\e889';
}
.catalog-product-view .sidebar .custom-block {
    border: none;
    color: #6b7a83;
    padding-bottom: 0;
    margin-bottom: 33px;
    background: none;
}
.catalog-product-view .sidebar .custom-block-1 > div i {
    color: #EE2D43;
    border: none;
    font-size: 40px;
    float: left;
}
.catalog-product-view .sidebar .custom-block-1 > div {
    min-height: 65px;
    clear: both;
    padding: 18px 0;
    border-bottom: 1px solid #dee5e8;
    margin-bottom: 0;
}
.catalog-product-view .sidebar .custom-block-1 > div:last-child {
    border-bottom-width: 0;
}
.block-manufacturer {
    text-align: center;
    padding: 10px 20px 0;
    margin-bottom: 0;
}
.block-manufacturer hr {
    border-color: #dee5e8;
    margin-bottom: 0;
}
.catalog-product-view .sidebar .custom-block-1 > div h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #6b7a83;
    margin-left: 80px;
}
.block.related {
    padding: 0 20px;
}
.block .title strong {
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-bottom: 20px !important ;
    padding-top: 0;
    text-transform: uppercase;
}
.product-info-main .page-title-wrapper h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #21293c;
    margin: 3px 0 15px;
}
.prev-next-products a {
    color: #555;
}
.product-reviews-summary .reviews-actions a {
    line-height: 20px;
    font-size: 14px;
    color: #bdbdbd;
}
.product-info-main .product.overview {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
    border-bottom: 1px solid #dae2e6;
}
.product.media {
    padding-right: 12px;
}
.fotorama__stage__shaft {
    border: none;
}
.fotorama__nav--thumbs .fotorama__thumb {
    border-color: #dae2e6;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-family: 'Exo', sans-serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.005em;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 16px;
    color: #2b2b2d;
    font-weight: 400;
}
.product-info-main .fieldset > .field.qty, .product-info-main .nested.options-list > .field.qty {
    position: relative;
    width: 115px;
    margin-bottom: 15px;
}
.product-info-main .qty.field .control, .product-info-main .qty.field .qty-changer {
    margin-left: 29px;
}
.product-info-main .qty.field .qty-changer > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 30px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    border-color: #dae2e6;
}
.product-info-main .qty.field .qty-changer > a:first-child {
    left: auto;
    right: 4px;
}
.product-info-main .box-tocart .input-text.qty {
    font-family: 'Exo', sans-serif;
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    width: 53px !important ;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #61605a;
    margin: 0;
    border-color: #dae2e6;
}
.product-info-main .qty.field .qty-changer > a .porto-icon-up-dir:before {
    content: '\f882';
}
.product-info-main .qty.field .qty-changer > a .porto-icon-down-dir:before {
    content: '\f883';
}
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .box-tocart .action.tocart {
    height: 43px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.box-tocart .action.tocart:before {
    content: '\e87f';
    font-family: 'porto-icons';
    margin-right: 7px;
    font-size: 16px;
}
.action.primary, .action.primary:active {
    font-family: 'Exo', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.product-addto-links .action.towishlist, .product-addto-links .action.tocompare, .moved-add-to-links .action.mailto.friend, .product-social-links .action.mailto.friend {
    width: 43px;
    height: 43px;
    line-height: 41px;
}
.product.data.items > .item.content {
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-top: 1px solid #dae2e6;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
}
.main-upsell-product-detail .block.upsell .title strong {
    background: none;
}
.block.upsell .title {
    background: none;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
}
.block.upsell .title strong {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
    color: #302e2a;
}
.review-ratings .rating-label {
    display: block;
}
.footer-middle {
    padding: 66px 0 45px;
}
.footer-middle i, .footer-middle .contact-info i, .footer-middle em {
    display: inline-block;
    vertical-align: top;
}
.footer-middle .block .block-title {
    margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-middle a {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.005em;
}
.footer-middle, .footer-middle p {
    font-size: 13px;
    letter-spacing: 0.005em;
    font-weight: 400;
}
.footer-middle .contact-info p {
    line-height: 1;
}
.footer-middle .contact-info li {
    padding: 9px 0;
}
.footer-middle .contact-info b {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 7px;
    color: #fff;
    display: inline-block;
}
.footer-container .validation-advice {
    position: absolute;
}
.footer-middle .block.newsletter input {
    background-color: transparent;
    color: #686865;
    height: 48px;
    border: none;
    font-size: 13px;
    padding: 8px;
    padding-left: 0;
    float: left;
    max-width: 330px;
    width: 100%;
    border-bottom: 1px solid #1f232f;
}
.footer-middle .block.newsletter .action.subscribe {
    background: none;
    border: none;
    height: 48px;
    border-bottom: 1px solid #1f232f;
}
.footer-middle .block.newsletter .action.subscribe span {
    height: 48px;
    line-height: 48px;
    padding: 0;
    text-transform: uppercase;
    background-color: transparent;
    color: #fa4a4a;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.footer-middle .block.newsletter .action.subscribe span:after {
    content: '\f801';
    font-family: 'porto-icons';
    padding-left: 8px;
}
.footer-bottom {
    padding: 30px 0 35px;
}
.footer-bottom .container {
    position: relative;
}
.footer-bottom .container:before {
    content: '';
    position: absolute;
    background-color: #1f232f;
    left: 15px;
    right: 15px;
    top: -30px;
    height: 1px;
    width: calc(100% - 30px);
}
.footer-bottom address {
    float: left;
    line-height: 36px;
    font-size: 11px;
}
.footer-bottom .custom-block {
    margin: 0;
}
.footer-bottom .custom-block img {
    vertical-align: top;
}
.footer-bottom .social-icons a {
    background-image: none;
    background-color: transparent;
    text-indent: 0;
    color: #fff;
    border-radius: 0;
    font-size: 12.86px;
    width: 34px;
    height: 34px;
    text-align: center;
    margin-left: 4px;
    float: left;
    line-height: 35px;
}
@media screen and (max-width: 991px) {
    .page-header.type2.header-newskin .block-search {
        margin-left: 55px;
        max-width: 290px;
    }
    .footer .block .block-content {
        margin-bottom: 30px;
    }
    .footer-middle .block-content {
        min-width: auto !important ;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    header.page-header.type2.header-newskin {
        border-top-width: 0;
    }
    .page-header.type2.header-newskin .panel.header, .page-header.type2.header-newskin > .main-panel-top {
        display: none;
    }
    .page-header.type2.header-newskin .block-search {
        margin: 0;
        max-width: 100%;
    }
    .page-header.type2.header-newskin .custom-block {
        display: none;
    }
    .page-header.type2.header-newskin .minicart-wrapper .action.showcart:before, .page-header.type2.header-newskin .minicart-wrapper .action.showcart.active:before, .page-header.type2.header-newskin .block-search .label:before, .page-header.type2.header-newskin .nav-toggle:before {
        color: #393F4F;
    }
    .cms-index-index .sidebar .custom-block img {
        width: 100%;
    }
    .homepage-bar .col-lg-4 {
        text-align: left !important ;
    }
    .brands-slide .owl-side-narrow .owl-carousel {
        padding: 0 !important;
    }
    .brands-slide .owl-controls {
        display: none;
    }
    .page-products .toolbar .limiter {
        display: none;
    }
    .product.data.items {
        margin: 0;
    }
    .prev-next-products .product-nav.product-next .product-pop {
        margin: 0;
    }
    .prev-next-products .product-nav.product-prev .product-pop {
        left: -20px;
    }
    .product-info-main .fieldset > .field.qty {
        margin-bottom: 20px;
    }
    .fieldset > .actions {
        vertical-align: top;
    }
    .catalog-product-view .sidebar .custom-block {
        padding: 0;
    }
    .footer-middle {
        padding: 62px 0 0;
        margin-bottom: -20px;
    }
    .footer .block .block-content {
        margin-bottom: 30px;
    }
    .footer-middle .block-content {
        float: none !important ;
    }
    .footer-bottom .custom-block.f-right {
        margin-left: 0;
    }
    .footer-bottom .social-icons {
        padding-top: 15px;
        float: left !important ;
        width: 100%;
    }
    .footer-bottom address {
        overflow: hidden;
        width: 100%;
    }
}
.page-products .sorter {
    float: left;
}
.modes {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    margin-top: 7px;
}
.modes-mode:before {
    content: '\e880';
    font-size: 14px;
}
.mode-list:before {
    content: '\e87b';
    font-size: 14px;
}
.products.wrapper ~ .toolbar .limiter {
    float: left;
}
.products.wrapper ~ .toolbar .pages {
    float: right;
}
@media screen and (min-width: 768px) {
    .page-header.type2.header-newskin .minicart-wrapper {
        background-color: transparent;
        width: 73px;
        height: 41px;
        text-align: center;
        box-shadow: none;
        border-radius: 0;
        border: none;
    }
    .page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart:before, .page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before, .page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart:after {
        color: #fff;
    }
    .page-header.type2.header-newskin.sticky-header .nav-sections {
        background-color: #282D3B;
        color: #fff;
    }
    .page-header.type2.header-newskin .navigation .level0 > .level-top {
        font-family: 'Exo', sans-serif;
        font-size: 12.5px;
        letter-spacing: 0.025em;
        font-weight: 400;
        color: #282D3B;
    }
    .filterproducts-tab .data.items {
        background: none;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        border: none;
        position: relative;
        font-family: 'Exo', sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-right: 27px;
        padding: 0;
    }
    .filterproducts-tab .data.items > .item.title.active a.switch:after {
        content: '';
        position: absolute;
        background-color: #fa4a4a;
        height: 2px;
        width: 100%;
        bottom: -12.5px;
        left: 0;
    }
    .filterproducts-tab .data.items > .item.content {
        border-top: 2px solid #e7e7e7;
        margin-top: 31px;
        padding-top: 18px;
    }
    .product.data.items > .item.title {
        padding: 10px 30px 10px 0;
    }
    .product.data.items > .item.title > .switch {
        font-family: 'Exo', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #818692;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
        line-height: 30px;
        background: none;
        padding: 0;
    }
    .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: none;
        color: #818692;
    }
    .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
        color: #21293c;
        position: relative;
        border-bottom: 2px solid #565656;
    }
    .product.data.items > .item.content {
        padding: 35px 0 0;
        margin-top: 45px;
    }
    .product.info.detailed.sticky .product.data.items > .item.content {
        margin: 0;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 992px) {
    .slider-with-side .slider-area {
        width: 66%;
    }
    .slider-with-side .side-area {
        width: 34%;
    }
}
.block-search .action.search:before {
    content: '\e884';
}
.block-search .action.search:hover:before {
    color: #333;
}
.block-search .action.search:before {
    color: #333;
    font-size: 16px;
}
.product-item-photo > a:not(.weltpixel-quickview):after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s;
}
.products-grid .product-item .product-item-info:hover .product-item-photo > a:not(.weltpixel-quickview):after {
    visibility: visible;
    opacity: 0.2;
}
.product-item .rating-summary .rating-result > span:before {
    color: #797876;
}
.footer-middle ul.links li, .footer-middle ul.features li {
    padding-bottom: 0;
}
.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: #fff;
    color: #636363;
    border-color: #e9e9e9;
}
.swatch-option.text {
    min-width: 26px;
    line-height: 18px;
    padding: 3px;
    height: 26px;
}
.pages a.page, .pages strong.page, .pages .action {
    background: transparent;
    color: #706f6c;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}
.pages a.page:visited {
    color: #706f6c;
}
.pages a.page:hover, .pages a.action:hover {
    background-color: transparent;
    color: #706f6c;
}
.pages a.action:hover:before {
    color: #706f6c !important ;
}
.pages .action {
    border-color: transparent;
}
.product-info-main .product-info-stock-sku {
    color: #333;
    font-size: 14px;
    padding-bottom: 23px;
}
.product-reviews-summary .reviews-actions a {
    color: #21293c;
}
.product-info-main .product-info-stock-sku {
    color: #21293c;
}
.catalog-product-view .sidebar .custom-block.custom-block-1 {
    margin-top: -25px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
    color: #333;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
}
.page-header.type2.header-newskin .minicart-wrapper .block-minicart:before {
    right: 51px;
}
.page-header.type2.header-newskin .minicart-wrapper .block-minicart:after {
    right: 50px;
}
.pages a.page:visited {
    color: #706f6c;
}
@media screen and (max-width: 767px) {
    .nav-toggle:before, .block-search .label:before {
        color: #141a1f;
        font-size: 20px;
    }
    .page-header.type2.header-newskin .minicart-wrapper .action.showcart:before, .page-header.type2.header-newskin .minicart-wrapper .action.showcart.active:before {
        color: #141a1f;
    }
    .page-header.type2.header-newskin .minicart-wrapper .action.showcart .counter.qty {
        right: 9px;
    }
}
.breadcrumbs .items {
    font-size: 10px;
}
@media screen and (min-width: 1200px) {
    .page-wrapper > .breadcrumbs {
        max-width: 100%;
    }
}
.footer-middle ul.contact-info li {
    padding: 9px 0;
}
.footer-bottom .social-icons {
    margin-right: 0;
}
.fotorama__nav .fotorama__thumb-border {
    border-color: #2f3946;
}
.breadcrumbs .item[class*="category"] > a {
    line-height: 1;
    margin-top: 1px;
}
@media screen and (max-width: 767px) {
    
    
    .block-category-list .block-title, .block-category-list .block-content, .sidebar-title, .sidebar .custom-block, .sidebar-filterproducts.custom-block + h2, .sidebar-filterproducts.custom-block + h2 + h5, .sidebar-filterproducts.custom-block + h2 + h5 + p {
        padding-left: 0;
        padding-right: 0;
    }
}
header.page-header.type2 .search-category select {
    border-left-color: #fff;
    border-right-color: #fff;
}
@media screen and (min-width: 768px) {
    .page-header.type2.header-newskin .block-search input {
        border-color: transparent;
    }
}
.filter-current .item {
    overflow: visible;
}
.page-header.type16 .logo {
    margin: 10px 0;
}
.product-item-photo:hover {
    box-shadow: none !important ;
}
.page-layout-1column .filter.block {
    border-top: none;
}
.page-layout-1column .filter-options-title {
    padding: 0 30px 0 0;
}
.page-layout-1column .filter-options-content {
    width: 225px;
}
.filter-options-item .filter-options-content .am-shopby-form {
    margin-bottom: 0;
    max-height: 200px !important ;
}
ul.transport > li:before {
    margin-right: 25px;
    color: #008000;
    list-style: none;
    content: '';
    background: url(../images/icons/check-green.png) left top no-repeat;
    background-size: 1rem;
    padding-left: 1rem;
}
ul.transport > li {
    display: flex !important;
    line-height: 1.5rem !important;
    padding-bottom: 1rem !important;
}
@media screen and (max-width: 1199px) {
    label {
        margin-bottom: 1.5rem;
    }
}
.attribute.delivery_time {
    padding: 3px;
    background-color: #91A855;
    color: #FFFFFF;
    font-weight: bolder !important ;
    border-radius: 5px;
}
.express-delivery {
    background-color: #91A855 !important ;
}
.extended-delivery {
    background-color: #FAC903 !important ;
}
.more-extended-delivery {
    background-color: #E43C6D !important ;
}
.choice-none-handle .dpo-choice-none, .choice-none-din-direction .dpo-choice-none {
    display: none !important ;
}
td.verschnitt > div.field > label {
    display: none !important ;
}
.selected-configuration-one, .selected-configuration-two, .selected-configuration-three, .selected-configuration-four {
    display: flex;
}
img.selected-configuration-one, img.selected-configuration-two, img.selected-configuration-three, img.selected-configuration-four-round, img.selected-configuration-four-square, img.selected-configuration-four-flat-square {
    max-height: 35%;
    max-width: 35%;
}
p.no-margin {
    margin-top: 5px !important ;
    background-color: #F5F5F5;
    padding: 5px;
    font-family: 'Exo', sans-serif;
    font-style: normal !important ;
    border-radius: 5px;
    margin-right: 15px !important ;
}
#itoris_dynamicproductoptions select, .itoris_dynamicproductoptions .select {
    height: 35px;
}
#itoris_dynamicproductoptions .fieldset, .itoris_dynamicproductoptions .fieldset, #product-options-wrapper .fieldset.fieldset-section {
    padding: 0;
    border: 0;
    background: none !important ;
}
#itoris_dynamicproductoptions .fieldset .legend, .itoris_dynamicproductoptions .fieldset .legend {
    border: 0;
}
div#itoris_dynamicproductoptions {
    text-align: left;
}
.pz-radio-button div, .wc-radio-button div {
    background-color: #fff;
    border-radius: 5px;
    width: 94.5% !important ;
    padding: 0;
}
.itoris_dynamicproductoptions .form-list .field .control .input-text.option-qty {
    width: 40px;
    text-align: center;
    margin: -15px 0;
    padding: 0;
    float: right;
}
.attribute.delivery_time {
    border-radius: 0.3125rem 0 0.3125rem 0 !important ;
}
#itoris_dynamicproductoptions select option, .itoris_dynamicproductoptions select option {
    border: none;
    font-family: 'Exo', sans-serif;
    width: 100% !important ;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.5;
}
#itoris_dynamicproductoptions select, .itoris_dynamicproductoptions select {
    width: 100% !important ;
    border: #E83D6B solid 1px;
    border-radius: 0.3125rem 0 0.3125rem 0;
    font-size: 13px;
}
tr.dpo_dd_list_value:first-child {
    display: none;
}
#itoris_dynamicproductoptions .fieldset .form-list div.field .dpo_dd_search {
    display: none;
}
.actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child {
    margin-bottom: 25px;
}
.porto-icon-phone, .porto-icon-mail-alt {
    background-color: #B4A9A2 !important ;
}
.sticky-logo .logo img {
    min-width: 150px !important ;
    max-width: 250px !important ;
    margin-top: 0px;
}
.fotorama__wrap {
    text-align: center;
    margin-top: -5px !important ;
}
.ui-menu-item.level1 {
    font-size: 1rem;
}
.navigation .sw-megamenu .level1:after, .navigation .level1 > a, .navigation .level1 > a:hover {
    vertical-align: middle;
    border-bottom: 2px solid #E83D6B !important ;
    border-radius: 3px;
}
.page-header.header-newskin .navigation li.level0.fullwidth .submenu a, .page-header.header-newskin .navigation li.level0.classic .submenu a, .page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
    text-transform: none !important ;
}
.header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 3;
}
.section-items.nav-sections-items {
    background-color: #fff !important ;
}
.package_all .package, .package_all .old-price span {
    /*
color: #575757 !important ;
font-size: 15px !important ;
*/
}
.page-header.type16 .minicart-wrapper .action.showcart .counter.qty {
    background-color: #777;
    font-weight: 400;
}
div.header.content > div.custom-block {
    width: 25%;
}
.page-header.type16 .custom-block {
    right: 0%;
    border-right: 0;
}
div.minicart-wrapper {
    z-index: 1;
}
.footer {
    margin-top: 45px;
}
.products-grid .product-item .product-item-info {
    width: 100% !important ;
}
/* a.product.photo.product-item-photo {
z-index: -1000 !important ;
} */
.product-item-name {
    white-space: normal !important ;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 5.0rem;
    display: block;
    text-align: center;
    max-height: 5.0em;
    line-height: 1.7em;
    margin-top: 0;
    white-space: normal;
}
.products-list .product-item-name {
    min-height: 1.7rem !important ;
}
.block-search .action.search:before {
    content: '\f002' !important ;
    font-family: 'Font Awesome';
}
.pages .action.previous:before {
    content: '\f104' !important ;
    font-family: 'Font Awesome';
}
.pages .action.next:before {
    content: '\f105' !important ;
    font-family: 'Font Awesome';
}
.products.wrapper ~ .toolbar .limiter {
    float: left;
    display: flex;
}
.page-header .navigation .sw-megamenu .level0.parent > a:after {
    content: '\f0d7' !important ;
    content: '\f078' !important ;
    display: inline-block;
    font-family: 'Font Awesome';
    vertical-align: top;
    margin-left: 6px;
    line-height: 65px;
    font-weight: 100;
    color: #E83D6B;
}
.page-products .toolbar .limiter {
    display: flex;
    line-height: 2;
}
.page-products .toolbar .limiter .label {
    font-size: 12px !important ;
    line-height: 2.5;
}
.category-title {
    margin-top: -40px !important ;
    position: absolute !important ;
    float: left !important ;
    margin-left: 4px !important ;
    background-color: rgb(255, 255, 255, 0.7) !important ;
    border-radius: 0 15px 0 0 !important ;
    padding: 5px !important ;
}
.sticky-product .product_logo, .sticky-product .title_seller, .sticky-product .package_all, .sticky-product .package_single, .sticky-product .vat_block, .sticky-product .price-box.price-box-per-rrp {
    display: none;
}
.catalog-category-view .products .product-item-description {
    font-size: 13px;
    color: #000;
    text-transform: none;
}
.delivery-timer-wrapper {
    overflow: hidden;
    display: block;
}
.delivery-timer-wrapper .delivery-time {
    display: inline-block;
    color: #565656;
    font-size: 13px;
}
.delivery-timer-wrapper .express {
    display: inline-block;
    color: #565656;
    font-size: 13px;
    border-left: 1px solid #f2f2f2;
    margin-left: 8px;
    padding-left: 8px;
}
.product_logo {
    display: block;
    padding: 8px 5px;
    margin: 0;
    overflow: hidden;
}
.product_logo img {
    max-width: 85px;
    margin: 0;
    float: right;
    padding: 0;
}
div.product-info-main > div.product-info-price > div.product_logo {
    margin-top: -55px;
}
.pro_img_btm {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    z-index: 3;
}
.video_play {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/play.svg") center no-repeat;
    float: right;
    margin-bottom: 5px;
}
.label-muster {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    font-size: 13px;
    background: #fff;
    color: #565656;
    font-weight: 400;
    padding: 0.125rem 0.5rem;
    border-radius: 0.3125rem;
    text-transform: capitalize;
    clear: both;
}
.label-muster .bold {
    color: #000;
    font-weight: 600;
}
.label-muster a:hover {
    color: #e83d6b;
    text-decoration: none;
}
.price-box.price-box-per-rrp {
    display: block;
    padding: 0;
    margin: 0;
}
.price-box.price-box-per-rrp .price_cover {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.price-box.price-box-per-rrp .price_rrp {
    color: #000;
    font-size: 11px;
}
.price-box.price-box-per-rrp .price_rrp span {
    font-size: 11px;
    color: #000;
}
.price-box.price-box-per-rrp .price_salesrrp {
    font-size: 15px;
    color: #000;
    display: none !important ;
}
.price-box.price-box-per-rrp .price_salesrrp span {
    color: #000;
    margin-top: 2px;
    font-size: 13px !important ;
}
.catalog-category-view .price-box.price-final_price {
    margin: 0 0 0;
}
.package_all {
    padding: 0;
    margin: 0 0 8px;
    display: block;
    overflow: inherit;
    float: none;
}
.price-box.price-final_price {
    float: none !important ;
}
.title_logo {
    min-height: 66px;
}
.package_all .package, .package_all .price-box.price-final_price {
    display: inline-block;
}
.package_all .package, .package_all .price-box.price-final_price .old-price {
    /*font-size: 15px !important ;*/
    /*background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);*/
    /*color: #E83D6B !important ;*/
}
.package_all .package, .package_all .price-box.price-final_price .old-price span.price {
    color: #565656 !important ;
    font-size: unset !important;
}
.package_all .package, .package_all .price-box.price-final_price span {
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    color: #e83d6b;
    font-size: 35px;
    font-weight: normal;
}
.products.wrapper.products-grid.subcategory_all .item {
    width: 33.33%;
    clear: inherit;
}
.products.wrapper.products-grid.subcategory_all .item:nth-child(3n+1) {
    clear: left;
}
.filter-options-content ol.items {
    margin: 0;
    max-height: 100% !important ;
}
.block-category-list .block-content ol li.item, .sidebar > .block.filter ol li.item {
    display: block;
}
.amshopby-filter-current .amshopby-remove {
    left: -15px;
    top: 15px;
}
.catalog-category-view .products.products-list .products .product-item {
    width: 50%;
    float: left;
}
.catalog-category-view .products.products-list .products .product-item:nth-child(odd) {
    clear: left;
}
.catalog-category-view .products.products-list .products .product-item .product-item-info {
    position: relative;
}
.catalog-category-view .products.products-list .products .product-item .product_logo {
    display: none;
}
.catalog-category-view .products.products-list .products .product-item .product.product-item-photo {
    width: 100%;
    margin-bottom: 0;
    z-index: 4;
    min-width: 300px;
}
.product.photo.product-item-photo {
    min-width: 100px;
    border: 0;
}
.catalog-category-view .products.products-list .products .product-item .product.product-item-details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    vertical-align: middle;
    padding-top: 50px;
    text-align: left;
    z-index: 4;
    display: none;
}
.catalog-category-view .products.products-list .products .product-item .product-item-info:hover .product.product-item-details {
    display: block;
}
.catalog-category-view .products.products-list .products .product-item .product.product-item-details:after {
    background: #e83d6b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
    content: "";
}
.catalog-category-view .products.products-list .products .product-item .product.name a, .catalog-category-view .products.products-list .products .product-item .price-box.price-box-per-rrp .price_rrp span, .catalog-category-view .products.products-list .products .product-item .price-box.price-box-per-rrp .price_salesrrp span, .catalog-category-view .products.products-list .products .product-item .package_all .package, .catalog-category-view .products.products-list .products .product-item .package_all .price-box.price-final_price span, .catalog-category-view .products.products-list .products .product-item .product-item-description, .catalog-category-view .products.products-list .products .product-item .delivery-timer-wrapper .delivery-time, .catalog-category-view .products.products-list .products .product-item .price-box.price-box-per-rrp .price_rrp, .catalog-category-view .products.products-list .products .product-item .delivery-timer-wrapper .express {
    color: #fff;
}
.catalog-category-view .products.products-list .products {
    margin: 4px 0;
}
.catalog-category-view .products.products-list .products .product-item .delivery-timer-wrapper .delivery-time {
    border-color: #fff;
}
.products-name-list {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: #e83d6b;
}
.catalog-category-view .products.products-list .products .product-item .product-item-info .products-name-list {
    display: block;
}
.catalog-category-view .products.products-list .products .product-item .product-item-info:hover .products-name-list {
    display: none;
}
.catalog-category-view #required-amount {
    padding: 0;
    margin: 0 0 25px;
    display: block;
}
.catalog-category-view #required-amount .range {
    padding: 0;
    margin: 8px 0 15px;
    display: block;
    overflow: hidden;
}
.catalog-category-view #required-amount #required-amount-range {
    margin-top: 12px;
}
.catalog-category-view #required-amount input, .catalog-category-view #required-amount span {
    float: left;
}
.catalog-category-view #required-amount #required-amount-input {
    float: left;
    width: auto;
    max-width: 55px;
    text-align: center;
    margin: 0 8px;
}
.catalog-category-view #required-amount span {
    margin-top: 10px;
    text-transform: capitalize;
    color: #000;
    margin-left: 5px;
}
.catalog-category-view #required-amount .btn-cancel {
    background-color: #ec5840;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.catalog-category-view #required-amount .btn-update {
    background-color: #E83D6B;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.toolbar-products .pages .items .item {
    line-height: normal;
}
.catalog-product-view #maincontent {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#maincontent .product.media {
    padding: 0 15px;
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 4;
}
#maincontent .product.media .fotorama__stage__frame img {
    opacity: 1 !important ;
    position: relative !important ;
    width: 100% !important ;
    top: 0 !important ;
    left: 0 !important ;
    transform: translate(0);
}
#maincontent .product.media .fotorama__stage {
    width: 100% !important ;
}
.fotorama__thumb-border, .fotorama__nav--thumbs .fotorama__nav__frame {
    height: 90px !important ;
}
.fotorama__nav--thumbs .fotorama__nav__frame, .fotorama__nav .fotorama__thumb-border {
    border-color: #E83D6B !important ;
    border-width: 2px !important ;
}
.product-middle-block {
    padding: 1em 15px 5em;
    width: 33.33%;
    float: left;
    padding-top: 0;
    position: relative;
    z-index: 2;
}
#maincontent .product-info-main {
    padding: 30px;
    width: 33.33%;
    float: left;
    background: #e9e2e1;
    border-radius: 0.36765rem;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
.catalog-product-view .product-info-main .product_logo {
    float: left;
}
.product-middle-block .page-title-wrapper .page-title {
    color: #565656;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: 'Exo', sans-serif;
    margin-bottom: 10px;
}
.product-middle-block .product.attribute.overview .value {
    font-size: 1rem;
    font-weight: 400;
    color: #565656;
    font-family: 'Exo', sans-serif;
    margin-bottom: 20px;
    text-align: justify;
    hyphens: auto;
}
.product-middle-block .product.attribute.description {
    margin-bottom: 20px;
    display: none;
}
.product-middle-block .product.attribute.description .value ul {
    padding-left: 0;
    margin: 0;
}
.product-middle-block .product.attribute.description .value ul li {
    color: #565656;
    list-style: none;
    font-family: 'Exo', sans-serif;
    line-height: normal;
    margin-bottom: 5px;
    font-size: 14px;
}
.product-middle-block .product.attribute.description .value p {
    font-size: 1rem;
    font-weight: 400;
    color: #565656;
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
}
.product-middle-block .product.attribute.description .value ul li:before {
    content: "";
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background: url("../images/icon_right.svg") top center;
}
.product-middle-block .product.attribute.sku {
    color: #565656;
    font-family: 'Exo', sans-serif;
    margin-bottom: 20px;
}
.product-middle-block .product.attribute.sku .value {
    display: inline-block;
    color: #565656;
    font-family: 'Exo', sans-serif;
}
.product-middle-block .sample-order-block a.order-sample {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    border: #565656 solid 2px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 0.3125rem 0 0.3125rem 0;
    text-transform: uppercase;
    text-align: left;
    color: #565656;
    background: url("../images/icons/giftbox.svg") 0.625rem center no-repeat #fff;
    background-size: auto;
    padding-left: 4rem;
    background-size: 2rem;
    font-family: 'Exo', sans-serif;
}
.product-middle-block .sample-order-block a.order-sample:hover {
    text-decoration: none;
}
.product-middle-block .sample-order-block a.order-sample span {
    font-size: 1rem;
    font-weight: 600;
    display: block;
}
.product-middle-block .new-offer-block a {
    text-decoration: none;
}
.product-middle-block .new-offer-block a.product-contact span {
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.product-middle-block .new-offer-block a:hover {
    text-decoration: none;
}
.product-info-main .product-info-price {
    border: none;
}
.product-info-main .product-info-price .price-wrapper {
    text-align: right;
}
.product-info-main .product-info-price .price-box {
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box .old-price {
    display: block;
}
.product-info-main .product-info-price .price-box .special-price .price-container .price-wrapper .price {
    font-size: 24px;
    color: red;
}
.product-info-main .product-info-price .price-box .price-container .price-wrapper .price {
    font-size: 28px;
    line-height: 26px;
    font-weight: 600;
    color: #565656;
    text-align: right;
    font-family: 'Exo', sans-serif;
    text-decoration: none;
}
.product-info-main .product-info-price .price_cover.price_rrp .price-label {
    font-size: 13px;
    font-weight: normal;
    color: #565656;
    text-align: right;
    font-family: 'Exo', sans-serif;
}
.product-info-main .product-info-price .price_cover.price_rrp {
    color: red;
}
.product-info-main .product-info-price .price-box.price-box-per-rrp .price_rrp span {
    font-size: 13px;
    font-weight: normal;
    color: #565656;
    text-align: right;
    font-family: 'Exo', sans-serif;
}
.product-info-main .product-info-price .price-box.price-box-per-rrp .price_rrp > #old-price {
    font-size: 13px;
    font-weight: normal;
    color: #565656;
    text-align: right;
    font-family: 'Exo', sans-serif;
    text-decoration: none;
}
.product-info-main .product-info-price .package_all {
    text-align: right;
    margin-bottom: 0;
}
.product-info-main .product-info-price .package_all .package {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #565656;
    vertical-align: middle;
    font-family: 'Exo', sans-serif;
}
.product-info-main .product-info-price .package_all .package_price {
    display: inline-block;
    font-size: 28px;
    color: #565656;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    min-width: 130px;
    vertical-align: middle;
}
.product-info-main .product-info-price .package_single {
    text-align: right;
}
.product-info-main .product-info-price .package_single .package {
    font-size: 13px;
    font-weight: normal;
    color: #565656;
    text-align: right;
    display: inline-block;
    font-family: 'Exo', sans-serif;
    vertical-align: middle;
}
.product-info-main .product-info-price .single_price {
    display: inline-block;
    min-width: 130px;
    vertical-align: middle;
}
.product-info-main .product-info-price .single_price .price, .product-info-main .product-info-price .running_single .single_price .price {
    color: #D80808;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.product-info-main .product-info-price .price-box.price-final_price {
    display: none;
}
.product-info-main .product-info-price .price-box.price-box-per-rrp .price_salesrrp span {
    font-size: 13px;
    font-weight: normal;
    color: #565656;
    text-align: right;
    font-family: 'Exo', sans-serif;
    text-decoration: none;
}
.product-info-main .product-info-price .pieces_single {
    text-align: right;
}
.product-info-main .product-info-price .pieces_single .pieces {
    font-size: 13px;
    text-align: right;
    color: #565656;
    font-family: 'Exo', sans-serif;
    margin-top: 10px;
    display: inline-block;
}
.product-info-main .product-info-price .pieces_single .single_price {
    display: inline-block;
    width: auto;
    min-width: auto;
}
.product-info-main .product-info-price .pieces_single .single_price .price {
    font-size: 13px;
    color: #565656;
    font-weight: normal;
}
.product-info-main .vat_block {
    margin-top: 20px;
}
.product-info-main .vat_block .vat_block_title {
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    color: #565656;
    font-family: 'Exo', sans-serif;
    float: right;
    cursor: pointer;
}
.product-info-main .vat_block .vat_block_title span {
    text-decoration: underline;
    cursor: pointer;
}
.product-info-main .vat_block .vat_block_title b {
    color: #92a634;
}
.product-info-main .vat_block .vat_block_title label {
    padding: 0.25rem;
    background-color: #91A855;
    border-radius: 5px 0;
    min-width: 24px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}
.product-info-main .vat_block .vat_block_content {
    display: none;
    width: 100%;
    float: none;
}
.product-info-main .vat_block .vat_block_content.active {
    display: block;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-delivery {
    display: inline-block;
    background: #fff;
    text-decoration: underline;
    color: #565656;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    border-top-left-radius: 0.36765rem;
    border-top-right-radius: 0.36765rem;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options thead {
    background-color: #ded4d2;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options thead tr th {
    color: #565656;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    font-size: 13px;
    text-align: center;
    width: 50%;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options thead tr th:first-child {
    border-right: 1px solid #fff;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options tbody {
    background-color: #e9e2e1;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options tbody tr td {
    color: #565656;
    font-weight: normal;
    font-family: 'Exo', sans-serif;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options tbody tr td:first-child {
    border-right: 1px solid #fff;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options tbody tr td em {
    color: red;
    font-style: normal;
    display: block;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options tbody tr {
    border-top: 1px solid #cab8b6;
    cursor: pointer;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options tbody tr.active {
    background-color: #F2F6E4;
}
.product-info-main .vat_block .vat_block_content .shipping-cost-options tbody tr.active td {
    color: #81942F;
}
.product-info-main .vat_block .vat_block_content .express-delivery {
    width: 100%;
    display: inline-block;
    background: #fff;
    border-bottom-left-radius: 0.36765rem;
    border-bottom-right-radius: 0.36765rem;
}
.product-info-main .vat_block .vat_block_content .express-delivery p {
    color: #565656;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    padding: 1rem 0;
    max-width: 70%;
    margin: 0 auto;
    text-align: left;
}
.product-info-main .vat_block .vat_block_content .express-delivery p em {
    font-style: normal;
    text-decoration: underline;
}
.product-info-main .product-add-form {
    background: #fefefe;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 0.36765rem;
}
.product-info-main .product-add-form .product-options-wrapper {
    border: none;
    padding-bottom: 0;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset label {
    color: #565656;
    font-family: 'Exo', sans-serif;
}
.product-info-main .product-add-form .product-options-wrapper #itoris_dynamicproductoptions .fieldset label {
    font-size: 13px;
    margin-bottom: 0;
    display: inherit;
    text-transform: uppercase;
    letter-spacing: 0.025rem !important ;
    padding: 5px 0;
    text-align: left;
}
#itoris_dynamicproductoptions .fieldset label > .dpo_tooltip_icon span {
    text-transform: none !important ;
}
tr.dpo_dd_list_value.dpo_dd_list_value_selected {
    display: none;
}
.product-info-main .product-add-form .product-options-wrapper #itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field .control input.input-text.product-custom-option {
    width: 5em;
    height: 1.8rem;
    padding: 0.25rem;
    background-color: #fff;
    border-radius: 5px 0;
    min-width: 24px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}
.product-info-main .product-add-form .product-options-wrapper #itoris_dynamicproductoptions table.form-list {
    text-align: right;
}
.product-info-main .product-add-form .product-options-wrapper #itoris_dynamicproductoptions tr.fields td div.field .choice {
    float: right;
}
.product-info-main .product-add-form .product-options-wrapper .price_calculate {
    color: #565656;
    font-family: 'Exo', sans-serif;
    font-size: 10px;
}
.product-info-main .product-add-form .product-options-wrapper .price_calculate b {
    font-weight: 600;
    color: #b10023;
    text-transform: uppercase;
    display: block;
}
.qty-wrapper .price_calculate {
    display: block;
    float: right;
    width: 78%;
    text-align: left;
    color: #565656;
}
#itoris_dynamicproductoptions .fieldset-section .section-title {
    background: transparent;
    font-family: 'Exo', sans-serif;
    border: none;
    width: 100%;
    text-align: right;
    color: #565656;
    font-size: 13px;
}
#itoris_dynamicproductoptions .fieldset {
    background: transparent;
    margin-top: 0;
}
#product-options-wrapper .fieldset.fieldset-section {
    background: transparent;
    border: none;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: 100%;
    text-align: center;
}
.product-info-main .product-add-form .fieldset .moved-add-to-links {
    display: none;
}
.product-info-main .product-add-form .product-options-bottom .fieldset .moved-add-to-links {
    width: 100%;
    text-align: center;
    display: none;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions button.action {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    /*width: 100%;*/
    background: linear-gradient(to bottom, #f6db98 0%, #f1c455 100%);
    background-size: 1.875rem, auto;
    border-radius: 0.625rem 0 0.625rem 0;
    color: #565656;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    height: 55px;
    position: relative;
    border: transparent solid 1px;
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions button.action:before {
    background: url(../images/cart.svg) no-repeat;
    content: "";
    background-size: contain;
    height: 25px;
    width: 30px;
    display: inline-block;
    margin: 0;
}
.product-info-main .product-add-form .box-tocart {
    margin: 0;
}
.product-info-main .product-options-bottom .box-tocart {
    display: inline-grid !important ;
    margin: 0;
    width: 100%;
}
.product-info-main .product-social-links {
    padding-top: 0;
    border: none;
}
.marketing {
    float: right;
    clear: right;
    width: 33.33%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.marketing ul {
    padding: 0 15px;
}
.marketing ul li {
    list-style: none;
    padding: 0.0625rem 0;
    background: url(../images/icons/check-green.png) left top no-repeat;
    background-size: 1rem;
    padding-left: 2rem;
    font-size: 13px;
    color: #565656;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    line-height: 1.2rem;
}
.delivery-time {
    text-align: right;
    padding: 10px 0;
}
.delivery-time p {
    font-size: 13px;
    color: #91a836;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    margin-bottom: 0;
}
.product-info-main .product-social-links .express-days {
    text-align: left;
    font-size: 10px;
    /*border: 0px dashed var(--color-accent);*/
    background: #fff;
    border-radius: var(--radius-asym);
    padding: 3px;
    padding-inline: 10px;
}
.express-delivery {
    float: none;
}
.express-days {
    float: right !important ;
    line-height: 1rem !important ;
}
.product-info-main .product-social-links .express-days p {
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    color: #565656;
    font-weight: 600;
    margin: 0;
    float: right !important ;
    line-height: 1rem !important ;
}
.product-info-main .product-social-links .express-days span, .product-info-main .product-social-links .express-days div {
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    color: #565656;
    font-weight: 400;
    float: right !important ;
    line-height: 1rem !important ;
}
.aec-logo {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #cab8b6;
}
.more-about-product .product-view {
    max-width: 87.5em;
    margin: 0 auto;
}
.more-about-product .product-view ul {
    margin: 0;
    padding: 20px 15px;
}
.more-about-product .product-view ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
}
.more-about-product .product-view ul li a em {
    font-style: normal;
    display: block;
}
.more-about-product .product-view ul li a {
    color: #565656;
    font-size: 15px;
    height: 3.75rem;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    padding-top: 70px;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
}
.more-about-product .product-view ul li a:hover {
    text-decoration: none;
}
.more-about-product .product-view ul li.title a {
    padding-top: 0;
    text-transform: none;
}
.more-about-product .product-view ul li.product-related a {
    background: url(../images/icons/related.svg) top center no-repeat;
    background-size: 19%;
}
.more-about-product .product-view ul li.product-description a {
    background: url(../images/icons/description.svg) top center no-repeat;
    background-size: 23%;
}
.more-about-product .product-view ul li.product-selfservice a {
    background: url(../images/icons/selfservice.svg) top center no-repeat;
    background-size: 19%;
}
.more-about-product .product-view ul li.product-tech-specs a {
    background: url(../images/icons/tech-specs.svg) top center no-repeat;
    background-size: 18%;
}
.more-about-product .product-view ul li.print-version a {
    background: url(../images/icons/printversion.svg) top center no-repeat;
    background-size: 19%;
}
.catalog-product-view .page-wrapper #maincontent .columns {
    background: #e9e2e1;
    background: radial-gradient(ellipse at center, #fff 0%, #e9e2e1 100%);
}
.catalog-product-view .page-wrapper #maincontent .product-related-item .columns {
    background: none;
}
.catalog-product-view .product-otherstuff {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    z-index: 2;
}
.product-related-tabs {
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 0.625rem;
    margin-bottom: 3rem;
    padding: 1rem;
}
.product-related-tabs .product-related-title h2 {
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    color: #565656;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 1rem;
    padding-bottom: 2rem;
}
.product-related-tabs .product-related-title ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e9e2e1;
}
.product-related-tabs .product-related-title ul li {
    text-align: center;
    width: 18%;
    display: inline-block;
    font-size: 15px;
    color: #565656;
    background-color: #e9e2e1;
    margin-right: 2.1%;
    padding: 16px;
    border-radius: 0.36765rem 0.36765rem 0 0;
    font-family: 'Exo', sans-serif;
    margin-bottom: 0;
    cursor: pointer;
}
.tabs-desc ul li, .tabs-desc {
    text-align: center;
    width: 100% !important ;
    display: inline-block;
    font-size: 15px;
    color: #565656;
    background-color: #e9e2e1;
    margin-right: 2.1%;
    padding: 5px !important ;
    border-radius: 0.36765rem 0.36765rem 0 0;
    font-family: 'Exo', sans-serif;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0 !important ;
}
.content-desc {
    padding: 20px !important ;
}
.product-related-tabs .product-related-title ul li i {
    vertical-align: middle;
    padding-left: 5px;
}
.product-related-tabs .product-related-title ul li:last-child {
    margin-right: 0;
}
.product-related-tabs .product-related-title ul li.active {
    background-color: #565656;
    color: #e9e2e1;
}
.product-related-tabs .tabcontent {
    display: none;
    border: #e9e2e1 solid 1px;
}
.product-related-tabs .tabcontent .tabs-panel {
    padding: 1rem 2rem;
}
.product-related-tabs .tabcontent .tabs-panel .product-related-item {
    padding: 1rem;
    width: 50%;
    border-right: 1px solid #e9e2e1;
    border-bottom: 1px solid #e9e2e1;
    padding-bottom: 15px;
}
.product-related-tabs .tabcontent .tabs-panel .product-related-item:nth-child(2n) {
    border-right: none;
}
.product-related-tabs .tabcontent .tabs-panel .product-related-item:last-child {
    border: none;
}
.product-related-tabs .tabcontent .tabs-panel .product-related-item:nth-last-child(2) {
    border: none;
}
.product-related-tabs .product-related-item .product-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    color: #565656;
}
.product-related-tabs .product-related-item .title {
    width: 80%;
    float: left;
}
.product-related-tabs .product-related-item .product-subtitle {
    font-size: 14px;
    font-weight: 400;
    min-height: 40px;
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    color: #565656;
    margin-bottom: 10px;
}
.product-related-tabs .product-related-item .logo-img {
    width: 20%;
    float: right;
}
.product-related-tabs .product-related-item .logo-img img {
    margin: 0 auto;
}
.product-related-tabs .product-related-item .columns {
    width: 32.8%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.product-related-tabs .product-related-item .columns.desc {
    vertical-align: top;
}
.product-related-tabs .product-related-item .columns.desc .short-description ul {
    padding: 0;
}
.product-related-tabs .product-related-item .columns.desc .short-description p {
    font-size: 14px;
    color: #565656;
    font-family: 'Exo', sans-serif;
}
.product-related-tabs .product-related-item .columns.price-col {
    vertical-align: top;
    margin-top: 2rem;
}
.product-related-tabs .product-related-item .short-description ul li {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    color: #565656;
    margin-bottom: 0;
}
.product-related-tabs .product-related-item .sku {
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}
.product-related-tabs .product-related-item .price-box {
    text-align: right;
}
.product-related-tabs .product-related-item .price-box .price {
    font-size: 12px;
    color: #565656;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.product-related-tabs .product-related-item .price-box .base-price {
    font-size: 12px;
    color: #565656;
    display: block;
    font-weight: normal;
    font-family: 'Exo', sans-serif;
}
.product-related-item .add-to-cart-wrapper {
    margin-top: 10px;
}
.product-related-item .add-to-cart-wrapper .qty-wrapper {
    width: 60%;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
}
.product-related-item .add-to-cart-wrapper .qty-wrapper label {
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    color: #565656;
}
.product-related-item .add-to-cart-wrapper .qty-wrapper .quantity-input {
    width: 80px;
    height: 30px;
    border-radius: 0;
    border-color: #565656;
    text-align: center;
    border-radius: 0.325rem;
}
.product-related-item .add-to-cart-wrapper .add-to-cart-buttons {
    width: 30%;
    float: right;
}
.product-related-item .add-to-cart-buttons .btn-cart {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    background: url(../images/cart.svg) 85% center no-repeat, linear-gradient(to bottom, #f6db98 0%, #f1c455 100%);
    background-size: 1.875rem, auto;
    border-radius: 0.625rem 0 0.625rem 0;
    color: #565656;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 40px 5px 10px;
    height: auto;
    font-family: 'Exo', sans-serif;
}
.product-related-item .add-to-cart-wrapper button.action.tocart {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    background: url(../images/cart.svg) 95% center no-repeat, linear-gradient(to bottom, #91A855 0%, #91A855 100%) !important;
    background-size: 1.5rem !important;
    border-radius: 0.625rem 0 0.625rem 0;
    color: #565656;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    padding: 8px 40px 8px 10px;
    height: auto;
    font-family: 'Exo', sans-serif;
}
.product-related-item .delivery-time-tab {
    text-align: right;
    width: 100%;
    display: block;
    float: left;
}
.product-related-item .delivery-time-tab p {
    font-size: 13px;
    margin: 0;
    margin-top: 5px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #565656;
}
.product-description {
    display: block;
    width: 100%;
    clear: both;
    padding: 1rem 2rem;
    background: #fff;
    border-radius: 0.625rem;
    margin-bottom: 4rem;
}
.product-description .product-description-content {
    margin-bottom: 4rem;
}
.product-description .title {
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    color: #565656;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 1rem;
    padding-bottom: 2rem;
}
.product-description .left-desc {
    width: 33%;
    float: left;
    padding: 0 15px;
}
.product-description .left-desc h2 {
    font-size: 1.5rem;
}
.product-description .left-desc ul {
    padding: 0;
    margin-left: 19.5px;
    margin-top: 2rem;
}
.product-description .middle-desc {
    width: 33%;
    float: left;
    padding: 0 15px;
}
.product-description .middle-desc .manufacturer {
    text-align: center;
    margin: 4em 0;
}
.product-description .middle-desc .manufacturer p {
    text-align: center;
}
.product-description .middle-desc .manufacturer img {
    max-width: 200px;
}
.product-description .middle-desc .manufacturer-anchor {
    display: none;
}
.product-description .middle-desc .vorteile {
    background: #e6edc4;
    padding: 2rem 1rem;
    color: #565656;
    font-size: 22px;
    border-radius: 1rem 0 1rem 0;
    font-weight: 600;
}
.product-description .middle-desc .vorteile ul {
    padding: 0;
}
.product-description .middle-desc .vorteile ul li {
    list-style: none;
    padding: 0.0625rem 0;
    background: url(../images/icons/check-green.png) left center no-repeat;
    background-size: 1rem;
    padding-left: 2rem;
    margin-left: 1rem;
    font-size: 22px;
}
.product-description .right-desc {
    width: 33%;
    float: left;
    padding: 0 15px;
}
.product-description .right-desc .manufacturer-product-view a {
    font-size: 15px;
    font-family: 'Exo', sans-serif;
    color: #E83D6B;
    line-height: 1.6;
}
.product-description .right-desc .manufacturer-product-view a:hover {
    color: #C22F00;
    text-decoration: none;
}
.product-description p {
    font-size: 15px;
    color: #565656;
    line-height: 1.6;
    text-align: justify;
    font-family: 'Exo', sans-serif;
}
.product-description ul {
    font-size: 15px;
    color: #565656;
    line-height: 1.6;
    text-align: justify;
    font-family: 'Exo', sans-serif;
}
.product-description ul li {
    margin-bottom: 0;
    font-family: 'Exo', sans-serif;
    text-align: left;
}
.product-description .left-desc h3 {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    color: #565656;
    font-weight: 600;
    line-height: 1.5rem;
}
.product-description .core-details li {
    list-style: none;
    padding: 0.0625rem 0;
    background: url(../images/icons/check-green.png) left top no-repeat;
    background-size: 1rem;
    padding-left: 2rem;
    font-size: 15px;
    color: #565656;
    margin-bottom: 5px;
    line-height: 1rem;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
}
.footer-heading {
    font-size: 16px !important ;
    font-weight: 600;
}
div.product-description > div > div.row > div.left-desc > h4 {
    font-size: 16px !important ;
}
.product.info.tech-specs {
    width: 100%;
    float: left;
}
.product.info.tech-specs .product.data.items {
    border: #E83D6B solid 1px;
    padding: 1rem 2rem;
    border-radius: 4px;
}
.product.info.tech-specs .product.data.items .data.item.title {
    padding: 1rem;
    width: 100%;
    text-align: center;
}
.product.info.tech-specs .product.data.items .data.item.title a {
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #565656;
    border: none;
    text-transform: none;
}
.product.info.tech-specs .product.data.items .data.item.content {
    padding: 0;
    border: none;
    clear: both;
    float: none;
    position: relative;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 10px;
}
.product.info.tech-specs .product.data.items .data.item.content tr.show, .product.info.tech-specs .product.data.items .data.item.content tr.show_tr {
    display: inline-block !important ;
    width: 100%;
}
.product.info.tech-specs .product.data.items .data.item.content tr th {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #565656;
    font-family: 'Exo', sans-serif;
    width: 50%;
    display: inline-block;
    float: left;
    border: none;
}
.product.info.tech-specs .product.data.items .data.item.content tr td {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #565656;
    font-family: 'Exo', sans-serif;
    width: 50%;
    display: inline-block;
    border: none;
}
.product.info.tech-specs .product.data.items .data.item.content tr td ul {
    border: none;
}
.product.info.tech-specs .product.data.items .data.item.content tr td ul li {
    border: none;
}
.product.info.tech-specs .downloads_all h4 {
    color: #565656;
    font-size: 15px;
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    font-weight: 600;
}
.product.info.tech-specs .downloads_all ul {
    padding-left: 0;
}
.product.info.tech-specs .downloads_all ul li {
    list-style: none;
}
.product.info.tech-specs .downloads_all ul li a {
    color: #565656;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Exo', sans-serif;
    background: url(../images/pdf.png) left top no-repeat;
    display: inline-block;
    padding-left: 22px;
}
.product.info.tech-specs .product.data.items .data.item.content tr td .show_all {
    color: #E83D6B;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    cursor: pointer;
}
.product.info.tech-specs .product.data.items .data.item.content tr td .show_all:after {
    font-size: 14px;
    margin-left: 5px;
}
.product.info.tech-specs .product.data.items .data.item.content tr td .show_all.show_all_data:after {
    content: "\f0d7";
    font-family: 'Font Awesome';
}
.product.info.tech-specs .product.data.items .data.item.content tr td .show_all.show_less_data:after {
    content: "\f0d8";
    font-family: 'Font Awesome';
}
.video-tutorial {
    width: 100%;
    float: none;
    padding: 1rem 2rem;
    margin-bottom: 4rem;
    background: #fff;
    border-radius: 0.625rem;
}
.video-tutorial .title h2 {
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    color: #565656;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 1rem;
    padding-bottom: 4rem;
    margin: 0;
}
.video-tutorial .videos ul {
    padding: 0;
}
.video-tutorial .videos ul li {
    list-style: none;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    height: 230px;
}
.video-tutorial .videos ul li a {
    position: relative;
    display: inline-block;
}
.video-tutorial .videos ul li a .start-video {
    background: url(../images/v-btn.png) left top no-repeat rgb(24, 24, 24, 0.3);
    width: 65px;
    height: 65px;
    border-radius: 100% 100%;
    border: #fff solid 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-tutorial .videos ul li p {
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    color: #565656;
    line-height: 1.6;
    margin-top: 7px;
    margin-bottom: 0;
    padding: 0 5px;
}
.video-tutorial .videos img {
    border-radius: 0.625rem;
}
.catalog-product-view .form_request_customer {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border: #101010 solid 3px;
    padding: 15px 0 35px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
}
.form_request_customer .customorder_form_fields h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    color: #565656;
    font-size: 15px;
    margin-bottom: 25px;
    padding: 0 15px;
}
.form_request_customer .customer-type-wrapper {
    margin-bottom: 22px;
    padding: 0 15px;
}
.form_request_customer .customer-type-wrapper span {
    background-color: #FFFFFF;
    color: #8f4d47;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: #8f4d47 solid 1px;
    padding: 7px 10px;
    cursor: pointer;
}
.form_request_customer .customer-type-wrapper span:first-child {
    border-top-left-radius: 10px;
}
.form_request_customer .customer-type-wrapper span:last-child {
    border-bottom-right-radius: 10px;
}
.form_request_customer .customer-type-wrapper span.active {
    background-color: #8f4d47;
    color: #FFFFFF;
}
.form_request_customer .customorder_form_fields .fieldset .field {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
}
.form_request_customer .customorder_form_fields .fieldset .field.company-name {
    display: none;
}
.form_request_customer .customorder_form_fields .fieldset .field.full_width {
    width: 100%;
}
.form_request_customer .customorder_form_fields .fieldset .field.full_width input {
    width: 47%;
}
.form_request_customer .customorder_form_fields .fieldset .field .label {
    display: none;
}
.form_request_customer .customorder_form_fields .fieldset .field .control {
    width: 100%;
}
.form_request_customer .customorder_form_fields .fieldset .field input {
    height: 2.4375rem;
    border: #cacaca solid 1px;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    font-family: 'Exo', sans-serif;
}
.form_request_customer .customorder_form_fields .fieldset .field input:focus {
    outline: none;
    border: #8a8a8a solid 1px;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.form_request_customer .customorder_form_fields .fieldset .field select {
    height: 2.4375rem;
    border: #cacaca solid 1px;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    appearance: none;
    font-family: 'Exo', sans-serif;
}
.form_request_customer .customorder_form_fields .fieldset .field select:focus {
    outline: none;
    border: #8a8a8a solid 1px;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.form_request_customer .customorder_form_fields .fieldset .field input::placeholder {
    color: #8a8a8a;
}
.form_request_customer .customorder_form_fields .fieldset .field.full_width textarea {
    height: auto;
    min-height: 90px;
    border: #cacaca solid 1px;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    font-family: 'Exo', sans-serif;
}
.form_request_customer .customorder_form_fields .fieldset .field.full_width textarea:focus {
    outline: none;
    border: #8a8a8a solid 1px;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.form_request_customer .customorder_form_fields .fieldset .field.full_width textarea::placeholder {
    color: #8a8a8a;
}
.form_request_customer .customorder_form_fields .fieldset .field.related .label {
    display: block;
}
.form_request_customer .customorder_form_fields .fieldset .field.related .label span {
    color: #0a0a0a;
    font-size: 14px;
    font-family: 'Exo', sans-serif;
}
.form_request_customer .customorder_form_fields .fieldset .field.related .control {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.form_request_customer .customorder_form_fields .fieldset .field.related .control input {
    width: auto;
    height: auto;
}
.form_request_customer .customorder_form_fields .fieldset .field.related .control span {
    color: #0a0a0a;
    font-size: 14px;
    font-family: 'Exo', sans-serif;
}
.form_request_customer .customorder_form_fields .fieldset .field.details .label {
    display: block;
}
.form_request_customer .customorder_form_fields .fieldset .field.details .label span {
    color: #0a0a0a;
    font-size: 14px;
    font-family: 'Exo', sans-serif;
}
.form_request_customer .customorder_form_fields .fieldset .field.now_offer_request {
    color: #565656;
    font-style: italic;
    font-family: 'Exo', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}
.form_request_customer .customorder_form_fields .fieldset .field.now_offer_request a {
    color: #E83D6B;
}
.form_request_customer .customorder_form_fields .fieldset {
    margin-bottom: 25px;
}
.form_request_customer .customorder_form_fields .actions-toolbar {
    padding: 0 15px;
}
.form_request_customer .customorder_form_fields .actions-toolbar .primary {
    float: right;
}
.form_request_customer .customorder_form_fields .actions-toolbar .primary button.action.primary, button.action.primary {
    padding: 0.85em 1em;
    border: transparent solid 1px;
    background-color: #E83D6B;
    color: #fff;
    border-radius: 0.3125rem 0 0.3125rem 0;
    height: auto;
    font-size: 1rem;
    line-height: normal;
    font-family: 'Exo', sans-serif;
    min-width: 90px;
}
a.action.remind > span, a.action.remind > span:hover {
    text-decoration: none;
}
button.action.reload.captcha-reload,button.action.reload.captcha-reload:hover{
    border-radius: 0.3125rem 0 0.3125rem 0;
}
.actions-toolbar > .secondary .action:last-child, .actions-toolbar > .secondary .action:last-child:hover {
    padding: 0.85em 1em;
    border: none;
    /*background-color: #565656;*/
    color: #fff;
    border-radius: 0.3125rem 0 0.3125rem 0;
    height: auto;
    font-size: 1rem;
    line-height: normal;
    font-family: 'Exo', sans-serif;
    min-width: 90px;
}

.form_request_customer .customorder_form_fields .actions-toolbar .primary button.action.primary:focus {
    outline: none;
}
.catalog-product-view .form_request_bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #E9E2E1;
    opacity: 0.8;
    overflow-y: scroll;
}
.catalog-product-view .form_request_bg.active {
    display: block;
}
.catalog-product-view .form_request_customer.active {
    display: block;
}
.catalog-product-view .form_request_close {
    float: right;
    padding-right: 15px;
    color: #8a8a8a;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.catalog-product-view .column-cover-block {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 20px 0 40px;
}
.catalog-product-view .column-cover-container {
    max-width: 87.5em;
    margin: 0 auto;
}
.loading-mask {
    z-index: -1;
}
.fullscreen_img {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}
.bg-image-layer {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    right: 0;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(65deg, rgb(255, 255, 255, 0) 0%, rgb(253, 253, 253, 0) 31%, rgb(252, 252, 252, 0.95) 44%, rgb(248, 248, 248, 0.95) 100%);
}
.catalog-product-view .page-wrapper > .breadcrumbs {
    margin: 0;
}
.catalog-product-view #maincontent {
    position: relative;
    padding-top: 0;
}
.more-about-product {
    background: #fff;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}
#itoris_dynamicproductoptions #itoris_dynamic_option_id_52990 {
    display: none !important ;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon {
    top: 17px;
    right: 10px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: "\f00d";
    font: normal normal normal 14px/1 "Font Awesome";
    font-size: 22px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon:after {
    box-shadow: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon:focus {
    border: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon:active {
    border: none;
}
.product-middle-block .product.attribute.overview .value ul {
    list-style-type: "» ";
    list-style-position: inside;
    padding: 0;
    margin-top: 15px;
}
.product-middle-block .product.attribute.overview .value ul li {
    color: #565656;
    font-family: 'Exo', sans-serif;
    line-height: normal;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
.product-middle-block .product.attribute.overview .value ul li:before {
    content: "";
    display: inline-block;
    font-size: 100%;
    vertical-align: middle;
    color: #565656;
}
.product-middle-block .product.attribute.overview .value ul li::marker {
    color: #565656;
    display: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1rem;
}
ul.product-highlights {
    list-style-type: "» ";
    list-style-position: inside;
    padding: 0;
    margin-top: 20px;
    color: #565656;
    line-height: 0.75rem;
    font-family: 'Exo', sans-serif;
    line-height: normal;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 0.75rem;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255, 0.25);
    padding: 15px 10px 5px 15px;
    border-radius: 10px;
}
ul li.product-highlights {
    color: #565656;
    list-style: none;
    font-family: 'Exo', sans-serif;
    line-height: normal;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.product-highlights li::marker {
    display: inline-block;
    font-size: 100%;
    vertical-align: middle;
    color: #e83d6b;
    font-weight: 600;
}
.product-highlights li:before {
    content: "";
    display: inline-block;
    font-size: 100%;
    vertical-align: middle;
}
.product-highlights ul {
    list-style-type: "» ";
    list-style-position: inside;
    padding: 0;
    margin-top: 15px;
}
.short-desc ul {
    list-style-type: "» ";
    list-style-position: inside;
    padding: 0;
    margin-top: 15px;
}
.product-middle-block .product.attribute.overview .value ul li::marker {
    color: #565656;
    display: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1rem;
}
.product-middle-block .product-info-stock-sku .stock.available span {
    color: #565656;
    font-family: 'Exo', sans-serif;
    line-height: normal;
    font-size: 15px;
    font-weight: normal;
}
.product-middle-block .product-info-stock-sku .stock.available span.label {
    font-weight: 600;
}
.product-item-info .title_logo {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.products-list .product-item .product-item-info .title_logo {
    display: none;
}
.product-item-info .title_logo .top_title {
    float: left;
    color: #DF013A;
    font-family: 'Exo', sans-serif;
    line-height: 1.5rem;
    text-align: left;
}
.product-item-info .title_logo .discount {
    float: right;
    font-weight: 600;
    background: #565656;
    color: #fefefe;
    padding: 0.1875rem 0.3125rem;
    border-radius: 0.3125rem;
    font-size: 13px;
    line-height: 0.8rem;
}
.toolbar-products {
    padding: 10px 0;
}
.toolbar-products .toolbar-sorter .sorter-label {
    color: #565656;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
}
.toolbar-products .toolbar-sorter .sorter-options {
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    background-color: #e9e2e1;
    border: #cacaca solid 1px;
    height: 1.875rem;
    line-height: normal;
    color: #0a0a0a;
}
.toolbar-products .modes {
    width: auto;
    margin: 0;
    float: left;
}
.toolbar-products .modes-mode {
    width: auto;
    background: #fff;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'Exo', sans-serif;
    padding: 6px 10px;
    border-radius: 0;
    color: #565656;
    opacity: 0.5;
    margin-right: 15px;
}
.toolbar-products .modes-mode:after {
    content: "\f0d7";
    font-size: 15px;
    margin-left: 3px;
    font-family: 'Font Awesome';
}
.toolbar-products .modes-mode:before {
    display: none;
}
.toolbar-products .modes-mode:hover {
    width: auto;
    color: #E83D6B;
    background: #fff;
}
.toolbar-products .modes-mode:hover label {
    color: #E83D6B;
}
.toolbar-products .modes-mode label {
    margin: 0;
    color: #565656;
    cursor: pointer;
}
.toolbar-products .modes-mode.active {
    background: #fff;
    opacity: 1;
    color: #565656;
}
.toolbar-products .field.limiter {
    float: right;
}
.toolbar-products .field.limiter .limiter-options {
    line-height: normal;
    height: 1.875rem;
}
.product-item-info .title_logo .product_logo {
    float: right;
}
.title_seller {
    font-weight: 600;
    position: absolute;
    top: -4rem;
    right: 2rem;
    font-size: 18px;
    text-transform: uppercase;
}
.sticky-product {
    z-index: 5;
}
.cart.item .item-info .product-item-details .price_calculate {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 5px;
    display: inline-block;
}
.cart.item .item-info .field.qty .quantity-display span {
    font-size: 11px;
    font-weight: 600;
}
.cart.item .item-info .item-options dt {
    font-size: 13px;
}
.cart.item .item-info .item-options dd {
    font-size: 13px;
}
.catalog-product-view .upsell_products {
    max-width: 87.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.catalog-product-view .block.upsell {
    background: #fff;
    border-radius: 0.625rem;
}
.catalog-product-view .block.upsell .block-title {
    text-align: center;
    border-bottom: none;
    text-align: center;
    font-weight: 600;
    padding: 2rem 1rem;
    margin: 0;
}
.catalog-product-view .block.upsell .block-title strong {
    font-family: 'Exo', sans-serif;
    line-height: 1.5;
    color: #565656;
    font-size: 22px;
}
.block.upsell .block-content {
    padding: 1rem 2rem;
}
.block.upsell .block-content .product-item .product_logo {
    float: right;
    width: 100%;
}
.block.upsell .block-content .product-item .product_logo img {
    max-width: 75px;
    margin: 0;
    float: right;
    padding: 0;
}
.block.upsell .products .product-item-description {
    font-size: 13px;
    color: #000;
}
.block.upsell .product-item-info a.product-item-photo {
    border: none;
    padding: 0;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions {
    display: none;
}
.block.crosssell .product-item-info a.product-item-photo {
    border: none;
}
.upsell_products .block.upsell .block-content .owl-controls .owl-nav {
    display: none;
}
.upsell_products .block.upsell .block-content .owl-controls .owl-dots {
    display: none;
}
.checkout-cart-index .block.crosssell .products-grid .product-item {
    width: 33%;
}
.checkout-cart-index .block.crosssell .products-grid .product-item .product-item-info {
    width: 100%;
}
.checkout-cart-index .block.crosssell .products {
    margin: 0;
}
.block.crosssell .products .product-item-description {
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
}
.checkout-cart-index .page-main {
    padding-bottom: 0;
}
@media only screen and (max-width: 1400px) {
    .fullscreen_img {
        background-size: 100% 100%;
    }
}
@media only screen and (max-width: 1300px) {
    .product-related-tabs .product-related-title ul li {
        font-size: 15px;
        padding: 16px 10px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -5%!important;
    }
    .page-header .amsearch-result-section {
        right: 15%;
        width: 470px;
        min-width: 85%;
    }
    .page-header .amsearch-input-wrapper {
        min-width: 450px;
    }
    div.header.content > div.custom-block {
        width: 26%;
    }
}
@media only screen and (max-width: 1200px) {
    .catalog-category-view .products.products-list .products .product-item .product.product-item-details {
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        padding: 5px;
    }
    .catalog-category-view .products.products-list .products .product-item .product.product-item-details:after {
        display: none;
    }
    .catalog-category-view .products.products-list .products .product-item .product-item-info:hover:after {
        background: #e83d6b;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        z-index: 9;
        content: "";
    }
    .catalog-product-view #maincontent {
        padding-top: 0;
    }
    .product-middle-block {
        padding-bottom: 3em;
    }
    .product-related-tabs .product-related-title h2 {
        font-size: 20px;
        line-height: normal;
    }
    .product-related-tabs .product-related-title ul li {
        font-size: 14px;
        margin-right: 1.8%;
        width: 18.2%;
        padding: 14px 5px;
    }
    .product-description .title h2 {
        font-size: 20px;
        line-height: normal;
    }
    .product-related-tabs .product-related-item .columns {
        width: 32.7%;
    }
    .video-tutorial .videos ul li {
        width: 32.6%;
    }
    .video-tutorial .title h2 {
        font-size: 20px;
        line-height: normal;
    }
    .catalog-product-view .block.upsell .block-title strong {
        font-size: 20px;
        line-height: normal;
    }
    .navigation li.level0 > .level-top {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .sticky-logo .logo img {
        max-width: 200px !important;
        margin-right: 0;
    }
    .page-header.type16 .navigation .level0 > .level-top > span {
        font-size: 14px!important;
    }
    .footer-middle ul.contact-info li {
        display: flex;
    }
    .footer-middle ul.links li {
        line-height: 22px;
        display: flex;
    }
    .homepage-bar h3 {
        font-size: 18px;
        line-height: 22px!important;
    }
    .homepage-bar .text-area {
        text-align: center;
    }

}
@media only screen and (max-width: 1100px) {
    .product-related-tabs .product-related-title ul li {
        margin-right: 0.5%;
        width: 19.22%;
    }
    .product-related-tabs .product-related-title ul li i {
        padding-left: 2px;
    }
    .product-related-tabs .product-related-title h2 {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .product-description .title h2 {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .product-related-tabs .tabcontent .tabs-panel {
        padding: 0 15px;
    }
    .product-related-tabs .product-related-item .columns {
        width: 32.6%;
    }
    .product-related-item .add-to-cart-wrapper .qty-wrapper {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }
    .product-related-item .add-to-cart-wrapper .add-to-cart-buttons {
        width: auto;
    }
    .product-description .product-description-content {
        margin-bottom: 3rem;
    }
    .product.info.tech-specs {
        width: 100%;
    }
    .product.info.tech-specs .product.data.items .data.item.title a {
        font-size: 15px;
        line-height: normal;
    }
    .product.info.tech-specs .product.data.items .data.item.content tr th {
        font-size: 15px;
        line-height: normal;
    }
    .product.info.tech-specs .product.data.items .data.item.content tr td {
        font-size: 15px;
        line-height: normal;
    }
    .video-tutorial {
        margin-bottom: 0;
    }
    .video-tutorial .title h2 {
        font-size: 18px;
    }
    .catalog-product-view .block.upsell .block-title strong {
        font-size: 20px;
        line-height: normal;
    }
}
@media only screen and (max-width: 1024px) {
    .catalog-product-view .column-cover-block {
        padding: 40px 0 20px;
    }
    #maincontent .product-info-main {
        width: auto;
        padding: 15px;
        margin: 0 15px;
        margin-bottom: 15px;
        border-radius: 0;
    }
    #maincontent .product.media {
        width: 50%;
    }
    .bg-image-layer {
        background: #fff;
    }
    .product-middle-block {
        width: 50%;
    }
    .product-info-main .product-info-price {
        width: 50%;
        float: left;
        display: inline-block;
        padding-right: 40px;
    }
    .product-info-main .product-add-form {
        background: #fefefe;
        padding: 1rem;
        width: 50%;
        float: left;
        clear: none;
    }
    .marketing {
        width: 100%;
        margin-top: 2rem;
    }
    .product-info-main .product-social-links {
        margin: 0 0 10px;
        padding-top: 10px;
    }
    .title_seller {
        top: 0;
        right: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .product-related-tabs {
        margin-top: 2rem;
    }
    div.header.content > div.custom-block {
        width: 35%;
    }
    .page-header.type16 .custom-block {
        right: 5%;
    }
    .pro_img_btm {
        display: none;
    }
    .catalog-product-view #maincontent {
        padding-top: 0;
    }
    .product-middle-block {
        padding-bottom: 2em;
        margin-bottoM: 2rem;
    }
    #maincontent .product.media {
        width: 50%;
    }
    .product-middle-block {
        width: 50%;
    }
    #maincontent .product-info-main {
        width: auto;
        order: 3;
        margin: 0 15px;
    }
    .marketing {
        width: 100%;
        order: 4;
    }
    .more-about-product .product-view ul li.title {
        display: none;
    }
    .more-about-product .product-view ul li {
        width: 100%;
        text-align: left;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #cab8b6;
        border-radius: 0;
    }
    .more-about-product .product-view ul li a {
        background-position: left !important ;
        background-size: contain !important ;
        height: 40px;
        width: 100%;
        padding: 0;
        padding-left: 60px;
        padding-top: 10px;
    }
    .product-related-tabs {
        margin-bottom: 2rem;
    }
    .product-related-tabs .product-related-title h2 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .product-related-tabs .product-related-title ul li {
        padding: 12px;
        width: 100%;
    }
    .product-related-tabs .product-related-title ul li i {
        padding-left: 10px;
    }
    .product-related-tabs .product-related-item .columns {
        width: 49%;
    }
    .product-related-tabs .product-related-item .columns.desc {
        width: 49%;
    }
    .product-related-tabs .product-related-item .columns.price-col {
        margin-top: 10px;
        width: 100%;
    }
    .product-description {
        margin-bottom: 2rem;
        padding: 1rem;
    }
    .product-description .title h2 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .product-description .left-desc {
        width: 100% !important ;
    }
    .product-description .middle-desc {
        width: 100% !important ;
    }
    .product-description .right-desc {
        width: 100% !important ;
    }
    .product-description p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .product-description ul {
        font-size: 14px;
        line-height: 1.4;
    }
    .product-description .middle-desc .vorteile {
        padding: 1rem;
    }
    .product-description .middle-desc .vorteile ul li {
        font-size: 19px;
    }
    .product-description .product-description-content {
        margin-bottom: 2rem;
    }
    .product.info.tech-specs {
        margin-bottom: 0;
    }
    .product.info.tech-specs .product.data.items {
        margin-bottom: 0;
    }
    .video-tutorial {
        padding: 1rem;
    }
    .video-tutorial .title h2 {
        padding-top: 10px;
    }
    .video-tutorial .videos ul li {
        width: 32.9%;
        height: auto;
        margin-bottom: 20px;
    }
    .catalog-product-view .block.upsell .block-title {
        padding: 1rem;
    }
    .catalog-product-view .block.upsell .products {
        margin: 0;
    }
    strong.logo {
        width: 40%;
    }
    .homepage-bar h3 {
        margin-bottom: 10px;
    }
    .custom-support div.content > h2 {
        margin-bottom: 10px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 15%!important;
    }
    .catalog-product-view .page-wrapper #maincontent .columns {
        display:block!important;
    }
    header.page-header .header.content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .minicart-wrapper.cart-design-1 {
        position: unset;
    }
    .block-search {
        margin: 0;
    }
    .page-header .amsearch-wrapper-block:before {
        content:unset;
    }
    .panel.wrapper {
        display: none!important;
    }
    .page-header .amsearch-input-wrapper {
        min-width: 100%!important;
    }
    .block-search {
        width: 100%!important;
    }
    .block-search {
        order: 2;
    }
    .minicart-wrapper.cart-design-1 {
        order: 4;
    }
    span.action.nav-toggle {
        order: 3;
    }
    strong.logo {
        order: 1;
    }
    .amsearch-block-header .amsearch-title {
        font-size: 16px;
    }
    .amsearch-item-container .amsearch-item .amsearch-link {
        padding: 0 20px;
    }
    .amsearch-form-block {
        width: 100%!important;
    }
    .page-header .amsearch-result-section {
        right: 0%!important;
        width: 230px!important;
        min-width: 100%!important;
    }
    .product.info.tech-specs .product.data.items .data.item.content {
        margin-top: 40px!important;
    }
    .page-header .panel.wrapper {
        justify-content: end!important;
    }

}
@media only screen and (max-width: 991px) {
    .checkout-cart-index .block.crosssell {
        width: 100%;
        padding-right: 0;
    }
}
@media only screen and (max-width: 850px) {
    .products.wrapper.products-grid.subcategory_all .item {
        width: 50%;
        clear: inherit;
    }
    .custom-block.f-right {
        width: 100% !important ;
    }
    .catalog-category-view .products.products-list .products .product-item {
        width: 100%;
    }
    .page-products .toolbar .limiter .label {
        display: none;
    }
    .page-products .toolbar .limiter {
        line-height: 5;
    }
    .page-products .sorter {
        line-height: 2.5;
    }
    .products.wrapper ~ .toolbar .pages {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .products-grid ol.products.list.items.product-items li.item.product.product-item div.product-item-info div.title_logo div.product_logo {
        margin-right: 10px;
    }
    .product-item-info .title_logo .top_title {
        margin-left: 15px;
    }
    .block-swissup-ajaxsearch-results .product-item-info .product-item-name a, .block-swissup-ajaxsearch-results .product-item-info .product-item-name, .block-swissup-ajaxsearch-results .product-item-info .price-box, .block-swissup-ajaxsearch-results .product-item-info .product-info-stock-sku {
        text-align: left !important ;
        line-height: 1.5;
        font-size: 15px;
        margin-bottom: 0;
    }
    .block-swissup-ajaxsearch-results .ajaxsearch-header-container .view-all {
        float: right;
        font-size: 15px;
    }
    .block-swissup-ajaxsearch-results .product-item-info .price-box {
        font-size: 15px;
    }
    .page-header.type8.header-newskin {
        height: auto !important ;
    }
    #maincontent .product.media {
        width: 100%;
        order: 2;
    }
    #maincontent .product-info-main {
        border-radius: 0;
        width: auto;
        margin: 0 15px;
    }
    .product-info-main .product-info-price {
        width: 100%;
        padding-right: 0;
        padding: 0 15px;
    }
    .product-info-main .product-info-price .package_all .package {
        width: 40%;
    }
    .product-info-main .product-info-price .package_all .package_price {
        width: 40%;
    }
    .product-info-main .product-info-price .package_single .package {
        width: 40%;
    }
    .product-info-main .product-info-price .single_price {
        width: 40%;
    }
    .product-info-main .product-add-form {
        width: 100%;
    }
    .product-middle-block {
        width: 100%;
        order: 1;
    }
    .product-description .product-description-content {
        margin-bottom: 1rem;
    }
    .fullscreen_img {
        background-size: cover;
    }
    .product-middle-block .sample-order-block a.order-sample span {
        font-size: 15px;
    }
    .catalog-product-view .product-otherstuff {
        padding: 0;
        order: 5;
    }
    .product-related-tabs {
        border-radius: 0;
    }
    .product-description {
        border-radius: 0;
    }
    .video-tutorial {
        border-radius: 5px;
    }
    .more-about-product {
        display: none;
    }
    .more-about-product .product-view ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .more-about-product .product-view ul li a {
        font-size: 14px;
    }
    .product-related-tabs .tabcontent .tabs-panel .product-related-item {
        width: 100%;
        border-right: none;
    }
    .product-related-tabs .tabcontent .tabs-panel .product-related-item:nth-last-child(2) {
        border-bottom: 1px solid #e9e2e1;
    }
    .product-description .middle-desc {
        width: 100%;
    }
    .product-description .middle-desc .manufacturer {
        margin: 2rem 0;
    }
    .product-description .middle-desc .vorteile {
        margin-bottom: 15px;
    }
    .product-description .middle-desc .vorteile ul {
        margin-bottom: 0;
    }
    .product-description .middle-desc .vorteile ul li {
        font-size: 17px;
    }
    .product-description .right-desc {
        width: 100%;
    }
    .product.info.tech-specs {
        width: 100%;
    }
    .product.info.tech-specs .product.data.items .data.item.content {
        margin-top: 0;
        width: 100%;
    }
    .video-tutorial .videos ul li {
        width: 49%;
    }
    .toolbar-products .modes {
        float: right;
    }
    .toolbar-products .modes-mode label {
        font-size: 13px;
    }
    .toolbar-products .modes-mode:after {
        font-size: 13px;
    }
    .title_seller {
        top: -30px;
        left: 0;
    }
    .catalog-product-view .column-cover-block {
        padding: 20px 0 10px;
    }
    .catalog-product-view .product.info.tech-specs .additional-attributes {
        width: 100%;
    }
    .catalog-product-view .upsell_products {
        padding: 0;
        order: 2;
    }
    .checkout-cart-index .block.crosssell {
        padding-right: 15px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item {
        width: 49%;
    }
    .upsell_products .block.upsell .block-content .owl-controls {
        top: 35%;
    }
    .upsell_products .block.upsell .block-content .owl-controls .owl-nav {
        display: block;
    }
    .upsell_products .block.upsell .block-content .products-upsell .owl-controls {
        top: 35%;
    }
    .catalog-product-view .column-cover-container {
        order: 2;
    }
    .sidebar.sidebar-additional, .sidebar.sidebar-main {
        border: none !important ;
    }
    .store_change ul {
        padding: 0 0 0 15px !important ;
        min-width: 200% !important ;
    }
    div.store_change > ul > li:nth-child(1) {
        display: none !important ;
    }
    .store_change ul > li:first-child {
        display: inline-block !important ;
    }
    .store_change ul li {
        min-width: 15% !important ;
        max-width: 20% !important ;
        font-size: 12px !important ;
    }
    .store_change .tuerenwelt li, .store_change .bodenwelt li, .store_change .sonderposten li {
        background-size: contain;
    }
    .page-header.type16 .minicart-wrapper .action.showcart:before, .page-header.type16 .minicart-wrapper .action.showcart.active:before {
        font-size: 16px !important ;
        color: #565656 !important ;
    }
    .top-newsletter {
        display: none;
    }
    .navigation .level0 > .level-top, .nav-sections .header.links li.greet.welcome {
        font-size: 15px !important ;
    }
    .sw-megamenu.navigation li.level0.staticwidth > .submenu, .nav-sections .header.links li {
        font-size: 15px !important ;
    }
    .header.content > .logo img {
        min-width: 200px !important ;
    }
    .minicart-wrapper {
        display: none;
    }
    .page-header.header-newskin .navigation .level0 > .level-top {
        line-height: unset!important;
        border-bottom:1px solid #dddddd!important;
    }
}
@media (max-width: 991px) {
    header.page-header .header.content {
        padding: 15px;
    }
    .quotation_quote_page .table-order-items tfoot {width:275px !important;}
}
@media only screen and (max-width: 639px) {
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
        min-width: 120px;
        color: #565656;
        font-family: 'Exo', sans-serif;
    }
    .product.info.tech-specs .product.data.items .data.item.content tr td {
        padding: 6px 0;
    }
    .product.info.tech-specs .product.data.items .data.item.content tr th {
        background: none;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .video-tutorial .videos ul li {
        width: 100%;
    }
    .catalog-product-view .form_request_customer {
        left: 15px;
        right: 15px;
        width: auto;
    }
}
@media only screen and (max-width: 480px) {
    .products.wrapper.products-grid.subcategory_all .item {
        width: 100%;
    }
    .page-products .sorter {
        width: 100%;
    }
    .toolbar-products {
        padding: 10px 0 0;
    }
    .page-products .products-grid + .toolbar.toolbar-products {
        padding-top: 10px;
    }
    .toolbar-products .modes {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .toolbar-products .modes-mode {
        float: none;
    }
    .products.wrapper ~ .toolbar .pages {
        width: auto;
    }
    .products.wrapper ~ .toolbar .limiter {
        width: auto;
    }
    .form_request_customer .customer-type-wrapper span {
        width: 100%;
        display: block;
    }
    .form_request_customer .customorder_form_fields .fieldset .field {
        width: 100%;
    }
    .form_request_customer .customorder_form_fields .fieldset .field.full_width input {
        width: 100%;
    }
    .catalog-product-view .product.info.tech-specs .product.data.items {
        padding: 0;
    }
    .product.info.tech-specs .product.data.items .data.item.content tr th {
        font-size: 14px;
    }
    .product.info.tech-specs .product.data.items .data.item.content tr td {
        font-size: 14px;
    }
    .downloads_all {
        width: auto;
        padding: 0 10px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .page-header.type16 .navigation .level0 > .level-top > span {
        font-size: 18px;
        min-height: 5rem;
        line-height: 5rem;
        overflow: inherit;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
        color: #777;
    }
    .page-header .navigation .level0.parent > a::after {
        content: '';
    }
    .level-top:hover {
        background-color: #f2f2f2 !important ;
    }
    .navigation .level0 > .level-top {
        padding: 15px !important ;
        display: initial !important ;
    }
    .navigation li.level0.fullwidth > .submenu {
        max-width: 100% !important ;
    }
    .navigation li.level0 > .level-top {
        padding: 0;
        border-radius: 5px;
        padding-right: 5px !important ;
        padding-left: 5px !important ;
    }
    .navigation li.level0 > .level-top:first-child {
        padding-left: 10px !important ;
    }
    .submenu a:hover > span {
        text-decoration: none !important ;
    }
    header.page-header.sticky-header .navigation .sw-megamenu li.level0.parent > a::after {
        line-height: 69px;
    }
    .page-header.type16 .navigation li.level0.active, .page-header.type16 .navigation li.level0:hover {
        color: #565656;
        background-color: transparent;
    }
    .page-header.type16 .navigation > ul {
        background-color: transparent;
    }
    .page-header.type16 .navigation {
        padding: 0;
    }
    .block-minicart .block-content > .actions > .secondary .action.viewcart, .block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
        background: #91A855;
        background-clip: padding-box;
        color: #fff;
        border: #cccccc solid 0px;
        font-size: 100%;
        /*height: 65px;*/
        line-height: 1.5;
        /*padding: 10px;*/
        vertical-align: baseline;
        box-sizing: border-box;
        border-radius: 0.625rem 0 0.625rem 0;
        text-decoration: none;
        font-size: 15px;
    }
}
@media screen and (min-width: 1280px) {
    .page-header.type23 .sw-megamenu.navigation li.level0 {
        min-width: 12%;
        max-width: 12%;
    }
}
@media only screen and (max-width: 400px) {
}
.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    width: 20px !important ;
    height: 20px !important ;
}
.page-header.type16 .minicart-wrapper .action.showcart .counter.qty {
    line-height: 20px !important ;
}
.fotorama__img {
    width: 100%;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 0 !important ;
}
.fotorama__caption__wrap {
    background-color: rgb(255, 255, 255, 0.8);
    padding: 5px 12px !important ;
    margin-bottom: 15px !important ;
}
.fotorama__nav.fotorama__nav--thumbs {
    height: 92px !important ;
}
div.std {
    line-height: 1.5rem;
}
.sidebar.sidebar-additional, .sidebar.sidebar-main {
    position: relative;
    padding: 20px;
    background-color: transparent;
    width: 20%;
    border-radius: 5px;
    word-break: break-word;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 5%);
}
div[aria-expanded="false"] {
    border: none;
    padding: 10px;
    font-family: 'Exo', sans-serif;
    color: #565656;
    letter-spacing: 1px;
    font-size: 13px;
}
div[aria-expanded="true"] {
    border: none;
    padding: 10px;
    font-family: 'Exo', sans-serif;
    color: #565656;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 0;
}
.filter-actions {
    font-size: 80%;
    padding: 10px 15px !important ;
    border: #ddd solid 1px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    margin-bottom: 14px;
    background-color: #f2f2f2 !important ;
    color: #565656 !important ;
}
.action.clear.filter-clear a:focus, .action.clear.filter-clear a:hover, .action.clear.filter-clear a::marker {
    color: #565656 !important ;
    text-transform: uppercase;
}
.block-category-list .block-content, .filter-options-content, .filter-current .items {
    border: none;
    background-color: #fefefe;
    padding: 20px 15px;
}
.amasty-catalog-topnav .filter-options, .catalog-topnav .filter-options {
    border-top: none;
    border-bottom: none;
}
.amasty-catalog-topnav .filter-options-title {
    text-align: left !important ;
    background-color: transparent;
    padding: 0;
    display: table-row-group;
}
.action.clear.filter-clear > span {
    text-transform: uppercase;
    color: #565656;
    font-weight: 600;
}
.amasty-catalog-topnav .filter-content .item {
    display: inline-block;
    font-size: 100%;
    background-color: #f2f2f2;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    text-align: left;
    margin-top: 0;
}
.amasty-catalog-topnav.catalog-topnav .filter-options-content ol.items {
    margin: 0;
    max-height: 100% !important ;
    max-width: 450px;
    display: grid;
    grid-template-rows: repeat(5,min-content);
    grid-auto-flow: column;
}
.sidebar.sidebar-main.filter-options-content {
    min-width: 50px;
}
div.block-actions.filter-actions > a {
    text-decoration: none;
}
span.block-subtitle.filter-current-subtitle::before {
    font-size: 20px;
    content: '\f160' !important ;
    font-family: 'Font Awesome';
    color: #91A855;
    vertical-align: inherit;
}
span.block-subtitle.filter-current-subtitle::after {
    content: '';
    font-family: 'Font Awesome';
    color: #91A855;
    vertical-align: inherit;
}
.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle {
    border: 0 !important ;
    background-color: transparent;
    border-bottom: 2px solid #dfdfdf;
    font-family: 'Exo', sans-serif;
}
.swatch-option-tooltip {
    display: none !important ;
}
div .catalog-topnav .filter-options .filter-options-item {
    display: inline-block;
    min-width: 50px;
}
div .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px !important ;
    border: #565656 solid 1px;
}
.products-grid.subcategory_all > ol > li.item.product.product-item > div > div > strong > a {
    color: #565656;
    width: auto;
    font-size: 15px;
    line-height: 1em;
    font-family: 'Exo', sans-serif;
}
.catalog-category-view .products.products-list .products .product-item .product.name a > br {
    display: none;
}
.filter-options-title:after {
    font-size: 20px !important ;
    content: '\f0d7' !important ;
    font-family: 'Font Awesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #91A855 !important ;
}
.page-header.type23 .block-search {
    width: 50%;
    float: right;
    margin: 0 30px 0 0;
}
.store_change {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.store_change ul {
    padding: 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    max-width: 1280px;
}
.store_change ul li {
    float: left;
    min-width: 150px;
    max-width: 225px;
    padding: 15px 10px;
    margin-right: 20px;
    margin-left: 20px;
    transition: height 1s;
    list-style: none;
    margin-bottom: 0;
}
.store_change .bodenwelt {
    width: auto !important ;
    height: 40px;
    background: url(../images/store/store_bodenwelt.png) center no-repeat;
    margin: 15px 0 15px;
    background-size: contain;
    border: 0;
    cursor: grabbing;
}
.store_change .tuerenwelt {
    width: auto !important ;
    height: 40px;
    background: url(../images/store/store_tuerenwelt.png) center no-repeat;
    margin: 15px 0 15px;
    background-size: contain;
    border: 0;
}
.store_change .tuerenwelt:hover {
    background: url(../images/store/store_tuerenwelt_active.png) center no-repeat;
    background-size: contain;
    margin: 15px 0 15px;
    cursor: pointer;
}
.store_change .sonderposten {
    width: auto !important ;
    height: 40px;
    background: url(../images/store/store_sonderposten.png) center no-repeat;
    margin: 15px 0 15px;
    background-size: contain;
    border: 0;
}
.store_change .sonderposten:hover {
    background: url(../images/store/store_sonderposten_active.png) center no-repeat;
    background-size: contain;
    margin: 15px 0 15px;
    cursor: pointer;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    content: '\f07a' !important ;
    font-family: 'Font Awesome';
    font-size: 29px;
    line-height: 32px;
}
div.mage-error[generated] {
    color: #e02b27;
    font-size: 100%;
    text-transform: initial;
}
.field > .label {
    font-weight: 400;
    font-size: 100% !important ;
}
em.menu-thumb-icon.fab.fa-pagelines.bioboden {
    line-height: 1;
    font-size: 2rem;
    color: #91A855;
    margin-right: 10px;
}
em.menu-thumb-icon.far.fa-plus-square.related {
    line-height: 1;
    font-size: 2rem;
    color: #565656;
    margin-right: 10px;
}
.product.info.tech-specs .product.data.items .data.item.content tr td img {
    min-width: 40%;
    max-width: 40%;
}
button.action.primary.checkout {
    background: linear-gradient(to bottom, #f6db98 0%, #f1c455 100%);
    background-size: 1.875rem, auto;
    border-radius: 0.625rem 0 0.625rem 0;
    color: #565656;
    font-weight: 600 !important ;
    text-align: center;
    opacity: 1;
    position: relative;
    font-family: 'Exo', sans-serif;
    padding: 10px 15px !important ;
    font-size: 1rem;
    border: none;
}
#top-cart-btn-checkout:before {
    background: linear-gradient(to bottom, #f6db98 0%, #f1c455 100%);
    background-size: 1.875rem, auto;
    border-radius: 0.625rem 0 0.625rem 0;
    color: #565656;
    font-weight: 600 !important ;
    text-align: center;
}
button.action.update, button.action.apply.primary {
    background: #91A855;
    background-clip: padding-box;
    color: #fff;
    font-size: 100%;
    /*height: 38px;*/
    line-height: 1;
    padding: 10px;
    vertical-align: baseline;
    box-sizing: border-box;
    border-radius: 0.625rem 0 0.625rem 0 !important ;
    margin-left: 5px !important ;
}
a:focus, img:focus, button:focus, a:hover, img:hover, button:hover, a:active, img:active, button:active {
    border-color: transparent;
}
.minicart-items .product-item-pricing .label {
    margin-top: 10px !important ;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
    background: #91A855;
    background-clip: padding-box;
    color: #fff;
    border: #cccccc solid 0px;
    font-size: 100%;
    height: 40px;
    line-height: 1.5;
    padding: 8px;
    vertical-align: baseline;
    box-sizing: border-box;
    border-radius: 0.625rem 0 0.625rem 0;
    text-decoration: none;
    font-size: 15px;
}
.cart-summary > .title {
    font-size: 1.5rem;
    font-weight: 400;
}
.cart.table-wrapper .product-item-name {
    padding: 0;
    margin-top: 0;
    text-align: left;
}
.product-item-details {
    padding: 0;
    margin-top: 0;
    text-align: center;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions button.action {
    background-color: #91A855 !important ;
    background: #91A855 !important ;
    color: #fff !important ;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions button.action, .product-info-main .product-add-form .box-tocart .fieldset .actions button.action:hover, button.action.submit.primary, button.action.submit.primary:hover {
    font-size: 1rem !important ;
    text-align: center;
    background: #565656;
    text-transform: uppercase;
    float: none;
    color: #fff;
    border-radius: 0.3125rem 0 0.3125rem 0;
    border: none;
    font-family: 'Exo', sans-serif;
    margin-top: 10px;
}
.minicart-items .product-item-details .price {
    color: #565656;
    font-size: 1rem;
}
a:focus, img:focus, button:focus, a:hover, img:hover, button:hover, a:active, img:active, button:active {
    outline: none !important ;
}
div.mage-error[generated], div#newsletter-error {
    color: #E83D6B;
    font-size: 80% !important ;
    font-weight: 600;
}
.top-newsletter .newsletter input, .top-newsletter .newsletter button.subscribe {
    background: #91A855;
    background-clip: padding-box;
    color: #fff;
    border: #cccccc solid 1px;
    font-size: 100%;
    height: 38px;
    line-height: 1;
    padding: 10px;
    vertical-align: baseline;
    box-sizing: border-box;
    border-radius: 0.625rem 0 0.625rem 0;
}
.logo img {
    min-width: 300px !important ;
    height: auto !important ;
}
@media screen and (max-width: 991px) {
    header.page-header.type18.sticky-header .navigation li.level0 > .level-top {
        padding: 10px 10px;
    }
}
@media screen and (min-width: 768px) {
    
.product-info-main .product-add-form .box-tocart .fieldset .actions button.action, .product-info-main .product-add-form .box-tocart .fieldset .actions button.action:hover, button.action.submit.primary, button.action.submit.primary:hover {
    margin-top: 5px;
}
    
    .page-header .drop-menu > a {
        color: #fff;
        background-color: transparent;
    }
    .page-header .drop-menu > a {
        color: #E83D6B;
        background-color: transparent !important ;
    }
}
.page-header.type8.header-newskin .header .custom-block {
    border-right: #E83D6B;
}
.top-phone {
    margin-top: -5px;
}
#tuerenwelt-main > div > div > div > p {
    text-align: justify;
}
.filterproducts.products .product-item .product-item-photo {
    border: 0 !important ;
}
.product-item-photo > a:not(.weltpixel-quickview):after {
    background-color: #fff;
}
#maincontent > div.category-view > div > h1, .category-description h1 {
    font-size: 20px !important ;
}
div.category-description h2 {
    font-size: 18px;
}
div.category-description {
    text-align: justify;
}
.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark {
    font-size: 1rem !important ;
}
.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
    font-size: 1rem !important ;
}
.quote-details-container .step-title {
    font-size: 1.5rem !important ;
}
.message.info, .message.success, .message.error, .message.notice {
    margin: 15px 0 15px 0;
    padding: 12px 18px 12px 22.5px;
    display: block;
    background: transparent;
    color: #565656;
    padding-left: 45px;
    position: relative;
    text-align: center;
    font-weight: 600;
    /*border: #E83D6B solid 1px;*/
}
.message.notice a:hover, .message.notice a {
    color: #565656;
}
.message.info >:first-child::before, .message.success >:first-child::before, .message.error >:first-child::before, .message.notice >:first-child::before {
    margin: -5px 0 0;
    position: unset;
    text-align: center;
}
.message.success > *:first-child:before {
    top: 22px;
    width: 45px;
    position: inherit;
    margin: -5px 0 0;
}
.message.success a {
    color: #E83D6B;
    text-decoration: underline;
}
.message.success a:hover {
    color: #565656;
}
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    float: left;
    min-width: 0;
    min-height: 33px;
    border: 0;
}
#mini-cart > li > div > a > span > span > img {
    border: 0 !important ;
    height: 60px;
}
.breadcrumbs li strong {
    font-weight: 500 !important ;
    font-size: 12px !important ;
    text-transform: none;
    font-family: 'Exo', sans-serif;
}
.actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child, #product-addtocart-button-clone, .message.info button, .abs-discount-block-desktop .block > .title strong, .paypal-review-discount .block > .title strong, .cart-discount .block > .title strong, .cart.table-wrapper .product-item-name, .cart-summary .block .title strong {
    font-size: 100%;
}
.sticky-product .sticky-detail .product-name-area .product-name {
    color: #000;
}
.product-info-main .box-tocart .actions {
    text-align: center;
}
.paypal-animation-container-expanded {
    margin-left: -30px !important ;
    border-radius: 0 !important ;
    margin-top: 10px;
}
.paypal-button.paypal-button-shape-rect {
    border-radius: 0;
}
div.fieldset > div > label > span {
    font-size: 100% !important ;
}
.product.data.items > div > a {
    text-transform: uppercase;
}
#ln_slider_price .ui-slider-handle {
    background-color: #E83D6B !important ;
}
#ln_slider_price.ui-slider-horizontal {
    background-color: #e83d6b !important ;
}
.product-view .product-shop .availability.in-stock span {
    color: #2cb246;
}
button#send2 {
    font-size: 100% !important;
    background: #91a836;
    background-clip: padding-box;
    color: #fff;
    border: #cccccc solid 1px;
    font-size: 100%;
    line-height: 1.5;
    padding: 8px;
    vertical-align: baseline;
    box-sizing: border-box;
    border-radius: 0.3125rem 0 0.3125rem 0;
    text-decoration: none;
    font-size: 15px;
}
button.action.submit.primary, button.action.submit.primary:hover {
    font-size: 100% !important ;
    background: #91a836;
    background-clip: padding-box;
    color: #fff;
    border: #cccccc solid 1px;
    font-size: 100%;
    height: 40px;
    line-height: 1.5;
    padding: 8px;
    vertical-align: baseline;
    box-sizing: border-box;
    border-radius: 0.625rem 0 0.625rem 0;
    text-decoration: none;
    font-size: 15px;
}
.zargen-tabelle {
    margin-top: 25px;
    bottom: 50px;
}
.zargen-tbs {
    color: #6e6e6e;
    padding: 5px 10px !important ;
    border: #d4d4d4 solid 1px;
    text-align: center;
    background-color: #e8e8e8;
}
.zargen-ws {
    color: #6e6e6e;
    padding: 7px 5px !important ;
    border: #d4d4d4 solid 1px;
    text-align: center;
    background-color: #e8e8e8;
}
.zargen-x {
    color: #fff;
    padding: 5px 10px !important ;
    border: #d4d4d4 solid 1px;
    font-weight: 600;
    text-align: center;
    background-color: #34C164;
}
.zargen-y {
    padding: 5px 10px !important ;
    border: #d4d4d4 solid 1px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
}
.zargen-row {
    color: #6e6e6e;
    float: left;
    width: 10%;
}
.zargen-tb {
    color: #6e6e6e;
    float: left;
}
.zargen-t {
    color: #6e6e6e;
    border: #d4d4d4 solid 1px;
    text-align: center;
    line-height: 1.5em;
}
.zargen-row .zargen-t {
    background-color: transparent;
    font-size: 13px;
}
input.input-text.product-custom-option:hover, input.input-text.product-custom-option:focus, input.input-text.product-custom-option:active {
    border: #E9E2E1 solid 1px !important ;
    font-size: 1rem;
    color: #565656;
    font-weight: 900;
}
div.base-price.base-one-price > span {
    font-size: 100% !important ;
    font-weight: 400 !important ;
}
h4.par-item-head {
    text-align: left;
    color: #E83D6B !important ;
    margin-top: 25px !important ;
}
span.par-item-head {
    text-align: left;
    color: #E83D6B !important ;
}
.shipping-text a:link {
    color: #e83d6b !important ;
}
.shipping-text a:visited {
    color: #e83d6b !important ;
}
.shipping-table thead {
    color: #E83D6B !important ;
}
h4.shipping-text-head {
    color: #e83d6b !important ;
}
.shipping-table-responsive-notice {
    border: #E83D6B dotted 1px !important ;
}
div.popup > h4 {
    color: #E83D6B !important ;
}
div.popup > h5 {
    color: #e83d6b !important ;
}
div.popup > p > a:link, div.popup > p > a:visited {
    color: #e83d6b !important ;
}
div.box-content {
    border-top-color: #e83d6b !important ;
}
header.page-header.type16.header-newskin.sticky-header {
    height: 60px !important ;
}
div.homepage-bar .text-area {
    vertical-align: top !important ;
    margin-bottom: 20px;
}
.homepage-bar h3 {
    font-size: 20px;
    font-weight: 400;
    color: #F4F4F4;
    line-height: 35px;
}
.footer-middle {
    background-color: #f4f4f4;
    color: #565656;
}
.footer-bottom {
    background-color: #565656 !important ;
}
.footer-bottom address {
    color: #fff;
    font-size: 13px;
}
.footer-middle a {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
    color: #565656;
}
.footer-middle a:hover, .footer-middle a:focus {
    text-decoration: none;
}
.footer-middle .contact-info b {
    color: #565656;
    font-family: 'Exo', sans-serif;
}
.footer-middle, .footer-middle p {
    color: #565656;
}
.footer-middle .block .block-title strong {
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}
.footer-middle {
    padding: 40px 0 45px;
}
.footer-middle-2 {
    padding: 0 0 50px 0;
}
.footer-middle .contact-info i, .footer-middle em {
    display: inline-block;
    color: #e83d6b;
}
.footer-bottom .container:before {
    display: none;
}
.footer-middle, .footer-middle p {
    font-size: 15px;
}
.footer-social i {
    font-size: 35px;
    vertical-align: middle;
    color: #e83d6b;
}
.footer-infos i, .footer-infos em {
    font-size: 35px;
    color: #e83d6b;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 35px;
}
.footer-social a {
    vertical-align: middle;
    margin-left: 10px;
    line-height: 35px;
    color: #565656;
}
div.block-content > ul > li > a:link, div.block-content > ul > li > a:visited {
    color: #565656 !important ;
}
.homepage-bar p {
    color: #565656 !important ;
}
@media screen and (max-width: 767px) {
    i.fas.fa-heart {
        margin-top: 10px;
    }
}
i.fas.fa-heart {
    color: #e83d6b !important ;
}
.attribute.delivery_time {
    padding: 3px;
    background-color: #91A855;
    color: #FFFFFF;
    font-weight: bolder !important ;
    border-radius: 5px;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    display: flex !important ;
}
div.express-delivery.item {
    background-color: #F2F6E4 !important ;
}
.owl-top-narrow .owl-carousel .owl-item > .item .product-item-name {
    text-align: center;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow: hidden;
    max-height: 5.1em;
    min-height: 5.1em !important ;
    line-height: 1.7em;
}
.owl-top-narrow .owl-carousel .owl-item > .item .price-box.price-final_price {
    float: none;
    margin: 0 0 0 0;
}
.owl-carousel .owl-item img {
    max-width: 100%;
}
.amslider-container.am-swiper-slider {
    width: 88% !important ;
}
.product.attribute.description {
    float: left;
    margin-bottom: 25px;
    text-align: justify;
}
#beschreibung h3 {
    margin-top: 20px !important ;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
#beschreibung h2 {
    font-size: 18px !important ;
    font-weight: 600;
    line-height: 1.5;
}
#beschreibung > div > div > p > strong {
    color: #585858;
}
div#product-options-wrapper {
    width: 100%;
    float: right;
    padding: 7px;
    padding-left: 0;
}
.field.configurable.required {
    margin: 0;
    width: 52%;
    flex-wrap: wrap;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    font-weight: 400;
    font-size: 1rem;
    padding: 0 0 10px;
    font-weight: 400;
    width: 100%;
    vertical-align: middle;
    /*height: 45px;*/
}
.control {
    font-size: 1rem;
    width: 100%;
}
div.stock.available > span:nth-child(2) {
    color: #91A855;
    font-weight: 600;
}
div.stock.available > span:nth-child(2)::before {
    content: " \f0d1 " !important ;
    font-family: 'Font Awesome';
    font-weight: 100;
    padding-right: 5px;
    padding-left: 5px;
    transform: rotateY(180deg) !important ;
    display: inline-block;
    font-size: 20px;
}
.product-info-stock-sku {
    padding-left: 0 !important ;
    margin-top: -25px;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    text-align: left;
    width: 100%;
}
div.product-info-main > div.product-info-price > div > div.stock.available > span.label {
    display: none;
}
.price-box .price {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #575757;
}
.fotorama__stage__frame .fotorama__img {
    width: 45%;
    max-height: fit-content;
    left: 51.5%;
    top: 30%;
}
.price::after {
    font-size: 20px;
    color: #000;
    vertical-align: super;
}
.price::before {
    font-size: 15px;
    color: #000;
}
.old-price span.price::before {
    content: none !important ;
}
.old-price span.price::after {
    content: none !important ;
}
div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span.special-price > span > span.price-wrapper > span.price, div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span > span.price-wrapper > span.price {
    font-size: 25px;
}
div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span > span.price-wrapper > span.price::before, .minicart-items .product-item-details .price::before, .block-minicart .amount .price-wrapper:first-child .price::before {
    content: none !important ;
}
div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span > span.price-wrapper > span.price::after, .minicart-items .product-item-details .price::after, .block-minicart .amount .price-wrapper:first-child .price::after, div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span.special-price > span > span.price-wrapper > span.price::after {
    content: none !important ;
}
.price-box.price-final_price {
    float: right;
    margin: -10px 0 0 0;
}
.normal-price .price {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #e83d6b;
    margin-top: 105px;
}
#product-options-wrapper > div > div > div.control > .super-attribute-select {
    border: #E43C6D solid 2px !important ;
    height: 40px;
    background-color: #f2f2f2;
}
.product-options-wrapper {
    border-bottom: none;
}
div#product-options-wrapper > .fieldset {
    background-color: #fefefe;
    padding: 15px 10px 0 10px;
}
div.mage-error[generated] {
    font-size: 100%;
}
div.product.attribute.delivery_time {
    display: inline-flex;
}
div.product.attribute.delivery_time > strong {
    font-weight: normal;
    padding-right: 5px;
}
div.product.attribute.delivery_time {
    font-weight: normal;
    padding-right: 5px;
    margin-left: 5px;
}
.fotorama__stage {
    border: none;
}
.product-info-main .page-title-wrapper h1 {
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.product-info-main .product-info-stock-sku {
    display: grid;
}
.page-title-wrapper.product {
    padding: 0 !important ;
    text-align: left;
    margin-bottom: 10px;
}
.product-info-main .box-tocart .input-text.qty {
    font-weight: 600;
}
.products-upsell .product.name a {
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow: hidden;
    max-height: 5.1em;
    min-height: 5.1em !important ;
    line-height: 1.7em;
    margin-top: 0;
    white-space: normal;
}
.price-box.price-final_price {
    float: none;
    margin: -10px 0 0 0;
}
.product-item .product-item-details {
    padding: 0;
}
#maincontent > div.columns > div > div.block.upsell > div.block-content.content > div > div > div.owl-stage-outer > div > div > div > div > div > div {
    float: none;
    margin-top: 10px;
}
#maincontent > div.columns > div > div.block.upsell > div.block-content.content > div > div > div.owl-stage-outer > div > div > div > div > div > div > span > span > span.price-label {
    float: none;
    margin-top: 8px;
}
.history p {
    margin-left: 0;
    float: none !important ;
}
div.col-lg-3 > div.block {
    margin-left: 0;
    float: none !important ;
}
@media screen and (max-width: 1199px) {
    .field.configurable.required {
        margin: 0;
        width: 100%;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1199px) {
    .field.configurable.required {
        margin: 0;
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .control {
        width: 100%;
        font-size: 100%;
        margin-top: -20px;
        margin-left: 0;
        padding: 0;
    }
}
ul > li, ol > li {
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 639px) {
    .product-info-stock-sku {
        padding-left: 0 !important ;
    }
}
@media screen and (min-width: 768px) {
    .product.data.items > .item.title {
        padding: 0 15px 5px 40px;
        min-width: 150px !important ;
    }
    .navigation .level0.parent > .level-top {
        padding-right: 0;
    }
    .page-header.type18 .navigation .level0 > .level-top {
        font-size: 13px;
        font-family: 'Exo', sans-serif;
        font-weight: 600;
    }
    .product.data.items {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .block-minicart .block-content > .actions > .secondary .action.viewcart {
        background: #91A855;
        background-clip: padding-box;
        color: #fff;
        /*border: #cccccc solid 1px;*/
        border: none !important;
        font-size: 100%;
        /*height: 60px;*/
        line-height: 1.5;
        /*padding: 10px;*/
        vertical-align: baseline;
        box-sizing: border-box;
        border-radius: 0.625rem 0 0.625rem 0;
        text-decoration: none;
        font-size: 15px;
    }
    .fotorama__stage__frame .fotorama__img {
        width: 80%;
        left: 50%;
        top: 46%;
    }
    .fotorama__caption {
        opacity: 0.5;
    }
    .product-tabs-container .data.item.title {
        font-size: 13px;
        padding: 0;
        min-width: 145px !important ;
        text-align: left;
        display: inline-block;
    }
}
.products-grid .product-item .product-item-info {
    position: relative;
    width: 50%;
}
.minicart-items .item-qty {
    width: 55px;
}
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    margin-right: 10px;
}
.minicart-items .product-item-details .price {
    font-size: 15px;
}
.minicart-items-wrapper {
    height: 105px;
}
#itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field .control, .itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field .control {
    margin-top: 0;
}
.G.View br {
    display: none;
}
div.View {
    background-color: #F7F7F7;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.G.View .GC, .G.View .GH {
    padding: 10px 10px;
}
div .GR {
    color: #585858;
}
div .GH {
    color: #FEFEFE !important ;
}
.G.View .GB .GC {
    font-size: 13px;
}
.G.View .GC:nth-child(even) {
    background: #FEFEFE;
}
.G.View .GHG {
    background: #E83D6B;
    background: linear-gradient(to bottom, #ee6d90 0%, #ea5079 66%, #E83D6B 100%);
}
.G.View .GHG .GH {
    font-size: 13px;
    font-weight: 600;
    color: #585858;
}
.G.View .GHG .GH:first-child {
    border-left: none;
}
.G {
    display: table;
}
.GR {
    display: table-row;
}
.GHG {
    display: table-header-group;
}
.GC, .GH {
    display: table-cell;
}
.GHG {
    display: table-header-group;
}
.GlasFoot {
    display: table-footer-group;
}
.GB {
    display: table-row-group;
}
.attribute.delivery_time {
    padding: 3px;
    background-color: #91A855;
    color: #FFFFFF;
    font-weight: bolder !important ;
    border-radius: 5px;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    display: flex !important ;
}
.owl-top-narrow .owl-carousel .owl-item > .item .product-item-name {
    text-align: center;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow: hidden;
    max-height: 5.1em;
    min-height: 5.1em !important ;
    line-height: 1.7em;
}
.owl-top-narrow .owl-carousel .owl-item > .item .price-box.price-final_price {
    float: none;
    margin: 0 0 0 0;
}
.amslider-container.am-swiper-slider {
    width: 88% !important ;
}
.product.attribute.description {
    float: left;
    margin-bottom: 25px;
    text-align: justify;
}
#beschreibung h3 {
    margin-top: 20px !important ;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
#beschreibung h2 {
    font-size: 18px !important ;
    font-weight: 600;
    line-height: 1.5;
}
#beschreibung > div > div > p > strong {
    color: #585858;
}
div#product-options-wrapper {
    width: 100%;
    float: right;
    padding: 20px;
}
.field.configurable.required {
    margin: 0;
    width: 52%;
    flex-wrap: wrap;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    font-weight: 400;
    font-size: 1rem;
    padding: 0 0 10px;
    font-weight: 400;
    width: 220px;
    vertical-align: middle;
    height: 15px;
}
/* .sidebar-content {
display: flex;
} */
dd > img {
    max-width: 50px !important ;
}
.control {
    font-size: 1rem;
    width: 100%;
}
div.stock.available > span:nth-child(2) {
    color: #91A855;
    font-weight: 600;
}

div.stock.available > span:nth-child(2)::before {
    content: " \f0d1 " !important ;
    font-family: 'Font Awesome';
    font-weight: 100;
    padding-right: 5px;
    padding-left: 5px;
    transform: rotateY(180deg) !important ;
    display: inline-block;
    font-size: 20px;
}
.product-info-stock-sku {
    padding-left: 0 !important ;
    margin-top: 0;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    text-align: left;
    width: 100%;
}
div.product-info-main > div.product-info-price > div > div.stock.available > span.label {
    display: none;
}
.price-box .price {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #e83d6b;
}
.fotorama__stage__frame .fotorama__img {
    width: 45%;
    max-height: fit-content;
    left: 51.5%;
    top: 30%;
}
.price::after {
    font-size: 20px;
    color: #000;
    vertical-align: super;
}
.price::before {
    font-size: 15px;
    color: #000;
}
.old-price span.price::before {
    content: none !important ;
}
.old-price span.price::after {
    content: none !important ;
}
div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span.special-price > span > span.price-wrapper > span.price, div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span > span.price-wrapper > span.price {
    font-size: 25px;
}
div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span > span.price-wrapper > span.price::before, .minicart-items .product-item-details .price::before, .block-minicart .amount .price-wrapper:first-child .price::before {
    content: none !important ;
}
div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span > span.price-wrapper > span.price::after, .minicart-items .product-item-details .price::after, .block-minicart .amount .price-wrapper:first-child .price::after, div.products.wrapper.grid.products-grid.products-related > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > div.price-box.price-final_price > span.special-price > span > span.price-wrapper > span.price::after {
    content: none !important ;
}

.price-box.price-final_price {
    float: right;
    margin: -10px 0 0 0;
}
.old-price .price {
    font-size: 15px;
    font-weight: normal;
    color: #565656;
    text-align: right;
    font-family: 'Exo', sans-serif;
    text-decoration: none !important ;
}
.normal-price .price {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #e83d6b;
    margin-top: 105px;
}
#product-options-wrapper > div > div > div.control > .super-attribute-select {
    border: #E43C6D solid 2px !important ;
    height: 40px;
    background-color: #f2f2f2;
}
.product-options-wrapper {
    border-bottom: none;
}
div#product-options-wrapper > .fieldset {
    background-color: #fefefe;
    padding: 15px 10px 0 10px;
}
div.mage-error[generated] {
    font-size: 100%;
}
div.product.attribute.delivery_time {
    display: inline-flex;
}
div.product.attribute.delivery_time > strong {
    font-weight: normal;
    padding-right: 5px;
}
div.product.attribute.delivery_time {
    font-weight: normal;
    padding-right: 5px;
    margin-left: 5px;
}
.fotorama__stage {
    border: none;
}
.product-info-main .page-title-wrapper h1 {
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.product-info-main .product-info-stock-sku {
    display: grid;
}
.page-title-wrapper.product {
    padding: 5px;
    text-align: left;
    margin-bottom: 10px;
}
.product-info-main .box-tocart .input-text.qty {
    font-weight: 600;
}
.products-upsell .product.name a {
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow: hidden;
    max-height: 5.1em;
    min-height: 5.1em !important ;
    line-height: 1.7em;
    margin-top: 0;
    white-space: normal;
}
.price-box.price-final_price {
    margin: -10px 0 0 0;
    text-align: center;
}
.product-item .product-item-details {
    padding: 0;
}
#maincontent > div.columns > div > div.block.upsell > div.block-content.content > div > div > div.owl-stage-outer > div > div > div > div > div > div {
    float: none;
    margin-top: 10px;
}
#maincontent > div.columns > div > div.block.upsell > div.block-content.content > div > div > div.owl-stage-outer > div > div > div > div > div > div > span > span > span.price-label {
    float: none;
    margin-top: 8px;
}
.history p {
    margin-left: 0;
    float: none !important ;
}
div.col-lg-3 > div.block {
    margin-left: 0;
    float: none !important ;
}
@media screen and (max-width: 1199px) {
    .field.configurable.required {
        margin: 0;
        width: 100%;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1199px) {
    .field.configurable.required {
        margin: 0;
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .control {
        width: 100%;
        font-size: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
}
#itoris_dynamicproductoptions .fieldset .legend, .itoris_dynamicproductoptions .fieldset .legend {
    margin: -29px 0 0 0;
    padding: 0;
}
ul > li, ol > li {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}
@media screen and (max-width: 639px) {
    .product-info-stock-sku {
        padding-left: 0 !important ;
    }
}
@media screen and (min-width: 768px) {
    .product.data.items > .item.title {
        padding: 0 15px 5px 40px;
        min-width: 150px !important ;
    }
    .product.data.items {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .fotorama__stage__frame .fotorama__img {
        width: 80%;
        left: 50%;
        top: 46%;
    }
    .fotorama__caption {
        opacity: 0.5;
    }
    .product-tabs-container .data.item.title {
        font-size: 13px;
        padding: 0;
        min-width: 145px !important ;
        text-align: left;
        display: inline-block;
    }
}
.products-grid .product-item .product-item-info {
    position: relative;
    width: 50%;
}
.minicart-items .item-qty {
    width: 55px;
}
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    margin-right: 10px;
}
.minicart-items .product-item-details .price {
    font-size: 15px;
}
.minicart-items-wrapper {
    height: 200px;
}
#itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field .control, .itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field .control {
    margin-top: 0;
}

.page-header .amsearch-input-wrapper {
    min-width: 320px;
}
div.header.content > div.custom-block {
    width: 32%;
}

.amsearch-items-section:not(:first-child:last-child) {
    max-width: 220px;
}
.page-header .amsearch-result-section {
    right: 28%;
    min-width: 72%;
}
.minicart-wrapper .block-minicart:after {
    border: unset;
}

@media only screen and (max-width: 960px) {
    .quotation_quote_page .quote_details_left {
        width: 100% !important;
        min-width: 100% !important;
        float: none;
    }
    .quotation_quote_page .quote_details_right {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
        float: none;
        overflow: hidden;
        margin-top: 20px;
        clear: both;
    }
}
@media only screen and (max-width: 767px) {
    .quotation-quote-offer .page-title-wrapper {
        overflow: hidden;
    }
    .hide_prodcut_details, .question_offer, .quotation_quote_page .quote_print_block .quote.main.actions {
        width: 100%;
        text-align: center;
    }
    .quotation_quote_page .quote_top_right {
        float: left;
        width: 100%;
        text-align: right;
        order: 1;
    }
    .quotation_quote_page .quote_top_left {
        width: 100%;
        order: 2;
    }
    .action.cart2quote-print-quote-btn, .action.secondary.cart2quote-reject-btn {
        width: 100%;
    }
    .mobile-sticky .page-main {
        margin-top: 0;
    }
    .quotation_quote_page .table-order-items tfoot {
        border: #CAB8B6 solid 1px;
        background: radial-gradient(circle, #FFFEFE 0%, #E9E2E1 100%);
        margin-top: 20px;
        float: left;
        max-width: 370px !important ;
        min-width: 370px !important ;
        width: 370px;
    }
    .block-search {
        display: none;
    }
    .minicart-wrapper {
        display: block;
    }
    strong.logo {
        margin-right: auto !important;
        margin-left: -10px !important;
        margin-top: 0 !important;
    }
    .porto-icon-shopping-cart::before {
        font-size: 20px!important;
    }
    .page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
        right: 10px !important;
        top: 4px !important;
    }
    header.page-header .header.content {
        padding: .6rem 1.5rem !important;
        background-color: #fff;
        display: inline-block !important;
    }
    .block-search {
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        padding: 17px!important;
    }
    .block-search input {
        background-color: #fff!important;
        color: #777;
        border: 1px solid #333!important;
        border-radius: 10px;
    }
    .page-header .amsearch-wrapper-block {
        margin: 0;
        padding-top: 0;
    }

    .minicart-wrapper .block-minicart {
        width: 300px;
        max-width: unset;
        min-width: unset;
    }
}
@media only screen and (max-width: 639px) {
    .quotation_quote_page .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
        text-align: left;
    }
    .quotation_quote_page .col.tier div:last-child {
        height: auto;
    }
    .quotation_quote_page #my-quotes-table {
        overflow-x: hidden;
    }
    .quotation_quote_page .table-order-items tfoot tr td:nth-child(3), .quotation_quote_page .table-order-items tfoot tr td:nth-child(4) {
        display: none !important ;
    }
    .you_pay > table {
        display: none;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
        overflow-x: scroll;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .quotation_quote_page #my-quotes-table {
        display: block;
        overflow-x: scroll;
        border-collapse: collapse;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
        display: inline-grid;
        padding: 4.5px 9px;
        padding-top: 4.5px;
    }
    .quotation_quote_page .table-order-items .col.sku {
        display: none !important ;
    }
    .quotation_quote_page #my-quotes-table > table {
        width: 100%;
        border-collapse: collapse;
    }
    .quote_details_left .action.primary.cart2quote-accept-checkout-btn {
        min-width: 100%;
    }
}
.table-wrapper.order-items {
    width: 100%;
    border-collapse: collapse;
}
.quotation_quote_page #my-quotes-table > table {
    width: 745px;
    border-collapse: collapse;
    min-width: 745px;
}

/* updated css */

.header.content ,.layout-1280 .navigation {
    max-width: 1280px;
}
.block-search input {
    background-color: #EEEEEE;
    color: #777;
    border-color: #dbe0e2;
}
.block-search {
    width: 450px;
}
.block-search .action.search {
    padding: 0 13px;
}
.page-header.header-newskin .navigation .level0 > .level-top {
    line-height: 42px;
    font-size: 12px;
}
.page-header.header-newskin .navigation .level0 {
    margin-right: 3px;
}
div.header.content > div.custom-block {
    top: 50%;
    right: 0;
    margin-top: -22px;
    font-size: 11px;
    padding-right: 35px;
}
.minicart-wrapper .action.showcart .counter.qty {
    right: 10px !important;
    top: -10px !important;
}


/* style update (29-8-23) */

.homepage-bar p {
    color: #c8cdcf!important;
}
.custom-support div.content {
    text-align: center;
}
.custom-support i {
    width: 100%;
    margin: 0 auto!important;
    text-align: center;
}
.owl-carousel .owl-nav .owl-prev:before {
    content:unset;
}
.owl-carousel .owl-nav .owl-next:before {
    content:unset;
}
.product.info.tech-specs .product.data.items .data.item.title {
    border: unset!important;
}
.product.info.tech-specs .product.data.items .data.item.content {
    margin-top: 10px;
}
#store\.menu {
    margin-bottom: 0;
}
.porto-icon-shopping-cart::before {
    font-size: 32px;
    color: #565656;
}
.header.content .minicart-wrapper.cart-design-1 {
    top: 30px;
}
.page-header .panel.wrapper {
    justify-content: center;
    margin-right: 0;
}
.page-header li.ui-menu-item{
    line-height: 75px;
}
.page-header.type16 .nav-sections {
    margin-bottom: 10px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -10%;
}
.owl-carousel .owl-nav button[class*='owl-'] {
    color: #c2c2c2;
    background: unset;
}
/* header.page-header.sticky-header .minicart-wrapper {
    position: unset;
} */
header.page-header.sticky-header .navigation {
    justify-content: space-between;
}
.owl-carousel .owl-nav .owl-next {
    right: 4%;
}
.catalog-product-view .price-box.price-final_price {
    text-align: center!important;
}
.catalog-product-view .page-wrapper #maincontent .columns {
    background: #e9e2e1;
    background: radial-gradient(ellipse at center, #fff 0%, #e9e2e1 100%);
}
.columns .column.main {
    background: transparent;
    margin-bottom: 5px;
}
.product-info-main .qty.field .control {
    margin-left: 15px;
}
.upsell .section-title.slider-title {
    text-align: center!important;
}
.block.upsell.porto-products {
    max-width: 1255px;
    margin: 0 auto;
    margin-bottom:40px;
}
.mob_search {
    display: none;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
    right: 15px;
}
/* .page-header .amsearch-result-section {
    right: 15%;
} */
.catalog-product-view .price-box.price-final_price {
    text-align: right!important;
}
@media only screen and (max-width: 760px) {
    .product.info.tech-specs .product.data.items .data.item.content {
        float: none!important;
    }
}
@media only screen and (max-width: 480px) {
    .header.content > .logo img {
        min-width: 160px!important;
    }

}
@media only screen and (max-width: 360px) {
    /* .header.content > .logo img {
    min-width: 120px!important;
} */
}

@media (max-width: 991px) {
    .cart-discount .fieldset {
        display: inline-table !important;
    }
}

#discount-coupon-form #coupon_code {
    height: 33px !important;
    border-radius: 0.625rem 0 0.625rem 0 !important;
}

.cart-discount .block .content {
    display: block !important;
    width: 100% !important;
    min-width: 350px !important;
    margin-bottom: 25px !important;
}

div.actions-toolbar {
    display: block !important;
}

.cart-discount .fieldset {
    display: flex;
}

button.action.apply.primary {
    background: linear-gradient(to bottom, #A9B97D 0%, #A9B97D 100%) !important;
    background-color: #A9B97D !important;
    color: #FFF !important;
    font-weight: 500  !important;
    font-size: 100% !important;
    opacity: 1 !important;
}


.upsell_products .owl-carousel .owl-nav .owl-next .porto-icon-right-open-huge:before,.upsell_products .owl-carousel .owl-nav .owl-prev .porto-icon-left-open-huge:before {
    font-size: 30px;
    color: #404040 !important;
}

.order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back {
    display: inline-block;
    color: #FFF !important;
}

div.swissup-attachment-drag-area h4 {
    font-size: 15px !important;
}


/* Success Page */

.action.primary.continue, .action.primary,.action.btn-go-shop {
    background: #91A855 !important;
}

/* Success Page */

/* Pop-Up Terms Fixing 19/05/2025 */

.modal-popup.agreements-modal.modal-slide._inner-scroll._show {
    width: auto !important;
    margin-top: 5rem !important;
}

.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto !important;
    background: transparent !important;
    margin: auto !important;
}

.modal-inner-wrap > .modal-content {
    border-radius: 0 !important;
}

.firecheckout .modal-popup.modal-slide .modal-footer, .firecheckout .modal-popup .modal-footer, .firecheckout .modal-popup .modal-footer {
    background: #fff !important;
    border-radius: 0 0 5px 5px !important;
}

.modal-inner-wrap > .modal-header {
    background: #fff !important;
}

.modal-inner-wrap > .modal-popup .action-close, .modal-slide .action-close {
    z-index: 999 !important;
}

@media screen and (max-width: 767px) {

    .modal-popup.agreements-modal.modal-slide._inner-scroll._show {
        width: auto !important;
        margin-top: 9rem !important;
    }

    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto !important;
        background: transparent !important;
        margin: auto !important;
    }

}

/* Contact Us Wrapper - Styles */

.contact-us-wrapper {
    width: 100%;
    text-align: right;
}

.contact-us-wrapper h4, .contact-us-wrapper .title {
    font-size: 18px;
    text-align: left;
    font-family: var(--rcs-font-family);
    color: var(--rcs-color-text);
    margin-bottom: 1rem;
}

.contact-us-wrapper .contact-details-stefan,
.contact-us-wrapper .contact-details-jan,
.contact-us-wrapper .contact-details-robin,
.contact-us-wrapper .contact-details-aleksei,
.contact-us-wrapper .contact-details-helena {
    font-size: 15px;
    padding: 1rem 2rem;
    background-position: right top;
    background-size: cover;
    text-align: right;
    margin-bottom: 2rem;
    border-radius: 4px;
    border: var(--rcs-border-color) solid 3px;
}

.contact-us-wrapper .contact-details-stefan p,
.contact-us-wrapper .contact-details-jan p,
.contact-us-wrapper .contact-details-robin p,
.contact-us-wrapper .contact-details-aleksei p,
.contact-us-wrapper .contact-details-helena p {
    font-size: 15px;
    color: var(--rcs-color-text);
    font-family: var(--rcs-font-family);
    text-align: right;
}

.contact-us-wrapper .telephone {
    color: var(--color-accent);
    font-size: 15px;
}

.contact-us-wrapper a.product-contact {
    display: inline-block;
    text-align: right;
    /*background: var(--rcs-btn-bg);*/
    font-size: 15px;
    /*color: var(--rcs-btn-color);*/
    border-radius: var(--rcs-btn-radius);
    border: 1px solid transparent;
    padding: var(--rcs-btn-padding);
    padding-right: 25px;
    font-family: var(--rcs-font-family);
}

/* Contact Us Wrapper - Styles */

@media screen and (max-width: 480px) {
    .product.details.product-item-details.overlay-active::before {
        top: 45rem !important;
    }

    .gallery-images {
        top: 45rem !important;
    }

    .product.details.product-item-details {
        min-height: 250px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .product.details.product-item-details.overlay-active::before {
        top: 25rem !important;
    }

    .gallery-images {
        top: 25rem !important;
    }

    .product.details.product-item-details {
        min-height: 150px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product.details.product-item-details.overlay-active::before {
        top: 25rem !important;
    }

    .gallery-images {
        top: 25rem !important;
    }

    .product.details.product-item-details {
        min-height: 1550px !important;
    }
}

@media screen and (max-width: 992px) {
    .gallery-images {
        top: 25rem;
    }

    .product.details.product-item-details {
        position: relative;
        z-index: 1;
        min-height: 150px !important;
    }

    .product.details.product-item-details.overlay-active::before {
        top: 27rem;
        background: rgba(255, 255, 255, 0.85);
    }  
}


.product-info-main .product-social-links .express-days::after {
	right: 15px;
    margin-top: -10px;
    font-size: 1.5rem;
}

@media (max-width: 1024px) {
	

.product-info-main .product-social-links .express-days::after {
	right: 0 !important;
}

}