/*@import "https://fonts.googleapis.com/css?family=Abhaya+Libre:600";*/

html {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0
}

body {
    background: #fff;
    font: normal 16px/22px Georgia, "Times New Roman"
}

a,
a:active,
a:visited {
    color: #333;
    text-decoration: none
}

    a:hover {
        text-decoration: none
    }

h1,
h2,
h3 {
    font-weight: 400
}

h4,
h4 a {
    font-size: 20px;
    line-height: 28px
}

*,
*:before,
*:after {
    box-sizing: inherit
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: """"
}

ul,
ol {
    margin: 0 0 1em 1em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 30px
}

ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    list-style-position: inside
}

ol {
    list-style: decimal
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

.hidden {
    display: none
}

.dib {
    display: inline-block;
    vertical-align: top
}

.db {
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.oh {
    overflow: hidden
}

.cp {
    cursor: pointer
}

.relative {
    position: relative
}

.m-0 {
    margin: 0
}

.dd_container,
.absolute {
    position: absolute
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important
}

.flex-container {
    display: flex
}

.grid-container {
    display: grid
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.justify-content-left {
    justify-content: flex-start
}

.justify-content-right {
    justify-content: flex-end
}

.flex-column {
    flex-direction: column
}

.space-between {
    justify-content: space-between
}

.flex-grow1 {
    flex-grow: 1
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.transparent {
    opacity: 0
}

.horizontal-list ul > li {
    display: inline-block;
    margin-right: 20px
}

.button,
button {
    background-color: #7a7975;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 1.5em;
    padding: 7px 15px;
    text-align: center;
    transition: all .2s ease-in-out;
    margin: 0
}

    .button:hover,
    button:hover {
        background-color: #e1423c
    }

.header-top > .flex-container {
    align-items: center
}

.header-top ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#pattern .page-width,
.menu_width,
.flexmenu_ul,
#product .content-wrapper .product-page-col.page-width {
    margin: 0 auto;
    width: 90%
}

#index .main-content {
    padding-top: 30px
}

.main-content #content .page-width,
#pattern .page-width .page-width {
    width: 100%
}

.svgic {
    display: inline-block;
    fill: currentColor;
    height: 20px;
    pointer-events: none;
    vertical-align: top;
    width: 20px
}

.smooth02 {
    transition: all .2s ease-in-out
}

.smooth05 {
    transition: all .5s ease-in-out
}

.in_progress {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgY3g9IjUwIiBjeT0iMTUiIHI9IjEyLjUiLz48L3N2Zz4=) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.s-link:hover {
    color: #111
}

.header-main > div {
    height: 150px;
    align-items: center
}

#header .cart-preview .body,
.in_progress svg {
    display: none
}

.header-top > div > div {
    margin-left: 70px
}

    .header-top > div > div:first-child,
    .header_user li,
    .header_logo,
    .user-select {
        margin: 0
    }

.dd_container {
    display: none;
    background: #fff;
    color: #4e4e4e;
    min-width: 200px;
    z-index: 99
}

    .dd_container:not(.pk-sub-menu) li {
        display: block;
        float: none;
        margin: -1px 0 0;
        overflow: hidden;
        padding: 10px 10px 10px 20px;
        position: relative;
        width: auto;
        border: 1px solid #f2f2f2;
        text-align: left
    }

.dd_helper {
    position: absolute;
    top: 0;
    width: 100%;
    display: none
}

.dd_el:hover .dd_helper {
    display: block
}

.dd_container:not(.pk-sub-menu) li:hover {
    background-color: #313537;
    border-color: #313537;
    color: #fff
}

.dd_view {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .08), inset 0 1px 1px 0 rgba(255, 255, 255, .95)
}

.opt-list.dd_container {
    border: none
}

.user-select li {
    text-transform: uppercase
}

    .user-select li:first-child {
        border-top-color: #000
    }

.user-select > div {
    z-index: 99
}

.user-select li a {
    color: inherit
}

.lang-select li img {
    margin-right: 10px
}

.lang-select .dd_container,
.curr-select .dd_container {
    left: 50%;
    transform: translateX(-50%)
}

.currencies li {
    cursor: pointer
}

.header_user {
    padding-top: 0;
    margin: 0;
    list-style: none
}

    .header_user li .svgic {
        display: none
    }

    .header_user .svgic-login {
        margin-top: 8px
    }

.header_logo span.logo {
    font: normal 38px/1em Georgia;
    letter-spacing: 0
}

.header_logo img.logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.logo-center .header_logo {
    text-align: center
}

#index.header-absolute #header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

body:not(#index) .header-1 {
    border-bottom: 2px solid #313537
}

.header-1 .logo-left .header-nav {
    order: 1
}

.header-1 .logo-left .header_logo {
    order: 0;
    text-align: left;
    flex-grow: 1
}

.header-1 .logo-left .search_widget {
    order: 2
}

.header-1 #search_widget form {
    justify-content: flex-end
}

.header-1 #pk_top_menu {
    height: 100%
}

.logo-left .flexmenu-container,
.logo-left #pk_top_menu {
    order: 1
}

.logo-left .header-right-side {
    order: 2;
    flex-grow: 0
}

.header-top a {
    color: inherit
}

.header-1 .pk-menu-horizontal > ul {
    padding: 0
}

.header-1 .header-top .page-width > div:first-child,
.header-1 .logo-center .header_logo {
    flex-grow: 1
}

.header-1 .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.header-1 .flexmenu-container,
.header-1 #pk_top_menu,
.header-1 .header-right-side {
    width: 40%
}

.header-1 .logo-left .flexmenu-container,
.header-1 .logo-left #pk_top_menu,
.header-1 .logo-left .header-right-side {
    width: auto
}

.header-1 .logo-left .flexmenu-container,
.header-1 .logo-left #pk_top_menu {
    margin-right: 30px
}

.header-1 .header-nav {
    display: flex;
    justify-content: flex-end
}

    .header-1 .header-nav > div {
        margin-left: 60px
    }

        .header-1 .header-nav > div:first-child {
            margin: 0
        }

.header-1 #search_widget {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    width: 100%
}

.header-1 .header-right-side {
    padding: 11px 0
}

.header-1 .flexmenu > ul {
    margin-left: 0
}

.header-1 .sticky .flexmenu {
    margin: 0 auto;
    max-width: 1500px
}

.header-1 .sticky .flexmenu_ul {
    margin-left: 25px
}

@media(max-width:1023px) {

    .header-1 .header-top > div > div:not(:first-child),
    .header-1 .pk_cl > ul > li:not(:first-child),
    .header-1 .header-nav > div {
        margin-left: 20px
    }
}

@media(max-width:480px) {
    #header.header-1 .pk-menu-horizontal {
        width: 100%;
        margin: 0
    }
}

@media(min-width:801px) {
    .product_list .product-miniature {
        width: 23%;
        margin-right: 2.66%
    }

    .view_grid .product-miniature:nth-child(4n+4) {
        margin-right: 0
    }
}

@media(max-width:800px) and (min-width:501px) {
    .left-section .product-image-link {
        width: 50%;
        float: left;
        margin-right: 5%
    }

    .product_list .product-miniature {
        width: 32%;
        margin-right: 3%
    }

    #category .product-miniature:nth-child(3n+3) {
        margin-right: 0
    }
}

@media(max-width:800px) {

    #pattern .page-width,
    .menu_width,
    .flexmenu_ul {
        width: 95%
    }

    #header .header-main > .page-width {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header-1 .header-main .flexmenu .submenu {
        top: 30px
    }

    .header-1 .flexmenu .menu-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .header-1 .flexmenu-container,
    .header-1 #pk_top_menu {
        position: relative
    }

    #pattern .header-1 .header-main > .page-width {
        flex-direction: column;
        align-items: center
    }

    .header-1 .flexmenu-container,
    .header-1 #pk_top_menu {
        order: 3
    }

    .header-1 .flexmenu > ul,
    .header-1 .header-nav {
        justify-content: center;
        width: 100%
    }

    .header-1 .header-nav {
        margin-bottom: 15px
    }

    .header-1 #search_widget {
        position: relative;
        top: auto;
        right: auto;
        opacity: 1;
        z-index: 1;
        width: 100%;
        max-width: 488px
    }

    #header.header-1 .header_user {
        margin-left: 0
    }

    .header-1 .header_logo {
        margin: 0 0 20px
    }

    .header-1 .flexmenu-container,
    .header-1 #pk_top_menu,
    .header-1 .header-right-side,
    body .products-sort-order .select-title,
    body .products-sort-order .dropdown-menu,
    .header-1 .flexmenu .menu_width {
        width: 100%
    }

    .header-1 #search_widget > form {
        width: 100%;
        height: 42px
    }

    .header-1 .pk_customlinks,
    #header.header-1 .header-nav .blockcart {
        font-size: 12px;
        letter-spacing: 0;
        margin: 0
    }

    .header-1 .main-search-link {
        display: none
    }

    .header-1 .icon_menu {
        margin: 0 auto 10px
    }

    #pattern .footer-main {
        padding: 40px 0
    }

    .products-selection .col-md-6,
    .products-selection .sort-by-row,
    .products-sort-order {
        width: 100%;
        margin: 0;
        padding: 0
    }

    body .view_list .product-thumbnail {
        min-width: 180px
    }

    body #pattern .view_list .product-miniature {
        margin-bottom: 30px
    }

    #category #pattern #left-column #search_filters_wrapper {
        margin: 0
    }
}

@media(max-width:500px) {
    .header-1 .header-short-message {
        display: none
    }

    .header-1 .header-top > .page-width {
        padding: 0;
        justify-content: center
    }

    .header-1 .pk_cl li {
        position: static
    }

    .header-1 .pk_cl .dd_container {
        width: 100%;
        left: 0;
        transform: translateX(0)
    }

    #header.header-1 .header-nav .blockcart .header {
        position: static
    }

    .header-1 #desktop_cart .shopping_cart {
        max-width: 100%;
        right: 50%;
        transform: translateX(50%)
    }
}

.header-2 .header-top .page-width > div:first-child,
.header-2 .logo-center .header_logo {
    flex-grow: 1
}

.header-2 .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.header-2 .logo-left .flexmenu-container,
.header-2 .logo-left #pk_top_menu,
.header-2 .logo-left .header-right-side {
    width: auto
}

.header-2 .logo-left .flexmenu-container,
.header-2 .logo-left #pk_top_menu {
    margin-right: 30px
}

.header-2 .header-nav {
    display: flex;
    justify-content: flex-end
}

    .header-2 .header-nav > div,
    .header-2 .icons-true .pk_cl > ul > li {
        margin-left: 36px
    }

.header-2 #search_widget {
    position: relative;
    width: 100%;
    max-width: 400px
}

.header-2 .header-nav > div:first-child {
    margin: 0
}

.header-2 .header-right-side {
    padding: 11px 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-2 .header-nav .svgic {
    width: 17px;
    height: 17px
}

.header-2 .header-nav #desktop_cart .svgic {
    width: 19px;
    height: 19px
}

#header #desktop_cart .remove-product svg {
    color: #444;
    width: 10px;
    height: 10px
}

#header #desktop_cart .remove-product:hover svg {
    color: #000
}

.header-2 #top-menu > li:first-child > a {
    padding-left: 0
}

@media(min-width:1800px) {
    .header-2 #search_widget {
        margin-right: 50px
    }
}

@media(max-width:800px) {
    .header-2 .header-main > .page-width {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 30px 0
    }

    .header-2 .header-right-side {
        justify-content: flex-start;
        width: 100%
    }

    .header-2 #search_widget {
        max-width: 488px
    }

    .header-2 .header_logo {
        margin-bottom: 15px;
        align-self: center
    }

    .header-2 .header-short-message {
        display: none
    }

    .header-2 .header-top > div > div {
        margin-left: 0
    }

    .header-2 .header-top > .page-width {
        justify-content: space-around
    }
}

@media(max-width:500px) {
    .header-2 .header-right-side {
        flex-direction: column
    }

    .header-2 #search_widget {
        margin-bottom: 20px
    }

    .header-2 .pk_cl li:first-child {
        margin-left: 0
    }

    .header-2 .header-nav {
        position: relative;
        width: 100%;
        justify-content: center
    }

    .header-2 .pk_cl li {
        position: static
    }

    .header-2 .pk_cl .dd_container {
        width: 100%;
        left: 0;
        transform: translateX(0)
    }

    .header-2 .header-top {
        font-size: 12px;
        letter-spacing: 0
    }

    .header-2 #desktop_cart .header {
        position: static
    }

    .header-2 .shopping_cart {
        width: 100%
    }

    #wrapper {
        flex-direction: column
    }

        #wrapper #left-column {
            order: 2
        }

        #wrapper .content-wrapper {
            order: 1
        }

    #pattern .footer-main .page-width > div {
        width: 100%;
        margin: 0 0 40px
    }

    #pattern .footer-main {
        padding: 30px
    }
}

.header-3 .header_logo {
    flex-grow: 1
}

.header-3 .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.header-3 .header-nav {
    display: flex;
    justify-content: flex-end;
    margin-left: 40px
}

    .header-3 .header-nav > div {
        margin-left: 40px
    }

.header-3 #search_widget {
    position: relative;
    width: 100%;
    max-width: 400px
}

.header-3 .header-nav > div:first-child {
    margin: 0
}

.header-3 .header-right-side {
    padding: 11px 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-3 .header-nav .svgic {
    width: 16px;
    height: 16px
}

.header-3 .flexmenu > ul {
    justify-content: flex-start
}

@media(min-width:1800px) {
    .header-3 #search_widget {
        margin-right: 20px
    }
}

@media(max-width:800px) {
    #header.header-3 {
        height: auto !important
    }

    .header-3 .header-main > .page-width {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 30px 0
    }

    .header-3 #search_widget {
        max-width: 488px;
        margin: 0 auto 25px
    }

    .header-3 .header_logo {
        margin-bottom: 15px;
        align-self: center
    }

    .header-3 .header-nav {
        justify-content: center;
        position: relative;
        margin: 0
    }

    .header-3 .pk_cl li:first-child {
        margin-left: 0
    }

    .header-3 .pk_cl .dd_container {
        width: 100%;
        max-width: 300px
    }

    #header.header-3 .header-nav .blockcart .header,
    .header-3 .pk_cl li {
        position: static
    }

    .header-3 #desktop_cart .shopping_cart {
        max-width: 100%;
        right: 50%;
        transform: translateX(50%)
    }
}

@media(min-width:1200px) {
    .header-3 #search_widget input[type=text] {
        width: 400px
    }
}

#header .headerbuilder .header-3 .svgic {
    width: 18px;
    height: 18px
}

.header-4 {
    margin-bottom: 30px
}

    .header-4 .logo-left .header-nav {
        order: 1
    }

    .header-4 .logo-left .header_logo {
        order: 0;
        text-align: left;
        flex-grow: 1
    }

    .header-4 .logo-left .search_widget {
        order: 2
    }

    .header-4 .header-top .page-width > div:first-child,
    .header-4 .logo-center .header_logo {
        flex-grow: 1
    }

    .header-4 .header-top {
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }

    .header-4 #search_widget,
    .header-4 .header-right-side {
        width: 300px
    }

    .header-4 .logo-left .flexmenu-container,
    .header-4 .logo-left #pk_top_menu,
    .header-4 .logo-left .header-right-side {
        width: auto
    }

    .header-4 .logo-left .flexmenu-container,
    .header-4 .logo-left #pk_top_menu {
        margin-right: 30px
    }

    .header-4 .header-nav {
        display: flex;
        justify-content: flex-end
    }

        .header-4 .header-nav > div {
            margin-left: 40px
        }

            .header-4 .header-nav > div:first-child {
                margin: 0
            }

    .header-4 .header-right-side {
        padding: 11px 0
    }

    .header-4 .flexmenu > ul {
        margin-left: 0;
        justify-content: center
    }

    .header-4 #search_widget {
        max-width: 300px;
        position: relative
    }

        .header-4 #search_widget input[type=text] {
            float: none
        }

    .header-4 .flexmenu,
    .header-4 #top-menu {
        border-bottom: 4px solid #333;
        margin-bottom: 2px
    }

    .header-4 .flexmenuitem > a {
        margin-bottom: 20px
    }

    .header-4 .flexmenu-container,
    .header-4 #pk_top_menu {
        border-bottom: 1px solid #b0b0b0;
        height: auto
    }

    .header-4 .top-menu {
        justify-content: center
    }

    .header-4 .flexmenu_ul {
        width: 100%
    }

    .header-4 .header-main2 {
        border-bottom: 1px solid #b0b0b0
    }

    .header-4 .sticky {
        left: 50%;
        transform: translateX(-50%)
    }

        .header-4 .sticky .flexmenuitem > a {
            margin-top: 20px
        }

#header.header-4 .flexmenu-container.sticky {
    padding: 0
}

#header.header-4 .header-nav .blockcart .header svg {
    width: 17px;
    height: 17px
}

.header-4 .sticky .flexmenu > ul {
    max-width: 100%
}

@media(min-width:1024px) {
    body .pk-menu-horizontal li.level-1 > a {
        padding: 15px 40px
    }
}

@media(max-width:1023px) {
    #pattern .header-4 .header-main > .page-width {
        padding-left: 0;
        padding-right: 0
    }

    .header-4 .header-top > div > div:not(:first-child),
    .header-4 .pk_cl > ul > li:not(:first-child),
    .header-4 .header-nav > div {
        margin-left: 20px
    }
}

@media(max-width:800px) {

    #pattern .page-width,
    .menu_width,
    .flexmenu_ul {
        width: 95%
    }

    #header .header-main > .page-width {
        height: auto;
        padding: 30px 0
    }

    .header-4 .header-main .flexmenu .submenu {
        top: 30px
    }

    .header-4 .flexmenu .menu_width {
        width: 100%
    }

    .header-4 .flexmenu .menu-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .header-4 .flexmenu-container,
    .header-4 #pk_top_menu {
        position: relative
    }

    #pattern .header-4 .header-main > .page-width {
        flex-direction: column;
        align-items: center
    }

    .header-4 .flexmenu-container,
    .header-4 #pk_top_menu {
        order: 3
    }

    .header-4 .flexmenu > ul,
    .header-4 .header-nav {
        justify-content: center;
        width: 100%
    }

    .header-4 #search_widget {
        position: relative;
        top: auto;
        right: auto;
        opacity: 1;
        z-index: 1;
        width: 100%
    }

    #header.header-4 .header_user {
        margin-left: 0
    }

    .header-4 .header_logo {
        margin: 0 0 20px
    }

    .header-4 .flexmenu-container,
    .header-4 #pk_top_menu,
    .header-4 .header-right-side {
        width: 100%
    }

    .header-4 #search_widget {
        max-width: 488px;
        margin: 20px auto;
        width: 100%
    }

        .header-4 #search_widget > form {
            width: 100%;
            height: 42px
        }

    .header-4 .pk_customlinks,
    #header.header-4 .header-nav .blockcart {
        font-size: 12px;
        letter-spacing: 0;
        margin: 0
    }

    .header-4 .main-search-link {
        display: none
    }
}

@media(max-width:500px) {
    .header-4 .header-short-message {
        display: none
    }

    .header-4 .header-top > .page-width {
        padding: 0;
        justify-content: center
    }

    .header-4 .pk_cl li {
        position: static
    }

    .header-4 .pk_cl .dd_container {
        width: 100%;
        left: 0;
        transform: translateX(0)
    }

    #header.header-4 .header-nav .blockcart .header {
        position: static
    }

    .header-4 #desktop_cart .shopping_cart {
        max-width: 100%;
        right: 50%;
        transform: translateX(50%)
    }
}

.header-5 .header_logo {
    flex-grow: 1
}

.header-5 .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.header-5 .header-nav {
    display: flex;
    justify-content: flex-end
}

    .header-5 .header-nav > div {
        margin-left: 40px
    }

.header-5 #search_widget {
    position: relative;
    width: 100%;
    max-width: 260px
}

.header-5 .header-nav > div:first-child {
    margin: 0
}

.header-5 .header-right-side {
    padding: 11px 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-5 .header-nav .svgic {
    width: 19px;
    height: 19px;
    transform: scale(.8)
}

.header-5 .header-nav {
    margin-left: 10px
}

.header-5 .flexmenu-container,
.header-5 #pk_top_menu {
    margin-right: 20px
}

.header-5 .flexmenu > ul {
    justify-content: flex-start;
    margin-right: 30px
}

body:not(#index) .header-5 {
    border-bottom: 2px solid #313537
}

body .header-5 .flexmenu > ul > li > a {
    padding: 0 35px
}

@media(max-width:500px) {
    #header .header-main > .page-width {
        flex-direction: column
    }

    .header-5 .icons-true .pk_cl > ul > li,
    .header-5 .header-nav > div {
        margin: 0 15px
    }

    .header-5 .header-nav {
        margin: 20px 0 0
    }

    .header-5 .flexmenu > ul.flexmenu_ul {
        margin-top: 90px
    }
}

.header-6 .header_logo {
    flex-grow: 1
}

.header-6 .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.header-6 .header-nav {
    display: flex;
    justify-content: flex-end
}

.header-6 #search_widget {
    position: relative;
    width: 30%;
    max-width: 450px
}

    .header-6 #search_widget .svgic {
        right: 0
    }

    .header-6 #search_widget input[type=text] {
        text-transform: uppercase;
        font-family: archivo narrow;
        font-size: 12px;
        letter-spacing: 0;
        padding-top: 11px;
        padding-bottom: 11px
    }

.header-6 .icons-true .pk_cl > ul > li,
.header-6 .header-nav > div {
    margin-left: 30px
}

    .header-6 .header-nav > div:first-child {
        margin: 0
    }

.header-6 .header-right-side {
    padding: 11px 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-6 .header-nav .svgic {
    width: 19px;
    height: 19px;
    transform: scale(.8)
}

.header-6 .sticky {
    left: 50%;
    transform: translateX(-50%)
}

.header-6 .header-nav {
    margin-left: 10px
}

.header-6 .flexmenu-container,
.header-6 #pk_top_menu {
    margin-right: 20px
}

.header-6 .flexmenu > ul {
    justify-content: flex-start;
    margin-right: 30px
}

body:not(#index) .header-6 {
    border-bottom: 2px solid #313537
}

body .header-6 .flexmenu > ul > li > a {
    padding: 0 40px
}

.header-6 .header-bottom {
    background: #313537;
    color: #e2e2e2
}

    .header-6 .header-bottom .page-width {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

@media(max-width:768px) {
    .header-6 .header-main > div {
        flex-direction: column
    }

    .header-6 .header-main > .flexmenu-container,
    .header-6 .header-main > #pk_top_menu {
        margin-right: 0
    }

    .header-6 .header-nav {
        margin: 0
    }

        .header-6 .icons-true .pk_cl > ul > li,
        .header-6 .header-nav > div {
            margin: 0 15px
        }

    .header-6 .pk_customlinks > ul > li,
    #header.header-6 .header-nav .blockcart .header {
        position: static
    }

    .header-6 .flexmenu > ul.flexmenu_ul {
        top: 90px
    }

    .header-6 .header-main .pk_customlinks .dd_container,
    .header-6 .header-main .icons-true #desktop_cart .shopping_cart {
        top: 157px !important
    }

    .header-6 .header-bottom > .flex-container {
        flex-direction: column;
        height: auto
    }

        .header-6 .header-bottom > .flex-container > *,
        .header-6 #search_widget {
            width: 100%
        }

    .header-6 .header-bottom .ps_categorytree .module-title,
    .header-6 .header-bottom #search_widget {
        border: none;
        padding: 0
    }

    .header-6 .header-bottom .ps_categorytree,
    .header-6 .header-bottom #custom-text {
        padding: 15px 0 15px 20px;
        text-align: left
    }
}

.header-7 .header-nav {
    display: flex;
    justify-content: flex-end
}

.header-7 .header-right-side {
    padding: 11px 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-7 .icon-element {
    flex-direction: column
}

#header.header-7 .dd_container {
    top: 100% !important
}

@media(max-width:800px) {
    .header-2 .header-main > .page-width {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 30px 0
    }

    .header-2 .header-right-side {
        justify-content: flex-start;
        width: 100%
    }

    .header-2 #search_widget {
        max-width: 488px
    }

    .header-2 .header_logo {
        margin-bottom: 15px;
        align-self: center
    }

    .header-2 .header-short-message {
        display: none
    }

    .header-2 .header-top > div > div {
        margin-left: 0
    }

    .header-2 .header-top > .page-width {
        justify-content: space-around
    }
}

@media(max-width:500px) {
    .header-2 .header-right-side {
        flex-direction: column
    }

    .header-2 #search_widget {
        margin-bottom: 20px
    }

    .header-2 .pk_cl li:first-child {
        margin-left: 0
    }

    .header-2 .header-nav {
        position: relative;
        width: 100%;
        justify-content: center
    }

    .header-2 .pk_cl li {
        position: static
    }

    .header-2 .pk_cl .dd_container {
        width: 100%;
        left: 0;
        transform: translateX(0)
    }

    .header-2 .header-top {
        font-size: 12px;
        letter-spacing: 0
    }

    .header-2 #desktop_cart .header {
        position: static
    }

    .header-2 .shopping_cart {
        width: 100%
    }

    #wrapper {
        flex-direction: column
    }

        #wrapper #left-column {
            order: 2
        }

        #wrapper .content-wrapper {
            order: 1
        }

    #pattern .footer-main .page-width > div {
        width: 100%;
        margin: 0 0 40px
    }

    #pattern .footer-main {
        padding: 30px
    }
}

#search_widget input[type=text] {
    width: 100%;
    max-width: 488px;
    line-height: 20px;
    padding: 9px 20px;
    border-radius: 20px;
    margin: 0;
    border: 1px solid #f2f2f2;
    float: right;
    color: inherit;
    font-size: 14px;
    font-family: Roboto, Arial;
    letter-spacing: 0
}

.show-search #search_widget,
.show-search-2 #search_widget {
    display: block;
    opacity: 1;
    z-index: 9
}

#search_widget .svgic {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 30px
}

#search_widget button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0
}

#content #search_widget {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    position: relative
}

#search_widget.popup_search {
    position: absolute;
    top: 50%;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 90%
}

    #search_widget.popup_search input[type=text] {
        width: 100%;
        max-width: 100%;
        padding: 30px;
        font-size: 20px;
        background-position: 100% 50%
    }

    #search_widget.popup_search .svgic {
        height: 50%;
        top: 50%;
        width: auto;
        max-width: 10%;
        transform: translateY(-50%);
        right: 0
    }

    #search_widget.popup_search button {
        width: auto;
        max-width: 10%;
        padding: 0 20px
    }

.gs-popup-search .pk_search_result .mini-product .thumbnail {
    width: 150px
}

#search_widget:not(.popup_search) .search-no-result {
    position: absolute;
    font-size: 13px
}

.gs-popup-search .pk_search_result {
    max-width: 800px;
    z-index: 999;
    border: 1px solid #eee;
    border-top: none;
    width: 100%
}

    .gs-popup-search .pk_search_result .product-title {
        margin: 25px 0 20px;
        font-size: 20px
    }

.gs-popup-search #search_widget input[type=text] {
    border-radius: 0
}

.fadeContent {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 99
}

.shopping_cart {
    right: 0;
    width: 350px
}

    .shopping_cart .indent {
        padding: 30px 25px
    }

        .shopping_cart .indent > .flex-container {
            padding-top: 28px
        }

    .shopping_cart .cart-total {
        flex-grow: 1;
        font-size: 13px;
        color: #444;
        flex-direction: column;
        justify-content: center;
        display: flex
    }

        .shopping_cart .cart-total > div {
            line-height: 24px
        }

    .shopping_cart .cart-button {
        width: 120px
    }

        .shopping_cart .cart-button .btn {
            width: 100%;
            display: block;
            font-size: .8rem;
            text-transform: uppercase;
            font-family: inherit;
            letter-spacing: 0
        }

    .shopping_cart .remove-product {
        position: absolute;
        top: 0;
        right: 0;
        color: #333
    }

        .shopping_cart .remove-product .svgic {
            width: 13px;
            height: 13px
        }

    .shopping_cart .price span {
        font-style: normal
    }

    .shopping_cart .cart-button .btn:first-child {
        margin-bottom: 10px
    }

.sidebar {
    font-size: .9375em
}

    .sidebar > * {
        margin-top: 50px
    }

    .sidebar > .rev_slider_wrapper {
        margin-top: 50px !important
    }

    .sidebar > *:first-child {
        margin-top: 0
    }

    .sidebar .module-title {
        border-bottom: 2px solid #313537;
        margin: 0;
        padding-bottom: 20px;
        display: flex
    }

    .sidebar section ul {
        margin: 0;
        padding: 0
    }

        .sidebar section ul li {
            border-top: 1px solid #f3f3f3;
            padding: 10px 0 10px 10px
        }

        .sidebar section ul ul {
            font-size: 15px
        }

            .sidebar section ul ul li {
                padding: 5px 0 5px 10px
            }

        .sidebar section ul li:first-child {
            border-top: none;
            padding-top: 0
        }

        .sidebar section ul li.root_li {
            padding: 0;
            border: none
        }

.root_li ul li div {
    display: none
}

.cat_desc {
    line-height: 18px
}

    .cat_desc p {
        margin: 0
    }

.ps_categorytree .module-body {
    border-top: 1px solid #313537;
    margin-top: 1px;
    padding-top: 10px
}

.ps_categorytree .category-tree li {
    position: relative;
    padding: 10px 0 10px 9px
}

.root_li li:last-child img {
    width: 16px
}

.header-bottom {
    font-size: 12px;
    color: #e2e2e2;
    letter-spacing:0
}

    .header-bottom .ps_categorytree {
        height: 100%;
        width: 30%;
        max-width: 400px
    }

        .header-bottom .ps_categorytree .module-title {
            margin: 0;
            color: inherit;
            height: 100%;
            display: flex;
            align-items: center;
            cursor: pointer;
            font-size: inherit;
            letter-spacing: 0;
            padding-right: 40px;
            border-right: 1px solid rgba(214, 214, 214, .1)
        }

    .header-bottom #search_widget {
        border-left: 1px solid rgba(214, 214, 214, .1)
    }

    .header-bottom .ps_categorytree .module-title .svgic {
        width: 17px;
        height: 17px
    }

    .header-bottom .ps_categorytree .module-body {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        max-width: 400px;
        padding: 0;
        z-index: 99
    }

    .header-bottom .ps_categorytree .category-tree ul {
        margin: 0;
        list-style: none
    }

    .header-bottom .ps_categorytree .category-tree .root_li {
        padding: 0
    }

    .header-bottom .ps_categorytree li {
        color: #333
    }

    .header-bottom .ps_categorytree .category-tree .root_li li svg {
        width: 15px;
        height: 15px
    }

    .header-bottom .ps_categorytree .category-tree .root_li li {
        padding: 10px 30px;
        font-size: 15px;
        letter-spacing: 0
    }

        .header-bottom .ps_categorytree .category-tree .root_li li:hover {
            background-color: #f5f5f5
        }

        .header-bottom .ps_categorytree .category-tree .root_li li div {
            display: none;
            padding-left: 10px;
            padding-right: 10px
        }

            .header-bottom .ps_categorytree .category-tree .root_li li div li {
                padding-left: 0;
                padding-right: 0
            }

    .header-bottom #custom-text {
        background: 0 0;
        margin: 0;
        padding: 0
    }

.ps_categorytree .category-tree .root_li li div {
    padding-top: 10px
}

.ps-li-container,
.catmenu-trigger {
    align-items: center
}

    .ps-li-container > a:first-child,
    .sidebar .module-title span,
    .header-bottom .ps_categorytree .module-title span {
        flex-grow: 1
    }

.cat_menu_thumb .svgic {
    width: 16px;
    height: 16px
}

.module-body,
.sidebar .widget-inner {
    padding: 25px 0 0
}

.sidebar ul {
    list-style: none;
    margin: 0
}

.sidebar .menu ul li {
    font-size: 15px;
    line-height: 1em;
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 9px;
    position: relative
}

.menu .menu-images-container {
    position: absolute;
    top: 15px;
    right: 0
}

@supports(display:grid) {
    .view_grid .product_list .grid-container > article {
        width: 100%;
        margin-right: 0
    }

    .view_grid .product_list .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-column-gap: 40px
    }

    .product-grid-2 .view_grid .product_list .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
    }

    .product-grid-3 .view_grid .product_list .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    .product-grid-4 .view_grid .product_list .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
    }

    .product-grid-5 .view_grid .product_list .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr))
    }

    .product-grid-6 .view_grid .product_list .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))
    }
}

@supports not (display:grid) {
    .product-grid-6 .view_grid .product_list .grid-container > article {
        width: 16%
    }

    .product-grid-5 .view_grid .product_list .grid-container > article {
        width: 19%
    }

    .product-grid-4 .view_grid .product_list .grid-container > article {
        width: 24%
    }

    .product-grid-3 .view_grid .product_list .grid-container > article {
        width: 32%
    }

    .product-grid-2 .view_grid .product_list .grid-container > article {
        width: 49%
    }

    @media(max-width:1024px) {
        .product-grid-6 .view_grid .product_list .grid-container > article {
            width: 32%
        }

        .product-grid-5 .view_grid .product_list .grid-container > article {
            width: 32%
        }

        .product-grid-4 .view_grid .product_list .grid-container > article {
            width: 47%
        }

        .product-grid-3 .view_grid .product_list .grid-container > article {
            width: 47%
        }

        .product-grid-2 .view_grid .product_list .grid-container > article {
            width: 47%
        }
    }
}

.products {
    display: flex;
    flex-wrap: wrap
}

#products .products {
    justify-content: space-around
}

.view_list .grid-container > article {
    width: 100%
}

.view_list #js-product-list .product-miniature {
    width: 100%
}

.view_list .thumbnail-container {
    display: flex
}

.view_list .product-desc-wrap {
    display: flex;
    flex-direction: column;
    padding: 30px 80px 0 0
}

.view_list .product-description-short {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5em
}

.view_list .product-thumbnail {
    min-width: 220px;
    width: 220px;
    margin-right: 30px;
    margin-bottom: 0;
    align-self: flex-start
}

.view_list .short-desc {
    clear: both;
    width: 100%
}

.view_list .product-flags {
    right: auto;
    left: 10px
}

.pm-details-layout1 .view_grid .product-miniature .product-title {
    width: 70%;
    float: left
}

.pm-details-layout1 .view_grid .product-miniature .product-price-and-shipping {
    width: 30%;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 2px;
    right: 0;
    position: absolute
}

    .pm-details-layout1 .view_grid .product-miniature .product-price-and-shipping > span {
        margin: 0
    }

.pm-details-layout2 .view_grid .product-description {
    display: flex;
    flex-direction: column
}

    .pm-details-layout2 .view_grid .product-description .hook-reviews {
        order: 1;
        position: absolute;
        right: 0
    }

    .pm-details-layout2 .view_grid .product-description .product-brand {
        order: 2;
        width: calc(100% - 70px)
    }

    .pm-details-layout2 .view_grid .product-description .product-title {
        order: 3
    }

    .pm-details-layout2 .view_grid .product-description .product-price-and-shipping {
        order: 4
    }

    .pm-details-layout2 .view_grid .product-description .short-desc {
        order: 5
    }

.pm-details-layout3 .view_grid .product-desc-wrap {
    display: flex;
    flex-direction: column
}

.pm-details-layout3 .view_grid .highlighted-informations {
    order: 1
}

.pm-details-layout3 .view_grid .product-description {
    order: 2;
    margin: 0
}

.pm-details-layout3 .product-thumbnail {
    margin-bottom: 28px
}

.pm-details-layout4 .view_grid .product-description {
    display: flex;
    flex-direction: column
}

    .pm-details-layout4 .view_grid .product-description .product-price-and-shipping {
        order: 0
    }

    .pm-details-layout4 .view_grid .product-description .product-title {
        order: 1;
        margin-bottom: 15px
    }

    .pm-details-layout4 .view_grid .product-description .short-desc {
        order: 2
    }

    .pm-details-layout4 .view_grid .product-description .hook-reviews {
        order: 3
    }

.pm-details-layout5 .view_grid .product-miniature .product-title {
    width: 60%;
    float: right
}

.pm-details-layout5 .view_grid .product-miniature .product-price-and-shipping {
    width: 35%;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    left: 0;
    position: absolute
}

.pm-details-layout5 .view_grid .product-miniature .product-brand,
.pm-details-layout5 .view_grid .product-miniature .highlighted-informations,
.pm-details-layout5 .view_grid .product-miniature .hook-reviews {
    margin-left: 40%
}

.pm-details-layout5 .view_grid .product-miniature .product-price-and-shipping > span {
    margin: 0
}

.pm-details-layout5 .view_grid .product-miniature .product-description {
    position: relative;
    overflow: hidden
}

    .pm-details-layout5 .view_grid .product-miniature .product-description:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100px;
        background: #f5f5f5;
        top: 0;
        left: 33%
    }

.view_list .product-description {
    display: flex;
    flex-direction: column
}

    .view_list .product-description .hook-reviews {
        order: 5
    }

    .view_list .product-description .product-brand {
        order: 1
    }

    .view_list .product-description .product-title {
        order: 2
    }

    .view_list .product-description .product-price-and-shipping {
        order: 4
    }

    .view_list .product-description .short-desc {
        order: 3
    }

#js-product-list > .flex-container {
    flex-wrap: wrap
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.mini-product {
    margin-top: 20px
}

    .mini-product .price span {
        color: #aaa;
        font-size: 80%;
        font-style: italic
    }

    .mini-product .product-title {
        font-family: inherit;
        font-size: 14px;
        line-height: 17px;
        color: inherit;
        margin-bottom: 10px;
        margin-right: 25px
    }

    .mini-product .product-description {
        margin-top: 10px;
        flex-grow: 1;
        width: calc(100% - 97px)
    }

.product-description {
    max-width: 1200px;
    margin: 0 auto
}

.hook-reviews {
    clear: both;
    margin-bottom: 10px
}

.mini-product:first-child {
    margin-top: 0
}

.mini-product .thumbnail-container {
    display: flex
}

.mini-product .thumbnail {
    min-width: 77px;
    width: 77px;
    margin: 0 20px 0 0
}

    .mini-product .thumbnail img {
        border: none
    }

.micro-product {
    margin-bottom: 40px
}

    .micro-product .thumbnail-container {
        display: flex
    }

    .micro-product .product-description {
        padding-top: 10px
    }

    .micro-product .product-desc-wrap {
        flex-grow: 1
    }

    .micro-product .price {
        font-size: 1.063em
    }

    .micro-product .micro-product {
        font-size: .688em
    }

    .micro-product .thumbnail {
        width: 100px;
        min-width: 100px;
        margin-right: 20px;
        margin-bottom: 0;
        align-self: flex-start
    }

@media(max-width:979px) and (min-width:768px) {
    .micro-product .thumbnail-container {
        flex-direction: column
    }

    .micro-product .thumbnail {
        width: 100%
    }
}

#left-column .product-miniature {
    margin: 0 0 30px
}

.sidebar .product-miniature {
    width: 100%
}

.view_list .product-miniature {
    margin-right: 0
}

.product-thumbnail {
    margin-bottom: 23px;
    flex-wrap: wrap
}

    .product-thumbnail > a {
        display: block;
        width: 100%
    }

    .product-thumbnail img {
        width: 100%;
        height: auto;
        display: block
    }

body .product-thumbnail .add {
    margin: 0
}

.add.flex-container > *:not(:first-child) {
    margin-left: 35px
}

.product-miniature .product-thumbnail .btn {
    height: 2.75rem;
    width: 2.75rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-thumbnail .btn .svgic {
    color: #fff;
    width: 16px;
    height: 16px;
    margin: 0 auto
}

.product-brand {
    margin: 0 0 14px
}

.product-title {
    margin: 0 0 12px
}

    .product-title a {
        color: inherit
    }

.view_list .product-title {
    font-size: 20px
}

.price {
    font-size: 24px;
    line-height: 30px
}

.view_list .price {
    font-size: 22px
}

.product-flags {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3
}

.alert_note {
    position: absolute;
    color: #333;
    top: 100%;
    background: #fff;
    text-align: center;
    z-index: 99;
    display: none;
    padding: 10px;
    width: 150px;
    border: 1px solid #ccc;
    font-size: 11px;
    line-height: 16px
}

    .alert_note a {
        text-decoration: underline
    }

.icon-button {
    font-size: 14px
}

.box-info-product .wrap_alert {
    padding-bottom: 20px
}

    .box-info-product .wrap_alert .alert_note {
        margin-left: 10px;
        width: 142px
    }

.icon-button svg {
    margin-right: 10px
}

.icon-button .in_progress use {
    opacity: 0
}

.product-flags li {
    background: #313537;
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 10px;
    text-align: center;
    font-family: Roboto, Arial;
    text-transform: uppercase;
    letter-spacing:0
}

.product-flag.new {
    max-width: 60px;
    margin-left: auto
}

.product-flags .discount {
    display: none
}

#product .product-page-col {
    padding: 0 15px
}

#product .page-width.main-content {
    max-width: 100%;
    width: 100%
}

#product .product-flags {
    top: 20px;
    right: 20px
}

.variant-links {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px
}

    .variant-links a {
        width: 10px;
        height: 10px;
        display: block;
        margin: 0 0 0 8px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 50%
    }

        .variant-links a.white-color {
            border: 1px solid rgba(0, 0, 0, .15)
        }

        .variant-links a:first-child {
            margin-left: 0
        }

.product-description-short p {
    margin: 0
}

.product-miniature .short-desc {
    margin-bottom: 1rem;
    white-space: normal
}

.product-miniature .product-actions {
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-miniature {
    margin-bottom: 30px
}

.nbs-flexisel-ul .product-miniature {
    margin-bottom: 0;
    margin-right: 0;
    float: left
}

.product-miniature:hover .product-actions {
    opacity: 1;
    z-index: 9
}

.product-miniature .product-actions > * {
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transform: scale(.9);
    margin: 0
}

    .product-miniature .product-actions > *:first-child {
        transform: scale(.9) translateX(-5px)
    }

    .product-miniature .product-actions > *:last-child {
        transform: scale(.9) translateX(5px)
    }

.product-miniature:hover .product-actions > * {
    transform: scale(1) translateY(0)
}

body .product-miniature .product-actions .btn:hover {
    transform: scale(1.1)
}

#product .product-actions .product-add-to-cart .control-label {
    display: none
}

.subimage,
.product-thumbnail > a > img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.product-miniature:hover .subimage,
.product-miniature:hover .product-thumbnail > a > img:nth-child(2) {
    transition: opacity .3s ease-out;
    opacity: 1
}

.product-miniature:hover .product-thumbnail > a.subimage-true > img:first-child {
    opacity: 0
}

.discount-percentage {
    align-self: flex-start;
    margin: -15px 0 0 -5px;
    color: red;
    padding: 0 5px 0 0;
    font-style: italic;
    font-family: Arial;
    font-size: 11px;
    display: none
}

.product-price-and-shipping {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px
}

.productButtons {
    margin-top: 25px
}

    .productButtons > *:not(:first-child) {
        margin-left: 40px
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

    .container:after {
        content: "";
        display: table;
        clear: both
    }

#category.cp-only-filter #left-column > *:not(#search_filters_wrapper) {
    display: none
}

#search_filters_wrapper:empty {
    display: none
}

@media(min-width:1600px) {
    .product-page-col > .col-md-6:first-child {
        width: 54.66%;
        padding: 0
    }

    .product-page-col > .col-md-6:last-child {
        width: 45.33%;
        padding: 45px 0 0 50px
    }
}

@media(min-width:544px) {
    .container {
        max-width: 576px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 940px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 100%
    }
}

@media(min-width:800px) and (max-width:1024px) {

    body .tabs-container,
    body #pattern .product-accessories {
        margin-top: 4rem
    }

    body .tabs-container {
        padding: 50px 100px
    }
}

@media(max-width:799px) {
    .tabs .tab-pane {
        padding: 1em
    }

    body .sidebar .facet .collapse.in,
    body .sidebar .facet .collapsing {
        margin-bottom: 30px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after {
        content: "";
        display: table;
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after {
        content: "";
        display: table;
        clear: both
    }

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1 {
    float: left;
    width: 8.33333%
}

.col-xs-2 {
    float: left;
    width: 16.66667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.33333%
}

.col-xs-5 {
    float: left;
    width: 41.66667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.33333%
}

.col-xs-8 {
    float: left;
    width: 66.66667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.33333%
}

.col-xs-11 {
    float: left;
    width: 91.66667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.33333%
}

.pull-xs-2 {
    right: 16.66667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.33333%
}

.pull-xs-5 {
    right: 41.66667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.33333%
}

.pull-xs-8 {
    right: 66.66667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.33333%
}

.pull-xs-11 {
    right: 91.66667%
}

.pull-xs-12 {
    right: 100%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.33333%
}

.push-xs-2 {
    left: 16.66667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.33333%
}

.push-xs-5 {
    left: 41.66667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.33333%
}

.push-xs-8 {
    left: 66.66667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.33333%
}

.push-xs-11 {
    left: 91.66667%
}

.push-xs-12 {
    left: 100%
}

.offset-xs-1 {
    margin-left: 8.33333%
}

.offset-xs-2 {
    margin-left: 16.66667%
}

.offset-xs-3 {
    margin-left: 25%
}

.offset-xs-4 {
    margin-left: 33.33333%
}

.offset-xs-5 {
    margin-left: 41.66667%
}

.offset-xs-6 {
    margin-left: 50%
}

.offset-xs-7 {
    margin-left: 58.33333%
}

.offset-xs-8 {
    margin-left: 66.66667%
}

.offset-xs-9 {
    margin-left: 75%
}

.offset-xs-10 {
    margin-left: 83.33333%
}

.offset-xs-11 {
    margin-left: 91.66667%
}

@media(min-width:544px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%
    }

    .col-sm-2 {
        float: left;
        width: 16.66667%
    }

    .col-sm-3 {
        float: left;
        width: 25%
    }

    .col-sm-4 {
        float: left;
        width: 33.33333%
    }

    .col-sm-5 {
        float: left;
        width: 41.66667%
    }

    .col-sm-6 {
        float: left;
        width: 50%
    }

    .col-sm-7 {
        float: left;
        width: 58.33333%
    }

    .col-sm-8 {
        float: left;
        width: 66.66667%
    }

    .col-sm-9 {
        float: left;
        width: 75%
    }

    .col-sm-10 {
        float: left;
        width: 83.33333%
    }

    .col-sm-11 {
        float: left;
        width: 91.66667%
    }

    .col-sm-12 {
        float: left;
        width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%
    }

    .col-md-2 {
        float: left;
        width: 16.66667%
    }

    .col-md-3 {
        float: left;
        width: 25%
    }

    .col-md-4 {
        float: left;
        width: 33.33333%
    }

    .col-md-5 {
        float: left;
        width: 41.66667%
    }

    .col-md-6 {
        float: left;
        width: 50%
    }

    .col-md-7 {
        float: left;
        width: 58.33333%
    }

    .col-md-8 {
        float: left;
        width: 66.66667%
    }

    .col-md-9 {
        float: left;
        width: 75%
    }

    #pattern .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        float: left;
        width: 83.33333%
    }

    .col-md-11 {
        float: left;
        width: 91.66667%
    }

    .col-md-12 {
        float: left;
        width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%
    }

    .col-lg-2 {
        float: left;
        width: 16.66667%
    }

    .col-lg-3 {
        float: left;
        width: 25%
    }

    .col-lg-4 {
        float: left;
        width: 33.33333%
    }

    .col-lg-5 {
        float: left;
        width: 41.66667%
    }

    .col-lg-6 {
        float: left;
        width: 50%
    }

    .col-lg-7 {
        float: left;
        width: 58.33333%
    }

    .col-lg-8 {
        float: left;
        width: 66.66667%
    }

    .col-lg-9 {
        float: left;
        width: 75%
    }

    .col-lg-10 {
        float: left;
        width: 83.33333%
    }

    .col-lg-11 {
        float: left;
        width: 91.66667%
    }

    .col-lg-12 {
        float: left;
        width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%
    }

    .col-xl-2 {
        float: left;
        width: 16.66667%
    }

    .col-xl-3 {
        float: left;
        width: 25%
    }

    .col-xl-4 {
        float: left;
        width: 33.33333%
    }

    .col-xl-5 {
        float: left;
        width: 41.66667%
    }

    .col-xl-6 {
        float: left;
        width: 50%
    }

    .col-xl-7 {
        float: left;
        width: 58.33333%
    }

    .col-xl-8 {
        float: left;
        width: 66.66667%
    }

    .col-xl-9 {
        float: left;
        width: 75%
    }

    .col-xl-10 {
        float: left;
        width: 83.33333%
    }

    .col-xl-11 {
        float: left;
        width: 91.66667%
    }

    .col-xl-12 {
        float: left;
        width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

    .table td,
    .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #f6f6f6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #f6f6f6
    }

    .table tbody + tbody {
        border-top: 2px solid #f6f6f6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #f6f6f6
}

    .table-bordered thead td,
    .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th,
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #dff0d8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #d9edf7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f2dede
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #878787
}

.thead-default th {
    color: #acaaa6;
    background-color: #f6f6f6
}

.table-inverse {
    color: #f6f6f6;
    background-color: #878787
}

    .table-inverse td,
    .table-inverse th,
    .table-inverse thead th {
        border-color: #acaaa6
    }

    .table-inverse.table-bordered {
        border: 0
    }

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td,
.table-reflow th {
    border-top: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6
}

    .table-reflow td:last-child,
    .table-reflow th:last-child {
        border-right: 1px solid #f6f6f6
    }

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #f6f6f6
}

.table-reflow tr {
    float: left
}

    .table-reflow tr td,
    .table-reflow tr th {
        display: block !important;
        border: 1px solid #f6f6f6
    }

.form-control {
    background-clip: padding-box;
    background-color: #fefefe;
    background-image: none;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    color: #5f5f5f;
    display: block;
    font-size: .938em;
    line-height: 1.25rem;
    margin: 0;
    padding: .938rem 1.25rem;
    width: 100%;
    letter-spacing: 0
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #acaaa6;
        background-color: #fff;
        outline: none
    }

    .form-control::placeholder {
        color: #5f5f5f;
        opacity: 1
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #f6f6f6;
        opacity: 1
    }

    .form-control:disabled {
        cursor: not-allowed
    }

.input-icon {
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    width: .875em;
    height: .875em;
    z-index: 4
}

.icon-true .form-control {
    padding-left: 2.75rem
}

select.form-control:not([size]):not([multiple]) {
    height: 3.25rem
}

select.form-control:focus::-ms-value {
    color: #acaaa6;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .9375rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.col-form-legend {
    font-size: 1rem
}

.col-form-legend,
.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-static {
    min-height: 2.5rem
}

    .form-control-static.form-control-lg,
    .form-control-static.form-control-sm,
    .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn,
    .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 2.75rem
}

.form-group {
    margin-bottom: 1.25rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

    .form-check + .form-check {
        margin-top: -.25rem
    }

    .form-check.disabled .form-check-label {
        color: #acaaa6;
        cursor: not-allowed
    }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

    .form-check-input:only-child {
        position: static
    }

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

    .form-check-inline + .form-check-inline {
        margin-left: .75rem
    }

    .form-check-inline.disabled {
        cursor: not-allowed
    }

.form-group .icon-true textarea {
    text-indent: 1.5em
}

.form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #5f5f5f;
    font-size: .938em;
    line-height: 1.25rem;
    margin: 0;
    padding: .938rem 1.25rem;
    letter-spacing:0
}

    .form-group textarea::placeholder {
        color: #5f5f5f
    }

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: 100% .625rem;
    background-size: 1.25rem 1.25rem
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #4cbb6c
}

.has-success .form-control {
    border-color: #4cbb6c
}

.has-success .input-group-addon {
    color: #4cbb6c;
    border-color: #4cbb6c;
    background-color: #e0f3e5
}

.has-success .form-control-feedback {
    color: #4cbb6c
}

.has-success .form-control-success {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyM1Y2I4NWMnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=)
}

.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #ff9a52
}

.has-warning .form-control {
    border-color: #ff9a52
}

.has-warning .input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: #fff
}

.has-warning .form-control-feedback {
    color: #ff9a52
}

.has-warning .form-control-warning {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmMGFkNGUnIGQ9J000LjQgNS4zMjRoLS44di0yLjQ2aC44em0wIDEuNDJoLS44VjUuODloLjh6TTMuNzYuNjNMLjA0IDcuMDc1Yy0uMTE1LjIuMDE2LjQyNS4yNi40MjZoNy4zOTdjLjI0MiAwIC4zNzItLjIyNi4yNTgtLjQyNkM2LjcyNiA0LjkyNCA1LjQ3IDIuNzkgNC4yNTMuNjNjLS4xMTMtLjE3NC0uMzktLjE3NC0uNDk0IDB6Jy8+PC9zdmc+)
}

.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #ff4c4c
}

.has-danger .form-control {
    border-color: #ff4c4c
}

.has-danger .input-group-addon {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: #fff
}

.has-danger .form-control-feedback {
    color: #ff4c4c
}

.has-danger .form-control-danger {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkOTUzNGYnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZDk1MzRmJyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=)
}

@media(min-width:544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control,
        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .form-check,
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: inline-block;
        margin-top: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn,
.bt_compare {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 0
}

#pattern .btn-big {
    padding: 13px 33px;
    font-size: 15px;
    letter-spacing: 0
}

#pattern .btn-alt {
    background-color: transparent;
    color: #313537
}

body .bt_compare {
    background-color: transparent;
    color: inherit
}

.bt_compare span {
    color: #444
}

.btn svg {
    width: 1em;
    height: 1em
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    padding: 1em
}

.btn-big,
.rev_slider .btn {
    padding: 12px 26px;
    font-size: .938rem;
    letter-spacing: 0
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #313537;
    border-color: transparent
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #313537;
    border-color: transparent;
    background-image: none
}

    .btn-primary.active.focus,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active.focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
        color: #fff;
        background-color: #313537;
        border-color: transparent
    }

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #313537;
    border-color: transparent
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

.collapsing {
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #878787;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #878787;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #7a7a7a;
        text-decoration: none;
        background-color: #f5f5f5
    }

    .dropdown-item.active,
    .dropdown-item.active:focus,
    .dropdown-item.active:hover {
        color: #fff;
        text-decoration: none;
        background-color: #313537;
        outline: 0
    }

    .dropdown-item.disabled,
    .dropdown-item.disabled:focus,
    .dropdown-item.disabled:hover {
        color: #ebebeb
    }

        .dropdown-item.disabled:focus,
        .dropdown-item.disabled:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 5px 20px;
    font-size: .875rem;
    color: #ebebeb;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -.5rem
}

    .btn-toolbar:after {
        content: "";
        display: table;
        clear: both
    }

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: .5rem
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

    .btn + .dropdown-toggle-split:after {
        margin-left: 0
    }

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:after {
        content: "";
        display: table;
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:active,
        .input-group .form-control:focus,
        .input-group .form-control:hover {
            z-index: 3
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #acaaa6;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

    .input-group-addon.form-control-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .2rem
    }

    .input-group-addon.form-control-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: .75rem 1.5rem;
        font-size: .9375rem;
        border-radius: .3rem
    }

    .input-group-addon input[type=checkbox],
    .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:not(:last-child),
    .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
    .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:not(:last-child) > .btn,
    .input-group-btn:not(:last-child) > .btn-group > .btn,
    .input-group-btn:not(:last-child) > .dropdown-toggle,
    .input-group .form-control:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:not(:last-child) {
        border-right: 0
    }

    .input-group-addon:not(:first-child),
    .input-group-btn:not(:first-child) > .btn,
    .input-group-btn:not(:first-child) > .btn-group > .btn,
    .input-group-btn:not(:first-child) > .dropdown-toggle,
    .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
    .input-group-btn:not(:last-child) > .btn:not(:first-child),
    .input-group .form-control:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn,
    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:hover {
            z-index: 3
        }

        .input-group-btn:not(:last-child) > .btn,
        .input-group-btn:not(:last-child) > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:not(:first-child) > .btn,
        .input-group-btn:not(:first-child) > .btn-group {
            z-index: 2;
            margin-left: -1px
        }

            .input-group-btn:not(:first-child) > .btn-group:active,
            .input-group-btn:not(:first-child) > .btn-group:focus,
            .input-group-btn:not(:first-child) > .btn-group:hover,
            .input-group-btn:not(:first-child) > .btn:active,
            .input-group-btn:not(:first-child) > .btn:focus,
            .input-group-btn:not(:first-child) > .btn:hover {
                z-index: 3
            }

.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer
}

    .custom-control + .custom-control {
        margin-left: 1rem
    }

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-indicator {
        color: #fff;
        background-color: #0074d9
    }

    .custom-control-input:focus ~ .custom-control-indicator {
        box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9
    }

    .custom-control-input:active ~ .custom-control-indicator {
        color: #fff;
        background-color: #84c6ff
    }

    .custom-control-input:disabled ~ .custom-control-indicator {
        cursor: not-allowed;
        background-color: #eee
    }

    .custom-control-input:disabled ~ .custom-control-description {
        color: #767676;
        cursor: not-allowed
    }

.custom-control-indicator {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.custom-controls-stacked .custom-control {
    display: inline
}

    .custom-controls-stacked .custom-control:after {
        display: block;
        margin-bottom: .25rem;
        content: ""
    }

    .custom-controls-stacked .custom-control + .custom-control {
        margin-left: 0
    }

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    color: #acaaa6;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzMzMnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none
}

    .custom-select:focus {
        border-color: #51a7e8;
        outline: none
    }

        .custom-select:focus::-ms-value {
            color: #acaaa6;
            background-color: #fff
        }

    .custom-select:disabled {
        color: #ebebeb;
        cursor: not-allowed;
        background-color: #f6f6f6
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0
}

    .custom-file-control:lang(en):after {
        content: "Choose file..."
    }

    .custom-file-control:before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 6;
        display: block;
        height: 2.5rem;
        padding: .5rem 1rem;
        line-height: 1.5;
        color: #555;
        background-color: #eee;
        border: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .custom-file-control:lang(en):before {
        content: "Browse"
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link,
.nav-inline .nav-item {
    display: inline-block
}

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #ebebeb
    }

        .nav-link.disabled,
        .nav-link.disabled:focus,
        .nav-link.disabled:hover {
            color: #ebebeb;
            cursor: not-allowed;
            background-color: transparent
        }

    .nav-inline .nav-item + .nav-item,
    .nav-inline .nav-link + .nav-link {
        margin-left: 1rem
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs .nav-item {
        margin: 0 10px
    }

    .nav-tabs .nav-link {
        display: block;
        padding: .5em 1em;
        border: 1px solid transparent;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border-color: #f6f6f6 #f6f6f6 #ddd
        }

        .nav-tabs .nav-link.disabled,
        .nav-tabs .nav-link.disabled:focus,
        .nav-tabs .nav-link.disabled:hover {
            color: #ebebeb;
            background-color: transparent;
            border-color: transparent
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.nav-pills:after {
    content: "";
    display: table;
    clear: both
}

.nav-pills .nav-item {
    float: left
}

    .nav-pills .nav-item + .nav-item {
        margin-left: .2rem
    }

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: 0
}

    .nav-pills .nav-item.open .nav-link,
    .nav-pills .nav-item.open .nav-link:focus,
    .nav-pills .nav-item.open .nav-link:hover,
    .nav-pills .nav-link.active,
    .nav-pills .nav-link.active:focus,
    .nav-pills .nav-link.active:hover {
        color: #fff;
        cursor: default;
        background-color: #313537
    }

.tabs-container {
    background: #fbfbfb;
    padding: 100px;
    width: 100%;
    margin-top: 9rem
}

.tab-content {
    position: relative
}

    .tab-content > .tab-pane:not(.active) {
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: -1
    }

    .tab-content > .active {
        z-index: 1
    }

.navbar {
    position: relative;
    padding: .5rem 1rem
}

    .navbar:after {
        content: "";
        display: table;
        clear: both
    }

@media(min-width:544px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-toggler {
    padding: .5rem .75rem;
    background: 0 0
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none
    }

.card-block {
    padding: 1.25rem
}

    .card-block:after {
        content: "";
        display: table;
        clear: both
    }

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.breadcrumb ol {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0 15px
}

    .breadcrumb ol li {
        display: inline-block;
        line-height: 20px
    }

        .breadcrumb ol li:before {
            display: inline-block;
            padding-right: .5rem;
            padding-left: .5rem;
            color: #666;
            content: "→"
        }

        .breadcrumb ol li:first-child:before {
            display: none
        }

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #ebebeb
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #313537;
    border-color: #313537
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #ebebeb;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #313537;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

    .page-link:focus,
    .page-link:hover {
        color: #208094;
        background-color: #f6f6f6;
        border-color: #ddd
    }

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: .9375rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

    .tag:empty {
        display: none
    }

.btn .tag {
    position: relative;
    top: -1px
}

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.tag-default {
    background-color: #ebebeb
}

    .tag-default[href]:focus,
    .tag-default[href]:hover {
        background-color: #d2d2d2
    }

.tag-primary {
    background-color: #313537
}

    .tag-primary[href]:focus,
    .tag-primary[href]:hover {
        background-color: #313537
    }

.tag-success {
    background-color: #4cbb6c
}

    .tag-success[href]:focus,
    .tag-success[href]:hover {
        background-color: #3a9a56
    }

.tag-info {
    background-color: #5bc0de
}

    .tag-info[href]:focus,
    .tag-info[href]:hover {
        background-color: #31b0d5
    }

.tag-warning {
    background-color: #ff9a52
}

    .tag-warning[href]:focus,
    .tag-warning[href]:hover {
        background-color: #ff7c1f
    }

.tag-danger {
    background-color: #ff4c4c
}

    .tag-danger[href]:focus,
    .tag-danger[href]:hover {
        background-color: #ff1919
    }

#pattern .alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 22px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 2rem
}

    .alert-dismissible .close {
        position: relative;
        top: -.125rem;
        right: -1rem;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c1e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6d5ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: rgba(255, 154, 82, .3);
    border-color: #ff9a52;
    color: #414141
}

    .alert-warning hr {
        border-top-color: #ff8b39
    }

    .alert-warning .alert-link {
        color: #282828
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9b9
    }

    .alert-danger .alert-link {
        color: #843534
    }

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

    .progress[value] {
        background-color: #eee;
        border: 0;
        appearance: none;
        border-radius: 0
    }

        .progress[value]::-ms-fill {
            background-color: #0074d9;
            border: 0
        }

        .progress[value]::-moz-progress-bar {
            background-color: #0074d9;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .progress[value]::-webkit-progress-value {
            background-color: #0074d9;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

    .progress[value="100"]::-moz-progress-bar {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .progress[value="100"]::-webkit-progress-value {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .progress[value]::-webkit-progress-bar {
        background-color: #eee;
        border-radius: 0
    }

    .progress[value],
    base::-moz-progress-bar {
        background-color: #eee;
        border-radius: 0
    }

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-success[value]::-webkit-progress-value {
    background-color: #4cbb6c
}

.progress-success[value]::-moz-progress-bar {
    background-color: #4cbb6c
}

.progress-success[value]::-ms-fill {
    background-color: #4cbb6c
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #ff9a52
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #ff9a52
}

.progress-warning[value]::-ms-fill {
    background-color: #ff9a52
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #ff4c4c
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #ff4c4c
}

.progress-danger[value]::-ms-fill {
    background-color: #ff4c4c
}

.media,
.media-body,
.modal,
.modal-open {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-item.disabled,
    .list-group-item.disabled:focus,
    .list-group-item.disabled:hover {
        color: #ebebeb;
        cursor: not-allowed;
        background-color: #f6f6f6
    }

        .list-group-item.disabled .list-group-item-text,
        .list-group-item.disabled:focus .list-group-item-text,
        .list-group-item.disabled:hover .list-group-item-text {
            color: #ebebeb
        }

    .list-group-item.active,
    .list-group-item.active:focus,
    .list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        text-decoration: none;
        background-color: #313537;
        border-color: #313537
    }

        .list-group-item.active .list-group-item-text,
        .list-group-item.active:focus .list-group-item-text,
        .list-group-item.active:hover .list-group-item-text {
            color: #d7f1f6
        }

.list-group-flush .list-group-item {
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit
}

    .list-group-item-action .list-group-item-heading {
        color: #333
    }

    .list-group-item-action:focus,
    .list-group-item-action:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success:focus,
    a.list-group-item-success:hover,
    button.list-group-item-success:focus,
    button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:focus,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active,
    button.list-group-item-success.active:focus,
    button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info:focus,
    a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:focus,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active,
    button.list-group-item-info.active:focus,
    button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:focus,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger:focus,
    a.list-group-item-danger:hover,
    button.list-group-item-danger:focus,
    button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:focus,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9 {
    padding-bottom: 42.85714%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    display: none;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translateY(-25%)
    }

    .modal.in .modal-dialog {
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.hookDisplayGuide {
    margin-bottom: 10px
}

.modal-dialog .hookDisplayGuide {
    display: none
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin: 0 20px
}

    .modal-header:after {
        content: "";
        display: table;
        clear: both
    }

    .modal-header .close {
        margin-top: 7px
    }

        .modal-header .close .svgic {
            width: 18px;
            height: 18px
        }

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 0 15px
}

    .modal-body p.price {
        margin: 0 0 20px;
        font-size: 1.5rem
    }

.modal-footer:empty {
    display: none
}

.modal-footer {
    padding: 15px;
    text-align: right
}

    .modal-footer:after {
        content: "";
        display: table;
        clear: both
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:544px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.bs-tether-element-attached-bottom,
    .tooltip.tooltip-top {
        padding: 5px 0;
        margin-top: -3px
    }

        .tooltip.bs-tether-element-attached-bottom .tooltip-arrow,
        .tooltip.tooltip-top .tooltip-arrow {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 5px 5px 0;
            border-top-color: #ff4c4c
        }

    .tooltip.bs-tether-element-attached-left,
    .tooltip.tooltip-right {
        padding: 0 5px;
        margin-left: 3px
    }

        .tooltip.bs-tether-element-attached-left .tooltip-arrow,
        .tooltip.tooltip-right .tooltip-arrow {
            top: 50%;
            left: 0;
            margin-top: -5px;
            border-width: 5px 5px 5px 0;
            border-right-color: #ff4c4c
        }

    .tooltip.bs-tether-element-attached-top,
    .tooltip.tooltip-bottom {
        padding: 5px 0;
        margin-top: 3px
    }

        .tooltip.bs-tether-element-attached-top .tooltip-arrow,
        .tooltip.tooltip-bottom .tooltip-arrow {
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #ff4c4c
        }

    .tooltip.bs-tether-element-attached-right,
    .tooltip.tooltip-left {
        padding: 0 5px;
        margin-left: -3px
    }

        .tooltip.bs-tether-element-attached-right .tooltip-arrow,
        .tooltip.tooltip-left .tooltip-arrow {
            top: 50%;
            right: 0;
            margin-top: -5px;
            border-width: 5px 0 5px 5px;
            border-left-color: #ff4c4c
        }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #ff4c4c;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

    .popover.bs-tether-element-attached-bottom,
    .popover.popover-top {
        margin-top: -10px
    }

        .popover.bs-tether-element-attached-bottom .popover-arrow,
        .popover.popover-top .popover-arrow {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: rgba(0, 0, 0, .25);
            border-bottom-width: 0
        }

            .popover.bs-tether-element-attached-bottom .popover-arrow:after,
            .popover.popover-top .popover-arrow:after {
                bottom: 1px;
                margin-left: -10px;
                content: "";
                border-top-color: #fff;
                border-bottom-width: 0
            }

    .popover.bs-tether-element-attached-left,
    .popover.popover-right {
        margin-left: 10px
    }

        .popover.bs-tether-element-attached-left .popover-arrow,
        .popover.popover-right .popover-arrow {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-right-color: rgba(0, 0, 0, .25);
            border-left-width: 0
        }

            .popover.bs-tether-element-attached-left .popover-arrow:after,
            .popover.popover-right .popover-arrow:after {
                bottom: -10px;
                left: 1px;
                content: "";
                border-right-color: #fff;
                border-left-width: 0
            }

    .popover.bs-tether-element-attached-top,
    .popover.popover-bottom {
        margin-top: 10px
    }

        .popover.bs-tether-element-attached-top .popover-arrow,
        .popover.popover-bottom .popover-arrow {
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: rgba(0, 0, 0, .25)
        }

            .popover.bs-tether-element-attached-top .popover-arrow:after,
            .popover.popover-bottom .popover-arrow:after {
                top: 1px;
                margin-left: -10px;
                content: "";
                border-top-width: 0;
                border-bottom-color: #fff
            }

    .popover.bs-tether-element-attached-right,
    .popover.popover-left {
        margin-left: -10px
    }

        .popover.bs-tether-element-attached-right .popover-arrow,
        .popover.popover-left .popover-arrow {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-right-width: 0;
            border-left-color: rgba(0, 0, 0, .25)
        }

            .popover.bs-tether-element-attached-right .popover-arrow:after,
            .popover.popover-left .popover-arrow:after {
                right: 1px;
                bottom: -10px;
                content: "";
                border-right-width: 0;
                border-left-color: #fff
            }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: .2375rem .2375rem 0 0
}

    .popover-title:empty {
        display: none
    }

.popover-content {
    padding: 9px 14px
}

.popover-arrow,
.popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover-arrow {
    border-width: 11px
}

    .popover-arrow:after {
        content: "";
        border-width: 10px
    }

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .carousel-item {
        position: relative;
        display: none;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .carousel-item > a > img,
        .carousel-inner > .carousel-item > img {
            line-height: 1
        }

@media(-webkit-transform-3d), all and (transform-3d) {
    .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px
    }

        .carousel-inner > .carousel-item.active.right,
        .carousel-inner > .carousel-item.next {
            left: 0;
            transform: translate3d(100%, 0, 0)
        }

        .carousel-inner > .carousel-item.active.left,
        .carousel-inner > .carousel-item.prev {
            left: 0;
            transform: translate3d(-100%, 0, 0)
        }

            .carousel-inner > .carousel-item.active,
            .carousel-inner > .carousel-item.next.left,
            .carousel-inner > .carousel-item.prev.right {
                left: 0;
                transform: translateZ(0)
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next,
.carousel-inner > .active.right {
    left: 100%
}

.carousel-inner > .active.left,
.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .active,
    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

    .carousel-control.left {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
        background-repeat: repeat-x
    }

    .carousel-control:focus,
    .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1
    }

    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev:before {
        content: "\2039"
    }

    .carousel-control .icon-next:before {
        content: "\203A"
    }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media(min-width:544px) {

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    color: #fff !important;
    background-color: #313537 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #313537 !important
}

.bg-success {
    color: #fff !important;
    background-color: #4cbb6c !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #3a9a56 !important
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    color: #fff !important;
    background-color: #ff9a52 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ff7c1f !important
}

.bg-danger {
    color: #fff !important;
    background-color: #ff4c4c !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #ff1919 !important
}

.bg-inverse {
    color: #fff !important;
    background-color: #878787 !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #6e6e6e !important
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.h-100 {
    height: 100%
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

.pull-xs-left {
    float: left !important
}

.pull-xs-right {
    float: right !important
}

.pull-xs-none {
    float: none !important
}

@media(min-width:544px) {
    .pull-sm-left {
        float: left !important
    }

    .pull-sm-right {
        float: right !important
    }

    .pull-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .pull-md-left {
        float: left !important
    }

    .pull-md-right {
        float: right !important
    }

    .pull-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .pull-lg-left {
        float: left !important
    }

    .pull-lg-right {
        float: right !important
    }

    .pull-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .pull-xl-left {
        float: left !important
    }

    .pull-xl-right {
        float: right !important
    }

    .pull-xl-none {
        float: none !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.w-100 {
    width: 100% !important
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.m-a-0 {
    margin: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-l-0,
.m-x-0 {
    margin-left: 0 !important
}

.m-x-0 {
    margin-right: 0 !important
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-a-1 {
    margin: 1rem !important
}

.m-t-1 {
    margin-top: 1rem !important
}

.m-r-1 {
    margin-right: 1rem !important
}

.m-b-1 {
    margin-bottom: 1rem !important
}

.m-l-1,
.m-x-1 {
    margin-left: 1rem !important
}

.m-x-1 {
    margin-right: 1rem !important
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-a-2 {
    margin: 1.5rem !important
}

.m-t-2 {
    margin-top: 1.5rem !important
}

.m-r-2 {
    margin-right: 1.5rem !important
}

.m-b-2 {
    margin-bottom: 1.5rem !important
}

.m-l-2,
.m-x-2 {
    margin-left: 1.5rem !important
}

.m-x-2 {
    margin-right: 1.5rem !important
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-a-3 {
    margin: 3rem !important
}

.m-t-3 {
    margin-top: 3rem !important
}

.m-r-3 {
    margin-right: 3rem !important
}

.m-b-3 {
    margin-bottom: 3rem !important
}

.m-l-3,
.m-x-3 {
    margin-left: 3rem !important
}

.m-x-3 {
    margin-right: 3rem !important
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-a-0 {
    padding: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-l-0,
.p-x-0 {
    padding-left: 0 !important
}

.p-x-0 {
    padding-right: 0 !important
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-a-1 {
    padding: 1rem !important
}

.p-t-1 {
    padding-top: 1rem !important
}

.p-r-1 {
    padding-right: 1rem !important
}

.p-b-1 {
    padding-bottom: 1rem !important
}

.p-l-1,
.p-x-1 {
    padding-left: 1rem !important
}

.p-x-1 {
    padding-right: 1rem !important
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-a-2 {
    padding: 1.5rem !important
}

.p-t-2 {
    padding-top: 1.5rem !important
}

.p-r-2 {
    padding-right: 1.5rem !important
}

.p-b-2 {
    padding-bottom: 1.5rem !important
}

.p-l-2,
.p-x-2 {
    padding-left: 1.5rem !important
}

.p-x-2 {
    padding-right: 1.5rem !important
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-a-3 {
    padding: 3rem !important
}

.p-t-3 {
    padding-top: 3rem !important
}

.p-r-3 {
    padding-right: 3rem !important
}

.p-b-3 {
    padding-bottom: 3rem !important
}

.p-l-3,
.p-x-3 {
    padding-left: 3rem !important
}

.p-x-3 {
    padding-right: 3rem !important
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important
}

.text-xs-center {
    text-align: center !important
}

@media(min-width:544px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-muted {
    color: #ababab !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #93918c !important
}

.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: #313537 !important
}

.text-success {
    color: #4cbb6c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #3a9a56 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #ff9a52 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff7c1f !important
}

.text-danger {
    color: #ff4c4c !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ff1919 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media(max-width:543px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(min-width:544px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media(max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media(min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media(max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media(max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down,
.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.lang-rtl * {
    direction: rtl !important
}

.lang-rtl main {
    text-align: right !important
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: 0 0
}

.color {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: .3125rem;
    cursor: pointer;
    background-size: contain
}

.h1,
.h2,
.h3 {
    text-transform: uppercase;
    color: #414141
}

.h4 {
    font-weight: 700;
    color: #414141
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    padding: 1em 2em
}

.btn-tertiary {
    text-transform: lowercase;
    color: #acaaa6;
    box-shadow: .0625rem .0625rem .0625rem 0 rgba(0, 0, 0, .1);
    padding: .25rem;
    margin: .25rem 0;
    font-weight: 400;
    font-size: .875rem
}

.label,
label {
    color: #414141;
    font-size: 1.063rem
}

small.label,
small.value {
    font-size: .8125rem
}

.form-control-label {
    padding-top: .938rem
}

.create-account-links {
    margin: 3rem 0;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
    font-size: 1.125em
}

    .create-account-links .font-italic {
        color: #ababab;
        font-size: .938em
    }

.input-group .input-group-btn > .btn {
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: .6875rem;
    font-weight: 400;
    margin-left: 0;
    padding: .65625rem 1rem;
    text-transform: uppercase
}

.form-control-select {
    height: 3.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fefefe url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right .5rem center/1.25rem 1.25rem;
    padding-right: 2rem
}

.form-control-valign {
    padding-top: .5rem
}

.form-control-comment {
    font-size: .875rem;
    padding-top: .5rem;
    color: #ababab;
    font-style: italic
}

div.form-control-comment {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 50px;
    padding: 0
}

.form-control-submit.disabled {
    background: #5bc0de;
    color: #fff
}

.form-group.has-error input,
.form-group.has-error select {
    border: 2px solid #ff4c4c
}

.form-group.has-error .help-block {
    color: #ff4c4c
}

.group-span-filestyle label {
    margin: 0
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: #313537;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .875rem;
    padding: .5rem 1rem
}

.bootstrap-touchspin input:focus {
    outline: none
}

.bootstrap-touchspin input.form-control {
    border: 1px solid rgba(0, 0, 0, .15)
}

.bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    height: 1.3125rem
}

    .bootstrap-touchspin .btn-touchspin:hover {
        background-color: #ebebeb
    }

body .hide-updownbuttons .input-group-btn-vertical {
    display: none
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: .5rem
}

    .custom-radio input[type=radio] {
        opacity: 0;
        cursor: pointer
    }

        .custom-radio input[type=radio]:checked + span {
            display: block;
            background-color: #313537;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }

#customer-form .radio-inline {
    margin-right: 50px
}

#authentication #customer-form .radio-inline .custom-radio {
    margin-right: 10px
}

#customer-form .custom-checkbox {
    display: flex;
    align-items: flex-start
}

#customer-form label {
    font-size: 1.063em;
    line-height: 1.375em
}

    #customer-form label em {
        display: inline-block;
        padding-top: 15px
    }

.custom-checkbox {
    position: relative
}

    .custom-checkbox input[type=checkbox] {
        margin-top: 6px;
        opacity: 0;
        cursor: pointer;
        position: absolute
    }

        .custom-checkbox input[type=checkbox] + span {
            width: 16px;
            height: 16px;
            margin: 0 .5em 0 0;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            border: 2px solid #cacaca;
            background: 0 0 !important
        }

#left-column .custom-checkbox input[type=checkbox] + span {
    margin: -3px .5em 0 0;
    width: 10px;
    height: 10px
}

.facet-label {
    font-size: .938rem
}

    .facet-label:hover .color-tooltip,
    .facet-label.active .color-tooltip {
        opacity: 1
    }

.color-tooltip {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 1px;
    top: 5px;
    opacity: 0
}

.custom-checkbox input[type=checkbox]:checked + span {
    background: #454545;
    border-color: #454545
}

.custom-checkbox input[type=checkbox] + span svg {
    width: 12px;
    height: 12px;
    margin: 1px;
    opacity: 0;
    color: #555
}

#left-column .custom-checkbox input[type=checkbox] + span svg {
    width: 6px;
    height: 6px
}

#left-column .custom-checkbox input[type=checkbox]:checked + span {
    background: #454545 !important
}

#left-column .custom-checkbox input[type=checkbox] + span svg {
    display: none
}

.custom-checkbox input[type=checkbox]:checked + span svg {
    opacity: 1
}

.custom-checkbox label {
    text-align: left
}

.text-muted {
    font-size: .938rem
}

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 .8125rem;
    margin-right: 1.5625rem
}

.thumb-mask > .mask {
    position: relative;
    width: 3.4375rem;
    height: 3.4375rem;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin: .625rem 0
}

    .thumb-mask > .mask img {
        width: 55px;
        height: 55px
    }

.definition-list dl {
    display: flex;
    box-lines: multiple;
    flex-wrap: wrap
}

    .definition-list dl dt {
        font-weight: 400
    }

    .definition-list dl dd,
    .definition-list dl dt {
        box-flex: 0;
        flex: 0 0 45%;
        background: #ebebeb;
        padding: .625rem;
        margin: .125rem
    }

        .definition-list dl dd:nth-of-type(even),
        .definition-list dl dt:nth-of-type(even) {
            background: #f6f6f6
        }

.help-block {
    margin-top: .625rem
}

    .help-block ul,
    #new_comment_form_error ul {
        list-style: none;
        margin-bottom: 1rem
    }

        .help-block ul li,
        #new_comment_form_error ul li {
            padding: 10px;
            margin-bottom: 5px;
            background-color: #ffc8c8
        }

.btn.disabled,
.btn.disabled:hover {
    background: #acaaa6
}

.alert-warning svg {
    color: #ff9a52;
    font-size: 2rem;
    margin-right: .625rem;
    padding-top: .3125rem
}

.alert-warning .alert-text {
    font-size: .9375rem;
    padding-top: .625rem
}

.alert-warning .alert-link {
    border-radius: 2px;
    border-width: 2px;
    margin-left: .625rem;
    padding: .3125rem 1.25rem;
    font-weight: 600;
    font-size: .8125rem;
    color: #6c868e
}

.alert-warning ul li:last-child .alert-link {
    color: #fff
}

.alert-warning .warning-buttons {
    margin-top: .3125rem
}

.btn-tertiary-outline {
    color: #6c868e;
    background-image: none;
    background-color: transparent;
    border-color: #6c868e;
    border: .15rem solid #6c868e
}

    .btn-tertiary-outline:hover {
        border-color: #bbcdd2;
        color: #bbcdd2
    }

.alert {
    font-size: .8125rem
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
    color: #414141
}

.dropdown {
    color: #acaaa6
}

    .dropdown:after {
        content: "";
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiPjxwYXRoIGQ9Ik04IDIuMTk0YzAgLjE3LS4wNjIuMzQtLjE4My40N0w0LjQ0IDYuMjc1Yy0uMTE3LjEyNi0uMjc1LjE5Ny0uNDQuMTk3LS4xNjUgMC0uMzIzLS4wNy0uNDQtLjE5NEwuMTg0IDIuNjY2Yy0uMjQyLS4yNi0uMjQzLS42OCAwLS45NC4yNDMtLjI2LjYzNy0uMjYuODggMEw0IDQuODY2bDIuOTM3LTMuMTRjLjI0My0uMjYuNjM4LS4yNi44OCAwIC4xMi4xMjguMTgzLjI5OC4xODMuNDY4eiIgLz48L3N2Zz4=) 100% 50% no-repeat;
        position: absolute;
        width: 10px;
        height: 100%;
        top: 0;
        right: 10px
    }

    .dropdown.open:after {
        transform: rotate(180deg)
    }

    .dropdown:hover .expand-more {
        color: #313537
    }

    .dropdown .expand-more {
        color: #414141;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .dropdown .active {
        max-height: 200px;
        overflow-y: hidden;
        visibility: visible
    }

    .dropdown select {
        -moz-appearance: none;
        border: 0;
        outline: 0;
        color: #414141;
        background: #fff
    }

.dropdown-item:focus,
.dropdown-item:hover {
    background: 0 0;
    text-decoration: none;
    color: #313537
}

#pagenotfound .page-content #search_widget {
    width: 100%
}

@media(max-width:767px) {
    .header-top .search-widget {
        float: none;
        padding: 0 .9375rem
    }

        .header-top .search-widget form {
            margin: 0 auto
        }

            .header-top .search-widget form input[type=text] {
                min-width: inherit;
                background: #fff
            }

    .header-1 .link-block {
        display: none
    }

    body .modal-body p.price {
        font-size: 1em
    }
}

.top-menu[data-depth="1"] {
    margin: .625rem
}

.top-menu a:hover {
    filter: brightness(103%)
}

.top-menu a:not([data-depth="0"]) {
    display: block
}

.top-menu a[data-depth="0"] {
    padding: .1875rem .625rem .375rem
}

.top-menu .itemtype-lay a {
    padding: 0
}

#header .top-menu a[data-depth="0"]:hover {
    color: #313537;
    text-decoration: none
}

#header .link-block h4 {
    display: none
}

#header .link-block ul {
    display: flex
}

    #header .link-block ul li {
        margin: 0 35px
    }

        #header .link-block ul li:first-child {
            margin-left: 0
        }

        #header .link-block ul li:last-child {
            margin-right: 0
        }

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0 .625rem .625rem 0
}

.top-menu .collapse {
    display: inherit
}

.top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
    border: none;
    margin-left: .9375rem;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    z-index: 18;
    display: none
}

    .top-menu .sub-menu.collapse,
    #mobile_top_menu_wrapper .top-menu .collapse-icons .remove,
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add,
    #mobile_top_menu_wrapper .top-menu .collapse {
        display: none
    }

#checkout #wrapper {
    padding: 40px 0 120px
}

.top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 1.25rem
}

.top-menu .sub-menu a:hover {
    color: #313537
}

.top-menu .popover {
    max-width: inherit
}

.popover.bs-tether-element-attached-top {
    margin-top: 0
}

#mobile_top_menu_wrapper {
    margin-top: .625rem;
    padding-bottom: .625rem;
    background: #fff
}

    #mobile_top_menu_wrapper #top-menu {
        margin-bottom: .625rem
    }

    #mobile_top_menu_wrapper .top-menu {
        color: #414141
    }

        #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove {
            display: block
        }

        #mobile_top_menu_wrapper .top-menu .navbar-toggler {
            display: inline-block;
            padding: 0
        }

        #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
            padding: .625rem;
            border-bottom: 1px solid #f6f6f6
        }

        #mobile_top_menu_wrapper .top-menu .collapse.in {
            display: block
        }

        #mobile_top_menu_wrapper .top-menu .sub-menu {
            box-shadow: none;
            z-index: inherit;
            display: block;
            position: static;
            overflow: hidden;
            margin-left: 0;
            width: 100%;
            min-width: 100%;
            background: #f6f6f6
        }

            #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
                display: none
            }

                #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
                    display: block
                }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
                border-bottom: 1px solid #acaaa6
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
                margin: 0
            }

                #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
                    float: none;
                    margin: 0
                }

                    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
                        text-transform: none
                    }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul {
                padding: 0
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
                padding: .625rem;
                border-bottom: 1px solid #fff;
                font-weight: 700
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
                padding-left: 1.25rem
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
                padding-left: 2.5rem
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
                padding-left: 3.75rem
            }

        #mobile_top_menu_wrapper .top-menu .popover {
            border-radius: 0
        }

    #mobile_top_menu_wrapper .js-top-menu-bottom a {
        color: #acaaa6
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        padding: .625rem
    }

        #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
            display: inline
        }

    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
        padding: .625rem
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
        padding: 0 .625rem
    }

        #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
            padding: .625rem 0;
            display: block;
            width: 100%
        }

#order-details {
    padding-left: 1.875rem
}

    #order-details > .card-title {
        margin-bottom: 1.875rem
    }

    #order-details ul {
        margin-bottom: 1.25rem
    }

        #order-details ul li {
            margin-bottom: .625rem
        }

#order-items hr {
    border: none;
    border-top: 1px solid #ddd
}

#order-items table tr {
    height: 1.875rem
}

    #order-items table tr td:last-child {
        text-align: right
    }

#order-items .order-line {
    margin-top: 1rem
}

#order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 1rem
}

#order-items .details {
    margin-bottom: 1rem
}

    #order-items .details .customizations {
        margin-top: .625rem
    }

#order-items .qty {
    margin-bottom: 1rem
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem
}

@media(max-width:991px) {
    .done {
        margin: 0;
        padding: 0
    }

    body#checkout section.checkout-step .address-item {
        flex-grow: 1
    }

    body#checkout section.checkout-step .delivery-option-2 {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column
    }

    .delivery-option {
        display: flex;
        margin: auto
    }

        .delivery-option .custom-radio {
            box-flex: 0;
            flex: 0 0 auto
        }

    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left
    }

    #order-confirmation #registration-form {
        width: 100%
    }

    #checkout #wrapper > .page-width > #content > .row {
        margin: 0
    }
}

@media(max-width:767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: .25rem;
        margin-left: 1.25rem
    }

    body#checkout #header .header-nav {
        max-height: none;
        padding: 0
    }

    body#checkout section.checkout-step .content {
        padding: .9375rem
    }

    body#checkout .form-group {
        margin-bottom: .5rem
    }

    #order-items {
        border-right: 0;
        margin-bottom: 2.5rem
    }

        #order-items .card-title {
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 1rem;
            padding-bottom: 1rem
        }

        #order-items hr {
            border-top-color: #ebebeb
        }

    .bold {
        font-weight: 700
    }

    #order-details {
        padding-left: .9375rem
    }

        #order-details .card-title {
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 1rem;
            padding-bottom: 1rem
        }
}

@media(max-width:543px) {
    body#checkout section.checkout-step .content {
        padding: .9375rem 0
    }

    #payment-confirmation button {
        font-size: .875rem
    }

        #payment-confirmation button.btn {
            white-space: normal
        }
}

.js-payment-binary,
.js-payment-binary .accept-cgv {
    display: none
}

    .js-payment-binary.disabled {
        opacity: .6;
        cursor: not-allowed
    }

        .js-payment-binary.disabled:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            pointer-events: none
        }

        .js-payment-binary.disabled .accept-cgv {
            display: block
        }

.table-labeled td,
.table-labeled th {
    vertical-align: middle
}

.table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: .25rem .375rem;
    margin: .125rem;
    color: #fff;
    white-space: nowrap
}

.page-order .table {
    margin-bottom: 0
}

.page-order table td,
.page-order table th {
    padding: .5rem
}

.page-order table thead th {
    text-align: center
}

.facet .tooltip {
    position: absolute;
    top: 0;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    left: 0;
    margin: .3125rem
}

.facet .facet-label a:hover ~ .tooltip {
    opacity: 1
}

.facet .facet-label {
    position: relative
}

.facet .dropdown-menu,
#authentication .login-form .form-group .col-md-8,
.authentication-page .col-md-6 {
    width: 100%
}

.select-list {
    display: block;
    padding: 0 10px 10px 20px
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}

#authentication .custom-checkbox {
    display: flex;
    cursor: pointer
}

    #authentication .custom-checkbox label {
        padding-left: .625rem
    }

#authentication [data-action=show-password] {
    background: #878787
}

#authentication .radio-inline,
#identity .radio-inline {
    padding: 0
}

    #authentication .radio-inline .custom-radio,
    #identity .radio-inline .custom-radio {
        margin-right: 0
    }

.page-customer-account #content .order-actions a {
    padding: 0 .125rem
}

.page-customer-account #content .forgot-password {
    padding-top: 18px;
    display: flex;
    align-items: center
}

    .page-customer-account #content .forgot-password a {
        flex-grow: 1;
        text-align: right;
        color: #bdbdbd;
        font-size: .875em;
        padding: 0 15px
    }

.authentication-page {
    justify-content: space-between
}

    .authentication-page .col-md-3 {
        display: none
    }

    .authentication-page h2 {
        margin: 0 0 35px;
        text-transform: uppercase;
        font-size: 1.563em;
        color: #333;
        letter-spacing: 0
    }

.address-footer {
    margin-top: 15px
}

    .address-footer svg {
        width: 14px;
        height: 14px;
        margin-right: 5px
    }

    .address-footer > a {
        display: inline-flex;
        margin-right: 20px;
        align-items: center
    }

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: .875rem;
    color: #414141
}

.add-address svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    color: #999
}

.add-address > a {
    display: flex;
    align-items: center
}

.page-addresses .address .address-body {
    padding: 1rem
}

    .page-addresses .address .address-body h4 {
        font-size: 1rem;
        font-weight: 700
    }

    .page-addresses .address .address-body address {
        min-height: 9rem
    }

.page-addresses .address .address-footer {
    border-top: 1px solid #acaaa6;
    padding: .5rem 1rem
}

    .page-addresses .address .address-footer a {
        color: #878787;
        margin-right: .5rem
    }

        .page-addresses .address .address-footer a:hover {
            color: #414141
        }

    .page-addresses .address .address-footer svg {
        width: 14px;
        height: 14px
    }

    .page-addresses .address .address-footer a span {
        font-size: .9375rem;
        vertical-align: middle
    }

.page-addresses .addresses-footer {
    margin: 0 .9375rem
}

    .page-addresses .addresses-footer a:not(.btn),
    .page-addresses .addresses-footer a:not(.btn):hover {
        color: #414141
    }

    .page-addresses .addresses-footer a i {
        font-size: 1rem
    }

    .page-addresses .addresses-footer a span {
        font-size: 1rem;
        vertical-align: middle;
        margin-top: .625rem
    }

.page-order-detail {
    font-size: .875rem;
    color: #878787
}

    .page-order-detail .box {
        box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
        background: #fff;
        padding: 1rem;
        margin-bottom: 1rem
    }

    .page-order-detail h3 {
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #414141;
        margin-bottom: 1rem
    }

    .page-order-detail #order-infos ul {
        margin: 0
    }

    .page-order-detail #order-history .history-lines .history-line {
        padding: .5rem 0;
        border-bottom: 1px solid #f6f6f6
    }

        .page-order-detail #order-history .history-lines .history-line:last-child {
            border-bottom: 0
        }

        .page-order-detail #order-history .history-lines .history-line .label {
            display: inline-block;
            margin: .25rem 0;
            padding: .25rem .375rem;
            color: #fff;
            border-radius: 3px
        }

    .page-order-detail .addresses {
        margin: 0 -.9375rem
    }

        .page-order-detail .addresses h4 {
            font-size: 1rem;
            font-weight: 700
        }

    .page-order-detail #order-products.return {
        margin-bottom: 1rem
    }

        .page-order-detail #order-products.return th.head-checkbox {
            width: 30px
        }

        .page-order-detail #order-products.return td {
            padding: 1.375rem .75rem
        }

            .page-order-detail #order-products.return td.qty {
                min-width: 125px
            }

                .page-order-detail #order-products.return td.qty .current {
                    width: 30%;
                    float: left;
                    text-align: right;
                    padding-right: .5rem
                }

                .page-order-detail #order-products.return td.qty .select {
                    width: 70%;
                    float: left;
                    margin: -.625rem 0;
                    padding-left: .25rem
                }

                    .page-order-detail #order-products.return td.qty .select select {
                        text-align: center
                    }

    .page-order-detail .order-items {
        padding: 0 !important
    }

        .page-order-detail .order-items .order-item {
            padding: 1rem 1rem 0;
            border-bottom: 1px solid #f6f6f6
        }

            .page-order-detail .order-items .order-item .checkbox {
                width: 30px;
                float: left;
                padding: 0 .9375rem
            }

            .page-order-detail .order-items .order-item .content {
                width: calc(100% - 30px);
                float: left;
                padding: 0 .9375rem
            }

            .page-order-detail .order-items .order-item .desc {
                margin-bottom: 1rem
            }

                .page-order-detail .order-items .order-item .desc .name {
                    font-weight: 700
                }

            .page-order-detail .order-items .order-item .qty {
                margin-bottom: 1rem
            }

                .page-order-detail .order-items .order-item .qty .q,
                .page-order-detail .order-items .order-item .qty .s {
                    margin-bottom: .25rem
                }

    .page-order-detail .messages .message {
        margin-top: .5rem;
        border-bottom: 1px solid #f6f6f6
    }

        .page-order-detail .messages .message:last-child {
            border-bottom: 0
        }

        .page-order-detail .messages .message > div {
            margin-bottom: .5rem
        }

    .page-order-detail .customization {
        margin-top: .75rem
    }

#order-return-infos .thead-default th {
    color: #414141
}

#order-return-infos .customization {
    margin-top: .75rem
}

.page-my-account #content .links {
    display: flex;
    box-lines: multiple;
    flex-wrap: wrap;
    box-pack: start;
    justify-content: center
}

    .page-my-account #content .links a {
        text-align: center;
        display: inline-block;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 0 .9375rem;
        margin-bottom: 1.875rem
    }

        .page-my-account #content .links a svg {
            width: 50px;
            height: 50px;
            margin-bottom: 15px
        }

        .page-my-account #content .links a:hover svg {
            color: #000;
            transform: scale(1.05)
        }

        .page-my-account #content .links a span.link-item span {
            display: block;
            font-weight: 400
        }

        .page-my-account #content .links a span.link-item {
            display: block;
            height: 100%;
            padding: 1rem
        }

        .page-my-account #content .links a i {
            display: block;
            font-size: 2.6rem;
            width: 100%;
            color: #414141;
            padding-bottom: 3.4rem
        }

        .page-my-account #content .links a:hover {
            color: #414141
        }

            .page-my-account #content .links a:hover i {
                color: #313537
            }

#history .orders {
    margin: 0 -1rem
}

    #history .orders .order {
        padding: .75rem 1rem;
        border-bottom: 1px solid #f6f6f6
    }

        #history .orders .order a h3 {
            color: #878787
        }

        #history .orders .order .label {
            display: inline-block;
            margin: .25rem 0;
            padding: .25rem .375rem;
            color: #fff;
            border-radius: 3px
        }

        #history .orders .order:last-child {
            border-bottom: 0
        }

.page-footer ul {
    list-style: none
}

.page-footer .account-link {
    margin-right: 1rem
}

    .page-footer .account-link svg {
        width: .875em;
        height: .875em;
        vertical-align: middle
    }

.password-forgot {
    max-width: 500px;
    margin-bottom: 35px
}

.page-footer .account-link span {
    font-size: .875rem;
    vertical-align: middle
}

.carousel .direction {
    z-index: auto
}

.carousel .carousel-inner {
    height: 340px
}

.carousel .carousel-item {
    height: 100%
}

    .carousel .carousel-item img {
        width: 100%;
        margin-left: 0
    }

    .carousel .carousel-item .caption {
        position: absolute;
        bottom: 28px;
        left: 90px;
        color: #fff;
        max-width: 340px
    }

        .carousel .carousel-item .caption .caption-description p {
            color: #fff
        }

.carousel .carousel-control {
    opacity: 1
}

    .carousel .carousel-control .icon-next:before,
    .carousel .carousel-control .icon-prev:before {
        content: ""
    }

    .carousel .carousel-control .icon-prev {
        left: 1rem
    }

    .carousel .carousel-control .icon-next {
        right: 2rem
    }

    .carousel .carousel-control.left,
    .carousel .carousel-control.right {
        background: 0 0
    }

#pattern .icon_checked,
#pattern .in_comparison {
    color: #f38839
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    display: flex;
    box-lines: multiple;
    flex-wrap: wrap;
    box-pack: start;
    justify-content: flex-start
}

body #pattern .product-accessories {
    margin-top: 120px
}

.product-accessories .add-review,
.product-categories .add-review {
    display: none
}

.product-accessories .products:not(.nbs-flexisel-ul) > article {
    width: 20%;
    margin-right: 20px
}

#custom-text {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem;
    text-align: center
}

    #custom-text h3 {
        text-transform: uppercase;
        color: #414141;
        font-size: 1.5625rem;
        font-weight: 700
    }

    #custom-text p {
        color: #414141;
        font-weight: 400;
        font-size: 1.1em
    }

        #custom-text p .dark {
            color: #acaaa6;
            font-weight: 400
        }

.page-content.page-cms {
    background: #fff;
    padding: 1.25rem;
    text-align: justify
}

    .page-content.page-cms .cms-box img {
        max-width: 100%
    }

@media(max-width:991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem
    }
}

#products {
    color: #878787
}

    #products .products-select {
        display: flex;
        box-align: baseline;
        align-items: baseline;
        box-pack: justify;
        justify-content: space-between
    }

    #products .up {
        margin-bottom: 1rem
    }

        #products .up .btn-secondary,
        #products .up .btn-tertiary {
            color: #acaaa6;
            text-transform: inherit
        }

.category-desc-wrap {
    margin-bottom: 40px
}

    .category-desc-wrap.img_exist {
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .category-desc-wrap h1 {
        font-size: 40px;
        line-height: 40px;
        text-transform: none;
        font-weight: 100
    }

    .category-desc-wrap h1,
    .category-desc-wrap p {
        margin: 0 0 20px
    }

#subcategories ul {
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between
}

    #subcategories ul li {
        width: 24%;
        margin-bottom: 20px
    }

        #subcategories ul li h5 {
            margin: 0
        }

.block-category {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 0
}

    .block-category img {
        width: 100%;
        margin-bottom: 40px
    }

    .block-category #category-description p,
    .block-category #category-description strong {
        font-weight: 400;
        color: #acaaa6
    }

    .block-category #category-description p {
        color: #777;
        margin-bottom: 0
    }

        .block-category #category-description p:first-child {
            margin-bottom: 1.25rem
        }

.products-selection > * {
    margin-right: 30px
}

@media(min-width:1500px) {
    .products-selection > * {
        margin-right: 60px
    }

    .product-information {
        margin-right: 20%
    }
}

.products-selection .sort-by-row {
    display: flex;
    align-items: center;
    margin: 0
}

.products-selection .sort-by {
    margin-right: 10px;
    display: none
}

.products-selection h1 {
    padding-top: .625rem
}

.products-sort-order {
    color: #878787
}

    .products-sort-order .select-title {
        display: inline-block;
        width: 16.875rem;
        color: #414141;
        background: #fff;
        padding: .188rem 1.5rem .188rem 1em;
        font-size: .875rem;
        line-height: 1.5rem;
        cursor: pointer;
        border: 1px solid #dfdfdf;
        min-height: 32px
    }

    .products-sort-order .select-list {
        display: block;
        color: #414141;
        padding: .625rem 1.25rem
    }

        .products-sort-order .select-list:hover {
            background: #313537;
            color: #fff;
            text-decoration: none
        }

    .products-sort-order .dropdown-menu {
        left: auto;
        width: 16.875rem;
        background: #f6f6f6;
        border: none;
        margin: 0;
        padding: 0
    }

    .products-sort-order.dropdown:after {
        top: 0
    }

.module-title .svgic-updown {
    width: 8px;
    height: 8px;
    margin-top: 7px
}

    #search_filters .facet .collapse,
    #search_filters .facet .collapse,
    .module-title .svgic-updown > path:first-child,
    .module-title .collapsed .svgic-updown > path:last-child {
        display: none
    }

        #search_filters .facet .collapse.in,
        .module-title .svgic-updown > path:last-child,
        .module-title .collapsed .svgic-updown > path:first-child {
            display: block
        }

.sidebar .facet {
    color: #3a3a3a;
    font-size: 15px
}

    .sidebar .facet > ul {
        transition: all .2s linear
    }

    .sidebar .facet ul li {
        border: none;
        padding-left: 0;
        padding-right: 0
    }

    .sidebar .facet .collapse.in,
    .sidebar .facet .collapsing {
        margin-bottom: 70px
    }

.sidebar .facet-title > .title {
    width: 30px;
    text-align: center;
    flex-grow: 0
}

.sidebar .flexisel-nav {
    color: #444
}

.sidebar .product-brand {
    font-size: 11px
}

.facet .navbar-toggler {
    padding: 0;
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.facet > .facet-title {
    margin-bottom: 25px
}

#search_filters .facet > ul li {
    padding-bottom: 7px
}

.facet > ul li:first-child {
    margin-top: 0
}

.facet .magnitude {
    color: #c1c1c1;
    font-size: .75em;
    vertical-align: middle
}

.pagination {
    width: 100%
}

.pages-num {
    justify-content: flex-end
}

.pagination-info {
    flex-grow: 1
}

.page-list svg {
    width: 8px;
    height: 8px
}

.pagination > div:first-child {
    line-height: 2.5rem;
    font-size: 14px
}

.pagination .page-list li {
    list-style: none;
    margin-left: 5px
}

    .pagination .page-list li a {
        display: flex;
        line-height: 34px;
        width: 34px;
        height: 34px;
        border: 1px solid #dfdfdf;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #585858
    }

        .pagination .page-list li a:hover {
            border-width: 2px
        }

        .pagination .page-list li a.disabled {
            color: #ccc
        }

    .pagination .page-list li.current a {
        color: #555;
        border: 2px solid #ccc
    }

.pagination a {
    font-size: .75em
}

.pagination .disabled {
    color: #acaaa6
}

.active-filter-title {
    display: none
}

.active_filters .active-filter-title {
    display: block;
    margin: 0 0 .5rem
}

.active_filters ul {
    display: inline
}

.filter-block a {
    display: inline-block
}

.active_filters .filter-block svg {
    width: 12px;
    height: 12px
}

.active_filters .filter-block {
    margin-right: .625rem;
    margin-bottom: .625rem;
    display: inline-block;
    font-size: .8125rem;
    line-height: 1em;
    padding: 10px 20px 10px 0;
    border: none
}

    .active_filters .filter-block .close {
        color: #414141;
        font-size: .9375rem;
        opacity: 1;
        margin-top: .1875rem;
        margin-left: .3125rem
    }

#search_filters .clear-all-wrapper {
    display: none;
    margin-bottom: 1rem
}

.active_filters + #search_filters .clear-all-wrapper {
    display: block
}

.listing_view {
    display: flex
}

    .listing_view .svgic {
        width: 14px;
        height: 14px;
        color: #b8b8b8
    }

    .listing_view > div {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        cursor: pointer
    }

        .listing_view > div.active,
        .listing_view > div:hover {
            border-color: #dfdfdf
        }

#view_grid {
    margin-right: 10px
}

.block-categories .category-sub-menu {
    margin-top: .625rem
}

    .block-categories .category-sub-menu .category-sub-link {
        font-size: .875rem
    }

    .block-categories .category-sub-menu li[data-depth="1"] {
        margin-bottom: .625rem
    }

    .block-categories .category-sub-menu li[data-depth="0"] > a {
        font-weight: 600;
        border-bottom: 2px solid #ebebeb;
        width: 100%;
        display: inline-block;
        margin: .3125rem 0 0;
        padding-bottom: .1875rem
    }

    .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
        padding-left: .3125rem
    }

        .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
            content: "-";
            margin-right: .3125rem;
            float: left
        }

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer
}

    .block-categories .collapse-icons[aria-expanded=true] .remove {
        display: block
    }

    .block-categories .collapse-icons .add:hover,
    .block-categories .collapse-icons .remove:hover {
        color: #313537
    }

.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
    cursor: pointer;
    margin-left: 2px
}

    .block-categories .arrows .arrow-down:hover,
    .block-categories .arrows .arrow-right:hover {
        color: #313537
    }

.block-categories .collapse-icons[aria-expanded=true] .add,
.block-categories .collapse-icons .remove,
.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded=true] .arrow-right {
    display: none
}

.block-categories .arrows[aria-expanded=true] .arrow-down {
    display: inline-block
}

.facets-title {
    color: #414141
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
    padding: .75rem .5rem .6875rem
}

#content-wrapper {
    width: 100%
}

@media(max-width:543px) {
    .products-selection .filter-button {
        padding-left: 0
    }

    #category #left-column #search_filters_wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

.sys-info-section {
    margin-bottom: 13px
}

.sys-info {
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
    color: #969696
}

    .sys-info a {
        color: inherit
    }

.add-review {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #969696
}

#product .short-desc {
    margin-bottom: 45px;
    color: #777;
    font-size: 16px;
    line-height: 23px
}

#product-description-short {
    color: #414141
}

.modal-body .product-info-section {
    padding-left: 30px
}

.product-info-section h1 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #373737;
    text-transform: none
}

#product .product-info-section .product-brand {
    color: #bcbcbc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 15px
}

.product-information p {
    margin: 0
}

.product-information .manufacturer-logo {
    height: 35px
}

.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%
}

    .input-color:checked + span,
    .input-color:hover + span,
    .input-radio:checked + span,
    .input-radio:hover + span {
        border: 1px solid #ccc
    }

.radio-label {
    background: #fff;
    display: inline-block;
    padding: 5px 0;
    border: 1px solid #dfdfdf;
    width: 32px;
    text-align: center;
    line-height: 22px;
    font-size: 12px
}

.product-actions .control-label {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    font-size: .938em;
    line-height: 1em;
    color: #6e6e6e
}

.product-quantity .qty {
    width: 81px
}

.product-quantity .add,
.product-quantity .qty {
    float: left;
    margin-bottom: .5rem
}

.product-quantity #quantity_wanted {
    color: #313537;
    width: 60px;
    line-height: 20px;
    padding: 12px;
    text-align: center;
    border: 1px solid #313537;
    background: 0 0;
    margin: 0;
    font-size: 15px;
    max-width: 60px
}

.product-quantity .bootstrap-touchspin {
    display: flex
}

.product-quantity .add .add_to_compare {
    background: 0 0;
    border: none;
    color: #333;
    padding: 0;
    width: 20px;
    height: 20px
}

    .product-quantity .add .add_to_compare svg {
        width: 100%;
        height: 100%
    }

.product-quantity .input-group-btn-vertical {
    display: flex;
    flex-direction: column
}

    .product-quantity .input-group-btn-vertical .btn {
        padding: 0;
        border: 1px solid #333;
        position: relative;
        border-left: none;
        flex-grow: 1;
        width: 21px
    }

        .product-quantity .input-group-btn-vertical .btn:hover {
            background: 0 0
        }

        .product-quantity .input-group-btn-vertical .btn:first-child {
            border-bottom: none
        }

            .product-quantity .input-group-btn-vertical .btn:first-child i:before {
                transform: rotate(180deg)
            }

        .product-quantity .input-group-btn-vertical .btn i {
            display: block;
            width: 100%;
            height: 100%;
            position: relative
        }

            .product-quantity .input-group-btn-vertical .btn i:before {
                content: "";
                background: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIGZpbGw9JyM2NjYnIHZpZXdCb3g9JzAgMCAzMDYgMzA2Jz48cG9seWdvbiBwb2ludHM9JzI3MC4zLDU4LjY1IDE1MywxNzUuOTUgMzUuNyw1OC42NSAwLDk0LjM1IDE1MywyNDcuMzUgMzA2LDk0LjM1Jy8+PC9zdmc+) 50% 50% no-repeat;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

.product-discounts {
    margin-bottom: 1.5rem
}

    .product-discounts > .product-discounts-title {
        font-weight: 400;
        font-size: .875rem
    }

    .product-discounts > .table-product-discounts thead tr th {
        width: 33%;
        padding: .625rem 1.25rem;
        background: #fff;
        border: .3125rem solid #ebebeb;
        text-align: center
    }

    .product-discounts > .table-product-discounts tbody tr {
        background: #f6f6f6
    }

        .product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
            background: #fff
        }

        .product-discounts > .table-product-discounts tbody tr td {
            padding: .625rem 1.25rem;
            text-align: center;
            border: .3125rem solid #ebebeb
        }

#product .product-info-section .product-prices {
    margin-bottom: 2rem
}

    #product .product-info-section .product-prices > div {
        display: inline-block
    }

#product .product-info-section .btn-primary.add-to-cart,
.modal-dialog .btn-primary.add-to-cart {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 20px;
    display: flex
}

.add-to-cart {
    outline: none !important
}

.product-prices .tax-shipping-delivery-label {
    font-size: .8125rem;
    color: #878787
}

.product-prices.price {
    flex-direction: column
}

.product-discount {
    color: #acaaa6
}

.regular-price {
    text-decoration: line-through;
    margin-right: 10px
}

.product-discount .regular-price {
    font-weight: 400;
    margin-right: .625rem
}

.has-discount .discount {
    background: #e33434;
    color: #fff;
    font-weight: 400;
    font-size: .5em;
    line-height: 1.5em;
    padding: 0 5px;
    margin-left: .625rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-style: normal
}

.product-unit-price {
    font-size: .8125rem;
    margin-bottom: 0
}

.tabs .tab-pane {
    padding-top: 3.75rem;
    width: 100%
}

    .tabs .tab-pane p,
    #product-modal .modal-content .modal-body .image-caption p {
        margin: 0
    }

.tabs .nav-tabs {
    border: none;
    justify-content: center
}

body .tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent
}

    body .tabs .nav-tabs .nav-link h5 {
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        font-size: .938em;
        letter-spacing: 0
    }

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #3a3a3a
}

.prod-image-zoom {
    width: 100%;
    height: 100%
}

    .prod-image-zoom.action {
        background: 0 0 !important
    }

.pm-filter-image .product-cover img {
    display: block;
    width: 100%;
    filter: brightness(.98)
}

.pm_filter_image .product-thumbnail > a {
    filter: brightness(.98);
    background: #fff
}

.product-cover .layer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: hsla(0, 0%, 100%, .7);
    cursor: pointer
}

    .product-cover .layer svg {
        width: 30px;
        height: 30px;
        transition: all .3s cubic-bezier(.165, .84, .44, 1);
        transform: scale(0)
    }

    .product-cover .layer:hover {
        opacity: 1
    }

        .product-cover .layer:hover svg {
            transform: scale(1)
        }

    .product-cover .layer .zoom-in {
        font-size: 6.25rem;
        color: #fff
    }

#product-modal figure {
    margin: 0;
    background: #fff
}

#product-modal .modal-content {
    background: 0 0;
    border: none;
    padding: 0
}

    #product-modal .modal-content .modal-body {
        display: flex;
        margin-left: -30%
    }

        #product-modal .modal-content .modal-body .product-cover-modal {
            background: #fff;
            display: block
        }

        #product-modal .modal-content .modal-body .image-caption {
            background: #fff;
            width: 800px;
            padding: .625rem 1.25rem;
            border-top: 1px solid #ebebeb
        }

        #product-modal .modal-content .modal-body .thumbnails {
            position: relative
        }

            #product-modal .modal-content .modal-body .thumbnails > .mask {
                width: 10rem;
                height: 100%
            }

        #product-modal .modal-content .modal-body .mask {
            position: relative;
            overflow: hidden;
            z-index: 1
        }

            #product-modal .modal-content .modal-body .mask.nomargin {
                margin-top: 0
            }

        #product-modal .modal-content .modal-body .product-images {
            margin-left: 1rem;
            position: relative;
            list-style: none
        }

            #product-modal .modal-content .modal-body .product-images img {
                width: 100%;
                cursor: pointer;
                display: block;
                opacity: .9
            }

                #product-modal .modal-content .modal-body .product-images img:hover {
                    opacity: 1
                }

#blockcart-modal {
    color: #414141
}

    #blockcart-modal .modal-body {
        background: #fff;
        padding: 3.125rem 1.875rem
    }

        #blockcart-modal .modal-body .divide-right span {
            display: inline-block;
            margin-bottom: .3125rem;
            color: #888
        }

            #blockcart-modal .modal-body .divide-right span i {
                color: #414141
            }

    #blockcart-modal .modal-dialog {
        max-width: 1140px;
        width: 100%
    }

    #blockcart-modal .product-image {
        width: 13.125rem;
        margin-right: 50px
    }

    #blockcart-modal .modal-title {
        font-weight: 400;
        font-size: 1.25rem
    }

    #blockcart-modal .modal-body .h6.product-name {
        color: #414141;
        font-size: 1.125rem;
        margin: 0 0 10px
    }

#pattern #header .cart-icon .cart-products-count {
    display: block;
    position: absolute;
    right: -7px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: #e33434;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    font-family: Tahoma;
    letter-spacing: 0;
    color: #fff
}

#blockcart-modal .cart-content {
    padding-left: 2.5rem
}

    #blockcart-modal .cart-content p {
        margin: 0 0 15px
    }

#blockcart-modal .subtext {
    color: #999
}

#blockcart-modal .cart-content p strong {
    font-weight: 400;
    color: #888;
    font-style: normal
}

#blockcart-modal .cart-content button {
    margin-right: .3125rem
}

#blockcart-modal .divide-right {
    border-right: 1px solid #eee
}

.product-images {
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    position: absolute
}

.ie11 .product-images {
    display: block
}

.images-container > .mask {
    margin-right: 2%;
    min-width: 19%
}

.product-cover {
    position: relative;
    min-width: 79%
}

.product-images > li.thumb-container {
    margin-top: 10px
}

    .product-images > li.thumb-container:first-child {
        margin-top: 0
    }

    .product-images > li.thumb-container > .thumb {
        cursor: pointer;
        margin: 0;
        width: 100%;
        display: block
    }

#content .product-images > li.thumb-container > .thumb.selected,
#content .product-images > li.thumb-container > .thumb:hover {
    opacity: .5
}

#main {
    margin-bottom: 60px
}

.scroll-box-arrows svg {
    color: #444;
    width: 14px;
    height: 14px;
    -webkit-filter: drop-shadow(-5px -5px 5px #fff);
    filter: drop-shadow(0 1px 1px #fff)
}

.scroll-box-arrows i {
    display: none
}

.scroll-box-arrows.scroll i {
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 40px;
    z-index: 9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.scroll-box-arrows.scroll .up {
    top: 0
}

.scroll-box-arrows.scroll .down {
    bottom: 0
}

.modal .scroll-box-arrows.scroll i,
#product-modal .scroll-box-arrows {
    width: calc(100% - 1rem)
}

    #product-modal .scroll-box-arrows i {
        margin-left: 1rem
    }

.product-availability {
    margin-left: .625rem;
    color: #ff9a52;
    font-size: 13px;
    vertical-align: middle
}

    .product-availability svg {
        width: 16px;
        height: 16px;
        margin-right: 6px
    }

    .product-availability span {
        display: flex;
        align-items: center
    }

    .product-availability .product-available {
        color: #6b8a94
    }

    .product-availability .product-last-items,
    .product-availability .product-unavailable {
        color: #ff9a52
    }

#product-details .label {
    font-size: 1rem;
    color: #414141;
    font-weight: 700
}

.product-features h3 {
    margin-top: 0
}

.product-features > dl.data-sheet {
    display: flex;
    box-lines: multiple;
    flex-wrap: wrap;
    box-align: start;
    align-items: flex-start
}

    .product-features > dl.data-sheet dd.value,
    .product-features > dl.data-sheet dt.name {
        box-flex: 1;
        flex: 1 0 40%;
        font-weight: 400;
        padding: .625rem;
        margin-right: .625rem;
        min-height: 2.5rem;
        word-break: break-all;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        align-self: flex-end
    }

    .product-features > dl.data-sheet dt.name {
        text-transform: capitalize
    }

.product-variants > .product-variants-item {
    margin: 0 0 2rem
}

    .product-variants > .product-variants-item select {
        border: 1px solid #ebebeb;
        height: 2.5rem;
        width: 50%
    }

.product-variants-item ul,
#conditions-to-approve ul,
.socialnetworks_menu,
#footer ul,
#block-reassurance ul,
.cart-items,
.notification ul,
.promo-discounts,
.product-customization ul {
    list-style: none
}

    .product-variants-item ul li input {
        width: 100%;
        height: 100%;
        z-index: 9;
        margin: 0
    }

        .product-variants-item ul li input:checked + span {
            border: 1px solid #444 !important
        }

.product-variants > .product-variants-item ul li {
    margin-right: .625rem
}

.product-variants > .product-variants-item .color {
    margin-left: 0;
    margin-top: 0;
    border: none
}

.product-variants > .product-variants-item li > span:not(.color) {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border: 1px solid #ccc
}

    .product-variants > .product-variants-item li > span:not(.color) span {
        position: relative;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 0;
        height: auto;
        color: #707070;
        font-size: 12px
    }

.product-variants > .product-variants-item .white-color .color {
    border: 1px solid #ccc
}

.product-variants-item ul.type-radio {
    display: flex;
    flex-direction: column
}

    .product-variants-item ul.type-radio li input {
        width: auto;
        height: auto;
        opacity: 1;
        position: static
    }

    .product-variants-item ul.type-radio li span.radio-label {
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        border: none !important
    }

.product-customization {
    margin: 2.5rem 0
}

    .product-customization > .card {
        padding: 0;
        background: 0 0
    }

    .product-customization .product-customization-item {
        margin: 1.25rem 0
    }

    .product-customization .product-message {
        background: #ebebeb;
        border: none;
        width: 100%;
        height: 3.125rem;
        resize: none;
        padding: .625rem
    }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    font-family: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    font-family: inherit
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute
}

.product-customization .custom-file {
    background: #ebebeb;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: .625rem;
    color: #acaaa6;
    margin-top: 1.25rem
}

    .product-customization .custom-file button {
        z-index: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.product-customization small {
    color: #acaaa6
}

.product-pack {
    margin-top: 2.5rem
}

    .product-pack .pack-product-container {
        justify-content: space-around
    }

        .product-pack .pack-product-container .pack-product-name {
            box-flex: 0;
            flex: 0 0 50%;
            font-size: .875rem;
            color: #acaaa6
        }

        .product-pack .pack-product-container .pack-product-quantity {
            border-left: 2px solid #ebebeb;
            padding-left: .625rem
        }

.product-refresh {
    margin-top: 1.25rem
}

.social-sharing {
    width: 100%;
    box-align: center;
    margin-top: 1.5rem
}

    .social-sharing ul {
        margin-bottom: 0
    }

    .social-sharing li {
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 50%;
        cursor: pointer;
        margin-left: .5rem;
        border: 1px solid #ccc
    }

        .social-sharing li a {
            height: 100%
        }

            .social-sharing li a:hover {
                color: #333
            }

.products-selection {
    margin-bottom: 50px
}

    .products-selection .title {
        color: #878787
    }

#blockcart-modal .cart-content .btn {
    margin: 10px 15px 0 0
}

@media(max-width:991px) {
    #product-modal .modal-content .modal-body {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        margin-left: 0
    }

        .product-cover img,
        #product-modal .modal-content .modal-body .image-caption,
        #product-modal .modal-content .modal-body img.product-cover-modal {
            width: 100%
        }

        #product-modal .modal-content .modal-body .arrows {
            display: none
        }

    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px)
    }

    #blockcart-modal .modal-body {
        padding: 1.875rem
    }

    body .category-desc-wrap.img_exist {
        position: absolute;
        width: 100%
    }
}

@media(max-width:767px) {
    #blockcart-modal .divide-right {
        border-right: none
    }

    #blockcart-modal .modal-body {
        padding: 1rem
    }
}

.cart-grid {
    margin-bottom: 1rem
}

.cart-item {
    padding: 2rem 0;
    border-top: 1px solid #f0f0f0
}

    .cart-item:first-child {
        border: none
    }

.cart-summary-line {
    clear: both
}

.show-cart-details.collapsed svg {
    transform: rotate(180deg)
}

.show-cart-details {
    color: #8f8f8f;
    font-size: .938rem
}

#cart-summary-product-list {
    margin: 20px 0 25px
}

    #cart-summary-product-list .remove-product {
        position: absolute;
        top: 0;
        right: 0
    }

#checkout .modal-content {
    padding: 20px 40px
}

#checkout #content .col-md-8 > section {
    overflow: hidden
}

    #checkout #content .col-md-8 > section:not(:last-child) {
        margin-bottom: 3rem
    }

#checkout .-reachable h1 {
    margin: 0 0 3rem
}

#checkout h1,
#checkout .step-title {
    font-size: 1.375em;
    font-weight: 400;
    color: #313537;
    letter-spacing: 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin: 0 0 20px
}

#checkout .-unreachable .step-title {
    color: #999
}

#checkout .nav {
    font-size: 1.125em;
    color: #a8a8a8;
    margin-bottom: 2rem
}

    #checkout .nav a {
        color: inherit
    }

        #checkout .nav a.active {
            text-decoration: underline;
            color: #3e3e3e
        }

body#checkout #wrapper section.checkout-step.-reachable.-complete {
    margin-bottom: 0
}

body#checkout section.checkout-step.-current {
    margin-bottom: 60px
}

    body#checkout section.checkout-step.-current.-reachable.-complete .done,
    body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,
    body#checkout section.checkout-step.-reachable.-complete .content,
    #cart .ps_featuredproducts {
        display: none
    }

    body#checkout section.checkout-step.-current.-reachable.-complete .step-number,
    body#checkout section.checkout-step.-reachable.-complete h1 .done {
        display: inline-block
    }

    body#checkout section.checkout-step.-current.-reachable.-complete .content {
        display: block
    }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: .125rem;
    color: #acaaa6
}

.mini-cart-header {
    margin-bottom: 10px
}

    .mini-cart-header span {
        flex-grow: 1
    }

.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    white-space: inherit
}

.cart-summary-line .value {
    color: #414141;
    float: right !important
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 400
}

#cart-subtotal-shipping {
    margin-bottom: 0
}

.cart-grid-body .card-block {
    padding: 0 0 1rem
}

    .cart-grid-body .card-block h1 {
        margin: 0;
        font-size: 1.375em;
        letter-spacing: 0;
        padding-bottom: .938em;
        border-bottom: 1px solid #f0f0f0
    }

.cart-grid-right .promo-discounts {
    margin-bottom: 0
}

    .cart-grid-right .promo-discounts .cart-summary-line .label {
        color: #878787
    }

        .cart-grid-right .promo-discounts .cart-summary-line .label .code {
            text-decoration: underline;
            cursor: pointer
        }

.block-promo .promo-code {
    margin-bottom: 20px
}

    .block-promo .promo-code .alert-danger {
        position: relative;
        margin-top: 1.25rem;
        background: #ff4c4c;
        color: #fff;
        display: none
    }

        .block-promo .promo-code .alert-danger:after {
            bottom: 100%;
            left: 10%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #ff4c4c;
            border-width: 10px;
            margin-left: -10px
        }

.block-promo .promo-input {
    color: #414141;
    border: 1px solid #acaaa6;
    height: 2.5rem;
    text-indent: .625rem
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    color: #ff9a52
}

    .block-promo .cart-summary-line .label a,
    .block-promo .promo-name a {
        color: #414141
    }

.block-promo .promo-code-button {
    margin-bottom: 1.25rem
}

.product-line-grid .input-group {
    display: flex
}

    .product-line-grid .input-group .input-group-btn-vertical {
        display: flex;
        flex-direction: column;
        border-left: 0
    }

        .product-line-grid .input-group .input-group-btn-vertical button {
            height: auto;
            background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiPjxwYXRoIGQ9Ik04IDIuMTk0YzAgLjE3LS4wNjIuMzQtLjE4My40N0w0LjQ0IDYuMjc1Yy0uMTE3LjEyNi0uMjc1LjE5Ny0uNDQuMTk3LS4xNjUgMC0uMzIzLS4wNy0uNDQtLjE5NEwuMTg0IDIuNjY2Yy0uMjQyLS4yNi0uMjQzLS42OCAwLS45NC4yNDMtLjI2LjYzNy0uMjYuODggMEw0IDQuODY2bDIuOTM3LTMuMTRjLjI0My0uMjYuNjM4LS4yNi44OCAwIC4xMi4xMjguMTgzLjI5OC4xODMuNDY4eiIgLz48L3N2Zz4=) no-repeat 50% 50%;
            border-left: 0
        }

            .product-line-grid .input-group .input-group-btn-vertical button:hover {
                border-color: rgba(0, 0, 0, .15)
            }

            .product-line-grid .input-group .input-group-btn-vertical button:first-child {
                border-bottom: 0;
                background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIHN0eWxlPSJ0cmFuc2Zvcm06cm90YXRlKDE4MGRlZyk7dHJhbnNmb3JtLW9yaWdpbjo1MCUgNTAlIj48cGF0aCBkPSJNOCAyLjE5NGMwIC4xNy0uMDYyLjM0LS4xODMuNDdMNC40NCA2LjI3NWMtLjExNy4xMjYtLjI3NS4xOTctLjQ0LjE5Ny0uMTY1IDAtLjMyMy0uMDctLjQ0LS4xOTRMLjE4NCAyLjY2NmMtLjI0Mi0uMjYtLjI0My0uNjggMC0uOTQuMjQzLS4yNi42MzctLjI2Ljg4IDBMNCA0Ljg2NmwyLjkzNy0zLjE0Yy4yNDMtLjI2LjYzOC0uMjYuODggMCAuMTIuMTI4LjE4My4yOTguMTgzLjQ2OHoiIC8+PC9zdmc+) no-repeat 50% 50%
            }

.product-line-grid-left img {
    max-width: 100%;
    width: 150px
}

.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit
}

.product-line-grid-body .product-name {
    font-size: 1.063em;
    line-height: 1.25em
}

.product-line-info span {
    color: #adadad;
    font-size: .813em
}

.product-line-grid-body > .product-line-info > .out-of-stock {
    color: red
}

.product-line-grid-body > .product-line-info > .available {
    color: #4cbb6c
}

.product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-left: .3125rem;
    font-size: .875rem;
    color: #878787
}

.product-line-grid-right .bootstrap-touchspin > .form-control,
.product-line-grid-right .bootstrap-touchspin > .input-group {
    color: #636363;
    background-color: #fff;
    padding: 0 .5rem;
    width: 3rem;
    text-align: center
}

.product-line-grid-right .price {
    line-height: 2.188rem
}

.product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: auto
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    color: #414141;
    display: inline-block
}

    .product-line-grid-right .cart-line-product-actions .remove-from-cart svg {
        width: .625rem;
        height: .625rem;
        margin-top: .75rem
    }

@media(max-width:767px) {
    .product-line-grid-body {
        margin-bottom: 1rem
    }
}

@media(max-width:543px) {
    .cart-items {
        padding: 1rem 0
    }

    .cart-item {
        border-bottom: 1px solid #ebebeb
    }

        .cart-item:last-child {
            border-bottom: 0
        }

    .cart-grid-body .cart-overview {
        padding: 0
    }

    .cart-grid-body .no-items {
        padding: 1rem;
        display: inline-block
    }

    .product-line-grid-left {
        padding-right: 0 !important
    }
}

@media(max-width:360px) {

    .product-line-grid-right .price,
    .product-line-grid-right .qty {
        width: 100%
    }
}

#block-reassurance {
    margin-top: 2rem
}

    #block-reassurance li .brimg {
        width: 30px;
        height: 30px;
        margin-right: 20px
    }

    #block-reassurance li:not(:first-child) {
        margin-top: 10px
    }

    #block-reassurance li {
        display: flex;
        align-items: center;
        padding: 15px 30px;
        background: #f9f9f9;
        font-size: 14px;
        line-height: 20px;
        color: #484848
    }

        #block-reassurance li span {
            display: block;
            white-space: normal
        }

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}

    .quickview .modal-dialog h1 {
        margin-top: 0;
        text-transform: none;
        line-height: 1.1em
    }

.quickview .modal-content {
    min-height: 28.125rem
}

.quickview .modal-header {
    border: none;
    padding: .625rem
}

.quickview .modal-body {
    min-height: 23.75rem
}

.quickview .modal-footer > div {
    margin-right: 25px
}

.quickview .layer {
    display: none
}

.quickview .images-container {
    display: flex;
    z-index: 1
}

.quickview .mask {
    width: 20%;
    overflow: hidden
}

.quickview .arrows {
    position: absolute;
    top: 0;
    height: 22.5rem;
    right: 5rem;
    z-index: 0
}

    .quickview .arrows .arrow-up {
        margin-top: -3.125rem;
        cursor: pointer;
        opacity: .2
    }

    .quickview .arrows .arrow-down {
        position: absolute;
        bottom: -1.875rem;
        cursor: pointer
    }

.quickview .social-sharing {
    margin-top: 0;
    margin-left: 2.5rem
}

#stores .page-stores {
    width: 85%;
    margin: 0 auto
}

    #stores .page-stores .store-item {
        padding-left: .75rem;
        padding-right: .75rem
    }

    #stores .page-stores .store-picture img {
        max-width: 100%
    }

    #stores .page-stores .store-item-container {
        box-pack: distribute;
        justify-content: space-around;
        box-align: center;
        padding: 1.875rem 0
    }

        #stores .page-stores .store-item-container ul {
            margin-bottom: 0;
            font-size: .9375rem
        }

        #stores .page-stores .store-item-container .divide-left {
            border-left: 1px solid #ebebeb
        }

            #stores .page-stores .store-item-container .divide-left tr {
                height: 1.5625rem
            }

            #stores .page-stores .store-item-container .divide-left td {
                padding-left: .375rem
            }

            #stores .page-stores .store-item-container .divide-left th {
                text-align: right
            }

        #stores .page-stores .store-item-container .store-description {
            font-size: 1rem
        }

    #stores .page-stores .store-item-footer {
        margin-top: .5rem;
        padding-top: .5rem;
        display: flex;
        box-pack: distribute;
        justify-content: space-around
    }

        #stores .page-stores .store-item-footer.divide-top {
            border-top: 1px solid #ebebeb
        }

        #stores .page-stores .store-item-footer div:first-child {
            box-flex: 0;
            flex: 0 0 65%
        }

        #stores .page-stores .store-item-footer li {
            margin-bottom: .625rem
        }

.store-item ul {
    list-style: none
}

@media(min-width:992px) {
    #checkout #content > .cart-total {
        min-width: 400px
    }

    #checkout .checkout-step-items {
        margin-right: 30px;
        flex-grow: 1
    }
}

@media(max-width:767px) {
    #stores .page-stores {
        width: 100%
    }

        #stores .page-stores .store-item-container {
            padding: 1rem 0
        }
}

@media(max-width:543px) {
    #stores .page-stores .store-item-container {
        display: block
    }

        #stores .page-stores .store-item-container .divide-left {
            border-left: none
        }

        #stores .page-stores .store-item-container .store-description a,
        #stores .page-stores .store-item-container .store-description address {
            margin-bottom: .5rem
        }

    #stores .page-stores .store-item-footer {
        display: block
    }

        #stores .page-stores .store-item-footer.divide-top {
            border-top: 1px solid #ebebeb
        }

        #stores .page-stores .store-item-footer li {
            margin-bottom: .625rem
        }

        #stores .page-stores .store-item-footer .card-block {
            padding: .75rem .75rem 0
        }
}

.account-list a {
    color: #acaaa6
}

    .account-list a:hover {
        color: #313537
    }

.block-contact-title,
.blockcms-title,
.myaccount-title,
.myaccount-title a {
    font-weight: 700;
    font-size: 1rem
}

#block_myaccount_infos .myaccount-title a {
    color: #414141
}

.footer-container li:not(:last-child) {
    margin-bottom: 12px
}

.footer-main h4 {
    margin: 0 0 25px
}

.footer-container .links .collapse {
    display: inherit
}

.footer-bottom .page-width {
    align-self: center
}

.move-flex-start .footer_text {
    flex-grow: 1;
    text-align: left
}

.move-center .page-width {
    flex-direction: column
}

    .move-center .page-width > div {
        margin: 10px 0
    }

@media(max-width:1400px) and (min-width:1024px) {

    #pattern .page-width,
    .menu_width,
    .flexmenu_ul,
    #product .content-wrapper .product-page-col.page-width {
        width: 96%
    }

    body #header .logo {
        max-width: 300px
    }

    body #header .flexmenu > ul > li a {
        padding: 0 7px;
        font-size: 12px
    }

    .header-1 .header-main {
        font-size: 12px
    }

    body .header-1 .header-nav > div {
        margin-left: 20px
    }
}

@media(max-width:767px) {
    .block_newsletter {
        padding-bottom: .625rem;
        border-bottom: 1px solid #f6f6f6
    }

    .footer-container {
        box-shadow: none;
        margin-top: 0
    }

        .footer-container .wrapper {
            padding-left: 0 !important;
            padding-right: 0 !important
        }

        .footer-container .links .h3 {
            line-height: 1.5;
            font-size: 1rem
        }

        .footer-container .links .title {
            padding: .625rem;
            border-bottom: 1px solid #f6f6f6;
            cursor: pointer
        }

            .footer-container .links .collapse,
            .footer-container .links .title .collapse-icons .remove,
            .footer-container .links .title[aria-expanded=true] .collapse-icons .add {
                display: none
            }

                .footer-container .links .collapse.in,
                .footer-container .links .title[aria-expanded=true] .collapse-icons .remove {
                    display: block
                }

        .footer-container .links .navbar-toggler {
            display: inline-block;
            padding: 0
        }

        .footer-container .links ul {
            background-color: #f6f6f6;
            margin-bottom: 0
        }

            .footer-container .links ul > li {
                padding: .625rem;
                border-bottom: 1px solid #fff;
                font-weight: 700
            }

                .footer-container .links ul > li a {
                    color: #414141
                }
}

@media(max-width:991px) {
    .block-social {
        text-align: center
    }

    .block-contact {
        padding-left: 1.5rem
    }
}

#contact .contact-page textarea {
    text-indent: 25px
}

.contact-page .form-fields label {
    display: block;
    width: 100%
}

.contact-page h3 {
    margin: 0 0 40px;
    letter-spacing: 0;
    font-size: 1.563em
}

.contact-page .login-form {
    padding-top: 70px
}

.main-icon {
    width: 280px;
    margin: 0 auto 52px
}

.svg-eye {
    width: 66px;
    height: 66px
}

    .svg-eye:first-child {
        margin-left: 37px;
        float: left
    }

    .svg-eye:nth-child(2) {
        margin-right: 37px;
        float: right
    }

.svg-face {
    width: 280px;
    height: 280px;
    margin-top: 15px
}

#pagenotfound .breadcrumb,
#pagenotfound #main .page-header,
#products #main .page-header {
    display: none
}

#pagenotfound #main .page-content,
#products #main .page-content {
    margin-bottom: 10rem
}

#pagenotfound .page-not-found,
#products .page-not-found {
    text-align: center;
    padding-top: 130px
}

.message-404 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #313537;
    max-width: 500px;
    margin: 20px auto 0;
    letter-spacing: 0
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    color: #454545;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    float: none
}

    #pagenotfound .page-not-found .search-widget input,
    #products .page-not-found .search-widget input {
        width: 100%
    }

.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid #f6f6f6
}

    .customization-modal .modal-content .modal-body {
        padding-top: 0
    }

        .customization-modal .modal-content .modal-body .product-customization-line {
            padding-bottom: .9375rem;
            padding-top: .9375rem;
            border-bottom: 1px solid #f6f6f6
        }

            .customization-modal .modal-content .modal-body .product-customization-line .label {
                font-weight: 700;
                text-align: right
            }

            .customization-modal .modal-content .modal-body .product-customization-line:last-child {
                padding-bottom: 0;
                border-bottom: 0
            }

#header .logo {
    max-width: 100%
}

#header .header-nav #menu-icon {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 1rem
}

#header .header-nav .right-nav {
    display: flex;
    box-lines: single;
    flex-wrap: nowrap;
    box-pack: end;
    justify-content: flex-end
}

#header .header-nav .currency-selector {
    margin-top: .9375rem;
    margin-left: .9375rem;
    white-space: nowrap
}

#header .header-nav .user-info {
    text-align: right;
    white-space: nowrap
}

#header .header-nav .blockcart,
#header .header-nav .language-selector {
    white-space: nowrap
}

#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle
}

#header .header-nav .blockcart .header > a {
    color: inherit
}

.hide-header-icons #header .icon-element svg,
.hide-header-text #header .icon-element span,
#header .header-nav .cart-preview .body {
    display: none
}

#header .icons-true .header-nav .blockcart .header svg {
    margin: 0
}

#header .header-top .menu {
    padding-left: 15px;
    margin-bottom: .375rem
}

    #header .header-top .menu > ul > li {
        float: left
    }

#header .header-top .position-static {
    position: static
}

#header .header-top a[data-depth="0"] {
    color: #acaaa6;
    text-transform: uppercase
}

#header .top-menu-link {
    margin-left: 1.25rem
}

.popover {
    font-family: inherit
}

#wrapper {
    padding-bottom: 0
}

#product #main {
    margin: 0
}

#wrapper .banner {
    margin-bottom: 1.5rem;
    display: block
}

    #wrapper .banner img {
        box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15)
    }

.breadcrumb {
    font-size: .75em
}

    .breadcrumb li:last-child a {
        color: #9f9d9d
    }

#main .page-content,
#main .page-header {
    margin-bottom: 1.5625rem
}

    #main .page-content h6 {
        margin-bottom: 1.125rem
    }

    #main .page-content #notifications {
        margin-left: -15px;
        margin-right: -15px
    }

#notifications ul {
    margin-bottom: 0;
    list-style: none;
    font-size: 1.125em
}

#footer a {
    color: inherit
}

.footer-main:not(.fbuilder) {
    padding: 100px 0
}

    .footer-main:not(.fbuilder) > .page-width > div {
        max-width: 280px;
        width: 23%;
        margin-left: 2%
    }

        .footer-main:not(.fbuilder) > .page-width > div:first-child {
            margin-left: 0
        }

    .footer-main:not(.fbuilder) .text-block .page-width > div {
        width: 100%
    }

#footer .tb-sect {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

    #footer .tb-sect:last-child {
        margin-bottom: 0
    }

#footer .tb-sect-icon {
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center
}

    #footer .tb-sect-icon svg {
        width: 16px;
        height: 16px
    }

@media(max-width:767px) {
    #wrapper {
        box-shadow: none
    }

    #checkout-cart-summary {
        float: none;
        width: 100%;
        margin-top: 1rem
    }

    #header .header-nav .top-logo {
        line-height: 50px;
        vertical-align: middle;
        width: 200px;
        margin: 0 auto
    }

        #header .header-nav .top-logo a img {
            max-height: 50px;
            max-width: 100%
        }

    #header .header-nav .right-nav {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column
    }

    #header .header-nav .user-info {
        text-align: left;
        margin-left: 0
    }

        #header .header-nav .user-info .logged {
            color: #313537
        }

    #header .header-nav .blockcart {
        margin-left: 0;
        background: inherit
    }

        #header .header-nav .blockcart.active {
            margin-left: .5rem
        }

        #header .header-nav .blockcart.inactive .cart-products-count {
            display: none
        }

    #header .header-top {
        background: #ebebeb;
        padding-bottom: 0
    }

        #header .header-top a[data-depth="0"] {
            color: #414141
        }

    section.checkout-step {
        width: 100%
    }

    .default-input {
        min-width: 100%
    }

    label {
        clear: both
    }

    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto
    }

    .block-contact {
        padding-left: .9375rem;
        border: none
    }

    .dropdown-item,
    .menu {
        padding-left: 0
    }

    #pattern .footer-main .page-width {
        flex-wrap: wrap
    }

    #pattern .footer-main:not(.fbuilder) .page-width > div {
        width: 46%;
        margin: 0 0 40px;
        max-width: 100%
    }

        #pattern .footer-main:not(.fbuilder) .page-width > div:nth-child(odd) {
            margin-right: 8%
        }

    #pattern .footer-bottom {
        height: auto;
        padding: 20px 0
    }

        #pattern .footer-bottom .page-width {
            flex-direction: column
        }
}

@media(max-width:991px) {
    .container {
        max-width: 100%
    }

    #header .logo {
        width: auto
    }

    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto
    }

    .sub-menu {
        left: 0;
        min-width: 100%
    }

    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 250px;
        margin: 0 auto .9375rem
    }

    #blockcart-modal .cart-content {
        padding-left: 0
    }

    #blockcart-modal .product-name,
    .product-availability {
        margin-top: .625rem
    }

    #search_filters .facet .facet-label {
        text-align: left
    }

    .block-category .category-cover {
        position: relative;
        text-align: center
    }

    .block-category {
        padding-bottom: 0
    }

    #checkout .checkout-steps {
        flex-direction: column
    }
}

@media(max-width:543px) {

    #content-wrapper,
    #left-column {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.wide .module-title,
.center-title .module-title {
    text-align: center;
    margin: 0 0 50px;
    padding-bottom: 15px
}

    .wide .module-title span:first-child,
    .center-title .module-title span:first-child {
        padding: 0 20px 10px;
        border-bottom: 2px solid #444
    }

.hook-container:empty {
    display: none
}

.hook-container > div {
    margin-top: 120px
}

    .hook-container > div:first-child {
        margin-top: 0
    }

.main-contant-wrapper {
    padding: 0 0 150px
}

#pagenotfound .main-contant-wrapper {
    padding-bottom: 30px
}

#index .main-contant-wrapper {
    padding-top: 0
}

.text-block {
    overflow: hidden
}

    .text-block p {
        margin: 0
    }

    .text-block img {
        display: block;
        width: 100%
    }

.first-message {
    margin-top: 75px
}

    .first-message h6 {
        margin: 0 0 5px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: #414141
    }

    .first-message p {
        font-size: 15px;
        color: #656565;
        margin: 0 0 0 10px
    }

    .first-message h6:before {
        content: "";
        height: 50px;
        width: 2px;
        background-color: #444;
        margin: 0 auto 25px;
        display: block
    }

.txt-block {
    display: flex;
    overflow: hidden
}

    .txt-block img {
        width: 100%
    }

    .txt-block .txt-block-01 {
        width: 30%;
        margin-right: 2%
    }

    .txt-block .txt-block-02 {
        width: 31.33%;
        margin-right: 2%
    }

    .txt-block .txt-block-04 {
        align-self: flex-end
    }

    .txt-block .txt-block-right {
        width: 34.67%;
        display: flex;
        flex-wrap: wrap
    }

.txt-block2 .txt-block-right,
.txt-block2 .txt-block-02 {
    width: 47.75%;
    margin-right: 0
}

.txt-block2 .txt-block-right {
    margin-right: 2.7%
}

.txt-block2.txt-block3 .txt-block-right {
    margin-left: 2.7%;
    margin-right: 0;
    width: 49.55%
}

.txt-block2.txt-block3 .txt-block-text {
    text-align: left;
    left: 50px;
    right: auto
}

.txt-block2.txt-block3 .txt-block-02 .txt-subtitle,
.txt-block2.txt-block3 .txt-block-02 .txt-title {
    color: #fff
}

.txt-block2.txt-block3 .txt-subtitle {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 10px
}

.txt-block2.txt-block3 .txt-block-04 .txt-block-text {
    left: 300px
}

.txt-block3 .txt-title {
    font-size: 2.5vw;
    color: #363636
}

.txt-block-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    text-align: right;
    width: 100%
}

    .txt-block-text > * {
        display: block;
        width: 100%
    }

.txt-subtitle {
    font-size: 16px;
    letter-spacing: 0;
    color: #5e5e5e
}

.txt-title {
    font-size: 3vw;
    color: #444;
    line-height: 1em;
    font-weight: 300
}

@media(max-width:500px) {
    .txt-block {
        flex-wrap: wrap
    }

        .txt-block .txt-block-01,
        .txt-block .txt-block-02,
        .txt-block .txt-block-right {
            width: 100%;
            margin: 0 0 20px
        }

    .txt-subtitle {
        font-size: 7vw
    }

    .txt-title {
        font-size: 5vw
    }

    .txt-block-03 {
        margin-bottom: 20px
    }

    .products-selection > * {
        margin-right: 15px
    }

    #left-column {
        margin-bottom: 40px
    }
}

.hook-content_top.hook-container > div:last-child {
    margin-bottom: 120px
}

.description-block {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

    .description-block .svgic {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
        color: #333
    }

.desc-item-02 .svgic {
    width: 40px;
    height: 40px
}

.description-block h6 {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 10px
}

.description-block > div {
    width: 33.33%;
    border-left: 1px solid #f7f7f7
}

    .description-block > div:first-child {
        border: none
    }

    .description-block > div > div {
        max-width: 400px;
        padding: 30px 90px 30px 30px
    }

        .description-block > div > div:first-child {
            border-bottom: 1px solid #f7f7f7
        }

.desc-block-text {
    font-size: 14px;
    line-height: 19px
}

.desc-item-01 .svgic {
    margin-left: -5px
}

@media(max-width:500px) {
    .description-block {
        flex-wrap: wrap
    }

        .description-block > div {
            width: 100%
        }
}

#pattern #wrapper .products-carousel {
    margin-top: 70px
}

#product #pattern #main .products-carousel {
    padding: 0 30px
}

.products-carousel .products:not(.nbs-flexisel-ul) article:nth-child(4n+4) {
    margin-right: 0
}

@media(min-width:768px) {
    #pk-map {
        width: calc(100% - 20px)
    }
}

#pk-map {
    height: 500px;
    background: #eee
}

.google-maps svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    opacity: .3
}

.contact-page-footer {
    margin-top: 140px
}

    .contact-page-footer > div {
        margin-bottom: 40px
    }

    .contact-page-footer h6 {
        text-transform: uppercase;
        color: #414141;
        letter-spacing:0;
        font-size: 1em;
        font-weight: 400;
        margin: 0 0 20px
    }

    .contact-page-footer p {
        font-size: .875em;
        color: #727272
    }

    .contact-page-footer svg {
        width: 43px;
        height: 43px;
        margin-bottom: 35px;
        color: #313537
    }

#main .js-cart-line-product-quantity {
    height: auto
}

.cart-detailed-totals {
    background-color: #f8f8f8;
    padding: 3.75em 2.5em
}

    .cart-detailed-totals .card-block {
        padding: 0 0 20px;
        color: #5f5f5f;
        font-size: 1.125em;
        display: flex;
        flex-direction: column-reverse
    }

        .cart-detailed-totals .card-block:first-child {
            padding-bottom: 25px;
            margin-bottom: 30px
        }

        .cart-detailed-totals .card-block .label {
            font-size: inherit
        }

.card-separator {
    border-bottom: 1px solid #d1d1d1
}

.cart-summary-line {
    margin-bottom: 10px
}

    .cart-summary-line h6 {
        display: inline;
        margin: 0;
        font-size: 1.188em;
        font-weight: 400;
        font-style: italic
    }

.cart-summary {
    margin-left: 20px
}

.cart-container {
    margin-right: 20px
}

.form-control ~ .focus-border:before,
.form-control ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #bbb;
    transition: .4s
}

.form-control ~ .focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0
}

.form-control ~ .focus-border i:before,
.form-control ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #bbb;
    transition: .5s
}

.form-control ~ .focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0
}

.form-control:focus ~ .focus-border:before,
.form-control:focus ~ .focus-border:after {
    width: 100%;
    transition: .4s
}

.form-control:focus ~ .focus-border i:before,
.form-control:focus ~ .focus-border i:after {
    height: 100%;
    transition: .5s
}

.cancel-address {
    margin-right: 10px
}

.address-selector .address-item {
    width: 48%;
    float: left
}

    .address-selector .address-item:first-child {
        margin-right: 4%
    }

.address-selector p {
    clear: both;
    width: 100%
}

#conditions-to-approve {
    margin-bottom: 2rem
}

#wrapper .payment-option.clearfix {
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.order-details-wrapper {
    background: #f5f5f5
}

    .order-details-wrapper ul {
        list-style-position: inside
    }

.order-details-space {
    padding: 2rem
}

body .pk_search_result {
    border-radius: 0;
    border-color: #f1f1f1;
    background: #fff;
    padding: 1rem;
    max-width: 488px
}

body .ui-helper-hidden-accessible {
    display: none
}

body .pk_search_result li {
    display: flex
}

    body .pk_search_result li:not(:first-child) {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #f1f1f1
    }

body .pk_search_result .product-price-and-shipping,
body .pk_search_result .product-description {
    margin: 0
}

    body .pk_search_result .product-price-and-shipping span {
        font-size: .825em
    }

        body .pk_search_result .product-price-and-shipping span.price {
            font-size: 1em !important
        }

body .pk_search_result .product-title {
    font-style: normal;
    margin: .5rem 0
}

body .pk_search_result .thumbnail-container a {
    padding: 0
}

.videoWrap {
    height: 0;
    padding: 0 0 56.25%
}

    .videoWrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        border: none;
        width: 100% !important;
        height: 100% !important
    }

#search_widget input[type=text] {
    transition: all .2s ease-in-out;
    outline: none
}

#search_widget.shown input[type=text] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent
}

#search_widget input {
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 50%
}

#search_widget .ui-autocomplete-loading {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+)
}

#newsletter-input,
.newsletter-input {
    width: 100%;
    height: 42px;
    line-height: 16px;
    font-size: 15px;
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: 0 0;
    color: inherit;
    padding: 10px 50px 10px 20px;
    letter-spacing:0;
    text-overflow: ellipsis
}

.newsletter-form-input {
    max-width: 450px
}

.footer-before .newsletter-form-input {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.newsletter-form {
    display: flex;
    flex-direction: column
}

.newsletter-form-input {
    margin-bottom: 20px
}

.newsletter-form-info p {
    margin-top: 0
}

.newsletter-form .submitNewsletter {
    background: 0 0;
    border: none;
    cursor: pointer;
    text-indent: -9999px
}

.newsletter-form .submit-widget-newsletter,
#newsletter_block_left .newsletter-form-input > svg,
.newsletter-form .submitNewsletter {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: none;
    background: 0 0;
    padding: 0;
    color: #777
}

.warning_inline {
    margin: 0 0 .7em
}

.rev_slider_wrapper {
    float: none !important;
    margin: 0 auto !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+) 50% 50% no-repeat;
    background-size: 50px
}

@media(min-width:1280px) {
    #left-column {
        padding-right: 25px
    }

    #content-wrapper-left {
        padding-right: 0
    }

    #cart #main > .cart-grid {
        display: flex
    }

        #cart #main > .cart-grid .cart-grid-body {
            flex-grow: 1
        }

        #cart #main > .cart-grid .cart-grid-right {
            min-width: 400px
        }
}

.content-wrapper .ps_bestsellers .products {
    display: flex;
    justify-content: flex-start
}

.content-wrapper .ps_bestsellers .products-section {
    width: 31%;
    margin-right: 2.33%
}

.content-wrapper .ps_bestsellers .thumbnail {
    min-width: 100px;
    margin-right: 20px
}

.products-section .product-miniature .product-description {
    max-width: 90%;
    margin-left: 0
}

.displayTopColumn {
    margin-bottom: 75px;
    overflow: hidden
}

#pattern .tparrows {
    background: 0 0
}

    #pattern .tparrows.tp-rightarrow:before {
        content: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgZmlsbD0nIzY2Nicgdmlld0JveD0nMCAwIDIwIDIwJz48cGF0aCBkPSdNMTMuOTIyLDE1LjM2Nmw1LjQyNS01LjAyMmMwLjA5OC0wLjA5LDAuMTU2LTAuMjE2LDAuMTU2LTAuMzQzYzAtMC4xMy0wLjA1NS0wLjI1My0wLjE1Ni0wLjM0MyBsLTUuNDI1LTUuMDIyYy0wLjIwNi0wLjE5MS0wLjUzOC0wLjE5MS0wLjc0NSwwcy0wLjIwNywwLjUsMCwwLjY5bDQuNTI3LDQuMTkxSDEuMDI0Yy0wLjI5MywwLTAuNTI2LDAuMjE3LTAuNTI2LDAuNDg2IGMwLDAuMjcxLDAuMjMzLDAuNDg4LDAuNTI2LDAuNDg4aDE2LjY4bC00LjUyNyw0LjE5MWMtMC4xMDIsMC4wOTUtMC4xNTYsMC4yMjEtMC4xNTYsMC4zNDRjMCwwLjEyMiwwLjA1MSwwLjI0OSwwLjE1NiwwLjM0MyBDMTMuMzg0LDE1LjU1NCwxMy43MiwxNS41NTQsMTMuOTIyLDE1LjM2NnonLz48L3N2Zz4=);
        transform: scale(1.5)
    }

    #pattern .tparrows.tp-leftarrow:before {
        content: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgZmlsbD0nIzY2Nicgdmlld0JveD0nMCAwIDIwIDIwJz48cGF0aCBkPSdNNi4wNzgsMTUuMzY2bC01LjQyNC01LjAyMWMtMC4wOTgtMC4wOTEtMC4xNTYtMC4yMTgtMC4xNTYtMC4zNDRjMC0wLjEzLDAuMDU1LTAuMjUzLDAuMTU2LTAuMzQzIGw1LjQyNC01LjAyMmMwLjIwNy0wLjE5MSwwLjUzOS0wLjE5MSwwLjc0NSwwYzAuMjA3LDAuMTkxLDAuMjA3LDAuNDk4LDAsMC42ODlMMi4yOTcsOS41MTdoMTYuNjhjMC4yOTIsMCwwLjUyNSwwLjIxNywwLjUyNSwwLjQ4NyBjMCwwLjI3MS0wLjIzMywwLjQ4OS0wLjUyNSwwLjQ4OUgyLjI5N2w0LjUyNiw0LjE5YzAuMTAyLDAuMDk0LDAuMTU2LDAuMjIxLDAuMTU2LDAuMzQzcy0wLjA1MSwwLjI1LTAuMTU2LDAuMzQ0IEM2LjYxNywxNS41NTMsNi4yODEsMTUuNTUzLDYuMDc4LDE1LjM2NnonLz48L3N2Zz4=);
        transform: scale(1.5)
    }

.sidebar #newsletter_block_left {
    border: 1px solid #e7e7e7;
    padding: 25px;
    text-align: center
}

    .sidebar #newsletter_block_left h4 {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 17px;
        margin-bottom: 35px;
        letter-spacing: 0
    }

    .sidebar #newsletter_block_left #newsletter-input {
        border-color: #e7e7e7
    }

    .sidebar #newsletter_block_left .newsletter-form p {
        font-size: 15px;
        line-height: 22px;
        color: #555;
        margin-top: 20px
    }

@media(min-width:1600px) {
    #footer .fbuilder #newsletter_block_left {
        width: calc(100% - 100px)
    }

    #footer #newsletter_block_left {
        width: 30%;
        margin-right: 100px;
        max-width: 100%
    }
}

@media(max-width:768px) and (min-width:501px) {
    #footer #newsletter_block_left {
        width: 46%;
        margin-right: 8%
    }
}

@media(max-width:500px) {
    #footer #newsletter_block_left {
        width: 100%;
        margin-right: 0
    }
}

.mobileMenuTitle {
    text-align: left
}

.total-compare-val {
    font-weight: 400
}

.purechat-widget-header {
    border-radius: 0 !important
}

.purechat-widget-title-link {
    font-size: 14px !important
}

.purechat .purechat-widget-header .purechat-btn {
    border: none !important
}

.brands-list ul {
    list-style: none;
    flex-wrap: wrap
}

    .brands-list ul li {
        width: 250px;
        text-align: center;
        margin-bottom: 30px
    }

.brands-list h3,
#product-modal .modal-content .modal-body {
    margin: 0
}

.brands-list .brand-products a {
    color: #bbb;
    font-size: 13px
}

    .brands-list .brand-products a:nth-child(2) {
        display: none
    }

.checkout-payment-step .modal-content {
    padding: 30px
}

.payment-option > label > span {
    vertical-align: top
}

.thin-text {
    font-weight: 100 !important
}

.rvbld {
    font-weight: 700 !important
}

.rvnrm {
    font-weight: 400 !important
}

#footer .footer-before #newsletter_block_left {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    max-width: 800px
}

.footer-before .newsletter-form-info p {
    display: none
}

.footer-before #newsletter-input {
    max-width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #646464;
    color: #444;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 20px
}

.footer-before .email_subscription h4 {
    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 50px
}

.contact-form-widget .icon-true {
    color: #666
}

.contact-form-widget .form-group {
    margin-bottom: 15px
}

    .contact-form-widget .form-group textarea {
        height: 75px
    }

    .contact-form-widget .form-group input,
    .contact-form-widget .form-group textarea {
        background: 0 0;
        border-color: rgba(0, 0, 0, .1);
        color: inherit;
        text-indent: 0;
        padding: 8px 15px 8px 36px;
        margin: 0;
        font-family: Roboto
    }

    .contact-form-widget .form-group.textarea-area .input-icon {
        top: 14px
    }

.contact-form-widget .input-icon {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    left: 17px
}

.banners_carousel_wrap {
    margin-right: 30px
}

#banners_carousel .bannersCarousel img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.ps-alert-success i svg {
    width: 20px;
    height: 20px;
    vertical-align: top
}

.ps-alert-success {
    list-style: none
}

#order-summary-content {
    border-top: 1px solid #ccc
}

    #order-summary-content .card-block {
        background: #f1f1f1
    }

        #order-summary-content .card-block h4 {
            margin: 0 0 10px
        }

    #order-summary-content .step-edit {
        display: none
    }

    #order-summary-content #order-items {
        width: 100%;
        border: none;
        margin-top: 40px
    }

.ssc > * {
    margin-right: 20px
}

@media(max-width:768px) {

    body .carrier-delay,
    body .carrier-price {
        margin-left: -15px
    }

    .tabs-container {
        margin: 0;
        padding: 30px
    }

    .tabs .nav-tabs {
        flex-direction: column
    }

    .nav-tabs .nav-item {
        margin: 0
    }

    .tabs .tab-pane {
        padding-top: 1rem
    }

    body #id_new_comment_form {
        padding: 30px 0 0
    }

    #footer #newsletter_block_left {
        width: 100%;
        margin-right: 0
    }

    .sect-row {
        width: 100%
    }

    body .sect-02 > div,
    body .sect-01 > div {
        border-right: 1px solid #eee
    }

    #content-wrapper {
        padding-top: 30px
    }

    .description-block > div > div {
        padding: 30px 50px 30px 20px
    }

    .hook-container > div {
        margin-top: 50px
    }

    .hook-content_top.hook-container > div:last-child {
        margin-bottom: 50px
    }

    .displayTopColumn {
        margin-bottom: 0
    }

    .main-contant-wrapper {
        padding-bottom: 0
    }

    .productButtons {
        flex-direction: column;
        align-items: flex-start
    }

    body .productButtons > * {
        margin-left: 0
    }

    .cart-detailed-totals {
        padding: 20px
    }

        .cart-detailed-totals .card-block:first-child {
            padding-bottom: 20px;
            margin-bottom: 20px
        }

    #checkout .-reachable h1 {
        margin-bottom: 20px
    }

    .js-address-form form > p {
        margin-top: 0
    }
}

@media(max-width:544px) {
    .authentication-page > div {
        margin-bottom: 30px
    }

    .page-customer-account #content .forgot-password {
        display: block
    }

        .page-customer-account #content .forgot-password a {
            text-align: left;
            display: block;
            padding-top: 15px
        }
}

.header-short-message p {
    margin: 0
}

.js-vCarousel {
    overflow: hidden;
    transition: height .2s ease-in
}

.js-vCarousel-list {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform .2s ease-in
}

.isDisabled {
    opacity: .2
}

#delivery_message {
    width: 100%;
    border: 1px solid #e1e1e1;
    height: 100px
}

.pk-fb-btn {
    position: relative;
    padding-right: 2.5em
}

    .pk-fb-btn svg {
        position: absolute;
        width: 18px;
        height: 18px;
        top: calc(50% - 10px)
    }

#my-account .page-header h1 {
    text-align: center
}

#address .address-form .form-control-label {
    text-align: right
}

.quickview-modal {
    margin-bottom: 20px
}

body.tax-display-enabled #wrapper #products .thumbnail-container {
    height: auto
}

#product-modal .modal-dialog {
    max-width: 1000px
}

#product-modal .product-images {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.condition-label a {
    text-decoration: underline
}

.layout-right-column #wrapper {
    display: flex;
    flex-direction: row-reverse
}

.flex-right .socialnetworks_menu {
    justify-content: flex-end
}

.loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center
}

.blured {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.header-banner:empty {
    display: none
}

.pk-infomessage a {
    color: inherit;
    text-decoration: underline
}

.pk-infomessage {
    position: fixed;
    z-index: 10002;
    top: 20px;
    right: 20px;
    width: 300px
}

.pk-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block
}

    .pk-close-popup svg {
        width: 14px;
        height: 14px;
        color: #fff
    }

.pk-infomessage-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px
}

    .pk-infomessage-item > div:first-child {
        padding: 20px
    }

    .pk-infomessage-item.state-error {
        background-color: #dc5300;
        color: #fff
    }

    .pk-infomessage-item.state-success {
        background-color: #03a912;
        color: #fff
    }

    .pk-infomessage-item.state-info {
        background-color: #4aaee8;
        color: #fff
    }

.pk-close-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, .3)
}

.gs-lazy-load .b-lazy:not(.b-loaded) {
    opacity: 0
}

.gs-lazy-load .product-thumbnail {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+) 50% 50% no-repeat;
    background-size: 20%
}

.password-recovery-form {
    flex-direction: column
}

    .password-recovery-form label {
        margin-bottom: 15px
    }

    .password-recovery-form input {
        padding: 10px 20px;
        width: 300px;
        font-size: 14px
    }

#prestashop_profiling {
    display: none
}

#fcbc iframe,
#fcbc span {
    display: block;
    width: 100% !important
}

#content-hook_payment_return {
    font-family: courier new
}

.dropdown-right .dd_container {
    right: 0;
    left: auto !important
}

.flexmenu {
    width: 100%;
    height: 100%
}

    .flexmenu > ul {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .flexmenu ul {
        list-style: none
    }

    .flexmenu .menu_logo {
        display: none
    }

        .flexmenu .menu_logo img {
            max-width: 100px;
            max-height: 40px;
            width: auto;
            height: auto;
            margin-top: 4px
        }

    .flexmenu .menu-wrapper {
        padding: 22px 0 40px
    }

#header .flexmenu-container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 20px 0
}

.header-main .sticky .flexmenu .submenu {
    top: 55px
}

.flexmenu-container.sticky > ul > li,
.flexmenu-container.sticky > ul {
    height: 38px
}

.flexmenu > ul > li > a {
    white-space: nowrap
}

.flexmenu_ul {
    height: 100%
}

    .flexmenu_ul > li:first-child a {
        padding-left: 0
    }

.flexmenu-container.sticky .flexmenuitem > a span:hover::before {
    display: none
}

.flexmenu-container.sticky > ul > li div.submenu {
    top: 38px
}

.menu-item-title img {
    width: 100%;
    height: auto
}

.fm-category-thumb {
    overflow: hidden;
    margin-bottom: 33px
}

    .fm-category-thumb img {
        display: block
    }

.menu-product-title h3 {
    margin: 0 0 10px;
    line-height: 20px
}

h5.cat-title {
    margin: 0 0 20px;
    color: #424242;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase
}

.narrow h5.cat-title {
    font-weight: 400
}

body .flexmenu > ul > li a {
    padding: 0 20px;
    display: block
}

body .flexmenu ul li ul li a:hover,
body .flexmenu ul li ul li.current-item a {
    text-decoration: none
}

.flexmenu > ul > li div.submenu {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding-top: 18px
}

.flexmenu .submenu li {
    border: none;
    padding: 0
}

    .flexmenu .submenu li:hover {
        background: 0 0;
        border: none
    }

.flexmenu > ul > li:hover div.submenu {
    visibility: visible;
    opacity: 1
}

.flexmenu div.submenu .left-section {
    float: left
}

.flexmenu div.submenu .right-section {
    float: right;
    min-height: 20px;
    padding-left: 35px
}

.right-section .section-indent,
.only-left .section-indent {
    padding-right: 0
}

.flexmenu div.submenu .main-section:not(.full-width) {
    float: left
}

.flexmenu .submenu .main-section.two-columns,
.flexmenu div.submenu .main-section.only-right {
    width: 80%
}

.flexmenu div.submenu .bottom-section {
    width: 100%;
    float: none;
    clear: both
}

    .flexmenu div.submenu .bottom-section .section-indent {
        padding-top: 0
    }

.bottom-section .section-indent {
    padding: 0
}

.flexmenu .left-section,
.flexmenu .right-section {
    width: 20%
}

.flexmenu .sections-container {
    float: left;
    width: 80%
}

    .flexmenu .sections-container.full-width {
        width: 100%
    }

.flexmenu .section-indent {
    overflow: hidden;
    padding: 0
}

body .flexmenu ul.main-section-links > li > a {
    height: auto;
    padding: 0
}

.flexmenu ul.main-section-links > li {
    vertical-align: top;
    display: inline-block;
    height: auto;
    width: calc(25% - 30px);
    margin: 0 30px 0 0
}

body ul.main-section-links ul.main-section-sublinks {
    margin: 10px 0 22px
}

    body ul.main-section-links ul.main-section-sublinks > li {
        margin: 0 0 15px
    }

        body ul.main-section-links ul.main-section-sublinks > li > a {
            padding: 0;
            height: auto
        }

    body ul.main-section-links ul.main-section-sublinks.level_1 {
        margin: 0
    }

        body ul.main-section-links ul.main-section-sublinks.level_1 > li > a {
            padding-left: 10px
        }

.left-section .section-indent {
    padding-right: 40px
}

body .flexmenu ul.left-section-products li {
    margin-bottom: 25px
}

    body .flexmenu ul.left-section-products li a {
        padding: 0
    }

        body .flexmenu ul.left-section-products li a.product-image-link {
            display: block;
            height: auto;
            line-height: 12px
        }

        body .flexmenu ul.left-section-products li a img {
            width: 100%;
            height: auto;
            border: 1px solid #dedede;
            margin-bottom: 10px
        }

body .flexmenu ul.right-section-products li a {
    padding: 0
}

    body .flexmenu ul.right-section-products li a.product-image-link {
        display: block;
        height: auto;
        line-height: 12px
    }

    body .flexmenu ul.right-section-products li a img {
        width: 100%;
        height: auto;
        border: 1px solid #dedede;
        margin-bottom: 10px
    }

body .flexmenu .left-title,
body .flexmenu .right-title {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    text-transform: uppercase
}

body .flexmenu ul.main-section-products li {
    width: 142px;
    float: left;
    margin: 0 50px 20px 0
}

body .flexmenu .main-section ul.main-section-products li:nth-child(5n+5) {
    margin-right: 0
}

body .flexmenu .main-section ul.main-section-products li {
    width: 150px;
    text-align: center;
    margin-right: 42px
}

body .flexmenu .main-section.two-columns ul.main-section-products li {
    width: 140px;
    margin-right: 30px
}

body .flexmenu .main-section ul.main-section-products li img {
    margin-bottom: 25px;
    border: 1px solid #dedede
}

body .flexmenu ul.main-section-products li a {
    padding: 0
}

    body .flexmenu ul.main-section-products li a.product-image-link {
        display: block;
        height: auto;
        line-height: 12px
    }

    body .flexmenu ul.main-section-products li a img {
        width: 100%;
        height: auto
    }

body .flexmenu div.submenu .main-section.full-width li.menu-manufacturer:nth-child(5n+5) {
    margin-right: 35px
}

body .flexmenu div.submenu .main-section.full-width li.menu-manufacturer:nth-child(8n+8) {
    margin-right: 0
}

body .flexmenu .main-section li.menu-manufacturer a {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    height: auto
}

    body .flexmenu .main-section li.menu-manufacturer a:hover {
        background-color: #f1f1f1
    }

    body .flexmenu .main-section li.menu-manufacturer a img {
        display: block
    }

body .flexmenu .price,
body .flexmenu .old_price {
    margin-right: 10px
}

body .flexmenu .old_price {
    text-decoration: line-through;
    color: #ccc
}

body .flexmenu .menu-product-name {
    text-transform: none;
    font-size: 14px;
    height: auto;
    margin-bottom: 12px
}

body .flexmenu ul.bottom-section-links li {
    min-width: 12%;
    width: 12%;
    justify-content: space-between
}

.bottomimage {
    max-width: 100%
}

body .flexmenu ul.bottom-section-links li ul {
    display: none
}

.rightimage,
.leftimage {
    width: 100%
}

.bottomrimage {
    max-width: 912px;
    width: 100%
}

body .flexmenu ul li.menu-manufacturer {
    float: left;
    margin: 0 2.2% 20px 0;
    position: relative;
    padding: 0;
    width: 181px
}

    body .flexmenu ul li.menu-manufacturer a {
        padding: 0
    }

        body .flexmenu ul li.menu-manufacturer a:hover {
            background-color: #f1f1f1
        }

        body .flexmenu ul li.menu-manufacturer a img {
            width: 100%;
            height: auto
        }

body .flexmenu .bottom-title {
    color: #272727;
    font-size: 18px;
    line-height: 14px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    height: 11px;
    padding-top: 20px
}

    body .flexmenu .bottom-title span {
        background: #f9f9f9;
        padding-right: 5px
    }

body .flexmenu ul li .imagelink {
    padding: 0;
    display: inline-block;
    height: auto;
    width: 100%
}

body .flexmenu ul li .bottom-section-links {
    display: flex;
    flex-wrap: wrap
}

.flexmenuitem .li-indent {
    padding: 0
}

.mobileMenuTitle,
body .flexmenu > ul > li a.opener {
    display: none
}

@media(max-width:1024px) {
    #header .flexmenu ul.main-section-links > li {
        padding-right: 20px
    }

    .fm-category-thumb {
        margin-bottom: 15px
    }
}

.left-col-true .sections-contanier {
    float: left;
    width: 80%
}

@media(max-width:799px) {
    .left-section .section-indent {
        padding: 0
    }

    #header .flexmenu div.submenu .left-section,
    #header .flexmenu .sections-container,
    #header .flexmenu .submenu .main-section.two-columns,
    #header .flexmenu .right-section {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }

    #header .flexmenu ul.main-section-links > li {
        width: calc(50% - 15px);
        padding: 0;
        margin: 0
    }

        #header .flexmenu ul.main-section-links > li:nth-child(odd) {
            margin-right: 30px
        }

    body .flexmenu ul.bottom-section-links li {
        width: calc(25% - 34px)
    }

    .mobileMenuTitle {
        display: block;
        text-align: center;
        height: 100%
    }

        .mobileMenuTitle span {
            margin-left: 10px
        }

        .mobileMenuTitle div {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            height: 100%
        }

    body .flexmenu > ul > li a.opener {
        display: block
    }

    .flexmenu > ul.flexmenu_ul {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        background: #fff;
        height: auto;
        z-index: 9999
    }

    .flexmenu.showMenu > ul.flexmenu_ul {
        display: block
    }

    body #pattern ul.main-section-links ul.main-section-sublinks {
        margin: 0;
        padding: 0
    }

    .flexmenuitem,
    body .main-section-links li,
    body ul.main-section-links ul.main-section-sublinks > li {
        float: none;
        width: 100%;
        margin: 0;
        overflow: hidden;
        background: #fafafa;
        border-bottom: 1px solid #f2f2f2;
        padding: 0 !important;
        line-height: 20px;
        position: relative
    }

    body #pattern .flexmenuitem a {
        display: block;
        float: right;
        width: calc(100% - 50px);
        padding: 15px 30px;
        line-height: 20px !important;
        font-size: 17px;
        margin: 0
    }

    body .flexmenuitem > a {
        color: #333
    }

    .flexmenuitem > a span {
        line-height: 20px
    }

    body .flexmenu .narrow .submenu {
        max-width: 100%
    }

    body .flexmenu > ul > li a.opener {
        display: block !important;
        float: left;
        height: 50px;
        padding: 0 !important;
        margin: 0 !important;
        width: 15%;
        max-width: 50px;
        position: absolute;
        top: 0;
        right: 0;
        font-family: Arial
    }

        body .flexmenu > ul > li a.opener:hover {
            background: #eee
        }

    body .flexmenu > ul > li .main-section-sublinks a.opener,
    body .flexmenu > ul > li .main-section-sublinks a.opener:before {
        line-height: 18px;
        height: 18px
    }

        body .flexmenu > ul > li .main-section-sublinks a.opener:hover {
            background: 0 0
        }

    body #header .flexmenu ul.main-section-links .showMenu > ul {
        display: block
    }

    body #header .flexmenu ul.main-section-links > li {
        margin: 0 !important;
        background: #f6f6f6
    }

    body .main-section-links li a {
        margin-bottom: 15px;
        padding-left: 40px
    }

    body .flexmenu > ul > li div.submenu {
        display: none;
        width: 100%;
        top: 0;
        border: none;
        position: static;
        box-shadow: none;
        background: 0 0 !important;
        padding: 0
    }

    body div.submenu.act {
        visibility: visible;
        opacity: 1
    }

    .flexmenuitem a.opener:before {
        content: "+";
        line-height: 50px;
        font-size: 28px;
        width: 100%;
        text-align: center;
        display: block
    }

    .flexmenuitem > a.opener.opn:before,
    .dd_el_hover > a.opener:before {
        content: "-"
    }

    body .flexmenu .section-indent,
    #header .flexmenu .menu-wrapper {
        padding: 0
    }

    .left-col-true .sections-contanier {
        width: 100%
    }

    body .main-section-sublinks {
        background: #fefefe;
        margin: 0;
        padding: 10px 0 10px 10px
    }

        body .main-section-sublinks li {
            background: #fefefe;
            padding-top: 5px !important;
            border-style: none
        }

            body .main-section-sublinks li a {
                margin-bottom: 5px;
                border-style: none
            }

                body .main-section-sublinks li a.opener {
                    line-height: 18px !important
                }

    .flexmenu .left-section,
    .flexmenu .right-section,
    .flexmenu .bottom-section,
    body .flexmenu > ul > li:hover div.submenu,
    body .main-section-links li ul,
    body .fm-category-thumb {
        display: none
    }

    .flexmenu > ul {
        margin-top: 15px
    }

    .flexmenu .main-section-cmsp {
        padding: 10px 20px
    }

    #header .flexmenu div.submenu .left-section,
    #header .flexmenu .sections-container,
    #header .flexmenu .submenu .main-section.two-columns,
    #header .flexmenu .right-section,
    #header h5.cat-title {
        margin: 0
    }

    #header .flexmenu ul.main-section-links > li,
    #header .flexmenu .submenu .main-section.two-columns,
    #header .flexmenu div.submenu .main-section.only-right {
        width: 100%;
        margin: 0
    }

    #header .flexmenu .narrow .submenu .main-section {
        padding: 0
    }
}

#header > .flexmenu-container {
    position: relative
}

    #header > .flexmenu-container .flexmenu_ul li .submenu {
        top: 100%
    }

.flexmenu .narrow .submenu {
    max-width: 250px;
    padding: 0
}

.flexmenu .narrow .menu_width,
.flexmenu .narrow .main-section-links {
    width: 100%
}

.flexmenu .narrow .menu-wrapper {
    padding: 0
}

#header .flexmenu .narrow .main-section-links > li {
    width: 100%;
    padding: 15px;
    margin: 0
}

.flexmenu .narrow .fm-category-thumb,
.flexmenu .narrow .left-section,
.flexmenu .narrow .right-section,
.flexmenu .narrow .bottom-section {
    display: none
}

.flexmenu .narrow .main-section-links {
    width: 100%
}

    .flexmenu .narrow .main-section-links h5 {
        margin: 0
    }

.flexmenu .narrow ul.main-section-sublinks.level_0 {
    margin: 10px 0 0 15px
}

.flexmenu .narrow .submenu .main-section {
    float: none;
    width: 100%;
    padding: 10px 0
}

.wide-section .instagram-feed.instabg {
    padding: 85px 0;
    position: relative
}

.wide-section .instagram-feed .imageHolder {
    text-align: left;
    max-height: 710px
}

.instafeed-container {
    position: relative;
    overflow: hidden
}

.instagram-feed.ig_middle {
    text-align: center
}

#page .instamiddle-flexisel-left {
    margin-right: 58px
}

#instafeed_middle {
    text-align: left
}

    #instafeed_middle li {
        width: 20%;
        max-width: 1100px
    }

    #instafeed_middle.nbs-flexisel-ul li .ig-indent {
        padding-right: 30px
    }

.instagram-feed ul {
    list-style-type: none
}

    .instagram-feed ul li {
        float: left
    }

.instalist.instagram-feed ul li {
    margin: 0
}

    .instalist.instagram-feed ul li img {
        margin: 0
    }

#pattern .instalist.instagram-feed ul li:first-child {
    width: 40%;
    position: absolute;
    margin-left: 20% !important
}

.ig-desc {
    position: absolute;
    width: 100%;
    bottom: -100px;
    left: 0;
    padding: 10px 20px
}

#instafeed_middle li:hover .ig-desc {
    bottom: 0
}

.instalist .instafeed-container {
    width: calc(100%+20px)
}

.instalist.instagram-feed ul li:nth-child(2),
.instalist.instagram-feed ul li:nth-child(5) {
    margin-right: 40% !important
}

.instagram-feed ul.nbs-flexisel-ul li {
    width: 25%
}

.instalist .ig-indent {
    margin: 0 20px 20px 0
}

.ig-link {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover
}

    .ig-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: transparent;
        transition: all .3s ease-in-out
    }

    .ig-link:hover:before {
        background-color: rgba(255, 255, 255, .8)
    }

.ig-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px
}

.ig-caption {
    color: #444;
    font-size: 16px;
    margin-bottom: 5px
}

.instamiddle-nbs-flexisel-container .nbs-flexisel-inner {
    overflow: hidden
}

.instagram-feed .flexisel-nav:hover:before,
.instagram-feed.ig_middle.instabg h4 {
    color: #fff
}

.instagram-feed .flexisel-nav:before {
    line-height: 40px
}

.ig-likes {
    margin-right: 20px
}

.instagram-feed.instabg .flexisel-nav {
    border-color: #fff
}

.instagram-feed .subtitle {
    margin-bottom: 20px;
    display: block;
    text-align: left
}

.instagram-feed.ig_footer.instabg .central-part {
    padding: 0
}

.instagram-feed {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative
}

.touch .instagram-feed {
    background-attachment: scroll
}

.ig-icon {
    line-height: 15px;
    font-size: 14px;
    display: inline-flex;
    align-content: center;
    font-style: italic
}

    .ig-icon .svgic {
        width: 15px;
        height: 15px;
        margin-right: 5px
    }

@media(max-width:480px) {
    .instafeed-container {
        width: 307px;
        margin: 0 auto
    }

    .instamiddle-nbs-flexisel-container {
        width: 100%
    }
}

.instabg.instagram-feed .flexisel-nav:before,
.instabg.instagram-feed .ig-caption {
    color: #666
}

.instabg.instagram-feed .ig-wrapper {
    background-color: #444;
    padding: 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .35)
}

.instabg.instagram-feed li:hover .ig-wrapper {
    background-color: #2d3e50
}

.footer-before #instafeed_middle.nbs-flexisel-ul li .ig-indent {
    padding-right: 0
}

.footer-before .instafeed-container .nbs-flexisel-inner {
    width: 100%
}

.footer-before .ig-wrapper img {
    margin: 0
}

.manuf-indent {
    padding-right: 30px
}

.pk-brands ul li {
    width: 200px;
    display: flex;
    align-items: center
}

    .pk-brands ul li span {
        line-height: 30px;
        font-size: 14px
    }

    .pk-brands ul li img {
        max-width: 100%;
        width: 100%;
        height: auto
    }

        .pk-brands ul li img:hover {
            filter: brightness(50%)
        }

.pk-brands .flexisel-nav {
    position: absolute;
    z-index: 9;
    width: 20px;
    height: 20px;
    top: 50%
}

    .pk-brands .flexisel-nav.nbs-flexisel-nav-left {
        left: -50px
    }

    .pk-brands .flexisel-nav.nbs-flexisel-nav-right {
        right: -50px
    }

.pk-brands:hover .flexisel-nav.nbs-flexisel-nav-left {
    left: 2px
}

.pk-brands:hover .flexisel-nav.nbs-flexisel-nav-right {
    right: 2px
}

.mnf-nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.m-list {
    list-style: none
}

.productsCarousel {
    width: 100%
}

    .productsCarousel .carouselContainer {
        padding: 0;
        margin-right: 30px
    }

    .productsCarousel .rate_block {
        height: 18px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        display: block;
        z-index: 9
    }

    .productsCarousel .bottom_block {
        position: relative;
        text-align: center;
        margin-top: 15px
    }

    .productsCarousel .nb-comments {
        display: none !important
    }

.product_image {
    margin-bottom: 15px
}

.productsCarousel .function_button {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    vertical-align: top
}

    .productsCarousel .function_button:last-child {
        margin-right: 0
    }

    .productsCarousel .function_button a {
        display: block;
        text-align: center;
        width: 34px;
        height: 34px;
        padding: 0;
        background-color: #d8ceca;
        cursor: pointer
    }

        .productsCarousel .function_button a .svgic {
            margin-top: 9px;
            width: 15px;
            height: 15px;
            cursor: pointer
        }

        .productsCarousel .function_button a .svgic-like {
            margin-top: 10px
        }

.productsCarousel .product_like a.button {
    padding: 0 !important;
    text-align: center
}

.productsCarousel li .slide-animate.product_image {
    margin: 0
}

.tab-nav {
    justify-content: center
}

.tabs-wrapper li:not(.active) .module-title span {
    border-color: transparent
}

body .carouselDesktop .accordionButton {
    display: none
}

.accordionButton {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    border: 1px solid #dcdcdc;
    color: #5c5b56;
    cursor: pointer
}

.carouselDesktop .accordionButton {
    border-bottom: none
}

.tab-link h3 {
    cursor: pointer
}

body .tab-content {
    float: right;
    margin: 0;
    min-height: 1px
}

.tab-slider {
    width: 100%
}

.tab-slider-wrapper {
    clear: both;
    overflow: hidden;
    height: auto;
    width: 100%
}

.productsCarousel .indent {
    padding: 0;
    overflow: hidden
}

.tab-slider,
.accordionContent:not(.activeCarousel) {
    overflow: hidden
}

.productsCarousel .accordionButton {
    height: auto;
    overflow: hidden
}

.carouselMobile .accordionButton {
    display: block;
    overflow: hidden;
    padding-left: 20px
}

.productsCarousel .labels {
    position: absolute;
    left: 10px;
    top: 10px
}

.carouselMobile .tab-content.activeCarousel {
    height: auto;
    padding: 10px 0 20px
}

.carouselMobile .tab-content {
    height: 0
}

body .carouselMobile .tab-content {
    margin: 0
}

.catalog_mode .productsCarousel .product-actions {
    margin-top: -32px
}

.pk_products_list {
    display: flex;
    position: relative
}

.accordionContent .flexisel-nav {
    display: none
}

.accordionContent.activeCarousel .flexisel-nav {
    display: flex
}

.highlighted-container {
    justify-content: space-between
}

.hl-listing {
    flex-wrap: wrap;
    justify-content: space-between
}

    .highlighted-container > div,
    .hl-listing > article {
        width: calc(50% - 10px);
        margin: 0
    }

.highlighted-product > article {
    width: 100%
}

.highlighted-product .product-thumbnail {
    margin-bottom: 33px
}

.highlighted-product .product-title {
    font-size: 18px;
    line-height: 20px;
    max-width: 350px
}

.highlighted-product .product-thumbnail {
    position: static
}

.highlighted-product .countdown {
    max-width: 350px;
    left: 0
}

.highlighted-product .thumbnail-container {
    padding-bottom: 100px
}

.highlighted-product .countdown > div {
    width: calc(25% - 20px);
    padding: 15px 15px 0 7px
}

.highlighted-product .product-miniature .product-actions {
    top: 0;
    padding-top: 60%;
    padding-bottom: 26px
}

.highlighted-product .price {
    font-size: 20px
}

@media(max-width:500px) {
    .highlighted-container {
        flex-direction: column
    }

        .highlighted-container > div,
        .hl-listing > article {
            width: 100%
        }
}

@font-face {
    font-family: revicons;
    src: url(../../../../modules/revsliderprestashop/views/fonts/revicons/revicons.eot?5510888);
    src: url(../../../../modules/revsliderprestashop/views/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(../../../../modules/revsliderprestashop/views/fonts/revicons/revicons.woff?5510888) format('woff'), url(../../../../modules/revsliderprestashop/views/fonts/revicons/revicons.ttf?5510888) format('truetype'), url(../../../../modules/revsliderprestashop/views/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0
}

.rev_slider {
    position: relative;
    overflow: visible
}

.tp-overflow-hidden {
    overflow: hidden
}

.tp-simpleresponsive img,
.rev_slider img {
    max-width: none !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
    padding: 0;
    border-width: 0;
    border: none
}

.rev_slider .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0
}

    .tp-revslider-mainul > li,
    .rev_slider > ul > li,
    .rev_slider > ul > li:before,
    .tp-revslider-mainul > li:before,
    .tp-simpleresponsive > ul > li,
    .tp-simpleresponsive > ul > li:before,
    .tp-revslider-mainul > li,
    .tp-simpleresponsive > ul > li {
        visibility: hidden
    }

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important
}

.rev_slider .tp-caption,
.rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0
}

.tp-carousel-wrapper {
    cursor: url(../../../../modules/revsliderprestashop/views/css/rs-plugin/css/openhand.cur), move
}

    .tp-carousel-wrapper.dragged {
        cursor: url(../../../../modules/revsliderprestashop/views/css/rs-plugin/css/closedhand.cur), move
    }

.tp-caption {
    z-index: 1
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}

.tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased !important
}

    .tp-forcenotvisible,
    .tp-hide-revslider,
    .tp-caption.tp-hidden-caption {
        visibility: hidden !important;
        display: none !important
    }

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important
}

.rev_slider_wrapper {
    width: 100%
}

.fullscreen-container {
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden
}

    .fullwidthbanner-container .fullwidthabanner {
        width: 100%;
        position: relative
    }

.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0;
    left: 0
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

.rs-background-video-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0
}

.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

    .caption.fullscreenvideo iframe,
    .caption.fullscreenvideo video,
    .tp-caption.fullscreenvideo iframe,
    .tp-caption.fullscreenvideo iframe video {
        width: 100% !important;
        height: 100% !important;
        display: none
    }

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out !important;
    -moz-transition: opacity 300ms ease-out !important;
    -o-transition: opacity 300ms ease-out !important;
    transition: opacity 300ms ease-out !important
}

.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 40px !important
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1
}

.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: inline-block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.tp-caption:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important
}

.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.13, rgb(0, 0, 0)), color-stop(1, rgb(50, 50, 50)));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    outline: none
}

    .tp-video-button:hover {
        cursor: pointer
    }

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-background-video-layer video::-webkit-media-controls {
    display: none !important
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

    .tp-dottedoverlay.twoxtwo {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRDMDBGQ0Y5NEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRDMDBGQ0ZBNEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMwMEZDRjc0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMwMEZDRjg0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6C0EmkAAAAGElEQVR42mJiYGD4DwQMTECCEchhAAgwAEcGBv9dngKPAAAAAElFTkSuQmCC)
    }

    .tp-dottedoverlay.twoxtwowhite {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZBOTQxMTQyNEI4QjExRTM5RTg2QTY1RTUyQjIxNEQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZBOTQxMTQzNEI4QjExRTM5RTg2QTY1RTUyQjIxNEQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkE5NDExNDA0QjhCMTFFMzlFODZBNjVFNTJCMjE0RDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkE5NDExNDE0QjhCMTFFMzlFODZBNjVFNTJCMjE0RDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6j36UYAAAAFklEQVR42mL6DwEMTAwMDIxAzAAQYABh6wb/PTf+BwAAAABJRU5ErkJggg==)
    }

    .tp-dottedoverlay.threexthree {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRDMDBGQ0ZENEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRDMDBGQ0ZFNEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMwMEZDRkI0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMwMEZDRkM0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52U1ucAAAAHUlEQVR42mJkYGD4DwSMQJqBEchggAEmBiQAEGAAzdMG/7gnuzwAAAAASUVORK5CYII=)
    }

    .tp-dottedoverlay.threexthreewhite {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZBOTQxMTNFNEI4QjExRTM5RTg2QTY1RTUyQjIxNEQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZBOTQxMTNGNEI4QjExRTM5RTg2QTY1RTUyQjIxNEQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMwMEZDRkY0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMwMEZEMDA0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5I32lpAAAAGklEQVR42mL8DwQMDAyMQMzABGPAOHAAEGAAkj8EBOSGbcEAAAAASUVORK5CYII=)
    }

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

    .tp-shadow5:before,
    .tp-shadow5:after {
        content: "";
        position: absolute;
        z-index: -2;
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
        -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
        top: 30%;
        bottom: 0;
        left: 20px;
        right: 20px;
        -moz-border-radius: 100px/20px;
        border-radius: 100px/20px
    }

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none
}

    .tp-button.big {
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
        font-weight: 700;
        padding: 9px 20px;
        font-size: 19px;
        line-height: 57px !important
    }

        .purchase:hover,
        .tp-button:hover,
        .tp-button.big:hover {
            background-position: bottom, 15px 11px
        }

            .tp-button.green,
            .tp-button:hover.green,
            .purchase.green,
            .purchase:hover.green {
                background-color: #21a117;
                -webkit-box-shadow: 0 3px 0 0 #104d0b;
                -moz-box-shadow: 0 3px 0 0 #104d0b;
                box-shadow: 0 3px 0 0 #104d0b
            }

            .tp-button.blue,
            .tp-button:hover.blue,
            .purchase.blue,
            .purchase:hover.blue {
                background-color: #1d78cb;
                -webkit-box-shadow: 0 3px 0 0 #0f3e68;
                -moz-box-shadow: 0 3px 0 0 #0f3e68;
                box-shadow: 0 3px 0 0 #0f3e68
            }

            .tp-button.red,
            .tp-button:hover.red,
            .purchase.red,
            .purchase:hover.red {
                background-color: #cb1d1d;
                -webkit-box-shadow: 0 3px 0 0 #7c1212;
                -moz-box-shadow: 0 3px 0 0 #7c1212;
                box-shadow: 0 3px 0 0 #7c1212
            }

            .tp-button.orange,
            .tp-button:hover.orange,
            .purchase.orange,
            .purchase:hover.orange {
                background-color: #f70;
                -webkit-box-shadow: 0 3px 0 0 #a34c00;
                -moz-box-shadow: 0 3px 0 0 #a34c00;
                box-shadow: 0 3px 0 0 #a34c00
            }

            .tp-button.darkgrey,
            .tp-button.grey,
            .tp-button:hover.darkgrey,
            .tp-button:hover.grey,
            .purchase.darkgrey,
            .purchase:hover.darkgrey {
                background-color: #555;
                -webkit-box-shadow: 0 3px 0 0 #222;
                -moz-box-shadow: 0 3px 0 0 #222;
                box-shadow: 0 3px 0 0 #222
            }

            .tp-button.lightgrey,
            .tp-button:hover.lightgrey,
            .purchase.lightgrey,
            .purchase:hover.lightgrey {
                background-color: #888;
                -webkit-box-shadow: 0 3px 0 0 #555;
                -moz-box-shadow: 0 3px 0 0 #555;
                box-shadow: 0 3px 0 0 #555
            }

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: roboto, sans-serif;
    cursor: pointer
}

    .rev-btn.rev-uppercase,
    .rev-btn.rev-uppercase:visited {
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: 15px;
        font-weight: 900
    }

    .rev-btn.rev-withicon i {
        font-size: 15px;
        font-weight: 400;
        position: relative;
        top: 0;
        -webkit-transition: all .2s ease-out !important;
        -moz-transition: all .2s ease-out !important;
        -o-transition: all .2s ease-out !important;
        -ms-transition: all .2s ease-out !important;
        margin-left: 10px !important
    }

    .rev-btn.rev-hiddenicon i {
        font-size: 15px;
        font-weight: 400;
        position: relative;
        top: 0;
        -webkit-transition: all .2s ease-out !important;
        -moz-transition: all .2s ease-out !important;
        -o-transition: all .2s ease-out !important;
        -ms-transition: all .2s ease-out !important;
        opacity: 0;
        margin-left: 0 !important;
        width: 0 !important
    }

    .rev-btn.rev-hiddenicon:hover i {
        opacity: 1 !important;
        margin-left: 10px !important;
        width: auto !important
    }

    .rev-btn.rev-medium,
    .rev-btn.rev-medium:visited {
        line-height: 36px;
        font-size: 14px;
        padding: 10px 30px
    }

        .rev-btn.rev-medium.rev-withicon i {
            font-size: 14px;
            top: 0
        }

        .rev-btn.rev-medium.rev-hiddenicon i {
            font-size: 14px;
            top: 0
        }

    .rev-btn.rev-small,
    .rev-btn.rev-small:visited {
        line-height: 28px;
        font-size: 12px;
        padding: 7px 20px
    }

        .rev-btn.rev-small.rev-withicon i {
            font-size: 12px;
            top: 0
        }

        .rev-btn.rev-small.rev-hiddenicon i {
            font-size: 12px;
            top: 0
        }

.rev-maxround {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.rev-minround {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    tap-highlight-color: transparent;
    cursor: pointer
}

    .rev-burger span {
        display: block;
        width: 30px;
        height: 3px;
        background: #333;
        transition: .7s;
        pointer-events: none;
        transform-style: flat !important
    }

        .rev-burger span:nth-child(2) {
            margin: 3px 0
        }

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg)
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0
}

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

    .rev-burger.revb-white span {
        background: #fff
    }

.rev-burger.revb-whitenoborder {
    border: 0
}

    .rev-burger.revb-whitenoborder span {
        background: #fff
    }

.rev-burger.revb-darknoborder {
    border: 0
}

    .rev-burger.revb-darknoborder span {
        background: #333
    }

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

    .rev-burger.revb-whitefull span {
        background: #333
    }

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

    .rev-burger.revb-darkfull span {
        background: #fff
    }

@-webkit-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

@-moz-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

    .rev-scroll-btn > * {
        display: inline-block;
        line-height: 18px;
        font-size: 13px;
        font-weight: 400;
        color: #7f8c8d;
        color: #fff;
        font-family: proxima-nova, helvetica neue, Helvetica, Arial, sans-serif;
        letter-spacing: 0
    }

        .rev-scroll-btn > *:hover,
        .rev-scroll-btn > *:focus,
        .rev-scroll-btn > *.active {
            color: #fff
        }

        .rev-scroll-btn > *:hover,
        .rev-scroll-btn > *:focus,
        .rev-scroll-btn > *:active,
        .rev-scroll-btn > *.active {
            filter: alpha(opacity=80)
        }

    .rev-scroll-btn.revs-fullwhite {
        background: #fff
    }

        .rev-scroll-btn.revs-fullwhite span {
            background: #333
        }

    .rev-scroll-btn.revs-fulldark {
        background: #333;
        border: none
    }

        .rev-scroll-btn.revs-fulldark span {
            background: #fff
        }

    .rev-scroll-btn span {
        position: absolute;
        display: block;
        top: 29%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 -4px;
        background: #fff;
        border-radius: 50%;
        -webkit-animation: rev-ani-mouse 2.5s linear infinite;
        -moz-animation: rev-ani-mouse 2.5s linear infinite;
        animation: rev-ani-mouse 2.5s linear infinite
    }

    .rev-scroll-btn.revs-dark {
        border-color: #333
    }

        .rev-scroll-btn.revs-dark span {
            background: #333
        }

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 200;
    top: 0
}

    .tp-bannertimer.tp-bottom {
        top: auto;
        bottom: 0 !important;
        height: 5px
    }

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-caption img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8yNC8xMn+6RgAAAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAAAUSURBVAiZY/z//z8DOmDCEKFcEAA2UAMHjYSsRQAAAABJRU5ErkJggg==) repeat
}

.tp-caption.slidelink a span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8yNC8xMn+6RgAAAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAAAUSURBVAiZY/z//z8DOmDCEKFcEAA2UAMHjYSsRQAAAABJRU5ErkJggg==) repeat
}

.tp-shape {
    width: 100%;
    height: 100%
}

.tp-caption .rs-starring {
    display: inline-block
}

    .tp-caption .rs-starring .star-rating {
        float: none
    }

    .tp-caption .rs-starring .star-rating {
        color: #ffc321 !important;
        display: inline-block;
        vertical-align: top
    }

    .tp-caption .rs-starring .star-rating,
    .tp-caption .rs-starring-page .star-rating {
        position: relative;
        height: 1em;
        width: 5.4em;
        font-family: star
    }

        .tp-caption .rs-starring .star-rating:before,
        .tp-caption .rs-starring-page .star-rating:before {
            content: "\73\73\73\73\73";
            color: #e0dadf;
            float: left;
            top: 0;
            left: 0;
            position: absolute
        }

        .tp-caption .rs-starring .star-rating span {
            overflow: hidden;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
            padding-top: 1.5em;
            font-size: 1em !important
        }

            .tp-caption .rs-starring .star-rating span:before,
            .tp-caption .rs-starring .star-rating span:before {
                content: "\53\53\53\53\53";
                top: 0;
                position: absolute;
                left: 0
            }

    .tp-caption .rs-starring .star-rating {
        color: #ffc321 !important
    }

    .tp-caption .rs-starring .star-rating,
    .tp-caption .rs-starring-page .star-rating {
        font-size: 1em !important;
        font-family: star
    }

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

    .tp-loader.spinner0 {
        width: 40px;
        height: 40px;
        background-color: #fff;
        background: url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAHAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQABwABACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAAHAAIALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQABwADACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkEAAcABAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAAHAAUALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAAHAAYALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkEAAcABwAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAAHAAgALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAAHAAkALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkEAAcACgAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAAHAAsALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==) no-repeat center center;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        margin-top: -20px;
        margin-left: -20px;
        -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
        animation: tp-rotateplane 1.2s infinite ease-in-out;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

    .tp-loader.spinner1 {
        width: 40px;
        height: 40px;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        margin-top: -20px;
        margin-left: -20px;
        -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
        animation: tp-rotateplane 1.2s infinite ease-in-out;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

    .tp-loader.spinner5 {
        background: url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAHAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQABwABACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAAHAAIALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQABwADACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkEAAcABAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAAHAAUALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAAHAAYALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkEAAcABwAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAAHAAgALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAAHAAkALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkEAAcACgAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAAHAAsALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==) no-repeat 10px 10px;
        background-color: #fff;
        margin: -22px;
        width: 44px;
        height: 44px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1s infinite ease-in-out;
    animation: tp-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

    .tp-loader.spinner3 .bounce1,
    .tp-loader.spinner3 .bounce2,
    .tp-loader.spinner3 .bounce3 {
        width: 18px;
        height: 18px;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
        animation: tp-bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .tp-loader.spinner3 .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .tp-loader.spinner3 .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

@-webkit-keyframes tp-bouncedelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bouncedelay {

    0%, 80%, 100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2s infinite linear;
    animation: tp-rotate 2s infinite linear
}

    .tp-loader.spinner4 .dot1,
    .tp-loader.spinner4 .dot2 {
        width: 60%;
        height: 60%;
        display: inline-block;
        position: absolute;
        top: 0;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: tp-bounce 2s infinite ease-in-out;
        animation: tp-bounce 2s infinite ease-in-out;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
    }

    .tp-loader.spinner4 .dot2 {
        top: auto;
        bottom: 0;
        -webkit-animation-delay: -1s;
        animation-delay: -1s
    }

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {

    0%, 100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bounce {

    0%, 100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

    .tp-bullet.selected,
    .tp-bullet:hover {
        background: #fff
    }

.tp-bannertimer {
    background: #000;
    background: rgba(0, 0, 0, .15);
    height: 5px
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

    .tparrows:hover {
        background: #000
    }

    .tparrows:before {
        font-family: revicons;
        font-size: 15px;
        color: #fff;
        display: block;
        line-height: 40px;
        text-align: center
    }

    .tparrows.tp-leftarrow:before {
        content: '\e824'
    }

    .tparrows.tp-rightarrow:before {
        content: '\e825'
    }

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    peft: 0;
    z-index: 0
}

.tparrows:before {
    line-height: normal
}

.pk-categories-list ul {
    list-style: none;
    flex-wrap: wrap
}

    .pk-categories-list ul li {
        width: 25%
    }

        .pk-categories-list ul li a:after {
            content: "";
            display: block;
            padding-bottom: 100%
        }

        .pk-categories-list ul li .pkcl-wrap {
            display: block;
            margin-right: 30px;
            background-repeat: no-repeat;
            background-position: 50% 0;
            background-size: cover;
            position: relative
        }

.pk-category-title {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 40px;
    background-color: rgba(255, 255, 255, .8);
    padding: 30px;
    color: #333;
    text-align: center
}

#cookieInfo {
    border-top: 1px solid #ddd;
    line-height: 22px;
    z-index: 99999999
}

.content_only #cookieInfo {
    display: none !important
}

.accept_cookies.button {
    line-height: 22px !important;
    height: 22px !important
}

.preset4 .accept_cookies.button {
    line-height: 20px !important;
    height: 22px !important
}

#aToolTip {
    position: absolute;
    display: none;
    z-index: 50000
}

.background--light {
    color: #434343
}

.background--dark {
    color: #ddd
}

#scrollTop {
    width: 27px;
    height: 40px;
    z-index: 9;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    display: none
}

    #scrollTop a {
        display: block;
        width: 100%;
        height: 100%;
        color: #575757;
        position: relative;
        padding-top: 10px
    }

        #scrollTop a:before {
            content: "";
            position: absolute;
            top: 0;
            left: calc(50% - 11px);
            width: 22px;
            border-top: 2px solid #575757
        }

        #scrollTop a .svgic {
            width: 27px;
            height: 27px
        }

#identifier a.button {
    display: inline-block;
    background: #212223;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px
}

    #identifier a.button:hover {
        background: #fdc931
    }

#navigation ul {
    list-style: none
}

    #navigation ul li {
        float: left;
        position: relative
    }

        #navigation ul li a {
            display: block;
            height: 53px;
            width: 56px;
            background-color: #1e1f20;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            outline: none
        }

            #navigation ul li a:hover,
            #navigation ul li.selected a {
                background-color: #fdc931
            }

#socialnetworks li {
    margin: 10px 4px;
    padding: 0;
    width: 36px;
    height: 36px;
    border: none
}

    #socialnetworks li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
        border: 1px solid rgba(255, 255, 255, .08)
    }

        #socialnetworks li a:hover {
            border-color: transparent
        }

body #socialnetworks li.facebook a:hover {
    background-color: #3b5a9a;
    border-color: #3b5a9a
}

body #socialnetworks li.twitter a:hover {
    background-color: #1aa9e1;
    border-color: #1aa9e1
}

body #socialnetworks li.youtube a:hover {
    background-color: #c3191e;
    border-color: #c3191e
}

body #socialnetworks li.flickr a:hover {
    background-color: #3b5a9a;
    border-color: #3b5a9a
}

body #socialnetworks li.instagram a:hover {
    background-color: #7c4a3a;
    border-color: #7c4a3a
}

body #socialnetworks li.pinterest a:hover {
    background-color: #cc2127;
    border-color: #cc2127
}

body #socialnetworks li.linkedin a:hover {
    background-color: #0073b2;
    border-color: #0073b2
}

#socialnetworks li a:hover {
    color: #fff
}

#socialnetworks li a .svgic {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px
}

#payment-icons {
    margin-bottom: 15px;
    overflow: hidden
}

    #payment-icons li {
        padding: 0;
        float: left;
        margin-right: 10px
    }

#cookieInfo .indent {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.no-touch .load-animate {
    opacity: 0
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.footer_top_col {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-left: 4.5%
}

    .footer_top_col:first-child {
        margin-left: 0
    }

.footer-products > li > a {
    display: block;
    float: left;
    margin-right: 20px
}

.footer-products > li h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

#footer .footer-products .product-name {
    color: #666;
    display: block
}

    #footer .footer-products .product-name:hover {
        text-decoration: none
    }

.footer-products .info-section,
.footer-products > li {
    overflow: hidden
}

#footer .footer-products > li {
    padding: 12px 0
}

.footer-products .price-box .price {
    font-size: 22px
}

.footer-top-content {
    margin-bottom: 50px;
    padding: 60px 0;
    margin-top: -50px;
    background: #f1f1f1
}

body #white_bg .footer-top h4 {
    font-size: 22px;
    color: #666
}

.nbs-flexisel-wrapper {
    overflow: hidden;
    position: relative
}

.nbs-flexisel-ul {
    width: 10000%;
    position: relative
}

    .nbs-flexisel-ul > li {
        float: left
    }

    .nbs-flexisel-ul .thumbnail-container {
        margin-right: 30px
    }

.nbs-flexisel-inner {
    width: calc(100% + 30px)
}

.flexisel-nav {
    cursor: pointer;
    height: 36px;
    position: absolute;
    top: 50%;
    width: 36px;
    z-index: 9;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center
}

    .flexisel-nav svg {
        width: 30px;
        height: 30px
    }

.sidebar .flexisel-nav svg {
    width: 16px;
    height: 16px
}

.nbs-flexisel-nav-left {
    left: -50px
}

.nbs-flexisel-nav-right {
    right: -50px
}

.nbs-flexisel-wrapper:hover .nbs-flexisel-nav-left {
    left: 10px
}

.nbs-flexisel-wrapper:hover .nbs-flexisel-nav-right {
    right: 10px
}

#left-column .nbs-flexisel-wrapper {
    overflow: visible
}

#left-column .flexisel-nav {
    position: static;
    transform: translateY(0)
}

#left-column .flexisel-nav-wrapper {
    position: absolute;
    display: flex;
    width: 72px;
    right: 0;
    top: -76px;
    justify-content: flex-end
}

    #left-column .flexisel-nav-wrapper .flexisel-nav {
        width: 25px
    }

.pk-carousel:not(.pk-carousel-active) > article {
    width: 32%;
    margin-right: 1%
}

.products.pk-carousel.pk-carousel-active {
    width: calc(100% + 30px);
    display: block
}

.pk-carousel-active .block_content {
    overflow: hidden
}

.pk-carousel-active > div > div > * {
    padding-right: 30px
}

.products.pk-carousel {
    display: flex
}

.pk-carousel-active .product-miniature {
    margin-bottom: 0;
    width: 100%
}

.pk-carousel button {
    background: 0 0;
    padding: 0 5px
}

body .pk-carousel > .pk-nav {
    cursor: pointer;
    background: 0 0;
    height: 36px;
    position: absolute;
    top: 50%;
    width: 36px;
    z-index: 9;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    opacity: 0
}

.pk-carousel > .pk-nav-right {
    right: -50px
}

.pk-carousel > .pk-nav-left {
    margin-right: -2px;
    left: -50px
}

.pk-carousel:hover > .pk-nav-left {
    left: 10px
}

.pk-carousel:hover > .pk-nav-right {
    right: 10px
}

.pk-carousel:hover > .pk-nav {
    opacity: 1
}

.pk-carousel:hover .disabled {
    opacity: .5;
    cursor: auto
}

@media(max-width:768px) {
    body .pk-carousel > .pk-nav {
        opacity: 1
    }

    body .pk-carousel > .pk-nav-left {
        left: 10px
    }

    body .pk-carousel > .pk-nav-right {
        right: 10px
    }
}

.pk-nav svg {
    color: #444;
    width: 36px;
    height: 36px
}

.pk-nav-wrapper {
    position: absolute;
    display: flex;
    right: 0;
    top: -41px;
    justify-content: flex-end
}

    .pk-nav-wrapper button svg {
        width: 17px;
        height: 17px
    }

.product-cover .countdown {
    max-width: 300px
}

.countdown {
    position: absolute;
    width: calc(100% - 34px);
    bottom: 17px;
    left: 17px;
    justify-content: space-between;
    z-index: 2
}

    .countdown > div {
        width: calc(25% - 5px);
        background: #f2f1ec;
        padding: 15px 5px 5px 7px
    }

        .countdown > div i {
            font-size: 1.8em;
            color: #555;
            font-style: normal;
            display: block;
            font-family: archivo narrow
        }

        .countdown > div span {
            font-size: 8px;
            line-height: 14px;
            color: #a4a4a4;
            display: block;
            font-family: roboto;
            text-transform: uppercase
        }

        .countdown > div:first-child {
            margin-left: 0
        }

.cookie-message {
    position: fixed;
    bottom: -400px;
    opacity: 0;
    left: 0;
    padding: 20px 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(220, 220, 220, .9);
    border-top: 1px solid #ccc
}

    .cookie-message > div {
        display: flex;
        align-items: center;
        max-width: 80%;
        margin: 0 auto
    }

    .cookie-message a {
        color: inherit;
        margin-left: 10px;
        text-decoration: underline
    }

        .cookie-message a:hover {
            opacity: .8
        }

    .cookie-message span {
        flex-grow: 1
    }

body .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.header-border-bottom {
    border-bottom: 1px solid #eee
}

.abhaya {
    font-family: abhaya libre
}

body .gyges .tp-bullet {
    width: 10px;
    height: 10px;
    border-width: 2px
}

body {
    font-size: 16px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-transform: none;
    color: #777;
    letter-spacing: 0
}

h2,
h3,
h4,
h5,
h6 {
    font-family: archivo narrow
}

body .btn,
.bt_compare {
    font-size: 12px;
    font-family: archivo narrow;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    color: #1f2223;
    letter-spacing: 0
}

body .btn,
.bt_compare {
    border-color: #313537
}

body .btn,
.bt_compare {
    background-color: transparent
}

    body .btn:hover,
    .bt_compare:hover {
        color: #fff
    }

    body .btn:hover,
    .bt_compare:hover {
        background-color: #313537
    }

    body .btn:hover,
    .bt_compare:hover {
        border-color: #313537
    }

#pattern .page-width,
.menu_width,
.flexmenu_ul,
#top-menu {
    max-width: 1500px
}

#header span.logo {
    font-size: 35px;
    font-family: abhaya libre;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    color: #1f2223;
    letter-spacing: 0
}

.header-top {
    background-color: transparent
}

    .header-top > .page-width {
        height: 34px
    }

.header-top {
    font-size: 13px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: none;
    color: #8a8a8a;
    letter-spacing: 0
}

.header-main > .page-width {
    height: 110px
}

.header-main,
.header-6 .header-main-back {
    background-color: rgba(255, 255, 255, .8)
}

.header-main {
    font-size: 13px;
    font-family: archivo narrow;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 0
}

.flexmenu-container,
#pk_top_menu {
    height: 40px
}

.flexmenu-container,
#pk_top_menu,
.header-4 .header-bottom,
.header-7 .header-bottom {
    background-color: transparent
}

.flexmenuitem > a,
.top-menu .level-1 > a {
    font-size: 14px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: lowercase;
    color: #3b3b3b;
    letter-spacing: 0
}

.submenu,
.pk-sub-menu {
    font-size: 13px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: none;
    color: #606060;
    letter-spacing: 0
}

#header #search_widget input[type=text] {
    background-color: transparent
}

#header #search_widget input[type=text] {
    border-color: #c6c6c6
}

.footer-main {
    background-color: #fff
}

.footer-main {
    font-size: 13px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-transform: none;
    color: #666;
    letter-spacing: 0
}

    .footer-main h4 {
        font-size: 14px;
        font-family: archivo narrow;
        font-weight: 400;
        font-style: normal;
        line-height: 1em;
        text-transform: uppercase;
        color: #666;
        letter-spacing: 0
    }

#footer .footer-main a {
    color: #666
}

.footer-bottom .page-width {
    justify-content: center
}

.footer-bottom {
    background-color: #fff
}

.footer-bottom {
    font-size: 13px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: none;
    color: #7e7e7e;
    letter-spacing: 0
}

.footer-bottom {
    height: 140px
}

.module-title {
    font-size: 18px;
    font-family: archivo narrow;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 0
}

#product .product-price {
    font-size: 22px;
    font-family: archivo narrow;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0
}

.product-thumbnail .btn {
    background-color: #313537
}

    .product-thumbnail .btn:hover {
        background-color: #313537
    }

.product-title {
    font-size: 15px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: none;
    color: #5e5e5e;
    letter-spacing: 0
}

.product-brand {
    font-size: 12px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    color: #bcbcbc;
    letter-spacing: 0
}

.product-description-short {
    font-size: 13px;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-transform: none;
    color: #666;
    letter-spacing: 0
}

.price {
    font-size: 18px;
    font-family: archivo narrow;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2em;
    text-transform: none;
    color: #333;
    letter-spacing: 0
}

.regular-price {
    font-size: 16px;
    font-family: archivo narrow;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2em;
    text-transform: none;
    color: #bfbfbf;
    letter-spacing: 0
}

.max-rating .svgic {
    color: #eee
}

.cut-stars .svgic {
    color: #afafaf
}

.product-miniature .product-flags li {
    background-color: #313537
}

.product-miniature .product-flags li {
    font-size: 13px;
    font-family: arial;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: none;
    color: #bdbdbd;
    letter-spacing: 0
}

.sidebar .module-title {
    font-size: 17px;
    font-family: archivo narrow;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #313537;
    letter-spacing: 0
}

.btn {
    letter-spacing: 0
}

#search_widget input[type=text] {
    padding: 8px 15px
}

#search_widget .svgic {
    position: absolute;
    top: 11px;
    left: 20px
}

.container .pagebuilder .container {
    max-width: 100% !important
}

.pagebuilder {
    overflow: hidden
}

    .pagebuilder .page-width,
    .pts-tab .tab-content > div,
    .pts-tab .tab-content {
        width: 100%
    }

.pts-parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative
}

@media(max-width:768px) {
    .pts-parallax {
        background-attachment: scroll
    }
}

.ps-container-fluid > .container {
    padding: 0
}

.widget-inner > [class*=col-] {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.widget-separator .w_text_separator {
    float: left;
    height: 2px;
    position: relative;
    width: 100%;
    background-color: #797c85
}

    .widget-separator .w_text_separator .text_separ {
        position: absolute;
        padding: 0 1px;
        width: 50px;
        top: -9px;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-size: 15px;
        font-family: monospace
    }

.widget-separator .separator_align_center {
    left: 0;
    right: 0
}

.widget-separator .separator_align_left {
    left: 0
}

.widget-separator .separator_align_right {
    right: 0
}

.title_block {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9
}

.product-title a {
    transition: .3s all ease-out 0s
}

    .product-title a:hover {
        color: #222
    }

.grid .product-miniature .product-list-actions .add-to-cart,
.list2 .product-miniature .product-list-actions .add-to-cart {
    transition: .3s all ease-out 0s;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    left: 5px;
    right: 7px;
    margin: auto;
    bottom: -60px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600
}

.grid .product-miniature .left-block,
.list2 .product-miniature .left-block {
    position: relative
}

    .grid .product-miniature .left-block .highlighted-informations,
    .list2 .product-miniature .left-block .highlighted-informations {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 40px;
        width: 40px;
        text-align: center;
        opacity: 0;
        transition: .3s all ease-out 0s;
        border-radius: 50%;
        overflow: hidden;
        line-height: 30px
    }

        .grid .product-miniature .left-block .highlighted-informations > a,
        .list2 .product-miniature .left-block .highlighted-informations > a {
            margin: auto;
            height: em(40px);
            width: em(40px);
            transform: scaleY(0);
            z-index: 98;
            display: block;
            text-align: center;
            color: #bbb;
            font-size: 14px;
            line-height: em(38px);
            background-color: #fff;
            position: relative;
            transition: .5s all ease-out 0s
        }

    .grid .product-miniature .left-block .product-flags,
    .list2 .product-miniature .left-block .product-flags {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        z-index: 80;
        position: absolute;
        line-height: 12px;
        border: 1px solid transparent;
        text-transform: capitalize;
        top: 0;
        left: 0;
        right: 0
    }

        .grid .product-miniature .left-block .product-flags li,
        .list2 .product-miniature .left-block .product-flags li {
            height: 1.53846rem;
            line-height: 1.53846rem;
            min-width: 3.84615rem;
            text-align: center;
            border-radius: .23077rem;
            padding: 0 .46154rem;
            left: 10px
        }

        .grid .product-miniature .left-block .product-flags .new,
        .list2 .product-miniature .left-block .product-flags .new {
            background-color: #2b97c9;
            border-color: #2b97c9;
            top: 10px !important;
            position: absolute;
            color: #fff
        }

        .grid .product-miniature .left-block .product-flags .discount,
        .grid .product-miniature .left-block .product-flags .on-sale,
        .list2 .product-miniature .left-block .product-flags .discount,
        .list2 .product-miniature .left-block .product-flags .on-sale {
            border-color: #fcc040;
            background-color: #fcc040;
            top: 43px;
            position: absolute;
            color: #fff
        }

    .grid .product-miniature .left-block:hover .product-thumbnail:before,
    .list2 .product-miniature .left-block:hover .product-thumbnail:before {
        opacity: 1
    }

    .grid .product-miniature .left-block:hover .highlighted-informations,
    .list2 .product-miniature .left-block:hover .highlighted-informations {
        opacity: 1
    }

        .grid .product-miniature .left-block:hover .highlighted-informations > a,
        .list2 .product-miniature .left-block:hover .highlighted-informations > a {
            transform: scaleY(1)
        }

.grid .product-miniature:hover .product-list-actions .add-to-cart,
.list2 .product-miniature:hover .product-list-actions .add-to-cart {
    bottom: 5px
}

.grid .product-miniature:hover .left-block .product-thumbnail:before,
.list2 .product-miniature:hover .left-block .product-thumbnail:before {
    opacity: 1
}

.grid .product-miniature:hover .left-block .highlighted-informations,
.list2 .product-miniature:hover .left-block .highlighted-informations {
    opacity: 1
}

    .grid .product-miniature:hover .left-block .highlighted-informations > a,
    .list2 .product-miniature:hover .left-block .highlighted-informations > a {
        transform: scaleY(1)
    }

.grid .product-miniature .right-block,
.list2 .product-miniature .right-block {
    padding: 12px 15px 8px;
    position: relative;
    text-align: center;
    height: auto;
    background-color: #fafafa;
    box-shadow: none !important
}

    .grid .product-miniature .right-block .variant-links,
    .list2 .product-miniature .right-block .variant-links {
        background-color: transparent
    }

    .grid .product-miniature .right-block .product-description-short,
    .list2 .product-miniature .right-block .product-description-short {
        display: none
    }

    .grid .product-miniature .right-block .product-title,
    .list2 .product-miniature .right-block .product-title {
        margin: 0 0 15px
    }

    .grid .product-miniature .right-block .product-meta,
    .list2 .product-miniature .right-block .product-meta {
        float: left;
        width: 100%;
        text-align: center
    }

    .grid .product-miniature .right-block .product-availability,
    .list2 .product-miniature .right-block .product-availability {
        display: none
    }

    .grid .product-miniature .right-block .product-price,
    .list2 .product-miniature .right-block .product-price {
        display: block;
        line-height: 20px
    }

.list1 .product-miniature {
    background-color: #fff;
    margin-bottom: 15px
}

    .list1 .product-miniature .thumbnail-container {
        height: auto;
        box-shadow: none
    }

        .list1 .product-miniature .thumbnail-container .left-block {
            float: left
        }

        .list1 .product-miniature .thumbnail-container .right-block {
            display: table-cell;
            vertical-align: top;
            position: relative;
            text-align: left;
            box-shadow: none
        }

            .list1 .product-miniature .thumbnail-container .right-block .product-description-short {
                display: none
            }

.list2 .thumbnail-container .right-block {
    height: auto
}

    .list2 .thumbnail-container .right-block .product-description-short {
        display: block !important;
        max-height: 40px;
        overflow: hidden;
        margin: 20px 0
    }

.flexRow {
    display: flex;
    flex-flow: row wrap
}

.block-contactinfo .nav-item {
    margin-bottom: 15px
}

    .block-contactinfo .nav-item .contact-icon {
        margin-right: 10px
    }

        .block-contactinfo .nav-item .contact-icon i {
            font-size: 16px
        }

.widget-accordion .panel {
    border: 1px solid #d9d9d9;
    margin-bottom: 10px
}

.widget-accordion .panel-heading {
    padding: 15px;
    position: relative;
    background-color: #f5f5f5;
    text-transform: capitalize
}

    .widget-accordion .panel-heading .panel-title {
        margin: 0
    }

    .widget-accordion .panel-heading a {
        text-decoration: none;
        font-weight: 400
    }

        .widget-accordion .panel-heading a:before {
            content: "-";
            font-size: 22px;
            font-weight: 600;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 15px;
            display: inline-block;
            color: #333
        }

        .widget-accordion .panel-heading a.collapsed:before {
            content: "+";
            font-size: 18px
        }

.widget-accordion .panel-body {
    border-top-color: transparent !important;
    padding: 15px
}

.widget-accordion.collapse-right .panel-heading a:before {
    position: absolute;
    right: 20px
}

.widget-accordion.collapse-color .panel-heading a:before {
    color: #fff;
    background: #ccc
}

.widget-accordion.noborder .panel-heading {
    padding-left: 0;
    padding-right: 0
}

.widget-accordion.noborder .panel,
.widget-accordion.noborder .panel-heading,
.widget-accordion.noborder .panel-body {
    background-color: transparent;
    border: none
}

.widget-accordion.nobackground .panel,
.widget-accordion.nobackground .panel-heading,
.widget-accordion.nobackground .panel-body {
    background-color: transparent
}

#tabs .nav-tabs {
    margin-bottom: 30px
}

    #tabs .nav-tabs > li {
        display: inline-block;
        float: none;
        border: none
    }

        #tabs .nav-tabs > li > a {
            border: 1px solid #ddd;
            border-radius: 0;
            font-weight: 800;
            line-height: 1.625;
            margin-right: -1px;
            text-transform: uppercase;
            background: #f9f9f9 none repeat scroll 0 0;
            min-width: 200px;
            text-align: center;
            display: block;
            padding: 15px 25px;
            position: relative
        }

            #tabs .nav-tabs > li > a.active {
                color: #222;
                background: #fff
            }

        #tabs .nav-tabs > li.active > a,
        #tabs .nav-tabs > li.active > a:hover,
        #tabs .nav-tabs > li.active > a:focus {
            color: #222;
            background: #fff
        }

        #tabs .nav-tabs > li.active {
            background: #fff;
            color: #222
        }

.categories-info {
    margin-bottom: 30px
}

    .categories-info .categories-info-img {
        position: relative;
        min-height: 165px;
        background-color: #fff
    }

        .categories-info .categories-info-img .categories-info-top {
            background: #fff;
            border-radius: 3px;
            bottom: 15px;
            font-size: 11px;
            left: 50%;
            margin-left: -25%;
            padding: 10px 0;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            width: 50%
        }

            .categories-info .categories-info-img .categories-info-top h3 {
                font-size: 15px;
                font-weight: 500;
                letter-spacing: 0
            }

.categories-info-content {
    background-color: #fff;
    padding: 15px
}

    .categories-info-content .cat-desc,
    .categories-info-content .btn-shopnow {
        text-align: center;
        display: block;
        margin-bottom: 10px
    }

    .categories-info-content .sub-categories li {
        padding-bottom: 10px
    }

        .categories-info-content .sub-categories li .material-icons {
            margin-right: 8px;
            font-size: 15px
        }

.blog_container {
    font-size: 13px
}

    .blog_container .blog-meta {
        padding-top: 15px
    }

        .blog_container .blog-meta h5 {
            overflow: hidden;
            line-height: 20px;
            font-weight: 400;
            color: #333;
            font-size: 20px;
            width: 90%
        }

            .blog_container .blog-meta h5 a {
                color: inherit;
                text-decoration: none
            }

        .blog_container .blog-meta .blog-shortinfo {
            margin-top: 10px;
            font: normal 15px/21px Arial;
            color: #797979
        }

        .blog_container .blog-meta .readmore p {
            margin-bottom: 0;
            margin-top: 20px
        }

.pk-widget,
#catProductsTabsContent .tab-pane.active,
.sidebar .pts-newsletter h3,
.pk-carousel-active.pkap-0 {
    position: relative
}

    .pk-widget:not(:last-child) {
        margin-bottom: 100px
    }

.sidebar .pk-widget:not(:last-child) {
    margin-bottom: 70px
}

.headerbuilder .pts-container-wrap > .pts-inner > .page-width > .row-inner > .row > [class*=col-],
.headerbuilder .pts-container-wrap > .pts-inner > .page-width > .row-inner > .row > [class*=col-] > div > div {
    position: static
}

.headerbuilder .widget-inner p {
    margin: 0
}

.headerbuilder .header-top > .page-width {
    height: auto
}

@media(max-width:1024px) {
    .pk-widget:not(:last-child) {
        margin-bottom: 40px
    }
}

.pagebuilder .pk-widget {
    width: 100%
}

.pts-newsletter h3.module-title {
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
    width: 100%
}

.pts-newsletter h3:before {
    width: 22px;
    height: 3px;
    position: absolute;
    bottom: -15px
}

.pts-newsletter .alert.warning_inline {
    padding: 15px 0 0;
    margin: 0;
    color: red
}

.manu-logo img {
    width: 100%
}

.pk-carousel-active {
    width: calc(100%+30px)
}

    .pk-carousel-active .block_content {
        overflow: hidden
    }

    .pk-carousel-active > div > div > * {
        padding-right: 30px
    }

    .pk-carousel-active .slpw {
        margin: 0
    }

.pk-carousel > .pk-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.pp-img-carousel.pk-carousel-active .pk-nav-right {
    transform: translate(-30px, -50%) !important
}

.pts-btnlink:hover img {
    transform: scale(1.04)
}

.noscale .pts-btnlink:hover img {
    transform: scale(1)
}

@media(max-width:480px) {
    .footerbuilder .row > div {
        margin-bottom: 40px
    }

    #header .pk-widget {
        width: 100%
    }
}

.raw-links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .25);
    border-bottom: none
}

    .raw-links > li .manu-logo {
        text-align: left
    }

    .raw-links > li {
        padding: 10px 40px 10px 20px;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 20px;
        color: #868179;
        border-bottom: 1px solid rgba(0, 0, 0, .25)
    }

.widget-instagram .products-block {
    padding: 0 15px
}

    .widget-instagram .products-block .row > div {
        padding: 0 3px 3px 0;
        border: none
    }

.iglink:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0
}

.iglink:hover:before {
    background-color: rgba(255, 255, 255, .8)
}

.iglink .ig-desc {
    position: absolute;
    width: 100%;
    bottom: -100px;
    left: 0;
    padding: 10px 20px;
    text-align: left
}

.iglink:hover .ig-desc {
    bottom: 0
}

.orig-width img {
    width: auto !important;
    height: auto
}

#footer .tb-sect {
    margin-bottom: 25px;
    display: flex;
    align-items: center
}

    #footer .tb-sect:last-child {
        margin-bottom: 0
    }

#footer .tb-sect-icon {
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center
}

    #footer .tb-sect-icon svg {
        width: 17px;
        height: 17px
    }

.highlight-style .thumbnail-container {
    display: flex;
    padding: 20px 20px 0
}

    .highlight-style .thumbnail-container .product-thumbnail-wrapper {
        min-width: 40%;
        width: 40%
    }

    .highlight-style .thumbnail-container .pm-additional-info {
        width: 60%;
        padding-left: 20px
    }

body .highlight-style .o2 {
    order: 1;
    margin: 18px 0 13px
}

body .highlight-style .o3 {
    order: 2
}

body .highlight-style .countdown {
    position: relative;
    order: 3;
    bottom: auto;
    transform: translateX(0);
    left: auto;
    margin-bottom: 30px
}

body .highlight-style .o1 {
    order: 4
}

body .highlight-style .o5 {
    order: 5;
    position: relative
}

body .highlight-style .price {
    font-size: 19px
}

.widget-content {
    position: relative
}

.widget-products .mini-product .product-title a {
    color: inherit
}

.widget-latestblog.style1 .widget-content .blog_container {
    position: relative
}

.widget-latestblog.style1 .widget-content .blog-image {
    width: 200px;
    position: absolute;
    height: 200px;
    overflow: hidden
}

.widget-latestblog.style1 .widget-content .blog-meta {
    background: #fff;
    padding: 20px;
    z-index: 9;
    position: relative;
    top: 50px;
    margin-bottom: 30px;
    left: 140px;
    width: calc(100% - 140px)
}

.widget-latestblog.style1 .widget-content .img-responsive {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: auto;
    max-width: 1000%
}

.widget-latestblog.style1 .widget-content .link {
    display: block;
    width: 100%;
    height: 100%
}

.sidebar .widget-latestblog.style1 .widget-content .blog-image {
    width: 80px;
    height: 80px;
    position: relative
}

.sidebar .widget-latestblog.style1 .blog_container .blog-meta h5 {
    color: #484848;
    font-size: 16px;
    line-height: 20px;
    display: inline-block !important;
    white-space: normal
}

.sidebar .widget-latestblog.style1 .widget-content .blog-meta {
    position: relative;
    margin-bottom: 0;
    flex-grow: 1;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    top: auto;
    left: auto
}

.sidebar .widget-latestblog.style1 .blog-meta > span {
    font-size: 13px;
    margin-bottom: 3px
}

.sidebar .widget-latestblog.style1 .widget-content .blog_container {
    display: flex
}

.widget-manufacture .raw-links > li {
    padding: 7px 30px 7px 20px;
    align-items: center
}

    .widget-manufacture .raw-links > li > a {
        text-transform: none;
        color: inherit
    }

.widget-manufacture .raw-links > .flex-container > a:first-child {
    flex-grow: 1
}

.widget-manufacture .raw-links > .flex-container a img {
    height: 25px;
    width: auto
}

.banner-content > a {
    margin-bottom: 30px
}

    .banner-content > a img {
        width: 100%
    }

.widget-content-wrap > .blog_container:not(:last-child) {
    margin-bottom: 45px
}

.sidebar .widget-content-wrap > .blog_container:not(:last-child) {
    margin-bottom: 30px
}

.style-2 .slpw,
.sidebar-mode .slpw {
    display: flex
}

    .style-2 .slpw > a {
        display: block;
        min-width: 38%;
        width: 38%;
        margin-right: 30px
    }

    .style-2 .slpw .slpwc,
    .sidebar-mode .slpw .slpwc {
        flex-grow: 1
    }

        .style-2 .slpw .slpwc p {
            color: #898989
        }

.sidebar-mode .slpw {
    margin-bottom: 40px
}

    .sidebar-mode .slpw .slpwc {
        padding: 15px 0 0
    }

.sidebar-mode .post-date {
    font-size: 12px;
    margin-bottom: 10px;
    color: #888
}

.style-2 .slpwc .blog-headline {
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    color: #313537;
    position: relative;
    margin-bottom: 20px;
    max-width: 300px
}

.style-2 .slpwc {
    padding: 15px 50px 0 0
}

.sidebar-mode .slpwc .blog-headline {
    color: #444;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    max-width: 170px
}

.sidebar-mode .slpw > a {
    display: block;
    width: 100px;
    min-width: 100px;
    height: 100px;
    position: relative;
    margin-right: 40px;
    overflow: hidden
}

    .sidebar-mode .slpw > a img {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        height: 100%;
        width: auto;
        max-width: 1000%
    }

.post-date-custom {
    margin-bottom: 15px
}

.post-date {
    color: #666;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 15px;
    font-size: 13px;
    text-transform: uppercase
}

.post-day {
    font-size: 60px;
    font-weight: 600;
    line-height: 50px;
    color: #e4e4e4;
    font-family: pt sans
}

.post-month {
    position: absolute;
    top: calc(50% - 10px);
    line-height: 20px;
    left: 43px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase
}

.style-2 .slpw > a img {
    display: none
}

.style-2 .post-date {
    margin-bottom: 17px
}

.square-content {
    background-size: cover;
    background-position: 50% 50%
}

    .square-content:after {
        content: "";
        display: block;
        padding-top: 100%
    }

.title_center > .module-title {
    text-align: center
}

.title_right > .module-title {
    text-align: right
}

.title_left .pk-nav-wrapper,
.testimonials-wrapper.title_left .pk-nav-wrapper {
    top: 2px
}

.wide .testimonials-bg {
    height: auto
}

.wide .testimonials-wrapper {
    padding-bottom: 100px
}

.pts-newsletter .alert:empty {
    display: none
}

.pts-newsletter.align-center,
.center-content .socialnetworks_menu {
    justify-content: center
}

    .pts-newsletter.align-center h4 {
        font-size: 20px;
        text-align: center
    }

.pk-carousel-active .product-miniature {
    width: 100%;
    margin: 0 0 20px
}

.youtube-container {
    margin: 0 auto 20px
}

.youtube-player {
    padding-bottom: 56.25%;
    height: 100%;
    cursor: hand;
    cursor: pointer
}

    .youtube-player > div {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0
    }

.youtube-thumb {
    max-width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover
}

.youtube-container svg {
    width: 72px;
    height: 72px;
    color: #333
}

.youtube-player > div {
    height: 100%
}

.youtube-container:hover svg {
    color: #db0701
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#product #pattern #wrapper .products-carousel:not(.product-categories),
#product .productpagebuilder .pk-widget,
.tabs-vertical .nav-tabs .nav-item,
.pts-widget .payment-icons li {
    margin: 0
}

#product .productpagebuilder .pk-widget {
    width: 100%
}

.widget.title_center .module-title {
    text-align: center
}

.headerbuilder svg,
.headerbuilder .pk_cl > ul > li > a > .svgic {
    margin-right: 7px
}

.pts-container-wrap .col-lg-12 .tabs-vertical .tabs .nav-tabs {
    margin-right: 50px
}

.tabs-vertical .tabs {
    display: flex
}

    .tabs-vertical .tabs .nav-tabs {
        min-width: 170px;
        flex-direction: column;
        align-self: flex-start;
        margin-right: 20px
    }

    .tabs-vertical .tabs .tab-content {
        flex-grow: 1
    }

.tabs-vertical .nav-tabs .nav-link {
    padding: 0;
    margin-bottom: 10px
}

.pts-container-wrap .col-lg-12 .tabs-vertical .nav-tabs .nav-link {
    margin-bottom: 20px
}

.tabs-vertical .tabs .tab-pane {
    padding: 0
}

@media(min-width:1024px) {
    .product-accessories {
        margin: 140px auto 0 !important
    }
}

.widget-counting .material-icons {
    width: 40px;
    height: 40px;
    font-size: 40px;
    display: inline-block
}

#header .pk-widget {
    margin-bottom: 0
}

.widget-counting .material-icons {
    width: 40px;
    height: 40px;
    font-size: 40px;
    display: inline-block
}

.widgets-row,
.widgets-column {
    display: flex
}

.widgets-column {
    flex-direction: column
}

.widgets-row {
    flex-direction: row
}

    .widgets-row.widgets-left {
        justify-content: flex-start
    }

    .widgets-row.widgets-center {
        justify-content: center
    }

    .widgets-row.widgets-right {
        justify-content: flex-end
    }

.widgets-column.widgets-left {
    align-items: flex-start
}

.widgets-column.widgets-center {
    align-items: center
}

.widgets-column.widgets-right {
    align-items: flex-end
}

.widgets-row > .pk-widget {
    margin-left: 15px;
    margin-right: 15px
}

    .widgets-row > .pk-widget:first-child {
        margin-left: 0
    }

    .widgets-row > .pk-widget:last-child {
        margin-right: 0
    }

.widgets-column > .pk-widget {
    margin-top: 15px;
    margin-bottom: 15px
}

    .widgets-column > .pk-widget:first-child {
        margin-top: 0
    }

    .widgets-column > .pk-widget:last-child {
        margin-bottom: 0
    }

.headerbuilder .icon-element .svgic {
    margin-right: 5px
}

.productpagebuilder .tabs-container {
    overflow: hidden
}

.image-item {
    margin-bottom: 15px
}

@media(min-width:1024px) {

    .headerbuilder > .pts-container-wrap > .pts-inner > .page-width > .row-inner > .row,
    .headerbuilder > .pts-container-wrap > .pts-inner > .page-width > .row-inner > .row > div > .col-inner {
        display: flex;
        align-items: center
    }
}

.headerbuilder .row-inner > .row > div,
.headerbuilder .row-inner > .row > div .col-inner,
.headerbuilder .row-inner > .row > div .col-inner .pk-widget,
.headerbuilder .row-inner > .row > div .col-inner .pk-widget .pts-widget {
    height: 100%
}

.headerbuilder .header_user ul {
    list-style: none
}

.headerbuilder #top-menu {
    padding-left: 0
}

.headerbuilder .row-inner > .row a:not(.btn) {
    color: inherit
}

.headerbuilder .header-1 #search_widget {
    margin-top: -7px
}

.headerbuilder .opt-list li {
    line-height: 14px
}

.headerbuilder .header-border-bottom {
    border-bottom: 1px solid #eee
}

.headerbuilder .header-border-bottom-transp {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.headerbuilder .menu-bar .pk-widget {
    width: 100%
}

.headerbuilder .header-7 .header-top {
    font-family: roboto;
    line-height: 1em;
    letter-spacing: 0
}

.widget-borderline {
    width: 100%
}

.headerbuilder .header-7 #search_widget .ui-autocomplete-input {
    border: none
}

.fbox-content.text-center .fbox-body * {
    text-align: center;
    display: block
}

body .headerbuilder .header-7 .pk_cl > ul > li:after,
.headerbuilder .header-7 .user-select:after {
    content: "";
    width: 1px;
    border-right: 1px solid #f3f3f3;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 10px)
}

@media(min-width:1400px) {
    body .headerbuilder .header-7 .pk-menu-horizontal li.level-1 > a {
        padding: 10px 50px
    }

    body .headerbuilder .header-7 .pk-menu-horizontal li.level-1:first-child > a {
        padding-left: 0
    }

    body .headerbuilder .header-7 .pk_cl li,
    .user-select {
        padding: 0 40px;
        margin: 0
    }
}

@-webkit-keyframes bounceIn {

    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

@media(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

/*!fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
    }

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAQAAAA11sPpAAAF40lEQVRo3u1Yv2/iTBBdB4nQQJEO6UtzFNeQkiYNQqJIRROldA1Id38ANCcdRZQCKVUqKxK9RXGRUqRIoEhBkShSaO6KRIp0nZurYqJYvplZ20DYXRswxenzjpSYH36M38zOzFvGwpbmWWxLCywFpsXxAwFcLpPLsCw3up7+xIqwKQLMp/Zu2tbZ67X9aD/C397vr3e7BL80dACqFb43fz25gvV6/XywLLgPmy8fPYwQZPJ25bZd3a2B6XB15Vo2B7/bjQ7NeSVf8XbL7rpF99MHK7pdAn9/eT6ICu3B1k8mby74VloA9a0En+LTeNDhsLmMVigfoT+mFNQ3k6B/fg6DhkdCblkVAzYMhUW7Iq7hLiUdSMPO9n79BLktRQIuuk+O66rpIH+1gqajv91IsGhd8Nl+VPk84+/9ApOm5BXavav2mfjdOuyPXdeYu5EvDmZ4r2Y/x/esM/JZBpzaY7TT9IWHxWUEsPNE6VMyJBsju73PWphoJQGP09VdyGhMOqgqQjI8hlkLN0ZRGCIxrE8W21EAs2r62HFEwEYAbAiA8Z5QYBEVxhwVxkIuExVqYNbC4NWEsMbM1eznNQqeCpiCh+nWFaSbIU23Nrx+GMmCF6Rb/fLjBjHmfDQWPB7COzdtANakwLihOcuNyFtaJ4a1gmKD+Cx3BlFrm+/v6IeM4aAIIRncZzMSLFYOy4a7sqrCGfhcNnGbtENhMWyO872p8nemcG4dpo8xhGFem5Qf5xcev1pox0vtYQg7A/R6KAljg7h1nPMLoiG06/EevcOhyyZv80PI60oAWYFXQ/LVsusnALsTrU8H0FuHrOX7zdfkbfb6/GLrMDrs3GQBYWwieP3yYcR9534+jDqD/76wKnwju9osBH7D7TqH58ZarAnvVNHXVeY3f9LMsh2tkNqDGlLltr0P/BeAgOzqE6c2M3HCD3hGo+w6Y+z82J2asRhne+2Dxbo2rEHiUyG5zPOBLxPAen++0Wy5ngb5+dnuYf/9uN5ffn9dNTPAU+uMg2KlaJBMqEGZNGm6xOa5kga523295mWzIqzC91TZqM8tUynudt9fXPCsFlqLrTPa2NE0SC5jPyIBpQjdg7pzpPoGX7B72P6jzPNtKp9BY1K3pucDZK8SsUMjIb+ewnsIbAIMmhG59X+iHAGf82qpAJmLQStKBhPHaQjH24cRlFXlXJH6803WmWuCmW06dG8dhkxCSERDqELlQzfmNDVV1VCI+VsRaDm+B01pAM8voLtIx1jQIGKZwNdQofOwY4Oilc/HIhZ5y7dslYDsjzVdxjJNEyKPayEeG5yKphIYN/Nihah40PdSjjsD1kztKYDxRKUtzAoevidHvEXKptrj7E0bDz/EKp9DlwREWTY7VXFMyhRZlpVLy9aFRPTH6WN5VngaZPRD5rNsPzoOENGS57HHcvkIfW4soT/6Y3aKoVOoJj50n1/g7q9E1h/pnpqImRMLzA3LrkU6aAIafH9TanFDQoGfDnYV3A4Jtn4JsMhvPvwcix8uNFH44pZoC7aL10jtsslpiCZuvAMylL58grDsK4Bqg3Xh/z2BOg6kWI+dpo81PZq4CaDRa1Qgi0emlt0fo69IAqmQbPRDSA8aJEELveoMOoP+GK0zqF/C45OvICCWViEcmuQNggPI6dS4DiFf88urkEDeaAXUHyRwyDQdchalTZ4kg7ba4XRw5g3HDSBx0OAp8qhEVjvxFp7S+xaXDtEklmiQRIMkGiTRIIJTNsfRpUPsGhqEr5pERKyhQfyj/1K8GmSat46ApjU0yHROE0mJlTXI7BjLDx9j0iAfPa7Fp0H8EOGqxKtBeKl0nJIbqwYpSTNibQ2iSwVkokESDZJokESD/K81CPB3yybMXdMm7BaQ/JXLQBq58Vm6B7ThI8cLy6GRsmrcsGRVBtxuAviWxRAycRg3AouWACfACXACnAAnwAlwApwAJ8D/IvDGBu+NSYWNiRu2ETnmidvTGJmeANpUGMMRQkySF5Bo/QXCLqo7X9YFpQAAAABJRU5ErkJggg==)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(../../../../js/jquery/plugins/fancybox/fancybox_loading.gif) center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVQY02MU4OHZwEAEYBxVSF+FAFsCCHtLteXdAAAAAElFTkSuQmCC)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: 0 0;
        background: rgba(0, 0, 0, .8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../../../../js/jquery/plugins/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url(../../../../js/jquery/plugins/fancybox/fancybox_loading@2x.gif);
            background-size: 24px 24px
        }
}

.homeslider-container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%
}

.homeslider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

    .homeslider li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0
    }

    .homeslider img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 0
    }

    .homeslider .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 1em;
        text-shadow: none;
        color: #fff;
        background: #000;
        background: rgba(0, 0, 0, .6);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none
    }

.homeslider_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 52%;
    left: 0;
    opacity: .7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url(data:image/gif;base64,R0lGODlhTAA9AMQAABAQEDAwMO/v78/Pz7+/v39/f6+vr1BQUCAgIGBgYJ+fn0BAQN/f33BwcI+Pj////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABMAD0AAAXkICSOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Fog4NsiAYTHY8ALPwiAImAgFi90gfY4PVTIyTuzWDEsyAUIPAACcgVBCXIPbz1xcgk/AYRthj8Nf1yCkmIGQnZtAnQ6eg8MoT9rcgQ7jW2YQqxirjeDcg5Efp+mNweJj0G8cgc9uGICsjyRhT+eYqU+qG2cp2zRPsxzQbSTPJafga+aD984CImLQ4itOuVtvkULBgTCOwcGBvNZ+fr7/P3+/wADChxIsKDBgwgTKlzIsKFDKSEAADs=) no-repeat left top;
    margin-top: -45px
}

    .homeslider_nav:active {
        opacity: 1
    }

    .homeslider_nav.next {
        left: auto;
        background-position: right top;
        right: 0
    }

.pk_cl ul {
    list-style: none;
    margin: 0;
    white-space: nowrap
}

.pk_cl li {
    margin-left: 40px;
    position: relative
}

    .pk_cl li:first-child {
        margin-left: 0
    }

.pk_cl .pk_account li a {
    line-height: 18px;
    color: inherit
}

.pk_cl .pk_account .dd_container {
    border: none
}

.pk_cl .dd_container {
    left: 50%;
    transform: translateX(-50%)
}

.pk_cl li ul {
    list-style-type: none;
    margin: 0
}

.pk_cl li span {
    display: inline-block;
    margin-bottom: 5px
}

.pk_cl li a span {
    margin: 0
}

.pk_cl li ul li,
.pk_cl2 li dl dt {
    margin: -1px 0 0
}

    .pk_cl li ul li:first-child,
    .pk_cl2 li dl dt:first-child {
        margin: 0
    }

.pk_cl .content_img img {
    float: left;
    height: auto;
    width: 63px
}

.pk_cl .text_desc {
    float: left;
    margin-left: 10px;
    width: 140px
}

    .pk_cl .text_desc a {
        display: block;
        font-size: 11px;
        line-height: 14px
    }

    .pk_cl .text_desc .price {
        font-size: 14px;
        line-height: 18px
    }

li.no-products,
dt.no-products {
    font-style: italic;
    line-height: 20px;
    margin: 0
}

.pk_cl > ul > li > a > .svgic {
    height: 15px;
    width: 15px;
    margin: 0
}

.header-4 .pk_cl > ul > li > a > .svgic {
    height: 16px;
    width: 16px
}

.icons-true .pk_cl .svgic {
    display: inline-block
}

.pk_cl .svgic.input-icon {
    width: 14px;
    height: 14px
}

.pk_cl > ul > li > a {
    color: inherit
}

.icons-true .pk_cl > ul > li {
    margin-left: 30px
}

.pk_register .forgot-password {
    display: flex
}

.pk_register .fb-login-button span {
    margin: 0
}

.dd_products {
    width: 300px
}

    .dd_products .indent {
        padding: 30px
    }

.pk_register h4 {
    margin: 0 5px;
    font-weight: 400;
    font-size: 16px
}

.pk_register .title-wrap span {
    padding: 0 10px
}

.pk_register .title-wrap .active span {
    border-bottom: 2px solid #444;
    color: #444
}

.title-wrap {
    justify-content: center;
    margin-bottom: 25px
}

.customer-form-container {
    width: 350px
}

    .customer-form-container .focus-border {
        margin: 0;
        display: block
    }

.customer-form > div {
    margin-bottom: 15px
}

.customer-form-tab {
    cursor: pointer
}

.form-wrap > form:not(.active) {
    display: none
}

.tos_link a:hover {
    text-decoration: underline
}

.customer-form-container.dd_container {
    height: auto !important
}

#category #block_testimonials,
.testimonialForm .alert,
#wide-testimonials .testimonial-avatar,
.wide-section .hide-on-wide {
    display: none
}

#block_testimonials {
    width: 100%;
    position: relative;
    color: #555
}

.testimonials-bg ul {
    padding: 0;
    list-style-type: none
}

.testimonials-bg {
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 500px;
    position: relative
}

#left_column .testimonials-bg {
    height: auto
}

#block_testimonials h4 {
    margin-top: 0;
    font-size: 25px
}

#left_column #block_testimonials h4 {
    font-size: 25px
}

.wide-section #block_testimonials h4 {
    font-size: 30px
}

.testimonials-nbs-flexisel-container {
    overflow: hidden
}

.wide-section .img-holder {
    position: absolute;
    top: 0;
    right: 0
}

#block_testimonials .nbs-flexisel-inner {
    overflow: hidden;
    width: calc(100%+10px)
}

#block_testimonials .nbs-flexisel-ul {
    display: flex;
    position: relative
}

#testimonials .testimonial {
    overflow: hidden;
    float: left
}

    #testimonials .testimonial .indent {
        margin-right: 10px
    }

    #testimonials .testimonial ul {
        padding-top: 15px
    }

        #testimonials .testimonial ul li {
            line-height: 18px
        }

#testimonials .testimonial-view {
    margin-right: 10px
}

#testimonials .testimonial-view,
#testimonials .testimonial-add,
a.zoom,
.wide-section #wide-testimonials li {
    float: left
}

#testimonials .testimonial-body {
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .07)
}

#testimonials .testimonial-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    float: left
}

    #testimonials .testimonial-avatar img {
        opacity: .6
    }

#testimonials .testimonial-body .bott {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQ4AAAAVCAQAAAAd3sjCAAAA/UlEQVR4Ae3WPy6EQQBA8UGjEKVE6QLUyi0kaicQtQNoSTRatTiAA4gLOAHd01j7Lda/L7tLIYxoZSb2Ww3m5XeFV7xAiw5xfM+N8ReoQyvwE7u3jbIYxOtIxQaTBP1+gfFNcNFvkMZNpM8OMwT9/ziWL0cOoxd544B5gsqIY783UhgPsR05ZomgUuKYojv4Now6VpFzVgkqKY6VtvuZYRyHd+5nknFMUw/dzyTjWLtyPzOM4+g+t59n7mfZcczyMnQ/k4xjvUrt57b7iXFw8pjcTxnHHK9f9nORIOP4tNl1P40j4/QpuZ8yjgXe0/sp49hyP40jZ8/9NA4V7wMYnDGNHv7JpQAAAABJRU5ErkJggg==) no-repeat 24px bottom;
    height: 20px;
    margin-bottom: -20px
}

#testimonials-list {
    padding-top: 20px
}

#testimonials .item-wrapper {
    padding: 18px 10px 25px 44px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAYAAABYHP4bAAABOElEQVR42u2UsW2DQBSGGcEjMIJHYAAXKV1mBAr3GSEjMECKjMAALiy5MWAHgmNkAREYYe6as17eSUmEnh4+5NLyk77u+/nvHQjr2gSbzRRxfplYI0e7vdx0SLIRD6kR+COO49mIgmdk1c9FYbjkxBcEOPI8dw0b+FzuM0lqKrsI3FIUBsG679Iicl28uI0iyA4HaJpmTgtMt/Cx28F3WW7/ZXzYGydWVQUXpU4A8I7YA9tIZgsQXQc4CeL2i1oqt20LWkImV96Nw22hlFpjzqGyzZ0I58kyDHoezZ7qumQP97Xfz6lcFMXRGjFpmq5otjufF6ysvybmVN6YoiSOjzSLY5vXN3/KNFvT7KCcZZlP5CEcYxGPbyyiW95SpJ1H0aPo3oukEK/6l25CSjmjRUKIpTGLjnZ/AIzi/AI1wjeeAAAAAElFTkSuQmCC) no-repeat 10px 20px
}

.testimonial-title {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 5px;
    color: #757978;
    display: none
}

    .testimonial-title.nt {
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 0;
        padding-bottom: 0
    }

.testimonial-text {
    color: #555;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px
}

#testimonials .testimonial-author {
    font-style: italic;
    font-size: 15px
}

#testimonials .testimonial-message {
    color: #555;
    font-style: italic
}

.add-testimonials-title {
    text-transform: none;
    font-size: 14px;
    line-height: 30px
}

#block_testimonials_submit fieldset {
    border: none;
    margin: 0;
    padding: 0
}

#block_testimonials_submit ol {
    list-style: none;
    padding: 0
}

    #block_testimonials_submit ol li {
        margin-bottom: 20px;
        clear: both
    }

        #block_testimonials_submit ol li textarea {
            border: 1px solid #e4e2e2;
            font-size: 14px
        }

#testimonial_main_message {
    width: 100%;
    border-top: 0
}

.testimonialsubmit {
    margin-left: 100px
}

.testimonial_img {
    margin-left: 100px
}

.testim-img label {
    line-height: 30px
}

.add-testimonials-confirmation {
    background: #c1f7c2;
    border: 1px solid #60b762;
    line-height: 30px;
    border-radius: 4px;
    padding: 10px;
    display: block
}

a.zoom {
    display: block;
    width: 70px
}

.testimonialbody {
    line-height: 20px;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px
}

.testimonialhead {
    display: block;
    line-height: 24px;
    padding-bottom: 10px;
    font-size: 20px
}

#paginationTop {
    padding: 10px 0;
    clear: both
}

.wide-section #block_testimonials {
    height: 400px;
    overflow: hidden
}

#block_testimonials .nbs-flexisel-nav-left .wide-section .imageHolder {
    max-height: 400px
}

.wide-section #block_testimonials .flexisel-nav-wrapper {
    position: relative;
    left: 50%;
    top: auto;
    right: auto;
    width: 90px;
    margin: 40px 0 0 -45px
}

.wide-section #block_testimonials .flexisel-nav {
    width: 33px;
    height: 33px;
    margin-right: 5px
}

    .wide-section #block_testimonials .flexisel-nav .svgic {
        width: 17px;
        height: 17px;
        color: #fff
    }

.testimonials-wrapper {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0
}

#block_testimonials .item-wrapper {
    padding: 0;
    background: 0 0
}

#wide-testimonials .testimonial-body {
    padding: 0;
    background: 0 0;
    border: none;
    text-align: center
}

#wide-testimonials .testimonial-title {
    margin-bottom: 15px
}

#wide-testimonials .testimonial-message {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400
}

.testimonial-author {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    float: none;
    display: inline-block;
    width: 100%;
    color: #7f7f7f
}

#wide-testimonials .testimonial {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.wide-section #wide-testimonials .testimonial .indent {
    text-align: center;
    margin: 0 10px 0 0
}

.testimonial-message {
    margin-bottom: 15px
}

#left_column .testimonial.nbs-flexisel-item {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.touch .wide-section .testimonials-bg {
    background-attachment: scroll
}

#block_testimonials.no-bg .testimonial-blocktitle a,
#block_testimonials.no-bg ul#wide-testimonials,
#block_testimonials.no-bg .testimonial-title,
#block_testimonials.no-bg .testimonial-message {
    color: #666
}

#block_testimonials.no-bg .testimonial-author {
    color: #999
}

#center_column.column_exist .page_width {
    width: 100%
}

#center_column.column_exist .testimonials-wrapper {
    width: 80%
}

#center_column.column_exist .testimonials-bg {
    height: 330px
}

#center_column.column_exist .testimonials-wrapper {
    padding-top: 30px
}

#center_column.column_exist #block_testimonials .testimonial-blocktitle {
    margin-bottom: 25px
}

@media(min-width:1170px) {
    .wide-section #block_testimonials {
        height: 500px
    }

    .testimonials-wrapper {
        padding-top: 100px
    }

    .wide-section #block_testimonials .flexisel-nav-wrapper {
        margin-top: 90px
    }
}

@media(max-width:768px) {
    .testimonials-wrapper {
        width: 90%
    }
}

.testimonials-wrapper .nbs-flexisel-inner {
    width: 100%
}

.testimonials-nbs-flexisel-wrapper.nbs-flexisel-wrapper {
    position: static;
    overflow: auto
}

#pattern .testimonials-wrapper .nbs-flexisel-nav-left {
    left: 5%;
    opacity: 0
}

#pattern .testimonials-wrapper .nbs-flexisel-nav-right {
    right: 5%;
    opacity: 0
}

#pattern #main .testimonials-wrapper .flexisel-nav {
    margin-top: -30px
}

#pattern #block_testimonials:hover .testimonials-wrapper .nbs-flexisel-nav-left {
    left: 10%;
    opacity: 1
}

#pattern #block_testimonials:hover .testimonials-wrapper .nbs-flexisel-nav-right {
    right: 10%;
    opacity: 1
}

#block_testimonials_column .testimonials-wrapper {
    margin: 0;
    padding: 0;
    width: 100%
}

#block_testimonials_column .testimonial-message {
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #e7e7e7;
    font-size: 15px;
    line-height: 23px
}

#block_testimonials_column .testimonial-avatar {
    min-width: 60px;
    width: 60px
}

#block_testimonials_column .testimonial-author {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 0 0 0 20px;
    text-align: left
}

    #block_testimonials_column .testimonial-author > div {
        color: #444;
        letter-spacing: 0
    }

    #block_testimonials_column .testimonial-author > h6 {
        margin: 0;
        padding: 0;
        color: #9b9b9b;
        letter-spacing: 0;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400
    }

#block_testimonials_column .testimonial-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block
}

#block_testimonials_column .testimonials-list .testimonial {
    margin: 0;
    padding: 0;
    border: none
}

#block_testimonials_column .pk-carousel-active .testimonial {
    margin-right: 30px
}

#block_testimonials_column .testimonials-wrapper .flexisel-nav {
    opacity: 1
}

body .cut-stars,
.star_content {
    width: 70px;
    height: 10px;
    position: relative
}

.star-container {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: space-between
}

    .star-container svg {
        width: 10px;
        height: 10px
    }

.star-rating {
    position: absolute;
    height: 100%;
    overflow: hidden
}

    .star-rating svg {
        color: #afafaf
    }

.cut-stars {
    overflow: hidden
}

#product_comments_block_extra {
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px
}

    #product_comments_block_extra a {
        padding-left: 10px;
        text-decoration: none
    }

        #product_comments_block_extra a:hover {
            text-decoration: underline
        }

    #product_comments_block_extra .star_content {
        margin-top: 2px
    }

    #product_comments_block_extra .comments_advices {
        clear: both
    }

#id_new_comment_form {
    padding-left: 30px
}

.new_comment_form_content .intro_form {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 12px
}

#new_comment_form label {
    display: block;
    font-size: .938em;
    line-height: 1em;
    margin: 0 10px 0 0;
    color: #5f5f5f
}

#new_comment_form textarea,
#new_comment_form input {
    background-color: transparent;
    border: 1px solid #ececec;
    color: #5f5f5f;
    font-size: .875em;
    line-height: 20px;
    padding: 10px 10px 10px 40px;
    width: 100%
}

#new_comment_form input {
    height: 40px;
    margin: 0
}

#new_comment_form textarea::placeholder {
    font-family: Roboto
}

#new_comment_form textarea {
    height: 90px;
    padding: 15px 20px;
    text-indent: 20px;
    background: transparent url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNCcgaGVpZ2h0PScxNCcgZmlsbD0nIzMzMycgdmlld0JveD0nMCAwIDQzMC4yMDcgNDMwLjIwNyc+PHBhdGggZD0nTTI3MC42MDEsNC45MjRMNy4zODUsMjY4LjE0Yy0zLjExNywzLjExNy00LjgxNyw3LjM2Ny01LjEsMTEuNjE3TDAuMzAxLDQxMy43NzNjMCw0LjUzMywxLjcsOC43ODMsNS4xLDExLjkgYzMuMTE3LDMuMTE3LDcuNjUsNC41MzMsMTEuOSw0LjUzM2gwLjI4M2wxMzAuMDUtMS4xMzNjNC41MzMsMCw4Ljc4My0xLjQxNywxMS45LTQuNTMzbDI2NS40ODMtMjY1LjQ4MyBjNi41MTctNi41MTcsNi41MTctMTcuMjgzLDAtMjQuMDgzTDI5NC42ODUsNC42NEMyODcuODg1LTEuNTkzLDI3Ny4xMTgtMS41OTMsMjcwLjYwMSw0LjkyNHogTTE0MC4yNjgsMzk1LjY0bC0xMDUuNjgzLDEuNDE3IGwxLjctMTA5LjkzM2wxNzUuNjY3LTE3NS42NjdsMTA2LjI1LDEwNi4yNUwxNDAuMjY4LDM5NS42NHogTTM0Mi4wMDEsMTkzLjkwN0wyMzYuMDM1LDg3LjY1N2w0Ni43NS00Ni43NWwxMDUuOTY3LDEwNi4yNSBMMzQyLjAwMSwxOTMuOTA3eicvPjwvc3ZnPg==) no-repeat 17px 17px
}

@media(min-width:1024px) {
    .fancybox-wrap #new_comment_form textarea {
        width: 450px;
        height: 150px
    }

    .fancybox-wrap #new_comment_form input {
        width: 450px
    }
}

#new_comment_form #commentCustomerName {
    background: transparent url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nIzY2Nicgdmlld0JveD0nMCAwIDI1IDI1Jz48cGF0aCBkPSdNMy4wMDEsMjMuOTg2QzMuMDAxLDI0LjU0MywzLjQ1MiwyNSw0LjAwMywyNWgxNi45OTNjMC41NTEsMCwxLjAwMi0wLjQ1NywxLjAwMi0xLjAxNCBjMC01LjYwNC0yLjUwNC0xMC40MTYtNi4wMjUtMTIuMzM5YzEuNzAxLTEuMTMxLDIuODItMy4wODgsMi44Mi01LjNjMC0zLjQ5NC0yLjgyLTYuMzQ4LTYuMjc3LTYuMzQ4IEM5LjA2MSwwLDYuMjIzLDIuODM1LDYuMjIzLDYuMzQ3YzAsMi4yMTIsMS4xMTksNC4xNTIsMi44MjEsNS4zQzUuNTA1LDEzLjU3LDMuMDAxLDE4LjM4MywzLjAwMSwyMy45ODZ6IE0xMi41LDIuMDI1IGMyLjM1NCwwLDQuMjczLDEuOTQxLDQuMjczLDQuMzIyYzAsMi4zOC0xLjkyLDQuMzIxLTQuMjczLDQuMzIxYy0yLjM1NCwwLTQuMjczLTEuOTQxLTQuMjczLTQuMzIxIEM4LjIyNywzLjk2NywxMC4xNDYsMi4wMjUsMTIuNSwyLjAyNXogTTEyLjUsMTIuNzQ1YzMuOTA2LDAsNy4xMTEsNC41MDcsNy40NjEsMTAuMjNINS4wMzhDNS4zODksMTcuMjUyLDguNTk0LDEyLjc0NSwxMi41LDEyLjc0NXonLz48L3N2Zz4=) no-repeat 15px 50%
}

#comment_title {
    background: transparent url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNCcgaGVpZ2h0PScxNCcgZmlsbD0nIzY2Nicgdmlld0JveD0nMCAwIDQ0NC44MzMgNDQ0LjgzMyc+PHBhdGggZD0nTTU1LjI1LDQ0NC44MzNoMzM0LjMzM2M5LjM1LDAsMTctNy42NSwxNy0xN1YxMzkuMTE3YzAtNC44MTctMS45ODMtOS4zNS01LjM4My0xMi40NjdMMjY5LjczMyw0LjUzMyBDMjY2LjYxNywxLjcsMjYyLjM2NywwLDI1OC4xMTcsMEg1NS4yNWMtOS4zNSwwLTE3LDcuNjUtMTcsMTd2NDEwLjgzM0MzOC4yNSw0MzcuMTgzLDQ1LjksNDQ0LjgzMyw1NS4yNSw0NDQuODMzeiBNMzcyLjU4MywxNDYuNDgzdjAuODVIMjU2LjQxN3YtMTA4LjhMMzcyLjU4MywxNDYuNDgzeiBNNzIuMjUsMzRoMTUwLjE2N3YxMzAuMzMzYzAsOS4zNSw3LjY1LDE3LDE3LDE3aDEzMy4xNjd2MjI5LjVINzIuMjVWMzR6Jy8+PC9zdmc+) no-repeat 15px 50%
}

#new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right
}

#new_comment_form button {
    padding: 10px 30px
}

#new_comment_form #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px
}

#product_comments {
    border-right: 1px solid #eaeaea
}

    #product_comments .svgic-account {
        width: 25px;
        height: 25px
    }

.product_comments h3 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0
}

.comments-inputs {
    justify-content: space-between
}

    .comments-inputs > div {
        width: 48%
    }

.product_comments .add-review,
.wide .products-carousel .add-review {
    display: none
}

.section-title {
    align-items: center;
    margin: 0 0 40px
}

    .section-title h3 {
        flex-grow: 1
    }

.section-indent {
    padding-right: 30px
}

.customer-icon {
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 75px;
    justify-content: center;
    margin-right: 35px;
    min-width: 75px
}

.title-block-wrapper .flex-container {
    align-items: center
}

.title-block-wrapper svg {
    width: 10px;
    height: 10px;
    margin: -1px 5px 0 0;
    color: #555
}

.title-block-wrapper div {
    font-size: .75em
}

.title-block-wrapper .pc_title_block {
    color: #444;
    flex-grow: 1;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0
}

.comment_details {
    flex-grow: 1
}

    .comment_details .title-block-wrapper {
        margin: 0 0 20px
    }

    .comment_details p {
        font-size: .938em;
        color: #777;
        line-height: 1.54em
    }

.comment {
    margin-bottom: 50px
}

.comment_author_infos {
    color: #b1b1b1;
    font-size: .875em;
    letter-spacing: 0;
    margin-top: 1em
}

#criterions_list {
    margin-bottom: 2rem;
    flex-direction: column
}

    #criterions_list .svgic-pk-star polygon {
        fill: none;
        stroke: #000;
        stroke-width: 5px;
        transition: all .5s ease-in-out
    }

    #criterions_list .star_on .svgic-pk-star polygon,
    #criterions_list .star_hover .svgic-pk-star polygon {
        fill: #444;
        stroke: none
    }

    #criterions_list .svgic-pk-star {
        width: 10px;
        height: 10px
    }

    #criterions_list .star {
        padding: 0 3px
    }

.criterions_list_wrapper {
    align-items: center;
    margin-bottom: 10px
}

#new_comment_form #commentCustomerName {
    margin-right: 0
}

.new_comment_form_content__inputs {
    margin-bottom: 20px;
    justify-content: space-between
}

.fancybox-inner #new_comment_form {
    width: 100%
}

.fancybox-inner #id_new_comment_form {
    padding: 0
}

.fancybox-inner p,
.fancybox-inner h2 {
    margin: 0 0 20px
}

.fancybox-inner br {
    display: none
}

.fancybox-inner .submit {
    margin-bottom: 0
}

#extra-99 #new_comment_form {
    display: block !important
}

#module-ph_simpleblog-single #content-wrapper .page-header h1 {
    font-size: 28px
}

#module-ph_simpleblog-single #content-wrapper .simpleblog__post p {
    font-size: 16px;
    line-height: 24px
}

#module-ph_simpleblog-single #content.card,
#module-ph_simpleblog-list #content.card {
    padding: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.simpleblog__mostViewed__menu {
    margin-top: .625rem
}

    .simpleblog__mostViewed__menu li:last-child a {
        border-bottom: none
    }

    .simpleblog__mostViewed__menu li a {
        border-bottom: 1px solid rgba(0, 0, 0, .25);
        width: 100%;
        display: inline-block;
        margin: .3125rem 0 0;
        padding-bottom: .1875rem;
        font-size: 14px
    }

.simpleblog__mostViewed__footer {
    text-align: center
}

    .simpleblog__mostViewed__footer .btn-primary {
        color: #fff
    }

.simpleblog__listing {
    margin-top: 30px;
    padding-bottom: 60px
}

.simpleblog__listing__post.first-in-line {
    clear: left
}

.slpw {
    margin-bottom: 50px
}

.simpleblog__listing__post__wrapper__content {
    padding: 30px 0 0
}

    .simpleblog__listing__post__wrapper__content > p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 20px
    }

    .simpleblog__listing__post__wrapper__content h3 {
        margin-bottom: 10px
    }

        .simpleblog__listing__post__wrapper__content h3 a {
            color: #484848;
            text-decoration: none
        }

.simpleblog__listing__post__wrapper__content__footer {
    display: flex;
    align-items: center
}

.simpleblog__listing__post__wrapper__content__footer__category {
    margin-left: 15px
}

    .simpleblog__listing__post__wrapper__content__footer__category i {
        color: #727272
    }

    .simpleblog__listing__post__wrapper__content__footer__category a,
    .simpleblog__listing__post__wrapper__content__footer__category span,
    .simpleblog__listing__post__wrapper__content__footer__category time {
        position: relative;
        top: 2px;
        margin-left: 2px;
        color: #727272
    }

.slpwf {
    padding: 0 0 10px
}

    .slpwf > div {
        margin-right: 20px
    }

.slpwfb span,
.slpwfb time {
    color: #888;
    font-size: 12px
}

.simpleblog__listing__pagination {
    margin-top: 1.5rem
}

    .simpleblog__listing__pagination > div {
        color: #7a7a7a
    }

@media(max-width:767px) {
    .simpleblog__listing__pagination__list {
        text-align: center
    }
}

@media(max-width:767px) {
    .simpleblog__listing__pagination__list li {
        text-align: center
    }
}

@media(max-width:767px) {

    .simpleblog__listing__pagination__list li:first-child,
    .simpleblog__listing__pagination__list li:last-child {
        display: block;
        overflow: auto;
        margin: 10px 0
    }
}

@media(max-width:767px) {

    .simpleblog__listing__pagination__list li:first-child a,
    .simpleblog__listing__pagination__list li:last-child a {
        float: none
    }
}

.simpleblog__postInfo ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex
}

@media(max-width:991px) {
    .simpleblog__postInfo ul {
        display: block;
        overflow: auto
    }
}

.simpleblog__postInfo ul li {
    color: #727272
}

@media(max-width:991px) {
    .simpleblog__postInfo ul li {
        float: left;
        width: 50%
    }
}

.simpleblog__postInfo ul li a {
    color: inherit
}

    .simpleblog__postInfo ul li a:hover {
        text-decoration: underline
    }

.simpleblog__postInfo ul li:last-child:after {
    display: none
}

.simpleblog__postInfo ul li:after {
    content: '';
    height: 10px;
    background: #cecece;
    width: 2px;
    margin: 0 13px;
    display: inline-block
}

@media(max-width:991px) {
    .simpleblog__postInfo ul li:after {
        display: none
    }
}

.simpleblog__postInfo ul li i {
    color: #727272;
    font-size: 20px;
    margin-right: 5px
}

.simpleblog__postInfo ul li span {
    color: #727272;
    font-size: 13px
}

.simpleblog__post {
    margin-bottom: 60px
}

.simpleblog__post-featured {
    margin-bottom: 30px;
    display: block
}

    .simpleblog__post-featured img {
        max-width: 100%;
        margin: 0 auto;
        display: block
    }

.simpleblog__share {
    margin-bottom: 60px
}

    .simpleblog__share ul {
        list-style-type: none;
        margin: 25px 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media(max-width:991px) {
    .simpleblog__share ul {
        display: block
    }
}

.simpleblog__share ul li {
    margin-right: 16px
}

@media(max-width:991px) {
    .simpleblog__share ul li {
        margin: 0 0 10px
    }
}

@media(max-width:991px) {
    .simpleblog__share ul li .btn {
        width: 100%
    }
}

.simpleblog__featuredProducts {
    margin-bottom: 60px
}

    .simpleblog__featuredProducts > h2 {
        margin-bottom: 25px
    }

.simpleblog__comments {
    margin-bottom: 60px
}

    .simpleblog__comments > h2 {
        margin-bottom: 25px
    }

.simpleblog__comments-empty {
    margin-bottom: 0
}

.simpleblog__comments .alert a {
    color: inherit
}

.simpleblog__comments > ul {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .simpleblog__comments > ul > li {
        padding: 1.563rem 1.25rem
    }

        .simpleblog__comments > ul > li:nth-child(odd) {
            background: #fff
        }

        .simpleblog__comments > ul > li:nth-child(even) {
            background: #f6f6f6
        }

        .simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
            list-style-type: none;
            margin: 0 0 12px;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

@media(max-width:991px) {
    .simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
        display: block
    }
}

.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li {
    font-size: 14px;
    color: #727272
}

    .simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:last-child:after {
        display: none
    }

    .simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
        content: '';
        height: 10px;
        background: #cecece;
        width: 2px;
        margin: 0 18px;
        display: inline-block
    }

@media(max-width:991px) {
    .simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
        display: none
    }
}

.simpleblog__comments > ul > li .simpleblog__comments__authorInfo__author {
    color: #38b5d0 !important;
    font-weight: 600
}

.simpleblog__comments > ul > li .simpleblog__comments__text {
    color: #414141
}

    .simpleblog__comments > ul > li .simpleblog__comments__text p {
        color: #414141
    }

    .simpleblog__comments > ul > li .simpleblog__comments__text p {
        margin: 0;
        padding: 0
    }

.simpleblog__addComment {
    margin-bottom: 60px
}

    .simpleblog__addComment .alert a {
        color: inherit
    }

    .simpleblog__addComment > h2 {
        margin-bottom: 25px
    }

.simpleblog__addComment__form {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1.563rem 1.25rem
}

@media(max-width:991px) {
    .simpleblog__addComment__form .form-footer .btn-primary {
        width: 100%;
        float: none !important
    }
}

.simpleblog__seo {
    display: none
}

.simpleblog__categoryInfo {
    border-bottom: 2px solid #d6d6d6;
    margin: 30px 0
}

    .simpleblog__categoryInfo img {
        width: 100%;
        height: auto
    }

    .simpleblog__categoryInfo p {
        font-size: 14px;
        color: #727272;
        margin: 30px 0
    }

#phblogrecentposts .h1 {
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem
}

    #phblogrecentposts .h1 a {
        float: right;
        text-transform: none;
        font-size: 80%;
        position: absolute;
        right: 0;
        bottom: 0
    }

.simpleblog-socialshare {
    margin-bottom: 30px
}

.sidebar .slpwc .post-date {
    font-family: archivo narrow;
    text-transform: uppercase;
    color: #666
}

.style-2 .slpw > a {
    margin-left: 1px
}

#content {
    padding: 0;
    border: none
}

.product-thumbnail .btn.in_comparison {
    background-color: #e1e1e1
}

    .product-thumbnail .btn.in_comparison svg {
        color: #555
    }

.product-thumbnail .add_to_compare .svgic {
    width: 18px;
    height: 18px
}

.products_block {
    display: flex;
    justify-content: space-between
}

    .products_block .product-block {
        border: 1px solid #f3f3f3;
        padding: 30px;
        width: 19%
    }

.product-block a {
    display: block
}

.sale-box {
    background: red;
    color: #fff;
    font: normal 14px/24px Arial left:0;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 80px
}

.cmp-remove {
    cursor: pointer
}

    .cmp-remove .svgic {
        height: 10px;
        width: 10px;
        color: #636363
    }

.button-container {
    margin-bottom: 30px
}

.comparison_infos {
    padding: 0
}

.cell-space {
    padding: .75em 1em
}

.comparison_infos .product-name {
    font-size: 15px;
    line-height: 22px;
    margin: 30px 0 0;
    font-weight: 400;
    color: #333
}

#product_comparison .star_content {
    margin: 6px auto 0
}

#wrapper #product_comparison h6 {
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
    font-size: 15px;
    color: #333
}

#product_comparison td {
    padding: 1rem;
    font-size: 16px;
    color: #636363
}

    #product_comparison td:first-child {
        text-transform: uppercase
    }

        #product_comparison td:first-child h6 {
            padding: 0 20px
        }

    #product_comparison td:not(:first-child) {
        text-align: center
    }

#product_comparison tr:nth-child(even) {
    background: #f9f9f9
}

#product_comparison tr:nth-child(odd) {
    background: #fff
}

#product_comparison tr.cmp-description td {
    font-size: 14px;
    line-height: 20px
}

#product_comparison p {
    margin: 0
}

#product_comparison {
    border-collapse: collapse
}

#wrapper #product_comparison h6.product-price-and-shipping {
    display: inline-block;
    margin: 0;
    font-size: 18px
}

#product_comparison .product-price-and-shipping {
    display: flex;
    justify-content: center
}

    #product_comparison .product-price-and-shipping span {
        font-size: inherit;
        font-family: inherit
    }

#wrapper .wide-space {
    padding: 2rem
}

@media(max-width:1024px) {

    #product_comparison td:first-child,
    .cmp-description {
        display: none
    }

    #wrapper .wide-space,
    #product_comparison td {
        padding: .5em;
        font-size: .75em
    }

    .btn.add-to-cart {
        text-transform: none;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:480px) {
    .compare-form .bt_compare .btn-txt {
        display: none
    }

    .compare-form .bt_compare svg {
        width: 1em;
        height: 1em
    }
}

@media(min-width:481px) {
    .compare-form .bt_compare svg {
        display: none
    }
}

.tab-pane .module-title.compare-title,
#product .cmp-remove {
    display: none
}

#pattern #wrapper .tab-pane .products-carousel {
    margin: 0
}

#product_comparison.num-6 td {
    width: 14.28%
}

#product_comparison.num-5 td {
    width: 16.66%
}

#product_comparison.num-4 td {
    width: 20%
}

#product_comparison.num-3 td {
    width: 25%
}

#product_comparison.num-2 td {
    width: 33.33%
}

.table-bordered-no td {
    border: none
}

#main .quick-compare-products {
    margin-top: 70px
}

.quick-compare-products .add-review {
    display: none
}

#module-blockwishlist-mywishlist h2 {
    background: #fceeca;
    font-size: 18px;
    font-weight: 700;
    padding: 9px;
    text-transform: uppercase;
    display: inline-block
}

.note_mywishlist {
    padding-top: 10px;
    font-size: 11px
}

#wishlist_block #wishlist_block_list {
    margin: 5px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc
}

#wishlist_block_list dt {
    position: relative;
    margin-top: 5px;
    padding-right: 20px
}

#wishlist_block_list .quantity-formated {
    display: inline-block;
    margin-right: 5px;
    width: 15px
}

#wishlist_block_list .cart_block_product_name {
    font-weight: 700
}

#wishlist_block_list .ajax_cart_block_remove_link {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1px 0 0 5px;
    height: 12px;
    width: 12px
}

#wishlist_block_list dd {
    margin: 0 0 0 24px
}

#wishlist_block_list .ajax_cart_block_remove_link a {
    display: inline-block;
    height: 12px;
    width: 12px
}

#wishlist_block_list .price {
    float: right
}

#wishlist_block select#wishlists {
    margin-bottom: 10px;
    width: 99%;
    border: 1px solid #ccc
}

#wishlist_block .lnk {
    padding: 0
}

    #wishlist_block .lnk a {
        display: block;
        font-weight: 700;
        text-align: right
    }

#module-blockwishlist-mywishlist #mywishlist fieldset {
    padding: 10px;
    border-radius: 3px;
    background: #eee
}

#module-blockwishlist-mywishlist #mywishlist p.text label {
    display: inline-block;
    padding-right: 10px;
    width: 174px;
    font-weight: 700;
    font-size: 12px;
    text-align: right
}

#module-blockwishlist-mywishlist #mywishlist p.text input {
    padding: 0 5px;
    width: 288px;
    border: 1px solid #ccc
}

#module-blockwishlist-mywishlist #mywishlist p.submit {
    padding-bottom: 0;
    text-align: right;
    float: right
}

.friend_email {
    float: left
}

    .friend_email label {
        font-size: 14px;
        margin-right: 10px
    }

#form_wishlist input.inputTxt {
    max-width: 400px
}

#module-blockwishlist-mywishlist #block-order-detail {
    margin-top: 20px
}

    #module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
        display: inline-block;
        height: 12px;
        width: 12px
    }

#module-blockwishlist-mywishlist .wishlistLinkTop {
    float: right;
    width: 804px
}

    #module-blockwishlist-mywishlist .wishlistLinkTop ul {
        list-style-type: none;
        border-bottom: 1px dotted #ccc
    }

        #module-blockwishlist-mywishlist .wishlistLinkTop ul.wlp_bought_list {
            border: none
        }

    #module-blockwishlist-mywishlist .wishlistLinkTop .display_list li a {
        display: inline-block;
        padding: 7px 11px 5px 22px;
        color: #333
    }

    #module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
        float: right;
        display: block;
        height: 12px;
        width: 12px;
        text-indent: -5000px
    }

    #module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
    #module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
        display: none
    }

#module-blockwishlist-mywishlist .wishlisturl {
    margin: 20px 0;
    padding: 10px;
    background: #eee;
    float: left
}

    #module-blockwishlist-mywishlist .wishlisturl input {
        padding: 2px 5px;
        border: 1px solid #ccc
    }

ul.wlp_bought_list {
    list-style-type: none;
    margin-bottom: 20px
}

    ul.wlp_bought_list li {
        position: relative;
        float: left;
        margin: 34px 17px;
        width: 166px
    }

        ul.wlp_bought_list li .product_image {
            text-align: center;
            padding-bottom: 18px
        }

    ul.wlp_bought_list .product_image img {
        max-width: 135px
    }

.product_name {
    margin: 0 0 10px
}

ul.wlp_bought_list .product_name {
    padding: 0;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 11px
}

ul.wlp_bought_list a:hover {
    text-decoration: none
}

ul.wlp_bought_list .category_name {
    font-size: 11px;
    height: 14px;
    padding-bottom: 2px
}

ul.wlp_bought_list .attr_value {
    font-size: 10px;
    color: gray;
    float: right;
    line-height: 1.5
}

    ul.wlp_bought_list .attr_value a {
        font-size: 10px;
        color: gray
    }

ul.wlp_bought_list .attribute_price {
    float: left;
    font-size: 12px
}

ul.wlp_bought_list .product_infos {
    margin-left: 10px
}

#page ul.wlp_bought_list .add_cart.ajax_add_to_cart_button {
    display: block;
    float: left
}

ul.wlp_bought_list li .product_infos .wishlist_product_detail input,
ul.wlp_bought_list li .product_infos .wishlist_product_detail select {
    border: 1px solid #d1d1d1
}

.no_product_note {
    padding-left: 26px;
    padding-top: 8px;
    float: left
}

#wish_list .slider_wrapp {
    margin: 50px 0
}

.wishlist_slider {
    overflow: hidden;
    width: 288px;
    height: 408px
}

    .wishlist_slider ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .wishlist_slider li {
        height: 135px;
        border-bottom: 1px solid #ddd;
        list-style: none
    }

.mywishlist_link {
    display: block;
    float: right;
    text-transform: uppercase;
    margin-top: 6px;
    font-size: 10px
}

.wishlist_pr_img {
    display: block;
    float: left;
    margin: 18px
}

.wishlist_pr_info {
    float: left;
    width: 144px;
    margin: 18px 0 18px 8px
}

    .wishlist_pr_info .cart_block_product_name {
        font-size: 9px;
        text-transform: uppercase;
        padding-bottom: 6px;
        display: block
    }

    .wishlist_pr_info .category_name {
        font-size: 11px
    }

    .wishlist_pr_info .product_attribut {
        font-size: 10px
    }

    .wishlist_pr_info .attribute_price {
        font-size: 11px;
        float: left;
        padding-top: 18px
    }

    .wishlist_pr_info .ajax_add_to_cart_button {
        float: right;
        background: #fff;
        border: 1px solid #000;
        text-transform: uppercase;
        color: #000;
        padding: 2px;
        font-size: 10px;
        margin-top: 16px
    }

        .wishlist_pr_info .ajax_add_to_cart_button:hover {
            text-decoration: none
        }

#wish_list .jcarousel-control-prev,
#wish_list .jcarousel-control-next {
    width: 288px;
    background-position: 140px 6px
}

#wish_list .jcarousel-control-next {
    background-position: 140px -10px;
    bottom: -21px
}

.wishlist_pr_img img {
    width: 90px
}

#no_products_wish {
    font-size: 10px;
    text-align: center
}

.wish_login_note {
    font-size: 9px;
    padding: 14px
}

    .wish_login_note .login_links {
        text-align: center;
        padding-top: 14px
    }

    .wish_login_note a {
        font-weight: 700;
        font-size: 11px
    }

.wishlistLinkTop .form-control[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

#module-advansedwishlist-mywishlist #block-order-detail #hideSendWishlist {
    display: inline-block
}

#module-advansedwishlist-mywishlist .wishlistLinkTop ul.display_list {
    border-bottom: 1px solid #d6d4d4;
    margin-bottom: 20px
}

    #module-advansedwishlist-mywishlist .wishlistLinkTop ul.display_list a {
        display: inline-block;
        color: #333;
        margin: 10px 10px 10px 0;
        font-weight: 700
    }

        #module-advansedwishlist-mywishlist .wishlistLinkTop ul.display_list a:hover {
            color: #515151
        }

#module-advansedwishlist-mywishlist .wishlistLinkTop li {
    float: left
}

#module-advansedwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
    float: right
}

#module-advansedwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
#module-advansedwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
    display: none
}

.wish_link_text {
    width: 130px;
    text-align: center
}

.wish_link.wish_link_text > a,
.wish_link.wish_link_text > span {
    color: #8a8a8a
}

.wishlist_count {
    background: #7bcf7c;
    position: absolute;
    top: 6px;
    right: 0;
    padding: 2px 4px
}

#idWishlist {
    border: 1px solid #ebebeb;
    height: 2.5rem;
    width: 6.75rem
}

@media(max-width:1024px) {
    #block_wishlist_top {
        right: 16px;
        top: 0
    }

    .wish_link_text {
        width: 21%;
        font-size: 12px;
        padding: 10px 15px 0 0
    }

    #languages-block-top {
        width: 17%
    }

    #currencies-block-top {
        width: 13%
    }
}

#module-advansedwishlist-mywishlist .card-block {
    padding: 1.25rem
}

#mywishlist .checkbox-col {
    max-width: 36px
}

#table_wishlist th {
    border-bottom: 0
}

#mywishlist .product_image img,
.wl_product_qty,
#mywishlist .table select {
    width: 90%;
    max-width: 98px
}

.btn_action > * {
    margin-right: 10px
}

    .btn_action > * svg {
        display: block
    }

#mywishlist .table .btn_action a {
    display: block
}

.mywishlist_17 table th {
    text-align: left
}

@media all and (max-width:639px) {
    #mywishlist .table .btn_action a {
        padding: 8px 5px;
        line-height: 1;
        display: inline-block;
        font-weight: 400;
        text-transform: none
    }

    #mywishlist.mywishlist_17 .table .btn_action a {
        color: #fff
    }

    .wl_product_qty,
    #mywishlist .table select,
    #mywishlist .table input {
        max-width: 45px
    }

    .wishlist-product-actions .btn_action {
        padding: 4px 8px
    }

    #table_wishlist td.wishlist-product-actions {
        border-bottom: 1px solid #878787;
        background: #bfbcbc
    }

    .wlp_bought {
        padding-bottom: 16px
    }

    table#table_wishlist td[class*=col-],
    table#table_wishlist th[class*=col-] {
        float: left
    }
}

ul.product_list .functional-buttons div.wishlist a:before,
ul.product_list .functional-buttons div.wishlist a.checked:before {
    content: none
}

ul.product_list .functional-buttons div.wishlist a.checked,
.wrap_alert .checked .icon-heart:before,
.addToWishlist.checked,
.products .wishlist .checked,
#wishlist_button.checked,
#wishlist_button.checked i:before {
    color: #afacac
}

ul.product_list.grid > li .product-container .functional-buttons div.alert_note {
    padding: 14px;
    width: 130px
}

.product_infos .hidden-sm-up {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #55c65e
}

#_desktop_contact_link {
    float: left
}

#advansedwishlist_block.advansedwishlist_17 {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 1.5625rem 1.25rem;
    margin-bottom: 1.5625rem
}

    #advansedwishlist_block.advansedwishlist_17 a {
        color: #414141
    }

#ws_wishlist_block_list dt {
    font-weight: 400
}

.default-section > svg {
    color: #333
}

.default-section > a svg {
    color: #ccc
}

.current-wishlist-buttons > a {
    margin-right: 15px
}

#wishlist_button_block > a svg {
    width: 16px;
    height: 16px
}

.favoritesButton svg {
    width: 16px;
    height: 16px
}

.remove-fav.in_progress {
    animation: unset;
    background: 0 0
}

#products .favoritesButton.icon_checked {
    background: #e1e1e1
}

.product-thumbnail .favoritesButton.icon_checked:not(:hover) svg {
    color: #555
}

.product-thumbnail .favoritesButton svg.in_progress {
    width: 100%;
    height: 100%
}

    .product-thumbnail .favoritesButton svg.in_progress use {
        display: none
    }
