body
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333745;
}

/* BASE */
p, ul, figure
{
    margin: 0;
}

/* CONTAINER */
.container
{
    max-width: 1305px;
}

.container .container
{
    padding: 0;
    max-width: 100%;
    width: 100%;
}

/* ALERT */
.alert
{
    margin: 0;
    border: 0;
    border-radius: 0;
}

.alert a
{
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

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

.alert.alert-success
{
    color: #FFFFFF;
    background: #5B8930;
}

/* FORM */
.form-control
{
    border-radius: 0;
    box-shadow: none !important;
}

/* BUTTON */
.btn
{
    font-family: 'Dosis', sans-serif;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 22px;
    text-transform: uppercase;
    box-shadow: none !important;
}

.btn > i
{
    margin-left: 27px;
}

.btn.btn-link
{
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #333745;
}

.btn.btn-link.-with-border
{
    border: 1px solid #333745;
}

.btn.btn-primary
{
    font-weight: bold;
    color: #FFFFFF;
    background: #EA2349;
}

.btn.btn-success
{
    font-weight: bold;
    color: #FFFFFF;
    background: #12af19 !important;
}

.btn.btn-dropdown
{
    text-align: left;
    padding: 12px 15px;
    padding-right: 65px;
    font-size: 19px;
    font-weight: 600;
    color: #333745;
    border: 1px solid rgba(51, 55, 69, 0.2);
}

.btn.btn-dropdown.dropdown-toggle::after
{
    position: absolute;
    display: block;
    content: "\f107";
    right: 30px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    border: 0 !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin: -10px 0 0;
}

.btn.btn-dropdown > img
{
    margin-right: 20px;
}

.btn.btn-success_cart
{
    font-size: 12px;
    line-height: 18px;
    padding: 6px 15px;
}

.dropdown.-fake_select .dropdown-menu
{
    width: 100%;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    border-color: 1px solid rgba(51, 55, 69, 0.2);
}

.dropdown.-fake_select .dropdown-menu > a
{
    display: block;
    cursor: pointer;
    color: #333745;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 17px;
}

.dropdown.-fake_select .dropdown-menu > a:hover,
.dropdown.-fake_select .dropdown-menu > a.active
{
    background: #F5F5F6;
}

/* TABS */
.nav.nav-tabs
{
    display: flex;
    border: 0;
    margin: 0 0 10px;
}

body[class^="product-product"] .nav.nav-tabs
{
    margin-bottom: 35px;
}

.nav.nav-tabs > li
{
	position: relative;
}

.nav.nav-tabs.-fullwidth > li
{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.nav.nav-tabs > li > a
{
    display: block;
    font-family: 'Dosis', sans-serif;
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #333745;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 0 !important;
    border-radius: 0;
    background: rgba(51, 55, 69, 0.05);
    transition: background 0.3s ease, color 0.3s ease;
}

.nav.nav-tabs:not(.-fullwidth) > li > a
{
    min-width: 165px;
}

.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a.active
{
    color: #FFFFFF;
    background: #F2C14E;
}

/* SIDEBAR */
aside > div[class^="module-"]
{
    width: 230px;
}

aside > div:first-child
{
    margin-top: 0 !important;
}

aside > div:last-child
{
    margin-bottom: 0 !important;
}

/* HEADER */
header
{
    padding: 0 0 25px;
}

header #top
{
    font-family: 'Dosis', sans-serif;
    padding: 20px 0;
    margin: 0 0 40px;
    height: 63px;
    background: #333745;
}

header .list-link
{
    font-size: 0;
    line-height: 0;
}

header .list-link.-logged
{
    margin-top: -10px;
}

header .list-link > li
{
    display: inline-block;
}

header .list-link > li + li
{
    margin-left: 30px;
}

header .list-link > li > a
{
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}

header .list-link > li > a > i
{
    position: relative;
    top: -2px;
    font-size: 14px;
    margin-right: 14px;
    color: #EA2349;
}

header .list-link > li > a > span
{
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-left: 26px;
}

header .list-link > li > a.-call
{
	position: relative;
	padding-left: 52px;
	margin: -7.5px 0 0;
	margin-right: 60px;
	height: 23px;
	float: left;
}

header .list-link > li > a.-call > i
{
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 30px;
}

header .list-link > li > a.-call > span
{
    display: block;
    font-size: 12px;
    line-height: 15px;
}

header .-col-logo > a
{
    display: block;
    width: 230px;
}

header #language .btn.btn-dropdown
{
    padding: 0;
    padding-right: 30px;
    height: 63px;
    line-height: 63px;
    margin-top: -20px;
    border: 0;
}

header #language .btn.btn-dropdown::after
{
    right: 0;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 20px;
}

header #language .btn.btn-dropdown > img
{
    position: relative;
    top: -3px;
    margin: 0;
}

header #language .dropdown-menu
{
    margin: 0;
    margin-left: -15px;
    border-radius: 0;
    white-space: nowrap;
}

header #language .dropdown-menu .btn
{
    font-size: 14px;
    padding: 0 15px;
    text-align: left;
}

header #language .dropdown-menu .btn > img
{
    position: relative;
    top: -2px;
    margin: 0;
    margin-right: 8px;;
}

/* FOOTER */
footer
{
    padding: 70px 0 30px;
    background: #333745;
}

footer .footer-title
{
    font-family: 'Dosis', sans-serif;
    margin: 0 0 27px;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

footer .list-link > li,
footer .list-link > li > a
{
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
}

footer .list-link > li + li
{
    margin-top: 10px;
}

footer .list-link > li > strong
{
    font-weight: 600;
}

footer .list-social
{
    margin: 20px 0 0;
    font-size: 0;
    line-height: 0;
}

footer .list-social > li
{
    display: inline-block;
}

footer .list-social > li + li
{
    margin-left: 22px;
}

footer .list-social > li > a
{
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}

footer .text-copyright
{
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

footer hr
{
    margin: 35px 0 25px;
    border-color: rgba(255, 255, 255, 0.2);
}

footer .text-startujemeweby
{
    position: relative;
    display: block;
    height: 24px;
    width: 268px;
    margin-left: auto;
    padding-left: 98px;
}

footer .text-startujemeweby > span
{
    position: relative;
    top: 8px;
    display: block;
    width: 171px;
    height: 12px;

    font-size: 0;
    text-indent: -999px;
    mask: url(../image/template/logo-startujemeweby.svg) no-repeat;
    mask-size: contain;
    -webkit-mask-image: url(../image/template/logo-startujemeweby.svg);
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: rgba(255, 255, 255, 0.2);
    transition: background 0.3s ease;
}

footer .text-startujemeweby:hover > span
{
    background: #FFFFFF;
}

footer .text-startujemeweby > strong
{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 24px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.2);
    padding-right: 19px;
    text-transform: uppercase;
}

footer .text-startujemeweby > strong::after
{
    position: absolute;
    display: block;
    content: "";
    top: 2.5px;
    right: -1px;
    height: 24px;
    border-right: 1px solid #F2C14E;
}

footer .-certificate
{
    margin-top: 32px;
}

footer .-certificate img
{
    max-width: 100%;
    height: auto !important;
}

footer .-payment img
{
    height: 28px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

footer .-payment img:hover
{
    filter: grayscale(0%);
}

/* SECTION */
.section-title
{
    font-family: 'Dosis', sans-serif;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    color: #333745;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

/* MODULE: CART */
.module-cart > a
{
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Dosis', sans-serif;
    text-decoration: none !important;
    background: #EA2349;
}

.module-cart > a > i
{
    position: relative;
    top: -2px;
    font-size: 22px;
    margin-right: 13px;
}

/* MODULE: SEARCH */
.module-search
{
    height: 70px;
    border: 1px solid rgba(51, 55, 69, 0.2);
}

.module-search .form-control
{
    font-family: 'Dosis', sans-serif;
    border: 0;
    padding: 0 30px;
    height: 68px;
    font-size: 18px;
    line-height: 68px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(51, 55, 69, 0.8);
}

.module-search .btn
{
    width: 68px;
    height: 68px;
    line-height: 68px;
    padding: 0;
    font-size: 22px;
    text-align: center;
    color: #333745;
}

.module-search .btn > i
{
    margin: 0 !important;
}

/* MODULE: EMPTY */
.module-empty
{
    margin: 0 0 100px;
}

/* MODULE: PRODUCT LISTING */
.module-product_listing
{
    margin: 0 0 100px;
}

body.common-home .module-product_listing
{
    margin-bottom: 0;
}

/* MODULE: BREADCRUMB */
.module-breadcrumb
{
    margin: 0 0 25px;
}

.module-breadcrumb .list-breadcrumb
{
    font-size: 0;
    line-height: 0;
}

.module-breadcrumb .list-breadcrumb > li
{
    position: relative;
    display: inline-block;
}

.module-breadcrumb .list-breadcrumb > li + li
{
    margin-left: 20px;
}

.module-breadcrumb .list-breadcrumb > li + li::before
{
    display: block;
    position: absolute;
    content: ">";
    width: 20px;
    left: -20px;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #333745;
    text-align: center;
}

.module-breadcrumb .list-breadcrumb > li > *,
.module-breadcrumb .list-breadcrumb > li > *:hover
{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #333745;
    text-decoration: none;
}

.module-breadcrumb .list-breadcrumb > li > a:not(:hover)
{
    text-decoration: underline;
}

/* MODULE: PAGINATION */
.module-pagination
{
    margin: 50px 0 0;
    text-align: center;
}

body:not([class*="product"]) .module-pagination > #btn-pagination-load_more
{
    display: none;
}

.module-pagination .list-pagination
{
    margin: 30px 0 0;
    font-size: 0;
    line-height: 0;
}

.module-pagination .list-pagination > li
{
    display: inline-block;
}

.module-pagination .list-pagination > li.-prev,
.module-pagination .list-pagination > li.-next
{
    display: none;
}

.module-pagination .list-pagination > li + li
{
    margin-left: 20px;
}

.module-pagination .list-pagination > li > *
{
    display: block;
    font-family: 'Dosis', sans-serif;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #333745;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    background: rgba(51, 55, 69, 0.10);
    transition: color 0.3s ease, background 0.3s ease;
}

.module-pagination .list-pagination > li > a:hover,
.module-pagination .list-pagination > li.active > span
{
    color: #F2C14E;
    background: rgba(242, 193, 78, 0.1);
}

.module-pagination .list-pagination > li:empty
{
    position: relative;
    width: 21px;
}

.module-pagination .list-pagination > li:empty::after
{
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: -6px;
    width: 100%;
    border-top: 1px solid #333745;
}

/* MODULE: DESCRIPTION */
.module-description
{
    font-family: 'Dosis', sans-serif;
    margin: 0 0 80px;
    font-size: 18px;
    line-height: 36px;
    color: #333745;
}

.module-description img
{
    max-width: 100%;
}

.module-description.-type_product
{
    margin-top: 70px;
    padding-top: 85px;
    border-top: 1px solid rgba(112, 122, 122, 0.18); 
}

.module-description .-title
{
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #333745;
}

.module-description p + p
{
    margin-top: 35px;
}

.module-description .row
{
    margin-left: -40px;
    margin-right: -40px;
}

.module-description .row + .row
{
    margin-top: 70px;
}

.module-description .row > div
{
    padding-left: 40px;
    padding-right: 40px;
}

/* MODULE: INFORMATION */
.module-information
{
    margin: 80px 0 120px;
}

.module-information .container > *:first-child
{
    margin-top: 0 !important;
}

.module-information .container > *:last-child
{
    margin-bottom: 0 !important;
}

.module-information.-manufacturer a
{
    color: #333745;
}

.module-information .-title
{
    margin: 50px 0;
    font-family: 'Dosis', sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #333745;
    font-weight: 700;
}

.module-information .-title > strong
{
    color: #F2C14E;
}

.module-information ol
{
    margin: 30px 0;
    font-size: 16px;
    line-height: 24px;
}

.module-information ol ol
{
    margin: 5px 0 15px;
}

.module-information ol > li + li
{
    margin-top: 15px;
}

.module-information ol a
{
    color: inherit;
    text-decoration: underline;
}

.module-information ol a:hover
{
    color: inherit;
    text-decoration: none;
}

.module-information p
{
    color: #333745;
    font-size: 18px;
    line-height: 32px;
}

.module-information p + p
{
    margin-top: 25px;
}

.module-information p > a
{
    color: #52B1F1;
    font-weight: bold;
    text-decoration: underline;
}

.module-information p > a:hover
{
    text-decoration: none;
}

.module-information .-special_icon
{
    position: relative;
    margin: 40px 0;
    padding: 40px 35px;
    padding-left: 100px;
    background: rgba(51, 55, 69, 0.05);
}

.module-information .-special_icon > i
{
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    left: 0;
    top: 50%;
    width: 100px;
    text-align: center;
    margin-top: -25px;
    color: #EA2349;
}

.module-information .-special_icon p > strong
{
    position: relative;
    top: 1px;
    font-family: 'Dosis', sans-serif;
    color: #F2C14E;
    font-size: 23px;
}

.module-information .-special_icon p > span
{
    font-weight: bold;
}

.module-information .input-group
{
    margin: 30px 0 0;
}

.module-information .input-group .btn
{
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 14px;
}

.module-information .input-group + .text-danger
{
    margin: 5px 0 0;
    font-weight: bold;
}

.module-information .-gallery
{
    margin: 70px 0;
}

.module-information .-gallery a
{
    position: relative;
    display: block;
    overflow: hidden;
}

.module-information .-gallery a > img
{
    transition: transform 0.3s ease;
}

.module-information .-gallery a:hover > img
{
    transform: scale(1.05);
}

/* MODULE: NOTIFICATION */
.module-notification
{
    margin: 0 0 30px;
}

.module-notification:empty
{
    display: none;
}

/* MODULE: SLIDESHOW */
.module-slideshow
{
    margin: 0 0 30px;
}

.container.-with-column_left .module-slideshow
{
    width: 1015px;
}

.module-slideshow .slick-slideshow,
.item-product.-detail .-gallery
{
    padding-bottom: 42px;
}

.module-slideshow .slick-slideshow:not(.slick-initialized)
{
    position: relative;
    overflow: hidden;
    height: 420px;
    padding-bottom: 0;
}

.module-slideshow .slick-slideshow > .slick-dots,
.item-product.-detail .-gallery > .slick-dots
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.module-slideshow .slick-slideshow > .slick-dots > li,
.item-product.-detail .-gallery > .slick-dots > li
{
    display: inline-block;
}

.module-slideshow .slick-slideshow > .slick-dots > li + li,
.item-product.-detail .-gallery > .slick-dots > li + li
{
    margin-left: 20px;
}

.module-slideshow .slick-slideshow > .slick-dots > li > button,
.item-product.-detail .-gallery > .slick-dots > li > button
{
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(51, 55, 69, 0.4);
    border-radius: 50%;
    outline: none !important;
    background: #FFFFFF;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.module-slideshow .slick-slideshow > .slick-dots > li.slick-active > button,
.module-slideshow .slick-slideshow > .slick-dots > li > button:hover,
.item-product.-detail .-gallery > .slick-dots > li.slick-active > button,
.item-product.-detail .-gallery > .slick-dots > li > button:hover
{
    border-color: #333745;
    background: #333745;
}

/* MODULE: FILTER */
.module-filter
{
    margin: 30px 0;
    padding-top: 25px;
}

.module-filter .mfilter-heading,
.module-filter .mfilter-heading-content,
.module-filter .box-content.mfilter-content,
.module-filter .mfilter-opts-container,
.module-filter .mfilter-filter-item .mfilter-options
{
    padding: 0;
    border: 0;
    background: none;
}

.module-filter .mfilter-content > ul > li + li
{
    margin-top: 40px;
}

.module-filter .mfilter-heading-text,
.module-filter .mfilter-heading-text > span
{
    display: block;
    max-width: none;
    margin: 0;
    padding: 0;
}

.module-filter .mfilter-heading-text
{
    margin: 0 0 25px;
}

.module-filter .mfilter-heading-text > span
{
    font-size: 18px;
    line-height: 23px;
    color: #333745;
    font-weight: 600;
}

.module-filter .mfilter-heading .mfilter-head-icon
{
    display: none !important;
}

.module-filter .mfilter-tb-as-td
{
    padding: 0;
    border: 0;
    vertical-align: middle;
}

.module-filter .mfilter-tb-as-tr + .mfilter-tb-as-tr > .mfilter-tb-as-td
{
    padding-top: 10px;
}

.module-filter label.mfilter-tb-as-td
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #333745;
    padding-left: 20px;
}

.module-filter .mfilter-col-input
{
    position: relative;
    height: 30px;
    width: 30px;
}

.module-filter .mfilter-col-input > input
{
    position: relative;
    margin: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
    z-index: 102;
}

.module-filter .mfilter-col-input > input + span
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #EAEAEC;
    z-index: 99;
    transition: background 0.3s ease;
}

.module-filter .mfilter-col-input > input + span::before
{
    position: absolute;
    display: block;
    content: "\f00c";
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #EAEAEC;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    transition: color 0.3s ease;
    z-index: 100;
}

.module-filter .mfilter-col-input > input:checked + span
{
    background: #FEF9ED;
}

.module-filter .mfilter-col-input > input:checked + span::before
{
    color: #F2C14E;
}

.module-filter .mfilter-tb-as-tr + .mfilter-tb-as-tr > .mfilter-col-input > input + span
{
    top: 10px;
}

.module-filter .mfilter-price-inputs
{
    display: none;
}

.module-filter .mfilter-option.mfilter-price
{
    margin-top: 0;
    background: rgba(49, 53, 66, 0.2) !important;
}

.module-filter .mfilter-price-slider
{
    padding: 0 !important;
    margin: 0 8px !important;
    background: none !important;
}

.module-filter .mfilter-price-slider > #mfilter-price-slider
{
    margin: 0 !important;
    height: 3px !important;
    background: none !important;
    /*background: rgba(49, 53, 66, 0.2) !important;*/
}

.module-filter #mfilter-price-slider .ui-slider-range
{
    background: #F2C14E !important;
}

.module-filter #mfilter-price-slider .ui-slider-handle
{
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    margin: 0 !important;
    margin-left: -8px !important;
    margin-top: -2.5px !important;
    background: #F2C14E !important;
    transition: background 0.3s ease !important;
}

.module-filter #mfilter-price-slider .ui-slider-handle:hover
{
    background: #F2C14E !important;
}

.module-filter .mfilter-price-slider + .mfilter-price-custom_minmax_identificator > span
{
    display: block;
    float: left;
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #333745;
}

.module-filter .mfilter-price-slider + .mfilter-price-custom_minmax_identificator > span + span
{
    float: right;
}

.module-filter .mfilter-counter
{
    background: #F2C14E;
}

.module-filter .mfilter-counter::after
{
    border-right-color: #F2C14E;
}

.module-filter .mfilter-button-more
{
    margin: 10px 0 0;
    padding: 8px 0 0;
}

.module-filter .mfilter-button-more > a
{
    color: #EA2349;
}

.module-filter .mfilter-button-more > a:hover
{
    text-decoration: underline;
}

/* MODULE: CATEGORY */
.module-category
{
    margin: 30px 0;
    background: rgba(51, 55, 69, 0.05);
}

.module-category .list-category > li
{
    position: relative;
}

.module-category .list-category > li > a
{
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    padding-right: 40px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333745;
    border: 1px solid #F5F5F6;
    text-decoration: none !important;
    /*transition: color 0.3s ease, background 0.3s ease;*/
}

.module-category .list-category > li + li > a
{
    border-top-color: rgba(0, 0, 0, 0.05);
}

.module-category .list-category > li > a.-with_icon
{
    padding-left: 50px;
}

.module-category .list-category > li > a > i
{
    display: block;
    position: absolute;
    width: 50px;
    height: 22px;
    line-height: 22px;
    top: 50%;
    left: 0;
    color: #F2C14E;
    font-size: 24px;
    text-align: center;
    margin-top: -11px;
}

.module-category .list-category > li > a.active
{
    color: #FFFFFF;
    border-color: #F2C14E;
    background: #F2C14E;
}

.module-category .list-category > li:hover > a
{
    color: #333745;
    border-color: #CBCBCB;
    background: #E8E8E8;
}

.module-category .list-category > li > a.active > i
{
    color: #FFFFFF !important;
}

.module-category .list-category > li.-has-children:hover > a
{
    border-right: 0;
    padding-right: 41px;
}

.module-category .list-category > li.-has-children:hover > a::after
{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -2px;
    width: 4px;
    height: 100%;
    background: #E8E8E8;
    z-index: 100;
}

.module-category .list-category > li.-has-children:hover > a::before
{
    position: absolute;
    display: block;
    content: "\f054";
    top: 50%;
    margin-top: -11px;
    right: 17px;
    color: #F2C14E;
    font-size: 12px;
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    z-index: 101;
}

.module-category .list-category > li > .-submenu
{
    display: none;
    position: absolute;
    left: 100%;
    top: -50px;
    width: 600px;
    padding: 15px 30px 50px;
    border: 1px solid #CBCBCB;
    background: #E8E8E8;
    z-index: 99;
}

.module-category .list-category > li:hover > .-submenu
{
    display: block;
}

.module-category .list-category > li:hover > .-submenu .-item-subcategory
{
    position: relative;
    padding-left: 70px;
    margin-top: 35px;
    min-height: 50px;
}

.module-category .list-category > li:hover > .-submenu .-item-subcategory > a
{
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    color: #333745;
}

.module-category .list-category > li:hover > .-submenu .-item-subcategory > a > img
{
    position: absolute;
    top: 0;
    left: 0;
}

.module-category .list-category > li:hover > .-submenu .-item-subcategory > p
{
    font-family: 'Dosis', sans-serif;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #333745;
}

.module-category .list-category > li:hover > .-submenu .-item-subcategory > p > a
{
    color: inherit;
}

.module-category .list-category.-blog > li > a
{
    padding-left: 20px;
    padding-right: 20px;
}

/* MODULE: BENEFIT */
.module-benefit
{
    margin: 100px 0 0;
    padding: 80px 0;
    background: rgba(51, 55, 69, 0.05);
}

/* MODULE: BLOG LISTING */
.module-blog_listing
{
    margin: 90px 0;
}

.module-blog_listing .section-title
{
    margin-bottom: 60px;
}

.module-blog_listing .button
{
    margin-top: 60px;
}

/* MODULE: TITLE */
.module-title
{
    margin: 80px 0 40px;
}

.module-title:first-child,
.module-notification + .module-title
{
    margin-top: 0;
}

.module-title .-title,
.module-bestseller .-title
{
    font-family: 'Dosis', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 54px;
    font-weight: bold;
    color: #333745;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.module-title.-with-bg .container
{
    display: flex;
    align-items: center;
    position: relative;
    min-height: 340px;
    padding: 60px 80px;
}

.module-title.-with-bg .container .-title
{
    text-align: center;
}

.module-title.-with-bg .container > figure
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.module-title.-with-bg .container > figure > img
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MODULE: CATEGORY TILE */
.module-category_tile
{
    margin: 0 0 30px;
}

.module-category_tile .row
{
    margin-bottom: -20px;
}

.module-category_tile .row > div
{
    padding-left: 10px;
    padding-right: 10px;
}

/* MODULE: DISQUESS */
.module-disquss
{
    
}

.module-disquss .section-title
{
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: left;
    text-transform: none;
}

.module-disquss .section-title > span
{
    color: #F2C14E;
}

/* MODULE: NEWSLETTER */
.module-newsletter
{
    position: relative;
    padding: 43px 0;
    background: rgba(51, 55, 69, 0.05);
}

.module-newsletter .alert
{
    margin: 0 0 30px;
}

.module-newsletter .-icon
{
    width: 86px;
    height: 86px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
}

.module-newsletter .section-title
{
    text-align: left;
    margin: 0 0 7px;
    font-size: 30px;
    line-height: 38px;
}

.module-newsletter p
{
    font-size: 20px;
    line-height: 24px;
}

.module-newsletter .input-group
{
    width: 490px;
    height: 70px;
    border: 1px solid #333745;
}

.module-newsletter .input-group .form-control
{
    font-family: 'Dosis', sans-serif;
    border: 0;
    background: none;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    color: #333745;
    padding: 0 30px;
}

.module-newsletter .input-group .btn
{
    padding: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #333745;
}

.module-newsletter .input-group .btn > i
{
    margin: 0 !important;
}

.module-breadcrumb + .module-newsletter
{
    margin-bottom: 50px;
}

.module-breadcrumb + .module-newsletter .close
{
    display: none;
}

/* ITEM: CONTACT + MAP */
.item-contact-map .-special_icon:first-child
{
    margin-top: 0;
}

.item-contact-map .-special_icon:last-child
{
    margin-bottom: 0;
}

.item-contact-map p
{
    font-size: 14px;
    line-height: 22px;
}

.item-contact-map p > strong
{
    display: block;
    padding-bottom: 5px;
}

/* ITEM: PEOPLE */
.item-peoples hr
{
    margin: 30px 0;
    border-color: rgba(112, 122, 122, 0.18); 
}

.item-peoples .row
{
    margin-top: -30px;
}

.item-peoples .-item
{
    position: relative;
    height: 100%;
    height: calc(100% - 30px);
    padding: 20px 25px;
    margin: 30px 0 0;
    background: rgba(51, 55, 69, 0.05);
}

.item-peoples .-title
{
    margin: 0 0 5px;
    padding: 0;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #333745;
    font-weight: bold;
}

.item-peoples .-work
{
    color: #333745;
    font-size: 14px;
    line-height: 22px;
}

.item-peoples .list-contact
{
    margin: 18px 0 0;
}

.item-peoples .list-contact > li > a
{
    color: #333745;
}

.item-peoples .list-contact > li > a > i
{
    margin-right: 8px;
    color: #EA2349;
}

.item-peoples .-flag
{
    margin: 20px 0 0;
    font-size: 0;
    line-height: 0;
}

.item-peoples .-flag > img + img
{
    margin-left: 10px;
}

/* ITEM: QUANTITY PICKER */
.item-quantity-picker
{
    width: 127px;
    margin: 0 -2px;
}

.item-quantity-picker > div
{
    padding: 0 2px;
}

.item-quantity-picker .btn,
.item-quantity-picker .form-control
{
    width: 40px;
    height: 46px;
    line-height: 46px;
    padding: 0 !important;
    text-align: center;
    border-radius: 0;
    color: #EA2349;
    font-size: 16px;
    background: #f5f5f5;
}

.item-quantity-picker .btn > i
{
    margin: 0;
}

.item-quantity-picker .form-control
{
    font-size: 14px;
    border: 0;
    color: #000000;
}

.item-buy .col,
.item-buy .col-auto + .col-auto,
.item-buy .col-auto + .col-sm-auto
{
    padding-left: 15px;
}

/* ITEM: BENEFIT */
.item-benefit
{
    text-align: center;
}

.item-benefit .-icon
{
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #333745;
    font-size: 26px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #F2C14E;
}

.item-benefit .-title
{
    font-family: 'Dosis', sans-serif;
    margin: 0 0 17px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #333745;
    text-transform: uppercase;
}

.item-benefit p
{
    font-size: 16px;
    line-height: 26px;
}

/* ITEM: BLOG ARTICLE */
.item-blog_article
{
    position: relative;
    height: 100%;
    text-align: center;
    padding: 0 40px 115px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.item-blog_article:hover
{
    box-shadow: 0px 3px 86px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

.item-blog_article > .-image
{
    position: relative;
    display: block;
    margin: 0 -40px 33px;
    height: 250px;
    text-align: left;
}

.item-blog_article > .-image > img
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.item-blog_article > .-title
{
    font-family: 'Dosis', sans-serif;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #333745;
    text-transform: uppercase;
}

.item-blog_article > .-title > a
{
    color: inherit;
    text-decoration: none !important;;
}

.item-blog_article > p
{
    font-size: 12px;
    line-height: 20px;
}

.item-blog_article > .-button
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    text-align: center;
}

/* ITEM: SLIDESHOW */
.item-slideshow
{
    position: relative;
    display: flex;
    align-items: center;
    height: 420px;
}

.item-slideshow > .-image
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.item-slideshow > .-image img
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.item-slideshow .-content
{
    width: 55%;
    padding-left: 90px;
}

.item-slideshow .-content > .-title
{
    margin: 0 0 15px;
    font-family: 'Dosis', sans-serif;
    font-size: 40px;
    line-height: 46px;
    color: #333745;
    font-weight: bold;
    text-transform: uppercase;
}

.item-slideshow .-content > p
{
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    line-height: 31px;
    color: #333745;
    font-weight: bold;
}

.item-slideshow .-content > .btn
{
    margin-top: 25px;
}

.item-slideshow.type-image
{
    height: auto;
}

.item-slideshow.type-image > .-image,
.item-slideshow.type-image > .-image img
{
    position: static;
    display: block;
}

/* ITEM: CATEGORY TILE */
.item-category_tile
{
    height: calc(100% - 30px);
    min-height: 70px;
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid rgba(51, 55, 69, 0.2);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.item-category_tile:hover
{
    box-shadow: 0px 3px 86px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

.item-category_tile > a
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    padding-left: 80px;
    text-align: left;
    height: 100%;
    min-height: 70px;
    text-decoration: none !important;
}

.item-category_tile > a > img
{
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 50px;
    margin-top: -25px;
}

.item-category_tile > a > span
{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #333745;
}

/* SLICK: PRODUCT */
.slick-product
{
    margin: -86px 0;
    padding-bottom: 0;
}

.slick-product .slick-arrow
{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: 0;
    background: none;
    z-index: 99;
    color: #EA2349;
    outline: none;
    font-size: 26px;
    transition: background 0.3s ease, color 0.3s ease;
}

.slick-product .slick-arrow:hover
{
    color: #FFFFFF;
    background: #EA2349;
}

.slick-product .slick-arrow ~ .slick-arrow
{
    left: auto;
    right: 0;
}

.slick-product .slick-arrow > i
{
    position: relative;
    top: 1px;
    left: -1px;
}

.slick-product .slick-arrow ~ .slick-arrow > i
{
    left: auto;
    right: -1px;
}

.slick-product .slick-list
{
    padding: 86px 0 66px;
}

.slick-product .slick-track
{
    display: flex !important;
}

.slick-product .slick-slide
{
    height: inherit !important;
    padding: 0 15px;
}

.slick-product .item-product
{
    height: 100% !important;
    margin-top: 0 !important;
}

/* ITEM: PRODUCT */
.item-product
{
    position: relative;
    height: auto;
    text-align: center;
    padding: 30px 25px 20px;
    margin-top: 30px;
}

.item-product:not(.-detail)
{
    padding-bottom: 76px;
    height: calc(100% - 30px);
}

.item-product:not(.-detail):hover
{
    box-shadow: 0px 3px 86px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

.item-product > .-image
{
    position: relative;
    display: block;
    text-align: center;
    max-height: 225px;
}

.item-product > .-image > .-labels
{
    position: absolute;
    top: -5px;
    left: 5px;
    text-align: left;
}

.item-product > .-image > .-labels > strong
{
    font-family: 'Dosis', sans-serif;
    display: inline-block;
    padding: 6.5px 8px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #F2C14E;
}

.item-product > .-image > .-labels > strong + strong
{
    margin-top: 11px;
}

.item-product > .-image > .-labels > strong > i
{
    margin-right: 9px;
}

.item-product > .-image > img
{
    margin: 0 auto;
    max-height: 225px;
}

.item-product > .-title
{
    padding: 0;
    margin: 15px 0 5px;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    font-weight: 400;
    color: #333745;
}

.item-product > .-title > a
{
    color: inherit;
}

.item-product .-b2b
{
    margin-top: 20px;
    font-size: 18px;
}

.item-product .-b2b > i
{
    position: relative;
    top: 2px;
    font-size: 24px;
    color: #EA2349;
    margin-right: 10px;
}

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

.item-product .-price > strong,
.item-bestseller .-price > strong
{
    display: block;
    padding-top: 20px;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    line-height: 37px;
    color: #333745;
    font-weight: 800;
}

.item-product .-price > strong > span,
.item-bestseller .-price > strong > span
{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.item-product .-price > .-old,
.item-bestseller .-price > .-old
{
    display: block;
    margin: 0 0 -3px;
    font-size: 18px;
    line-height: 20px;
    color: rgba(51, 55, 69, 0.8);
    font-weight: bold;
    text-decoration: line-through;
}

.item-product .-price > .-old > span,
.item-bestseller .-price > .-old > span
{
    display: none;
}

.item-product .-price > .-registered,
.item-bestseller .-price > .-registered
{
    display: inline-block;
    margin: 9px 0 0;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #12af19;
    border-radius: 5px;
    border: 1px solid #12af19;
}

.item-product .-price > .-registered > strong,
.item-bestseller .-price > .-registered > strong
{
    position: relative;
    top: 2px;
    padding-left: 7px;
    font-size: 21px;
    font-weight: bold;
}

.item-product .-price > .-old + strong,
.item-bestseller .-price > .-old + strong
{
    padding-top: 0;
}

.item-product .-delivery
{
    margin: 35px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: green;
}

.item-product .-delivery > i
{
    margin-right: 7px;
}

.item-product .-delivery > .-question
{
    padding-left: 10px;
}

.item-product .-stock,
.item-bestseller .-stock
{
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
}

.item-product .-stock > i,
.item-bestseller .-stock > i
{
    margin-right: 7px;
}

.item-product .btn
{
    margin-top: 10px;
    padding: 12px 17px;
    font-size: 16px;
}

.item-product:not(.-detail) .btn
{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	white-space: nowrap;
}

.item-product.-detail .item-buy
{
    margin-top: 30px;
}

.item-product.-detail .item-buy .btn
{
    margin-top: 0;
}

.item-product > .btn > i
{
    margin-left: 10px;
}

.item-product.-detail
{
    margin-bottom: 85px;
    text-align: left;
    padding: 0;
}

.item-product.-detail .-col-product_image
{
    max-width: 405px;
    flex: 0 0 405px;
}

.item-product.-detail .-col-product_data
{
    padding-left: 100px;
}

.item-product.-detail .-gallery
{
    margin: 30px -12.5px 0;
}

.item-product.-detail .-gallery .slick-slide
{
    padding: 0 12.5px;
}

.item-product.-detail .-short_description
{
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 45px;
}

.item-product.-detail .-short_description > a
{
    color: inherit;
}

.item-product.-detail .-short_description > i
{
    color: #EA2349;
    margin-right: 8px;
    font-size: 16px;
}

.item-product.-detail .-price > strong
{
    font-size: 38px;
    line-height: 47px;
}

.item-product.-detail .-price > .-old
{
    font-size: 24px;
    line-height: 29px;
}

.item-product.-detail .-price > .-tax,
.item-product.-detail .-price > .-price_mj
{
    font-family: 'Dosis', sans-serif;
    display: block;
    margin: 3px 0 0;
    font-size: 12px;
    line-height: 15px;
    color: #333745;
    text-transform: uppercase;
}

.item-product.-detail .-price > .-registered
{
    display: block;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #333745;
}

.item-product.-detail .-price > .-registered > i
{
    margin-right: 10px;
    color: #12af19;
}

.item-product.-detail .-stock
{
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
}

.item-product.-detail .-options
{
    margin-bottom: 30px;
}

/* ITEM: SORTING */
.item-sorting
{
    padding: 28px 35px;
    background: rgba(51, 55, 69, 0.05);
}

.item-sorting .list-sort
{
    font-size: 0;
    line-height: 0;
}

.item-sorting .list-sort > li
{
    display: inline-block;
}

.item-sorting .list-sort > li + li
{
    margin-left: 30px;
}

.item-sorting .list-sort > li > a
{
    font-family: 'Dosis', sans-serif;
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: #333745;
    transition: font-weight 0.3s ease;
}

.item-sorting .list-sort > li.active > a
{
    font-weight: 600;
}

/* ITEM: QUESTION */
.item-question
{
    padding: 35px 35px 25px;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Dosis', sans-serif;
    background: rgba(51, 55, 69, 0.05);
}

.item-question + .item-question
{
    margin-top: 20px;
}

.item-question.-is_reply
{
    margin-left: 85px;
}

.item-question .-author
{
    margin-top: 25px;
    font-size: 14px;
    line-height: 18px;
}

.item-question .-author .--avatar
{
    display: block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    background: #FFFFFF;
}

.item-question .-author .--avatar > img
{
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

/* ITEM: QUESTION NEW */
.item-question_new
{
    margin-top: 80px;
}

.item-question_new p
{
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.item-question_new p > a
{
    text-transform: none;
    font-size: 28px;
    line-height: 40px;
    padding: 0;
    color: #F2C14E;
    font-weight: 800;
    text-decoration: underline;
}

.item-question_new p > a:hover
{
    text-decoration: none;
}

.item-question_new .alert.alert-success
{
    margin: 75px 0 0;
}

.item-question_new form > p
{
    margin: 75px 0 23px;
}

.item-question_new form .form-control
{
    padding: 0 30px;
    height: 70px;
    line-height: 68px;
    font-size: 22px;
    color: #333745;
    font-family: 'Dosis', sans-serif;
    border: 1px solid rgba(51, 55, 69, 0.4) !important;
    transition: border-color 0.3s ease;
}

.item-question_new form textarea.form-control
{
    padding: 30px 35px;
    height: 210px;
    font-size: 18px;
    line-height: 30px;
}

.item-question_new form .input-group .btn
{
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    padding: 0 40px;
    background: #F2C14E !important;
}

.item-question_new form .input-group .btn:hover
{
    text-decoration: underline;
}

.item-question_new form .form-group.has-error .form-control
{
    border-color: #FF0000 !important;
}

/* ITEM: BANNER SHIPPING */
.item-banner_shipping
{
    font-family: 'Dosis', sans-serif;
    margin-top: 20px;
    padding: 18px 25px;
    background: rgba(242, 193, 78, 0.05);
}

.item-banner_shipping .-title
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #333745;
}

.item-banner_shipping p
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333745;
}

.item-banner_shipping i[class^="fa"]
{
    font-size: 30px;
    color: #F2C14E;
    margin-right: 20px;
}

/*
**
** RESPONSIVE
**
*/

/* RESPONSIVE: CONTAINER + HEADER + FOOTER */

@media (max-width: 1304px)
{
    .container
    {
        max-width: 1170px;
    }

    .container.-with-column_left .module-slideshow
    {
        width: 880px;
    }

    header #top
    {
        margin-bottom: 20px;
        padding: 15px 0;
        height: 53px;
    }

    header .list-link > li > a
    {
        font-size: 14px;
    }

    header .list-link > li > a > span
    {
        font-size: 12px;
    }

    .module-search
    {
        height: 50px;
    }

    .module-search .form-control
    {
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
    }

    .module-search .btn
    {
        height: 48px;
        width: 48px;
        line-height: 48px;
    }

    .module-cart > a
    {
        height: 50px;
        padding: 20px;
    }
}

@media (max-width: 1199px)
{
    .container
    {
        max-width: 960px;
    }

    .container.-with-column_left .module-slideshow
    {
        width: 670px;
    }

    .section-title
    {
        font-size: 30px;
        line-height: 36px;
    }

    header #btn-header_menu
    {
        width: 22px;
        padding: 0;
        color: #FFFFFF;
        font-size: 24px;
        margin-right: 10px;
    }

    header #btn-header_menu > i
    {
        margin-left: 0 !important;
    }

    header #btn-header_menu.-clicked > i.fa-bars,
    header #btn-header_menu:not(.-clicked) > i.fa-times
    {
        display: none;
    }

    header #header-menu
    {
        display: none;
        position: absolute;
        left: -7.5px;
        top: 38px;
        width: 345px;
        padding: 5px 10px;
        max-width: calc(100vw - 15px);
        border: 1px solid rgba(0,0,0,.15);
        background: #FFFFFF;
        z-index: 999;
    }

    header #header-menu .list-link > li
    {
        display: block;
        margin: 0 !important;
    }

    header #header-menu .list-link > li + li
    {
        margin-top: 5px !important;
    }

    header #header-menu .list-link > li > a
    {
        display: block;
        position: relative;
        font-weight: 600;
        line-height: 21px;
        font-size: 15px !important;
        padding-left: 30px;
        color: #333745;
    }

    header #header-menu .list-link > li > a > i
    {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    header .list-link > li > a.-call
    {
        margin-right: 0;
    }

    footer .row.-payment
    {
        margin-left: -5px;
        margin-right: -5px;
    }

    footer .row.-payment > div
    {
        padding: 0 5px;
    }

    footer .-payment img
    {
        height: 20px;
    }

    .module-search .form-control
    {
        font-size: 14px;
    }

    .module-cart > a
    {
        font-size: 14px;
    }
}

@media (max-width: 991px)
{
    body > div[id^="hw-"]
    {
        display: none !important;
    }

    .container
    {
        max-width: 720px;
    }

    .container.-with-column_left .module-slideshow
    {
        width: 100%;
        margin-bottom: 0;
    }

    header
    {
        padding-bottom: 15px;
    }

    footer
    {
        padding: 45px 0 60px;
    }

    footer .row-columns > div + div + div
    {
        padding-top: 50px;
    }

    footer .text-copyright
    {
        margin-top: 25px;
        text-align: center;
    }
    
    footer .text-startujemeweby
    {
        padding-left: 70px;
        width: 220px;
    }

    footer .text-startujemeweby > strong
    {
        font-size: 8px;
        line-height: 12px;
        padding-right: 10px;
    }

    footer .text-startujemeweby > strong::after
    {
        top: 1px;
        height: 20px;
    }

    footer .text-startujemeweby > span
    {
        top: 6px;
        width: 150px;
        height: 10px;
    }
}

@media (max-width: 767px)
{
    .btn
    {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .container
    {
        max-width: 100%;
    }

    header .container > .row
    {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    header .container > .row > div
    {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    header .-col-logo > a
    {
        margin: 0 auto 15px;
    }

    .module-cart > a
    {
        height: 38px;
        padding: 0 15px;
    }

    .module-cart > a > i
    {
        top: -1px;
        font-size: 18px;
    }

    .module-search
    {
        height: 40px;
    }

    .module-search .form-control
    {
        height: 38px;
        line-height: 38px;
        padding: 0 20px;
    }

    .module-search .btn
    {
        height: 38px;
        width: 38px;
        line-height: 38px;
    }
}

@media (max-width: 575px)
{
    header .col-account
    {
        display: none; /* TODO: dosadiť účet (zatiaľ je vľavo v menu) */
    }

    header #language .dropdown-menu
    {
        left: auto !important;
        right: 0 !important;
        transform: none !important;
        top: 37px !important;
    }

    footer
    {
        text-align: center;
    }

    footer .row-columns > div + div
    {
        padding-top: 50px;
    }

    footer .row.-payment,
    footer .row.-certificate
    {
        justify-content: center !important;
    }

    footer .text-startujemeweby
    {
        margin: 25px auto 0;
    }
}

/* RESPONSIVE: LEFT + RIGHT COLUMN */
@media (max-width: 991px)
{
    aside#column-left,
    aside#column-right
    {
        padding-bottom: 15px;
    }

    aside > div[class^="module-"]
    {
        width: 100%;
    }

    .module-category > .btn
    {
        padding: 10px 15px;
        font-size: 14px;
    }

    .module-category > .btn > i
    {
        margin-right: 10px;
        margin-left: 0;
    }

    .module-category > .list-category
    {
        display: none;
    }

    .module-category .list-category > li > .-submenu,
    .module-category .list-category > li.-has-children:hover > a::before,
    .module-category .list-category > li.-has-children:hover > a::after
    {
        display: none !important; /* TODO: dorobiť +/- */
    }

    .module-filter
    {
        margin-top: -15px;
        padding-top: 0 !important;
    }

    .module-filter > .btn
    {
        color: #333745;
        background: #FFFFFF !important;
        border: 1px solid rgba(51, 55, 69, 0.2);
    }

    .module-filter > .btn > i
    {
        margin-right: 10px;
        margin-left: 0;
    }

    .module-filter > .btn.-clicked > .-show,
    .module-filter > .btn:not(.-clicked) > .-hide
    {
        display: none;
    }

    .module-filter #btn-filter + div
    {
        display: none;
        padding-top: 20px;
    }
}

/* RESPONSIVE: SLIDESHOW */
@media (max-width: 1304px)
{
    .item-slideshow .-content
    {
        padding-left: 0;
    }
}

@media (max-width: 1199px)
{
    .item-slideshow
    {
        height: 340px;
    }

    .item-slideshow .-content > .-title
    {
        margin-bottom: 5px;
        font-size: 30px;
        line-height: 36px;
    }

    .item-slideshow .-content > p
    {
        font-size: 20px;
        line-height: 27px;
    }

    .item-slideshow .-content > .btn
    {
        margin-top: 35px;
    }
}

@media (max-width: 767px)
{
    .item-slideshow
    {
        height: 250px;
    }

    .item-slideshow .-content > .-title
    {
        font-size: 28px;
        line-height: 34px;
    }

    .item-slideshow .-content > p
    {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575px)
{
    .module-slideshow .slick-track
    {
        display: flex !important;
    }

    .module-slideshow .slick-slide
    {
        height: inherit !important;
    }

    .item-slideshow
    {
        position: relative;
        padding: 15px 0 73px;
        height: 100%;
        text-align: center;
        align-items: start;
        display: flex;
        flex-direction: column;
    }

    .item-slideshow > .-image
    {
        display: block;
        position: static;
        order: 2;
        height: auto;
        margin: 30px 0 0;
    }

    .item-slideshow > .-image img
    {
        position: relative;
        height: auto;
    }

    .item-slideshow .-content
    {
        order: 1;
        width: 100%;
    }

    .item-slideshow .-content > .btn
    {
        position: absolute;
        bottom: 0;
        left: 50%;
        white-space: nowrap;
        transform: translateX(-50%);
    }
}

/* RESPONSIVE: PRODUCT LISTING */
@media (max-width: 1199px)
{
    .module-product_listing
    {

    }

    .module-product_listing .nav.nav-tabs
    {
        display: none;
    }

    .item-sorting
    {
        padding: 15px 20px;
        background: rgba(51, 55, 69, 0.05);
    }
}

@media (max-width: 767px)
{
    .item-sorting
    {
        padding: 10px 15px;
    }

    .item-sorting .list-sort > li + li
    {
        margin-left: 15px;
    }

    .item-sorting .list-sort > li > a
    {
        font-size: 14px;
        line-height: 23px;
    }

    .module-pagination .list-pagination
    {
        position: relative;
        padding: 0 60px;
    }

    .module-pagination .list-pagination > li > *
    {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .module-pagination .list-pagination > li
    {
        display: none;
    }

    .module-pagination .list-pagination > li.active
    {
        display: inline-block;
        margin: 0;
    }

    .module-pagination .list-pagination > li.-prev,
    .module-pagination .list-pagination > li.-next
    {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
    }

    .module-pagination .list-pagination > li.-next
    {
        left: auto;
        right: 0;
    }
}

/* RESPONSIVE: BLOG LISTING */ /* TODO: dalo by sa urobiť slick... */
@media (max-width: 991px)
{
    .module-blog_listing
    {
        margin: 50px 0 30px;
    }

    .module-blog_listing .section-title
    {
        margin-bottom: 40px;
    }

    .module-blog_listing .row > div + div
    {
        padding-top: 30px;
    }

    .module-blog_listing .button
    {
        margin-top: 30px;
    }
}

/* RESPONSIVE: NEWSLETTER */
@media (max-width: 1199px)
{
    .module-newsletter
    {
        padding: 25px 0 30px;
    }

    .module-newsletter .section-title
    {
        font-size: 24px;
        line-height: 34px;
    }

    .module-newsletter p
    {
        font-size: 16px;
        line-height: 20px;
    }

    .module-newsletter .input-group
    {
        margin: 15px auto 0;
        height: 40px;
    }

    .module-newsletter .input-group .form-control
    {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        padding: 0 15px;
    }

    .module-newsletter .input-group .btn
    {
        height: 38px;
        line-height: 38px;
        width: 38px;
    }
}

@media (max-width: 575px)
{
    .module-newsletter,
    .module-newsletter .section-title
    {
        text-align: center;
    }

    .module-newsletter .-icon
    {
        margin: 0 auto 15px;
    }

    .module-newsletter .input-group
    {
        width: 100%;
    }
}

/* RESPONSIVE: BENEFITS */
@media (max-width: 1199px)
{
    .module-benefit
    {
        margin: 60px 0 0;
        padding: 50px 0;
    }

    .item-benefit .-title
    {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .item-benefit p
    {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 991px)
{
    .module-benefit .section-title
    {
        margin-bottom: 0;
    }

    .item-benefit
    {
        margin-top: 40px;
    }
}

@media (max-width: 575px)
{
    .module-benefit
    {
        padding: 40px 0;
    }
}

/* RESPONSIVE: TITLE */
@media (max-width: 1199px)
{
    .module-title.-with-bg .container
    {
        min-height: 250px;
    }
}

@media (max-width: 991px)
{
    .module-title .-title
    {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 575px)
{
    .module-title.-with-bg .container
    {
        min-height: 200px;
        padding: 30px 15px;
    }
}

/* RESPONSIVE: INFORMATION */
@media (max-width: 1199px)
{
    .module-information
    {
        margin: 30px 0 60px;
    }

    .module-information .-special_icon
    {
        margin: 30px 0;
        padding: 25px 20px;
        padding-left: 80px;
    }

    .module-information .-special_icon > i
    {
        width: 80px;
        font-size: 25px;
    }

    .module-information .-title
    {
        margin: 30px 0;
        font-size: 28px;
        line-height: 34px;
    }

    .module-information p
    {
        font-size: 14px;
        line-height: 24px;
    }

    .module-information .-special_icon p > strong
    {
        font-size: 18px;
    }

    .module-information .-special_icon p > span
    {
        font-size: 16px !important;
    }

    .module-information .-gallery
    {
        margin: 40px 0;
    }

    .module-information .-gallery > .row
    {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .module-information .-gallery > .row > div
    {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media (max-width: 991px)
{
    .module-information .item-map
    {
        margin-top: 30px;
        height: 300px !important;
    }
}

@media (max-width: 575px)
{
    .module-information .-gallery > .row > div + div + div
    {
        padding-top: 15px;
    }

    .module-information .input-group .btn
    {
        padding: 0 12px;
    }
}

/* RESPONSIVE: PRODUCT DETAIL */
@media (max-width: 1199px)
{
    .item-product.-detail .-col-product_image
    {
        max-width: 305px;
        flex: 0 0 305px;
    }

    .item-product.-detail .-col-product_data
    {
        padding-left: 30px;
    }
}

@media (max-width: 767px)
{
    .item-product.-detail .-col-product_image
    {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .item-product.-detail .-col-product_data
    {
        padding-top: 30px;
        padding-left: 15px;
    }

    .item-product.-detail .-col-product_image > a
    {
        display: block;
        max-width: 100%;
        width: 250px;
        margin: 0 auto;
    }

    .item-product.-detail .-gallery .slick-slide > a
    {
        display: block;
        width: 60px;
    }

    .item-product .item-buy .btn
    {
        display: block;
        width: 100%;
        /*padding-left: 0;
        padding-right: 0;*/
    }
}

/* RESPONSIVE: DESCRIPTION */
@media (max-width: 1199px)
{
    .module-description iframe
    {
        max-width: 100%;
    }
}

/* RESPONSIVE: ACCOUNT */
@media (max-width: 1199px)
{
    .module-account .row > div[class="col-9"]
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .module-account fieldset
    {
        margin: 15px 0 0;
        padding: 15px;
    }
}

@media (max-width: 991px)
{
    body[class*="account-"] .module-category
    {
        margin-bottom: 15px !important;
    }

    section.module-account .account-register .item-buttons div + div
    {
        padding-top: 15px;
    }
}

@media (max-width: 767px)
{
    .module-account .row.account-login > div + div
    {
        padding-top: 30px;
    }
}

/* LISTA */
#lista,
.cookie
{
    padding: 10px 0;
    z-index: 999;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    left: 0;
    background: #EA2349;
}

#lista .close,
.module-newsletter .close
{
    position: absolute;
    top: 3px;
    right: 13px;
    color: #FFFFFF !important;
    text-shadow: none !important;
    font-size: 14px;
}

.module-newsletter .close
{
    top: 13px;
    color: #333745 !important;
}

#lista a,
.cookie a
{
    color: inherit;
    text-decoration: underline;
}

#lista a:hover,
.cookie a:hover
{
    text-decoration: none;
}

#lista p,
.cookie p
{
    color: #FFFFFF !important;
    text-align: center !important;
}

.cookie
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999999;
}

.cookie .container-fluid > *
{
    display: inline-block;
    margin: 10px 15px;
}

.cookie .btn
{
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #FFFFFF;
}

@media (max-width: 767px)
{
    #lista .container-fluid,
    .cookie .container-fluid
    {
        padding: 0 35px;
    }
}

/* MULTISHIPPING MODAL */
#startujemeweby_cart #multishippingModal .bs-searchbox
{
    padding: 0;
    margin: 0 0 10px;
}

@media (max-width: 991px)
{
    #startujemeweby_cart #multishippingModal .select_destination
    {
        display: block;
        width: 100%;
    }
}

/* OUT OF STOCK MODAL */
#outOfStockModal .modal-title
{
	font-family: 'Dosis', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #333745;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
}

#outOfStockModal .modal-footer
{
    padding: 15px;
}

#outOfStockModal .modal-footer > .row
{
    width: calc(100% + 15px);
    margin: 0 -7.5px;
}

#outOfStockModal .modal-footer > .row > div
{
    padding: 0 -7.5px;
}

#outOfStockModal .modal-footer > .row > div .btn:hover
{
    text-decoration: underline;
}

@media (max-width: 767px)
{
    #outOfStockModal .modal-footer > .row > div + div
    {
        padding-top: 15px;
    }
}

/* BESTSELLER */

.item-bestseller + .item-bestseller
{
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(51, 55, 69, 0.2);
}

.item-bestseller .row
{
	margin: 0 -10px;
}

.item-bestseller .row > div
{
	padding: 0 10px;
}

.item-bestseller .-number
{
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
    padding-left: 1px;
    background: #005C9F;
}

.item-bestseller .-image
{
	display: block;
	width: 50px;
	height: 50px;
}

.item-bestseller .-name
{
	padding: 0;
    margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333745;
}

.item-bestseller .-stock
{
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
}

.item-bestseller .-price > strong
{
    padding: 0;
    font-size: 18px;
    line-height: 26px;
}

.item-bestseller .-price > .-old,
.item-bestseller .-price > .-registered
{
    font-size: 12px;
    line-height: 18px;
}

.item-bestseller .-price > .-registered
{
    padding: 4px 10px;
}

.item-bestseller .-price > .-registered > strong
{
	top: 1px;
	padding-left: 5px;
	font-size: 14px;
}

.item-bestseller .btn-cart
{
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 16px;
}

.item-bestseller .btn-cart > i
{
    margin-left: 12px;
}

.module-bestseller
{
    margin-bottom: 60px
}

.module-bestseller .-title
{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

@media (max-width: 767px)
{
    .item-category_tile
    {
        min-height: 60px;
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .item-category_tile > a
    {
        height: 100%;
        min-height: 60px;
        padding: 10px;
        padding-left: 60px;
    }

    .item-category_tile > a > img
    {
        width: 40px;
        left: 10px;
        margin-top: -20px;
    }

    .item-bestseller .-image
    {
        width: 40px;
        height: 40px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .item-bestseller .-stock
    {
        font-size: 11px;
        line-height: 18px;
    }

    .item-bestseller .-number
    {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
        padding-left: 0px;
    }

    .item-bestseller .-price > strong
    {
        font-size: 16px;
        line-height: 22px;
    }
    
    .item-bestseller .-name
    {
        font-size: 12px;
        line-height: 18px;
    }

    .module-category_tile .row
    {
        margin-bottom: -20px;
    }
    
    .module-category_tile .row > div
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px)
{
    .item-bestseller .-price
    {
        margin-top: 10px;
    }

    .item-bestseller .-price,
    .item-bestseller .btn-cart
    {
        margin-left: 90px;
    }
}

/*
** MEGAMENU
*/

header
{
    position: relative;
}

@media (min-width: 768px)
{
    header::after
    {
        position: absolute;
        display: block;
        content: "";
        top: 100%;
        left: 0;
        margin-top: -25px;
        width: 100%;
        height: 100vh;
        background: rgba(51, 55, 69, 0.8);
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        transition-delay: 0.25s;
    }

    header.show-body-overlay::after
    {
        visibility: visible;
        opacity: 1;
    }
}

header #menu
{
    position: relative;
    font-family: 'Dosis', sans-serif;
    z-index: 10000;
}

header #menu .list-menu
{
    display: flex;
    margin: 20px 0 0;
    background: #F5F5F6;
}

header #menu .list-menu> li
{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

header #menu .list-menu > li > a
{
    display: block;
    padding: 14px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333745;
    text-transform: uppercase;
    text-decoration: none;
    background: #F5F5F6;
    transition: background 0.3s ease, color 0.3s ease;
}

header #menu .list-menu > li:hover > a
{
    background: #F2C14E;
}

header #menu .list-menu > li > a > i
{
    position: relative;
    top: -1px;
    height: 16px;
    margin-right: 5px;
    color: #F2C14E;
    transition: color 0.3s ease;
}

header #menu .list-menu > li:hover > a > i
{
    color: #333745;
}

header #menu .list-menu > li > .submenu
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 30px;
    /*border: 1px solid #D6D7DA;*/
    background: #FFFFFF;
    z-index: -1;

    max-height: 0 ;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    -ms-transition: 350ms;
    -moz-transform: rotate3d(1,0,0,-90deg);
    -moz-transform-origin: 50% 0;
    -ms-transform: rotate3d(1,0,0,-90deg);
    -ms-transform-origin: 50% 0;
    transition: 350ms;
    transform-style: preserve-3d;

    transition-delay: 0.25s;
}

header #menu .list-menu > li:hover > .submenu
{
    max-height: 1800px;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    -moz-transform: rotate3d(0,0,0,0);
    -ms-transform: rotate3d(0,0,0,0);
}

header #menu .list-menu > li > .submenu > .row > div
{
    min-height: 60px;
}

header #menu .list-menu > li > .submenu .subcategory-level-1
{
    display: flex;
    align-items: center;
    min-height: 40px;
    margin: 40px 0 0;
    position: relative;
    padding-left: 80px;
    color: #575757;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

header #menu .list-menu > li > .submenu .subcategory-level-1 > img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

header #menu .list-menu > li > .submenu .list-submenu
{
    margin: 15px 0 0;
    margin-left: 80px;
}

header #menu .list-menu > li > .submenu .list-submenu > li + li
{
    margin-top: 10px;
}

header #menu .list-menu > li > .submenu .list-submenu > li > a
{
    display: block;
    position: relative;
    padding-left: 14px;
    color: #575757;
    font-size: 13px;
    line-height: 16px;
}

header #menu .list-menu > li > .submenu .list-submenu > li > a::before
{
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    left: 0;
    width: 6px;
    height: 3px;
    background-color: #F2C14E;
}

@media (max-width: 1199px)
{
    header #menu .list-menu > li > a
    {
        font-size: 13px;
        line-height: 16px;
    }

    header #menu .list-menu > li > a > i
    {
        top: -0.5px;
        font-size: 14px;
        margin-right: 4px;
    }

    /*header #menu .list-menu > li > .submenu
    {
        padding: 40px 20px 20px;
    }*/

    header #menu .list-menu > li > .submenu .list-submenu
    {
        margin: 10px 0px 0;
        margin-left: 70px;
    }

    header #menu .list-menu > li > .submenu .list-submenu > li + li
    {
        margin-top: 5px;
    }

    header #menu .list-menu > li > .submenu .list-submenu > li > a
    {
        font-size: 12px;
    }

    header #menu .list-menu > li > .submenu .subcategory-level-1
    {
        padding-left: 70px;
        margin-top: 20px;
    }

    header #menu .list-menu > li > .submenu .subcategory-level-1 > img
    {
        width: 50px;
    }
}

@media (max-width: 991px)
{
    header .container-menu
    {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    header #menu .list-menu > li > a
    {
        padding: 10px 12px;
        font-size: 12px;
        line-height: 16px;
    }

    header #menu .list-menu > li > a > i
    {
        top: -1.5px;
        font-size: 11px;
        margin-right: 2px;
    }

    header #menu .list-menu > li > .submenu
    {
        padding-top: 35px;
    }
}

@media (max-width: 767px)
{
    header #menuToggle
    {
        position: relative;
        width: 38px;
        height: 38px;
        padding: 0;
        text-align: center;
        color: #FFFFFF;
        z-index: 999;
    }

    body.menuToggled header #menuToggle,
    body.menuToggled header #menuToggle > i
    {
        color: #FFFFFF;
    }

    header #menuToggle > i
    {
        font-size: 14px;
        margin: 0 !important;
    }

    body.menuToggled header #menuToggle > i[class*="bars"],
    body:not(.menuToggled) header #menuToggle > i[class*="times"],
    body:not(.menuToggled) header #menuToggle > span + span,
    body.menuToggled header #menuToggle > i + span
    {
        display: none !important;
    }

    header #menuToggle > span
    {
        display: block;
        font-size: 9px;
        line-height: 9px;
        text-transform: lowercase;
    }

    header #menu
    {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
    }

    header #menu .list-menu
    {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    header #menu .list-menu > li > a
    {
        position: relative;
        display: block;
        padding: 12px;
        padding-right: 48px;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    header #menu .list-menu > li > a > i
    {
        position: relative;
        top: -1px;
        font-size: 16px;
        margin-right: 10px;
        width: 18px;
        text-align: center;
    }

    header #menu .list-menu > li a > .-expand
    {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 100%;
        font-size: 12px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        transition: transform 0.3s ease;
    }

    header #menu .list-menu > li a > .-expand.-expanded
    {
        transform: rotate(180deg);
    }

    header #menu .list-menu > li > .submenu
    {
        position: relative;
        display: none;
        max-height: none;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        transform: none !important;
        transition: none !important;
        border-radius: 0;
        z-index: 9;
    }
    
    header #menu .list-menu > li > .submenu > .row > div
    {
        min-height: 0;
        border-bottom: 1px solid var(--color-1);
    }
    
    header #menu .list-menu > li > .submenu > .row > div:first-child
    {
        border-top: 1px solid var(--color-1);
    }

    header #menu .list-menu > li > .submenu .subcategory-level-1
    {
        position: relative;
        padding: 12px 10px;
        padding-left: 50px;
        padding-right: 53px;
        margin: 0;
        font-size: 14px;
        line-height: 19px;
    }

    header #menu .list-menu > li > .submenu .subcategory-level-1 > .-expand
    {
        width: 43px;
    }

    header #menu .list-menu > li > .submenu .subcategory-level-1 > img
    {
        left: 8px;
        top: 50%;
        max-width: 34px;
        max-height: 34px;
        transform: translateY(-50%);
    }

    header #menu .list-menu > li > .submenu .list-submenu
    {
        display: none;
        margin: 0;
        margin-left: 50px;
        padding: 0 0 15px;
    }
}

/* PRODUCT LABELS */
.item-product .-image
{
    display: block;
    position: relative;
}

.item-product-label
{
    position: absolute;
    top: 0;
    left: 0;
}

.item-product-label .item-product-label--item,
.item-product .-product-data-pills .badge
{
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-radius: 2px;
    background-color: rgb(102, 153, 51);
}

.item-product .-product-data-pills
{
    margin: 0 0 20px;
}

/* MODULE: DOWNLOAD */
.module-download
{
    margin: 40px 0;
}

.module-download .well
{
    padding: 35px 30px;
    background: #F5F5F6;
}

.module-download .section-title
{
    margin: 0 0 30px;
    padding: 0;
    color: #393A39;
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    text-align: left;
}

.module-download .well .section-title
{
    font-size: 24px;
    line-height: 31px;
    text-transform: none;
}

.module-download .btn.btn-primary
{
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.module-download .btn.btn-download
{
    padding: 5px 10px;
    color: #333333;
    font-family: Dosis;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    background: #F5F5F6;;
}

.module-download .btn.btn-download:hover
{
    text-decoration: underline;
}

.module-download .btn.btn-download > i
{
    margin: 0;
    margin-right: 5px;
    color: #005C9F;
}

.module-download .form-group
{
    margin: 0 0 30px;
}

.module-download .form-group label
{
    margin: 0 0 5px;
    color: #393A39;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Dosis', sans-serif;
}

.module-download .form-group .form-control
{
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 38px;
    font-family: 'Dosis', sans-serif;
    border: 1px solid #D6D6D6;
    background: #FFFFFF;
}

.module-download .download-results
{
    margin: 40px 0 90px;
}

.item-download_result
{
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
}

.item-download_result + .item-download_result
{
    margin-top: 30px;
}

.item-download_result .item-download_result--image
{
    display: block;
    width: 60px;
}

.item-download_result .item-download_result--title
{
    margin: 0;
    padding: 0;
    color: #393A39;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Dosis', sans-serif;
}

.item-download_result .item-download_result--title > a
{
    color: inherit;
}

.item-download_result .item-download_result--downloads
{
    margin: 7.5px -2.5px 2.5px;
}

.item-download_result .item-download_result--downloads > li
{
    padding: 2.5px;
}

@media (max-width: 767px)
{
    .module-download .well
    {
        padding: 20px;
    }

    .item-download_result
    {
        padding-bottom: 20px;
    }

    .item-download_result + .item-download_result
    {
        margin-top: 20px;
    }

    .item-download_result .btn.btn-primary
    {
        margin-top: 20px;
        margin-left: 90px;
    }
}

@media (max-width: 575px)
{
    .item-download_result .item-download_result--title
    {
        margin-top: 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .item-download_result .btn.btn-primary
    {
        margin-left: 0;
    }
}