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
}

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%
}

.archivo {
    font-family: "Archivo Narrow"
}

body .hidden,
.svgic.hidden {
    display: none
}

.hidden-important {
    display: none !important
}

.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
}

.static-important {
    position: static !important
}

.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
}

.flex-wrap {
    flex-wrap: wrap
}

.grid-container,
.flex-container.grid-container {
    display: grid
}

.align-items-top {
    align-items: flex-start
}

.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
}

.pkimg {
    width: 100%;
    height: auto
}

.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 0.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,
body .elementor-section.elementor-section-boxed>.elementor-container {
    margin: 0 auto;
    width: 90%
}

#content.card-block {
    padding: 0
}

#main>h2 {
    margin-top: 0
}

.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
}

body .product-miniature .product-thumbnail .btn.in_progress {
    border-radius: 50%
}

.in_progress svg {
    opacity: 0
}

.in_progress {
    border-radius: 50%;
    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 {
    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: 220px;
    z-index: 999
}

.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;
    background: #fff;
    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
}

.opt-list ul li a,
.user-select li a {
    color: inherit
}

.user-select li {
    text-transform: uppercase
}

.user-select li:first-child {
    border-top-color: #000
}

.user-select>div {
    z-index: 99
}

.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: .1em
}

.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
}

.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 #desktop_cart .remove-product svg {
    color: #444;
    width: 10px;
    height: 10px
}

#header #desktop_cart .remove-product:hover svg {
    color: #000
}

#left-column .sidebar-toggler {
    display: none
}

@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%
    }
}

@media (max-width:800px) {
    #header .header-main>.page-width {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px
    }

    #pattern .footer-main {
        padding: 40px 0
    }

    .products-selection .col-md-6 {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .products-sort-order,
    .sort-by-row .select-title,
    .products-selection .sort-by-row,
    .products-sort-order .select-title {
        width: 150px
    }

    .products-sort-order {
        margin-bottom: 15px
    }

    body .view_list .product-thumbnail {
        min-width: 180px
    }

    body #pattern .view_list .product-miniature {
        margin-bottom: 30px
    }

    #left-column {
        left: 0;
        transform: translateX(-100%);
        position: absolute;
        background: #fff
    }

    #left-column.sidebar-open {
        transform: translateX(0);
        padding: 30px;
        z-index: 999;
        width: 90%;
        max-width: 400px;
        max-height: 100%;
        overflow: auto
    }

    #left-column .sidebar-toggler {
        position: absolute;
        right: -50px;
        width: 50px;
        height: 50px;
        top: 40px;
        background: #ccc;
        margin: 0;
        z-index: 99;
        cursor: pointer;
        opacity: .9;
        display: flex
    }

    .sidebar-toggler svg {
        transform: rotate(180deg)
    }

    #left-column.sidebar-open .sidebar-toggler {
        right: 0
    }

    #left-column.sidebar-open .sidebar-toggler svg {
        transform: rotate(0)
    }

    #pattern #content-wrapper-left {
        width: 100%
    }

    #pattern #content-wrapper-left #main {
        padding: 0
    }
}

@media (max-width:500px) {
    #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
    }

    #wrapper,
    #header .header-main>.page-width {
        flex-direction: column
    }

    .product-miniature .product-thumbnail .btn {
        width: 2rem;
        height: 2rem;
        margin: 0 1px
    }

    .products-selection {
        flex-direction: column
    }

    .products-selection>* {
        margin-bottom: 10px
    }

    .products-selection .select-title {
        max-width: 100%;
        width: 100% !important
    }
}

@media (min-width:1280px) {
    body .pk-menu-horizontal li.level-1>a {
        padding: 15px 40px
    }
}

@media (max-width:800px) {
    #header .header-main>.page-width {
        height: auto;
        padding: 30px 0
    }
}

.shopping_cart {
    text-align: left
}

#search_widget {
    float: none !important
}

#search_widget input[type="text"],
#search_widget_mobile 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: .025em
}

.show-search #search_widget,
.show-search-2 #search_widget {
    display: block;
    opacity: 1;
    z-index: 9
}

#search_widget_mobile .search_list {
    padding: 0
}

#search_widget_mobile .search_list .thumbnail-container .thumbnail {
    min-width: 120px;
    width: 120px
}

#search_widget label .svgic-search,
#search_widget_mobile label .svgic-search {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

#search_widget.popup_search label .svgic-search {
    width: 30px;
    height: 30px
}

#search_widget button,
#search_widget_mobile 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%;
    border: none
}

#search_widget.popup_search2 .svgic {
    height: 50%;
    top: 50%;
    width: auto;
    max-width: 10%;
    transform: translateY(-50%);
    right: 30px
}

.popup_search .search_list {
    border-top: 1px solid #ccc
}

#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: 380px
}

.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 .btn {
    width: 100%;
    display: block;
    font-size: .8rem;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: .1em
}

.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 !important
}

.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
}

.product-list-container {
    margin-bottom: 40px
}

.ps_categorytree .module-body {
    border-top: 1px solid #313537;
    margin-top: 1px;
    padding-top: 10px
}

.ps_categorytree .category-tree li {
    padding: 10px 0 10px 9px
}

.catmenu-trigger {
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    height: 16px;
    width: 16px
}

.catmenu-trigger>span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.ps-cat-act>span {
    display: block;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #222
}

.root_li ul li div {
    display: none;
    padding-left: 15px
}

.root_li li:last-child img {
    width: 16px
}

.children-true>div {
    padding-left: 15px
}

.header-bottom {
    font-size: 12px;
    color: #e2e2e2;
    letter-spacing: .15em
}

.header-bottom .ps_categorytree {
    height: 100%;
    width: 30%
}

.header-bottom .ps_categorytree .module-title {
    margin: 0;
    color: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: inherit;
    letter-spacing: inherit
}

.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: 500px;
    padding: 0;
    z-index: 99;
    border: none;
    margin-top: 14px
}

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

.view_grid .product_list .grid-container>article,
.view_list .grid-container>article {
    width: 100%;
    margin-right: 0
}

.view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    column-gap: 40px;
    grid-auto-flow: dense
}

.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))
}

#pattern #products.view_grid.view_grid2 .product_list #js-product-list .grid-container {
    grid-template-columns: repeat(2, minmax(100px, 1fr))
}

#pattern #products.view_grid.view_grid3 .product_list #js-product-list .grid-container {
    grid-template-columns: repeat(3, minmax(100px, 1fr))
}

#pattern #products.view_grid.view_grid4 .product_list #js-product-list .grid-container {
    grid-template-columns: repeat(4, minmax(100px, 1fr))
}

#pattern #products.view_grid.view_grid5 .product_list #js-product-list .grid-container {
    grid-template-columns: repeat(5, minmax(100px, 1fr))
}

#pattern #products.view_grid.view_grid6 .product_list #js-product-list .grid-container {
    grid-template-columns: repeat(6, minmax(100px, 1fr))
}

#products.view_grid .pm_desk_false {
    display: none
}

.products {
    display: flex;
    flex-wrap: wrap
}

#products .products {
    justify-content: space-around
}

.product-thumbnail {
    margin-bottom: 23px;
    flex-wrap: wrap
}

.product-thumbnail>a {
    display: block;
    width: 100%;
    z-index: 1
}

.product-thumbnail img {
    width: 100%;
    height: auto;
    display: block
}

body .product-thumbnail .add {
    margin: 0
}

.product-thumbnail>a>img:first-child {
    position: relative;
    z-index: 2
}

.product-thumbnail>a>img:first-child+.pmimage-switcher {
    display: none
}

.product-thumbnail>a>img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.pmimage-switcher {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    align-items: stretch
}

.pmimage-switcher span {
    display: block;
    flex-grow: 1;
    position: relative
}

.pmimage-switcher span:after {
    transform: translateY(5px);
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transition: all .2s ease-in-out
}

.pmimage-switcher span:hover:after {
    background: rgba(0, 0, 0, .4);
    transform: translateY(0)
}

.product-thumbnail .active-switcher span:after {
    transform: translateY(0)
}

.product-miniature .product-thumbnail .active-switcher img.pmhovered {
    opacity: 1;
    z-index: 1
}

.product-miniature .product-thumbnail .active-switcher img:not(.pmhovered) {
    opacity: 0;
    z-index: 0
}

.view_list .flex-container.grid-container {
    display: flex !important
}

.view_list #js-product-list .product-miniature {
    width: 100%
}

.view_list .thumbnail-container {
    display: flex
}

.view_list .product-desc-wrap {
    display: flex;
    width: 100%;
    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 #pattern .view_grid .product-miniature .product-title {
    width: 70%;
    float: left
}

.pm-details-layout1 #pattern .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 #pattern .view_grid .product-miniature .product-price-and-shipping>span {
    margin: 0
}

.pm-details-layout2 #pattern .view_grid .product-description {
    display: flex;
    flex-direction: column
}

.pm-details-layout2 #pattern .view_grid .product-description .hook-reviews {
    order: 1;
    position: absolute;
    right: 0
}

.pm-details-layout2 #pattern .view_grid .product-description .product-brand {
    order: 2;
    width: calc(100% - 70px)
}

.pm-details-layout2 #pattern .view_grid .product-description .product-title {
    order: 3
}

.pm-details-layout2 #pattern .view_grid .product-description .product-price-and-shipping {
    order: 4
}

.pm-details-layout2 #pattern .view_grid .product-description .short-desc {
    order: 5
}

.pm-details-layout3 #pattern .view_grid .product-desc-wrap {
    display: flex;
    flex-direction: column
}

.pm-details-layout3 #pattern .view_grid .highlighted-informations {
    order: 1
}

.pm-details-layout3 #pattern .view_grid .product-description {
    order: 2;
    margin: 0;
    display: flex;
    flex-direction: column
}

.pm-details-layout3 #pattern .view_grid .product-price-and-shipping {
    order: 1;
    justify-content: center
}

.pm-details-layout3 #pattern .view_grid .product-title {
    order: 2;
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
}

.pm-details-layout3 #pattern .view_grid .variant-links {
    justify-content: center
}

.pm-details-layout3 #pattern .view_grid .product-description .hook-reviews {
    order: 3
}

.pm-details-layout3 #pattern .view_grid .product-description .hook-reviews>div {
    justify-content: center
}

.pm-details-layout3 .product-thumbnail {
    margin-bottom: 28px
}

.pm-details-layout4 #pattern .view_grid .product-description {
    display: flex;
    flex-direction: column
}

.pm-details-layout4 #pattern .view_grid .product-description .product-price-and-shipping {
    order: 2
}

.pm-details-layout4 #pattern .view_grid .product-description .product-title {
    order: 1;
    margin-bottom: 15px
}

.pm-details-layout4 #pattern .view_grid .product-description .short-desc {
    order: 3
}

.pm-details-layout4 #pattern .view_grid .product-description .hook-reviews {
    order: 4
}

.pm-details-layout5 #pattern .view_grid .product-miniature .product-title {
    width: 60%;
    float: right
}

.pm-details-layout5 #pattern .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 #pattern .view_grid .product-miniature .product-brand,
.pm-details-layout5 #pattern .view_grid .product-miniature .highlighted-informations,
.pm-details-layout5 #pattern .view_grid .product-miniature .hook-reviews {
    margin-left: 40%
}

.pm-details-layout5 #pattern .view_grid .product-miniature .product-price-and-shipping>span {
    margin: 0
}

.pm-details-layout5 #pattern .view_grid .product-miniature .product-description {
    position: relative;
    overflow: hidden
}

.pm-details-layout5 #pattern .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;
    width: 100%
}

.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
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

#pattern #left-column .product-miniature .product-brand {
    margin-left: 0
}

#pattern #left-column .product-miniature .product-title {
    float: none;
    width: 100%
}

#pattern #left-column .product-miniature .product-price-and-shipping {
    position: relative
}

#pattern #left-column .product-miniature .product-description:after {
    display: none
}

.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: 19px;
    color: #444;
    margin-bottom: 10px;
    margin-right: 35px
}

.mini-product .product-price-and-shipping {
    font-size: 15px
}

.mini-product .product-description {
    flex-grow: 1;
    width: calc(100% - 97px)
}

.product-description {
    max-width: 1200px;
    margin: 0 auto
}

.hook-reviews {
    clear: both
}

.grade-stars-list,
.pk_features_container:not(:empty) {
    margin-bottom: 10px
}

.hide-reviews .grade-stars-list {
    display: none
}

.mini-product:first-child {
    margin-top: 0
}

.mini-product .thumbnail-container,
.micro-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 .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
}

.dd_container .mini-product .product-brand,
.dd_container .mini-product .product-quantity {
    display: none !important
}

@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
}

.add.flex-container>*:not(:first-child) {
    margin-left: 35px
}

.btn:focus {
    outline: none
}

.product-miniature .product-thumbnail .btn {
    height: 2.75rem;
    width: 2.75rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    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-brand a {
    color: inherit
}

.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
}

.icon-button {
    font-size: 14px
}

.box-info-product .wrap_alert {
    padding-bottom: 20px
}

.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: .1em
}

.product-flag.new {
    max-width: 100px;
    margin-left: auto
}

.product-flags .discount {
    background: #a40e1c
}

#product:not(.elementor-page) .page-width.main-content {
    max-width: 100%;
    width: 100%
}

#product #content .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
}

.variant-links .active-attribute {
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #333
}

.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;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-miniature {
    margin-bottom: 30px
}

.product-miniature:hover .product-actions {
    opacity: 1;
    z-index: 9
}

.product-miniature .product-actions>* {
    transition: all 0.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 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.product-miniature:hover .subimage {
    transition: opacity .3s ease-out;
    opacity: 1
}

.discount-percentage,
.discount-product {
    align-self: flex-start;
    font-style: italic;
    font-family: Arial;
    font-size: 10px;
    color: #fff;
    background: #d74339;
    line-height: 12px;
    display: block;
    padding: 2px 5px;
    transform: translateY(-50%);
    margin: 0 10px 0
}

.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
}

.filter-btn {
    margin-bottom: 15px
}

.product-miniature .product-actions: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:980px) {
    .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: 10px;
    padding-right: 10px
}

.container-fluid:after {
    content: "";
    display: table;
    clear: both
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.col-lg-1,
.col-lg-2,
.col-lg-25,
.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: 10px;
    padding-left: 10px
}

.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-25 {
        float: left;
        width: 20%
    }

    .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)
}

.thead-inverse th {
    color: #fff;
    background-color: #878787
}

.thead-default th {
    color: #acaaa6;
    background-color: #f6f6f6
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.form-control {
    background-clip: padding-box;
    background-color: #fefefe;
    background-image: none;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    box-shadow: none;
    color: #5f5f5f;
    display: block;
    font-size: .938em;
    line-height: 1.25rem;
    margin: 0;
    padding: .938rem 1.25rem;
    width: 100%;
    letter-spacing: .03em
}

.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.2rem;
    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
}

.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: .03em
}

.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,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.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,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.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,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

@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;
    -webkit-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: .15em
}

#pattern .btn-alt {
    background-color: transparent;
    color: #313537
}

body .bt_compare {
    background-color: transparent;
    color: inherit
}

.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: .15em
}

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

.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-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,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") 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:disabled {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: #f6f6f6
}

.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: 5rem
}

.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
}

.tab-content #instafeed_middle {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.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: none
}

.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: "\2192"
}

.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
}

#pattern .alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 22px
}

.success-box {
    background: #d6ffcd;
    padding: 20px
}

.paymentinfo-block {
    padding: 40px 30px;
    background: #f1f1f1
}

.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]::-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-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-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #ff9a52
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #ff9a52
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #ff4c4c
}

.progress-danger[value]::-moz-progress-bar {
    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: transparent;
    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: normal;
    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: normal;
    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 (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: none
}

.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-valign>div {
    display: flex
}

.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
}

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

#authentication #customer-form .radio-inline .custom-radio {
    margin-right: 10px
}

#authentication #content-wrapper,
#manufacturer #content-wrapper,
#cart #content-wrapper,
#product .product-page-col,
.page-header h1 {
    padding: 0 10px
}

#authentication .login-section .login-form,
#authentication .register-section .section-content {
    max-width: 600px
}

#authentication .register-section .section-content>p {
    color: #444;
    font-size: 16px
}

#manufacturer #main {
    padding: 0
}

#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: 5px;
    font-size: 80%;
    color: #999
}

.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: 4px .5em 0 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #cacaca;
    background: transparent !important
}

#left-column .custom-checkbox input[type=checkbox]+span {
    margin: -3px .5em 0 0;
    width: 10px;
    height: 10px
}

.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,
body .hide-updownbuttons .input-group-btn-vertical {
    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;
    flex-wrap: wrap
}

.definition-list dl dt {
    font-weight: 400
}

.definition-list dl dd,
.definition-list dl dt {
    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
}

.facet-dropdown .dropdown:after {
    pointer-events: none
}

.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;
    user-select: none
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible
}

.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #414141;
    background: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    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
    }

    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 {
    display: none
}

.summary-selected-carrier .logo-container {
    max-width: 150px
}

#cms #wrapper>.row {
    margin: 0
}

.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
}

#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 #eee;
    margin-bottom: 1rem
}

#order-items .qty,
#order-items .details {
    margin-bottom: 1rem
}

#order-items .details .customizations {
    margin-top: .625rem
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem
}

@media (max-width:991px) {
    .done {
        margin: 0;
        padding: 0
    }
}

@media (max-width:543px) {
    #products.view_list .thumbnail-container {
        display: grid;
        grid-template-columns: 1fr 2fr
    }

    #products.view_list .product-thumbnail {
        width: auto;
        min-width: 0
    }

    #products.view_list .product-desc-wrap {
        padding-right: 0
    }
}

.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 .dropdown-menu,
#authentication .login-form .form-group .col-md-8,
.authentication-page .col-md-6 {
    width: 100%
}

#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 .forgot-password .fb_iframe_widget {
    margin-left: 10px
}

.authentication-page {
    justify-content: space-between
}

.authentication-page .col-md-3 {
    display: none
}

.authentication-page h2,
.page-header h1 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-size: 1.563em;
    color: #333;
    font-weight: 600;
    letter-spacing: .1em
}

#module-ph_simpleblog-single h1,
#cms .page-header h1,
#cart .page-header h1,
#stores .page-header h1,
#authentication .page-header h1 {
    padding: 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 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: 10px 0
}

.page-addresses .address .address-footer a {
    margin-right: .5rem
}

.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 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;
    flex-wrap: wrap;
    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: none
}

#pattern .icon_checked,
#pattern .in_comparison {
    color: #f38839
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.product-miniature .short-desc {
    max-width: 700px
}

body #pattern .product-accessories {
    margin-top: 120px
}

.product-accessories .add-review,
.product-categories .add-review {
    display: none
}

#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 {
    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;
    align-items: baseline;
    justify-content: space-between
}

#products .up {
    margin-bottom: 1rem
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #acaaa6;
    text-transform: inherit
}

.perpage-selector {
    max-width: 150px
}

.products-selection>* {
    margin-right: 30px
}

.products-selection .compare-form {
    order: 9;
    margin-right: 0
}

@media (min-width:1500px) {
    .products-selection>* {
        margin-right: 60px
    }

    .product-information {
        margin-right: 20%
    }
}

.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: 100%;
    color: #414141;
    background: #fff;
    padding: 4px 44px 4px 15px;
    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;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, .13)
}

.module-title .svgic-updown {
    width: 8px;
    height: 8px;
    margin-top: 7px
}

.module-title .svgic-updown>path:first-child,
.module-title .collapsed .svgic-updown>path:last-child {
    display: none
}

.module-title .svgic-updown>path:last-child,
.module-title .collapsed .svgic-updown>path:first-child {
    display: block
}

body #search_filters .facet .facet-title,
.pagination {
    width: 100%
}

.products-sort-order.dropdown:after {
    pointer-events: none;
    top: 0
}

.sidebar .product-brand {
    font-size: 11px
}

.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
}

.listing_view .svgic {
    width: 22px;
    height: 22px;
    color: #999
}

.listing_view>div {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer
}

.listing_view>div:focus {
    outline: none
}

.listing_view>div.active,
.listing_view>div:hover {
    border-color: #444
}

.listing_view>div.active .svgic,
.listing_view>div:hover .svgic {
    color: #444
}

.listing_view .view_btn:not(:last-child) {
    margin-right: 10px
}

.products-selection>*:last-child {
    margin-left: auto
}

#view_grid {
    margin-right: 10px
}

.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
    }
}

.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-left: 15px;
    padding-left: 15px;
    border-left: 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 0;
    font-size: 20px;
    color: #373737;
    text-transform: none
}

#product .product-info-section .product-brand {
    color: #bcbcbc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .26em;
    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: 15px;
    line-height: 1em;
    color: #6e6e6e;
    font-family: Roboto
}

.product-information .product-quantity {
    margin-bottom: 10px
}

.product-quantity .qty {
    width: 81px
}

.product-quantity #quantity_wanted {
    color: #313537;
    width: 60px;
    line-height: 20px;
    padding: 12px;
    text-align: center;
    border: 1px solid #313537;
    background: none;
    margin: 0;
    font-size: 15px;
    max-width: 60px
}

.product-quantity .bootstrap-touchspin {
    display: flex
}

.product-quantity .add .add_to_compare {
    background: none;
    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;
    margin: 0;
    border: 1px solid #333;
    position: relative;
    border-left: none;
    flex-grow: 1;
    width: 21px
}

.product-quantity .input-group-btn-vertical .btn:hover {
    background: none
}

.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,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23666' viewBox='0 0 306 306'><polygon points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/></svg>") 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
}

.delivery-options {
    margin-bottom: 40px
}

.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;
    align-items: baseline
}

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: .08em
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #3a3a3a
}

.pp-vertical-tabs .tabs-container .tabs {
    display: flex;
    align-items: flex-start
}

.pp-vertical-tabs .tabs-container .tabs .tab-pane {
    padding: 40px
}

.pp-vertical-tabs .tabs-container .tabs .nav-tabs {
    flex-direction: column;
    min-width: 240px
}

.pp-vertical-tabs .tabs-container .tabs .nav-link {
    color: #b5b5b5;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .15em;
    padding: 15px 25px;
    border-bottom: 2px solid #eee
}

.pp-vertical-tabs .tabs-container .tabs .nav-tabs .nav-link.active {
    color: #666;
    border-bottom: 2px solid #313537
}

.prod-image-zoom {
    width: 100%;
    height: 100%;
    cursor: zoom-in
}

.prod-image-zoom.zoomed {
    cursor: move
}

.prod-image-zoom img {
    width: 100%
}

.prod-image-zoom.action {
    background: none !important
}

.prod-image-zoom:hover>img {
    opacity: 0 !important
}

.prod-image-zoom:hover>img:last-child {
    opacity: 1 !important
}

.pm-filter-image .product-thumbnail img {
    filter: brightness(.98)
}

.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 0.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-cover.no-thumbs,
.product-cover.no-thumbs img {
    width: 100%
}

.product-footer>.products-carousel:not(:last-child) {
    margin-bottom: 80px
}

#product-modal figure {
    margin: 0;
    background: #fff
}

#product-modal .modal-content {
    background: transparent;
    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%;
    margin-left: 1rem
}

#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 {
    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
}

.pk-modal .modal-body {
    padding: 2rem 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 .media-list li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 3px
}

.pk-modal .product-image {
    width: 13.125rem;
    margin-right: 50px
}

.pk-modal .modal-title {
    font-weight: 400;
    font-size: 1.25rem
}

.pk-modal .modal-body .h6.product-name {
    color: #414141;
    font-size: 1.125rem;
    margin: 0 0 10px
}

.header-item-counter {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    background: #df1f1f;
    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 0
}

#blockcart-modal .subtext {
    color: #999
}

#blockcart-modal .cart-content p strong {
    font-weight: 400;
    font-style: normal;
    color: #888
}

#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
}

.combination-loading .images-container:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7) url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+) 50% 50%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    content: "";
    top: 0;
    left: 0;
    transition: all .5s ease-in-out
}

.images-container>.mask {
    margin-right: 2%;
    min-width: 19%
}

.product-cover {
    position: relative;
    min-width: 79%;
    width: 100%
}

.pk-carousel .thumb-container,
.images-container .pp-img-carousel {
    width: 100%
}

.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 {
    width: 100%
}

#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:not(:last-child) {
    margin-bottom: 40px
}

.product-features h3 {
    margin-top: 0;
    font-weight: 700
}

.product-features>dl.data-sheet {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    flex: 1 0 40%;
    font-weight: 400;
    padding: .625rem;
    min-height: 2.5rem;
    word-break: break-all;
    border-bottom: 1px solid #ccc;
    margin: 0 !important
}

.product-features>dl.data-sheet :nth-child(4n),
.product-features>dl.data-sheet :nth-child(4n - 1) {
    background: #eee
}

.product-features>dl.data-sheet dt.name {
    text-transform: capitalize
}

.product-variants>.product-variants-item {
    margin: 0 0 2rem 0
}

.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) {
    min-width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    width: auto;
    padding: 0;
    white-space: nowrap
}

.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: none
}

.product-customization .product-customization-item {
    margin: 1.25rem 0
}

.product-customization .product-customization-item small {
    margin-top: -35px;
    z-index: 9;
    position: relative;
    pointer-events: none;
    background: #eee;
    padding: 0 15px
}

.product-customization .product-message {
    background: #ebebeb;
    border: none;
    width: 100%;
    height: 4.2rem;
    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
}

.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 {
    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%;
    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-right: .5rem;
    border: 1px solid #ccc
}

.social-sharing li a,
.social-sharing li div {
    height: 100%
}

.social-sharing li button {
    background: 0;
    padding: 0;
    color: #333;
    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 {
        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
    }

    .product-line-grid .product-line-grid-body,
    .product-line-grid-right .qty,
    .product-line-grid-right .price {
        padding-right: 20px
    }

    .product-line-grid .product-image {
        display: block;
        padding-right: 20px
    }
}

.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
}

#ps_checkout-hosted-fields-form .form-control {
    padding-top: 10px;
    padding-bottom: 10px
}

.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 0
}

.cart-grid-body .card-block h1 {
    margin: 0;
    font-size: 1.375em;
    letter-spacing: .12em;
    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 {
    width: 150px;
    margin-right: 30px
}

.product-line-grid-left img {
    max-width: 100%;
    width: 100%
}

.product-line-grid-body .product-discount {
    margin-right: 10px
}

.product-line-grid-body .regular-price,
.product-line-grid-body .price {
    font-size: 18px
}

.product-line-grid-body h5 {
    margin: 15px 0 0 0
}

.product-line-grid-body .product-discount .discount {
    margin-left: 0
}

.product-line-grid-body>.product-line-info>a {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
    display: block;
    padding: 0;
    text-align: left;
    white-space: inherit
}

.product-line-grid-body .prod-features {
    font-size: 14px;
    line-height: 20px
}

.product-line-grid-body .product-name {
    font-size: 1.063em;
    line-height: 1.25em
}

.has-discount .discount .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 {
    width: 220px;
    justify-content: flex-end
}

.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,
.product-line-grid-right .qty {
    margin-right: 20px
}

.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 {
    line-height: 35px
}

.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:800px) {
    .product-line-grid-right {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start
    }

    body .product-line-grid-right .price,
    body .product-line-grid-right .qty {
        margin: 0 0 10px 0
    }
}

@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%
    }
}

#product .product-additional-info>* {
    margin: 2rem 0 0 0;
    width: 100%
}

.root-item>.block-reassurance ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.root-item>.block-reassurance ul li {
    margin: 0 15px
}

.block-reassurance {
    margin-top: 30px
}

.block-reassurance li .brimg {
    width: 30px;
    height: 30px;
    margin-right: 20px
}

.block-reassurance li:not(:first-child) {
    margin-top: 10px
}

.block-reassurance li,
.blockreassurance_product>div {
    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;
    padding: 0
}

body .blockreassurance_product .item-product {
    padding: 0
}

body .blockreassurance_product p.block-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #484848;
    max-width: 270px
}

.blockreassurance_product>div:empty {
    display: none
}

.blockreassurance_product>div {
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 20px;
    font-size: 16px
}

.cart-grid-right .blockreassurance_product {
    margin-left: 20px
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}

.quickview .modal-content {
    min-height: 28.125rem
}

.quickview .modal-footer>div {
    margin-right: 25px
}

.quickview .layer {
    display: none
}

.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
}

.quickview .product-description-short {
    margin-bottom: 25px;
    line-height: 1.75em
}

.quickview .product-prices.price {
    display: flex;
    flex-direction: row;
    align-items: baseline
}

.quickview .product-prices.price .tax-shipping-delivery-label {
    margin-left: 10px
}

#product-modal .scroll-box-arrows {
    width: 100%
}

.quickview .product-description-short p {
    margin: 0;
    font-size: 14px
}

.quickview .js-qv-mask.js-vCarousel {
    display: block !important
}

.quickview .prod-image-zoom {
    cursor: pointer
}

.quickview .current-price {
    font-size: 1.75em;
    line-height: 140%;
    margin-bottom: 25px
}

.quickview .thumb-container img {
    display: block
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }

    #blockcart-modal .divide-right {
        border-right: none
    }

    #blockcart-modal .modal-body {
        padding: 1rem
    }

    .product-line-grid-body {
        margin-bottom: 1rem
    }
}

.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) {
    body #header .logo {
        max-width: 300px
    }

    body #header .flexmenu>ul>li a {
        padding: 0 7px;
        font-size: 12px
    }
}

@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 {
    width: 100%
}

.contact-page h3 {
    margin: 0 0 40px;
    letter-spacing: .1em;
    font-size: 1.563em
}

.contact-page .login-form {
    padding-top: 70px
}

[name="fileUpload"]+.input-group .input-group-btn .btn:hover {
    background: #313537
}

.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: .04em
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    color: #454545;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: .2em;
    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%
}

#products .page-not-found .searchToggler {
    justify-content: center
}

.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,
#cart .product-customization-line {
    padding-bottom: .9375rem;
    padding-top: .9375rem;
    border-bottom: 1px solid #f6f6f6
}

.customization-modal .modal-content .modal-body .product-customization-line .label,
#cart .product-customization-line .label {
    font-weight: 700;
    text-align: right
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child,
#cart .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;
    flex-wrap: nowrap;
    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: 0rem
}

#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.page-width {
    padding-left: 10px;
    padding-right: 10px
}

.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.not(.elementor-button-link) {
    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 {
        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
    }

    .touch .product-miniature .product-actions {
        opacity: 1;
        z-index: 9
    }
}

@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 35px;
    padding-bottom: 15px
}

.wide .module-title span:first-child,
.center-title .module-title span:first-child {
    padding: 0 20px 10px 20px;
    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 50px
}

#index .main-contant-wrapper {
    padding: 0
}

.text-block {
    overflow: hidden
}

.text-block p {
    margin: 0
}

.text-block img {
    display: block;
    width: 100%
}

.first-message h6 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .25em;
    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
}

@media (max-width:500px) {
    .products-selection>* {
        margin-right: 15px
    }

    #left-column {
        margin-bottom: 40px
    }

    #search_widget .addToCartFormWrapper {
        display: none
    }

    #search_widget .view_list .product-thumbnail {
        min-width: 20%;
        max-width: 20%;
        width: 20%;
        margin-right: 15px
    }

    #search_widget .view_list .product-desc-wrap {
        padding: 0
    }
}

.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: .1em;
    margin: 0 0 10px 0
}

.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: .1em;
    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-wrap {
    background-color: #f8f8f8;
    padding: 2.5em
}

.cart-detailed-totals-wrap .card-block {
    padding: 0 0 20px 0;
    color: #5f5f5f;
    font-size: 1.125em;
    display: flex;
    flex-direction: column
}

.cart-detailed-totals-wrap .card-block:first-child {
    padding-bottom: 25px;
    margin-bottom: 30px
}

.cart-detailed-totals-wrap .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: 0.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: 0.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: 0.4s
}

.form-control:focus~.focus-border i:before,
.form-control:focus~.focus-border i:after {
    height: 100%;
    transition: 0.5s
}

.cancel-address {
    margin-right: 10px
}

.address-selector .address-item {
    width: 48%;
    float: left
}

.address-selector .address-item:first-child {
    margin-right: 4%
}

.address-sect {
    background: #fafafa
}

.address-selector p {
    clear: both;
    width: 100%
}

#conditions-to-approve {
    margin-bottom: 2rem
}

#wrapper .payment-option.clearfix {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: flex
}

.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;
    max-height: 600px;
    overflow: auto;
    z-index: 999
}

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
}

#search_widget input[type="text"] {
    transition: all 0.2s ease-in-out;
    outline: none
}

#search_widget label {
    color: inherit
}

#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+label svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+) 0 0 no-repeat;
    width: 30px !important;
    height: 30px !important;
    padding: 9px;
    right: 10px
}

.gs-popup-search #search_widget .ui-autocomplete-loading+label svg {
    right: 20px
}

#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: none;
    color: inherit;
    padding: 10px 50px 10px 20px;
    letter-spacing: .03em;
    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: none;
    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: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    padding: 0;
    color: #777;
    transform: translateY(-50%)
}

.warning_inline {
    margin: 0 0 .7em 0
}

.rev_slider_wrapper {
    float: none !important;
    margin: 0 auto !important
}

.rev_slider_wrapper:not(.revslider-initialised-parent) {
    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: transparent
}

#pattern .tparrows.tp-rightarrow:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23666' viewBox='0 0 20 20'><path d='M13.922,15.366l5.425-5.022c0.098-0.09,0.156-0.216,0.156-0.343c0-0.13-0.055-0.253-0.156-0.343 l-5.425-5.022c-0.206-0.191-0.538-0.191-0.745,0s-0.207,0.5,0,0.69l4.527,4.191H1.024c-0.293,0-0.526,0.217-0.526,0.486 c0,0.271,0.233,0.488,0.526,0.488h16.68l-4.527,4.191c-0.102,0.095-0.156,0.221-0.156,0.344c0,0.122,0.051,0.249,0.156,0.343 C13.384,15.554,13.72,15.554,13.922,15.366z'/></svg>");
    transform: scale(1.5)
}

#pattern .tparrows.tp-leftarrow:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23666' viewBox='0 0 20 20'><path d='M6.078,15.366l-5.424-5.021c-0.098-0.091-0.156-0.218-0.156-0.344c0-0.13,0.055-0.253,0.156-0.343 l5.424-5.022c0.207-0.191,0.539-0.191,0.745,0c0.207,0.191,0.207,0.498,0,0.689L2.297,9.517h16.68c0.292,0,0.525,0.217,0.525,0.487 c0,0.271-0.233,0.489-0.525,0.489H2.297l4.526,4.19c0.102,0.094,0.156,0.221,0.156,0.343s-0.051,0.25-0.156,0.344 C6.617,15.553,6.281,15.553,6.078,15.366z'/></svg>");
    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: .12em
}

.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
}

#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: .08em;
    margin-bottom: 20px
}

.footer-before .email_subscription h4 {
    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    letter-spacing: .15em;
    margin: 0 0 50px 0
}

.send-reqest {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0
}

.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: none;
    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;
    width: 11px;
    height: 11px
}

.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)
}

.ps-alert-success i svg {
    width: 20px;
    height: 20px;
    vertical-align: top
}

.ps-alert-success,
.list-style-none {
    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:1200px) {
    .cart-summary {
        margin: 0
    }
}

@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 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-wrap {
        padding: 20px
    }

    .cart-detailed-totals-wrap .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 0.2s ease-in
}

.js-vCarousel-list {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.2s ease-in
}

.isDisabled {
    opacity: .2
}

#delivery_message,
#gift_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
}

.address-form .form-footer {
    text-align: right
}

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>div {
    color: #fff
}

.pk-infomessage-item.state-error {
    background-color: #dc5300
}

.pk-infomessage-item.state-success {
    background-color: #03a912
}

.pk-infomessage-item.state-info {
    background-color: #4aaee8
}

#jGrowl .jGrowl-promokit.error {
    background-color: #dc5300;
    color: #fff
}

#jGrowl .jGrowl-promokit.success {
    background-color: #7bae23;
    color: #fff
}

#jGrowl .jGrowl-promokit.info {
    background-color: #4aaee8
}

.jGrowl-promokit:before,
.jGrowl-promokit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, .2);
    transform-origin: 0
}

.jGrowl-promokit:after {
    transform: scaleX(0);
    animation: 4000ms linear slidein
}

@keyframes slidein {
    from {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

#jGrowl {
    margin: 20px;
    padding: 0;
    width: 350px;
    max-width: 100%
}

#jGrowl .jGrowl-notification.jGrowl-promokit {
    opacity: 1;
    width: 100%;
    min-height: 0 !important;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    transform: translateX(0);
    animation: 400ms 1 cubic-bezier(.34, 1.56, .64, 1) appearin
}

@keyframes appearin {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

#jGrowl .jGrowl-promokit a {
    color: #fff;
    text-decoration: underline
}

#jGrowl .jGrowl-promokit .header {
    font-size: 16px;
    text-transform: capitalize;
    padding: 20px 20px 0 20px
}

#jGrowl .jGrowl-promokit .header:empty {
    display: none
}

#jGrowl .jGrowl-promokit .message {
    padding: 20px
}

#jGrowl .jGrowl-promokit .header:not(:empty)+.message {
    padding-top: 10px
}

#jGrowl .jGrowl-promokit .close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px
}

.pk-close-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, .3)
}

img[src$=".jpg"][loading="lazy"]:not(.loaded),
.pk-loader {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+) 50% 50% no-repeat;
    background-size: 50px
}

.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
}

#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
}

.js-mailalert {
    display: flex
}

#product .js-mailalert>span {
    position: absolute;
    top: 100%;
    padding: 0 !important
}

.fb_iframe_widget>span {
    margin: 0 !important
}

#gdpr_consent label {
    color: inherit
}

#gdpr_consent .custom-checkbox input[type=checkbox]+span svg {
    margin: 0
}

.widget-newsletter #gdpr_consent {
    margin-top: 15px
}

.psgdpr_checkbox input {
    margin-top: 3px
}

.psgdpr_consent_message {
    font-size: 12px
}

.list-unstyled {
    list-style: none
}

#addresses .page-footer,
.rating-numbers {
    display: none
}

.star-content {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.star-content,
.grade-stars,
.grade-stars-list {
    min-width: 80px
}

.star-content div.star,
.star-content div.star-on,
.star-content div.star-hover {
    display: block;
    width: 16px;
    height: 16px;
    position: relative
}

.criterion-rating .star-content div.star-hover svg,
.criterion-rating .star-content div.star-on svg {
    color: #222
}

.star-content .svgic {
    width: 16px;
    height: 16px
}

.small-stars .star-content div.star,
.small-stars .star-content div.star-on,
.small-stars .star-content div.star-hover {
    width: 16px;
    height: 16px;
    margin-right: 2px
}

.star-full {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%
}

.grade-stars,
.grade-stars-list {
    position: relative;
    height: 16px;
    display: inline-block
}

.grade-stars .star-content,
.grade-stars-list .star-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#payment-icons {
    margin-bottom: 15px;
    overflow: hidden
}

#payment-icons li {
    padding: 0;
    float: left;
    margin-right: 10px
}

.product-customizations-modal:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.no-touch .load-animate {
    opacity: 0
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated,
.fancybox-wrap {
    -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)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

body #white_bg .footer-top h4 {
    font-size: 22px;
    color: #666
}

.pk-carousel:not(.pk-carousel-active) {
    display: flex;
    flex-wrap: wrap
}

.pk-carousel:not(.pk-carousel-active)>article {
    width: 24%;
    margin-right: 1%
}

@media (max-width:768px) {
    .pk-carousel:not(.pk-carousel-active)[data-phonenum="1"]>article {
        width: 100%;
        margin-right: 0
    }

    .pk-carousel:not(.pk-carousel-active)[data-phonenum="2"]>article {
        width: 49%
    }

    .pk-carousel:not(.pk-carousel-active)[data-phonenum="3"]>article {
        width: 32.33%
    }
}

@media (min-width:769px) and (max-width:1280px) {
    .pk-carousel:not(.pk-carousel-active)[data-tabletnum="1"]>article {
        width: 100%;
        margin-right: 0
    }

    .pk-carousel:not(.pk-carousel-active)[data-tabletnum="2"]>article {
        width: 49%
    }

    .pk-carousel:not(.pk-carousel-active)[data-tabletnum="3"]>article {
        width: 32.33%
    }

    .pk-carousel:not(.pk-carousel-active)[data-tabletnum="4"]>article {
        width: 24%
    }
}

@media (min-width:1281px) {
    .pk-carousel:not(.pk-carousel-active)[data-desktopnum="3"]>article {
        width: 32.33%
    }

    .pk-carousel:not(.pk-carousel-active)[data-desktopnum="4"]>article {
        width: 24%
    }

    .pk-carousel:not(.pk-carousel-active)[data-desktopnum="5"]>article {
        width: 19%
    }

    .pk-carousel:not(.pk-carousel-active)[data-desktopnum="6"]>article {
        width: 15.66%
    }

    .pk-carousel:not(.pk-carousel-active)[data-desktopnum="7"]>article {
        width: 13.2%
    }

    .pk-carousel:not(.pk-carousel-active)[data-desktopnum="8"]>article {
        width: 11.5%
    }
}

.products.pk-carousel.pk-carousel-active {
    width: calc(100% + 30px);
    display: block
}

.products.pk-carousel.pk-carousel-active[data-desktopnum="1"] {
    width: 100%
}

.pk-carousel-active .block_content {
    overflow: hidden
}

.pk-carousel-active>div>div>* {
    padding-right: 30px
}

.pk-carousel-active>div>div .testimonial-item,
#product-images-cont .pk-carousel-active>div>div>* {
    padding: 0
}

.products.pk-carousel {
    display: flex
}

.pk-carousel-active .product-miniature {
    margin-bottom: 0;
    width: 100%
}

.pk-carousel button {
    background: none;
    padding: 0 5px
}

body .pk-carousel>.pk-nav {
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    height: 36px;
    position: absolute;
    top: 50%;
    width: 36px;
    z-index: 9;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    opacity: 0;
    color: #333
}

body .pk-carousel>.pk-nav svg {
    width: 26px;
    height: 26px
}

.pk-carousel>.pk-nav-right {
    right: -50px
}

.pk-carousel>.pk-nav-left {
    margin-right: -2px;
    left: -50px
}

.pk-carousel:hover>.pk-nav {
    opacity: 1
}

.pk-carousel:hover>.pk-nav-left {
    left: 10px
}

.pk-carousel:hover>.pk-nav-right {
    right: 10px
}

.pk-carousel:hover>.pk-nav-left:active {
    left: 8px
}

.pk-carousel:hover>.pk-nav-right:active {
    right: 8px
}

.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: 0;
    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% - 44px);
    bottom: 22px;
    left: 22px;
    justify-content: flex-start;
    z-index: 2;
    pointer-events: none
}

.product-desc-wrap .countdown {
    position: static;
    order: 4
}

.countdown>div {
    max-width: 80px;
    width: calc(25% - 5px);
    background: #f2f1ec;
    padding: 15px 5px 5px 7px;
    margin-right: 5px
}

.countdown>div:last-child {
    margin-right: 0
}

.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
}

.pk-aside-tabs .countdown {
    width: calc(100% - 20px);
    left: 10px
}

.pk-aside-tabs .countdown>div {
    padding: 5px
}

.pk-aside-tabs .countdown>div i {
    font-size: 1em
}

.header-border-bottom {
    border-bottom: 1px solid #eee
}

.pl_attr {
    padding: 3px 5px;
    line-height: 14px;
    border: 1px solid #ccc;
    cursor: pointer;
    min-height: 20px;
    min-width: 20px;
    margin: 0 2px;
    display: inline-block
}

.pl_attr:hover,
.pk_attr_radio:checked+.pl_attr {
    border-color: #333;
    background: #333;
    color: #fff
}

.sticky {
    position: sticky;
    top: 0
}

.search_list {
    background-color: #fff;
    padding: 40px 30px
}

#search_widget.popup_search {
    transform: translate(-50%, 0);
    max-height: 80%;
    overflow: auto
}

#captcha-box {
    margin-bottom: 15px
}

.sitemap h2 {
    margin-top: 0
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    height: 36px;
    width: 36px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    z-index: 2;
    color: #333;
    padding: 5px;
    background-color: #fff;
    border: 2px solid rgba(220, 220, 220, .5);
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 16px
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff;
    background-color: #f1f1f1
}

.glide__arrow--left {
    left: 1em
}

.glide__arrow--right {
    right: 1em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: rgba(255, 255, 255, .5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:hover,
.glide__bullet:focus {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .5)
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

#top-menu .elementor-section.elementor-section-boxed>.elementor-container,
.pk-top-menu .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
    width: 100%
}

.gdpr_consent {
    margin-bottom: 10px
}

.custom-checkbox .psgdpr_consent_message {
    color: #888;
    letter-spacing: 0;
    display: inline-flex;
    line-height: 16px;
    align-items: baseline
}

.custom-checkbox .psgdpr_consent_message input {
    margin: 1px 0 0 0
}

.custom-checkbox .psgdpr_consent_message .psgdpr_checkbox {
    margin: 2px 0 0 0;
    border-width: 1px;
    min-width: 12px;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.custom-checkbox .psgdpr_consent_message .psgdpr_checkbox svg {
    width: 8px;
    height: 8px;
    margin: 0
}

.custom-checkbox .psgdpr_consent_message span:not(.psgdpr_checkbox) {
    margin-left: 15px
}

.blockreassurance {
    padding-top: 10px;
    text-align: center;
    width: 100%
}

.blockreassurance .reass-item {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.blockreassurance .block-title {
    font-weight: 700
}

.blockreassurance .block-icon,
.blockreassurance .block-icon img,
.blockreassurance .block-icon svg {
    height: 70px
}

@media (max-width:575px) {
    .blockreassurance {
        text-align: left
    }

    .blockreassurance .block-icon {
        display: inline-block;
        height: 35px;
        float: left;
        margin: 10px;
        width: 35px
    }

    .blockreassurance .block-icon img,
    .blockreassurance .block-icon svg {
        height: 35px;
        width: 35px
    }

    .blockreassurance .block-title {
        display: inline-block;
        height: 35px;
        max-width: calc(100% - 55px);
        padding-top: 10px
    }
}

.blockreassurance_product {
    margin-top: 25px
}

.blockreassurance_product .item-product {
    display: inline-block;
    height: 35px;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    width: 35px
}

.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
    height: 35px;
    width: 35px
}

.blockreassurance_product p.block-title {
    line-height: 40px
}

body#checkout .container-blockreassurance {
    min-height: auto
}

#header,
#header .header-top {
    background-color: #fff
}

#search_widget {
    margin-bottom: .625rem;
    overflow: auto
}

#search_widget form {
    position: relative
}

#search_widget form i {
    position: absolute;
    padding: .5rem
}

#search_widget form i.clear {
    right: 15px;
    display: none
}

#search_widget form input {
    width: 100%;
    padding: 10px 20px 10px 40px;
    outline: none;
    background-color: #f1f1f1;
    border: none;
    border-radius: 5px
}

.ui-autocomplete.searchbar-autocomplete {
    width: 100%;
    min-height: 100%;
    border: none
}

.ui-autocomplete.searchbar-autocomplete li a,
.ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
    padding: 8px 15px;
    overflow: auto;
    border: none;
    background: none;
    margin: auto;
    border-radius: 0
}

.ui-autocomplete.searchbar-autocomplete li a:hover {
    background-color: #f1f1f1;
    cursor: pointer
}

.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
    float: left;
    width: 50px;
    height: auto;
    margin-right: 8px
}

@media only screen and (min-width:768px) {
    #search_widget {
        float: right;
        margin-bottom: 0
    }

    .ui-autocomplete.searchbar-autocomplete {
        width: 400px;
        min-height: auto;
        left: auto
    }
}

@media only screen and (min-width:992px) {
    #search_widget {
        min-width: 16.5rem
    }
}

/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author     PAYCOMET <info@paycomet.com>
*  @copyright  2019 PAYTPV ON LINE ENTIDAD DE PAGO S.L
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.paytpv {
    padding-left: 10px;
    display: block;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.paytpv_tarjetas {
    padding: 5px 15px 15px 15px;
    font-size: 90%
}

.paytpv label {
    text-align: left !important
}

.alert {
    padding: 5px 15px 2px 14px;
    margin: 10px 10px 0 0;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

#directpay {
    font-size: 12px;
    padding: 8px 35px 8px 14px;
    margin: 10px 20px 0 0;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#directpay p {
    padding_top: 10px
}

#directpay .password {
    border: 1px solid #3a87ad
}

.button_left {
    float: left
}

.button_right {
    float: right;
    height: 50px
}

.nota {
    color: #3a87ad;
    font-size: 90%;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin: 5px 10px 5px 0
}

.suscripcion {
    list-style: none
}

.suscription_period {
    padding: 5px 0
}

.suscripcion li {
    color: rgb(3, 173, 212)
}

#tipo-pago p {
    padding-bottom: 10px
}

.hidden {
    display: none
}

.paytpv-pci {
    font-size: .8em;
    display: block
}

.checkbox #savecard {
    appearance: auto !important
}

#storingStep .checkbox {
    display: block !important
}

.paytpv input[type=checkbox] {
    appearance: auto
}

p.payment_module a.paycometPayments {
    cursor: pointer;
    padding: 15px 40px 20px 99px
}

p.payment_module a.paycometPayments:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777
}

@media only screen and (max-width:63em) {
    #payment-option-3-additional-information {
        margin-left: 0.2em !important
    }

    .paytpv {
        width: 99%
    }

    #card {
        width: 95%
    }
}

#submit_jet {
    display: none
}

.paytpv_jet h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 700;
    margin: 0
}

.paytpv_jet ol,
.paytpv_jet ul {
    list-style: none
}

.paytpv_jet .vertical {
    overflow: hidden
}

.paytpv_jet .vertical li {
    float: left;
    width: 140px
}

.paytpv_jet .vertical input {
    width: 79px
}

.paytpv_jet label {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    display: table-cell
}

.paytpv_jet .carbon-img img,
form input,
form label,
form li .help {
    display: block
}

.paytpv_jet .paytpv_cardholdername {
    width: 290px
}

.paytpv_jet li .help {
    color: #aaa;
    clear: both;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    padding-bottom: 10px
}

#paycomet-cvc2 {
    width: 79px
}

#paycomet-pan {
    width: 290px
}

#paycomet-cvc2,
#paycomet-pan {
    border-radius: 3px;
    height: 36px;
    padding: 0;
    width: 290px
}

.paytpv_jet input {
    height: 32px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 18px;
    padding: 0 5px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.paytpv_footer {
    padding: 30px 10px;
    clear: both
}

.footer_logo {
    display: inline-block;
    width: 130px
}

.footer_logo .paytpv_wrapper {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #404046
}

.footer_logo ul {
    float: left;
    font-size: 14px;
    border-right: none;
    float: none;
    margin-bottom: 13px;
    padding-bottom: 11.2px
}

.payment_icons {
    display: inline-block;
    float: right;
    width: auto
}

.payment_icons li {
    display: inline-block;
    margin: 0 5px 10px
}

.payment_icons li img {
    display: block;
    height: 22px
}

#paymentErrorMsg {
    color: red;
    font-size: 80%
}

/*!
 * Since 2007 PayPal
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 *  versions in the future. If you wish to customize PrestaShop for your
 *  needs please refer to http://www.prestashop.com for more information.
 *
 *  @author Since 2007 PayPal
 *  @author 202 ecommerce <tech@202-ecommerce.com>
 *  @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 *  @copyright PayPal
 *
 */
/*!
 * Since 2007 PayPal
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 *  versions in the future. If you wish to customize PrestaShop for your
 *  needs please refer to http://www.prestashop.com for more information.
 *
 *  @author Since 2007 PayPal
 *  @author 202 ecommerce <tech@202-ecommerce.com>
 *  @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 *  @copyright PayPal
 *
 */
.paypal-loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.paypal-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff
}

/*!
 * Since 2007 PayPal
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 *  versions in the future. If you wish to customize PrestaShop for your
 *  needs please refer to http://www.prestashop.com for more information.
 *
 *  @author Since 2007 PayPal
 *  @author 202 ecommerce <tech@202-ecommerce.com>
 *  @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 *  @copyright PayPal
 *
 */
.pp__flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.pp__align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.pp__justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.pp__hidden {
    display: none
}

.pp__d-table-cell {
    display: table-cell
}

.pp__position-relative {
    position: relative
}

.pp__position-absolute {
    position: relative
}

.pp__flex_direction_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.pp__justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.pp__flex_direction_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.pp__justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.pp__flex-item-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pp__flex-item-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.pp__flex-item-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.pp__flex-item-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.pp__flex-item-5 {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5
}

.pp-info .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.pp-info .item .header {
    font-weight: 700
}

.pp-info .item .desc {
    text-align: center;
    line-height: 1.3;
    width: 100%
}

#index [paypal-messaging-banner],
#category [paypal-messaging-banner] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    body.pp-popover .popover {
        max-width: 500px
    }
}

@media only screen and (max-width:991px) {
    .popover.bs-tether-element-attached-top {
        left: -95px !important;
        width: 276px;
        top: 13px !important
    }

    .popover.bs-tether-element-attached-top::before,
    .popover.bs-tether-element-attached-top::after {
        left: 85%
    }
}

.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto;
    width: 50%;
    border: none;
    background: 0 0;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:first-child {
    color: #6d7882
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (max-width:767px) {
    .dialog-close-button {
        top: 10px;
        right: 10px
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper {
    display: none
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    padding: 4px 7px 6px;
    background-image: linear-gradient(-135deg, #f2295b, #434363);
    border-radius: 2px;
    margin-right: 10px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__logo i {
    color: #fff;
    font-size: 10px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    -webkit-transition: color .5s;
    transition: color .5s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 45px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px;
    padding-left: 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0
}

.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.elementor .elementor-background-video {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.elementor .elementor-html5-video {
    object-fit: cover
}

.elementor .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: FontAwesome;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\f1ce"
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 32px;
    color: rgba(238, 238, 238, .9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-tag {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor-html .elementor-widget-wrap,
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(1) {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(1) {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

.elementor-section-tabbed>.elementor-container,
.elementor-section-tabbed>.elementor-container>.elementor-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-nav-tabs.elementor-nav--layout-horizontal {
    width: 100%
}

.elementor-nav-tabs+.elementor-row>.elementor-column {
    min-width: 100%
}

.elementor-nav-tabs+.elementor-row>.elementor-column:not(.elementor-active) {
    position: absolute;
    top: -1000000px;
    visibility: hidden;
    pointer-events: none
}

.elementor-nav-tabs>.elementor-nav {
    overflow: hidden
}

.elementor-nav-tabs>.elementor-nav::-webkit-scrollbar {
    display: none
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid .elementor-grid-item {
    word-break: break-word;
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: 'desktop'
    }
}

@media (min-width:768px) and (max-width:1024px) {
    #elementor-device-mode:after {
        content: 'tablet'
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: 'mobile'
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ''
}

.elementor-field-subgroup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    text-align: left;
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: '*';
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-sm {
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-center .elementor-field-type-submit {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-stretch .elementor-field-type-submit button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-start .elementor-field-type-submit {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .elementor-field-type-submit {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\f00c";
    display: inline-block;
    font-family: fontawesome;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\f00d"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: 0 none
}

.elementor-form .elementor-button>span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-form .elementor-button .elementor-align-icon-right {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.elementor-form .elementor-button .elementor-align-icon-left {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-overflow-hidden .elementor-widget-container {
    overflow: hidden
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: 0
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: 0 0;
    color: inherit !important;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width:767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-tab-title a {
    color: inherit !important
}

.elementor-button {
    display: inline-block;
    border: none;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.elementor-button .elementor-button-inner {
    display: inline-block
}

a.elementor-button:not(#e),
a.elementor-button:not(#e):focus,
a.elementor-button:not(#e):hover,
a.elementor-button:not(#e):visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.elementor-button-icon {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button-text {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-sm {
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    color: #222;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5
}

.elementor-widget-divider .elementor-divider {
    line-height: 0;
    font-size: 0
}

.elementor-widget-divider .elementor-divider-separator {
    display: inline-block
}

.elementor-image-gallery--layout-grid .elementor-image-gallery {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.elementor-image-gallery--layout-masonry .elementor-image-gallery {
    max-height: 1000px;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.elementor-image-gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-image-gallery figure {
    text-align: center;
    width: 100%;
    margin: 0 auto
}

.elementor-image-gallery img {
    width: 100%;
    margin: 0 auto
}

.elementor-image-gallery figcaption {
    margin: 0
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title>a {
    color: inherit !important;
    font-size: inherit !important
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

@media (min-width:768px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }

    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit !important
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-widget .elementor-icon-list-item a {
    width: 100%
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width:1024px) {
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image figure>a,
.elementor-widget-image .elementor-image>a {
    display: inline-block
}

.elementor-widget-image .elementor-image figure>a img[src$=".svg"],
.elementor-widget-image .elementor-image>a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
    border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width:768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit !important
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-image-carousel-wrapper .slick-image-stretch:not(.slick-variable-width) .slick-slide .slick-slide-image {
    width: 100%;
    object-fit: cover
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .swiper-slide figure img {
    width: 100%
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 2px
}

.elementor-progress-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 100%;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width:767px) {
    .elementor-progress-wrapper {
        height: 25px;
        line-height: 25px
    }

    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-social-icons-wrapper {
    font-size: 0
}

.elementor-social-icon {
    font-size: 25px;
    text-align: center;
    padding: .5em;
    margin-right: 5px;
    cursor: pointer
}

.elementor-social-icon i {
    color: #fff
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #df2029
}

.elementor-social-icon-weixin {
    background-color: #7bb32e
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: FontAwesome;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    line-height: 1;
    cursor: default
}

.elementor-star-rating i:before {
    content: '\f005';
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-0:before,
.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty, .elementor-star-0):before {
    content: '\002605'
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px none #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: 0
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: '';
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width:767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid;
        border-bottom-style: none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-style: solid;
        border-left-style: none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: solid;
        border-top-style: none
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    color: inherit
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    color: inherit
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
    text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
    text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: 0
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .elementor-custom-embed-image-overlay:not([data-elementor-lightbox]) img {
    height: 100%;
    object-fit: cover
}

.elementor-widget-video .elementor-video {
    object-fit: cover
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.elementor-slick-slider[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
    content: '\f1ce';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-size: 25px;
    color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
    opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
    left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px
}

.elementor-slick-slider .slick-prev:before {
    content: '\f104'
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
    content: '\f105'
}

.elementor-slick-slider .slick-next {
    right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto
}

.elementor-slick-slider .slick-next:before {
    content: '\f105'
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
    content: '\f104'
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
    outline: 0
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
    opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
    font-family: FontAwesome;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f111';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1
}

.elementor-slick-slider .slick-slide img {
    margin: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight {
    height: auto
}

.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat center
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: 0 0;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: 25px;
    padding: 5px;
    z-index: 2;
    line-height: 1
}

@media (max-width:767px) {
    .elementor-lightbox .dialog-lightbox-close-button {
        padding: 0
    }
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: rgba(238, 238, 238, .9);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: #fff
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px 80px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 40px
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 35px
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 35px
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button-prev {
        left: 10px
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 10px
    }
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape[data-negative=false].elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

#elementor .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

@media (max-width:767px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:1025px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-desktop {
        display: none
    }
}

.ce-disabled {
    pointer-events: none;
    opacity: .35
}

.elementor-accordion-content p,
.elementor-tab-content p,
.elementor-text-editor p,
.elementor-toggle-content p {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important
}

.slick-slider .slick-slide-inner>* {
    width: 100% !important;
    padding: 0 !important
}

.elementor-image-carousel-wrapper.featured-products {
    float: none
}

.elementor-html>body {
    display: block !important
}

@supports (-webkit-touch-callout:none) {
    .elementor-element {
        background-attachment: scroll !important
    }
}

.ce-remote-render {
    height: 50px;
    background: #e9e9e9;
    color: #818a91;
    text-align: center
}

.ce-remote-render:before {
    content: "\f1ce";
    position: absolute;
    margin: 14px -11px;
    font: 22px/22px FontAwesome;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.page-content.page-cms .elementor {
    text-align: left
}

.elementor-18010000 .elementor-element.elementor-element-597857ca:not(.elementor-motion-effects-element-type-background),
.elementor-18010000 .elementor-element.elementor-element-597857ca>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: rgba(255, 255, 255, .5)
}

.elementor-18010000 .elementor-element.elementor-element-597857ca {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 180px;
    margin-bottom: 0;
    padding: 0 0 0 0;
    z-index: 9990
}

.elementor-18010000 .elementor-element.elementor-element-597857ca>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-18010000 .elementor-element.elementor-element-62cb070b {
    z-index: 9990
}

.elementor-18010000 .elementor-element.elementor-element-7b19b890 .logo-link-wrap {
    text-align: left
}

.elementor-18010000 .elementor-element.elementor-element-6d74f98 {
    z-index: 9990
}

.elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems .header-item-counter:before {
    content: "("
}

.elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems .header-item-counter:after {
    content: ")"
}

#header .elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems .header-item-counter:before {
    content: "("
}

#header .elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems .header-item-counter:after {
    content: ")"
}

.elementor-18010000 .elementor-element.elementor-element-0d296b6 .item-icon-true .header-item-counter {
    margin: 10px 0 0 -5px
}

.elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems .header-item-counter {
    background-color: transparent;
    color: #999
}

#header .elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems .header-item-counter {
    background-color: transparent;
    color: #999
}

.elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems #sisearch,
.elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems #sisearch::placeholder {
    color: #ccc
}

.elementor-18010000 .elementor-element.elementor-element-0d296b6 #search_widget label .svgic-search {
    color: #ccc
}

.elementor-18010000 .elementor-element.elementor-element-0d296b6 .pkheaderitems #sisearch {
    background-color: #fff;
    border-color: #999;
    border-width: 1px;
    border-radius: 20px 20px 20px 20px;
    padding: 9px 20px 9px 20px
}

.elementor-18010000 .elementor-element.elementor-element-16396a65.elementor-column .elementor-column-wrap {
    align-items: center
}

.elementor-18010000 .elementor-element.elementor-element-16396a65.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center
}

.elementor-18010000 .elementor-element.elementor-element-16396a65 {
    z-index: 9990
}

.elementor-18010000 .elementor-element.elementor-element-57e92c37 .pk-menu-horizontal li.level-1>a {
    padding: 0 15px 0 15px
}

.elementor-18010000 .elementor-element.elementor-element-57e92c37 .top-menu {
    justify-content: flex-end
}

.elementor-18010000 .elementor-element.elementor-element-57e92c37 #top-menu>li>a,
.elementor-18010000 .elementor-element.elementor-element-57e92c37 .pk-top-menu>li>a {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 1.2em;
    letter-spacing: 0
}

.elementor-18010000 .elementor-element.elementor-element-eca1338 {
    z-index: 9990
}

.elementor-18010000 .elementor-element.elementor-element-3c3e892 .item-icon-true .header-item-counter {
    margin: 0 0 0 0
}

.elementor-18010000 .elementor-element.elementor-element-3c3e892 .pkheaderitems .header-item-counter {
    background-color: transparent;
    color: #999
}

#header .elementor-18010000 .elementor-element.elementor-element-3c3e892 .pkheaderitems .header-item-counter {
    background-color: transparent;
    color: #999
}

.elementor-18010000 .elementor-element.elementor-element-3c3e892 .pkheaderitems #sisearch,
.elementor-18010000 .elementor-element.elementor-element-3c3e892 .pkheaderitems #sisearch::placeholder {
    color: #666
}

.elementor-18010000 .elementor-element.elementor-element-3c3e892 #search_widget label .svgic-search {
    color: #444
}

.elementor-18010000 .elementor-element.elementor-element-3c3e892 .pkheaderitems #sisearch {
    background-color: #fff;
    border-color: #d3d3d3;
    border-width: 1px;
    border-radius: 20px 20px 20px 20px;
    padding: 9px 20px 9px 20px
}

.elementor-18010000 .elementor-element.elementor-element-3c3e892>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-18010000 .elementor-element.elementor-element-905b7c1>.elementor-container {
    min-height: 8px
}

.elementor-18010000 .elementor-element.elementor-element-905b7c1>.elementor-container:after {
    content: "";
    min-height: inherit
}

.elementor-18010000 .elementor-element.elementor-element-905b7c1 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 7px;
    padding: 5px 5px 5px 5px;
    z-index: 9991
}

.elementor-18010000 .elementor-element.elementor-element-905b7c1:not(.elementor-motion-effects-element-type-background),
.elementor-18010000 .elementor-element.elementor-element-905b7c1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #3387f2
}

.elementor-18010000 .elementor-element.elementor-element-905b7c1>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-18010000 .elementor-element.elementor-element-1ab6409>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-18010000 .elementor-element.elementor-element-70a43b9>.elementor-container {
    min-height: 8px
}

.elementor-18010000 .elementor-element.elementor-element-70a43b9>.elementor-container:after {
    content: "";
    min-height: inherit
}

.elementor-18010000 .elementor-element.elementor-element-70a43b9 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 7px;
    padding: 5px 5px 5px 5px;
    z-index: 9991
}

.elementor-18010000 .elementor-element.elementor-element-70a43b9:not(.elementor-motion-effects-element-type-background),
.elementor-18010000 .elementor-element.elementor-element-70a43b9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #1cc9f2
}

.elementor-18010000 .elementor-element.elementor-element-70a43b9>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-18010000 .elementor-element.elementor-element-9125046>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-18010000 .elementor-element.elementor-element-413f46c>.elementor-container {
    min-height: 8px
}

.elementor-18010000 .elementor-element.elementor-element-413f46c>.elementor-container:after {
    content: "";
    min-height: inherit
}

.elementor-18010000 .elementor-element.elementor-element-413f46c {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 7px;
    padding: 5px 5px 5px 5px;
    z-index: 9991
}

.elementor-18010000 .elementor-element.elementor-element-413f46c:not(.elementor-motion-effects-element-type-background),
.elementor-18010000 .elementor-element.elementor-element-413f46c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #0b94dd
}

.elementor-18010000 .elementor-element.elementor-element-413f46c>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-18010000 .elementor-element.elementor-element-05d3b86>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-18010000 .elementor-element.elementor-element-dc74390>.elementor-container {
    min-height: 8px
}

.elementor-18010000 .elementor-element.elementor-element-dc74390>.elementor-container:after {
    content: "";
    min-height: inherit
}

.elementor-18010000 .elementor-element.elementor-element-dc74390 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    margin-bottom: 7px;
    padding: 5px 5px 5px 5px;
    z-index: 9991
}

.elementor-18010000 .elementor-element.elementor-element-dc74390:not(.elementor-motion-effects-element-type-background),
.elementor-18010000 .elementor-element.elementor-element-dc74390>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e5a630
}

.elementor-18010000 .elementor-element.elementor-element-dc74390>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-18010000 .elementor-element.elementor-element-0954790 {
    color: #0c0c0c
}

.elementor-18010000 .elementor-element.elementor-element-0954790>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

@media(min-width:768px) {
    .elementor-18010000 .elementor-element.elementor-element-62cb070b {
        width: 20.231%
    }

    .elementor-18010000 .elementor-element.elementor-element-6d74f98 {
        width: 9.231%
    }

    .elementor-18010000 .elementor-element.elementor-element-16396a65 {
        width: 60.598%
    }

    .elementor-18010000 .elementor-element.elementor-element-eca1338 {
        width: 9.94%
    }
}

.elementor-1020101 .elementor-element.elementor-element-74fb125 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-74fb125>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-1cb975c>.elementor-element-populated {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-54fc627 .elementor-image-carousel-caption {
    text-align: center
}

.elementor-1020101 .elementor-element.elementor-element-54fc627 .elementor-image-carousel-wrapper .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-54fc627 .elementor-image-carousel-wrapper .slick-slider .slick-next:before {
    font-size: 25px;
    color: #0f0f0f
}

.elementor-1020101 .elementor-element.elementor-element-54fc627>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-0b1ab16 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-0b1ab16>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-d8d0172>.elementor-element-populated {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-45d5cb2 .elementor-image-carousel-caption {
    text-align: center
}

.elementor-1020101 .elementor-element.elementor-element-45d5cb2 .elementor-image-carousel-wrapper .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-45d5cb2 .elementor-image-carousel-wrapper .slick-slider .slick-next:before {
    font-size: 25px;
    color: #0f0f0f
}

.elementor-1020101 .elementor-element.elementor-element-45d5cb2>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-b04831d {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-504560f .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-504560f .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-504560f .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-504560f .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-504560f .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-504560f .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-504560f .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-504560f .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-504560f .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-504560f .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-504560f .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-504560f .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-504560f .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-504560f .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-504560f .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-504560f .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-504560f .producttab-content.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-7b531b6 a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-7b531b6 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-b0669ee {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-7859759 .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-7859759 .producttab-content.pk-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-93e0a8c a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-93e0a8c a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-8ec6fda {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 20px
}

.elementor-1020101 .elementor-element.elementor-element-8ec6fda>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-a33d091 {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-bcbf2ba .producttab-content.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-f14800f a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-f14800f a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-52d5599 {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-c1961c1 .producttab-content.pk-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-fcec0c8 a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-fcec0c8 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-3f65b6e {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 20px
}

.elementor-1020101 .elementor-element.elementor-element-3f65b6e>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-41826a9 {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-bac9032 .producttab-content.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-e450286 a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-e450286 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-fa17620 {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-afd6b6e .producttab-content.pk-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-f643f6f a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-f643f6f a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-531eed4 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 20px
}

.elementor-1020101 .elementor-element.elementor-element-531eed4>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-d7b7e9e {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 20px
}

.elementor-1020101 .elementor-element.elementor-element-d7b7e9e>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-f2cf51d {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-208b472 .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-208b472 .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-208b472 .producttab-content.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-9a07cbf a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-9a07cbf a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-38e32a0 {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-813fc88 .producttab-content.pk-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-c9b88f6 a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-c9b88f6 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-c53f980 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 20px
}

.elementor-1020101 .elementor-element.elementor-element-c53f980>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-adb615e {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 20px
}

.elementor-1020101 .elementor-element.elementor-element-adb615e>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-27a064f {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-27a064f>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-e0d430b>.elementor-element-populated {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-330591a .elementor-image-carousel-caption {
    text-align: center
}

.elementor-1020101 .elementor-element.elementor-element-330591a .elementor-image-carousel-wrapper .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-330591a .elementor-image-carousel-wrapper .slick-slider .slick-next:before {
    font-size: 28px;
    color: #0f0f0f
}

.elementor-1020101 .elementor-element.elementor-element-2acbc63 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-2acbc63:not(.elementor-motion-effects-element-type-background),
.elementor-1020101 .elementor-element.elementor-element-2acbc63>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(/img/cms/banner-zeus-black.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-1020101 .elementor-element.elementor-element-2acbc63>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-2a580cd .elementor-image-carousel-caption {
    text-align: center
}

.elementor-1020101 .elementor-element.elementor-element-2a580cd .elementor-image-carousel-wrapper .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-2a580cd .elementor-image-carousel-wrapper .slick-slider .slick-next:before {
    font-size: 28px;
    color: #0f0f0f
}

.elementor-1020101 .elementor-element.elementor-element-6a49683 {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-e08f617 .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-e08f617 .producttab-content.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-5a39b11 a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-5a39b11 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-718e854>.elementor-container {
    min-height: 806px
}

.elementor-1020101 .elementor-element.elementor-element-718e854>.elementor-container:after {
    content: "";
    min-height: inherit
}

.elementor-1020101 .elementor-element.elementor-element-718e854 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-718e854:not(.elementor-motion-effects-element-type-background),
.elementor-1020101 .elementor-element.elementor-element-718e854>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(/img/cms/BANNER-GOLEIROS.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-1020101 .elementor-element.elementor-element-718e854>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-8a6d6a2 a.elementor-button {
    background-color: #dd2e2e;
    border-radius: 5px 5px 5px 5px
}

.elementor-1020101 .elementor-element.elementor-element-8a6d6a2 .elementor-button {
    border-style: groove;
    border-width: 3px 3px 3px 3px;
    border-color: #fcfcfc
}

.elementor-1020101 .elementor-element.elementor-element-8a6d6a2>.elementor-widget-container {
    margin: 51% 0% 0% 0%
}

.elementor-1020101 .elementor-element.elementor-element-8dee41a {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-7174b0b .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-7174b0b .producttab-content.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-fc9b385 a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-fc9b385 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-ce4e495>.elementor-container {
    min-height: 400px
}

.elementor-1020101 .elementor-element.elementor-element-ce4e495>.elementor-container:after {
    content: "";
    min-height: inherit
}

.elementor-1020101 .elementor-element.elementor-element-ce4e495 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-ce4e495:not(.elementor-motion-effects-element-type-background),
.elementor-1020101 .elementor-element.elementor-element-ce4e495>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(/img/cms/worldwide_ESP.jpg);
    background-position: top center;
    background-repeat: no-repeat
}

.elementor-1020101 .elementor-element.elementor-element-ce4e495>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-967f9ad .elementor-image img {
    max-width: 100%;
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-967f9ad>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-ac94b41>.elementor-container {
    min-height: 400px
}

.elementor-1020101 .elementor-element.elementor-element-ac94b41>.elementor-container:after {
    content: "";
    min-height: inherit
}

.elementor-1020101 .elementor-element.elementor-element-ac94b41 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-ac94b41:not(.elementor-motion-effects-element-type-background),
.elementor-1020101 .elementor-element.elementor-element-ac94b41>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(/img/cms/worldwide_ESP.jpg);
    background-position: top center;
    background-repeat: no-repeat
}

.elementor-1020101 .elementor-element.elementor-element-ac94b41>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-586ba77 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 20px
}

.elementor-1020101 .elementor-element.elementor-element-586ba77>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-20847d2 {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-3d12884 .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-3d12884 .producttab-content.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-f27013e a.elementor-button {
    font-family: "Montserrat", sans-serif;
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-f27013e a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-5041369 {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .module-title {
    color: #0c0c0c;
    font-size: 29px;
    font-weight: 700;
    margin: 0 26px 40px 26px;
    text-align: center
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .module-title span {
    border-color: #0c0c0c;
    padding: 24px 24px 24px 24px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-ce-widget.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 22px;
    mask-size: 22px;
    width: 22px;
    height: 22px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-dailydeal-products-wrap .glide__arrow {
    width: 22px;
    height: 22px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-ce-widget.pk-isotope .isotope>article {
    width: calc(100% / 4)
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-isotope .product-miniature .thumbnail-container {
    margin-right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-isotope .product-miniature {
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-tabs .nav-tabs {
    justify-content: center
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-tabs .nav-tabs a {
    color: #999
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-tabs .nav-tabs a:hover,
.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .pk-tabs .nav-tabs a.active {
    color: #444
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .nav-item a {
    padding: 0 10px 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .tabs .nav-tabs .nav-item {
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .tabs .tab-pane {
    padding: 0
}

.elementor-1020101 .elementor-element.elementor-element-94f1bf7 .producttab-content.pk-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-a0b08e9 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-a0b08e9 a.elementor-button {
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-3275da0:not(.elementor-motion-effects-element-type-background),
.elementor-1020101 .elementor-element.elementor-element-3275da0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f9f9f9
}

.elementor-1020101 .elementor-element.elementor-element-3275da0 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0 0 0
}

.elementor-1020101 .elementor-element.elementor-element-3275da0>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-46903da {
    text-align: center
}

.elementor-1020101 .elementor-element.elementor-element-46903da.elementor-widget-heading .elementor-heading-title {
    color: #54595f
}

.elementor-1020101 .elementor-element.elementor-element-46903da .elementor-heading-title {
    font-size: 28px;
    text-shadow: 0 0 0 rgba(0, 0, 0, .3)
}

.elementor-1020101 .elementor-element.elementor-element-46903da>.elementor-widget-container {
    margin: 0 0 050px 0
}

.elementor-1020101 .elementor-element.elementor-element-15ef65e {
    margin-top: 0;
    margin-bottom: 50px
}

.elementor-1020101 .elementor-element.elementor-element-4121a79.elementor-position-right .elementor-image-box-img {
    margin-left: 0
}

.elementor-1020101 .elementor-element.elementor-element-4121a79.elementor-position-left .elementor-image-box-img {
    margin-right: 0
}

.elementor-1020101 .elementor-element.elementor-element-4121a79.elementor-position-top .elementor-image-box-img {
    margin-bottom: 0
}

.elementor-1020101 .elementor-element.elementor-element-4121a79 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%
}

.elementor-1020101 .elementor-element.elementor-element-4121a79 .elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-4121a79:hover .elementor-image-box-img img {
    opacity: .61
}

.elementor-1020101 .elementor-element.elementor-element-4121a79>.elementor-widget-container {
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-c837da2.elementor-position-right .elementor-image-box-img {
    margin-left: 0
}

.elementor-1020101 .elementor-element.elementor-element-c837da2.elementor-position-left .elementor-image-box-img {
    margin-right: 0
}

.elementor-1020101 .elementor-element.elementor-element-c837da2.elementor-position-top .elementor-image-box-img {
    margin-bottom: 0
}

.elementor-1020101 .elementor-element.elementor-element-c837da2 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%
}

.elementor-1020101 .elementor-element.elementor-element-c837da2 .elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-c837da2:hover .elementor-image-box-img img {
    opacity: .61
}

.elementor-1020101 .elementor-element.elementor-element-c837da2>.elementor-widget-container {
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-12e59bd.elementor-position-right .elementor-image-box-img {
    margin-left: 0
}

.elementor-1020101 .elementor-element.elementor-element-12e59bd.elementor-position-left .elementor-image-box-img {
    margin-right: 0
}

.elementor-1020101 .elementor-element.elementor-element-12e59bd.elementor-position-top .elementor-image-box-img {
    margin-bottom: 0
}

.elementor-1020101 .elementor-element.elementor-element-12e59bd .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%
}

.elementor-1020101 .elementor-element.elementor-element-12e59bd .elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-12e59bd:hover .elementor-image-box-img img {
    opacity: .61
}

.elementor-1020101 .elementor-element.elementor-element-12e59bd>.elementor-widget-container {
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-bd55753.elementor-position-right .elementor-image-box-img {
    margin-left: 0
}

.elementor-1020101 .elementor-element.elementor-element-bd55753.elementor-position-left .elementor-image-box-img {
    margin-right: 0
}

.elementor-1020101 .elementor-element.elementor-element-bd55753.elementor-position-top .elementor-image-box-img {
    margin-bottom: 0
}

.elementor-1020101 .elementor-element.elementor-element-bd55753 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%
}

.elementor-1020101 .elementor-element.elementor-element-bd55753 .elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-bd55753:hover .elementor-image-box-img img {
    opacity: .61
}

.elementor-1020101 .elementor-element.elementor-element-bd55753>.elementor-widget-container {
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-d6fc0b3.elementor-position-right .elementor-image-box-img {
    margin-left: 0
}

.elementor-1020101 .elementor-element.elementor-element-d6fc0b3.elementor-position-left .elementor-image-box-img {
    margin-right: 0
}

.elementor-1020101 .elementor-element.elementor-element-d6fc0b3.elementor-position-top .elementor-image-box-img {
    margin-bottom: 0
}

.elementor-1020101 .elementor-element.elementor-element-d6fc0b3 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%
}

.elementor-1020101 .elementor-element.elementor-element-d6fc0b3 .elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-d6fc0b3:hover .elementor-image-box-img img {
    opacity: .61
}

.elementor-1020101 .elementor-element.elementor-element-d6fc0b3>.elementor-widget-container {
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-0d8bcc5.elementor-position-right .elementor-image-box-img {
    margin-left: 0
}

.elementor-1020101 .elementor-element.elementor-element-0d8bcc5.elementor-position-left .elementor-image-box-img {
    margin-right: 0
}

.elementor-1020101 .elementor-element.elementor-element-0d8bcc5.elementor-position-top .elementor-image-box-img {
    margin-bottom: 0
}

.elementor-1020101 .elementor-element.elementor-element-0d8bcc5 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%
}

.elementor-1020101 .elementor-element.elementor-element-0d8bcc5 .elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-0d8bcc5:hover .elementor-image-box-img img {
    opacity: .61
}

.elementor-1020101 .elementor-element.elementor-element-0d8bcc5>.elementor-widget-container {
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-8827671.elementor-position-right .elementor-image-box-img {
    margin-left: 0
}

.elementor-1020101 .elementor-element.elementor-element-8827671.elementor-position-left .elementor-image-box-img {
    margin-right: 0
}

.elementor-1020101 .elementor-element.elementor-element-8827671.elementor-position-top .elementor-image-box-img {
    margin-bottom: 0
}

.elementor-1020101 .elementor-element.elementor-element-8827671 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%
}

.elementor-1020101 .elementor-element.elementor-element-8827671 .elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-8827671:hover .elementor-image-box-img img {
    opacity: .61
}

.elementor-1020101 .elementor-element.elementor-element-8827671>.elementor-widget-container {
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-39ad0f7.elementor-position-right .elementor-image-box-img {
    margin-left: 0
}

.elementor-1020101 .elementor-element.elementor-element-39ad0f7.elementor-position-left .elementor-image-box-img {
    margin-right: 0
}

.elementor-1020101 .elementor-element.elementor-element-39ad0f7.elementor-position-top .elementor-image-box-img {
    margin-bottom: 0
}

.elementor-1020101 .elementor-element.elementor-element-39ad0f7 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%
}

.elementor-1020101 .elementor-element.elementor-element-39ad0f7 .elementor-image-box-img img {
    opacity: 1;
    transition-duration: 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-39ad0f7:hover .elementor-image-box-img img {
    opacity: .61
}

.elementor-1020101 .elementor-element.elementor-element-39ad0f7>.elementor-widget-container {
    border-radius: 0% 0% 0% 0%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.elementor-1020101 .elementor-element.elementor-element-9dfbf85 {
    padding: 100px 0 50px 0
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .module-title {
    color: #444;
    margin: 0 0 20px 0
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .module-title span {
    border-color: #444;
    padding: 0 20px 10px 20px
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .pk-ce-widget {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-list {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slide>* {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2)
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider .slick-prev:before,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider .slick-next:before,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .pk-dailydeal-products-wrap .glide__arrow:before {
    -webkit-mask-size: 26px;
    mask-size: 26px;
    width: 26px;
    height: 26px;
    background-color: #444
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .pk-dailydeal-products-wrap .glide__arrow {
    width: 26px;
    height: 26px;
    background-color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .pk-dailydeal-products-wrap .glide__arrow {
    padding: 5px 5px 5px 5px;
    border-radius: 50% 50% 50% 50%
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .elementor-slick-slider .slick-slider .slick-prev,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .pk-dailydeal-products-wrap .glide__arrow--left {
    left: 25px
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .elementor-slick-slider .slick-slider .slick-next,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .pk-dailydeal-products-wrap .glide__arrow--right {
    right: 25px
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .elementor-slick-slider .slick-slider .slick-arrow,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .pk-dailydeal-products-wrap .glide__arrow {
    top: 50%
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots {
    bottom: 0px !important
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots li,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    box-sizing: border-box
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots li {
    margin: 0 10px
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots li button {
    padding: 5px
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots li button,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots li button {
    border-width: 5px
}

.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots li:hover button,
.elementor-1020101 .elementor-element.elementor-element-0eb516b .slick-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px
}

.elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-container {
    min-height: 400px
}

.elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-container:after {
    content: "";
    min-height: inherit
}

.elementor-1020101 .elementor-element.elementor-element-a34bf57 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-a34bf57:not(.elementor-motion-effects-element-type-background),
.elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(/img/cms/horus-mobile.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-494ea42 a.elementor-button {
    background-color: #a50101;
    border-radius: 5px 5px 5px 5px
}

.elementor-1020101 .elementor-element.elementor-element-494ea42 .elementor-button {
    border-style: solid
}

.elementor-1020101 .elementor-element.elementor-element-e384ca4 {
    text-align: center
}

.elementor-1020101 .elementor-element.elementor-element-e384ca4 .elementor-image img {
    max-width: 100%;
    opacity: 1
}

.elementor-1020101 .elementor-element.elementor-element-f2ac81c>.elementor-element-populated {
    padding: 0% 10% 0% 10%
}

.elementor-1020101 .elementor-element.elementor-element-390794d {
    font-family: "Roboto Condensed", sans-serif
}

.elementor-1020101 .elementor-element.elementor-element-e1741b9 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-e1741b9 a.elementor-button {
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-e841690:not(.elementor-motion-effects-element-type-background),
.elementor-1020101 .elementor-element.elementor-element-e841690>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e6e6e6
}

.elementor-1020101 .elementor-element.elementor-element-e841690 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-e841690>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1020101 .elementor-element.elementor-element-271a37d>.elementor-element-populated {
    padding: 0% 10% 0% 10%
}

.elementor-1020101 .elementor-element.elementor-element-c193b15 {
    color: #0c0c0c;
    font-family: "Roboto Condensed", sans-serif
}

.elementor-1020101 .elementor-element.elementor-element-a9ba101 a.elementor-button:not(#e) {
    color: #fff
}

.elementor-1020101 .elementor-element.elementor-element-a9ba101 a.elementor-button {
    background-color: #000
}

.elementor-1020101 .elementor-element.elementor-element-1eac47e {
    text-align: center
}

.elementor-1020101 .elementor-element.elementor-element-1eac47e .elementor-image img {
    max-width: 100%;
    opacity: 1
}

@media(max-width:1024px) {
    .elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-container {
        min-height: 91vh
    }

    .elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-container:after {
        content: "";
        min-height: inherit
    }
}

@media(max-width:767px) {
    .elementor-1020101 .elementor-element.elementor-element-b04831d {
        margin-top: 0;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-504560f .pk-ce-widget.pk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px
    }

    .elementor-1020101 .elementor-element.elementor-element-b0669ee {
        margin-top: 0;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-7859759 .pk-ce-widget.pk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px
    }

    .elementor-1020101 .elementor-element.elementor-element-7859759 .slick-list {
        margin-left: calc(-1px / 2);
        margin-right: calc(-1px / 2)
    }

    .elementor-1020101 .elementor-element.elementor-element-7859759 .slick-slide>* {
        margin-left: calc(1px / 2);
        margin-right: calc(1px / 2)
    }

    .elementor-1020101 .elementor-element.elementor-element-7859759 .pk-ce-widget.pk-isotope .isotope>article {
        width: calc(100% / 1)
    }

    .elementor-1020101 .elementor-element.elementor-element-a33d091 {
        margin-top: 0;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-bcbf2ba .pk-ce-widget.pk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px
    }

    .elementor-1020101 .elementor-element.elementor-element-52d5599 {
        margin-top: 0;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-ce-widget.pk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px
    }

    .elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-list {
        margin-left: calc(-1px / 2);
        margin-right: calc(-1px / 2)
    }

    .elementor-1020101 .elementor-element.elementor-element-c1961c1 .slick-slide>* {
        margin-left: calc(1px / 2);
        margin-right: calc(1px / 2)
    }

    .elementor-1020101 .elementor-element.elementor-element-c1961c1 .pk-ce-widget.pk-isotope .isotope>article {
        width: calc(100% / 1)
    }

    .elementor-1020101 .elementor-element.elementor-element-41826a9 {
        margin-top: 0;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-bac9032 .pk-ce-widget.pk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px
    }

    .elementor-1020101 .elementor-element.elementor-element-fa17620 {
        margin-top: 0;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-ce-widget.pk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px
    }

    .elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-list {
        margin-left: calc(-1px / 2);
        margin-right: calc(-1px / 2)
    }

    .elementor-1020101 .elementor-element.elementor-element-afd6b6e .slick-slide>* {
        margin-left: calc(1px / 2);
        margin-right: calc(1px / 2)
    }

    .elementor-1020101 .elementor-element.elementor-element-afd6b6e .pk-ce-widget.pk-isotope .isotope>article {
        width: calc(100% / 1)
    }

    .elementor-1020101 .elementor-element.elementor-element-f2cf51d {
        margin-top: 0;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-208b472 .pk-ce-widget.pk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px
    }

    .elementor-1020101 .elementor-element.elementor-element-38e32a0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-ce-widget.pk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px
    }

    .elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-list {
        margin-left: calc(-1px / 2);
        margin-right: calc(-1px / 2)
    }

    .elementor-1020101 .elementor-element.elementor-element-813fc88 .slick-slide>* {
        margin-left: calc(1px / 2);
        margin-right: calc(1px / 2)
    }

    .elementor-1020101 .elementor-element.elementor-element-813fc88 .pk-ce-widget.pk-isotope .isotope>article {
        width: calc(100% / 1)
    }

    .elementor-1020101 .elementor-element.elementor-element-330591a>.elementor-widget-container {
        margin: 0 0 0 0;
        padding: 0 0 0 0
    }

    .elementor-1020101 .elementor-element.elementor-element-2acbc63:not(.elementor-motion-effects-element-type-background),
    .elementor-1020101 .elementor-element.elementor-element-2acbc63>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-size: contain
    }

    .elementor-1020101 .elementor-element.elementor-element-c9f6606>.elementor-element-populated {
        margin: 0 0 0 0;
        padding: 0 0 0 0
    }

    .elementor-1020101 .elementor-element.elementor-element-2a580cd>.elementor-widget-container {
        margin: 0 0 0 0;
        padding: 0 0 0 0
    }

    .elementor-1020101 .elementor-element.elementor-element-6a49683 {
        margin-top: -5px;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-718e854>.elementor-container {
        min-height: 568px
    }

    .elementor-1020101 .elementor-element.elementor-element-718e854>.elementor-container:after {
        content: "";
        min-height: inherit
    }

    .elementor-1020101 .elementor-element.elementor-element-8dee41a {
        margin-top: -5px;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-ac94b41>.elementor-container {
        min-height: 135px
    }

    .elementor-1020101 .elementor-element.elementor-element-ac94b41>.elementor-container:after {
        content: "";
        min-height: inherit
    }

    .elementor-1020101 .elementor-element.elementor-element-ac94b41:not(.elementor-motion-effects-element-type-background),
    .elementor-1020101 .elementor-element.elementor-element-ac94b41>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url(/img/cms/worldwide_ESP.jpg);
        background-size: 560px auto
    }

    .elementor-1020101 .elementor-element.elementor-element-20847d2 {
        margin-top: -5px;
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-94f1bf7 .module-title {
        font-size: 19px
    }

    .elementor-1020101 .elementor-element.elementor-element-4121a79 .elementor-image-box-img {
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-c837da2 .elementor-image-box-img {
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-12e59bd .elementor-image-box-img {
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-bd55753 .elementor-image-box-img {
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-d6fc0b3 .elementor-image-box-img {
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-0d8bcc5 .elementor-image-box-img {
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-8827671 .elementor-image-box-img {
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-39ad0f7 .elementor-image-box-img {
        margin-bottom: 0
    }

    .elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-container {
        min-height: 251px
    }

    .elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-container:after {
        content: "";
        min-height: inherit
    }

    .elementor-1020101 .elementor-element.elementor-element-a34bf57:not(.elementor-motion-effects-element-type-background),
    .elementor-1020101 .elementor-element.elementor-element-a34bf57>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url(/img/cms/MOVIL.jpeg);
        background-position: top center;
        background-size: contain
    }

    .elementor-1020101 .elementor-element.elementor-element-a34bf57 {
        padding: 0 0 0 0
    }

    .elementor-1020101 .elementor-element.elementor-element-494ea42 .elementor-button {
        border-width: 2px 2px 2px 2px
    }

    .elementor-1020101 .elementor-element.elementor-element-494ea42>.elementor-widget-container {
        margin: 66% 0% 0% 0%
    }

    .elementor-1020101 .elementor-element.elementor-element-e1741b9>.elementor-widget-container {
        margin: 0 0 31px 0
    }

    .elementor-1020101 .elementor-element.elementor-element-a9ba101>.elementor-widget-container {
        margin: 0 0 25px 0
    }
}

.elementor-8010000 .elementor-element.elementor-element-2fd26a0d:not(.elementor-motion-effects-element-type-background),
.elementor-8010000 .elementor-element.elementor-element-2fd26a0d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #323232
}

.elementor-8010000 .elementor-element.elementor-element-2fd26a0d {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0 120px 0
}

.elementor-8010000 .elementor-element.elementor-element-2fd26a0d>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-8010000 .elementor-element.elementor-element-209d1b2e .module-title {
    color: #efefef;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.5px;
    margin: 0 0 30px 0;
    text-align: left
}

.elementor-8010000 .elementor-element.elementor-element-209d1b2e .module-title span {
    border-color: rgba(0, 0, 0, 0);
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 0 0 0 0
}

.elementor-8010000 .elementor-element.elementor-element-209d1b2e .widget-pklinks li:not(:last-child) {
    padding-bottom: calc(10px/2)
}

.elementor-8010000 .elementor-element.elementor-element-209d1b2e .widget-pklinks li:not(:first-child) {
    margin-top: calc(10px/2)
}

.elementor-8010000 .elementor-element.elementor-element-209d1b2e .widget-pklinks li {
    list-style: none;
    list-style-position: inside;
    color: #bdbdbd;
    padding-left: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em
}

.elementor-8010000 .elementor-element.elementor-element-209d1b2e .widget-pklinks li:hover {
    color: #fff
}

.elementor-8010000 .elementor-element.elementor-element-209d1b2e .widget-pklinks-title {
    color: #e5e5e5;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    line-height: 2em;
    letter-spacing: 3px;
    margin: 0 0 20px 0
}

#footer .elementor-8010000 .elementor-element.elementor-element-209d1b2e .widget-pklinks-title {
    color: #e5e5e5
}

.elementor-8010000 .elementor-element.elementor-element-a01c603 .module-title {
    color: #efefef;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.5px;
    margin: 0 0 30px 0;
    text-align: left
}

.elementor-8010000 .elementor-element.elementor-element-a01c603 .module-title span {
    border-color: rgba(0, 0, 0, 0);
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 0 0 0 0
}

.elementor-8010000 .elementor-element.elementor-element-a01c603 .widget-pklinks li:not(:last-child) {
    padding-bottom: calc(10px/2)
}

.elementor-8010000 .elementor-element.elementor-element-a01c603 .widget-pklinks li:not(:first-child) {
    margin-top: calc(10px/2)
}

.elementor-8010000 .elementor-element.elementor-element-a01c603 .widget-pklinks li {
    list-style: none;
    list-style-position: inside;
    color: #bdbdbd;
    padding-left: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em
}

.elementor-8010000 .elementor-element.elementor-element-a01c603 .widget-pklinks li:hover {
    color: #fff
}

.elementor-8010000 .elementor-element.elementor-element-a01c603 .widget-pklinks-title {
    color: #e5e5e5;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    line-height: 2em;
    letter-spacing: 3px;
    margin: 0 0 20px 0
}

#footer .elementor-8010000 .elementor-element.elementor-element-a01c603 .widget-pklinks-title {
    color: #e5e5e5
}

.elementor-8010000 .elementor-element.elementor-element-b934a31 .module-title {
    color: #efefef;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.5px;
    margin: 0 0 30px 0;
    text-align: left
}

.elementor-8010000 .elementor-element.elementor-element-b934a31 .module-title span {
    border-color: #efefef;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 0 0 0 0
}

.elementor-8010000 .elementor-element.elementor-element-b934a31 .widget-pklinks li:not(:last-child) {
    padding-bottom: calc(10px/2)
}

.elementor-8010000 .elementor-element.elementor-element-b934a31 .widget-pklinks li:not(:first-child) {
    margin-top: calc(10px/2)
}

.elementor-8010000 .elementor-element.elementor-element-b934a31 .widget-pklinks li {
    list-style: none;
    list-style-position: inside;
    color: #bdbdbd;
    padding-left: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em
}

.elementor-8010000 .elementor-element.elementor-element-b934a31 .widget-pklinks li:hover {
    color: #fff
}

.elementor-8010000 .elementor-element.elementor-element-b934a31 .widget-pklinks-title {
    color: #e5e5e5;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    line-height: 2em;
    letter-spacing: 3px;
    margin: 0 0 20px 0
}

#footer .elementor-8010000 .elementor-element.elementor-element-b934a31 .widget-pklinks-title {
    color: #e5e5e5
}

.elementor-8010000 .elementor-element.elementor-element-4807274d .module-title {
    color: #efefef;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.5px;
    margin: 0 0 30px 0
}

.elementor-8010000 .elementor-element.elementor-element-4807274d .module-title span {
    border-color: #efefef;
    padding: 0 0 0 0
}

.elementor-8010000 .elementor-element.elementor-element-64b8628c {
    color: #bdbdbd;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.3em
}

.elementor-8010000 .elementor-element.elementor-element-3ecbeafc {
    text-align: center
}

.elementor-8010000 .elementor-element.elementor-element-3ecbeafc .elementor-social-icon:not(:hover) {
    background-color: rgba(0, 0, 0, 0)
}

.elementor-8010000 .elementor-element.elementor-element-3ecbeafc .elementor-social-icon:not(:hover) i {
    color: #a5a5a5
}

.elementor-8010000 .elementor-element.elementor-element-3ecbeafc .elementor-social-icon {
    font-size: 16px;
    padding: .5em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #494949
}

.elementor-8010000 .elementor-element.elementor-element-3ecbeafc .elementor-social-icon:not(:last-child) {
    margin-right: 11px
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .module-title {
    color: #efefef;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.5px;
    margin: 0 0 30px 0;
    text-align: left
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .module-title span {
    border-color: #efefef;
    padding: 0 0 0 0
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .pk-ce-widget-wrapper {
    display: flex;
    align-items: left;
    flex-direction: column
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .newsletter-widget {
    text-align: left
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .newsletter-form {
    text-align: left;
    display: block
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .pknlinput-wrap {
    display: inline-block;
    width: 260px;
    margin: 0 0 20px 0
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .newsletter-info {
    color: #bdbdbd;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 200;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .newsletter-input {
    height: auto;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4f4f4f;
    border-radius: 21px 21px 21px 21px;
    color: #bdbdbd;
    background-color: rgba(0, 0, 0, 0)
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .newsletter-input::placeholder {
    color: #bdbdbd
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .submit-widget-newsletter {
    color: #bdbdbd
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .psgdpr_consent_message span:last-child {
    color: #bdbdbd;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    letter-spacing: .1px
}

.elementor-8010000 .elementor-element.elementor-element-6577a880 .psgdpr_consent_message {
    padding: 10px 0 0 0
}

.elementor-8010000 .elementor-element.elementor-element-6577a880>.elementor-widget-container {
    padding: 0 0 0 0
}

.elementor-8010000 .elementor-element.elementor-element-53d453eb:not(.elementor-motion-effects-element-type-background),
.elementor-8010000 .elementor-element.elementor-element-53d453eb>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #343434
}

.elementor-8010000 .elementor-element.elementor-element-53d453eb {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5px 0 5px 0
}

.elementor-8010000 .elementor-element.elementor-element-53d453eb>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-8010000 .elementor-element.elementor-element-56ae8bc8>.elementor-element-populated {
    color: #fff
}

.elementor-8010000 .elementor-element.elementor-element-22273fe7 .elementor-text-editor {
    text-align: left
}

.elementor-8010000 .elementor-element.elementor-element-22273fe7 {
    color: #c3c3c3;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: .5em;
    letter-spacing: 2.5px
}

.elementor-8010000 .elementor-element.elementor-element-22273fe7>.elementor-widget-container {
    padding: 8px 0 0 0
}

.elementor-8010000 .elementor-element.elementor-element-734e18b9 .elementor-text-editor {
    text-align: left
}

.elementor-8010000 .elementor-element.elementor-element-734e18b9 {
    color: #7e7e7e;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 0em;
    letter-spacing: .1px
}

.elementor-8010000 .elementor-element.elementor-element-c4f3b43 {
    text-align: right
}

.elementor-8010000 .elementor-element.elementor-element-c4f3b43 .elementor-image img {
    max-width: 50%;
    opacity: 1
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(../../../../modules/creativeelements/views/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../../../modules/creativeelements/views/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    from,
    to {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(.8);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@font-face {
    font-family: ceicons;
    src: url(../../../../modules/creativeelements/views/lib/ceicons/fonts/ceicons.woff2?t6ebnx) format('woff2'), url(../../../../modules/creativeelements/views/lib/ceicons/fonts/ceicons.woff?t6ebnx) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" ceicon-"],
[class^=ceicon-] {
    font-family: ceicons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ceicon-cart-light:before {
    content: "\e800"
}

.ceicon-cart-medium:before {
    content: "\e801"
}

.ceicon-cart-solid:before {
    content: "\e802"
}

.ceicon-trolley-light:before {
    content: "\e803"
}

.ceicon-trolley-medium:before {
    content: "\e804"
}

.ceicon-trolley-solid:before {
    content: "\e805"
}

.ceicon-trolley-bold:before {
    content: "\e806"
}

.ceicon-basket-light:before {
    content: "\e807"
}

.ceicon-basket-medium:before {
    content: "\e808"
}

.ceicon-basket-solid:before {
    content: "\e809"
}

.ceicon-bag-light:before {
    content: "\e80a"
}

.ceicon-bag-medium:before {
    content: "\e80b"
}

.ceicon-bag-solid:before {
    content: "\e80c"
}

.ceicon-bag-rounded-o:before {
    content: "\e80d"
}

.ceicon-bag-rounded:before {
    content: "\e80e"
}

.ceicon-bag-trapeze-o:before {
    content: "\e80f"
}

.ceicon-bag-trapeze:before {
    content: "\e810"
}

.ceicon-search-light:before {
    content: "\e811"
}

.ceicon-search-medium:before {
    content: "\e812"
}

.ceicon-search-glint:before {
    content: "\e813"
}

.ceicon-search-minimal:before {
    content: "\e814"
}

.ceicon-magnifier:before {
    content: "\e815"
}

.ceicon-loupe:before {
    content: "\e816"
}

.ceicon-user-simple:before {
    content: "\e817"
}

.ceicon-user-account:before {
    content: "\e818"
}

.ceicon-caret-left:before {
    content: "\e819"
}

.ceicon-caret-right:before {
    content: "\e81a"
}

.ceicon-angle-left:before {
    content: "\e81b"
}

.ceicon-angle-right:before {
    content: "\e81c"
}

.ceicon-chevron-left:before {
    content: "\e81d"
}

.ceicon-chevron-right:before {
    content: "\e81e"
}

.ceicon-arrow-left:before {
    content: "\e81f"
}

.ceicon-arrow-right:before {
    content: "\e820"
}

.ceicon-long-arrow-left:before {
    content: "\e821"
}

.ceicon-long-arrow-right:before {
    content: "\e822"
}

.ceicon-loading:before {
    content: "\e823"
}

.ceicon-play:before {
    content: "\e824"
}

.ceicon-play-o:before {
    content: "\e825"
}

.ceicon-burger:before {
    content: "\e826"
}

.ceicon-apps:before {
    content: "\e827"
}

.ceicon-times:before {
    content: "\e828"
}

.ceicon-close:before {
    content: "\e829"
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #6ec1e4
}

.elementor-widget-heading .elementor-heading-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-image .widget-image-caption {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-text-editor {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #6ec1e4
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: #6ec1e4;
    border-color: #6ec1e4
}

.elementor-widget-button a.elementor-button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #61ce70
}

.elementor-widget-divider .elementor-divider-separator {
    border-top-color: #7a7a7a
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: #6ec1e4
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
    color: #6ec1e4;
    border-color: #6ec1e4
}

.elementor-widget-icon.elementor-view-framed a.elementor-icon:not(#e),
.elementor-widget-icon.elementor-view-default a.elementor-icon:not(#e) {
    color: #6ec1e4
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: #6ec1e4
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
    color: #6ec1e4;
    border-color: #6ec1e4
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-image-gallery figcaption {
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.elementor-widget-image-carousel .elementor-image-carousel-caption {
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: #7a7a7a
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: #6ec1e4
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: #54595f
}

.elementor-widget-icon-list .elementor-icon-list-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-counter .elementor-counter-title {
    color: #54595f;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #6ec1e4
}

.elementor-widget-progress .elementor-title {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: #54595f;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400
}

.elementor-widget-tabs .elementor-tab-title {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
    color: #61ce70
}

.elementor-widget-tabs .elementor-tab-content {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    color: #61ce70
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
    color: #61ce70
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-alert .elementor-alert-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-alert .elementor-alert-description {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-image-hotspot.elementor-view-stacked .elementor-icon {
    background-color: #6ec1e4
}

.elementor-widget-image-hotspot.elementor-view-framed .elementor-icon,
.elementor-widget-image-hotspot.elementor-view-default .elementor-icon {
    color: #6ec1e4;
    border-color: #6ec1e4
}

.elementor-widget-image-hotspot .elementor-image-hotspot-title {
    color: #6ec1e4;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.elementor-widget-image-hotspot .elementor-image-hotspot .elementor-image-hotspot-description {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-categoryfilter #search_filters .module-title {
    color: #54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-categoryfilter #search_filters .module-title a {
    color: inherit
}

.elementor-widget-categorysubcategories .pk-subcategory figcaption {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-categorysubcategories .pk-subcategory-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-categorytitle .category-title {
    color: #54595f
}

.elementor-widget-pkblog .blog-headline {
    color: #54595f
}

.elementor-widget-pkblog .blog-headline a {
    color: inherit
}

.elementor-widget-pkblog .slpwc>p {
    color: #54595f
}

.elementor-widget-pkblog .post-date {
    color: #54595f
}

.elementor-widget-pkcart .user-select .current-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7a7a7a
}

.elementor-widget-pkcart .header-item-counter {
    background-color: #7a7a7a;
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pkcategories .widget-pklinks li:after {
    border-color: #7a7a7a
}

.elementor-widget-pkcategories .widget-pklinks li {
    color: #54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pkcategories .widget-pklinks-title a {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pkcompare .user-select .current-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7a7a7a
}

.elementor-widget-pkcurrencies .user-select .current-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7a7a7a
}

.elementor-widget-pkcurrencies .user-select li {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pkfavorites .user-select .current-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7a7a7a
}

.elementor-widget-pkimagecarousel .pk-item-caption {
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.elementor-widget-pkimagecarousel .pk-item-text {
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.elementor-widget-pklanguages .user-select .current-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7a7a7a
}

.elementor-widget-pklanguages .user-select li {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pklinks .widget-pklinks li:not(:last-child):after {
    border-color: #7a7a7a
}

.elementor-widget-pklinks .widget-pklinks li {
    color: #54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pklinks .widget-pklinks-title {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pkmenu #top-menu>li>a,
.elementor-widget-pkmenu .pk-top-menu>li>a {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pkmyaccount .user-select .current-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7a7a7a
}

.elementor-widget-pkmyaccount .user-select li {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.elementor-widget-pksignin .user-select .current-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7a7a7a
}

.elementor-widget-pktestimonials blockquote {
    color: #54595f
}

.elementor-widget-pktestimonials .pk-author {
    color: #54595f
}

.elementor-widget-pktestimonials .pk-occupation {
    color: #54595f
}

.elementor-widget-pkwatchlist .user-select .current-item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7a7a7a
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.pk-menu-horizontal li.level-1>a>span.menu-subtitle {
    top: 0;
    line-height: 12px;
    margin-top: -12px;
    font-size: 9px;
    padding: 0 4px;
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
    background: #2e2d2d
}

.pk-menu-horizontal li.level-1 .img-icon {
    max-width: 20px
}

.pk-menu-horizontal ul {
    margin: 0;
    list-style: none
}

.pk-menu-horizontal li.level-1 {
    display: inline-block;
    vertical-align: top;
    transition: all 0.4s ease 0s
}

.pk-menu-horizontal li.level-1>a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    z-index: 1;
    height: 100%
}

.pk-menu-horizontal li.level-1>a span {
    display: flex;
    align-items: center
}

.pk-menu-horizontal li.level-1:first-child>a {
    padding-left: 0
}

.pk-menu-horizontal .main-category {
    margin-bottom: 15px
}

.pk-menu-horizontal ul li.level-1.icon_menu>a {
    padding-left: 0;
    font-size: 0;
    width: 24px;
    height: 26px;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAYAAACtv5zzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA85pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6N0QwNzdGNzg4MEUxREYxMTgyN0NCODU5MzE0NEJCRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTQxRURFMEY3NDE0MTFFNjhFMUFCN0Q3ODlDODA5QkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTQxRURFMEU3NDE0MTFFNjhFMUFCN0Q3ODlDODA5QkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZmZiZGRkNy02YzkzLWFmNGItODY4Mi1hOWY5MjA4NDVlMTEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkODUxMmRlMi00ZmMxLTExZTYtYmQ4YS1jZDVhZjc3ZTdlYTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz45R4l7AAAAZElEQVR42mI0NjbuYKAdeMEItOA/DS24zAIkztLQgjsgC0xoaAEDEwONwagFoxYMAQtAGe0dDc2/BrJAkIYW8IEsSKehBe9ApeloKhq1YLSoYGAIpaH5H0EWrKJls4XmQQQQYADF7g0l40CCugAAAABJRU5ErkJggg==) no-repeat;
    margin-top: 12px
}

.cat-drop-menu li {
    position: relative
}

.pk-menu-horizontal .menu-dropdown li a {
    display: block;
    padding-bottom: 15px
}

.pk-menu-horizontal .menu-dropdown li:last-child>a {
    padding-bottom: 0
}

.clearfix {
    clear: both
}

.pk-menu-horizontal ul li.level-1 ul li a {
    text-align: left
}

.pk-menu-horizontal ul li ul li.item-header a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: .1em
}

.pk-menu-horizontal ul li.level-1.last>a {
    padding-right: 0
}

.pk-menu-horizontal ul li.level-1 ul li.parent:hover:after {
    color: #00b16a
}

.html-block img:hover {
    opacity: .7;
    transition: all 0.4s ease 0s
}

.pk-menu-horizontal .menu-dropdown .menu-item.item-header .product-name {
    margin-top: 10px
}

.pk-menu-horizontal .menu-dropdown .menu-item.item-header .product-name a {
    padding: 0;
    margin: 0
}

.pk-menu-horizontal .menu-dropdown .menu-item.item-header .content_price {
    text-align: left
}

.html-block p {
    margin-bottom: 0
}

.pk-sub-menu .pk-menu-row:not(:last-child) {
    text-align: left;
    margin-bottom: 50px
}

.pk-static-menu ul .menu-item>a {
    padding: 2px 0
}

.pk-menu-horizontal ul li ul li.item-header .product-container-img a {
    padding: 0;
    margin-top: 10px
}

.pk-menu-horizontal ul li ul li.item-header .product-container-img a.sale-box {
    text-align: center
}

.pk-menu-horizontal .menu-dropdown .sub-static .menu-item>a,
.menu-mobile-icon a span {
    display: none
}

.icon_menu {
    border: 2px solid #494949;
    color: #494949;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    filter: invert(1)
}

.pk-menu-horizontal .icon_menu svg {
    margin: 0
}

#top-menu,
.pk-top-menu {
    margin: 0 auto;
    width: 100%;
    height: 100%
}

#top-menu:after,
.pk-top-menu:after {
    display: none
}

.pk-menu-horizontal .dd_el_hover>.pk-sub-menu {
    visibility: visible
}

@media (min-width:1025px) {
    .pk-menu-horizontal li.level-1>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    #top-menu,
    .pk-top-menu {
        padding-right: 0
    }

    .pk-menu-horizontal .menu-dropdown.col-lg-12 {
        left: 0
    }

    #more_menu .menu-dropdown .menu-dropdown,
    .pk-collapse-icons,
    .title-menu-mobile,
    .icon-drop-mobile,
    #top-menu>li>a>span>svg,
    .pk-top-menu>li>a>span>svg,
    .pk-menu-horizontal .icon_menu {
        display: none
    }

    .pk-menu-horizontal .menu-dropdown {
        display: block;
        opacity: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
        visibility: hidden;
        position: absolute;
        z-index: 1000;
        padding: 20px 20px 30px
    }

    .pk-menu-horizontal ul li.level-1:hover>.menu-dropdown,
    .pk-menu-horizontal ul li.level-2:hover>.menu-dropdown {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        visibility: visible;
        transition: opacity 0.3s linear;
        transition-delay: 0.3s
    }

    .pk-menu-horizontal.pk-menu-sticky ul li.level-1:hover>.menu-dropdown {
        margin-top: 0
    }

    .pk-menu-horizontal .sub-bg-1 .menu-dropdown {
        min-height: 374px
    }

    .pk-menu-horizontal .sub-bg-2 .menu-dropdown {
        min-height: 360px
    }

    .cat-drop-menu li {
        position: relative;
        width: 180px
    }

    .pk-menu-horizontal li.level-2 .menu-dropdown {
        top: -1px;
        left: 100%
    }

    .pk-menu-horizontal .menu-dropdown.owl-sub-right,
    #more_menu .menu-dropdown {
        right: 0
    }

    .pk-menu-horizontal .menu-dropdown.owl-sub-left {
        left: 0
    }

    .pk-menu-horizontal ul li.level-1>a>span {
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden
    }

    .pk-menu-horizontal .parent>a>span>svg {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 2px 0 0 5px
    }
}

.menu-icon {
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0
}

.pk-sub-menu {
    white-space: normal
}

.pk-sub-menu .nav-tabs {
    margin-bottom: 15px
}

.pk-menu-horizontal ul li.level-1>a>span.icon-plus {
    padding-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .pk-menu-horizontal li.level-1>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:1024px) {
    .pk-menu-horizontal .sub-bg-1 .menu-dropdown {
        background-size: 50% auto;
        background-position: right 15px center
    }

    .pk-menu-horizontal ul li ul li.item-header a {
        font-size: 15px
    }

    .level-2.parent>ul {
        position: relative !important;
        width: 100% !important;
        left: 0 !important
    }

    .pk-sub-menu.collapse,
    #top-menu,
    .pk-top-menu {
        display: none
    }

    .pk-sub-menu.collapse.in,
    .pk-sub-menu.collapsing {
        display: block;
        background: #eee
    }

    body .pk-menu-horizontal .menu-dropdown.pk-sub-menu {
        box-shadow: none
    }

    .pk-menu-horizontal .top-menu {
        position: absolute;
        width: 100%;
        left: 0;
        margin: 50px 0 0;
        align-self: flex-start
    }

    #top-menu,
    .pk-top-menu {
        background: #fff;
        z-index: 99;
        height: auto;
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .5)
    }

    .pk-menu-horizontal li.level-1 {
        display: block;
        padding: 15px;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid #f2f2f2;
        background: #fff;
        width: 100%;
        color: #333
    }

    .pk-menu-horizontal li>a {
        padding: 0;
        display: flex
    }

    .pk-menu-horizontal #top-menu .level-1>a,
    .pk-menu-horizontal .pk-top-menu .level-1>a {
        color: inherit
    }

    .pk-menu-horizontal .parent>a>span:first-child>svg {
        display: none
    }

    .pk-menu-horizontal .parent>a>span:first-child {
        flex-grow: 1
    }

    .pk-menu-horizontal .parent>a>span:last-child {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15%;
        max-height: 40px
    }

    .pk-menu-horizontal .pk-collapse-icons:not(.collapsed) svg {
        transform: rotate(180deg)
    }

    .title-menu-mobile span {
        padding: 15px 10px;
        font-size: 18px;
        display: block
    }

    .icon-drop-mobile {
        float: right
    }

    .pk-menu-horizontal .menu-dropdown.pk-sub-menu {
        padding: 15px;
        width: calc(100% - 30px);
        z-index: 9;
        margin-top: 10px;
        position: absolute
    }

    .pk-sub-menu .pk-menu-row {
        margin: 0
    }

    .pk-menu-horizontal li {
        padding: 0;
        color: #555
    }

    .pk-menu-horizontal li:hover {
        background: none;
        border-color: transparent
    }

    .pk-menu-horizontal #top-menu>li>a,
    .pk-menu-horizontal .pk-top-menu>li>a {
        padding: 20px 30px;
        position: relative
    }

    .pk-menu-horizontal .menu-dropdown.pk-sub-menu {
        padding: 0;
        position: relative;
        width: 100%;
        border: none;
        margin: 0
    }

    .pk-menu-horizontal .dd_el_hover ul,
    .pk-menu-horizontal .dd_el_hover ul li {
        background: none
    }

    .pk-menu-horizontal .menu-dropdown li:last-child>a .pk-menu-horizontal .menu-dropdown li a {
        padding: 15px
    }

    .pk-sub-menu li {
        border-left: none;
        border-right: none
    }
}

.top-menu {
    white-space: nowrap;
    display: flex
}

#mobile_top_menu_wrapper .top-menu .menu-dropdown.collapse,
#mobile_top_menu_wrapper .top-menu .pk-collapse-icons .remove {
    display: none
}

#mobile_top_menu_wrapper .top-menu .menu-dropdown.collapse.in {
    display: block
}

.html-block h4 {
    color: #363f46;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.html-block p {
    color: #6d6d6d;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
    margin-bottom: 15px
}

.html-block span {
    color: #555;
    font-size: 13px
}

.html-block span span {
    color: #373737;
    font-size: 17px;
    font-weight: 700
}

#header .html-block ul {
    margin: 20px 0 20px;
    padding-top: 30px;
    position: relative
}

#header .html-block ul:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #7bae23;
    position: absolute;
    top: 0;
    left: 0
}

#header .html-block li a {
    color: #444;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 9px
}

.html-block .menu-item-cat {
    text-align: left
}

.html-block .menu-item-cat>a {
    margin-bottom: 10px
}

#header .html-block .viewall {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-transform: none
}

.html-block .viewall:after {
    content: ">";
    margin-left: 5px
}

.menu_cat_preview {
    display: block;
    max-height: 100px;
    width: auto
}

.textindent20 a {
    text-indent: 15px
}

.row-level-2.container {
    padding: 0
}

.pk-top-menu .module-title,
#top-menu .module-title {
    font-size: 13px
}

body .pk-sub-menu .desc-block-text {
    white-space: normal
}

.pk-sub-right {
    right: 0
}

body .pk-sub-menu .pk-widget {
    margin-bottom: 20px
}

.pk-sub-menu .widget-subcategories {
    margin-bottom: 25px
}

.pk-sub-menu li:hover>ul {
    opacity: 1
}

.pk-menu-horizontal * {
    -webkit-tap-highlight-color: transparent
}

.elementor-element #top-menu,
.elementor-element .pk-top-menu {
    padding-left: 0
}

.ul-column li a span {
    background: #cf0000;
    color: #fff;
    font-size: 80%;
    padding: 2px 5px
}

.menu-item img[src=""] {
    display: none
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0px !important
}

.wp-block-themepunch-revslider {
    position: relative
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box
}

rs-debug {
    z-index: 100000;
    position: fixed;
    top: 0;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    overflow: scroll
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.debugtimeline {
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
    box-sizing: border-box
}

.debugtimeline:hover {
    height: 15px
}

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 9999999 !important;
    background: #fff
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url(../../../../modules/revsliderprestashop/public/assets/fonts/revicons/revicons.eot?5510888);
    src: url('../../../../modules/revsliderprestashop/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), url(../../../../modules/revsliderprestashop/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'), url(../../../../modules/revsliderprestashop/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'), url('../../../../modules/revsliderprestashop/public/assets/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
}

rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.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'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0px !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer .rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer .rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(../../../../modules/revsliderprestashop/public/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(../../../../modules/revsliderprestashop/public/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {

    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer.rs-fsv {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%;
    display: none
}

.fullcoveredvideo audio,
.rs-fsv audio .fullcoveredvideo video,
.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    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;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out !important
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR42mNg+M8AAQAIAgEAloXiqwAAAABJRU5ErkJggg==)
}

rs-dotted.twoxtwowhite {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR4AWP4/58BAgAQ+QH/eU1QjQAAAABJRU5ErkJggg==)
}

rs-dotted.threexthree {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADUlEQVR4AWNg+M+AAQATAgEAtKVJJQAAAABJRU5ErkJggg==)
}

rs-dotted.threexthreewhite {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADklEQVR42mP4/58BAwAAJu4B/7J4cV8AAAAASUVORK5CYII=)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    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: transparent;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    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;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px / 20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity 0.2s ease-out, margin 0.2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity 0.2s ease-out, margin 0.2s ease-out;
    opacity: 0;
    margin-left: 0px !important;
    width: 0px !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-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
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.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-b-span-dark span,
.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
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    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;
    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: 2px
}

.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 {
    opacity: .8
}

.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;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.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
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    vertical-align: top;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat
}

.rs-layer.slidelink a span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: 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==);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(data:image/gif;base64,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);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@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)
    }
}

rs-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);
    border-radius: 100%;
    animation: tp-scaleout 1.0s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -0.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -0.16s
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2.0s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1.0s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    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
}

.tp-arr-imgholder,
rs-poster,
.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
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.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
}

.tp-tabs,
.tp-thumbs {
    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
}

.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'
}

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #FFF
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #FFF
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.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 .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua::after,
.reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird::after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2::after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville::before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark::after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon::after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise::before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: relative
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
    width: 100%;
    z-index: 1
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 2
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 3
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber::after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber::before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {

    0%,
    100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%, 160%)
    }

    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#recargoequivalencia_tax_breakdown h3,
#recargoequivalencia_product_surcharge_details h3 {
    margin-bottom: 0
}

#recargoequivalencia_tax_breakdown .re-summary-line .value,
#recargoequivalencia_product_surcharge_details .re-summary-line .value {
    color: #232323;
    float: right
}

#recargoequivalencia_product_surcharge_details {
    margin-top: 1.2rem
}

#recargoequivalencia_tax_breakdown .card-block {
    padding: 1rem 1.25rem
}

/**
 * 2007-2017 Leotheme
 *
 * NOTICE OF LICENSE
 *
 * Leo Quick Login And Social Login For Prestashop 1.7 
 *
 * DISCLAIMER
 *
 *  @Module Name: Leo Quick Login
 *  @author    leotheme <leotheme@gmail.com>
 *  @copyright 2007-2017 Leotheme
 *  @license   http://leotheme.com - prestashop template provider
 */
.leo-dropdown-wrapper {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 20px 20px 0 20px;
    opacity: 0;
    visibility: hidden
}

.dropdown .leo-dropdown-wrapper {
    margin-top: 50px
}

.dropup .leo-dropdown-wrapper {
    margin-bottom: 50px
}

.dropdown.open .leo-dropdown-wrapper,
.dropup.open .leo-dropdown-wrapper {
    opacity: 1;
    visibility: visible
}

.dropdown.open .leo-dropdown-wrapper {
    margin-top: 10px
}

.dropup.open .leo-dropdown-wrapper {
    margin-bottom: 10px
}

.leo-form {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.leo-quicklogin-form {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 600px
}

.leo-quicklogin-form.html {
    max-width: 100%
}

.lql-form-bt {
    width: 100%
}

.leo-form.leo-form-inactive {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0
}

.leo-login-form.leo-form-inactive {
    right: 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%));
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%)
}

.leo-register-form.leo-form-inactive {
    left: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%));
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

.leo-form.full-width {
    width: 100%
}

.leo-resetpass-form {
    display: none
}

.lql-callregister,
.lql-calllogin {
    display: none
}

.leo-form.full-width .lql-callregister,
.leo-form.full-width .lql-calllogin {
    display: block
}

.leoquicklogin-loading,
.leoquicklogin-icon {
    display: none
}

.lql-form-bt .leoquicklogin-icon {
    margin: 0
}

.leoquicklogin-cssload-speeding-wheel {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 800ms infinite linear;
    -o-animation: cssload-spin 800ms infinite linear;
    -ms-animation: cssload-spin 800ms infinite linear;
    -webkit-animation: cssload-spin 800ms infinite linear;
    -moz-animation: cssload-spin 800ms infinite linear
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.lql-form-content input {
    border: 1px solid transparent
}

.lql-form-content .leo-has-error input {
    border-color: red
}

.leo-form-chk.leo-has-error {
    border: 1px solid red
}

.lql-form-mesg {
    display: none;
    margin: 0
}

.lql-form-mesg label {
    text-align: left
}

.leo-login-title,
.leo-register-title {
    margin-bottom: 20px
}

.full-width .leo-login-title .title-both,
.leo-login-title .title-only {
    display: none
}

.full-width .leo-login-title .title-only,
.leo-login-title .title-both {
    display: block
}

body.leoquicklogin-active-slidebar {
    overflow: hidden;
    padding-right: 17px
}

body.lql_is_gen_rtl.leoquicklogin-active-slidebar {
    padding-right: 0;
    padding-left: 17px
}

body main {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.leoquicklogin-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -webkit-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -moz-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -ms-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -o-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s
}

.leoquicklogin-mask.active {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

.leoquicklogin-slidebar-wrapper {
    max-width: 600px;
    margin: 0 auto
}

.leoquicklogin-slidebar {
    z-index: 999;
    position: fixed;
    background: #fff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    display: none
}

.leoquicklogin-slidebar.slidebar_left,
.leoquicklogin-slidebar.push_slidebar_left {
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%));
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%)
}

.leoquicklogin-slidebar.slidebar_right,
.leoquicklogin-slidebar.push_slidebar_right {
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

.leoquicklogin-slidebar.slidebar_left.active,
.leoquicklogin-slidebar.push_slidebar_left.active,
.leoquicklogin-slidebar.slidebar_right.active,
.leoquicklogin-slidebar.push_slidebar_right.active {
    visibility: visible;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

.leoquicklogin-slidebar.slidebar_top,
.leoquicklogin-slidebar.push_slidebar_top {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%));
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%)
}

.leoquicklogin-slidebar.slidebar_bottom,
.leoquicklogin-slidebar.push_slidebar_bottom {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%)
}

.leoquicklogin-slidebar.slidebar_top.active,
.leoquicklogin-slidebar.push_slidebar_top.active,
.leoquicklogin-slidebar.slidebar_bottom.active,
.leoquicklogin-slidebar.push_slidebar_bottom.active {
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0)
}

.leoquicklogin-slidebar-top {
    margin-bottom: 10px
}

.leoquicklogin-slidebar-top,
.leoquicklogin-slidebar-bottom {
    text-align: right;
    display: none
}

.leoquicklogin-slidebar.push_slidebar_left .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.slidebar_left .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.push_slidebar_right .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.slidebar_right .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.push_slidebar_bottom .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.slidebar_bottom .leoquicklogin-slidebar-top {
    display: block
}

.leoquicklogin-slidebar.push_slidebar_top .leoquicklogin-slidebar-bottom,
.leoquicklogin-slidebar.slidebar_top .leoquicklogin-slidebar-bottom {
    display: block
}

.lql-social-login {
    margin-bottom: 10px
}

.lql-social-modal-mesg {
    display: none;
    text-align: center
}

.lql-social-modal-mesg.active {
    display: block
}

.lql-social-modal .modal-dialog {
    margin: 250px auto
}

.lql-social-modal-mesg.error-email i,
.lql-social-modal-mesg.error-login i {
    color: #f0ad4e
}

.lql-social-modal-mesg.success i {
    color: #5cb85c
}

.lql-social-modal .modal-content {
    border-radius: 0
}

.lql-social-modal-mesg.active span {
    display: block;
    border-top-color: #414141;
    border-bottom-color: #414141
}

.social-login-bt {
    color: #fff;
    border-color: transparent;
    margin-top: 5px
}

.facebook-login-bt,
.facebook-login-bt:hover,
.facebook-login-bt:active,
.facebook-login-bt:focus {
    background: #4C68A2
}

.google-login-bt,
.google-login-bt:hover,
.google-login-bt:active,
.google-login-bt:focus {
    background: #4285f4
}

.twitter-login-bt,
.twitter-login-bt:hover,
.twitter-login-bt:active,
.twitter-login-bt:focus {
    background: #53d1f8
}

.show-bt-txt .social-login-bt span {
    margin-right: 10px
}

.lql-action-bt {
    float: left;
    width: 50%;
    text-align: center
}

.lql-action {
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.lql-action.lql-inactive {
    display: none
}

.lql-action.lql-active {
    display: block
}

.lql-bt {
    color: #ddd;
    cursor: pointer
}

.lql-bt.lql-active {
    color: #000
}

.leo-quicklogin-nav {
    height: 48px;
    line-height: 48px
}

.leo-quicklogin-nav i {
    line-height: normal !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(../../../../modules/leoquicklogin/views/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('../../../../modules/leoquicklogin/views/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(../../../../modules/leoquicklogin/views/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../../../modules/leoquicklogin/views/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../../../modules/leoquicklogin/views/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('../../../../modules/leoquicklogin/views/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

/*! jQuery UI - v1.10.3 - 2013-06-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACYTETYKZxm0LnoJKTIstw1o97BxhyAAmSXIqFIrtGcCQv9GKbuIm3Zc/qeqwgL8gL8oK6pa6pe+qiuqmuqrvqsrqtrqv7fnlf3pf35X15X96X9+V9eV8dXWfX4XV6Hb9vIKQAIfkECQEAAQAsAAAAACgAKAAAAmExCL6FLgd+aw9FOVNVF2e3u3eB4TR+4AaYIvq15VvG1EzVyZ3kq7jn6u7Hgwh/xh/yp/wxf84f9Cf9UX/WH/an1e60O+1Ou9PutDvtTrvT7rS/9y/+m//qv/sv/9vzGYQUACH5BAkBAAEALAAAAAAoACgAAAJhwREICKaGte9yEkbZqLIGJ705o4GhCHqjd5jiKrbTO8XXfNXHfdzouee85pcb5oq5Yy6ZW+aauWcumpvmqtVddVfdVXfVXXVX3VV31V01p86xc+4cPCfP0XP2HD6n30MIKQAh+QQJAQABACwAAAAAKAAoAAACYvAtdDnwA4mPoKvoxuJzcc1U24V58+5lgBeIY9ihnSqxkmvBljzSo43bus3bvg20CW1Em9GGtCltTCaNZIJ2mE/mk/lkPplP5pP5ZNrGtrLtbEvb1ra27W2L2+a2uu2OvxBSACH5BAkBAAEALAAAAAAoACgAAAJh8Ck+BixzfmsvRTlPXRdnsE33KeFHbp33mRcqrlOrvtRM1diN5cqu7PHp1wPChr/hb/gb/oa/YS/am/aqvWsv29v2ur1vLxz+hX/hX/gX/oV/4V/4F/6Ff+FfuKfv8fkEFAAh+QQJAQABACwAAAAAKAAoAAACYjAoPgYsc35rL0U5T10XZ7BN9ynhR26dV3ZqJqJs5XZwJGe0hDO6xgO+rQL0EX1GH9KnVPKCtaayqWwqm8qmsqlsKptKH9gn9pF9Zh/ap/axfW4f3Cf30elNepPepDfpLAIKACH5BAkBAAEALAAAAAAoACgAAAJgQCg+gu6iG2PPRTlPVRdnsGH3dZ7YldkXjGeVjmzkdrBEL7aGA7qc8TpQJ9QRibhe60g8Eo/EI/FIPBKPxCNRp9VxdV4dWCfWkXVmHVqn1rF1bvfRfXQf3Uf30X10wwgoACH5BAkBAAEALAAAAAAoACgAAAJeCeMf6C66sfhQZJNWdWEGm2df54ldGZZZWn3BuEowIze0Ynu4jvO479tar6Av6Av6gr6gL+gL+oI+HBVnxWFxWhwX58WBcWIcGWfGodFBdBAdRAfRQXQQHUQH0TQCCgAh+QQJAQABACwAAAAAKAAoAAACXfEPdBfdWHwoskmrujCDzbOv88SuDMssrb5gXCWYkRtasT1c1+327XU9XU/X0/V0PV1P19PhoDgpjoqz4rA4LY6L8+LAODGOTO6Re+QeuUfukXvkHrlH7pFxeRwhBQAh+QQJAQABACwAAAAAKAAoAAACX/EDdBfdWHwoskmrujCDzbOv88SuDMssrb6kWyWYkRtas9sxV20P73csIA6IA+KAOCAO2HP2oD1pj9qz9rA9bY/b8/bAPbEYJ8aJcWKcGCfGiXFinBgn7t17+d5+T0gKADs=);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: 0;
    background: 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: 0;
    border-bottom: 0;
    border-right: 0
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

/*! jQuery UI - v1.10.3 - 2013-06-12
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAEUlEQVR4AWP4DwLUJUfJURIAypHyHErLyzcAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAAAAABiRwW8AAAAHUlEQVQY02N4xMRAFfgfCCEkBP7DYDMAaQimAQQAiywTk9l9hAoAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAH0lEQVQ4y2N4y8QwCgcR/AnEjGCMDBmYmKDio5CuEABaxAUQRVsJFgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAH0lEQVR42mN4wsQwiOAo/AbEjFDIBMIgEgbp7ZpRCABBfwUJFjr9hgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAGElEQVR42mP4N6jgKPwPIdEhSIz+cBQCAN0ljbVRDamVAAAAAElFTkSuQmCC) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAIAAADgOp2MAAAANklEQVR4Ae3KsQ0AIAhEUfYfVlUqgcIL0rqAueLlN1/CJhE9+G7Jsh2qNlC4X3VJuKIq/j+iA4lnicmEWt+AAAAAAElFTkSuQmCC) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAIAAADgOp2MAAAANUlEQVR42u3GAQaAABjF4L3d/7YRif4kEjpBHj4bx7oI1JeqfXNmTOKQu8FE4f3I01z9u6oTmGgOCwxIvwUAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-widget-header .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-default .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-active .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-highlight .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVR4AWMYBaOABgAAAlgAAXQ7rtkAAAAASUVORK5CYII=) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVR4AWMYBaOABgAAAlgAAXQ7rtkAAAAASUVORK5CYII=) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

/*! jQuery UI - v1.10.3 - 2013-06-12
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAEUlEQVR4AWP4DwLUJUfJURIAypHyHErLyzcAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAAAAABiRwW8AAAAHUlEQVQY02N4xMRAFfgfCCEkBP7DYDMAaQimAQQAiywTk9l9hAoAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAH0lEQVQ4y2N4y8QwCgcR/AnEjGCMDBmYmKDio5CuEABaxAUQRVsJFgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAH0lEQVR42mN4wsQwiOAo/AbEjFDIBMIgEgbp7ZpRCABBfwUJFjr9hgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAGElEQVR42mP4N6jgKPwPIdEhSIz+cBQCAN0ljbVRDamVAAAAAElFTkSuQmCC) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAIAAADgOp2MAAAANklEQVR4Ae3KsQ0AIAhEUfYfVlUqgcIL0rqAueLlN1/CJhE9+G7Jsh2qNlC4X3VJuKIq/j+iA4lnicmEWt+AAAAAAElFTkSuQmCC) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAIAAADgOp2MAAAANUlEQVR42u3GAQaAABjF4L3d/7YRif4kEjpBHj4bx7oI1JeqfXNmTOKQu8FE4f3I01z9u6oTmGgOCwxIvwUAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-widget-header .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-default .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAA7VBMVEVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUWG2rLCAAAAT3RSTlMAGP8QMgQIUL+DmS4iVHBAZmAaEs0MIDwWQkhKHlomMFIshTSHgcNqyc/HOEQcvbl8q7Wljamtsyj9nyTvCgYCj6NilaGvbN+dRj5ufpFo5a5WewAADN1JREFUeNrs2gd2wzgMhGHi0/3PvL0x84TIqYoX/6vSACYwpLrXMAx3oNT/vH83d0C9u8VWVNQWrL5xBYItICaIF2qxqdFiDBD5WzD1fSsQxBylATmDqWZ6DpDBkfIpZP1tC41eqCa7+fWEihE/F6prMKcQPHIM5QpoCviqFZD0JUZ/QRNQvGIvFeeA574K5CGUV4G5ERqGYRiGYXj+O8G6140Y2HdU0xCg8at/H1DsGWV9qSVZQBiQAfsW6tyvkgZU+/D4FQ9DWX9fcSMXqvGr9TPBwvoqkA/4XcWV4dlwdX5muH4FfD3lE98H7M0154C5CgzDMAzDMDw93pcN7/p9X9pAgnZHig/isfFlQbGR+vUM2GUZsqcLbUNuaqu5MH7fj5BDD7XpQGx7IQqxXUGRIMTr4wOh7zsaGeg76NLbArJBYA9gDwc5/nWL+iXMa/5mx/r0LODBEa63l2oGEDtCf+QXcX1BZ0jKuatXrXfi1vlgDcMwDMMwJEWtd8EHFwArONGAt9dXPFbACmiiArhQwP5ZSYV0juoeoK1VegNzlH782BUNhNYXAPuHRSq00xVEtQYUff05iNYB2v6FqM/fHmexWWT1KwhYTg2We6wLBYQaPxAVRn7okZ8youBsMDaFQZcNOCngdAovybTPzyvT8xBohljdIVDUlUOgP8orIk4dzgaCnLKQ4iTYzVFzEgzEaSnyV6D6OerllQgDI71BGNAA/NAbkWEYhmEYrM+k9BdmmYH1geARB/Cx/cs9VNv/5pqHp0z3vVo2TOgfB1CxZ+vFrr/WLLoAe8N7EGFIF/5+bA5ki39Im07k5/dxzYxZiRe5Iv2zDCiyKZsOQm0/X7e6ldGiwzbYB1pQskKbDs5nXGNAZET1kZ8GpI5PuxSoRZ2/DyikHod4E0D485ohqX/ilRYVcj3y9KrpvzleGofmPmcYhmEYbsvhia7DyOe53OR9/at1A5rvTGxT3BoAjvXg3V7ddQUs2/+xsQ7/TjL7891h/SH6r4FoHADcp3vpwaYfju3pbDPAX8eAPd3Z5+hyLwMAdAYd23YakA+sseHFGzjqx6yAjAebQacrAOT/LZZaP+UcENObyY7lyHNAxufxf/+rAHD+/uIAjam7VvyY+4DrONZlynoi+v6HYRiG4dd2zoO9UaMLoy9nJqAsWgNqW+ys0uz03pXuTW///+d8tizuM8zjwXaiT24c1yPqfZ/LALvIHsDr0ryQn/CCdkQBjAr18CIASsID6CvRx5N9a4n6VUIpS0A+Xv0YGCvyWIyHG7oLWEnsVVXBGguEIr5KoiZ5Mdt41jSdesHH3llhvDfYXucleU6ZJ/+vsKW7Q7EYUJ+3xfYFqqpyZ0SBjDoBBAmQn0K3AywA0OQEWcJtB5AIgPwM2gDIp1NPGMBsNhNKAoJY0gGMOwHiTmBNG0hmgdgOdgOfn5LqAAqCHxLtGNA6orvHcwBshTnTxfhRJ4DHjx+LVAeaxy8kAhgDT8IAgE4AmSOKaA1q4fEpyQ6YFEgUEwtAHrzUOg5wEKxujQVQ8vRpeAjMlOe5Zub49cfVA7D6H+4/SQeQRS+ILMsmWYZaWCwW6TGAyaSAYhIGIIUBeMAHARwAHByw8alKKDWNyoGeABQHoCiAl4QpdfMQqFIBQJTgeA1q4dmzZ5AnO8BPimLiLQCdeTqAZ2egNVnJoiyXlFknAFte4uX1h8whjwPIowDodEBt9fcFoA28siZquTxPdYCfrPEknAIo6ByTZWlngZINZaIDLIArHALQ3R5UigPAd7cXXQfwYvo64EqnQaiBGiQDj526MS476DXY5uMX4gAsgUrbw/tmjde/Bsbb/cNJ/YypNDAwMDBwb3j1VfXiwCkNSKB+PF4bXgPgtVYLILzHrjdeR7dn44vdeB0UUlXqYQ5zdWmaRobDeyyBUQ4clkVws1ND/YDepzY9ENSvIAGoT4Ge+/myLC/jBkhWQYUDR2XlUKsGp5YjOIrqB5qFrH6wBET8dDixizd4gz3C+lVYBwAIkgWjN/WW3hZqoRQqO66uz/N54GqgaVI7CFBjXmMdZxQ0DgsQD+BJBRDfDqN3Dt59b/+gkOEp5HXZAN7nAz5gFBYIlJG/EnquvIyvfc0da9z523u11VdljNhraJzWPPCs8Q9SAUggBc4eH/IqYf14XToAfaSP9Uneup5hHWCu0KMOaOhc61eABFTnb+9T1nyqlsUCoJEB3oNZTwDWAS+NTz669RsQ3487nHOYf8RnfMbnrWdgx7i5L0lNb4DmhHEiAEe3IwRA1D89ozx5oQVQpQLwbIjqj7YXBRD4wcePR4+/+HLjEzaML3arX0Z4CJjHenSEeUPjGPUFoAgk5ySUAPAmdhaE18IApNQhAbwi4xKuqH6xoZOIM3v3q1qqv3rXAthrcD3Lo4iaeBClM5vVH10HJP7ZO3bIZFzCG6z++DRoOJyM6qEkPawUdVCKUreQqlIv8TXQwMDAwMB1UkBlUgE8Uw+g/yclQKkeAP1rHCtJK5yMQ8ASeEJRfP01Xwa7s6eA5T7vvMP+MvG8RcGGIvL4hSL1/wolo6L4ppMA/JcAGkqVNK0CK63iq/GFOd+e8p1NZlVQqrGEOO/uFJlGv+BaaF/He4+w5VHnZouRtOIbthYA0ACtroD1V7cBbAa+/176/nvUeiGqBhqlAug8MoI8XiALQHtIkgUAvq4hCOC9yQnhBlesimQAtCTKNTqHFKXCBML63XnX3uNW9QMwgiZ6gALz7vLkQDADzkGhhQWA1gEErVIul2VZBgGsWKkgrigVQEJBSlxur6L6PeEY8BnjE/ghuK7tLM+8P4ApMIWpBXAIFCwc5++/5733Ju8tOdQGvmEljbYXQNwBPwJwFNYfFliu1izMo4bBufl83gmgc8wvTjg4+aSbzyo5BiyXpwdAOAh+UxQjyu2PAVY/KywBPFROAUuAhSmrPQ6DBJA0DYY9TzeAV17ZfEYNkhwDCr9cLlmSPA1u/yxwpCPAtFKXVV1/KoNKVA5LAPsRRjIW558GWbQkxgCKU1iiNLDV64AjSUe4+J8PDAAZK/jGyYFNPX4nE8hA4SMrucd7fK6rXgfcHKbPn08DbfacJCcXjznxk5MDAwMD26EoAtn/CeCnfd0ffoafTX5hwy+6LzwFeLqRfQAJYF8tM2YK+BWoFFFpW8wAmO2yAZyzFvgNC+C3/r991aWiStwL2QtJZ+YlzaL177IBJGsBAtJXgg7i+qHqf3Az8N/z381Tj4LudARwzkYBAOJ9qKnj+kcmldWffHS3cQ2Y87uk35EBs2sMoGJDlQrA+tuAt1wwzepPBeA6LUMuKac1iALwzGYzvHYEVnA6gBgI6gerfwsdsPNBsAJwzlrgORbA87gD0iuw6VsYA0x3QzzovYvxbnIQNI3Gvy2dBSS0M2YYM51y3OqxesaA+Ay4ZdA18scPAD/8oWsEDQwMDAwM3BsqYt0ljKred0hsnwcP4vqJdZeARRAFYPG4cIZq5E6/0c2vNq/PZkrf3lZQqesoVqpdBmARxAFYPFDZ7q3Li2YIA7DpiQC6CuYdZbcBQJ0MAEYSsFFpBMQzhAGMoCcAzHsUcWc7APNe5e6OAUb/GHBnzwKsuRlngeE6YGBgYGBggEb3GPen+OvAyQAO3T2qn5H4q8Kppax+gFIRxH//4Mp+Q1nxt/hLrDqpjIgTIP7pr+w3Esdb0l+V3sJaAFYLjdZuYIWQz/OTT3t8m7k9z25O13NyzG8ankOdcojXhrKBhWMvEcDklGySsfGMLDt9gXY6E048nM4Em34jO0CyDrBxYYUMwgC+PAN/Zb+ZjGgkNYzUAipYFFEAd3YQLOGtw7egDAMQVUW3fHRXKX8Gfi41MDAwMHAPid8f0O/xQ1RXd1vfjryf+P0B/R49RndVj9e3C7+YfYz9izx+kPKqHq9vB95P/P4Acwj9WKDjjT8HEADPzYldient+qPtKXZ6p88khU7sgDZ+IfHD0Rjm0vGxBFxyfpD6HalvukTk8U+k0P/555/QAWkJlw3Afkk4x9JxtMOiZ37FBfXPbxVfdn8E9PlyXf8WA2ikJhFA6me6oKs7SFyhA5Y6q5/tHQJNk9ihSzpEflGAAP0d0uMstaT1fmxQU8+gZoPg8+QgRexKTE8Mkoqd9PTW0g5L8352fRqL17cD72XXFzLx+nbjaXZ9KRuvbyc+MDAwMDAw0A9nbN1vDeSncIHf7QDoD4Cc0EH9AQjdrgCAnNjTASGJPkcMHTCMAcNZYGBgYGBgYODekqHbAkK94PFXrz/TbSFT9p8DyEjUfw86wOqN/XZ2AFn7kQiAlm69qOt3dwzwLTIsr0792b3oAKufRP33oAOS9d+Xs0Ci/vt3HWD138oxYGuQ2dfAwE3nfwCQ21iAO53kAAAAAElFTkSuQmCC)
}

.ui-state-active .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-highlight .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVR4AWMYBaOABgAAAlgAAXQ7rtkAAAAASUVORK5CYII=) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVR4AWMYBaOABgAAAlgAAXQ7rtkAAAAASUVORK5CYII=) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

/*! 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,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAADAwMBAQEAAAAAAAD5+fkGBgbs7OwAAAAAAAACAgL9/f0BAQEAAAAHBweurq4GBgb4+Pje3t6Dg4P39/c/Pz+enp7f39/a2toAAADQ0NBnZ2e/v78AAADs7OzZ2dn4+Pj8/PyCgoJnZ2fNzc0/Pz/x8fHJycnl5eUcHBwAAAD///9OTk7BwcE1NTWsrKwiIiKNjY2cnJzOzs66urpoaGhBQUEsLCxdXV16enq7oi+OAAAAL3RSTlMAAQMIDRItI2lE+of4GZBT/V15OtSh0/3AvqyzSN75ybZ6xZYnoeJpiR1Vf7JtbHk3+2UAAAQQSURBVHja7ZaFesJKEIUJG2dxs7p7T4Lr+z/WndCWYRY+kuvGqdn/DSfbMD85MxYllyVWknzeSpJGEqeUTVEqnz/KE6rsont92221uvfvz4rwY6j3eI5tumcSl2zx5RIIZ+tVFK3WM034M9OSpbEaerwcfWc51ng4O0Qn7FOI2WC0k8EMIdH7rPJeNIYjI0OEdyZtWaoYnCMe7WWGrrIsY7BTf4Ie7MPLNqiIMdirnmPMDGeMFo/mwdOfmkP+Qpkao6lxuYHJaBMgwSYARptMcKsk7PrnWP08LjAh9qfVKumxW9mu1zQGI6aZHQ0Q2nlLVK6FWPI1MUsBHAkHhQrDE1AmW7iyD29qMMv0EqEJ184RMTuZMB2hJWG6wMZPyy+Mj26NS7pAeXRXmP5MnvAXSoxr2xKwV6XS89GBrBB6ilhZuoP4EBzjzckLOOlBo4f77BDa5RY8uhdibbJrVB55MN+j5cIVMDTnou/xHcqn51YLnRDxnNF5jErf3Z4bw1SE6J4G4vEiIRfjGNBPrsNPb0mXa8lwSvj1uV+WrFwcgV8rXF1qUPRl5yPw7CMryXGDKvGUml8NXEcJVtI03PHcekCpu55DYw3WxGnhOhRaugI9jBO/icVoCp9C/g6nZJSKOksk0bp/vUt1yt19BT95eFdHcEvdEhqP51EUrYdtoHXEKc9dYLjgW3mKyrXNtGQf0I7Mu/nWUUwzrFqIzWW+Bq4dns2D7zFllunw0aSJPUOF63KGON97qlj5Lm9CkTYei1RbHjDaSyZWlTmv38u6sTfyrxgyGwEY8Sovmxupizl7VazyKZ5cYzE+YHt5y4pYH0P0A7FyLXtHEgBi4cF+uSj3M5cMAS2l2ah6Smx+nhwZkyfo+wbcwva2WACY7nbu+K6EL7Hm06gAbf6voGdMtq8xG1H4PAbbVrokO5NhQ+rB0Stu0SjQaUinvG1Hi0So9GrinJPSL+FB/8RolPwfT/Aq7yNcHDJKk1vsvOC4hI722LCXDCbYtMQ5MBZ9Y4RXpVrAg7l13W8A0+1xL4aA7lEJFpB4reZftQmYDdfr8XAKVBrNUqHKJSRd9wudc3xHN3rNUq2csAwLulorFTqdRqPRuWrSWF9KRdJkoGqtUNqErFJ2i0qwpoG8OimIUi0HbtFWlsGaSil6nuu6XtHZWCX9RX+SLFaxOCZ5csrJKfPKiuE0pwCIRlmdMgYwSHcKn29lmeIUTgwgzSkcDYTpTuHJUYpT+JqARUantIHKIKNTBnwWGZyyYmn+U5xycsrJKeWbi8+UXNyUN6hqfmZKU9FDM5tGW7ngM3OC3E12+CZ3kR2+yKUznBP8l8En+ASf4BP8q5b5r9LErxNQLrvaEgeXLjIVLn0Zup5Fx3UCfwFR3+eYICMfjQAAAABJRU5ErkJggg==)
}

#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(data:image/gif;base64,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) 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///wAAACH5BAEAAAAALAAAAAABAAEAAAIBKAA7);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    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+9AAAAE0lEQVR4AWMQ4OHZQAyms8JRhQA4p1Rhc+/IhwAAAABJRU5ErkJggg==)
}

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

div.jGrowl {
    padding: 10px;
    z-index: 9999
}

div.ie6 {
    position: absolute
}

div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth)+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px')
}

div.ie6.top-left {
    left: expression((0+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px')
}

div.ie6.bottom-right {
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth)+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px')
}

div.ie6.bottom-left {
    left: expression((0+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px')
}

div.ie6.center {
    left: expression((0+(ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
    width: 100%
}

body>div.jGrowl {
    position: fixed
}

body>div.jGrowl.top-left {
    left: 0;
    top: 0
}

body>div.jGrowl.top-right {
    right: 0;
    top: 0
}

body>div.jGrowl.bottom-left {
    left: 0;
    bottom: 0
}

body>div.jGrowl.bottom-right {
    right: 0;
    bottom: 0
}

body>div.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%
}

div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    background-color: #000;
    color: #fff;
    opacity: .85;
    filter: alpha(opacity=85);
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.jGrowl div.jGrowl-notification {
    min-height: 40px
}

div.jGrowl div.jGrowl-notification div.header {
    font-weight: 700;
    font-size: 10px
}

div.jGrowl div.jGrowl-notification div.close {
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer
}

div.jGrowl div.jGrowl-closer {
    height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    text-align: center
}

@media print {
    div.jGrowl {
        display: none
    }
}

.add_to_compare,
.add_to_compare:focus,
.add_to_compare:active {
    outline: none
}

.product-thumbnail .add_to_compare .svgic {
    width: 18px;
    height: 18px
}

.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
}

#product .product-quantity .add_to_compare.icon-button {
    width: auto;
    height: auto
}

#product .product-quantity .add_to_compare.icon-button svg {
    width: 20px;
    height: 20px
}

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

.quick-compare-products .hook-reviews,
.quick-compare-products .product-price-and-shipping {
    margin: 0;
    text-align: center
}

#product_comparison2 .grade-stars-list.small-stars {
    width: 116px;
    margin: 0 auto;
    position: relative;
    height: 24px;
    overflow: hidden;
    text-align: left
}

#product_comparison2 .grade-stars-list .star-empty,
#product_comparison2 .grade-stars-list .star-full {
    position: absolute
}

.add_to_compare .svgic {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.add_to_compare {
    display: flex;
    align-items: center
}

.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
}

#instafeed_middle {
    text-align: left
}

#instafeed_middle:not(.pk-carousel-active) {
    width: 100%
}

.instalist #instafeed_middle .ig-indent {
    width: 20%;
    max-width: 1100px
}

.instalist.instagram-feed .ig-indent {
    float: left;
    margin: 0
}

.instalist.instagram-feed .ig-indent img {
    margin: 0
}

#pattern .instalist.instagram-feed .ig-indent:first-child {
    width: 40%;
    position: absolute;
    margin-left: 20% !important
}

.ig-media a img {
    transition: all 0.3s ease-out !important
}

.ig-media a:hover img {
    transform: scale(1.05)
}

.ig-desc {
    position: absolute;
    width: 100%;
    bottom: -100px;
    left: 0;
    padding: 10px 20px;
    z-index: 3
}

#instafeed_middle .ig-indent:hover .ig-desc {
    bottom: 0
}

.instalist .instafeed-container {
    width: calc(100% + 20px)
}

.instalist.instagram-feed .ig-indent:nth-child(2),
.instalist.instagram-feed .ig-indent:nth-child(5) {
    margin-right: 40% !important
}

.ig-link {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover
}

.ig-link:before,
.ig-media a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    z-index: 2
}

.ig-media a:hover:before,
.ig-link:hover:before {
    background-color: rgba(255, 255, 255, .6)
}

.ig-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px
}

.ig-caption {
    color: #444;
    font-size: 16px;
    margin-bottom: 5px
}

.instagram-feed.ig_middle.instabg h4 {
    color: #fff
}

.ig-likes {
    margin-right: 20px
}

.instagram-feed .subtitle {
    margin-bottom: 20px;
    display: block;
    text-align: left
}

.instagram-feed.ig_footer.instabg .central-part,
.wide .ig-indent {
    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
    }
}

.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 .ig-indent:hover .ig-wrapper {
    background-color: #2d3e50
}

.footer-before .ig-wrapper img {
    margin: 0
}

.tabs-container .instagram-feed {
    display: flex;
    flex-wrap: wrap
}

.flex-wrap {
    flex-wrap: wrap
}

@media (min-width:1280px) {
    .instafeed_ul[data-desktopnum="8"]>* {
        width: 12.5%
    }

    .instafeed_ul[data-desktopnum="7"]>* {
        width: 14.3%
    }

    .instafeed_ul[data-desktopnum="6"]>* {
        width: 16.66%
    }

    .instafeed_ul[data-desktopnum="5"]>* {
        width: 20%
    }

    .instafeed_ul[data-desktopnum="4"]>* {
        width: 25%
    }

    .instafeed_ul[data-desktopnum="3"]>* {
        width: 33.33%
    }

    .instafeed_ul[data-desktopnum="2"]>* {
        width: 50%
    }
}

.instafeed_ul {
    background-size: 50px;
    background-position-x: calc(50% - 15px)
}

.instafeed_ul.pk-carousel-active {
    background: none;
    background-size: 50px
}

.instafeed_ul:not(.pk-carousel-active) {
    display: flex;
    flex-wrap: wrap
}

.flex-container {
    display: flex
}

.relative {
    position: relative
}

.smooth05 {
    transition: all .5s ease-in-out
}

.pk-slider-view .slider-mode .lookbook-products-list .product-miniature {
    margin: 0;
    padding: 0
}

.pk-slider-view .slider-mode .lookbook-products-list .thumbnail-container {
    display: flex;
    flex-direction: row
}

.pk-slider-view .slider-mode .lookbook-products-list .thumbnail-container>* {
    width: 50%;
    margin: 0
}

.pk-slider-view .slider-mode .lookbook-products-list .thumbnail {
    padding: 30px
}

.pk-slider-view .slider-mode .lookbook-products-list .thumbnail:before {
    content: "";
    width: 2px;
    height: 60px;
    background: #111;
    position: absolute;
    bottom: 0;
    right: 0
}

.pk-slider-view .slider-mode .lookbook-products-list .thumbnail:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #111;
    position: absolute;
    bottom: 0;
    right: 0
}

.pk-slider-view .slider-mode .lookbook-products-list .product-desc-wrap {
    display: flex;
    align-items: center
}

#lookbook-page .slider-mode .lookbook-products-list .product-description {
    width: 100%;
    padding: 15px 0 0 30px
}

#lookbook-page.pk-list-view .hook-reviews,
#lookbook-page.pk-list-view .product-brand {
    display: none !important
}

#lookbook-page .product-miniature,
#lookbook-page.pk-list-view .lookbook-item,
.lookbook-products-list .product-miniature {
    margin: 0
}

#lookbook-page .page-width.main-content {
    max-width: 100%;
    width: 100%
}

#lookbook-page.pk-alt-view .lookbook-item.lookbook-item-even {
    background: #fbfbfb
}

.lookbook-image a,
.lookbook-image img {
    display: block
}

.lookbook-image img {
    width: 100%;
    height: auto
}

.lookbook-container>button,
.lookbook-products-list-wrap>button {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 99;
    width: 36px;
    height: 36px;
    background: none;
    color: #444
}

.pk-classic-view .lookbook-item {
    margin-bottom: 40px
}

.pk-classic-view .lookbook-item,
.pk-slider-view .lookbook-item {
    display: flex
}

.pk-classic-view .lookbook-item-space,
.pk-classic-view .lookbook-products-list {
    display: grid;
    grid-gap: 30px
}

.pk-classic-view .lookbook-item-space {
    grid-template-columns: calc(55% - 15px) calc(45% - 15px)
}

.pk-classic-view .lookbook-products-list {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-gap: 20px
}

.pk-classic-view .lookbook-item-space>* {
    width: 100%
}

.pk-slider-view .lookbook-item-space {
    display: flex
}

.pk-slider-view .lookbook-item-space .lookbook-image,
.pk-slider-view .lookbook-item-space .lookbook-products-list {
    width: 50%
}

.pk-slider-view .product-miniature,
.lookbook-page:not(.pk-list-view) .lookbook-image .product-thumbnail {
    margin-bottom: 0
}

.lookbook-page .lookbook-item:not(:first-child) {
    margin-top: 50px
}

.pk-alt-view.lookbook-page .lookbook-item:not(:nth-child(odd)) {
    margin-top: 150px
}

.pk-alt-view.lookbook-page .lookbook-products-list {
    width: 59%
}

.lookbook-item .short-desc {
    display: none
}

.lookbook-item .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important
}

.lookbook-item .product-miniature {
    background: #fff
}

.lookbook-page.pk-alt-view .lookbook-desc {
    position: absolute;
    width: 100%
}

.lookbook-slides {
    list-style: none
}

.pk-slider-view .slider-mode .lookbook-products-list {
    align-items: center
}

.slider-mode .lookbook-products-list>.glide {
    max-width: 88%;
    margin-left: -3.65%
}

.slider-mode .lookbook-products-list .glide__track {
    background-color: #fff
}

.slider-mode .lookbook-products-list>.glide .lookbook-item {
    flex-direction: column
}

.pk-list-view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
}

.pk-list-view .lookbook-image,
.pk-list-view .lookbook-products-list {
    width: 100%
}

.pk-list-view .pk-poi-product {
    display: none;
    width: 260px;
    position: absolute;
    z-index: 2;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .2)
}

.pk-list-view .pk-poi:hover .pk-poi-product {
    display: block
}

.pk-list-view .pois>div:hover,
.pk-list-view .pois>a:hover,
.pk-list-view .pk-poi.pk-active {
    transform: translate(-50%, -50%) scale(1, 1)
}

.pois {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    counter-reset: link
}

.pois>div,
.pois>a {
    position: absolute;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: 50% 50%;
    cursor: pointer;
    counter-increment: link
}

.pois>div:hover,
.pois>a:hover,
.pk-poi.pk-active {
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) scale(1.4, 1.4)
}

.pk-poi:not(.pk-active),
.pk-poi:not(:hover) {
    background: #fff
}

.pois>div:after,
.pois>a:after {
    font: 500 13px Roboto, Arial;
    color: #222;
    content: counter(link)
}

@media (max-width:766px) {

    .lookbook-products-list,
    .lookbook-item-space {
        flex-direction: column
    }

    .lookbook-products-list {
        padding: 0 0 0 30px;
        min-width: 50%
    }

    .lookbook-image {
        max-width: 50%
    }

    .pk-alt-view .lookbook-image {
        width: 100%;
        max-width: 100%
    }

    .pk-alt-view .lookbook-products-list {
        min-width: 100%;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .pk-alt-view .lookbook-products-list>.product-miniature {
        width: 50%
    }

    body .lookbook-container>button {
        top: 0;
        padding: 0
    }

    #lookbook-page.pk-alt-view .lookbook-item {
        margin-bottom: 30px
    }

    #lookbook-page.pk-alt-view .lookbook-item .lookbook-image {
        margin: 20px 0 30px
    }

    .pk-lookbook .pk-classic-view .lookbook-item-space .lookbook-image,
    .pk-lookbook .pk-classic-view .lookbook-item-space .lookbook-products-list,
    #lookbook-page.pk-classic-view .lookbook-item-space .lookbook-image,
    #lookbook-page.pk-classic-view .lookbook-item-space .lookbook-products-list {
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap
    }

    #lookbook-page .lookbook-item-space .lookbook-products-list {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }

    #lookbook-page .lookbook-products-list>.product-miniature {
        margin: 0;
        width: 100%;
        padding: 0
    }

    body #lookbook-page .lookbook-item-space {
        width: 100%
    }

    #lookbook-page .lookbook-item:not(:first-child) {
        margin-top: 40px
    }

    #lookbook-page .slider-mode .lookbook-item {
        margin-top: 0
    }

    .pk-lookbook .slider-mode .lookbook-products-list>.glide,
    .pk-lookbook .slider-mode .lookbook-item-space>*,
    #lookbook-page .slider-mode .lookbook-products-list>.glide,
    #lookbook-page .slider-mode .lookbook-item-space>* {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .pk-lookbook .slider-mode .lookbook-products-list .thumbnail,
    #lookbook-page .slider-mode .lookbook-products-list .thumbnail {
        padding: 0;
        position: relative;
        z-index: 2
    }

    .pk-lookbook .slider-mode .lookbook-products-list .thumbnail:after,
    .pk-lookbook .slider-mode .lookbook-products-list .thumbnail:before,
    #lookbook-page .slider-mode .lookbook-products-list .thumbnail:after,
    #lookbook-page .slider-mode .lookbook-products-list .thumbnail:before {
        display: none
    }

    #lookbook-page .slider-mode .lookbook-item-space .lookbook-products-list,
    #lookbook-page.pk-list-view {
        display: block
    }

    #lookbook-page.pk-list-view .lookbook-image {
        max-width: 100%;
        width: 100%
    }

    .pk-classic-view .lookbook-item-space,
    .pk-classic-view .lookbook-products-list {
        grid-template-columns: 1fr
    }

    #wrapper .lookbook-desc {
        position: static
    }
}

@media (min-width:767px) {
    .lookbook-products-list {
        flex-wrap: wrap;
        align-items: flex-start
    }

    .lookbook-products-list>.product-miniature {
        transition: all 0.5s ease
    }

    .lookbook-products-list>.product-miniature.pk-active {
        z-index: 98;
        background: #fff;
        box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .2);
        transform: scale(1.01);
        padding: 20px
    }

    .pk-lookbook .slider-mode .lookbook-products-list>.product-miniature:hover .product-thumbnail img,
    .pk-lookbook .slider-mode .lookbook-products-list>.product-miniature.pk-active .product-thumbnail img {
        transform: scale(1.02)
    }

    .pk-alt-view .lookbook-image {
        margin: 100px 0;
        width: 41%
    }

    .pk-alt-view .lookbook-products-list-wrap {
        width: 59%
    }

    .pk-alt-view .lookbook-products-list {
        flex-grow: 1
    }

    .pk-alt-view .lookbook-products-list>.product-miniature {
        width: 39%;
        position: absolute;
        max-width: 360px;
        padding: 30px 3.5% 40px
    }

    .pk-alt-view .lookbook-products-list>.product-miniature:first-child {
        top: 27px;
        left: 20%;
        z-index: 9
    }

    .pk-alt-view .lookbook-products-list>.product-miniature:nth-child(2) {
        top: 56%;
        left: -15%
    }

    .pk-alt-view .lookbook-products-list>.product-miniature:nth-child(3) {
        top: 45%;
        right: 30px
    }

    .pk-alt-view .lookbook-item {
        margin-bottom: 170px;
        display: flex
    }

    .pk-alt-view .lookbook-item h2 {
        font-size: 70px;
        line-height: 90px;
        color: #3d3d3d;
        margin: 30px 0 0;
        position: absolute
    }

    .pk-alt-view .lookbook-item.lookbook-item-even .lookbook-item-space {
        flex-direction: row-reverse
    }

    .pk-alt-view .lookbook-item.lookbook-item-even .lookbook-item-space .lookbook-image {
        margin-top: 80px
    }

    .pk-alt-view .lookbook-item.lookbook-item-even .lookbook-item-space .lookbook-products-list>.product-miniature:first-child {
        top: 3.5%;
        left: 40%
    }

    .pk-alt-view .lookbook-item.lookbook-item-even .lookbook-item-space .lookbook-products-list>.product-miniature:nth-child(2) {
        bottom: auto;
        top: 25%;
        left: 3.5%
    }

    .pk-alt-view .lookbook-item.lookbook-item-even .lookbook-item-space .lookbook-products-list>.product-miniature:nth-child(3) {
        top: auto;
        bottom: 0;
        right: 5%
    }

    #lookbook-page.pk-alt-view .lookbook-item.lookbook-item-even .lookbook-image {
        margin: 220px 0 300px
    }

    #lookbook-page.pk-alt-view .lookbook-item {
        margin: 0 0 190px
    }

    #lookbook-page.pk-alt-view .lookbook-item:first-child {
        margin-top: 0
    }

    #lookbook-page.pk-alt-view .lookbook-item:not(:nth-child(odd)) .lookbook-products-list {
        margin-top: 100px
    }

    .pk-classic-view .glide__arrows {
        display: none
    }

    .pk-classic-view .product-miniature {
        padding: 0;
        width: 100%
    }
}

@-webkit-keyframes poianimation {
    from {
        box-shadow: 0 0 0 0 #fff, 0 0 4px 2px rgba(0, 0, 0, .4)
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 4px 2px rgba(0, 0, 0, .4)
    }
}

@keyframes poianimation {
    from {
        box-shadow: 0 0 0 0 #fff, 0 0 4px 2px rgba(0, 0, 0, .4)
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 4px 2px rgba(0, 0, 0, .4)
    }
}

.pk-poi.pk-active {
    -webkit-animation: poianimation 800ms ease-out infinite;
    animation: poianimation 800ms ease-out infinite
}

#module-pklookbook-lookbook #content.card-block {
    padding: 0 10px
}

#module-pklookbook-lookbook .pk-classic-view .lookbook-item:not(:last-child) {
    margin-bottom: 100px
}

#module-pklookbook-lookbook .lookbook-item-odd .lookbook-item-space {
    direction: rtl
}

#module-pklookbook-lookbook .lookbook-item-odd .lookbook-item-space * {
    direction: ltr
}

#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-list #wrapper {
    padding: 0
}

#module-ph_simpleblog-single #content.card,
#module-ph_simpleblog-list #content.card {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

#module-ph_simpleblog-category #wrapper {
    padding: 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 0
}

.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: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    .simpleblog__share ul {
        display: block
    }
}

@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: 30px
}

.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
}

@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
}

.simpleblog__listing__post.col-md-12 .slpw {
    display: flex
}

.simpleblog__listing__post.col-md-12 .slpw>a {
    display: block;
    max-width: 30%;
    width: 100%;
    margin-right: 50px
}

.simpleblog__listing__post.col-md-12 .blog-headline {
    font-family: Roboto;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: .04em
}

.simpleblog__listing__post.col-md-12 .simpleblog__listing__post__wrapper__content>p {
    font-size: 16px;
    line-height: 26px;
    color: #555
}

.simpleblog__listing__post.col-md-12 .slpwfb {
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.simpleblog__listing__post.col-md-12 .slpwfb>* {
    color: #444
}

.simpleblog__listing__post.col-md-12 .slpwfb a {
    color: inherit
}

#module-ph_simpleblog-single .simpleblog__post__content {
    max-width: 50%;
    float: left;
    margin: 0 40px 40px 0
}

@media (min-width:1200px) {
    .simpleblog__listing__post.col-md-12 .simpleblog__listing__post__wrapper__content>p {
        max-width: 70%;
        margin-top: 26px
    }

    .simpleblog__listing__post.col-md-12 .slpw>.simpleblog__listing__post__wrapper__content {
        padding: 70px 0 0 0
    }

    .simpleblog__listing__post.col-md-12 .blog-headline {
        max-width: 45%
    }
}

.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
}

.pk-chat-item {
    position: fixed;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3
}

.pk-whatsapp {
    background: linear-gradient(#69ca3b, #56a61e)
}

.pk-facebook-icon {
    background: rgb(255, 105, 102);
    background: linear-gradient(200deg, rgba(255, 105, 102, 1) 0%, rgba(166, 58, 251, 1) 50%, rgba(10, 155, 255, 1) 100%)
}

.pk-chat-item .svgic {
    width: 60%;
    height: 60%;
    color: #fff
}

.topleft {
    top: 20px;
    ;
    left: 20px
}

.topright {
    top: 20px;
    ;
    right: 20px
}

.bottomleft {
    bottom: 20px;
    ;
    left: 20px
}

.bottomright {
    bottom: 20px;
    ;
    right: 20px
}

#fb-root .fb_dialog iframe {
    margin: 0 !important
}

.fb-customerchat.topleft+.fb_dialog iframe,
.fb-customerchat.bottomleft iframe {
    top: 20px !important;
    left: 20px !important
}

.fb-customerchat.topright+.fb_dialog iframe,
.fb-customerchat.bottomleft iframe {
    top: 20px !important;
    right: 20px !important
}

.fb-customerchat.bottomleft+.fb_dialog iframe,
.fb-customerchat.bottomleft iframe {
    bottom: 20px !important;
    left: 20px !important
}

.fb-customerchat.bottomright+.fb_dialog iframe,
.fb-customerchat.bottomleft iframe {
    bottom: 20px !important;
    right: 20px !important
}

/*** 2007-2021 PrestaShop** NOTICE OF LICENSE** This source file is subject to the Academic Free License (AFL 3.0)* that is bundled with this package in the file LICENSE.txt.* It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php* If you did not receive a copy of the license and are unable to* obtain it through the world-wide-web, please send an email* to license@prestashop.com so we can send you a copy immediately.** DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.**  @author    PrestaShop SA <contact@prestashop.com>*  @copyright 2007-2021 PrestaShop SA*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)*  International Registered Trademark & Property of PrestaShop SA*/
#customizationprices {
    float: left;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem
}

#customizationprices table {
    float: left;
    width: 100%;
    border: 1px solid #ccc
}

#customizationprices table tr td {
    border: 1px solid #ccc;
    padding: 2px
}

#customizationprices table tr td:last-child {
    text-align: right
}

#customizationprices .product-customization-item {
    margin: 1.25rem 0
}

#customizationprices .product-message {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: .625rem
}

.customization_prices_table_block {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem
}

#customizationprices .product-customization-item {
    margin: 1.25rem 0
}

#customizationprices .custom-file {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: .625rem;
    display: block;
    color: #7a7a7a
}

#customizationprices .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute
}

#customizationprices .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0
}

.quickview .customization_prices_table_block {
    display: none
}

.elementor-editor-active #elementor.elementor.elementor-edit-mode .elementor-row {
    min-height: 50px
}

#index #wrapper .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
    width: 100%
}

body:not(.elementor-editor-active) .ce-edit-wrapper {
    position: static
}

.module-title-center.module-title {
    text-align: center;
    margin: 0 0 35px;
    padding-bottom: 15px
}

.elementor-slick-slider ul.slick-dots li button:before,
.elementor-editor-active #pksizeguide,
.elementor-editor-active .tax-shipping-delivery-label,
.elementor-editor-active .elementor-template-hook #content-wrapper #content:not(.page-cms) {
    display: none
}

#product.elementor-editor-active #content-wrapper #content {
    display: block
}

.elementor-editor-active .product-prices.price {
    flex-direction: row;
    display: flex;
    align-items: baseline
}

.module-title-center.module-title span:first-child {
    padding: 0 20px 10px 20px;
    border-bottom: 2px solid #444
}

body .elementor-widget-wrap {
    z-index: auto
}

body:not(.elementor-editor-active) #header .elementor-column,
body:not(.elementor-editor-active) #header .elementor-column-wrap,
body:not(.elementor-editor-active) #header .elementor-widget-wrap,
body:not(.elementor-editor-active) #header .elementor-widget,
body:not(.elementor-editor-active) #header .elementor-section,
body:not(.elementor-editor-active) #header .elementor-container {
    position: static
}

.widget-pklinks li a,
.widget-pklinks-title a {
    color: inherit
}

.pk-grid {
    display: grid
}

.pk-flex {
    display: flex
}

.elementor .header-bottom .ps_categorytree {
    width: 100%
}

.elementor .root_li ul,
.elementor .slpw,
.elementor .slpwc>p {
    margin: 0
}

.elementor .root_li ul {
    list-style: none
}

.elementor .root_li ul span {
    display: flex
}

.elementor .ps_categorytree .category-tree li {
    padding-left: 0
}

.flex-reverse {
    flex-direction: row-reverse
}

.elementor #top-menu.page-width,
.elementor .pk-top-menu.page-width {
    max-width: 100%;
    width: 100%
}

.elementor-editor-element-settings-list {
    display: flex;
    justify-content: flex-end
}

.elementor-editor-element-settings-list li {
    margin: 0 0 0 10px
}

.pk-menu-horizontal .menu-dropdown .widget-pklinks li a,
.pk-menu-horizontal .menu-dropdown .elementor-icon-list-items li a,
.elementor .slpwc {
    padding: 0
}

.elementor .elementor-element .pk-ce-widget.pk-ce-carousel .slick-arrow {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-position: 50% 50%
}

.elementor .elementor-element .slick-slider .slick-next:before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xMy45MjIsMTUuMzY2bDUuNDI1LTUuMDIyYzAuMDk4LTAuMDksMC4xNTYtMC4yMTYsMC4xNTYtMC4zNDNjMC0wLjEzLTAuMDU1LTAuMjUzLTAuMTU2LTAuMzQzIGwtNS40MjUtNS4wMjJjLTAuMjA2LTAuMTkxLTAuNTM4LTAuMTkxLTAuNzQ1LDBzLTAuMjA3LDAuNSwwLDAuNjlsNC41MjcsNC4xOTFIMS4wMjRjLTAuMjkzLDAtMC41MjYsMC4yMTctMC41MjYsMC40ODYgYzAsMC4yNzEsMC4yMzMsMC40ODgsMC41MjYsMC40ODhoMTYuNjhsLTQuNTI3LDQuMTkxYy0wLjEwMiwwLjA5NS0wLjE1NiwwLjIyMS0wLjE1NiwwLjM0NGMwLDAuMTIyLDAuMDUxLDAuMjQ5LDAuMTU2LDAuMzQzIEMxMy4zODQsMTUuNTU0LDEzLjcyLDE1LjU1NCwxMy45MjIsMTUuMzY2eiIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xMy45MjIsMTUuMzY2bDUuNDI1LTUuMDIyYzAuMDk4LTAuMDksMC4xNTYtMC4yMTYsMC4xNTYtMC4zNDNjMC0wLjEzLTAuMDU1LTAuMjUzLTAuMTU2LTAuMzQzIGwtNS40MjUtNS4wMjJjLTAuMjA2LTAuMTkxLTAuNTM4LTAuMTkxLTAuNzQ1LDBzLTAuMjA3LDAuNSwwLDAuNjlsNC41MjcsNC4xOTFIMS4wMjRjLTAuMjkzLDAtMC41MjYsMC4yMTctMC41MjYsMC40ODYgYzAsMC4yNzEsMC4yMzMsMC40ODgsMC41MjYsMC40ODhoMTYuNjhsLTQuNTI3LDQuMTkxYy0wLjEwMiwwLjA5NS0wLjE1NiwwLjIyMS0wLjE1NiwwLjM0NGMwLDAuMTIyLDAuMDUxLDAuMjQ5LDAuMTU2LDAuMzQzIEMxMy4zODQsMTUuNTU0LDEzLjcyLDE1LjU1NCwxMy45MjIsMTUuMzY2eiIvPjwvc3ZnPg==)
}

.elementor .elementor-element .slick-slider .slick-prev:before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik02LjA3OCwxNS4zNjZsLTUuNDI0LTUuMDIxYy0wLjA5OC0wLjA5MS0wLjE1Ni0wLjIxOC0wLjE1Ni0wLjM0NGMwLTAuMTMsMC4wNTUtMC4yNTMsMC4xNTYtMC4zNDMgbDUuNDI0LTUuMDIyYzAuMjA3LTAuMTkxLDAuNTM5LTAuMTkxLDAuNzQ1LDBjMC4yMDcsMC4xOTEsMC4yMDcsMC40OTgsMCwwLjY4OUwyLjI5Nyw5LjUxN2gxNi42OGMwLjI5MiwwLDAuNTI1LDAuMjE3LDAuNTI1LDAuNDg3IGMwLDAuMjcxLTAuMjMzLDAuNDg5LTAuNTI1LDAuNDg5SDIuMjk3bDQuNTI2LDQuMTljMC4xMDIsMC4wOTQsMC4xNTYsMC4yMjEsMC4xNTYsMC4zNDNzLTAuMDUxLDAuMjUtMC4xNTYsMC4zNDQgQzYuNjE3LDE1LjU1Myw2LjI4MSwxNS41NTMsNi4wNzgsMTUuMzY2eiIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik02LjA3OCwxNS4zNjZsLTUuNDI0LTUuMDIxYy0wLjA5OC0wLjA5MS0wLjE1Ni0wLjIxOC0wLjE1Ni0wLjM0NGMwLTAuMTMsMC4wNTUtMC4yNTMsMC4xNTYtMC4zNDMgbDUuNDI0LTUuMDIyYzAuMjA3LTAuMTkxLDAuNTM5LTAuMTkxLDAuNzQ1LDBjMC4yMDcsMC4xOTEsMC4yMDcsMC40OTgsMCwwLjY4OUwyLjI5Nyw5LjUxN2gxNi42OGMwLjI5MiwwLDAuNTI1LDAuMjE3LDAuNTI1LDAuNDg3IGMwLDAuMjcxLTAuMjMzLDAuNDg5LTAuNTI1LDAuNDg5SDIuMjk3bDQuNTI2LDQuMTljMC4xMDIsMC4wOTQsMC4xNTYsMC4yMjEsMC4xNTYsMC4zNDNzLTAuMDUxLDAuMjUtMC4xNTYsMC4zNDQgQzYuNjE3LDE1LjU1Myw2LjI4MSwxNS41NTMsNi4wNzgsMTUuMzY2eiIvPjwvc3ZnPg==)
}

.elementor-element .slick-slider .slick-arrow {
    width: auto !important;
    height: auto !important
}

.pk-ce-widget .mini-product,
.pk-ce-widget .product-miniature {
    margin: 0
}

.pk-ce-widget .mini-product .thumbnail-container {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 25px
}

.pk-ce-widget .mini-product .product-title a.ellipsis,
.pk-ce-widget .mini-product .product-description,
.pk-ce-widget .mini-product .thumbnail {
    width: 100%;
    margin: 0;
    white-space: normal
}

.pk-ce-widget .mini-product .product-description {
    margin-top: 10px
}

.pk-ce-widget .slick-arrow:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%
}

.pk-ce-widget .ps_categorytree .module-body {
    padding: 0
}

.elementor-element .slick-slider .slick-arrow:before {
    display: block;
    content: "";
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-size: 30px;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: 30px;
    width: 30px;
    height: 30px;
    background: #ccc
}

.pk-ce-carousel:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap
}

.pk-ce-carousel:not(.slick-initialized)>* {
    width: 20%
}

.elementor .elementor-slick-slider ul.slick-dots li button {
    border-radius: 50%;
    transform: translate(-50%);
    position: relative;
    left: 50%
}

.elementor-image-carousel:not(.pk-ce-widget) .slick-dots li button:before {
    content: "\f111"
}

.elementor-image-carousel-caption.pk-absolute {
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%)
}

.pk-productfilter-pk-horizontal #search_filters {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 30px 0 60px;
    justify-content: space-between
}

.pk-productfilter-pk-horizontal #search_filters .facet {
    min-width: 200px
}

.pk-productfilter-pk-horizontal #search_filters .facet:first-child {
    padding-left: 0
}

.pk-productfilter-pk-horizontal #search_filters .module-title {
    border-bottom: 2px solid #333;
    padding-bottom: 17px
}

.pk-subcategory-text:empty,
.pk-productfilter-pk-horizontal #search_filters .module-title>span:not(.title-text) {
    display: none
}

#category .pk-productfilter-pk-horizontal .facet ul {
    list-style: none;
    margin-bottom: 20px
}

.pk-productfilter-pk-horizontal .facet .module-title {
    margin: 0 0 30px
}

.pk-productfilter-pk-horizontal .active_filters+#search_filters .clear-all-wrapper {
    margin-right: 50px
}

.pk-productfilter-pk-horizontal .active_filters {
    padding-left: 0;
    padding-right: 0
}

.breadcrumb .row .col-xs-12,
#wrapper {
    padding: 0 10px
}

#wrapper>.row {
    margin-left: -10px;
    margin-right: -10px
}

.elementor-icon,
.elementor-button {
    display: inline-block
}

#header .pk-sub-menu .elementor {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto
}

.pk-ce-widget a.cat_menu_thumb {
    margin-left: 10px
}

.elementor-widget-pkinstagram .pk-ce-widget.pk-isotope {
    display: grid
}

.elementor-widget-pkinstagram .pk-ce-widget.pk-isotope>div:nth-child(3) {
    grid-column: 2/4;
    grid-row: 1/3
}

.elementor-widget-pkinstagram .pk-ce-widget.pk-isotope>div.elementor-alert {
    grid-column: 1/6
}

.ig-link {
    padding-bottom: 100%;
    background-size: cover
}

.ig-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out
}

.ig-link:hover:before {
    background-color: rgba(255, 255, 255, .6)
}

.ig-caption {
    color: #444;
    font-size: 16px;
    margin-bottom: 5px
}

.ig-desc {
    left: 0;
    bottom: -100px;
    padding: 10px 20px
}

.ig-media:hover .ig-desc {
    bottom: 0
}

.pk-subcategory-text {
    background: #fff;
    padding: 20px 20px 15px;
    width: 76%;
    margin: 0 12%
}

.pk-flex {
    flex-wrap: wrap
}

.pk-flex .pk-subcategory-text {
    width: auto;
    margin: 0;
    padding: 0
}

.pk-ce-widget.view_grid .short-desc,
.pk-carousel.view_grid .short-desc {
    display: none
}

@media (max-width:600px) {
    #pattern .pk-ce-widget .slick-arrow.slick-prev {
        left: 0
    }

    #pattern .pk-ce-widget .slick-arrow.slick-next {
        right: 0
    }

    #pattern .ce-edit-wrapper {
        overflow: hidden
    }
}

@media (max-width:1024px) {
    .pk-productfilter-pk-horizontal .facet {
        padding: 0 10px 20px 0
    }
}

.elementor-image-hotspot .elementor-image-hotspot-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-image-hotspot .elementor-image-hotspot-wrapper:hover .elementor-image-hotspot-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(-50%, -102%, 0);
    transform: translate3d(-50%, -102%, 0)
}

.elementor-image-hotspot .elementor-image-hotspot-content {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 50%;
    width: 240px;
    max-width: 100vw;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, .2, 1);
    transition: all 0.3s cubic-bezier(0, 0, .2, 1)
}

.elementor-image-hotspot .elementor-image-hotspot-title {
    margin: 0 0 7px 0
}

.elementor-image-hotspot .elementor-image-hotspot-description>:first-child {
    margin-top: 0
}

.elementor-image-hotspot .elementor-image-hotspot-description>:last-child {
    margin-bottom: 0
}

.elementor-widget-image-hotspot.elementor-view-framed .elementor-icon {
    border-width: 2px
}

.elementor-widget-image-hotspot.elementor-view-stacked .elementor-icon,
.elementor-widget-image-hotspot.elementor-view-framed .elementor-icon {
    border-radius: 50%
}

.elementor-widget-pkproducts .tabs .nav-tabs {
    flex-direction: row
}

.pk-search-widget fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.pk-search-widget legend {
    display: none
}

.user-select.pk-position-left .dd_container {
    left: 0;
    transform: translateX(0)
}

.user-select.pk-position-center .dd_container {
    left: 50%;
    transform: translateX(-50%)
}

.user-select.pk-position-right .dd_container {
    left: auto;
    right: 0;
    transform: translateX(0)
}

.user-select.pk-inline .dd_el,
.user-select.pk-inline .opt-list {
    display: flex
}

.pk-ce-widget .user-select .opt-list>li {
    display: flex;
    align-items: center
}

.pk-inline .opt-list>li:not(:last-child):after {
    content: "|";
    position: absolute;
    right: 0
}

.pk-inline .opt-list>li .pk-img {
    margin: 0
}

.pk-inline .opt-list>li a {
    white-space: nowrap
}

.pk-inline .opt-list>li a.active {
    opacity: .7;
    pointer-events: none;
    cursor: pointer
}

.pk-search-widget fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.pk-search-widget.pk-search-loading .svg-search,
.pk-search-widget .svg-loader,
.pk-search-widget legend {
    display: none
}

.pk-search-widget button {
    z-index: 9
}

.pk-search-widget button * {
    pointer-events: none
}

.pk-search-widget.pk-search-loading .svg-loader {
    display: block
}

.pk-search-widget input {
    border: 1px solid #ccc;
    margin: 0;
    width: 100%;
    outline: none
}

.pk-search-widget input::placeholder {
    opacity: .6
}

.pk-search-widget .pk-search-results {
    width: 100%;
    min-width: 300px;
    position: absolute;
    z-index: 99;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    overflow: auto
}

.pk-search-widget.show-on-hover .pk-search-results {
    right: 0;
    display: none
}

.pk-search-widget.show-on-hover:hover .pk-search-results {
    display: block
}

.pk-search-widget ul .product-thumbnail {
    max-width: 130px;
    width: 25%;
    margin: 0 20px 0 0
}

.pk-search-widget ul li {
    margin-bottom: 20px
}

.pk-search-widget .inner-search-button {
    width: 100%
}

.pk-search-widget .inner-search-button button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.pk-search-widget input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.pk-search-widget select {
    display: block;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none
}

.categories-block svg,
.categories-inside .categories-block {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin: 0;
    border: none
}

.pk-search-widget .categories-block * {
    color: inherit
}

.pk-search-widget [aria-hidden="true"] {
    display: none
}

.pk-search-widget [aria-hidden="true"]+button {
    position: static !important;
    transform: translate(0)
}

.pk-search-widget.show-on-hover input[type="search"] {
    position: absolute;
    z-index: 8;
    right: 0;
    width: 300px
}

.pk-aside-tabs form {
    width: 100%
}

.pk-aside-tabs .pk-search-widget input[type="search"] {
    position: static;
    width: 100%;
    padding: 10px 20px;
    display: block
}

.pktabswrap-ul:empty,
.hide-load-more .load-more-container,
.pk-aside-tabs .pk-search-widget button {
    display: none
}

.pk-sidebar-results {
    padding: 0
}

.show-brackets .header-item-counter:before {
    content: "("
}

.show-brackets .header-item-counter:after {
    content: ")"
}

.pk-aside.wide-sidebar {
    max-width: 900px;
    width: 90%
}

.elementor-widget-pkrevslider rs-module-wrap {
    float: none !important
}

.isotope {
    flex-wrap: wrap
}

.pk-isotope .block_content {
    width: calc(100% + 30px)
}

.pk-isotope article .thumbnail-container {
    margin-right: 30px
}

.pk-isotope article {
    margin-right: 0;
    width: 25%
}

.filter {
    justify-content: center;
    margin-bottom: 40px;
    list-style: none
}

.filter h5,
.filter li {
    margin: 0 12px;
    text-align: center
}

.filter h5 a,
.filter li a {
    color: #444;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .1em;
    padding: 0 20px 10px;
    line-height: 19px;
    display: block;
    border-bottom: 2px solid transparent
}

.filter h5 a.selected,
.filter li a.selected {
    border-color: #515151
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s
}

.isotope {
    transition-property: height, width
}

.isotope .isotope-item {
    transition-property: transform, opacity
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s
}

.isotope.infinite-scrolling {
    transition: none
}

@media (min-width:1170px) {
    body #isotope li {
        margin-right: 30px;
        width: 210px
    }

    .isotope-col-3 .isotope article {
        width: 33.33%
    }

    .category-page-type-masonry .view_grid1 .product-list-container>.product-miniature,
    .isotope-col-4 .isotope article {
        width: 25%
    }

    .isotope-col-5 .isotope article {
        width: 20%
    }

    .isotope-col-6 .isotope article {
        width: 16.66%
    }
}

body .column_exist #isotope li {
    width: 270px;
    margin-right: 28px
}

@media (min-width:768px) and (max-width:1024px) {

    .category-page-type-masonry .view_grid1 .product-list-container>.product-miniature,
    .pk-isotope article {
        width: 33.33%
    }
}

@media (max-width:768px) {

    .category-page-type-masonry .view_grid1 .product-list-container>.product-miniature,
    .pk-isotope article {
        width: 50%
    }
}

@media (max-width:480px) {
    .pk-isotope article {
        width: 100%
    }
}

@media (max-width:1024px) {

    .filter h5 a,
    .filter li a {
        padding-left: 10px;
        padding-right: 10px
    }

    .filter h5,
    .filter li {
        padding: 0
    }
}

@media (max-width:500px) {
    .filter {
        flex-wrap: wrap
    }

    .filter h5,
    .filter li {
        margin: 0 0 15px 0
    }
}

.pk-dailydeal-products-wrap,
.pk-dailydeal-desc {
    width: 50%
}

.pk-dailydeal-desc {
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pk-dailydeal-desc .sect-title {
    margin: 0 0 35px;
    font-size: 50px;
    line-height: 40px;
    font-weight: 100;
    letter-spacing: .035em;
    padding: 0 50px 35px 50px;
    border-bottom: 1px solid #000;
    color: #313537;
    display: inline-block
}

.pk-dailydeal-desc .sect-title strong {
    font-weight: 500
}

.pk-dailydeal .countdown {
    position: static;
    width: 100%;
    margin-bottom: 30px
}

.pk-dd-countdowns .countdown>div {
    text-align: left;
    position: relative;
    padding: 0 60px 0 25px;
    background: none
}

.pk-dd-countdowns .countdown>div i {
    font-size: 30px;
    letter-spacing: .035em;
    color: #494949
}

.pk-dd-countdowns .countdown>div:not(:last-child):after {
    content: "";
    width: 1px;
    height: 40px;
    background: #e0e0e0;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(30deg)
}

.pk-dd-countdowns .countdown>div span {
    font-size: 9px;
    letter-spacing: .05em;
    color: #878787
}

.pk-dailydeal .product-price-and-shipping {
    display: flex;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #e5dad6;
    position: absolute;
    top: 100px;
    opacity: 0;
    left: 150px;
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 0.5s;
    z-index: 4
}

.pk-dailydeal .activeSlide .product-price-and-shipping {
    top: 200px;
    opacity: 1
}

.pk-dailydeal .product-price-and-shipping span {
    margin: 0 20px;
    font-style: normal
}

.pk-dailydeal .product-price-and-shipping span.regular-price {
    color: #fff;
    font-size: 14px
}

.pk-dailydeal .product-price-and-shipping span.price {
    color: #5c5a5a;
    font-size: 22px
}

.pk-dailydeal-products:not(.glide--carousel) .product-miniature:not(:first-child) {
    position: absolute
}

.pk-dailydeal-products>div>div:nth-child(odd) .product-price-and-shipping {
    left: 70%;
    background-color: #313536
}

.pk-dailydeal-products>div>div:nth-child(odd) .product-price-and-shipping span.regular-price {
    color: #a9a7a7
}

.pk-dailydeal-products>div>div:nth-child(odd) .product-price-and-shipping span.price {
    color: #fff
}

#pattern .pk-dailydeal .product-brand.ellipsis {
    display: none !important
}

.pk-dailydeal .product-actions,
.pk-dailydeal .short-desc,
.pk-dailydeal .product-title,
.pk-dailydeal .hook-reviews,
.pk-dailydeal .thumbnail-container .countdown,
.pk-dailydeal .subimage,
.pk-dailydeal .product-flags {
    display: none
}

.pk-dailydeal .product-thumbnail {
    margin: 0
}

.pk-dailydeal .product-thumbnail img {
    filter: brightness(.98)
}

.pk-dailydeal .product-miniature {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0
}

.pk-dailydeal-products-wrap {
    margin-top: -12%
}

.pk-dailydeal-products-wrap button {
    position: absolute;
    z-index: 2;
    top: calc(50% - 10px);
    background: none;
    color: #333;
    outline: none
}

.pk-dailydeal-products-wrap button svg {
    width: 32px;
    height: 32px
}

.pk-dd-next {
    right: -50px
}

.pk-dd-prev {
    left: -50px
}

.pk-dailydeal-products-wrap:hover .pk-dd-next {
    right: 0
}

.pk-dailydeal-products-wrap:hover .pk-dd-prev {
    left: 0
}

.pk-dd-buttons>a {
    margin: 0 15px
}

@media (max-width:1024px) and (min-width:768px) {
    .pk-dailydeal-desc .sect-title {
        font-size: 30px;
        line-height: 20px;
        padding: 0 30px 25px 30px
    }

    .pk-dd-countdowns .countdown>div {
        padding: 0 40px 0 15px
    }
}

@media (max-width:767px) {
    body .pk-dailydeal-products>div>div:nth-child(odd) .product-price-and-shipping {
        left: 60%
    }

    .pk-dailydeal-desc .sect-title {
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px 5px 10px;
        margin-bottom: 15px
    }

    .pk-dd-countdowns .countdown>div {
        padding: 0 5px;
        text-align: center
    }

    .pk-dd-countdowns .countdown>div:after {
        display: none
    }

    .pk-dd-countdowns .countdown>div i {
        font-size: 20px
    }

    .pk-dailydeal .countdown {
        margin-bottom: 15px
    }

    #pattern .pk-dailydeal .page-width {
        padding: 0
    }

    #pattern .pk-dd-buttons>a {
        margin: 0 5px;
        padding: 5px 10px;
        font-size: 11px;
        text-transform: none;
        letter-spacing: 0
    }
}

@media (max-width:480px) {
    .pk-dailydeal-wrap {
        flex-wrap: wrap
    }

    .pk-dailydeal-products-wrap,
    .pk-dailydeal-desc {
        width: 100%
    }

    .pk-dailydeal-desc {
        padding: 50px 0 20px 0
    }
}

.elementor-widget-pkdailydeal .pk-ce-widget.pk-grid {
    display: block
}

.pk-cookie-bar {
    position: fixed;
    bottom: -400px;
    opacity: 0;
    left: 0;
    padding: 22px 0;
    z-index: 9;
    background-color: #908e8f;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    width: 100%
}

.pk-cookie-bar>div {
    max-width: 80%;
    margin: 0 auto
}

.pk-cookie-bar a {
    color: inherit;
    margin-left: 10px;
    text-decoration: underline
}

.pk-cookie-bar a:hover {
    opacity: .8
}

.pk-cookie-bar button.btn {
    padding: 15px 40px;
    background-color: #f4efeb;
    color: #333;
    letter-spacing: .15em;
    border-color: transparent
}

.pk-cookie-bar button.btn:hover {
    background-color: #333;
    color: #f4efeb
}

.pk-bar-link {
    margin: 0 45px 0 0;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 400
}

.pk-bar-link a {
    text-decoration: none
}

.pk-scroll-totop {
    width: 60px;
    height: 60px;
    z-index: 9;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    background: #f1f1f1;
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
    border-radius: 50%
}

.pk-scroll-totop a {
    color: #575757;
    outline: none;
    border-radius: 50%
}

.pk-scroll-totop a:hover {
    background-color: #313131;
    color: #fff
}

.pk-scroll-totop a .svgic {
    width: 27px;
    height: 27px
}

body .sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 1px 1px 5px #eee
}

#leaflet-map {
    width: 100%;
    z-index: 0
}

.pk_list_container {
    margin-bottom: 10px
}

.pk_features_container {
    font-size: 14px;
    line-height: 20px
}

.pk_feature_item strong {
    padding-right: 3px
}

.pk_feature_item span {
    padding-left: 3px
}

.perpage-selector {
    width: 150px
}

@media (max-width:768px) {
    .pk-cookie-bar .flex-container {
        flex-direction: column;
        text-align: center
    }

    .pk-cookie-bar .flex-container>* {
        margin: 10px 0
    }

    .pk-bar-link a {
        margin: 0
    }
}

#pattern .page-width,
body .elementor-section.elementor-section-boxed>.elementor-container,
#header .pk-sub-menu .elementor {
    max-width: 1200px
}

body {
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat"
}

body {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Montserrat";
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    color: #777
}

body .btn {
    background-color: #313537
}

body .btn {
    border-color: #313537
}

body .btn:hover,
body .btn:active,
body .btn:focus {
    background-color: #313537
}

body .btn:hover,
body .btn:active,
body .btn:focus {
    color: #fff
}

body .btn:hover,
body .btn:active,
body .btn:focus {
    border-color: #313537
}

body .btn {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-family: "Montserrat";
    line-height: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

#jGrowl .jGrowl-promokit.success {
    background-color: #014026
}

#jGrowl .jGrowl-promokit.success {
    color: #fff
}

#jGrowl .jGrowl-promokit.info {
    background-color: #5090cd
}

#jGrowl .jGrowl-promokit.info {
    color: #fff
}

#jGrowl .jGrowl-promokit.error {
    background-color: #00529b
}

#jGrowl .jGrowl-promokit.error {
    color: #fff
}

#pattern #products.view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(316px, 1fr))
}

#pattern #products.view_grid .product_list .grid-container {
    grid-column-gap: 40px
}

#product h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    font-family: "Archivo Narrow";
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #373737
}

#product .product-price {
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    font-family: "Archivo Narrow";
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #3387f2
}

#product #main .module-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    font-family: "Archivo Narrow";
    line-height: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #444
}

#main .tabs-container .nav-link h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-family: "Archivo Narrow";
    line-height: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #414141
}

#leaflet-map,
#pk-map {
    height: 500px
}

body .product-miniature .product-thumbnail .btn {
    border-radius: 50%
}

body .product-miniature .product-thumbnail .btn {
    background-color: #313537
}

body .product-miniature .product-thumbnail .btn:hover {
    background-color: #313537
}

.product-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 1.267em;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #555
}

.product-brand {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-family: "Roboto";
    line-height: 1em;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #bcbcbc
}

.product-description-short {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    font-family: "Roboto";
    line-height: 1.2em;
    letter-spacing: 0em;
    text-transform: none;
    color: #666
}

.price {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    color: #3387f2
}

.regular-price {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Archivo Narrow";
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    color: #bfbfbf
}

.product-miniature .product-flags>li {
    background-color: #313537
}

.product-miniature .product-flags li {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-family: "Roboto";
    line-height: 1.5em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.star-empty .svgic,
.star .svgic {
    color: #eee
}

.star-full .svgic,
.star.star-on .svgic {
    color: #afafaf
}

#index .main-contant-wrapper {
    padding-bottom: 0
}

@media (min-width:1280px) {
    body .pk-menu-horizontal li.level-1>a {
        padding: 10px 50px
    }
}

#header .headerbuilder .header-3 .dd_container {
    transform: translateY(39px)
}

@media (min-width:1400px) {
    #header .headerbuilder .header-3 #search_widget input[type="text"] {
        width: 400px
    }
}

#header .headerbuilder .header-3 .pk_cl>ul {
    display: flex
}

#search_widget {
    color: #555
}

.product-miniature .grade-stars-list {
    transform: scale(.8);
    transform-origin: 0
}

.product-miniature .grade-stars-list .star-content svg {
    margin-right: 2px
}

.product-miniature .product-thumbnail {
    margin-bottom: 28px
}

.product-miniature .product-price-and-shipping {
    margin-bottom: 9px
}

.pm-details-layout4 #pattern .view_grid .product-miniature .product-title {
    padding-right: 15%;
    margin-bottom: 8px
}

.countdown>div {
    background: #3a3a3a
}

.product-miniature .countdown>div>* {
    color: #f1f1f1
}

.pkheaderitems>ul {
    margin: 0;
    padding: 0;
    height: 100%;
    flex-wrap: wrap
}

.pkheaderitems>ul>li {
    position: relative
}

.pkheaderitems .dd_container {
    top: 100%
}

.pkheaderitems .dd_container ul {
    margin: 0;
    padding: 0
}

.dd_cont .indent {
    padding: 30px
}

.dd_cont .dd_container {
    width: 350px
}

.dd_cont .shopping_cart.dd_container {
    width: 380px
}

.header-item-counter:empty {
    display: none
}

.header-item-counter {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background: #fc8100;
    border-radius: 50%;
    line-height: 13px;
    text-align: center;
    font-size: 10px;
    font-family: "Courier New";
    letter-spacing: 0;
    color: #fff
}

.pk-space-10>li {
    margin: 0 5px
}

.pk-space-20>li {
    margin: 0 10px
}

.pk-space-30>li {
    margin: 0 15px
}

.pk-space-40>li {
    margin: 0 20px
}

.pk-space-50>li {
    margin: 0 25px
}

.pk-space-60>li {
    margin: 0 30px
}

.pk-space-70>li {
    margin: 0 35px
}

.pk-space-80>li {
    margin: 0 40px
}

.pk-right.pk-space-10>li {
    margin: 0 0 0 10px
}

.pk-right.pk-space-20>li {
    margin: 0 0 0 20px
}

.pk-right.pk-space-30>li {
    margin: 0 0 0 30px
}

.pk-right.pk-space-40>li {
    margin: 0 0 0 40px
}

.pk-right.pk-space-50>li {
    margin: 0 0 0 50px
}

.pk-right.pk-space-60>li {
    margin: 0 0 0 60px
}

.pk-right.pk-space-70>li {
    margin: 0 0 0 70px
}

.pk-right.pk-space-80>li {
    margin: 0 0 0 80px
}

.pk-left.pk-space-10>li {
    margin: 0 10px 0 0
}

.pk-left.pk-space-20>li {
    margin: 0 20px 0 0
}

.pk-left.pk-space-30>li {
    margin: 0 30px 0 0
}

.pk-left.pk-space-40>li {
    margin: 0 40px 0 0
}

.pk-left.pk-space-50>li {
    margin: 0 50px 0 0
}

.pk-left.pk-space-60>li {
    margin: 0 60px 0 0
}

.pk-left.pk-space-70>li {
    margin: 0 70px 0 0
}

.pk-left.pk-space-80>li {
    margin: 0 80px 0 0
}

.pkorder1 {
    order: 1
}

.pkorder2 {
    order: 2
}

.pkorder3 {
    order: 3
}

.pkorder4 {
    order: 4
}

.pkorder5 {
    order: 5
}

.pkorder6 {
    order: 6
}

.pkorder7 {
    order: 7
}

.pkorder8 {
    order: 8
}

.pkorder9 {
    order: 9
}

.pkorder10 {
    order: 10
}

.pkorder11 {
    order: 11
}

.pk-mid {
    align-items: center
}

.pk-bottom {
    align-items: flex-end
}

.pk-left {
    justify-content: flex-start
}

.pk-center {
    justify-content: center
}

.pk-right {
    justify-content: flex-end
}

.pk-space-around {
    justify-content: space-around
}

.pk-space-between {
    justify-content: space-between
}

.pk-left>li:first-child,
.pk-space-between>li:first-child {
    margin-left: 0
}

.pk-right>li:last-child,
.pk-space-between>li:last-child {
    margin-right: 0
}

.pk-right .dd_container {
    right: 0
}

.pk-item-content {
    display: flex;
    align-items: center
}

.pk-item-content>.svgic.hidden {
    display: none
}

.pk-ip-top .pk-item-content {
    flex-direction: column
}

.pk-ip-top .pk-item-content .header-item-counter {
    position: absolute
}

.pk-ip-inline .pk-item-content>svg:not(.hidden)+span {
    margin-left: 6px
}

.pk-ip-top .cart-icon .cart-products-count {
    right: -7px;
    top: 14px
}

.pk-ip-inline .cart-icon .cart-products-count {
    position: static
}

.pk_register h4 {
    margin: 0 5px;
    font-weight: 400;
    font-size: 16px
}

.pk_register .title-wrap span {
    padding: 0 10px 0 10px;
    color: #999
}

.pk_register .title-wrap .active {
    border-bottom: 2px solid #444;
    color: #444
}

.title-wrap {
    justify-content: center;
    margin-bottom: 25px
}

.title-wrap h4 {
    margin: 0;
    cursor: pointer
}

.customer-form-container .focus-border {
    margin: 0;
    display: block
}

.customer-form>div {
    margin-bottom: 15px
}

.customer-form .icon-true svg {
    display: block;
    margin: 0
}

.customer-form .custom-checkbox svg {
    margin: 2px
}

.customer-form-tab {
    cursor: pointer
}

.pkheaderitems .dd_container>div:empty,
.form-wrap>form:not(.active) {
    display: none
}

.tos_link a:hover {
    text-decoration: underline
}

.customer-form-container.dd_container {
    height: auto !important
}

.pkgdpr label {
    font-size: 13px;
    line-height: 1.2em
}

.pkheaderitems .search_widget .ui-autocomplete {
    width: 100% !important;
    min-width: 300px
}

.pkheaderitems .pkgdpr .custom-checkbox {
    display: flex
}

.close-sidebar {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: none;
    color: #333;
    padding: 0
}

.close-sidebar svg {
    width: 16px;
    height: 16px
}

.close-sidebar:hover {
    background: none
}

.close-sidebar:hover svg {
    transform: rotate(90deg)
}

.pk-aside .pk-aside-tabs {
    opacity: 0;
    height: calc(100% - 70px);
    overflow: auto
}

.pk-aside .pk-aside-tabs>article {
    padding: 30px 20px;
    margin: 0 0 10px;
    background-color: #f7f7f7
}

.pk-aside .pk-aside-tabs .cart-total {
    margin: 30px 0;
    font-size: 15px;
    font-family: Arial;
    justify-content: flex-start
}

.pk-aside .cart-button {
    margin-bottom: 25px
}

.pk-aside .cart-button>* {
    margin-bottom: 10px;
    padding: 13px 15px;
    line-height: 16px
}

.pk-aside .pk-aside-tabs .cart-total>* {
    margin-bottom: 10px
}

.pk-aside .pk-aside-tabs .cart-total>div:last-child {
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px
}

.cart-total-value {
    border-top: 1px solid #eee;
    font-weight: 700;
    padding-top: 15px
}

.cart-total-value span:last-child {
    font-size: 18px
}

.pk-aside-tabs .pktabswrap>ul {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
    width: 100%
}

.pk-aside-tabs .pktabswrap>ul li a {
    display: block;
    padding: 20px 35px;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-bottom: -1px
}

.pk-aside-tabs .pktabswrap>ul li a:hover,
.pk-aside-tabs .pktabswrap>ul li a.active {
    border: 1px solid #e0e0e0;
    border-bottom-color: #fff;
    text-decoration: none;
    background: #fff;
    color: #333
}

.pk-aside {
    top: 0;
    right: 0;
    position: fixed;
    background: #fff;
    height: 100%;
    width: 375px;
    max-width: 100%;
    z-index: 999;
    padding: 50px 30px 40px;
    box-sizing: border-box;
    transition: transform 0.3s cubic-bezier(.22, 1, .36, 1);
    transform: translateX(100%)
}

.pk-aside.pk-productsbar {
    width: 840px;
    padding: 50px
}

.pk-aside.active {
    transform: translateX(0)
}

.pk-aside.active .pk-aside-tabs {
    transition: opacity 0.5s;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.pk-aside #desktop_cart {
    height: calc(100% - 50px);
    flex-grow: 1
}

.pk-aside #desktop_cart .blockcart,
.pk-aside #desktop_cart .header,
.pk-aside #desktop_cart .shopping_cart {
    height: 100%
}

.pk-aside #desktop_cart .indent {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto
}

.pk-aside #desktop_cart .indent>div {
    flex-grow: 1
}

.pk-aside .shopping_cart .cart-button>.btn:last-child {
    background: #333;
    color: #fff
}

.pk-aside .mini-product:not(:first-child) {
    margin-top: 10px
}

.pk-aside .mini-product {
    border: 1px solid #ccc;
    padding: 10px
}

.pk-aside .mini-product .product-brand {
    display: none !important
}

.pk-aside .mini-product .product-title {
    color: #333;
    margin-top: 10px
}

.pk-aside .mini-product .product-title .ellipsis {
    white-space: normal
}

.pk-aside .shopping_cart .indent>.flex-container {
    padding: 0
}

.pk-shadow {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 998
}

.pk-shadow.active-aside {
    pointer-events: auto;
    transition: opacity 0.5s;
    opacity: 1;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIwTDQgNC4wMDAwM00yMCA0TDQuMDAwMDIgMjAiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=) 12 12, auto
}

.pk-aside header {
    margin-bottom: 40px
}

.pk-aside header h3 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    color: #2a2c2f;
    font-family: Roboto;
    line-height: 30px
}

.pk-aside details:not(:last-child) {
    margin-bottom: 30px
}

.pk-aside .tabs {
    overflow: auto
}

.pk-aside .hook-reviews,
.pk-aside .short-desc {
    display: none !important
}

.pk-aside .product-brand {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: .01em
}

.pk-aside .product-title {
    font-style: normal;
    font-size: 15px;
    letter-spacing: .01em
}

.pk-aside .product-title a {
    color: inherit
}

.pk-aside .product-title a:hover {
    text-decoration: none;
    color: #222
}

.pk-aside .product-description {
    margin: 0
}

.pk-aside .products {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-column-gap: 20px;
    width: 100%;
    display: grid
}

.pk-aside .tab-content {
    flex-grow: 0
}

.pk-aside .sidebar-ul li {
    border-bottom: 1px dashed #999
}

.pk-aside .sidebar-ul li a {
    display: flex;
    flex-direction: column;
    padding: 10px 0
}

.pk-aside .shopping_cart .remove-product .svgic {
    width: 10px;
    height: 10px
}

.pk-aside.pk-shoppingcart .shopping_cart {
    display: block !important
}

.pkheaderitems li[data-pktabname="pk-shoppingcart"] .shopping_cart,
.pkheaderitems .pk_cart .shopping_cart,
.pkheaderitems .empty_shopping_cart {
    visibility: hidden !important;
    display: none !important
}

.empty_shopping_cart {
    margin-bottom: 40px
}

.pk-aside .quick-view,
.item-title-false .pk-item-content .pkhi-item-title,
.item-icon-false .pk-item-content svg,
.cart-hide-item-title .cart-title,
.pk-aside .pk-item-content,
#footer .pkheaderitems .dd_container {
    display: none
}

.pk-aside .shopping_cart {
    position: static;
    display: block;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none
}

.pk-aside .shopping_cart .indent {
    padding: 0
}

.pk-full-width {
    grid-column: 1 / 5
}

#search_widget_mobile .pk_search_result {
    max-width: 85%
}

@media (min-width:769px) {

    .header-icons,
    .mobileHeader,
    .mobileHeader+.pk-shadow {
        display: none
    }
}

@media (max-width:768px) {
    .pk-item-content>.svgic.hidden {
        display: block
    }

    .desktop-header-wrapper,
    .pk-item-content>.pkhi-item-title {
        display: none
    }

    .pk-space-10>li,
    .pk-space-20>li,
    .pk-space-30>li,
    .pk-space-40>li,
    .pk-space-50>li,
    .pk-space-60>li,
    .pk-space-80>li {
        margin: 0 10px
    }

    .pk-right.pk-space-10>li,
    .pk-right.pk-space-20>li,
    .pk-right.pk-space-30>li,
    .pk-right.pk-space-40>li,
    .pk-right.pk-space-50>li,
    .pk-right.pk-space-60>li,
    .pk-right.pk-space-80>li {
        margin: 0 0 0 20px
    }

    .pk-left.pk-space-10>li,
    .pk-left.pk-space-20>li,
    .pk-left.pk-space-30>li,
    .pk-left.pk-space-40>li,
    .pk-left.pk-space-50>li,
    .pk-left.pk-space-60>li,
    .pk-left.pk-space-80>li {
        margin: 0 20px 0 0
    }

    #header .header-top {
        padding: 34px 0;
        background: #fff
    }

    .main-logo img {
        max-width: 150px
    }

    .mobileHeader .main-menu {
        padding: 12px 0;
        color: #fff;
        margin-bottom: 0;
        cursor: pointer;
        background: #222;
        position: relative
    }

    .mobileHeader #top-menu {
        top: 100%
    }

    .mobileHeader .main-menu .pk-menu-title {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .22em;
        color: inherit;
        line-height: 20px
    }

    .mobileHeader .main-menu .icon_menu,
    .mobileHeader .main-menu .icon_menu .svgic {
        border: none;
        padding: 0;
        width: 20px;
        height: 20px
    }

    .menu-title {
        font-size: 15px;
        letter-spacing: .22em;
        text-transform: uppercase
    }

    .header-icons {
        margin: 0 0 25px;
        padding: 0 10px;
        color: #333;
        justify-content: space-between
    }

    .header-icons>li {
        margin: 0 10px;
        display: flex;
        align-items: center;
        position: relative
    }

    .header-icons>li button {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        color: inherit
    }

    .pk-mobile-sidebar {
        background: #fff;
        color: #333;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        height: 100%;
        width: 90%;
        overflow: auto;
        max-width: 400px;
        padding: 40px 20px;
        box-sizing: border-box;
        transition: transform 0.3s cubic-bezier(.22, 1, .36, 1);
        transform: translateX(100%)
    }

    .pk-mobile-sidebar>h4 {
        margin: 0 0 20px 0
    }

    .pk-mobile-sidebar.active {
        transform: translateX(0)
    }

    .main-menu .pk-menu-horizontal .top-menu {
        margin-top: 35px
    }

    .mobileHeader .close-sidebar {
        width: 24px;
        height: 24px
    }

    .mobileHeader {
        padding: 35px 0 10px
    }

    #header .mobileHeader .header-top {
        padding: 0 0 35px 0
    }

    .mobileHeader #desktop_cart .shopping_cart {
        max-width: 100%;
        display: block !important;
        height: 100% !important;
        opacity: 1 !important;
        background: none;
        box-shadow: none;
        border: none
    }

    .mobileHeader #desktop_cart .shopping_cart .indent {
        padding: 0
    }

    .mobileHeader #desktop_cart .shopping_cart .indent>.flex-container {
        flex-direction: column
    }

    .mobileHeader #desktop_cart .cart-icon {
        display: none
    }

    .mobileHeader .cart-total,
    .mobileHeader .cart-button {
        margin-top: 30px;
        font-size: 16px;
        width: 100%
    }

    .mobileHeader .cart-total>div {
        padding: 5px 0;
        border-bottom: 1px dashed #999
    }

    .mobileHeader .cart-total>div i {
        float: right
    }

    .mobileHeader .cart-button>* {
        margin-top: 15px
    }

    .mobileHeader #search_widget {
        position: relative
    }

    .mobileHeader .search_widget .ui-autocomplete {
        width: 100% !important
    }

    .mobileHeader #search_widget input[type='text'] {
        position: static;
        opacity: 1;
        flex-grow: 1;
        border: none;
        line-height: 20px
    }

    .mobileHeader #search_widget>form {
        border: 1px solid rgba(0, 0, 0, .2)
    }

    .mobileHeader .sidebar-body>ul {
        padding: 0;
        list-style: none
    }

    .mobileHeader>.page-width,
    .main-menu>.page-width {
        width: 100%;
        padding: 0 8px
    }

    .mobileHeader .shopping_cart {
        width: 100%
    }

    .mobileHeader .search_widget button {
        position: absolute;
        right: 7px
    }

    .mobileHeader .header-item-counter,
    .mobileHeader .cart-products-count {
        position: absolute;
        left: -7px;
        bottom: -4px
    }

    #header .mobileHeader .logo {
        max-width: 170px
    }

    .pk-mobile-sidebar.pk-aside .sidebar-ul li a {
        flex-direction: row;
        width: 100%
    }
}

@media (max-width:480px) {
    #header .pkheaderitems>ul {
        justify-content: center
    }

    #header .pkheaderitems>ul>li {
        margin: 5px 10px;
        position: static
    }

    #header .pkheaderitems>ul>li>a>svg {
        margin: 0
    }

    #header .widgets-right .dd_container {
        top: auto;
        left: auto;
        right: 50%;
        transform: translateX(50%)
    }

    .pk-aside-tabs .pktabswrap>ul {
        flex-direction: column
    }

    .pk-aside {
        padding: 30px
    }

    .pk-aside-tabs .pktabswrap>ul {
        border: none;
        margin-bottom: 25px
    }

    .pk-aside-tabs .pktabswrap>ul li a:hover,
    .pk-aside-tabs .pktabswrap>ul li a.active {
        border: 1px solid #e0e0e0;
        border-bottom-color: #e0e0e0;
        border-radius: 10px;
        color: #333
    }

    .pk-aside .products {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        width: 100%
    }
}

body#checkout,
.cms-id-29 {
    background: url(/img/HOME_WEB_2.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover
}

.payment-option img {
    width: 70px;
    margin-bottom: -20px
}

.encaje {
    text-align: center
}

#cart_rule_restriction_div .bootstrap select[multiple] {
    height: 50000px !important
}

.carriere-name-container {
    font-weight: 700
}

.delivery-options {
    padding: 10px;
    background-color: #eee
}

.card .product-customizations-modal h4 {
    font-size: 17px
}

.card .product-customizations-modal .label strong {
    font-size: 10px;
    margin-right: 10px;
    font-weight: 500
}

.card .product-customizations-modal .value {
    font-weight: 700
}

.address-selector .address-item:first-child {
    margin-right: 1%
}

.address-selector .address-item {
    min-height: 240px !important
}

.product-line-grid-body {
    width: 188px
}

.address-selector .address-item {
    margin-right: 1%;
    padding: 10px;
    border: 1px solid #d2d2d2;
    background-color: #f3f3f3b0;
    min-height: 224px;
    margin-bottom: 10px
}

.menu-item.item-line .html-block .menu_new {
    color: red;
    font-weight: 500;
    position: relative;
    top: -35px;
    left: 65px;
    padding: 2px 0;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px
}

.qty .form-control {
    background: #f1f1f1 !important;
    color: #000000 !important;
    padding: 8px 0px !important;
    border: 1px solid #2f2f2f !important;
    border-radius: 5px !important
}

.definition-list dl {
    margin: 30px 0 !important
}

.countdown {
    display: none !important
}

#pattern .btn-big {
    font-size: 14px !important
}

#product .product-info-section .btn-primary.add-to-cart,
.modal-dialog .btn-primary.add-to-cart {
    font-size: 10px !important
}

.input-icon {
    top: .8rem
}

body#product,
body#category,
body#cms,
body#checkout,
body#cart,
body#my-account,
body#authentication,
body#contact {
    margin-top: 130px !important
}

.definition-list dl dd,
.definition-list dl dt {
    flex: 0 0 49.6%
}

#content-hook_payment_return {
    font-family: "Montserrat"
}

.ui-accordion .ui-accordion-content {
    position: inherit
}

#order-confirmation .page-order-confirmation #order-items {
    box-shadow: 2px 2px 11px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px
}

#order-confirmation .page-order-confirmation #order-details {
    box-shadow: 2px 2px 11px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e4e4e4
}

.product-add-to-cart {
    height: 58px
}

#checkout-addresses-step div.form-control-comment {
    position: absolute;
    right: 10px !important;
    top: -15px !important;
    line-height: 50px;
    padding: 0
}

div.form-control-comment {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 20px;
    padding: 0
}

.form-control {
    background: #ebebeb !important;
    color: #acaaa6 !important;
    padding: 8px 35px !important;
    border: 1px solid transparent !important;
    border-radius: 5px !important
}

#cart #main>.cart-grid .cart-grid-body {
    padding: 20px
}

.form-control-comment {
    font-size: 14px !important;
    padding-top: 8px !important;
    color: #878787 !important;
    display: inline-block !important;
    word-break: break-word !important
}

.form-control:focus {
    color: #55595c !important;
    background-color: #fff !important;
    outline: none !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px !important
}

.promo-code .btn {
    background-color: #3387f2;
    border-color: #3387f2
}

.show-cart-details {
    color: #fff;
    background-color: #000;
    font-size: .938rem;
    padding: 10px 20px;
    margin-top: -10px
}

.show-cart-details:hover {
    color: #fff;
    background-color: #3387f2
}

#js-checkout-summary .block-promo {
    padding: 0 !important
}

#js-checkout-summary .block-promo .promo-input {
    width: 65%
}

.personaliza_modal {
    margin: 15px 15px 10px 40px
}

.personaliza_modal p {
    margin: 5px !important
}

.pk-aside-tabs .pktabswrap>ul li a {
    padding: 20px 25px !important
}

body#checkout #cart-summary-product-list .media-left a {
    width: 50px;
    display: inline-block
}

body#checkout #cart-summary-product-list img {
    border: #ebebeb 1px solid;
    width: 50px
}

.text-topbar p {
    color: #fff !important;
    text-align: center;
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif !important;
    margin: 0
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
    line-height: 20px
}

.media-body {
    width: 10000px;
    line-height: 20px;
    vertical-align: middle
}

#cart-summary-product-list .product-price {
    color: #414141;
    font-weight: 400
}

body#checkout #cart-summary-product-list .media-body .product-name {
    max-width: 177px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    height: 17px;
    font-size: 13px
}

#modal-pksizeguide ul.nav-tabs {
    display: none !important
}

#modal-pksizeguide .modal-body {
    padding: 0 15px 20px !important
}

#modal-pksizeguide .modal-header {
    padding: 15px 0 0 !important;
    border: none !important
}

#product #modal-pksizeguide .tab-content {
    border: none !important
}

#blockcart-modal .divide-right {
    border-right: 1px solid #d1d1d1
}

body#checkout .checkout-step-items {
    padding: 2.5em !important
}

#pksizeguide-show2 {
    cursor: pointer;
    color: #999;
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    padding: 5px 17px;
    border: 2px solid #333
}

.pk-right .cart-total .flex-container:first-child,
.mobileHeader .cart-total>div:first-child {
    display: none
}

.pk-aside .pk-aside-tabs .cart-total>div:last-child {
    border-top: none !important;
    padding-top: 0px !important
}

.title_video {
    font-size: 3em;
    line-height: 1;
    padding: 5em 0 0;
    text-align: center;
    font-weight: 700
}

.p_video {
    text-align: center;
    font-size: 18px
}

#checkout .nav {
    font-size: 14px
}

#checkout .nav a.active,
#checkout .nav a {
    color: #151515;
    font-weight: 700
}

#checkout #wrapper h1,
#checkout .step-title {
    font-weight: 800;
    color: #000
}

.cart-summary-line {
    margin-bottom: 0 !important
}

.logo-top-checkout {
    display: flex;
    margin-left: 15%
}

.label,
label {
    font-size: 14px !important
}

body .btn:hover,
body .btn:active,
body .btn:focus {
    border-color: #3387f2 !important;
    background-color: #3387f2 !important
}

.block-promo .promo-input {
    width: 67%
}

.block-promo {
    padding: 20px 15px !important
}

#blockcart-modal .modal-body {
    padding: 20px 65px !important
}

.cart-detailed-totals .cart-summary-totals {
    display: none
}

.cart-summary-line#cart-subtotal-shipping {
    display: none
}

.product-line-grid-body .price {
    color: #000
}

#cart .product-line-grid-body>.product-line-info>a {
    font-size: 15px !important;
    font-weight: 700
}

.cart-grid {
    margin-left: 25px;
    margin-right: 25px
}

#blockcart-modal .value {
    font-size: 1.063rem
}

.ets_crosssell_block .product_list .product-miniature {
    padding: 15px !important
}

body#checkout .checkout-step-items {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 15px
}

#blockcart-modal .modal-content {
    padding: 0 !important
}

#blockcart-modal .modal-body .divide-right span i {
    font-weight: 700
}

#blockcart-modal .modal-body .divide-right span {
    font-size: 14px !important
}

.pk-modal .modal-body .h6.product-name {
    color: #3387f2 !important;
    font-size: 18px !important;
    font-weight: 700
}

.modal-body p.price {
    font-size: 30px !important;
    color: #000 !important;
    font-weight: 600 !important
}

.modal {
    z-index: 999999999999999910001 !important
}

.elementor-18010000 .elementor-element.elementor-element-597857ca {
    margin-top: 31px !important;
    z-index: 9999999990 !important
}

.elementor-18010000 .elementor-element.elementor-element-905b7c1 {
    z-index: 999999991 !important
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #505f74
}

::-webkit-scrollbar-thumb {
    background-color: #8bc34a;
    border-radius: 0;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent)
}

.ui-icon-triangle-1-s {
    background-position: -62px -127px !important
}

.ui-icon-triangle-1-e {
    background-position: -33px -127px !important
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1.5em 2em 1em;
    border-top: 0;
    overflow: auto;
    font-size: 14px;
    border: none;
    background-color: #f5f5f5;
    left: 0
}

.ui-widget-content {
    background: #f5f5f5 !important
}

.modal-content {
    padding: 20px 10px !important
}

.modal-header {
    padding: 15px 0 !important;
    margin: 0 20px !important
}

.modal-header .close {
    margin-top: 0px !important;
    color: #fff !important
}

.modal-body {
    padding: 20px 15px !important
}

.tabs-container {
    margin-top: 15rem !important
}

.product-customization-item label {
    font-size: 13px !important
}

#customizationprices .product-message {
    color: #000000 !important;
    font-family: "Montserrat" !important
}

.preguntas-frecuentes .row {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.preguntas-frecuentes p,
.preguntas-frecuentes h4 {
    margin: 0 !important
}

.product-customization-item .pull-xs-right {
    float: left !important;
    color: #919191 !important
}

.google-login-bt,
.google-login-bt:hover,
.google-login-bt:active,
.google-login-bt:focus {
    background: #ff2d2d !important;
    border-color: #ff2d2d !important
}

.facebook-login-bt,
.facebook-login-bt:hover,
.facebook-login-bt:active,
.facebook-login-bt:focus {
    background: #4C68A2 !important;
    border-color: #4C68A2 !important
}

.pk-menu-horizontal .menu-dropdown {
    padding: 20px 10px 30px !important
}

.menu-dropdown h4 {
    padding: 5px !important
}

.menu-dropdown h4 {
    font-weight: 600 !important;
    letter-spacing: 0 !important
}

.block-promo {
    padding: 0 15px
}

#authentication #main {
    width: 50%;
    margin: 0 auto
}

#blockcart-modal .modal-header .modal-title {
    font-size: 18px
}

#blockcart-modal .modal-header {
    padding: 10px 30px !important;
    text-align: center
}

.free-shipping-from {
    text-align: center
}

.ets_crosssell_nav_tabs li.active a,
.ets_crosssell_nav_tabs.nav-tabs li.active a,
.ets_crosssell_nav_tabs.nav-tabs li.active a:hover {
    color: #000000 !important;
    font-size: 19px !important;
    text-transform: uppercase;
    font-weight: 700
}

.nav-tabs .nav-item {
    margin: 0;
    width: 33.33%;
    text-align: center
}

.tabs .tab-pane {
    padding-top: .75rem
}

#cart #main>.cart-grid .cart-grid-body .page-header {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important
}

#cart #main>.cart-grid .cart-grid-body .page-header h1 {
    color: #000 !important
}

#pksizeguide .cross {
    right: 25px
}

.cart-detailed-totals-wrap {
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125)
}

#cart .breadcrumb {
    display: none
}

#cart .product-line-grid-body>.product-line-info>a {
    font-size: 16px
}

#cart #main>.cart-grid .cart-grid-body {
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125)
}

#cart #main>.cart-grid .cart-grid-body .page-header {
    background-color: #3387F2;
    padding: 15px 15px
}

#cart #main>.cart-grid .cart-grid-body .page-header h1 {
    color: #fff;
    margin-bottom: 0
}

#cart #main>.cart-grid .cart-grid-right .card {
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125)
}

#pksizeguide {
    z-index: 99999;
    width: 600px
}

body {
    color: #0f0f0f
}

@media max-width: 1200px) {
    .container1200 {
        width: 100%
    }
}

.container1200 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.product_list .product-miniature {
    width: 20%;
    margin-right: 2.66%
}

.pk-aside.pk-shoppingcart header h3 {
    font-size: 21px;
    font-family: "Montserrat", sans-serif !important
}

.pk-aside.pk-shoppingcart .product-title {
    font-size: 12px;
    font-family: "Montserrat", sans-serif !important
}

.pk-aside.pk-shoppingcart .price {
    font-size: 18px
}

#blockcart-modal .modal-header {
    margin: 0 !important;
    padding: 15px 30px !important;
    background-color: #3387f2
}

#blockcart-modal .modal-header .modal-title {
    color: #fff;
    font-weight: 700
}

.ui-widget-content {
    z-index: 999999 !important;
    max-height: 250px;
    overflow: auto
}

.preguntas-frecuentes {
    padding-left: 0;
    padding-right: 0
}

.preguntas-frecuentes h2 {
    color: #000;
    text-align: center;
    font-size: 2.5em;
    padding: 80px 0 40px;
    margin-top: 20px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #999 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 16px !important;
    margin-top: 2px !important;
    padding: 10px 10px 10px 10px !important;
    min-height: 0 !important
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1.5em 2em 1em;
    border-top: 0;
    overflow: auto;
    font-size: 14px;
    border: none;
    left: 0
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0.5em !important;
    left: auto
}

.product-features>dl.data-sheet :nth-child(4n),
.product-features>dl.data-sheet :nth-child(4n-1),
.product-features>dl.data-sheet {
    background: none !important;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.6
}

.product-features h3,
#product-details .label {
    color: #fff
}

.product-features h6,
.product-features .product-manufacturer,
.product-features .product-quantities {
    display: none
}

#product .tab-content {
    border-top: 1px solid #e4e4e4
}

.product-description {
    max-width: 100%
}

.short-desc p {
    line-height: 24px;
    color: #999;
    font-size: 14px
}

.product-prices .tax-shipping-delivery-label {
    font-size: 13px;
    color: #666;
    display: block;
    font-weight: 400
}

#product .product-price {
    font-family: "Montserrat", sans-serif !important;
    font-style: normal
}

.#product h1 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 30px;
    font-weight: 600
}

.price {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800
}

.product-title {
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px;
    font-weight: 700
}

ul {
    list-style: none
}

.ets_crosssell_block {
    margin-top: 40px
}

.ets_crosssell_block ul {
    list-style: none
}

.ets_crosssell_nav_tabs li.active a,
.ets_crosssell_nav_tabs.nav-tabs li.active a,
.ets_crosssell_nav_tabs.nav-tabs li.active a:hover {
    color: #2fb5d2;
    font-size: 21px
}

.ets_crosssell_block .product_list .product-miniature {
    margin-right: 0 !important;
    padding: 0 15px
}

.thumbnail-container .product-description-short {
    display: none
}

.pk-aside {
    z-index: 9999999999
}

.modal-dialog {
    margin: 75px auto
}

.ares_white {
    background: url(/img/cms/bg_ares.jpg);
    background-repeat: repeat;
    background-size: auto;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.product_viedo {
    padding: 50px 0
}

.uno_producto {
    width: 53.5%
}

.dos_producto {
    width: 46.5%
}

.uno_producto img,
.dos_producto img,
.icon_product img {
    width: 100%;
    height: auto
}

.dos_producto img:first-child {
    margin-bottom: 14px
}

.bg_section2_product {
    background: url(/img/cms/HOME_WEB_2.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.bg_section2_product h2 {
    text-align: center;
    color: #000;
    font-size: 2.5em;
    padding: 80px 0 40px
}

.icon_product {
    display: flex;
    justify-content: center
}

.icon_product img {
    max-width: 263px
}

#main .tabs-container .nav-link h5 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: capitalize
}

.left-column-description-product h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1
}

.left-column-description-product {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 300
}

.right-column-description-product {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 300
}

.right-column-description-product p {
    margin-bottom: 1rem !important
}

.right-column-description-product p strong::before {
    content: "";
    position: absolute;
    left: -12px;
    width: 17px;
    height: 17px;
    font-size: 0;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/img/cms/tick.png);
    margin-top: 3px
}

.product-features>dl.data-sheet {
    background-color: #eee
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #fff
}

#main .tabs-container .nav-link h5 {
    color: #fff
}

.tabs-container {
    background: #000
}

.breadcrumb ol li::before,
.breadcrumb ol li a {
    color: #888
}

.product-brand {
    display: none !important
}

.cat_menu_thumb .svgic {
    width: 12px;
    height: 12px;
    color: #999
}

.catmenu-trigger {
    color: #999
}

.sidebar section ul li a {
    font-size: 12px;
    color: #999
}

.sidebar .module-title {
    border-bottom: 1px solid #e4e4e4 !important
}

.ps_categorytree .module-body {
    border-top: medium none !important
}

.categoria-home {
    overflow: hidden;
    border-radius: 5%;
    height: 250px;
    max-width: 250px;
    display: inline-block
}

.categoria-home .elementor-image-box-content {
    position: absolute;
    top: 50%;
    font-size: 2.5em
}

.categoria-home .elementor-image-box-content span {
    color: #fff !important
}

.overflow-hidden {
    overflow: hidden
}

.h1 {
    font-size: 2.5em;
    font-weight: 900
}

.pk-cookie-bar {
    background-color: #000;
    font-family: "Montserrat", sans-serif
}

.pk-cookie-bar a {
    margin-left: 0
}

.elementor-18010000 .elementor-element.elementor-element-57e92c37 #top-menu>li>a,
.elementor-18010000 .elementor-element.elementor-element-57e92c37 .pk-top-menu>li>a {
    font-weight: 700
}

.bold {
    text-weight: 700
}

.relative {
    position: relative !important
}

.fixed-top {
    position: fixed !important;
    top: 0;
    width: 100%
}

.customization_prices_table_block.desplegado {
    padding-bottom: 180px
}

#customizationprices .product-customization-item {
    float: right
}

.link-black a,
link-black {
    color: #000 !important
}

.customization_prices_table_block h4,
.customization_prices_table_block .table-responsive {
    display: none
}

#customizationprices {
    margin-top: 0;
    position: relative
}

#customizationprices h3 {
    display: none
}

#customizationprices .card-block {
    padding: 0
}

#customizationprices .card {
    border: none
}

#customizationprices .card-block ul {
    list-style: none
}

.customization_prices_table_block {
    box-shadow: none !important;
    padding-left: 0 !important
}

.product-customization {
    display: none
}

#customizationprices {
    display: none
}

#customizationprices {
    margin-top: -277px
}

#customizationprices h3 {
    display: none
}

#customizationprices .card-block {
    padding-top: 0
}

#customizationprices .card {
    border: none
}

.product-customization {
    display: none
}

#customizationprices {
    position: absolute;
    display: none;
    float: none !important;
    width: 100% !important
}

#open-modal-personalizacion {
    display: inline-block;
    margin-top: 14px;
    text-decoration: underline
}

.product-prices .product-price {
    color: #3387f2
}

body#product.desplegado .customization_prices_table_block {
    padding-bottom: 270px
}

body#product.desplegado #customizationprices #saveCustomization {
    margin-top: 70px
}

#saveCustomization {
    font-weight: 700;
    letter-spacing: 2px;
    padding: 8px 20px;
    height: 50px;
    position: absolute;
    bottom: -85px;
    left: 80px;
    opacity: 1;
    z-index: 9999;
    width: 250px
}

.bon-newsletter {
    background: url(../../../../modules/pkthemesettings/views/img/background_popup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.bon-newsletter .bonnewsletter_form fieldset {
    border: medium none
}

.bon-newsletter .btn-primary {
    color: #fff;
    background-color: #3387f2;
    padding: 10px 35px;
    line-height: 28px;
    border-color: transparent
}

.bon_newsletter_email {
    line-height: 1.85;
    border-radius: 0;
    background: #ebebeb;
    color: #acaaa6;
    padding: 8px 16pxpx;
    border: 1px solid transparent
}

.float-xs-right {
    float: right !important
}

.newsletter-content p {
    font-size: 20px;
    padding-bottom: 25px
}

.btn-red a {
    background-color: red !important;
    color: #fff !important;
    padding: 15px 18px !important
}

.menu-dropdown ul li {
    color: #54595f
}

.menu-dropdown h4 {
    color: #777;
    padding: 15px;
    border-bottom: 2px solid #e8e8e8;
    font-family: "Montserrat", sans-serif;
    ;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.5px;
    margin: 0 0 30px 0;
    text-align: left
}

.elementor-18010000 .elementor-element.elementor-element-57e92c37 #top-menu>li>a,
.elementor-18010000 .elementor-element.elementor-element-57e92c37 .pk-top-menu>li>a {
    text-transform: none
}

#pattern .page-width {
    max-width: 100%;
    width: 100%
}

.page-content .images-container {
    max-width: 800px;
    margin: 0 auto
}

.text-center {
    text-align: center
}

#footer a {
    color: #bdbdbd
}

.text-white,
.text-white h4 {
    color: #fff !important
}

.pb-200 {
    padding-bottom: 200px
}

.pb-100 {
    padding-bottom: 100px
}

.btn-red a {
    background-color: red !important;
    color: #fff !important;
    padding: 15px 18px !important
}

.pre_home {
    margin-top: 55% !important
}

.mt-10 {
    margin-top: 10px
}

.post-filter {
    border: 1px solid rgba(0, 0, 0, .07);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.5rem;
    list-style: none !important
}

.post-filter li {
    width: auto
}

.filter-layout img {
    max-width: 100%
}

.filter-layout .filter-item {
    margin-bottom: 20px
}

.gallery-section .post-filter li span {
    position: relative;
    display: block;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    background: #f2f2f2;
    padding: 15px 33px 14px 33px;
    text-align: center;
    margin: 0 1px;
    cursor: pointer;
    transition: all 500ms ease
}

.gallery-section .post-filter li.active span {
    background: #0B72B5;
    color: #fff;
    transition: all 500ms ease
}

.gallery-section {
    position: relative;
    padding: 0
}

.gallery-section .single-item-overlay .img-box img {
    width: 100%
}

.gallery-section .single-item-overlay .img-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    transform: scale(.7, 0);
    transition: .5s ease-in-out
}

.gallery-section .single-item:hover .img-box .overlay {
    transform: scale(1, 1);
    transition: .5s ease-in-out
}

.gallery-section .single-item-overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.gallery-section .single-item-overlay .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -20%;
    transition: .2s cubic-bezier(.4, 0, 1, 1);
    list-style: none;
    padding: 0;
    margin: 0
}

.gallery-section .single-item-overlay:hover .content {
    top: 0;
    transition: .5s cubic-bezier(.4, 0, 1, 1);
    transition-delay: .3s
}

.gallery-section .single-item-overlay .content li a {
    color: #222;
    display: inline-block;
    font-size: 24px;
    background: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    line-height: 65px
}

.gallery-section .single-item-overlay .content li a:hover {
    color: #0B72B5
}

.gallery-section .post-filter {
    position: relative;
    margin-bottom: 40px
}

.section-title h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 80px
}

.centred {
    text-align: center
}

.single-item-overlay {
    position: relative;
    margin-bottom: 25px
}

@media (min-width:1200px) {

    .bg_section2_product .container,
    .bg_section_product .container {
        width: 1200px;
        max-width: 100%
    }
}

@media (max-width:660px) {
    #cart .breadcrumb-bg {
        background-size: contain;
        background-image: url(https://n1gloves.com/img/breadcrumb/global.jpg) !important;
        min-height: 61px !important;
        margin-bottom: 25px !important;
        background-repeat: no-repeat
    }

    body#product,
    body#category,
    body#cms,
    body#checkout,
    body#cart,
    body#my-account,
    body#authentication,
    body#contact {
        margin-top: 0 !important
    }

    .ets_crosssell_block {
        max-height: 350px;
        overflow-y: auto
    }

    .product_list .product-miniature {
        width: 50%
    }

    body#product,
    body#category,
    body#cms,
    body#checkout,
    body#cart,
    body#my-account {
        margin-top: 0
    }

    .logo-top-checkout {
        margin-left: 0
    }

    #blockcart-modal .cart-content .btn {
        width: 100%
    }

    .personaliza_modal {
        margin: 10px 0
    }

    #zoid-paypal-buttons-uid_5cbc0fcec4_mtu6mzu6mtq>iframe {
        left: 29% !important
    }

    #authentication #main {
        width: 100%
    }

    #customizationprices .product-customization-item {
        margin: .5rem 0
    }

    .ares_white {
        padding: 50px 15px
    }

    .dos_producto,
    .uno_producto {
        width: 100%
    }

    .bg_section2_product h2 {
        line-height: 1
    }

    .tabs-container {
        padding: 15px
    }

    .tabs .nav-tabs {
        flex-direction: inherit
    }

    #main .tabs-container .nav-link h5 {
        font-size: 15px
    }

    .tabs-container {
        margin-top: 3rem !important
    }

    #blockcart-modal .modal-body {
        padding: 20px 35px !important
    }

    #blockcart-modal .modal-header .modal-title {
        font-size: 14px
    }
}

.elementor-element .slick-slider .slick-arrow:before {
    -webkit-mask-size: 50px !important;
    mask-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    background: #000 !important
}

.cart-summary-line.iva {
    display: none
}

.menu-item.item-line .html-block .menu_new {
    color: red;
    font-weight: 500;
    position: relative;
    top: -35px;
    right: 70px;
    left: auto !important;
    padding: 2px 0;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px
}

#product.product-id-111 select#group_13 option:last-child {
    display: none !important
}

.menu-item.item-line .html-block .menu_new3 {
    color: red;
    font-weight: 500;
    position: relative;
    top: -38px;
    right: 95px;
    left: auto !important;
    padding: 2px 0;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px
}

.menu-item.item-line .html-block .menu_new2 {
    color: red;
    font-weight: 500;
    position: relative;
    top: -50px;
    right: 7px;
    padding: 2px 0;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px
}

.menu-item.item-line .html-block .menu_new35 {
    color: red;
    font-weight: 500;
    position: relative;
    top: -51px;
    right: 50px;
    padding: 2px 0;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px
}

.menu-item.item-line .html-block .menu_new4 {
    color: red;
    font-weight: 500;
    position: relative;
    top: -37px;
    right: -47px;
    padding: 2px 0;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px
}

.menu-item.item-line .html-block .menu_new,
.menu-item.item-line .html-block .menu_new3,
.menu-item.item-line .html-block .menu_new35,
.menu-item.item-line .html-block .menu_new4,
.menu-item.item-line .html-block .menu_new2 {
    float: right
}

.lang-es .menu_tienda_5 ul li:nth-child(2) a::after,
.lang-es .menu_tienda_2 ul li:nth-child(2) a::after,
.lang-es .menu_tienda_2 ul li:nth-child(3) a::after,
.lang-es .menu_tienda_2 ul li:nth-child(4) a::after,
.lang-es .menu_tienda_4 ul li:nth-child(2) a::after,
.lang-es .menu_tienda_5 ul li:nth-child(5) a::after {
    color: red;
    content: "NUEVO";
    margin-left: 25px;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px
}

.lang-en .menu_tienda_5 ul li:nth-child(2) a::after,
.lang-en .menu_tienda_2 ul li:nth-child(2) a::after,
.lang-en .menu_tienda_2 ul li:nth-child(3) a::after,
.lang-en .menu_tienda_2 ul li:nth-child(4) a::after,
.lang-en .menu_tienda_4 ul li:nth-child(2) a::after,
.lang-en .menu_tienda_5 ul li:nth-child(5) a::after {
    color: red;
    content: "NEW";
    margin-left: 25px;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px
}

.lang-pt .menu_tienda_5 ul li:nth-child(2) a::after,
.lang-pt .menu_tienda_2 ul li:nth-child(2) a::after,
.lang-pt .menu_tienda_2 ul li:nth-child(3) a::after,
.lang-pt .menu_tienda_2 ul li:nth-child(4) a::after,
.lang-pt .menu_tienda_4 ul li:nth-child(2) a::after,
.lang-pt .menu_tienda_5 ul li:nth-child(5) a::after {
    color: red;
    content: "NOVO";
    margin-left: 25px;
    width: 75px;
    border: 1px solid red;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px
}

.pc-visible {
    display: block
}

.mobile-visible {
    display: hidden
}

@media (max-width:600px) {
    .pc-visible {
        display: hidden !important
    }

    .mobile-visible {
        display: block !important
    }
}