/** Shopify CDN: Minification failed

Line 4270:4 Expected ")" to end URL token
Line 19666:68 Expected identifier but found whitespace
Line 21024:4 Expected ")" to end URL token
Line 23599:2 Unexpected "{"
Line 23599:3 Expected identifier but found "%"
Line 23611:4 Unexpected "{"
Line 23611:5 Expected identifier but found "%"
Line 24452:4 Expected ")" to end URL token
Line 25791:4 Expected ")" to end URL token

**/
@charset "UTF-8";
    a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
p {
  font-weight:300;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.alignleft {
    float: left;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-right: 25px;
}
.alignright {
    float: right;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 25px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.title-uppercase {
    text-transform: uppercase;
}
.weight-bold {
    font-weight: 600;
}
.color-scheme-light {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light a {
    color: rgba(255, 255, 255, .9);
}
.color-scheme-light a:hover {
    color: #fff;
}
.color-scheme-light a:focus {
    color: #fff;
}
.color-scheme-light p {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light .widget-title, .color-scheme-light .widgettitle, .color-scheme-light h1, .color-scheme-light h2, .color-scheme-light h3, .color-scheme-light h4, .color-scheme-light h5, .color-scheme-light h6, .color-scheme-light label {
    color: #fff;
}
.color-scheme-light ul li {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light ul li a {
    color: rgba(255, 255, 255, .9);
}
.color-scheme-light ul li a:hover {
    color: #fff;
}
.color-scheme-light ul li a:focus {
    color: #fff;
}
.color-scheme-dark {
    color: rgba(0, 0, 0, .7);
}
.color-scheme-dark a {
    color: rgba(0, 0, 0, .8);
}
.color-scheme-dark a:hover {
    color: #000;
}
.color-scheme-dark a:focus {
    color: #000;
}
.color-scheme-dark p {
    color: rgba(0, 0, 0, .7);
}
.color-scheme-dark .widget-title, .color-scheme-dark .widgettitle, .color-scheme-dark h1, .color-scheme-dark h2, .color-scheme-dark h3, .color-scheme-dark h4, .color-scheme-dark h5, .color-scheme-dark h6, .color-scheme-dark label {
    color: #000;
}
.color-scheme-dark ul li {
    color: rgba(0, 0, 0, .8);
}
.color-scheme-dark ul li a {
    color: rgba(0, 0, 0, .8);
}
.color-scheme-dark ul li a:hover {
    color: #000;
}
.color-scheme-dark ul li a:focus {
    color: #000;
}
.color-primary {
    color: #1aada3;
}
.color-alt {
    color: #fbbc34;
}
.color-black {
    color: #000;
}
.color-white {
    color: #fff;
}
.font-alt {
    font-family: Courgette, "Comic Sans MS", cursive;
}
.position-relative {
    position: relative;
}
.z-index-h {
    z-index: 35;
}
.clear {
    clear: both;
    width: 100%}
.cursor-pointer {
    cursor: pointer;
}
.parallax-bg {
    background-attachment: fixed!important;
    background-position: center center!important;
}
.parallax-bg>.gl_column-inner {
    background-attachment: fixed!important;
    background-position: center center!important;
}
body .basel-parallax {
    background-attachment: fixed;
    background-size: cover!important;
}
body .basel-parallax>.gl_column-inner {
    background-attachment: fixed;
    background-size: cover!important;
}
.basel-tooltip {
    text-align: center;
    position: relative;
}
.basel-tooltip .basel-tooltip-label {
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: .3px;
    visibility: hidden;
    white-space: nowrap;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-tooltip .basel-tooltip-label:before {
    content: "";
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    color: transparent;
    font-size: 16px;
    font-family: FontAwesome;
    line-height: 5px;
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -sand-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-tooltip .basel-tooltip-label {
    bottom: 130%;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -sand-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.basel-tooltip:hover .basel-tooltip-label {
    background-color: #000;
    color: #fff;
    visibility: visible;
    top: auto;
    bottom: 115%;
    left: 50%;
    right: auto;
}
.basel-tooltip:hover .basel-tooltip-label:before {
    /* color: #000; */
}
.wp-caption {
    background: 0 0;
    border: none;
    margin-bottom: 20px;
    padding: 0;
}
.wp-caption.alignleft {
    margin-top: 3px;
    margin-right: 25px;
}
.wp-caption.alignright {
    margin-top: 3px;
    margin-left: 25px;
}
.wp-caption.aligncenter {
    margin: 0 auto;
    margin-top: 3px;
}
.wp-caption .wp-caption-text, .wp-caption-dd {
    line-height: 1.6;
    font-style: italic;
    padding: 5px 10px 5px 0;
    opacity: .8;
}
.gallery .gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: auto;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 14px);
    max-width: calc(50% - 14px);
    width: auto;
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 11px);
    max-width: calc(33.3% - 11px);
    width: auto;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 9px);
    max-width: calc(25% - 9px);
    width: auto;
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 8px);
    max-width: calc(20% - 8px);
    width: auto;
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 7px);
    max-width: calc(16.7% - 7px);
    width: auto;
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 7px);
    max-width: calc(14.28% - 7px);
    width: auto;
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 6px);
    max-width: calc(12.5% - 6px);
    width: auto;
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 6px);
    max-width: calc(11.1% - 6px);
    width: auto;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n-1), .gallery-columns-3 .gallery-item:nth-of-type(3n-2), .gallery-columns-4 .gallery-item:nth-of-type(4n-3), .gallery-columns-5 .gallery-item:nth-of-type(5n-4), .gallery-columns-6 .gallery-item:nth-of-type(6n-5), .gallery-columns-7 .gallery-item:nth-of-type(7n-6), .gallery-columns-8 .gallery-item:nth-of-type(8n-7), .gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
    margin-left: 12px;
}
.gallery .gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%}
.gallery .gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
.bypostauthor cite span {
    font-size: 11px;
    font-size: .785714286rem;
    line-height: 1.428571429;
    font-weight: 400;
    color: #fff;
    background-repeat: repeat-x;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}
.comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: .357142857rem;
    padding: 2px 5px;
    padding: .142857143rem .357142857rem;
    font-size: 10px;
    font-size: .714285714rem;
}
.comments-area .bypostauthor cite b {
    font-weight: 700;
}
.comment-content img, .entry-content img, .entry-summary img, .wp-caption {
    max-width: 100%}
@keyframes load-spin {
    100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-o-keyframes load-spin {
    100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-ms-keyframes load-spin {
    100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes load-spin {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-moz-keyframes load-spin {
    100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes fade-in {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-webkit-keyframes fade-in {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-moz-keyframes fade-in {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-ms-keyframes fade-in {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}body {
    font-family: Karla, Arial, Helvetica, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #4c4c4c;
    line-height: 1.2;
    font-size: 14px;
}
.website-wrapper {
    background-color: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-page-wrapper {
    position: relative;
    background: #fff;
    z-index: 1;
}
p {
    margin-bottom: 20px;
    line-height: 1.5;
}
a {
    color: #202020;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
}
.title, h1, h2, h3, h4, h5, h6 {
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #1b1919;
    margin-bottom: 20px;
    line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 12px;
}
label {
    display: block;
    font-size: 14px;
    color: #1b1919;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
}
em {
    font-style: italic;
}
big {
    font-size: larger;
}
abbr {
    color: #da6972;
}
.required {
    color: #e01020;
    font-size: 16px;
    border: none;
}
dl {
    margin-bottom: 20px;
}
strong {
    font-weight: 700;
}
small {
    font-size: 80%}
mark {
    display: inline-block;
    padding: 2px 4px;
    background-color: #f9f9f9;
}
code, ins, kbd {
    padding: 2px 5px;
}
pre {
    padding: 20px 30px;
    margin-bottom: 20px;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}
sub, sup {
    font-size: 12px;
}
var {
    font-style: italic;
}
hr {
    width: 35px;
    border-top: 1px solid rgba(27, 27, 27, .6);
    margin-top: 0;
    margin-bottom: 20px;
}
.color-scheme-light hr {
    border-color: rgba(255, 255, 255, .45);
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
blockquote {
    text-align: left;
    font-size: 17px;
    margin-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #1aada3;
    color: #3a3a3a;
}
blockquote p {
    margin-bottom: 10px;
    font-size: 17px;
}
blockquote footer:before {
    color: #1aada3;
}
blockquote cite, blockquote cite a {
    font-weight: 700;
    color: #1aada3;
    font-size: 14px;
}
.color-scheme-light blockquote {
    border-color: rgba(255, 255, 255, .7);
}
.color-scheme-light blockquote footer:before {
    border-color: rgba(255, 255, 255, .7);
}
.color-scheme-light blockquote cite, .color-scheme-light blockquote cite a {
    color: #fff;
}
cite {
    font-style: italic;
}
address {
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
}
fieldset {
    border: 2px solid #e6e6e6;
    padding: 20px 40px;
    margin-bottom: 20px;
}
fieldset legend {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: Karla, Arial, Helvetica, sans-serif;
    width: auto;
    padding: 0 15px;
    color: #3b3b3b;
    letter-spacing: .3px;
}
a[href^=tel] {
    color: #1aada3;
}
a[href^=tel]:focus, a[href^=tel]:hover {
    color: #000;
}
.color-scheme-light a[href^=tel]:focus, .color-scheme-light a[href^=tel]:hover {
    color: #fff;
}
.blog-post-loop .entry-content ol, .blog-post-loop .entry-content ul, .comments-area .comment-list li ol, .comments-area .comment-list li ul, .single-product-content #tab-description ol, .single-product-content #tab-description ul, .single-product-content div[itemprop=description] ol, .single-product-content div[itemprop=description] ul {
    margin-bottom: 20px;
}
.blog-post-loop .entry-content ul, .comments-area .comment-list li ul, .single-product-content #tab-description ul, .single-product-content div[itemprop=description] ul {
    padding-left: 40px;
}
.blog-post-loop .entry-content ul>li, .comments-area .comment-list li ul>li, .single-product-content #tab-description ul>li, .single-product-content div[itemprop=description] ul>li {
    position: relative;
}
.blog-post-loop .entry-content ul>li:before, .comments-area .comment-list li ul>li:before, .single-product-content #tab-description ul>li:before, .single-product-content div[itemprop=description] ul>li:before {
    content: "\f105";
    color: #1aada3;
    opacity: .7;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -20px;
}
.blog-post-loop .entry-content ol, .comments-area .comment-list li ol, .single-product-content #tab-description ol, .single-product-content div[itemprop=description] ol {
    list-style: decimal;
    padding-left: 40px;
}
.blog-post-loop .entry-content li, .comments-area .comment-list li li, .single-product-content #tab-description li, .single-product-content div[itemprop=description] li {
    line-height: 1.8;
}
.blog-post-loop .entry-content li>ol, .blog-post-loop .entry-content li>ul, .comments-area .comment-list li li>ol, .comments-area .comment-list li li>ul, .single-product-content #tab-description li>ol, .single-product-content #tab-description li>ul, .single-product-content div[itemprop=description] li>ol, .single-product-content div[itemprop=description] li>ul {
    margin-bottom: 0;
}
.type-page .entry-content>ol, .type-page .entry-content>ul {
    margin-bottom: 20px;
}
.type-page .entry-content>ol li, .type-page .entry-content>ul li {
    line-height: 1.8;
}
.type-page .entry-content>ol li>ol, .type-page .entry-content>ol li>ul, .type-page .entry-content>ul li>ol, .type-page .entry-content>ul li>ul {
    padding-left: 40px;
    margin-bottom: 0;
}
.type-page .entry-content>ul {
    padding-left: 40px;
}
.type-page .entry-content>ul li {
    position: relative;
}
.type-page .entry-content>ul li:before {
    content: "\f105";
    color: #1aada3;
    opacity: .7;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -20px;
}
.type-page .entry-content>ol li {
    list-style: decimal;
}
.type-page .entry-content>ol li:before {
    content: none;
}
.type-page .entry-content>dl {
    margin: 0 20px;
    line-height: 1.7;
}
.type-page .entry-content>dl dd {
    margin-bottom: 20px;
}
.type-page .entry-content>dl dt {
    font-weight: bolder;
}
.main-header {
    width: 100%;
    margin-bottom: 40px;
}
.main-header .wrapp-header {
    display: table;
    width: 100%}
.main-header .main-nav, .main-header .right-column, .main-header .site-logo, .main-header .widgetarea-head {
    display: table-cell;
    vertical-align: middle;
}
.main-header .right-column {
    padding-left: 0px;
  width:100%;
}
.main-header .site-logo {
    padding-right: 15px;
}
.main-header .site-logo img {
    padding-bottom: 10px;
    padding-top: 10px;
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.main-header .sidebar-widget {
    margin-bottom: 0;
}
.main-header .widgetarea-head {
    padding: 10px 15px;
}
.main-header.header-base, .main-header.header-categories, .main-header.header-logo-center {
    border-bottom: none;
}
.main-header.header-has-no-bg.act-scroll {
    border: none;
    box-shadow: 0 1px 5px rgba(190, 190, 190, .5);
    background-color: #fff;
}
.main-header.header-has-no-bg.color-scheme-light.act-scroll {
    border: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, .9);
}
.main-header.header-has-bg.act-scroll {
    border: none;
    box-shadow: none;
}
.color-scheme-light .widgetarea-head {
    color: rgba(255, 255, 255, .9);
}
.color-scheme-light .widgetarea-head p {
    color: rgba(255, 255, 255, .9);
}
.color-scheme-light .widgetarea-head a, .color-scheme-light .widgetarea-head ul li a {
    color: rgba(255, 255, 255, .9);
}
.color-scheme-light .widgetarea-head a:hover, .color-scheme-light .widgetarea-head ul li a:hover {
    color: rgba(255, 255, 255, .7);
}
.header-full-width .main-header .navigation-wrap>.container, .header-full-width .main-header .secondary-header>.container, .header-full-width .main-header>.container, .header-full-width .single-breadcrumbs-wrapper>.container, .header-full-width .sticky-header>.container, .header-full-width .topbar-wrapp>.container {
    width: 95%}
.navigation-wrap {
    border-top: 1px solid rgba(168, 168, 168, .2);
    border-bottom: 1px solid rgba(168, 168, 168, .2);
    position: relative;
}
.color-scheme-light .navigation-wrap {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header-base .main-nav {
    display: block;
}
.header-categories, .header-simple {
    position: relative;
}
.header-categories .main-nav .menu>li.menu-item-design-full-width>.sub-menu-dropdown, .header-simple .main-nav .menu>li.menu-item-design-full-width>.sub-menu-dropdown {
    top: 120%}
.header-categories .main-nav .menu>li.menu-item-design-full-width.item-event-click.item-menu-opened>.sub-menu-dropdown, .header-categories .main-nav .menu>li.menu-item-design-full-width.item-event-hover:hover>.sub-menu-dropdown, .header-simple .main-nav .menu>li.menu-item-design-full-width.item-event-click.item-menu-opened>.sub-menu-dropdown, .header-simple .main-nav .menu>li.menu-item-design-full-width.item-event-hover:hover>.sub-menu-dropdown {
    top: 100%}
.header-categories .main-nav .menu>li>.sub-menu-dropdown, .header-simple .main-nav .menu>li>.sub-menu-dropdown {
    top: 100%}
.header-categories .main-nav .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .header-categories .main-nav .menu>li.item-event-hover:hover>.sub-menu-dropdown, .header-simple .main-nav .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .header-simple .main-nav .menu>li.item-event-hover:hover>.sub-menu-dropdown {
    top: 80%}
.basel-header-overlap .main-header:not(.header-split) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 350;
    border-bottom: none;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.basel-header-overlap .main-header:not(.header-split) .site-logo img {
    -webkit-transition: max-height .2s ease;
    transition: max-height .2s ease;
}
.basel-header-overlap .main-header:not(.header-split) .main-nav .menu>li:not(.callto-btn)>a {
    -webkit-transition: height .15s ease-in-out, line-height .15s ease-in-out, color .2s ease;
    -moz-transition: height .15s ease-in-out, line-height .15s ease-in-out, color .2s ease;
    -o-transition: height .15s ease-in-out, line-height .15s ease-in-out, color .2s ease;
    transition: height .15s ease-in-out, line-height .15s ease-in-out, color .2s ease;
}
.basel-header-overlap .main-header:not(.header-split) .main-nav .menu>li:not(.callto-btn)>.sub-menu-dropdown {
    top: 120%}
.basel-header-overlap .main-header:not(.header-split) .main-nav .menu>li:not(.callto-btn).item-event-click.item-menu-opened>.sub-menu-dropdown, .basel-header-overlap .main-header:not(.header-split) .main-nav .menu>li:not(.callto-btn).item-event-hover:hover>.sub-menu-dropdown {
    top: 100%}
.basel-header-overlap .main-header:not(.header-split) .right-column .header-links {
    padding-right: 0;
    border: none;
    -webkit-transition: height .15s ease-in-out, line-height .15s ease-in-out, color .2s ease;
    -moz-transition: height .15s ease-in-out, line-height .15s ease-in-out, color .2s ease;
    -o-transition: height .15s ease-in-out, line-height .15s ease-in-out, color .2s ease;
    transition: height .15s ease-in-out, line-height .15s ease-in-out, color .2s ease;
}
.basel-header-overlap .main-header:not(.header-split).act-scroll {
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}
.basel-header-overlap .main-header:not(.header-split).act-scroll .main-nav .menu>li>a {
    -webkit-transition: height .25s ease-in-out, line-height .25s ease-in-out, color .2s ease;
    -moz-transition: height .25s ease-in-out, line-height .25s ease-in-out, color .2s ease;
    -o-transition: height .25s ease-in-out, line-height .25s ease-in-out, color .2s ease;
    transition: height .25s ease-in-out, line-height .25s ease-in-out, color .2s ease;
}
.basel-header-overlap .main-header:not(.header-split).act-scroll .site-logo img {
    -webkit-transition: max-height .25s ease;
    -moz-transition: max-height .25s ease;
    -o-transition: max-height .25s ease;
    transition: max-height .25s ease;
}
.basel-header-overlap .main-header:not(.header-split).act-scroll .right-column .header-links {
    -webkit-transition: height .25s ease-in-out, line-height .25s ease-in-out, color .2s ease;
    -moz-transition: height .25s ease-in-out, line-height .25s ease-in-out, color .2s ease;
    -o-transition: height .25s ease-in-out, line-height .25s ease-in-out, color .2s ease;
    transition: height .25s ease-in-out, line-height .25s ease-in-out, color .2s ease;
}
.basel-header-overlap .main-header:not(.header-split).color-scheme-light.act-scroll {
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.basel-header-overlap .main-header:not(.header-split).color-scheme-light .right-column .header-links {
    border: none;
}
.basel-header-overlap .page-title {
    margin-top: 0;
}
.basel-header-overlap .title-size-small {
    padding: 95px 0 50px 0;
}
.basel-header-overlap .title-size-default {
    padding: 140px 0 100px 0;
}
.basel-header-overlap .title-size-large {
    padding: 175px 0;
}
.basel-header-overlap.basel-top-bar-on .main-header {
    top: 42px;
}
.enable-sticky-header.basel-header-overlap .header-spacing {
    display: none;
}
.enable-sticky-header.basel-header-overlap .main-header {
    position: fixed;
}
.enable-sticky-header.basel-header-overlap.admin-bar .main-header {
    top: 32px;
}
.enable-sticky-header.basel-header-overlap.basel-top-bar-on .main-header {
    position: absolute;
    top: 42px;
}
.enable-sticky-header.basel-header-overlap.basel-top-bar-on .main-header.act-scroll {
    position: fixed;
    top: 0;
}
.enable-sticky-header.basel-header-overlap.basel-top-bar-on.admin-bar .main-header.act-scroll {
    top: 32px;
}
.header-shop {
    position: relative;
}
.header-shop .main-nav {
    padding-right: 15px;
}
.header-shop .main-nav .menu>li>a {
    position: relative;
    -webkit-transition: height .15s ease, line-height .15s ease, color .3s ease;
    transition: height .15s ease, line-height .15s ease, color .3s ease;
}
.header-shop .main-nav .menu>li.menu-item-design-full-width>.sub-menu-dropdown {
    top: 120%}
.header-shop .main-nav .menu>li.menu-item-design-full-width.item-event-click.item-menu-opened>.sub-menu-dropdown, .header-shop .main-nav .menu>li.menu-item-design-full-width.item-event-hover:hover>.sub-menu-dropdown {
    top: 100%}
.header-shop .main-nav .menu>li>.sub-menu-dropdown {
    top: 100%}
.header-shop .main-nav .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .header-shop .main-nav .menu>li.item-event-hover:hover>.sub-menu-dropdown {
    top: 80%}
.header-shop .site-logo {
    padding-left: 15px;
    text-align: center;
}
.header-shop .site-logo img {
    display: inline-block;
    -webkit-transition: max-height .15s ease;
    transition: max-height .15s ease;
}
.header-shop .right-column .header-links {
    border-right: 2px solid #f5f5f5;
    padding-right: 35px;
    margin-right: 15px;
    -webkit-transition: height .15s ease, line-height .15s ease, color .3s ease;
    transition: height .15s ease, line-height .15s ease, color .3s ease;
}
.header-shop .right-column .header-links li a {
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
}
.header-shop.act-scroll .main-nav .menu>li>a {
    -webkit-transition: height .3s ease 50ms, line-height .3s ease 50ms, color .3s ease;
    transition: height .3s ease 50ms, line-height .3s ease 50ms, color .3s ease;
}
.header-shop.act-scroll .site-logo img {
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
}
.header-shop.act-scroll .right-column .header-links {
    -webkit-transition: height .3s ease 50ms, line-height .3s ease 50ms;
    transition: height .3s ease 50ms, line-height .3s ease 50ms;
}
.header-shop.color-scheme-light.act-scroll {
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}
.header-shop.color-scheme-light .right-column .header-links {
    border-right: 2px solid rgba(245, 245, 245, .2);
}
.header-split {
    position: relative;
}
.header-split .wrapp-header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-transition: min-height .15s ease;
    transition: min-height .15s ease;
}
.header-split .wrapp-header .main-nav {
    text-align: center;
}
.header-split .main-nav {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.header-split .main-nav .menu>li>a {
    line-height: 40px;
    height: 40px;
}
.header-split .main-nav .menu>li>.sub-menu-dropdown {
    top: 120%}
.header-split .main-nav .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .header-split .main-nav .menu>li.item-event-hover:hover>.sub-menu-dropdown {
    top: 100%}
.header-split .main-nav .menu .menu-item .sub-menu-dropdown:after {
    height: 25px;
}
.header-split .main-nav .menu .callto-btn.menu-item-design-default .sub-menu-dropdown, .header-split .main-nav .menu .callto-btn.menu-item-design-sized .sub-menu-dropdown {
    margin-top: 0;
}
.header-split .main-nav .menu .menu-item-design-default .sub-menu-dropdown, .header-split .main-nav .menu .menu-item-design-sized .sub-menu-dropdown {
    margin-top: 25px;
}
.header-split .main-nav .sub-menu-dropdown:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%}
.header-split .right-column {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.header-split .right-column .shopping-cart .dropdown-wrap-cat {
    top: 130%;
    padding-top: 30px;
}
.header-split .right-column .shopping-cart:hover .dropdown-wrap-cat {
    top: 100%}
.header-split .basel-search-dropdown .basel-search-wrapper {
    right: auto;
    left: -24px;
    top: 130%!important;
}
.header-split .basel-search-dropdown:hover {
    top: 100%!important;
}
.header-split .left-side {
    text-align: left;
    padding-left: 0;
    padding-right: 15px;
}
.header-split .left-side>div {
    margin-left: 0;
    margin-right: 10px;
}
.header-split .left-side>div:last-child {
    margin-right: 10px;
}
.header-split .site-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    width: auto;
    padding: 0;
}
.header-split .site-logo img {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: max-height .15s ease;
    transition: max-height .15s ease;
}
.header-split.menu-calculated .main-nav {
    opacity: 1;
    visibility: visible;
}
.header-split.act-scroll .wrapp-header {
    -webkit-transition: min-height .3s ease 50ms;
    transition: min-height .3s ease 50ms;
}
.header-split.act-scroll .site-logo img {
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
}
.header-split.act-scroll .main-nav .menu .menu-item .sub-menu-dropdown:after {
    height: 15px;
}
.header-split.act-scroll .main-nav .menu .menu-item-design-default .sub-menu-dropdown, .header-split.act-scroll .main-nav .menu .menu-item-design-sized .sub-menu-dropdown {
    margin-top: 15px;
}
.header-split.act-scroll .main-nav .menu .callto-btn.menu-item-design-default .sub-menu-dropdown, .header-split.act-scroll .main-nav .menu .callto-btn.menu-item-design-sized .sub-menu-dropdown {
    margin-top: 0;
}
.header-split.act-scroll .right-column .shopping-cart .dropdown-wrap-cat {
    padding-top: 20px;
}
.basel-header-overlap .header-split {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 350;
    border-bottom: none;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
}
.basel-header-overlap .header-split .wrapp-header {
    -webkit-transition: min-height .15s ease;
    transition: min-height .15s ease;
}
.basel-header-overlap .header-split .site-logo img {
    -webkit-transition: max-height .15s ease;
    transition: max-height .15s ease;
}
.basel-header-overlap .header-split.act-scroll {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.sticky-header-prepared .header-shop, .sticky-header-prepared .header-split, .sticky-header-prepared.nathan-header-overlap .main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 350;
}
.sticky-header-prepared.admin-bar .header-shop, .sticky-header-prepared.admin-bar .header-split {
    top: 32px;
}
.sticky-header-prepared.basel-top-bar-on .header-shop, .sticky-header-prepared.basel-top-bar-on .header-split {
    position: absolute;
    top: 42px;
}
.sticky-header-prepared.basel-top-bar-on .header-shop.act-scroll, .sticky-header-prepared.basel-top-bar-on .header-split.act-scroll {
    position: fixed;
    top: 0;
}
.sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop.act-scroll, .sticky-header-prepared.basel-top-bar-on.admin-bar .header-split.act-scroll {
    position: fixed;
    top: 32px;
}
.global-header-logo-center .sticky-header>.container:after, .global-header-logo-center .sticky-header>.container:before {
    display: none;
}
.header-logo-center .main-nav {
    display: block;
}
.header-logo-center .widgetarea-head {
    padding-left: 0;
}
.header-logo-center .site-logo {
    padding-left: 15px;
    text-align: center;
}
.header-categories {
    padding-bottom: 0px;
}
.header-categories .main-nav .menu li.menu-item-design-full-width>.sub-menu-dropdown {
    margin-top: -78px;
}
.header-categories .secondary-header {
    position: relative;
}
.header-categories .secondary-header>.container {
    display: table;
}
.header-categories .secondary-header .mega-navigation {
    display: table-cell;
    width: 27.5%;
    vertical-align: middle;
}
.header-categories .secondary-header .mega-navigation.opened-menu .categories-menu-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%}
.header-categories .secondary-header .mega-navigation.opened-menu .menu-opener {
    cursor: default;
}
.header-categories .secondary-header .mega-navigation.show-on-hover:hover>.categories-menu-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%}
.header-categories .secondary-header .mega-navigation.show-on-hover:hover .arrow-opener {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -sand-transform: rotate(-180deg);
}
.header-categories .menu-opener {
    position: relative;
    z-index: 299;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    letter-spacing: .3px;
    font-weight: 700;
    color: #fff;
    padding: 22px 0 22px 20px;
    background-color: rgba(0, 0, 0, .23);
}
.header-categories .burger-icon {
    display: none;
}
.header-categories .arrow-opener {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.header-categories .arrow-opener:after {
    content: "\f107";
    font-size: 14px;
    line-height: 14px;
    font-family: FontAwesome;
}
.header-categories .search-extended {
    width: 100%;
   
    vertical-align: middle;
    padding-left: 20px;
}
.header-categories .search-extended input[type=text] {
    box-shadow: none;
}
.header-menu-top {
    padding: 0;
}
.header-menu-top .navigation-wrap {
    border: none;
    margin-top: 0;
}
.header-menu-top .navigation-wrap>.container {
    display: table;
}
.header-menu-top .widgetarea-head {
    padding-left: 15px;
    padding-right: 15px;
}
.header-menu-top .social-icons li {
    margin-right: 7px;
    margin-left: 7px;
}
.header-menu-top .mobile-nav-icon {
    float: left;
    margin-left: 0;
}
.header-menu-top .site-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-menu-top .site-logo img {
    width: 100%;
    display: inline-block;
    max-height: none;
}
.header-menu-top.act-scroll.header-has-no-bg {
    box-shadow: none;
}
.header-menu-top.act-scroll .site-logo img {
    max-height: none;
}
.header-menu-top.header-has-no-bg .navigation-wrap {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(190, 190, 190, .35);
}
.header-menu-top.header-has-bg .navigation-wrap {
    background-color: inherit;
    box-shadow: none;
}
.right-column {
    text-align: right;
}
.right-column .shopping-cart .dropdown-wrap-cat {
    padding-top: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.right-column .shopping-cart .dropdown-wrap-cat.display-widget {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    top: 100%}
.right-column .shopping-cart .dropdown-cat {
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    width: 320px;
    color: #3c3c3c;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.right-column .shopping-cart:hover>.dropdown-wrap-cat {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    top: 100%}
.right-column .search-button {
    position: relative;
}
.right-column .search-button a {
    display: inline-block;
    text-align: center;
}
.right-column .search-button a i:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}
.right-column .wishlist-info-widget {
    position: relative;
    margin-right: 6px;
    text-align: center;
}
.right-column .wishlist-info-widget>a {
    font-size: 0;
    width: 30px;
    display: inline-block;
}
.right-column .wishlist-info-widget>a:after, .right-column .wishlist-info-widget>a:before {
    font-size: 20px;
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.right-column .wishlist-info-widget>a:before {
    content: "\f08a";
font-size:24px}
.right-column .wishlist-info-widget>a:after {
    content: "\f004";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.right-column .wishlist-info-widget>a>span {
    padding: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #1aada3;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    color: #fff;
    top: -2px;
    left: 20px;
}
.right-column .wishlist-info-widget>a:hover {
    text-decoration: none;
}
.right-column .wishlist-info-widget>a:hover:after {
    opacity: 1;
}
.right-column .wishlist-info-widget>a:hover:before {
    opacity: 0;
}
.right-column .header-links {
    position: relative;
    height: 30px;
    line-height: 30px;
}
.right-column .header-links li {
    display: inline-block;
    margin-left: -2px;
}
.right-column .header-links li a {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
.right-column .header-links li a:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #919191;
    transition: width .2s ease;
}
.right-column .header-links li a:hover {
    text-decoration: none;
}
.right-column .header-links li a:hover:after {
    width: 100%;
    left: 0;
}
.color-scheme-light .right-column .header-links li a:after {
    background-color: #fff;
}
.right-column .header-links li a {
    font-style: italic;
    font-size: 13px;
}
.right-column .header-links li:after {
    content: "/";
    line-height: 0;
    display: inline-block;
    padding: 7px;
}
.right-column .header-links li:last-child:after {
    content: none;
}
.right-column .mobile-nav-icon {
    display: none;
}
.right-column>div {
    display: inline-block;
 
    vertical-align: middle;
}
.right-column>div a, .right-column>div ul li a {
    color: rgba(0, 0, 0, .9);
}
.right-column>div:first-child {
    margin-left: 0;
  margin-right:15px;
  
}
.color-scheme-light .right-column a {
    color: #fff;
}
.color-scheme-light .right-column a:hover {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light .right-column .search-button a:after, .color-scheme-light .right-column .search-button a:before {
    background-color: #fff;
    height: 2px;
}
.color-scheme-light .right-column .basel-burger, .color-scheme-light .right-column .basel-burger:after, .color-scheme-light .right-column .basel-burger:before {
    background-color: rgba(255, 255, 255, .9);
}
.mobile-nav-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.mobile-nav-icon .basel-burger {
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
}
.mobile-nav-icon .basel-burger, .mobile-nav-icon .basel-burger::after, .mobile-nav-icon .basel-burger::before {
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #26336F;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.mobile-nav-icon .basel-burger::after, .mobile-nav-icon .basel-burger::before {
    position: absolute;
    content: "";
    left: 0;
}
.mobile-nav-icon .basel-burger::before {
    top: -6px;
}
.mobile-nav-icon .basel-burger::after {
    top: 6px;
}
.shopping-cart {
    position: relative;
}
.shopping-cart>a {
    display: inline-block;
    text-align: center;
}
.shopping-cart>a:before {
    content: "\f07a";
    display: inline-block;
    font-size: 0px;
    vertical-align: middle;
    font-family: FontAwesome;
    line-height: 30px;
    height: 30px;
    width: 30px;
}
.shopping-cart>a>span {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    line-height: 30px;
}
.shopping-cart>a>span:not(.basel-cart-totals) {
    display: none;
}
.shopping-cart>a .amount {
    font-weight: 500;
    color: #073080;
    letter-spacing: 0.5px;
}
.shopping-cart>a:hover {
    text-decoration: none;
}
.shopping-cart .dropdown-wrap-cat {
    right: -21px;
}
.shopping-cart.basel-cart-alt>a:before {
    content: "\f290";
display:none;}
.basel-cart-design-2>a, .basel-cart-design-3>a {
    position: relative;
    text-align: center;
}
.basel-cart-design-2>a .basel-cart-number, .basel-cart-design-3>a .basel-cart-number {
    padding: 0;
    margin-left: 0;
    font-size: 10px;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent !important;
    position: absolute;
    bottom: 5px;
    left: 7px;
    right: 0px;
}
.basel-cart-design-2>a .basel-cart-subtotal, .basel-cart-design-3>a .basel-cart-subtotal {
    margin-left: 15px;
    font-size: 12px;
}
.basel-cart-design-2>a .subtotal-divider, .basel-cart-design-3>a .subtotal-divider {
    display: none;
}
.basel-cart-design-3>a .basel-cart-subtotal {
    display: none;
}
.icons-design-line .search-button a i:before {
    content: "\e090";
    font-family: Simple-Line-Icons;
}
.icons-design-line .wishlist-info-widget>a:before {
    content: "\e08a";
    font-family: Simple-Line-Icons;
}
.icons-design-line .shopping-cart>a:before {
    content: "\e04e";
    font-family: Simple-Line-Icons;
}
.icons-design-line .shopping-cart.basel-cart-alt>a:before {
    
    background-image:  url( 'https://cdn.shopify.com/s/files/1/2912/7722/t/3/assets/SHOPPING-BAG.png?2865490233044962461');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 350;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 1px 5px rgba(190, 190, 190, .5);
    -webkit-transition: transform .25s ease, opacity .1s ease, visibility .1s ease;
    transition: transform .25s ease, opacity .1s ease, visibility .1s ease;
    background-color: #fff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.sticky-header>.container {
    display: table;
}
.sticky-header .main-nav, .sticky-header .right-column, .sticky-header .site-logo {
    display: table-cell;
    vertical-align: middle;
}
.sticky-header .site-logo img {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sticky-header .main-nav {
    text-align: center;
}
.sticky-header .right-column .header-links {
    display: none;
}
.sticky-header .basel-search-full-screen .basel-search-wrapper {
    height: 100vh;
    transition: opacity .25s ease-in-out, height .25s ease-in-out, visibility .25s, transform .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out, height .25s ease-in-out, visibility .25s, transform .25s ease-in-out;
}
.sticky-header .basel-search-full-screen .basel-search-inner .basel-close-search {
    bottom: 90px;
}
.sticky-header.act-scroll {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.sticky-header.color-scheme-light {
    background-color: rgba(0, 0, 0, .9);
    box-shadow: none;
}
.admin-bar .sticky-header .basel-search-full-screen .basel-search-wrapper {
    margin-top: -32px;
}
.sticky-navigation-only.sticky-header-prepared .main-header {
    margin-top: -40px;
}
.sticky-navigation-only.sticky-header-prepared .main-header .navigation-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 350;
}
.document-ready .cart-widget-side {
    display: block;
}
.basel-wrapper-shifted .basel-close-side {
    opacity: 1;
    visibility: visible;
}
.basel-cart-opened .cart-widget-side {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
}
.cart-widget-side {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 340px;
    display: none;
    overflow: auto;
    background-color: #fff;
    z-index: 500;
    transform: translate3d(340px, 0, 0);
    -webkit-transform: translate3d(340px, 0, 0);
    -ms-transform: translate3d(340px, 0, 0);
    -sand-transform: translate3d(340px, 0, 0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.cart-widget-side .widget-heading {
    margin-bottom: 20px;
    padding: 28px 20px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
}
.cart-widget-side .widget-heading .widget-close, .cart-widget-side .widget-heading .widget-title {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}
.cart-widget-side .widget-heading .widget-close {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    padding-right: 21px;
}
.cart-widget-side .widget-heading .widget-close:after, .cart-widget-side .widget-heading .widget-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.cart-widget-side .widget-heading .widget-close:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.cart-widget-side .widget-heading .widget-close:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.cart-widget-side .widget-heading .widget-close:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.cart-widget-side .widget-heading .widget-close:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart-widget-side .widget-heading .widget-title {
    letter-spacing: .6px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
}
.cart-widget-side .widget-heading .widget-title:before {
    content: none;
}
.cart-widget-side .widget_shopping_cart {
    padding: 0 20px 20px 20px;
}
.cart-widget-side .widget_shopping_cart .product_list_widget {
    margin-bottom: 30px;
}
.global-header-vertical .main-page-wrapper {
    overflow: hidden;
}
.global-header-vertical .single-product-page {
    margin-left: -15px;
    margin-right: -15px;
}
.global-header-vertical .single-product-content .product-tabs-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.global-header-vertical.header-full-width .single-breadcrumbs-wrapper>.container, .global-header-vertical.header-full-width .topbar-wrapp>.container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.global-header-vertical .single-breadcrumbs-wrapper>.container {
    padding-left: 30px;
    padding-right: 30px;
}
.global-header-vertical .page-title, .global-header-vertical .single-breadcrumbs-wrapper {
    margin-top: 0;
}
.global-header-vertical.single-product .shopify-error, .global-header-vertical.single-product .shopify-message {
    margin: 20px auto 20px auto;
}
.global-header-vertical .owl-carousel:hover .owl-nav div.owl-prev {
    left: -33px;
}
.global-header-vertical .owl-carousel:hover .owl-nav div.owl-next {
    right: -33px;
}
.global-header-vertical .sticky-header>.container:after, .global-header-vertical .sticky-header>.container:before {
    display: none;
}
.global-header-vertical .sticky-header .main-nav {
    display: none;
}
.global-header-vertical.global-search-dropdown .header-vertical .right-column {
    position: relative;
}
.global-header-vertical .basel-search-dropdown {
    position: static;
}
.global-header-vertical .basel-search-dropdown>a {
    position: relative;
}
.global-header-vertical .basel-search-dropdown .basel-search-wrapper {
    right: auto;
    left: 0;
    padding-top: 17px;
    margin-top: -17px;
}
.global-header-vertical.global-search-full-screen.basel-search-opened .header-vertical {
    padding-right: 0;
}
.global-header-vertical .basel-search-full-screen .basel-search-wrapper {
    top: 0!important;
    margin-left: 280px;
}
.header-vertical {
    background-color: #fff;
}
.header-vertical .navigation-wrap {
    position: relative;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    border: none;
    margin-bottom: 15px;
}
.header-vertical .main-nav {
    display: block;
}
.header-vertical .main-nav .menu {
    margin: 0;
}
.header-vertical .main-nav .menu>li {
    display: block;
    margin: 0;
}
.header-vertical .main-nav .menu>li>a {
    height: auto;
    line-height: 1.4;
    padding: 15px 13px;
}
.header-vertical .main-nav .menu>li a {
    display: block;
}
.header-vertical .main-nav .menu>li>.sub-menu-dropdown {
    top: 0;
    left: 90%;
    margin-left: 17px;
}
.header-vertical .main-nav .menu>li>.sub-menu-dropdown:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 17px;
}
.header-vertical .main-nav .menu>li.callto-btn a {
    margin: 0;
}
.header-vertical .main-nav .menu>li.callto-btn.menu-item-has-children a:after {
    right: 15px;
}
.header-vertical .main-nav .menu>li:hover>a {
    margin-left: 5px;
}
.header-vertical .main-nav .menu>li:hover.callto-btn>a {
    margin-left: 0;
}
.header-vertical .main-nav .menu>li:hover>.sub-menu-dropdown {
    top: 0;
    left: 100%}
.header-vertical .main-nav .menu .menu-item-design-default>.sub-menu-dropdown, .header-vertical .main-nav .menu .menu-item-design-full-width>.sub-menu-dropdown, .header-vertical .main-nav .menu .menu-item-design-sized>.sub-menu-dropdown {
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, left .2s ease .1s;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, left .2s ease .1s;
    left: 90%}
.header-vertical .main-nav .menu .item-event-click.item-menu-opened>.sub-menu-dropdown, .header-vertical .main-nav .menu .item-event-hover:hover>.sub-menu-dropdown {
    top: 0;
    left: 100%}
.header-vertical .main-nav .menu .menu-item-design-sized>.sub-menu-dropdown {
    max-width: -webkit-calc(100vw - 280px);
    max-width: -moz-calc(100vw - 280px);
    max-width: calc(100vw - 280px);
}
.header-vertical .main-nav .menu .menu-item-design-full-width {
    position: relative;
}
.header-vertical .main-nav .menu .menu-item-design-full-width>.sub-menu-dropdown {
    width: -webkit-calc(100vw - 280px);
    width: -moz-calc(100vw - 280px);
    width: calc(100vw - 280px);
}
.header-vertical .main-nav .menu>.menu-item-has-children {
    margin: 0;
}
.header-vertical .main-nav .menu>.menu-item-has-children>a {
    padding: 15px 28px 13px 15px;
}
.header-vertical .main-nav .menu>.menu-item-has-children>a:after {
    content: "\f105";
    right: 15px;
}
.header-vertical .header-links {
    padding: 10px 15px;
}
.header-vertical .header-links a {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
.header-vertical .header-links a:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #919191;
    transition: width .2s ease;
}
.header-vertical .header-links a:hover {
    text-decoration: none;
}
.header-vertical .header-links a:hover:after {
    width: 100%;
    left: 0;
}
.color-scheme-light .header-vertical .header-links a:after {
    background-color: #fff;
}
.header-vertical .header-links ul {
    text-align: center;
}
.header-vertical .header-links ul li {
    display: inline-block;
    padding: 5px 15px;
}
.header-vertical .dropdown-cat {
    display: none;
}
.header-vertical .widgetarea-head {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.topbar-wrapp {
    width: 100%;
    height: 42px;
    font-size: 13px;
    letter-spacing: .3px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.topbar-wrapp .widget-title, .topbar-wrapp .widgettitle, .topbar-wrapp label {
    font-size: 10px;
    border: none;
    padding-bottom: 0;
    text-transform: uppercase;
}
.topbar-wrapp h1, .topbar-wrapp h2, .topbar-wrapp h3, .topbar-wrapp h4, .topbar-wrapp h5, .topbar-wrapp h6, .topbar-wrapp p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.topbar-wrapp h1, .topbar-wrapp h2, .topbar-wrapp h3 {
    font-size: 14px;
}
.topbar-wrapp h4, .topbar-wrapp h5, .topbar-wrapp h6 {
    font-size: 12px;
}
.topbar-wrapp .social-icons {
    display: inline-block;
    vertical-align: middle;
}
.topbar-wrapp .social-icons li {
    margin-top: 0;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 1;
}
.topbar-wrapp.color-scheme-light {
    border-bottom: none;
}
.topbar-wrapp.color-scheme-light .top-bar-left {
    color: rgba(255, 255, 255, .9);
}
.topbar-wrapp.color-scheme-light .top-bar-left p {
    color: rgba(255, 255, 255, .9);
}
.topbar-content {
    display: table;
    width: 100%;
    font-size: 11px;
    font-weight: 600;}

.topbar-content:before {
    content: "";
    height: 42px;
    display: table-cell;
    vertical-align: middle;
}
.top-bar-left {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 40px;
    left: 0px;
}
.top-bar-right {
    display: table-cell;
    vertical-align: top;
}
.topbar-menu {
    float: right;
  margin-right:30px;
  
}
.topbar-menu ul.menu {
    white-space: nowrap;
}
.topbar-menu ul li a .menu-label {
    display: none;
}
.topbar-menu ul li a i {
    margin-right: 5px;
}
.topbar-menu ul>li {
    position: relative;
    margin-left: -2px;
    display: inline-block;
    line-height: 42px;
}
.topbar-menu ul>li a {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
.topbar-menu ul>li a:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #919191;
    transition: width .2s ease;
}
.topbar-menu ul>li a:hover {
    text-decoration: none;
}
.topbar-menu ul>li a:hover:after {
    width: 100%;
    left: 0;
}
.color-scheme-light .topbar-menu ul>li a:after {
    background-color: #fff;
}
.topbar-menu ul>li>a {
    text-transform: capitalize;
    font-size: 12px;
}
.topbar-menu ul>li>.sub-menu-dropdown {
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 370;
    width: 150px;
    background-color: #fff;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.topbar-menu ul>li>.sub-menu-dropdown .container {
    width: auto;
    padding: 0;
}
.topbar-menu ul>li>.sub-menu-dropdown li {
    display: block;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.topbar-menu ul>li>.sub-menu-dropdown li:before {
    content: none;
}
.topbar-menu ul>li>.sub-menu-dropdown li:last-child {
    margin-bottom: 0;
}
.topbar-menu ul>li>.sub-menu-dropdown li>a {
    display: block;
    font-size: 13px;
    padding: 2px 0;
    color: #3c3c3c;
    font-weight: 400;
    text-transform: none;
}
.topbar-menu ul>li>.sub-menu-dropdown li>a:after {
    content: none;
}
.topbar-menu ul>li>.sub-menu-dropdown li>a:focus, .topbar-menu ul>li>.sub-menu-dropdown li>a:hover {
    color: #1aada3;
}
.topbar-menu ul>li>.sub-menu-dropdown li .sub-sub-menu {
    margin-top: 10px;
}
.topbar-menu ul>li>.sub-menu-dropdown:after {
    content: "\f0d8";
    position: absolute;
    top: -3px;
    right: 20px;
    line-height: 0;
    font-family: FontAwesome;
    font-size: 24px;
    color: #fff;
}
.topbar-menu ul>li:before {
    content: " ";
    display: inline-block;
    height: 25px;
    width: 1px;
    background-color: rgba(0, 0, 0, .05);
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.topbar-menu ul>li:first-child:before {
    content: none;
}
.topbar-menu ul>li:hover>.sub-menu-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%}
.color-scheme-light .topbar-menu ul.menu>li>a {
    color: #fff;
}
.color-scheme-light .topbar-menu ul.menu>li>a:hover {
    color: rgba(255, 255, 255, .9);
}
.color-scheme-light .topbar-menu ul.menu>li>a:after {
    background-color: rgba(255, 255, 255, .7);
}
.color-scheme-light .topbar-menu ul.menu>li:before {
    background-color: rgba(255, 255, 255, .1);
}
.page-title {
    width: 100%;
    border-bottom: 1px solid rgba(168, 168, 168, .15);
    position: relative;
    margin-top: -40px;
    margin-bottom: 40px;
}
.page-title h1 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.page-title .entry-header .breadcrumbs {
    font-size: 0;
}
.page-title .entry-header .breadcrumbs>a, .page-title .entry-header .breadcrumbs>span {
    font-size: 14px;
    display: inline-block;
}
.page-title .entry-header .breadcrumbs>a:after, .page-title .entry-header .breadcrumbs>span:after {
    content: "/";
    display: inline-block;
    padding: 0 10px;
}
.page-title .entry-header .breadcrumbs>a:before {
    content: "\f015";
    display: inline-block;
    margin-right: 5px;
    font-family: FontAwesome;
}
.page-title .entry-header .breadcrumbs>span:last-child:after {
    content: none;
    padding: 0;
}
.page-title .entry-header:after {
    content: "";
    clear: both;
    display: block;
}
.page-title.color-scheme-light .breadcrumbs {
    color: rgba(255, 255, 255, .9);
}
.page-title.color-scheme-light .breadcrumbs a, .page-title.color-scheme-light .breadcrumbs span {
    color: rgba(255, 255, 255, .9);
}
.page-title.color-scheme-light .breadcrumbs a:hover {
    color: #fff;
}
.title-size-small {
    padding: 15px 0;
}
.title-size-small .entry-title, .title-size-small h1 {
    font-size: 36px;
}
.title-size-default {
    padding: 60px 0;
}
.title-size-default .entry-title, .title-size-default h1 {
    font-size: 48px;
}
.title-size-large {
    padding: 100px 0;
}
.title-size-large .entry-title, .title-size-large h1 {
    font-size: 56px;
}
.title-design-centered .entry-header {
    text-align: center;
}
.title-design-centered .breadcrumbs {
    line-height: 1.6;
    margin-top: 5px;
}
.title-design-default .entry-title {
    float: left;
    line-height: 50px;
}
.title-design-default .breadcrumbs {
    float: right;
    line-height: 50px;
}
.wrapper-boxed .website-wrapper {
    max-width: 1200px;
}
.wrapper-boxed .scrollToTop {
    bottom: 40px;
    right: 20px;
}
.wrapper-boxed.sticky-footer-on .footer-container {
    right: auto;
    left: auto;
    max-width: 1200px;
    width: 100%}
.wrapper-boxed-small .website-wrapper {
    max-width: 1000px;
}
.wrapper-boxed-small .basel-wrapper-shifted {
    transform: translate3d(-157px, 0, 0);
    -webkit-transform: translate3d(-157px, 0, 0);
    -ms-transform: translate3d(-157px, 0, 0);
    -sand-transform: translate3d(-157px, 0, 0);
    -o-transform: translate3d(-157px, 0, 0);
    -moz-transform: translate3d(-157px, 0, 0);
}
.wrapper-boxed-small .container {
    max-width: 1000px;
}
.wrapper-boxed .website-wrapper, .wrapper-boxed-small .website-wrapper {
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 1px 5px rgba(190, 190, 190, .26);
}
.wrapper-boxed .sticky-header, .wrapper-boxed-small .sticky-header, .wrapper-boxed-small.basel-header-overlap .main-header, .wrapper-boxed-small.sticky-header-prepared .header-shop, .wrapper-boxed.basel-header-overlap .main-header, .wrapper-boxed.sticky-header-prepared .header-shop {
    left: auto;
    right: auto;
    max-width: inherit;
}
.wrapper-boxed .owl-carousel .owl-nav>div, .wrapper-boxed-small .owl-carousel .owl-nav>div {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    filter: Alpha(Opacity=1);
    opacity: 1;
}
.wrapper-boxed .owl-carousel .owl-nav>div.disabled, .wrapper-boxed-small .owl-carousel .owl-nav>div.disabled {
    color: rgba(0, 0, 0, .3);
}
.wrapper-boxed .owl-carousel .owl-nav>div:before, .wrapper-boxed-small .owl-carousel .owl-nav>div:before {
    width: 38px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
}
.wrapper-boxed .owl-carousel .owl-nav .owl-next, .wrapper-boxed-small .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.wrapper-boxed .owl-carousel .owl-nav .owl-prev, .wrapper-boxed-small .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.wrapper-boxed .owl-carousel:hover .owl-nav div.owl-next, .wrapper-boxed-small .owl-carousel:hover .owl-nav div.owl-next {
    right: 20px;
}
.wrapper-boxed .owl-carousel:hover .owl-nav div.owl-prev, .wrapper-boxed-small .owl-carousel:hover .owl-nav div.owl-prev {
    left: 20px;
}
.wrapper-boxed .popup-quick-view .owl-nav>div, .wrapper-boxed-small .popup-quick-view .owl-nav>div {
    filter: Alpha(Opacity=0);
    opacity: 0;
}
.wrapper-full-width-content .container {
    width: 95%}
.global-header-vertical .container {
    max-width: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.global-header-vertical .container .container {
    padding-left: 0;
    padding-right: 0;
}
.global-header-vertical .gl_row:not(.gl_inner) {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
}
.global-header-vertical.wrapper-full-width .container {
    max-width: 1200px;
}
.global-header-vertical.wrapper-wide .container {
    max-width: 1600px;
    width: 100%}
.global-header-vertical.wrapper-boxed {
    padding-left: 280px;
}
.global-header-vertical.wrapper-boxed .website-wrapper {
    padding-left: 0;
}
.global-header-vertical.wrapper-boxed .container {
    max-width: 1200px;
}
.basel-close-side {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    z-index: 400;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.basel-pagination {
    text-align: center;
}
.basel-pagination .current, .basel-pagination .inactive {
    border: 1px solid transparent;
    border-bottom-color: #b1b1b1;
    display: inline-block;
    text-align: center;
    width: 34px;
    line-height: 32px;
    margin-right: 6px;
    font-size: 16px;
    color: #000;
}
.basel-pagination .current {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.basel-pagination .inactive:focus, .basel-pagination .inactive:hover {
    text-decoration: none;
    border-color: #b1b1b1;
}
.basel-pagination .inactive:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.scrollToTop {
    width: 45px;
    height: 45px;
    text-align: center;
    color: #000;
    z-index: 350;
    font-size: 0;
    border: 1px solid #000;
    border-radius: 50%;
    text-decoration: none;
    background-color: #fff;
    position: fixed;
    bottom: 75px;
    right: 40px;
    visibility: hidden;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
    -webkit-transition: .2s all ease;
}
.scrollToTop.button-show {
    visibility: visible;
    opacity: 1;
}
.scrollToTop .basel-tooltip-label {
    display: none;
}
.scrollToTop:after {
    content: "\e607";
    display: inline-block;
    font-size: 18px;
    line-height: 42px;
    font-family: simple-line-icons;
}
.scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    background: #1aada3;
    border-color: #1aada3;
    color: #fff;
    transform: scale(.91);
    -moz-transform: scale(.91);
    -o-transform: scale(.91);
    -webkit-transform: scale(.91);
}
.basel-promo-popup {
    display: none;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transition: all .3s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.basel-promo-popup .mfp-close {
    font-size: 0;
    cursor: pointer;
    padding-right: 36px;
    opacity: 1;
}
.basel-promo-popup .mfp-close:after, .basel-promo-popup .mfp-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.basel-promo-popup .mfp-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.basel-promo-popup .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.basel-promo-popup .mfp-close:after, .basel-promo-popup .mfp-close:before {
    right: 9px;
}
.mfp-wrap .basel-promo-popup {
    display: block;
}
.basel-popup-effect.mfp-ready .basel-promo-popup {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.basel-popup-effect.mfp-removing .basel-promo-popup {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
.liner-continer {
    display: table-row;
}
.liner-continer .left-line, .liner-continer .right-line {
    display: table-cell;
    vertical-align: middle;
    width: 50%}
.liner-continer .left-line:after, .liner-continer .right-line:after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
}
.liner-continer .left-line {
    padding-right: 20px;
}
.liner-continer .right-line {
    padding-left: 20px;
}
.liner-continer.position-left .right-line {
    display: none;
}
.liner-continer.position-left .left-line {
    width: 100%}
.liner-continer.position-right .right-line {
    width: 100%}
.liner-continer.position-right .left-line {
    display: none;
}
i.fa:before {
    margin-left: 1px;
    margin-right: 1px;
}
.slider-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}
.slider-title:before {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #1aada3;
}
.rev_slider_wrapper .add_to_cart_button.loading {
    padding-right: 35px!important;
    padding-left: 15px!important;
}
.rev_slider_wrapper .added_to_cart, .rev_slider_wrapper .btn, .rev_slider_wrapper .button, .rev_slider_wrapper button {
    color: #5f5f5f;
    -webkit-transition: all .25s ease-in-out!important;
    -moz-transition: all .25s ease-in-out!important;
    -o-transition: all .25s ease-in-out!important;
    transition: all .25s ease-in-out!important;
}
.rev_slider_wrapper .added_to_cart:hover, .rev_slider_wrapper .btn:hover, .rev_slider_wrapper .button:hover, .rev_slider_wrapper button:hover {
    color: #fff;
}
.admin-bar .sticky-header.act-scroll {
    top: 32px;
}
.admin-bar.sticky-navigation-only.sticky-header-prepared .main-header .navigation-wrap {
    top: 32px;
}
.admin-bar .cart-widget-side, .admin-bar .mobile-nav {
    top: 32px;
}
.basel-row-gradient-enable {
    position: relative;
}
.basel-row-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer-container {
    width: 100%}
.footer-container .widget-area {
    padding: 50px 0 20px 0;
}
.footer-container .footer-column {
    margin-bottom: 30px;
}
.footer-container .footer-widget {
    margin-bottom: 30px;
}
.footer-container .footer-widget:last-child {
    margin-bottom: 0;
}
.footer-container .title {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(124, 124, 124, .2);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer-container ul {
    list-style: none;
    line-height: 1;
}
.footer-container ul li {
    margin-bottom: 15px;
}
.footer-container ul li:last-child {
    margin-bottom: 0;
}
.footer-container.color-scheme-light {
    color: rgba(255, 255, 255, .6);
}
.footer-container.color-scheme-light a {
    color: rgba(255, 255, 255, .6);
}
.footer-container.color-scheme-light a:hover {
    color: #fff;
}
.footer-container.color-scheme-light a:focus {
    color: #fff;
}
.footer-container.color-scheme-light p {
    color: rgba(255, 255, 255, .6);
}
.footer-container.color-scheme-light ul li {
    color: rgba(255, 255, 255, .6);
}
.footer-container.color-scheme-light ul li a {
    color: rgba(255, 255, 255, .6);
}
.footer-container.color-scheme-light ul li a:hover {
    color: #fff;
}
.footer-container.color-scheme-light ul li a:focus {
    color: #fff;
}
.footer-container.color-scheme-light ul li {
    border-color: rgba(255, 255, 255, .1);
}
.footer-container.color-scheme-light .title {
    border-color: rgba(255, 255, 255, .3);
}
.footer-container.color-scheme-light .main-footer+.copyrights-wrapper .min-footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.main-footer+.copyrights-wrapper .min-footer {
    border-top: 1px solid rgba(124, 124, 124, .2);
}
.min-footer {
    display: table;
    width: 100%;
    padding: 20px 0;
    line-height: 1.6;
}
.min-footer p {
    margin-bottom: 0;
}
.min-footer .col-left, .min-footer .col-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%}
.min-footer .col-left {
    text-align: left;
}
.min-footer .col-right {
    text-align: right;
}
.min-footer .social-icons li {
    margin-bottom: 0;
}
.copyrights-centered .min-footer>div {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.copyrights-centered .min-footer>div:first-child, .copyrights-centered .min-footer>div:last-child:empty {
    margin-top: 0;
}
.sticky-footer-on .footer-container {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    visibility: hidden;
}
.sticky-footer-on .footer-container.footer-act-sticky {
    visibility: visible;
}
.added_to_cart, .btn, .button, button, input[type=submit] {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #ececec;
    color: #3e3e3e;
    border-color: #ececec;
}
.added_to_cart:focus, .added_to_cart:hover, .btn:focus, .btn:hover, .button:focus, .button:hover, button:focus, button:hover, input[type=submit]:focus, input[type=submit]:hover {
    background-color: #3e3e3e;
    color: #fff;
    text-decoration: none;
    border-color: #3e3e3e;
}
.added_to_cart.btn-style-bordered, .btn.btn-style-bordered, .button.btn-style-bordered, button.btn-style-bordered, input[type=submit].btn-style-bordered {
    background-color: transparent;
    color: #6d6d6d;
    border-color: #b5b5b5;
}
.added_to_cart.btn-style-bordered:focus, .added_to_cart.btn-style-bordered:hover, .btn.btn-style-bordered:focus, .btn.btn-style-bordered:hover, .button.btn-style-bordered:focus, .button.btn-style-bordered:hover, button.btn-style-bordered:focus, button.btn-style-bordered:hover, input[type=submit].btn-style-bordered:focus, input[type=submit].btn-style-bordered:hover {
    background-color: #3e3e3e;
    color: #fff;
    border-color: #3e3e3e;
}
.added_to_cart.btn-style-link, .btn.btn-style-link, .button.btn-style-link, button.btn-style-link, input[type=submit].btn-style-link {
    background-color: transparent;
    color: #6d6d6d;
    border-color: #b5b5b5;
}
.added_to_cart.btn-style-link:focus, .added_to_cart.btn-style-link:hover, .btn.btn-style-link:focus, .btn.btn-style-link:hover, .button.btn-style-link:focus, .button.btn-style-link:hover, button.btn-style-link:focus, button.btn-style-link:hover, input[type=submit].btn-style-link:focus, input[type=submit].btn-style-link:hover {
    background-color: transparent;
    color: #3e3e3e;
    border-color: #3e3e3e;
}
.added_to_cart:focus, .btn:focus, .button:focus, button:focus, input[type=submit]:focus {
    outline: 0;
}
.added_to_cart i, .btn i, .button i, button i, input[type=submit] i {
    margin-left: 3px;
}
.added_to_cart.btn-size-small, .btn.btn-size-small, .button.btn-size-small, button.btn-size-small, input[type=submit].btn-size-small {
    font-size: 12px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
}
.added_to_cart.btn-size-large, .btn.btn-size-large, .button.btn-size-large, button.btn-size-large, input[type=submit].btn-size-large {
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
}
.added_to_cart.btn-size-extra-large, .btn.btn-size-extra-large, .button.btn-size-extra-large, button.btn-size-extra-large, input[type=submit].btn-size-extra-large {
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}
.added_to_cart.btn-style-bordered, .btn.btn-style-bordered, .button.btn-style-bordered, button.btn-style-bordered, input[type=submit].btn-style-bordered {
    background-color: transparent;
}
.added_to_cart.btn-style-bordered:focus, .added_to_cart.btn-style-bordered:hover, .btn.btn-style-bordered:focus, .btn.btn-style-bordered:hover, .button.btn-style-bordered:focus, .button.btn-style-bordered:hover, button.btn-style-bordered:focus, button.btn-style-bordered:hover, input[type=submit].btn-style-bordered:focus, input[type=submit].btn-style-bordered:hover {
    text-decoration: none;
}
.added_to_cart.btn-style-link, .btn.btn-style-link, .button.btn-style-link, button.btn-style-link, input[type=submit].btn-style-link {
    padding: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: capitalize;
}
.added_to_cart.btn-round, .added_to_cart.btn-style-round, .btn.btn-round, .btn.btn-style-round, .button.btn-round, .button.btn-style-round, button.btn-round, button.btn-style-round, input[type=submit].btn-round, input[type=submit].btn-style-round {
    border-radius: 35px;
}
.added_to_cart.btn-color-primary, .btn.btn-color-primary, .button.btn-color-primary, button.btn-color-primary, input[type=submit].btn-color-primary {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.added_to_cart.btn-color-primary:focus, .added_to_cart.btn-color-primary:hover, .btn.btn-color-primary:focus, .btn.btn-color-primary:hover, .button.btn-color-primary:focus, .button.btn-color-primary:hover, button.btn-color-primary:focus, button.btn-color-primary:hover, input[type=submit].btn-color-primary:focus, input[type=submit].btn-color-primary:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.added_to_cart.btn-color-primary.btn-style-bordered, .btn.btn-color-primary.btn-style-bordered, .button.btn-color-primary.btn-style-bordered, button.btn-color-primary.btn-style-bordered, input[type=submit].btn-color-primary.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.added_to_cart.btn-color-primary.btn-style-bordered:focus, .added_to_cart.btn-color-primary.btn-style-bordered:hover, .btn.btn-color-primary.btn-style-bordered:focus, .btn.btn-color-primary.btn-style-bordered:hover, .button.btn-color-primary.btn-style-bordered:focus, .button.btn-color-primary.btn-style-bordered:hover, button.btn-color-primary.btn-style-bordered:focus, button.btn-color-primary.btn-style-bordered:hover, input[type=submit].btn-color-primary.btn-style-bordered:focus, input[type=submit].btn-color-primary.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.added_to_cart.btn-color-primary.btn-style-link, .btn.btn-color-primary.btn-style-link, .button.btn-color-primary.btn-style-link, button.btn-color-primary.btn-style-link, input[type=submit].btn-color-primary.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.added_to_cart.btn-color-primary.btn-style-link:focus, .added_to_cart.btn-color-primary.btn-style-link:hover, .btn.btn-color-primary.btn-style-link:focus, .btn.btn-color-primary.btn-style-link:hover, .button.btn-color-primary.btn-style-link:focus, .button.btn-color-primary.btn-style-link:hover, button.btn-color-primary.btn-style-link:focus, button.btn-color-primary.btn-style-link:hover, input[type=submit].btn-color-primary.btn-style-link:focus, input[type=submit].btn-color-primary.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.added_to_cart.btn-color-alt, .btn.btn-color-alt, .button.btn-color-alt, button.btn-color-alt, input[type=submit].btn-color-alt {
    background-color: #fbbc34;
    color: #fff;
    border-color: #fbbc34;
}
.added_to_cart.btn-color-alt:focus, .added_to_cart.btn-color-alt:hover, .btn.btn-color-alt:focus, .btn.btn-color-alt:hover, .button.btn-color-alt:focus, .button.btn-color-alt:hover, button.btn-color-alt:focus, button.btn-color-alt:hover, input[type=submit].btn-color-alt:focus, input[type=submit].btn-color-alt:hover {
    background-color: #fbbc34;
    border-color: #fbbc34;
    color: #fff;
    opacity: .8;
    text-decoration: none;
}
.added_to_cart.btn-color-alt.btn-style-bordered, .btn.btn-color-alt.btn-style-bordered, .button.btn-color-alt.btn-style-bordered, button.btn-color-alt.btn-style-bordered, input[type=submit].btn-color-alt.btn-style-bordered {
    background-color: transparent;
    color: #fbbc34;
}
.added_to_cart.btn-color-alt.btn-style-bordered:focus, .added_to_cart.btn-color-alt.btn-style-bordered:hover, .btn.btn-color-alt.btn-style-bordered:focus, .btn.btn-color-alt.btn-style-bordered:hover, .button.btn-color-alt.btn-style-bordered:focus, .button.btn-color-alt.btn-style-bordered:hover, button.btn-color-alt.btn-style-bordered:focus, button.btn-color-alt.btn-style-bordered:hover, input[type=submit].btn-color-alt.btn-style-bordered:focus, input[type=submit].btn-color-alt.btn-style-bordered:hover {
    background-color: #fbbc34;
    color: #fff;
    opacity: 1;
}
.added_to_cart.btn-color-alt.btn-style-link, .btn.btn-color-alt.btn-style-link, .button.btn-color-alt.btn-style-link, button.btn-color-alt.btn-style-link, input[type=submit].btn-color-alt.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.added_to_cart.btn-color-alt.btn-style-link:focus, .added_to_cart.btn-color-alt.btn-style-link:hover, .btn.btn-color-alt.btn-style-link:focus, .btn.btn-color-alt.btn-style-link:hover, .button.btn-color-alt.btn-style-link:focus, .button.btn-color-alt.btn-style-link:hover, button.btn-color-alt.btn-style-link:focus, button.btn-color-alt.btn-style-link:hover, input[type=submit].btn-color-alt.btn-style-link:focus, input[type=submit].btn-color-alt.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.added_to_cart.btn-color-black, .btn.btn-color-black, .button.btn-color-black, button.btn-color-black, input[type=submit].btn-color-black {
    background-color: #000;
    color: #fff;
    border: 0px;
}
.added_to_cart.btn-color-black:focus, .added_to_cart.btn-color-black:hover, .btn.btn-color-black:focus, .btn.btn-color-black:hover, .button.btn-color-black:focus, .button.btn-color-black:hover, button.btn-color-black:focus, button.btn-color-black:hover, input[type=submit].btn-color-black:focus, input[type=submit].btn-color-black:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.added_to_cart.btn-color-black.btn-style-bordered, .btn.btn-color-black.btn-style-bordered, .button.btn-color-black.btn-style-bordered, button.btn-color-black.btn-style-bordered, input[type=submit].btn-color-black.btn-style-bordered {
    background-color: #1CAAFC;
    color: #fff;
}
.added_to_cart.btn-color-black.btn-style-bordered:focus, .added_to_cart.btn-color-black.btn-style-bordered:hover, .btn.btn-color-black.btn-style-bordered:focus, .btn.btn-color-black.btn-style-bordered:hover, .button.btn-color-black.btn-style-bordered:focus, .button.btn-color-black.btn-style-bordered:hover, button.btn-color-black.btn-style-bordered:focus, button.btn-color-black.btn-style-bordered:hover, input[type=submit].btn-color-black.btn-style-bordered:focus, input[type=submit].btn-color-black.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.added_to_cart.btn-color-black.btn-style-link, .btn.btn-color-black.btn-style-link, .button.btn-color-black.btn-style-link, button.btn-color-black.btn-style-link, input[type=submit].btn-color-black.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.added_to_cart.btn-color-black.btn-style-link:focus, .added_to_cart.btn-color-black.btn-style-link:hover, .btn.btn-color-black.btn-style-link:focus, .btn.btn-color-black.btn-style-link:hover, .button.btn-color-black.btn-style-link:focus, .button.btn-color-black.btn-style-link:hover, button.btn-color-black.btn-style-link:focus, button.btn-color-black.btn-style-link:hover, input[type=submit].btn-color-black.btn-style-link:focus, input[type=submit].btn-color-black.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.added_to_cart.btn-color-white, .btn.btn-color-white, .button.btn-color-white, button.btn-color-white, input[type=submit].btn-color-white {
    background-color: #fff;
    color: #3b3b3b;
    border-color: #fff;
}
.added_to_cart.btn-color-white:focus, .added_to_cart.btn-color-white:hover, .btn.btn-color-white:focus, .btn.btn-color-white:hover, .button.btn-color-white:focus, .button.btn-color-white:hover, button.btn-color-white:focus, button.btn-color-white:hover, input[type=submit].btn-color-white:focus, input[type=submit].btn-color-white:hover {
    background-color: #3e3e3e;
    color: #fff;
    text-decoration: none;
    border-color: #3e3e3e;
}
.added_to_cart.btn-color-white.btn-style-bordered, .btn.btn-color-white.btn-style-bordered, .button.btn-color-white.btn-style-bordered, button.btn-color-white.btn-style-bordered, input[type=submit].btn-color-white.btn-style-bordered {
    color: #fff;
    background-color: #1CAAFC;
    border: none;
    width: 180px;
    font-size: 12px;
    font-weight: 600;
}
.added_to_cart.btn-color-white.btn-style-bordered:focus, .added_to_cart.btn-color-white.btn-style-bordered:hover, .btn.btn-color-white.btn-style-bordered:focus, .btn.btn-color-white.btn-style-bordered:hover, .button.btn-color-white.btn-style-bordered:focus, .button.btn-color-white.btn-style-bordered:hover, button.btn-color-white.btn-style-bordered:focus, button.btn-color-white.btn-style-bordered:hover, input[type=submit].btn-color-white.btn-style-bordered:focus, input[type=submit].btn-color-white.btn-style-bordered:hover {
    background-color: #fff;
    color: #5f5f5f;
    border-color: #fff;
}
.added_to_cart.btn-color-white.btn-style-link, .btn.btn-color-white.btn-style-link, .button.btn-color-white.btn-style-link, button.btn-color-white.btn-style-link, input[type=submit].btn-color-white.btn-style-link {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
}
.added_to_cart.btn-color-white.btn-style-link:focus, .added_to_cart.btn-color-white.btn-style-link:hover, .btn.btn-color-white.btn-style-link:focus, .btn.btn-color-white.btn-style-link:hover, .button.btn-color-white.btn-style-link:focus, .button.btn-color-white.btn-style-link:hover, button.btn-color-white.btn-style-link:focus, button.btn-color-white.btn-style-link:hover, input[type=submit].btn-color-white.btn-style-link:focus, input[type=submit].btn-color-white.btn-style-link:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.product-labels {
    position: absolute;
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1;
    max-width: 50%}
.product-label {
    min-width: 50px;
    color: #fff;
    font-weight: 700;
    word-break: break-all;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.product-label:not(:last-child) {
    margin-bottom: 10px;
}
.product-label.onsale {
    background-color: #1aada3;
}
.product-label.featured {
    background-color: #e22d2d;
}
.product-label.new {
    background-color: #438e44;
}
.product-label.out-of-stock {
    background-color: #000;
}
.labels-rectangular {
    top: 15px;
    left: 0;
}
.labels-rectangular .product-label {
    letter-spacing: .4px;
    font-size: 12px;
    padding: 5px 10px;
}
.labels-rounded {
    top: 5px;
    right: 5px;
}

.labels-rounded-left {
    top: 5px;
    left: 5px;
}

.labels-rounded .product-label {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 5px 7px;
    font-size: 13px;
    border-radius: 35px;
}
.labels-rounded .out-of-stock {
    max-width: 50px;
    font-size: 12px;
}
.menu-label {
    position: absolute;
    opacity: 0;
    top: 50%;
    right: -5px;
    padding: 2px 4px;
    margin-top: -20px;
    color: #fff;
    line-height: 1.3;
    font-size: 8px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.menu-label:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    z-index: -1;
    bottom: 5px;
    font-size: 16px;
    position: absolute;
    bottom: -9px;
    left: 3px;
}
.menu-label-new {
    background-color: #1aada3;
}
.menu-label-new:after {
    color: #1aada3;
}
.menu-label-sale {
    background-color: #d41212;
}
.menu-label-sale:after {
    color: #d41212;
}
.menu-label-hot {
    background-color: #ef7c0a;
}
.menu-label-hot:after {
    color: #ef7c0a;
}
.document-ready .menu-label {
    opacity: 1;
}
.table-bordered-style td, .table-bordered-style th {
    border: 1px solid #efefef;
}
table {
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
}
table a {
    color: #2f2f2f;
}
table tr th {
    padding: 15px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    color: #1b1919;
    vertical-align: middle;
    border: none;
    border-bottom: 2px solid #efefef;
}
table tr td {
    padding: 15px 12px;
    border: none;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
table tbody th, table tfoot th {
    border-bottom: 1px solid #e6e6e6;
    text-transform: none;
}
.responsive-table {
    overflow-x: auto;
    margin-bottom: 30px;
}
.responsive-table table {
    margin: 0;
}
.responsive-table .responsive-table {
    margin-bottom: 0;
    overflow-x: visible;
}
.promo-banner {
    position: relative;
    overflow: hidden;
}
.promo-banner .wrapper-content-baner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.promo-banner .wrapper-content-baner .banner-inner {
    
        position: absolute;
    /* left: 0; */
    right: 0;
    padding: 20px;
    z-index: 1;
    width: 50%;
}

.promo-banner .wrapper-content-baner .banner-inner-2 {
    
        position: absolute;
    /* left: 0; */
    right: 0;
    padding: 20px;
    z-index: 1;
    width: 100%;
}





.promo-banner .banner-inner h1, .promo-banner .banner-inner h2, .promo-banner .banner-inner h3, .promo-banner .banner-inner h4, .promo-banner .banner-inner h5, .promo-banner .banner-inner h6 {
    margin-bottom: 20px;
    line-height: 1.3;
}
.promo-banner .banner-inner p {
    margin-bottom: 20px;
}
.promo-banner .banner-inner p:first-child, .promo-banner .banner-inner p:last-child {
    margin-bottom: 0;
}
.promo-banner .banner-inner .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.promo-banner.increased-padding .banner-inner {
    padding: 6%}
.promo-banner.vertical-alignment-middle .banner-inner {
    top: 50%;
    transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.promo-banner.vertical-alignment-bottom .banner-inner {
    top: 100%;
    transform: translateY(-100%);
    -sand-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.promo-banner.hover-1 {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.promo-banner.hover-1 .main-wrapp-img {
    margin: -1px;
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
}
.promo-banner.hover-1 .main-wrapp-img .banner-image {
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.promo-banner.hover-1:hover>.main-wrapp-img .banner-image {
    transform: scale(1.1);
    -sand-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.promo-banner.hover-2 {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.promo-banner.hover-2 .main-wrapp-img {
    margin: -1px;
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
}
.promo-banner.hover-2 .main-wrapp-img .banner-image {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.promo-banner.hover-2 .banner-inner {
    padding: 30px;
}
.promo-banner.hover-2.color-scheme-dark .wrapper-content-baner:after, .promo-banner.hover-2.color-scheme-dark .wrapper-content-baner:before {
    border-top-color: rgba(0, 0, 0, .5);
    border-bottom-color: rgba(0, 0, 0, .6);
    border-right-color: rgba(0, 0, 0, .5);
    border-left-color: rgba(0, 0, 0, .6);
}
.promo-banner.hover-2 .wrapper-content-baner:after, .promo-banner.hover-2 .wrapper-content-baner:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -moz-transition: opacity .45s, -moz-transform .45s;
    -o-transition: opacity .45s, -o-transform .45s;
    -webkit-transition: opacity .45s, -webkit-transform .45s;
    transition: opacity .45s, transform .45s;
}
.promo-banner.hover-2 .wrapper-content-baner:after {
    border-right: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .6);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -sand-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.promo-banner.hover-2 .wrapper-content-baner:before {
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(1, 0);
    -sand-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(1, 0);
    transform: scale(0, 1);
}
.promo-banner.hover-2:hover>.main-wrapp-img .banner-image {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -sand-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.promo-banner.hover-2:hover>.wrapper-content-baner:after, .promo-banner.hover-2:hover>.wrapper-content-baner:before {
    opacity: 1;
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -sand-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.promo-banner.hover-3 .main-wrapp-img .banner-image {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.promo-banner.hover-3 .banner-inner {
    visibility: hidden;
    opacity: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.promo-banner.hover-3.vertical-alignment-bottom .banner-image {
    margin-bottom: -20px;
}
.promo-banner.hover-3.vertical-alignment-bottom .banner-inner {
    top: 110%}
.promo-banner.hover-3.vertical-alignment-bottom:hover .banner-image {
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -sand-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.promo-banner.hover-3.vertical-alignment-bottom:hover>.wrapper-content-baner .banner-inner {
    top: 100%}
.promo-banner.hover-3.vertical-alignment-middle .banner-image {
    margin-bottom: -20px;
}
.promo-banner.hover-3.vertical-alignment-middle .banner-inner {
    top: 55%}
.promo-banner.hover-3.vertical-alignment-middle:hover .banner-image {
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -sand-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.promo-banner.hover-3.vertical-alignment-middle:hover>.wrapper-content-baner .banner-inner {
    top: 50%}
.promo-banner.hover-3.vertical-alignment-top .banner-image {
    margin-top: -20px;
}
.promo-banner.hover-3.vertical-alignment-top .banner-inner {
    top: -20%}
.promo-banner.hover-3.vertical-alignment-top:hover .banner-image {
    -o-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -sand-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.promo-banner.hover-3.vertical-alignment-top:hover>.wrapper-content-baner .banner-inner {
    top: 0;
}
.promo-banner.hover-3:hover>.wrapper-content-baner .banner-inner {
    visibility: visible;
    opacity: 1;
}
.promo-banner.banner-1 .banner-inner {
    background: rgba(0, 0, 0, .5);
}
.promo-banner.banner-1.color-scheme-dark .banner-inner {
    background: rgba(255, 255, 255, .5);
}
.promo-banner.banner-1.hover-2 .banner-inner {
    padding: 15px;
    margin: 0 25px;
}
.promo-banner.banner-1.hover-2.vertical-alignment-bottom .banner-inner {
    margin-top: -25px;
}
.promo-banner.banner-1.hover-2.vertical-alignment-top .banner-inner {
    margin-top: 25px;
}
.promo-banner.banner-2 {
    background-color: #000;
}
.promo-banner.banner-2 .banner-image {
    opacity: .7;
}
.promo-banner.banner-2.color-scheme-dark {
    background-color: #fff;
}
.promo-banner.banner-2.hover-1:hover .banner-image, .promo-banner.banner-2.hover-2:hover .banner-image, .promo-banner.banner-2.hover-3:hover .banner-image {
    opacity: .4;
}
.promo-banner.banner-3 .banner-inner, .promo-banner.banner-4 .banner-inner {
    padding: 30px;
}
.promo-banner.banner-3.color-scheme-dark .wrapper-content-baner:after, .promo-banner.banner-4.color-scheme-dark .wrapper-content-baner:after {
    border-color: rgba(0, 0, 0, .5);
}
.promo-banner.banner-3 .wrapper-content-baner:after, .promo-banner.banner-4 .wrapper-content-baner:after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    border: 1px solid rgba(255, 255, 255, .5);
}
.promo-banner.banner-3.hover-2 .wrapper-content-baner:after, .promo-banner.banner-4.hover-2 .wrapper-content-baner:after {
    opacity: 1;
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -sand-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.promo-banner.banner-3.hover-2 .wrapper-content-baner:before, .promo-banner.banner-4.hover-2 .wrapper-content-baner:before {
    display: none;
}
.promo-banner.banner-3.hover-2:hover>.wrapper-content-baner:after, .promo-banner.banner-4.hover-2:hover>.wrapper-content-baner:after {
    opacity: 1;
}
.promo-banner.banner-4 {
    background-color: #000;
}
.promo-banner.banner-4 .banner-image {
    opacity: .6;
}
.promo-banner.banner-4.color-scheme-dark {
    background-color: #fff;
}
.promo-banner.banner-4.color-scheme-dark .banner-image {
    opacity: .7;
}
.promo-banner.banner-5 .wrapper-content-baner {
    width: auto;
    height: auto;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, .6);
}
.promo-banner.banner-5.color-scheme-dark .wrapper-content-baner {
    background-color: rgba(255, 255, 255, .8);
}
.banners-carousel-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
.banners-carousel-wrapper .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}
.header-categories .main-nav>h5, .header-shop .main-nav>h5, .header-simple .main-nav>h5 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.basel-navigation {
    color: rgba(0, 0, 0, .7);
}
.basel-navigation a {
    color: rgba(0, 0, 0, .8);
}
.basel-navigation a:hover {
    color: #000;
}
.basel-navigation a:focus {
    color: #000;
}
.basel-navigation p {
    color: rgba(0, 0, 0, .7);
}
.basel-navigation .widget-title, .basel-navigation .widgettitle, .basel-navigation h1, .basel-navigation h2, .basel-navigation h3, .basel-navigation h4, .basel-navigation h5, .basel-navigation h6, .basel-navigation label {
    color: #000;
}
.basel-navigation ul li {
    color: rgba(0, 0, 0, .8);
}
.basel-navigation ul li a {
    color: rgba(0, 0, 0, .8);
}
.basel-navigation ul li a:hover {
    color: #000;
}
.basel-navigation ul li a:focus {
    color: #000;
}
.basel-navigation .menu {
    line-height: 1.3;
}
.basel-navigation .menu li.item-with-label>a {
    position: relative;
}
.basel-navigation .menu>li a i {
    margin-right: 2px;
    opacity: .7;
}
.basel-navigation .menu>li>a {
    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.basel-navigation .menu>li>a:hover {
    text-decoration: none;
}
.basel-navigation .menu>li .sub-menu-dropdown {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-color: #fff;
}
.basel-navigation .menu>li.menu-item-has-children>a {
    position: relative;
}
.basel-navigation .menu>li.menu-item-has-children>a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    font-family: FontAwesome;
    line-height: 14px;
    font-weight: 400;
}
.basel-navigation .menu>li.menu-item-design-default {
    position: relative;
}
.basel-navigation .menu>li.menu-item-design-default .sub-menu-dropdown {
    position: absolute;
    left: 0;
    width: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease .1s;
    -moz-transition: all .25s ease .1s;
    -o-transition: all .25s ease .1s;
    transition: all .25s ease .1s;
}
.basel-navigation .menu>li.menu-item-design-default .container {
    width: auto;
    padding: 0;
}
.basel-navigation .menu>li.menu-item-design-default ul li {
    display: block;
    position: relative;
}
.basel-navigation .menu>li.menu-item-design-default ul li a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .3px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-navigation .menu>li.menu-item-design-default ul li.menu-item-has-children>a {
    padding-right: 20px;
}
.basel-navigation .menu>li.menu-item-design-default ul li.menu-item-has-children:after {
    content: "\f105";
    position: absolute;
    color: #bbb;
    right: 14px;
    top: 50%;
    margin-top: -8px;
    line-height: 14px;
    font-family: FontAwesome;
}
.basel-navigation .menu>li.menu-item-design-default ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: 100%}
.basel-navigation .menu>li.menu-item-design-default ul li:hover>a {
    color: #1aada3;
    margin-left: 5px;
}
.basel-navigation .menu>li.menu-item-design-default .sub-sub-menu {
    position: absolute;
    top: 0;
    left: 80%;
    width: 180px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.basel-navigation .menu>li.menu-item-design-default .sub-sub-menu.color-scheme-light {
    background-color: rgba(0, 0, 0, .95);
}
.basel-navigation .menu>li.menu-item-design-sized {
    position: relative;
}
.basel-navigation .menu>li.menu-item-design-sized .container {
    width: auto;
    padding: 0;
}
.basel-navigation .menu>li.menu-item-design-full-width>.sub-menu-dropdown, .basel-navigation .menu>li.menu-item-design-sized>.sub-menu-dropdown {
    position: absolute;
    left: 0;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease .1s;
    -moz-transition: all .25s ease .1s;
    -o-transition: all .25s ease .1s;
    transition: all .25s ease .1s;
}
.basel-navigation .menu>li.menu-item-design-full-width .gl_row .sub-menu>li, .basel-navigation .menu>li.menu-item-design-sized .gl_row .sub-menu>li {
    width: auto;
}
.basel-navigation .menu>li.menu-item-design-full-width .sub-menu:after, .basel-navigation .menu>li.menu-item-design-sized .sub-menu:after {
    content: "";
    clear: both;
    display: block;
}
.basel-navigation .menu>li.menu-item-design-full-width .sub-menu li a:hover, .basel-navigation .menu>li.menu-item-design-sized .sub-menu li a:hover {
    color: #1aada3;
}
.basel-navigation .menu>li.menu-item-design-full-width .sub-menu>li, .basel-navigation .menu>li.menu-item-design-sized .sub-menu>li {
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.basel-navigation .menu>li.menu-item-design-full-width .sub-menu>li>a, .basel-navigation .menu>li.menu-item-design-sized .sub-menu>li>a {
    display: inline-block;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600!important;
    letter-spacing: .3px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1b1919;
    text-decoration: none;
    margin-bottom: 10px;
}
.basel-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li, .basel-navigation .menu>li.menu-item-design-sized .sub-sub-menu li {
    display: block;
}
.basel-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a, .basel-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    color: #3c3c3c;
    letter-spacing: .3px;
}
.basel-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a:hover, .basel-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a:hover {
    text-decoration: none;
    margin-left: 5px;
}
.basel-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a .menu-label, .basel-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a .menu-label {
    right: -25px;
    left: auto;
    margin-top: -14px;
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light {
    background-color: rgba(0, 0, 0, .95);
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .sub-menu>li>a {
    color: #fff;
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .sub-menu>li>a:hover {
    color: rgba(255, 255, 255, .6);
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .sub-sub-menu li a {
    color: #fff;
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .sub-sub-menu li a:hover {
    color: rgba(255, 255, 255, .6);
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .widget-title, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .widgettitle, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h1, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h1 a, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h2, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h2 a, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h3, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h3 a, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h4, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h4 a, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h5, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h5 a, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h6, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light h6 a, .basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light label {
    color: #fff;
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light p {
    color: rgba(255, 255, 255, .8);
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .price {
    color: #fff;
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .price .amount {
    color: #fff;
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .price del {
    color: rgba(255, 255, 255, .5);
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .price del>.amount {
    color: rgba(255, 255, 255, .5);
}
.basel-navigation .menu>li .sub-menu-dropdown.color-scheme-light .btn-add>a {
    color: #fff;
}
.basel-navigation .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .basel-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown {
    visibility: visible;
    opacity: 1;
}
.basel-navigation .menu>li.callto-btn>a {
    height: auto;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    padding: 11px 21px;
    margin-left: 12px;
    margin-right: 12px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.basel-navigation .menu>li.callto-btn>a:focus, .basel-navigation .menu>li.callto-btn>a:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.basel-navigation .menu>li.callto-btn>a.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.basel-navigation .menu>li.callto-btn>a.btn-style-bordered:focus, .basel-navigation .menu>li.callto-btn>a.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.basel-navigation .menu>li.callto-btn>a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.basel-navigation .menu>li.callto-btn>a.btn-style-link:focus, .basel-navigation .menu>li.callto-btn>a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.basel-navigation .menu>li.callto-btn.menu-item-has-children {
    margin-right: 0;
}
.basel-navigation .menu>li.callto-btn.menu-item-has-children>a {
    padding-right: 25px;
}
.basel-navigation .menu>li.callto-btn.menu-item-has-children>a:after {
    right: 10px;
    color: #fff;
}
.basel-navigation .menu>li.callto-btn.current-menu-item>a {
    color: #fff;
}
.main-nav .menu {
    margin-left: -12px;
    margin-right: -12px;
}
.main-nav .menu li {
    text-align: left;
}
.main-nav .menu>li {
    display: inline-block;
    margin-left: -2px;
}
.main-nav .menu>li a i {
    font-size: 14px;
    min-width: 22px;
}
.main-nav .menu>li>a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
    height: 50px;
    line-height: 50px;
    color: #04347E;;
}
.main-nav .menu>li>a>i {
    margin-right: 4px;
    min-width: 0;
    font-size: 14px;
}
.main-nav .menu>li>a:focus, .main-nav .menu>li>a:hover {
    color: #1aada3;
}
.main-nav .menu>li.menu-item-has-children {
    margin-right: 5px;
  min-width:10%;
}
.main-nav .menu>li.menu-item-has-children>a:after {
    content: "\f0d7";
    right: 1px;
    font-size: 12px;
    color: #bbb;
}
.main-nav .menu>li.menu-item-has-children:last-child {
    margin-right: 0;
}
.main-nav .menu>li.current-menu-item>a {
    color: #1aada3;
}
.main-nav .menu>li.onepage-link.current-menu-item>a {
    color: #1aada3;
}
.main-nav .menu>li .sub-menu-dropdown {
    top: 70%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.main-nav .menu>li.menu-item-design-full-width .sub-menu-dropdown {
    width: 100%;
    padding: 30px 0 5px 0;
}
.main-nav .menu>li.menu-item-design-sized .sub-menu-dropdown {
    padding: 30px 30px 30px 30px;
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -moz-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
}
.main-nav .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .main-nav .menu>li.item-event-hover:hover>.sub-menu-dropdown {
    top: 100%}
.color-scheme-light .main-nav .menu>li>a {
    color: #fff;
}
.color-scheme-light .main-nav .menu>li>a:hover {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light .main-nav .menu>li.menu-item-has-children>a:after {
    color: #fff;
}
.color-scheme-light .main-nav .menu>li.current-menu-item>a {
    color: #fff;
}
.main-nav.menu-center {
    text-align: center;
}
.main-nav.menu-right {
    text-align: right;
}
.menu-item-language {
    position: relative;
}
.submenu-languages {
    position: absolute;
    top: 63px;
    left: 13px;
    display: none;
}
.menu-item-language:hover .submenu-languages {
    display: block;
}
.widget_nav_mega_menu .widget-title {
    color: #000;
    background-color: #f1f1f1;
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 700;
    padding: 22px 20px 22px 20px;
}
.widget_nav_mega_menu .widget-title:before {
    content: none;
}
.widget_nav_mega_menu .widget-title.color-scheme-light {
    color: #fff;
    background-color: rgba(0, 0, 0, .23);
}
.mega-navigation, .widget_nav_mega_menu {
    position: relative;
}
.mega-navigation .menu, .widget_nav_mega_menu .menu {
    border-bottom: 3px solid rgba(0, 0, 0, .23);
}
.mega-navigation .menu li, .widget_nav_mega_menu .menu li {
    margin-bottom: 0;
}
.mega-navigation .menu .sub-menu-dropdown, .widget_nav_mega_menu .menu .sub-menu-dropdown {
    border: 2px solid rgba(168, 168, 168, .2);
}
.mega-navigation .menu>li, .widget_nav_mega_menu .menu>li {
    display: block;
    margin-left: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.mega-navigation .menu>li a i, .widget_nav_mega_menu .menu>li a i {
    font-size: 16px;
    min-width: 24px;
    opacity: 1;
}
.mega-navigation .menu>li>a, .widget_nav_mega_menu .menu>li>a {
    display: block;
    padding: 14px 20px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.mega-navigation .menu>li>a:focus, .widget_nav_mega_menu .menu>li>a:focus {
    color: #fff;
}
.mega-navigation .menu>li.item-with-label>a .menu-label, .widget_nav_mega_menu .menu>li.item-with-label>a .menu-label {
    right: 18px;
}
.mega-navigation .menu>li.menu-item-has-children>a, .widget_nav_mega_menu .menu>li.menu-item-has-children>a {
    padding-right: 25px;
}
.mega-navigation .menu>li.menu-item-has-children>a:after, .widget_nav_mega_menu .menu>li.menu-item-has-children>a:after {
    content: "\f105";
    right: 20px;
    color: #fff;
    font-size: 14px;
}
.mega-navigation .menu>li.menu-item-design-default .sub-menu-dropdown, .mega-navigation .menu>li.menu-item-design-full-width .sub-menu-dropdown, .mega-navigation .menu>li.menu-item-design-sized .sub-menu-dropdown, .widget_nav_mega_menu .menu>li.menu-item-design-default .sub-menu-dropdown, .widget_nav_mega_menu .menu>li.menu-item-design-full-width .sub-menu-dropdown, .widget_nav_mega_menu .menu>li.menu-item-design-sized .sub-menu-dropdown {
    left: 90%;
    top: 0;
}
.mega-navigation .menu>li.menu-item-design-default.item-event-click.item-menu-opened>.sub-menu-dropdown, .mega-navigation .menu>li.menu-item-design-default.item-event-hover:hover>.sub-menu-dropdown, .widget_nav_mega_menu .menu>li.menu-item-design-default.item-event-click.item-menu-opened>.sub-menu-dropdown, .widget_nav_mega_menu .menu>li.menu-item-design-default.item-event-hover:hover>.sub-menu-dropdown {
    margin-left: 0;
    margin-top: -1px;
}
.mega-navigation .menu>li.menu-item-design-full-width .sub-menu-dropdown, .widget_nav_mega_menu .menu>li.menu-item-design-full-width .sub-menu-dropdown {
    width: 826px;
    padding: 25px 30px 5px 30px;
}
.mega-navigation .menu>li.menu-item-design-full-width .sub-menu-dropdown .container, .widget_nav_mega_menu .menu>li.menu-item-design-full-width .sub-menu-dropdown .container {
    width: auto;
    padding: 0;
}
.mega-navigation .menu>li.menu-item-design-sized, .widget_nav_mega_menu .menu>li.menu-item-design-sized {
    position: static;
}
.mega-navigation .menu>li.menu-item-design-sized .sub-menu-dropdown, .widget_nav_mega_menu .menu>li.menu-item-design-sized .sub-menu-dropdown {
    padding: 25px 30px 5px 30px;
}
.mega-navigation .menu>li:last-child, .widget_nav_mega_menu .menu>li:last-child {
    border-bottom: none;
}
.mega-navigation .menu>li:hover, .widget_nav_mega_menu .menu>li:hover {
    background-color: #fbbc34;
}
.mega-navigation .menu>li:hover>a, .widget_nav_mega_menu .menu>li:hover>a {
    color: #fff;
}
.mega-navigation .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .mega-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown, .widget_nav_mega_menu .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .widget_nav_mega_menu .menu>li.item-event-hover:hover>.sub-menu-dropdown {
    left: 100%;
    margin-left: 0;
}
.categories-menu-dropdown {
    position: absolute;
    top: 124%;
    left: 0;
    z-index: 299;
    background-color: inherit;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease .1s;
    -moz-transition: all .2s ease .1s;
    -o-transition: all .2s ease .1s;
    transition: all .2s ease .1s;
}
.sidebar-right .widget_nav_mega_menu .sub-menu-dropdown {
    display: none;
}
.sidebar-right .widget_nav_mega_menu li.menu-item-has-children a:after {
    display: none;
}
.mobile-nav {
    width: 270px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    background-color: #0c0c0c;
    z-index: 500;
    transform: translate3d(-270px, 0, 0);
    -webkit-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 0, 0);
    -sand-transform: translate3d(-270px, 0, 0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.mobile-nav ul li {
    display: block;
    position: relative;
}
.mobile-nav ul li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(92, 92, 92, .23);
}
.mobile-nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.mobile-nav ul li a:active, .mobile-nav ul li.active a {
    color: #fff;
    background-color: #3c3c3c;
}
.mobile-nav ul li a i {
    min-width: 22px;
    margin-right: 2px;
}
.mobile-nav ul li.item-with-label>a .menu-label {
    right: 30px;
}
.mobile-nav ul li.current_page_item>a {
    color: #1aada3;
}
.mobile-nav ul li.menu-item-has-children>a {
    padding-right: 43px;
}
.mobile-nav .sub-menu-dropdown .container {
    width: auto;
    display: block;
    padding: 0;
}
.mobile-nav .sub-menu-dropdown ul {
    display: none;
    position: relative;
    background-color: #171717;
}
.mobile-nav .sub-menu-dropdown ul:before {
    position: absolute;
    bottom: 100%;
    margin-bottom: 4px;
    left: 20px;
    font-size: 30px;
    content: "\f0d8";
    font-family: FontAwesome;
    line-height: 0;
    color: #171717;
}
.mobile-nav .sub-menu-dropdown li a {
    font-size: 14px;
}
.mobile-nav .sub-menu-dropdown li ul {
    background-color: #1d1d1d;
}
.mobile-nav .sub-menu-dropdown li ul:before {
    color: #1d1d1d;
}
.mobile-nav .searchform {
    position: relative;
    padding: 10px;
    border-bottom: 2px solid rgba(92, 92, 92, .43);
}
.mobile-nav .searchform .screen-reader-text {
    display: none;
}
.mobile-nav .searchform input[type=text] {
    background-color: rgba(255, 255, 255, .1);
    border: none;
    border: 1px solid rgba(208, 208, 208, .09);
    padding: 14px 50px 14px 18px;
    font-size: 14px;
    color: #fff;
}
.mobile-nav .searchform ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
.mobile-nav .searchform ::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}
.mobile-nav .searchform :-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}
.mobile-nav .searchform :-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
.mobile-nav .searchform button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    width: 50px;
    color: rgba(255, 255, 255, .8);
    text-align: center;
}
.mobile-nav .searchform button:before {
    content: "\e090";
    display: inline-block;
    line-height: 48px;
    font-size: 20px;
    font-family: simple-line-icons;
}
.mobile-nav .icon-sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    width: 49px;
    padding-right: 0;
    border-left: 1px solid rgba(92, 92, 92, .23);
    cursor: pointer;
    padding-right: 18px;
}
.mobile-nav .icon-sub-menu:after, .mobile-nav .icon-sub-menu:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.mobile-nav .icon-sub-menu:after, .mobile-nav .icon-sub-menu:before {
    right: 50%;
    margin-right: -5px;
}
.mobile-nav .icon-sub-menu:after {
    transform: translateX(-4px) rotate(50deg);
    -webkit-transform: translateX(-4px) rotate(50deg);
    -moz-transform: translateX(-4px) rotate(50deg);
    -o-transform: translateX(-4px) rotate(50deg);
    -ms-transform: translateX(-4px) rotate(50deg);
    -sand-transform: translateX(-4px) rotate(50deg);
}
.mobile-nav .icon-sub-menu:before {
    transform: translateX(3px) rotate(-50deg);
    -webkit-transform: translateX(3px) rotate(-50deg);
    -moz-transform: translateX(3px) rotate(-50deg);
    -o-transform: translateX(3px) rotate(-50deg);
    -ms-transform: translateX(3px) rotate(-50deg);
    -sand-transform: translateX(3px) rotate(-50deg);
}
.mobile-nav .icon-sub-menu.up-icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.mobile-nav .icon-sub-menu.up-icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
}
.left-wrapp .basel-close-side {
    opacity: 1;
    visibility: visible;
}
.act-mobile-menu {
    overflow: hidden;
}
.act-mobile-menu .mobile-nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
}
.main-header:not(.header-vertical) .basel-navigation .menu>li.callto-btn>.sub-menu-dropdown, .sticky-header .basel-navigation .menu>li.callto-btn>.sub-menu-dropdown {
    top: calc(120% + 20px);
    top: -moz-calc(120% + 20px);
    top: -webkit-calc(120% + 20px);
    left: 12px;
}
.main-header:not(.header-vertical) .basel-navigation .menu>li.callto-btn>.sub-menu-dropdown:before, .sticky-header .basel-navigation .menu>li.callto-btn>.sub-menu-dropdown:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 20px;
    width: 100%}
.main-header:not(.header-vertical) .basel-navigation .menu>li.callto-btn.menu-item-design-full-width>.sub-menu-dropdown, .sticky-header .basel-navigation .menu>li.callto-btn.menu-item-design-full-width>.sub-menu-dropdown {
    left: 0;
}
.main-header:not(.header-vertical) .basel-navigation .menu>li.callto-btn.item-event-click.item-menu-opened>.sub-menu-dropdown, .main-header:not(.header-vertical) .basel-navigation .menu>li.callto-btn.item-event-hover:hover>.sub-menu-dropdown, .sticky-header .basel-navigation .menu>li.callto-btn.item-event-click.item-menu-opened>.sub-menu-dropdown, .sticky-header .basel-navigation .menu>li.callto-btn.item-event-hover:hover>.sub-menu-dropdown {
    top: calc(100% + 20px);
    top: -moz-calc(100% + 20px);
    top: -webkit-calc(100% + 20px);
}
.act-scroll .main-nav .menu>li.callto-btn>a {
    height: auto!important;
    line-height: 18px!important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(129, 129, 129, .25);
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: rgba(0, 0, 0, .6);
    transition: border-color .4s;
    box-shadow: none;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=checkbox], input[type=radio] {
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
}
textarea {
    height: auto;
    line-height: 1.5;
    padding: 10px 15px;
}
.variations.variant_simple .input-dropdown-inner>a, select {
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE3VDE3OjEyOjQyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUVFRDJCNkREQzMxMUU0QTM3QUI4MEQzQjkxMTEyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTgyMENFQ0RGNUIxMUU0QTM3QUI4MEQzQjkxMTEyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuShL/sAAABeSURBVHjaYszOzjZnYGDYCcT8DMSBv0AcP2XKlKVEqmdgAuKTQOwOxB+JtQCIibYAZgkDkRaRZQGyJYQsItsCdEtwWUSRBdgsQbeIYgtAgAWHOMwiJSBezkAhAAgwAJSTG/DI0S9VAAAAAElFTkSuQmCC);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 15%;
    padding-right: 27px;
}
input[type=date], input[type=number] {
    padding-right: 0;
}
input[type=date] {
    padding: 0 0 0 15px;
}
input[type=date]::-webkit-clear-button {
    position: relative;
    font-size: 12px;
    height: 40px;
    right: 5px;
    margin-right: 4px;
}
input[type=date]::-webkit-inner-spin-button {
    height: 40px;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    input[type=number] {
    line-height: 40px;
}
}.color-scheme-light input[type=email], .color-scheme-light input[type=number], .color-scheme-light input[type=password], .color-scheme-light input[type=tel], .color-scheme-light input[type=text], .color-scheme-light select, .color-scheme-light textarea {
    box-shadow: none;
    border-color: rgba(255, 255, 255, .4);
    background-color: transparent;
    color: #fff;
}
.color-scheme-light input[type=email]:focus, .color-scheme-light input[type=number]:focus, .color-scheme-light input[type=password]:focus, .color-scheme-light input[type=tel]:focus, .color-scheme-light input[type=text]:focus, .color-scheme-light select:focus, .color-scheme-light textarea:focus {
    border-color: rgba(255, 255, 255, .7);
}
.color-scheme-light input[type=email] option, .color-scheme-light input[type=number] option, .color-scheme-light input[type=password] option, .color-scheme-light input[type=tel] option, .color-scheme-light input[type=text] option, .color-scheme-light select option, .color-scheme-light textarea option {
    color: rgba(0, 0, 0, .8);
}
.color-scheme-light ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}
.color-scheme-light ::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}
.color-scheme-light :-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}
.color-scheme-light :-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
}
.mc4wp-form {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.mc4wp-form div {
    max-width: 590px;
    position: relative;
    margin: 0 auto;
}
.mc4wp-form div p:first-child {
    width: 100%;
    background-color: white;
    color: #7C7C7C;
    height: 30px;
    border-radius: 15px;

}
.mc4wp-form label {
    display: none;
}
.mc4wp-form p {
    display: inline-block;
    display: -moz-inline-stack;
}
.mc4wp-form input[type=email] {
    background-color: transparent;
    border: none;
    padding-left: 45px;
    box-shadow: none;
    
    width: 93%;
    font-style: italic;
    height: 30px;}
.mc4wp-form input[type=submit] {
 
   width: 130px;

    height: 30px;
    
    background-color: #0ECA65 !important;
    color: white !important;
    border: 0px;
    line-height: 30px;
    font-size: 12px;
    font-family: futura;
    top: 0px;
}
.mc4wp-form input[type=submit]:focus, .mc4wp-form input[type=submit]:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.mc4wp-form input[type=submit].btn-style-bordered {
    background-color: transparent;
    color: #000;
}
.mc4wp-form input[type=submit].btn-style-bordered:focus, .mc4wp-form input[type=submit].btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.mc4wp-form input[type=submit].btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.mc4wp-form input[type=submit].btn-style-link:focus, .mc4wp-form input[type=submit].btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.mc4wp-form .mailchimp-input-icon {
    position: relative;
}

.mc4wp-form .mailchimp-input-icon input[type=email] {
    padding-left: 25px;
}
.color-scheme-light .mc4wp-form input[type=email] {
    border-color: rgba(255, 255, 255, .7);
}
color:rgba(255, 255, 255, 1) .color-scheme-light .mc4wp-form input[type=email]:focus {
    border-color: rgba(255, 255, 255, .9);
}
.color-scheme-light .mc4wp-form input[type=submit] {
    background-color: #fff;
    border-color: #fff;
    color: #5f5f5f;
}
.color-scheme-light .mc4wp-form input[type=submit]:focus, .color-scheme-light .mc4wp-form input[type=submit]:hover {
    background-color: #292929;
    color: #fff;
    text-decoration: none;
    border-color: #292929;
}
.color-scheme-light .mc4wp-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light .mc4wp-form ::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light .mc4wp-form :-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light .mc4wp-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
.filters-area .mc4wp-form, .footer-container .mc4wp-form, .sidebar-container .mc4wp-form {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    text-align: left;
}
.filters-area .mc4wp-form form p:first-child, .footer-container .mc4wp-form form p:first-child, .sidebar-container .mc4wp-form form p:first-child {
    max-width: 100%}
.filters-area .mc4wp-form p, .footer-container .mc4wp-form p, .sidebar-container .mc4wp-form p {
    display: block;
}
.filters-area .mc4wp-form input[type=email], .footer-container .mc4wp-form input[type=email], .sidebar-container .mc4wp-form input[type=email] {
    max-width: 100%}
.filters-area .mc4wp-form input[type=submit], .footer-container .mc4wp-form input[type=submit], .sidebar-container .mc4wp-form input[type=submit] {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.filters-area .mc4wp-form input[type=submit]:focus, .filters-area .mc4wp-form input[type=submit]:hover, .footer-container .mc4wp-form input[type=submit]:focus, .footer-container .mc4wp-form input[type=submit]:hover, .sidebar-container .mc4wp-form input[type=submit]:focus, .sidebar-container .mc4wp-form input[type=submit]:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.filters-area .mc4wp-form input[type=submit].btn-style-bordered, .footer-container .mc4wp-form input[type=submit].btn-style-bordered, .sidebar-container .mc4wp-form input[type=submit].btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.filters-area .mc4wp-form input[type=submit].btn-style-bordered:focus, .filters-area .mc4wp-form input[type=submit].btn-style-bordered:hover, .footer-container .mc4wp-form input[type=submit].btn-style-bordered:focus, .footer-container .mc4wp-form input[type=submit].btn-style-bordered:hover, .sidebar-container .mc4wp-form input[type=submit].btn-style-bordered:focus, .sidebar-container .mc4wp-form input[type=submit].btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.filters-area .mc4wp-form input[type=submit].btn-style-link, .footer-container .mc4wp-form input[type=submit].btn-style-link, .sidebar-container .mc4wp-form input[type=submit].btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.filters-area .mc4wp-form input[type=submit].btn-style-link:focus, .filters-area .mc4wp-form input[type=submit].btn-style-link:hover, .footer-container .mc4wp-form input[type=submit].btn-style-link:focus, .footer-container .mc4wp-form input[type=submit].btn-style-link:hover, .sidebar-container .mc4wp-form input[type=submit].btn-style-link:focus, .sidebar-container .mc4wp-form input[type=submit].btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.feedback-form {
    margin-left: -10px;
    margin-right: -10px;
}
.feedback-form>p {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}
.feedback-form .wpcf7-text {
    border: none;
    border-bottom: 2px solid;
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
    border-color: rgba(0, 0, 0, .2);
}
.feedback-form .wpcf7-submit {
    width: 100%;
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.feedback-form .wpcf7-submit:focus, .feedback-form .wpcf7-submit:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.feedback-form .wpcf7-submit.btn-style-bordered {
    background-color: transparent;
    color: #000;
}
.feedback-form .wpcf7-submit.btn-style-bordered:focus, .feedback-form .wpcf7-submit.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.feedback-form .wpcf7-submit.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.feedback-form .wpcf7-submit.btn-style-link:focus, .feedback-form .wpcf7-submit.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.feedback-form:after {
    content: "";
    clear: both;
    display: block;
}
.color-scheme-light .feedback-form .wpcf7-submit {
    background-color: #fff;
    color: #3b3b3b;
    border-color: #fff;
}
.color-scheme-light .feedback-form .wpcf7-submit:focus, .color-scheme-light .feedback-form .wpcf7-submit:hover {
    background-color: #3e3e3e;
    color: #fff;
    text-decoration: none;
    border-color: #3e3e3e;
}
.color-scheme-light .feedback-form .wpcf7-submit.btn-style-bordered {
    background-color: transparent;
    color: #fff;
}
.color-scheme-light .feedback-form .wpcf7-submit.btn-style-bordered:focus, .color-scheme-light .feedback-form .wpcf7-submit.btn-style-bordered:hover {
    background-color: #fff;
    color: #5f5f5f;
    border-color: #fff;
}
.color-scheme-light .feedback-form .wpcf7-submit.btn-style-link {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
}
.color-scheme-light .feedback-form .wpcf7-submit.btn-style-link:focus, .color-scheme-light .feedback-form .wpcf7-submit.btn-style-link:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.color-scheme-light .feedback-form .wpcf7-text {
    border-color: rgba(255, 255, 255, .9);
}
.color-scheme-light .feedback-form .wpcf7-text:focus {
    border-color: #fff;
}
.mc4wp-alert {
    border: 2px solid;
    padding: 5px 10px;
}
.mc4wp-alert.mc4wp-error {
    border-color: #cd5c5c;
    color: #cd5c5c;
}
.mc4wp-alert.mc4wp-success {
    color: #3c763d;
    border-color: #459647;
}
.sidebar-container {
    margin-bottom: 40px;
    color: rgba(0, 0, 0, .8);
}
.filters-area {
    margin-bottom: 35px;
    color: rgba(0, 0, 0, .8);
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}
.sidebar-widget {
    margin-bottom: 50px;
}
.filter-widget {
    margin-bottom: 30px;
}
.filter-widget p, .sidebar-widget p {
    color: rgba(0, 0, 0, .8);
}
.filter-widget li, .sidebar-widget li {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, .8);
}
.filter-widget li a, .sidebar-widget li a {
    color: rgba(0, 0, 0, .9);
}
.filter-widget li a:hover, .sidebar-widget li a:hover {
    color: #1aada3;
}
.filter-widget li>ul li, .sidebar-widget li>ul li {
    color: rgba(0, 0, 0, .6);
}
.filter-widget li>ul li a, .sidebar-widget li>ul li a {
    color: rgba(0, 0, 0, .6);
}
.filter-widget li>ul li a:hover, .sidebar-widget li>ul li a:hover {
    color: #1aada3;
}
.filter-widget li:last-child, .sidebar-widget li:last-child {
    margin-bottom: 0;
}
.search-extended {
    position: relative;
    text-align: right;
}
.search-extended form.search-loading:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 12px;
    content: " ";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    border-color: #bbb;
}
.search-extended form.search-loading #searchsubmit {
    display: none;
}
.search-extended input[type=text] {
    padding-right: 45px;
}
.search-extended .screen-reader-text {
    display: none;
}
.search-extended #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    border: none;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    text-align: center;
    color: #777;
    margin: 0;
}
.search-extended #searchsubmit:after {
    content: "\e090";
    font-size: 18px;
    font-weight: 700;
    font-family: simple-line-icons;
    display: inline-block;
    line-height: 40px;
}
.search-extended #searchsubmit:hover {
    color: #3a3a3a;
    background-color: transparent;
}
.color-scheme-light .search-extended .search-loading:after {
    border-color: rgba(255, 255, 255, .8);
}
form.has-categories-dropdown .search-by-category {
    position: absolute;
    top: 2px;
    right: 40px;
}
form.has-categories-dropdown .search-by-category .dropdown-list {
    text-align: left;
    position: absolute;
    right: -40px;
    top: 100%;
    margin-top: 2px;
    z-index: 300;
    background-color: #fff;
    min-width: 182px;
    max-width: 230px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(124, 124, 124, .2);
    border-right: 1px solid rgba(124, 124, 124, .2);
    border-left: 1px solid rgba(124, 124, 124, .2);
}
form.has-categories-dropdown .search-by-category .dropdown-list .children li a:before {
    content: "\f105";
    color: #bbb;
    opacity: .7;
    display: inline-block;
    padding-left: 5px;
    padding-right: 8px;
    font-family: FontAwesome;
}
form.has-categories-dropdown .search-by-category li {
    line-height: 1;
    margin-bottom: 0;
}
form.has-categories-dropdown .search-by-category li a {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #8b8b8b!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    padding: 10px 15px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
form.has-categories-dropdown .search-by-category li a:hover {
    background-color: #f7f7f7;
    text-decoration: none;
    color: #545252!important;
}
form.has-categories-dropdown .search-by-category li.current-item a {
    background-color: #f1f1f1;
    color: #545252!important;
}
form.has-categories-dropdown .input-dropdown-inner:after, form.has-categories-dropdown .input-dropdown-inner:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    border-right: 1px solid rgba(168, 168, 168, .2);
    height: 25px;
}
form.has-categories-dropdown .input-dropdown-inner:after {
    right: 0;
}
form.has-categories-dropdown .input-dropdown-inner:before {
    left: 0;
}
form.has-categories-dropdown .input-dropdown-inner>a {
    display: inline-block;
    font-size: 0;
    text-transform: uppercase;
    letter-spacing: .4px;
    text-align: center;
    color: #c5c5c5;
}
form.has-categories-dropdown .input-dropdown-inner>a:hover {
    text-decoration: none;
}
form.has-categories-dropdown .input-dropdown-inner>a:after {
    content: "\f0d7";
    font-size: 18px;
    width: 30px;
    font-family: FontAwesome;
    display: inline-block;
    line-height: 36px;
}
form.has-categories-dropdown input[type=text] {
    padding-right: 72px;
}
.main-header form.has-categories-dropdown {
    position: relative;
}
.main-header form.has-categories-dropdown.search-loading:after {
    right: 17px;
}
.main-header form.has-categories-dropdown .search-by-category {
    top: 2px;
    right: 50px;
    line-height: 44px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
}
.main-header form.has-categories-dropdown .search-by-category .dropdown-list {
    right: 0;
    margin-top: 2px;
    border-width: 2px;
    border-color: rgba(168, 168, 168, .2);
}
.main-header form.has-categories-dropdown .input-dropdown-inner {
    position: relative;
    padding: 0 15px;
}
.main-header form.has-categories-dropdown .input-dropdown-inner>a {
    font-size: 12px;
    color: inherit;
}
.main-header form.has-categories-dropdown .input-dropdown-inner>a:after {
    font-size: 14px;
    width: auto;
    margin-left: 10px;
}
.main-header form.has-categories-dropdown input[type=text] {
    min-width: 270px;
    height: 45px;
    border-color: #DDE4EE;
    border-width: 1px;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff !important;

}
.main-header form.has-categories-dropdown #searchsubmit {
    top: 5px;
    width: 50px;
    color: inherit;
}
.main-header form.has-categories-dropdown #searchsubmit:after {
    line-height: 34px;
    font-size: 16px;
    color: #fff;
}
.main-header form.has-categories-dropdown #searchsubmit:hover {
    color: inherit;
    opacity: .7;
}
.main-header.color-scheme-light .search-extended {
    color: rgba(255, 255, 255, .9);
}
.main-header.color-scheme-light .search-extended .input-dropdown-inner:after, .main-header.color-scheme-light .search-extended .input-dropdown-inner:before {
    border-color: rgba(255, 255, 255, .3);
}
.main-header.color-scheme-light .search-extended input[type=text] {
    border-color: rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .9);
}
.autocomplete-suggestions {
    background-color: #fff;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 257px;
    max-width: 340px;
    width: 100%!important;
    max-height: none!important;
    overflow: hidden;
    border: 1px solid rgba(129, 129, 129, .25);
    border-top: none;
    z-index: 300!important;
}
.autocomplete-suggestions .autocomplete-suggestion {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(129, 129, 129, .15);
    cursor: pointer;
    line-height: 1.4;
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.autocomplete-suggestions .suggestion-thumb {
    max-width: 62px;
    float: left;
    margin-right: 15px;
}
.autocomplete-suggestions .suggestion-price {
    margin-top: 10px;
}
.autocomplete-suggestions .suggestion-price ins {
    padding: 0;
    text-decoration: none;
}
.autocomplete-suggestions .view-all-products {
    text-align: center;
    cursor: pointer;
}
.autocomplete-suggestions .view-all-products span {
    border-bottom: 1px solid #b5b5b5;
    color: #6d6d6d;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.autocomplete-suggestions .view-all-products:focus span, .autocomplete-suggestions .view-all-products:hover span {
    border-color: #3e3e3e;
    color: #3e3e3e;
}
.color-scheme-light .basel-search-dropdown .autocomplete-suggestions .suggestion-title, .color-scheme-light .search-extended .autocomplete-suggestions .suggestion-title {
    color: rgba(0, 0, 0, .7);
}
.color-scheme-light .basel-search-dropdown .autocomplete-suggestions .suggestion-price>.amount, .color-scheme-light .basel-search-dropdown .autocomplete-suggestions .suggestion-price>del .amount, .color-scheme-light .search-extended .autocomplete-suggestions .suggestion-price>.amount, .color-scheme-light .search-extended .autocomplete-suggestions .suggestion-price>del .amount {
    color: #000;
}
.basel-search-dropdown .basel-search-wrapper {
    padding-top: 15px;
    position: absolute;
    top: 50%!important;
    right: -24px;
    visibility: hidden;
    opacity: 0;
    z-index: 600;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner {
    background-color: #f7f7f7;
    z-index: 1;
    padding: 20px 20px;
    width: 315px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form {
    position: relative;
    text-align: center;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form.search-loading input[type=text] {
    padding-left: 45px;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form.search-loading:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 20px;
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    border-color: #bbb;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form>div {
    display: flex;
    justify-content: center;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form label {
    display: none;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form input[type=text] {
    border: 1px solid rgba(131, 131, 131, .2);
    background-color: #fff;
    box-shadow: none;
    border-right: 0;
    max-width: 185px;
    color: #7c7c7c;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button, .widget_search form.gl_search_post button {
    margin-left: -3px;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button:focus, .basel-search-dropdown .basel-search-wrapper .basel-search-inner form button:hover, .widget_search form.gl_search_post button:focus, .widget_search form.gl_search_post button:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-bordered:focus, .basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-link:focus, .basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form ::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form :-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form :-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner .basel-close-search {
    display: none;
}
.basel-search-dropdown:hover>.basel-search-wrapper {
    visibility: visible;
    opacity: 1;
    top: 100%!important;
}
.basel-ajax-search-on .basel-search-dropdown .basel-search-wrapper {
    top: 50%!important;
    visibility: hidden;
    opacity: 0;
}
.basel-ajax-search-on .basel-search-dropdown .basel-search-wrapper.search-overlap {
    visibility: visible;
    opacity: 1;
    top: 100%!important;
}
.basel-search-full-screen .basel-search-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 370;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -sand-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition: opacity .25s ease-in-out, visibility .25s, transform .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out, visibility .25s, transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, visibility .25s, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s, transform .25s ease-in-out;
}
.basel-search-full-screen .basel-search-wrapper.search-overlap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    -o-transform: translateY(0);
}
.basel-search-full-screen .basel-search-wrapper.search-overlap form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.basel-search-full-screen .basel-search-inner {
    padding: 0 80px;
}
.basel-search-full-screen .basel-search-inner ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.basel-search-full-screen .basel-search-inner ::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.basel-search-full-screen .basel-search-inner :-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.basel-search-full-screen .basel-search-inner :-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.basel-search-full-screen .basel-search-inner input[type=text] {
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    padding-left: 0;
    padding-right: 90px;
    padding-bottom: 0;
    padding-top: 0;
    font-family: Lora, "MS Sans Serif", Geneva, sans-serif;
    font-style: italic;
    font-size: 68px;
    color: #fff!important;
    letter-spacing: 1px;
    line-height: 120px;
    height: 122px;
    background-color: transparent;
    box-shadow: none;
}
.basel-search-full-screen .basel-search-inner button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    font-weight: 400;
    vertical-align: top;
    width: 80px;
    text-align: center;
}
.basel-search-full-screen .basel-search-inner button:before {
    content: "\e090";
    font-size: 60px;
    line-height: 120px;
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    font-family: simple-line-icons;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.basel-search-full-screen .basel-search-inner button:hover:before {
    color: #fff;
}
.basel-search-full-screen .basel-search-inner form {
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -sand-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .42s ease-in-out;
    -moz-transition: all .42s ease-in-out;
    -o-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out;
}
.basel-search-full-screen .basel-search-inner form .screen-reader-text {
    display: none;
}
.basel-search-full-screen .basel-search-inner form.search-loading:after {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 140px;
    content: " ";
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    border-color: #fff;
}
.basel-search-full-screen .basel-search-inner .basel-close-search {
    position: absolute;
    cursor: pointer;
    right: 45px;
    bottom: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 33px;
    padding-right: 50px;
    z-index: 301;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.basel-search-full-screen .basel-search-inner .basel-close-search:after, .basel-search-full-screen .basel-search-inner .basel-close-search:before {
    content: " ";
    width: 35px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 15px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
}
.basel-search-full-screen .basel-search-inner .basel-close-search:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.basel-search-full-screen .basel-search-inner .basel-close-search:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.global-search-full-screen.basel-search-opened {
    overflow: hidden;
}
.global-search-full-screen.basel-search-opened .scrollToTop {
    display: none;
}
.global-search-full-screen.basel-search-opened .header-split .site-logo, .global-search-full-screen.basel-search-opened .main-header, .global-search-full-screen.basel-search-opened .main-page-wrapper, .global-search-full-screen.basel-search-opened .topbar-wrapp {
    padding-right: 17px;
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions {
    color: #fff;
    background-color: transparent;
    padding: 0;
    max-width: none;
    border: none;
    font-size: 15px;
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions .suggestion-thumb {
    max-width: 110px;
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions .suggestion-price .amount {
    color: rgba(255, 255, 255, .8);
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions>div {
    margin-right: 15px;
    display: inline-block;
    width: 350px;
    vertical-align: top;
    border-bottom: none;
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions .view-all-products {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions .view-all-products span {
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions .view-all-products:focus span, .global-search-full-screen.basel-search-opened .autocomplete-suggestions .view-all-products:hover span {
    border-color: #fff;
}
.basel-ajax-search-on .basel-search-dropdown>a i:before, .basel-search-full-screen>a i:before {
    -webkit-transition: opacity .1s ease-in-out 0s;
    -moz-transition: opacity .1s ease-in-out 0s;
    -o-transition: opacity .1s ease-in-out 0s;
    transition: opacity .1s ease-in-out 0s;
}
.basel-ajax-search-on .basel-search-dropdown>a:after, .basel-ajax-search-on .basel-search-dropdown>a:before, .basel-search-full-screen>a:after, .basel-search-full-screen>a:before {
    content: " ";
    width: 20px;
    height: 1px;
    font-size:22px;
    position: absolute;
    left: 7px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.global-search-dropdown.basel-ajax-search-on.basel-search-opened .right-column .search-button>a i:before, .global-search-full-screen.basel-search-opened .right-column .search-button>a i:before {
    opacity: 0;
    -webkit-transition: opacity 0s ease-in-out 0s;
    -moz-transition: opacity 0s ease-in-out 0s;
    -o-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}
.global-search-dropdown.basel-ajax-search-on.basel-search-opened .right-column .search-button>a:after, .global-search-dropdown.basel-ajax-search-on.basel-search-opened .right-column .search-button>a:before, .global-search-full-screen.basel-search-opened .right-column .search-button>a:after, .global-search-full-screen.basel-search-opened .right-column .search-button>a:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 50ms ease-in-out, transform .2s ease-in-out;
    -moz-transition: opacity 50ms ease-in-out, transform .2s ease-in-out;
    -o-transition: opacity 50ms ease-in-out, transform .2s ease-in-out;
    transition: opacity 50ms ease-in-out, transform .2s ease-in-out;
}
.global-search-dropdown.basel-ajax-search-on.basel-search-opened .right-column .search-button>a:after, .global-search-full-screen.basel-search-opened .right-column .search-button>a:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.global-search-dropdown.basel-ajax-search-on.basel-search-opened .right-column .search-button>a:before, .global-search-full-screen.basel-search-opened .right-column .search-button>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-results-wrapper {
    text-align: left;
    position: relative;
}
.macbook-carousel {
    background: url(mockup-macbook.png) no-repeat center top;
    background-size: contain;
    margin: 0 auto;
    width: 850px;
    height: 501px;
}
.macbook-carousel .gl_images_carousel {
    margin: 49px 152px 49px 152px;
}
.iphone-carousel {
    background: url(mockup-iphone.png) no-repeat center top;
    background-size: contain;
    width: 415px;
    height: 796px;
    margin: 0 auto;
}
.iphone-carousel .gl_images_carousel {
    margin: 101px 40px 0 42px;
    height: 594px;
    overflow: hidden;
}
.carousel-device .spb_gallery_heading {
    display: none;
}
.carousel-device .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.carousel-device .owl-stage-outer {
    z-index: 2;
}
.carousel-device .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%}
.carousel-device .owl-carousel .owl-nav>div {
    height: 100%;
    top: 0;
    width: 40px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 0;
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
}
.carousel-device .owl-carousel .owl-nav>div:before {
    position: absolute;
    top: 45%;
    width: 100%;
    height: auto;
    line-height: 1;
    color: #fff;
}
.carousel-device .owl-carousel .owl-nav>div.owl-prev {
    left: 0;
}
.carousel-device .owl-carousel .owl-nav>div.owl-next {
    right: 0;
}
.carousel-device .owl-carousel:hover .owl-nav div.owl-prev {
    left: 0;
}
.carousel-device .owl-carousel:hover .owl-nav div.owl-next {
    right: 0;
}
.carousel-device .owl-carousel .owl-nav div:hover {
    background-color: rgba(0, 0, 0, .5);
}
.title-wrapper>span {
    display: block;
}
.title-wrapper .title {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.title-wrapper .font-default {
    letter-spacing: 3px;
}
.title-wrapper .title-subtitle {
    margin-bottom: 10px;
}
.title-wrapper .title-after_title {
    margin-bottom: 20px;
    margin-top: -5px;
    line-height: 1.6;
}
.title-wrapper .title-after_title p {
    margin-bottom: 0;
}
.title-wrapper .title-separator {
    display: none;
}
.title-wrapper .liner-continer {
    display: block;
}
.title-wrapper .liner-continer .left-line, .title-wrapper .liner-continer .right-line {
    display: none;
}
.title-wrapper.basel-title-style-default .title {
    margin-bottom: 20px;
}
.title-wrapper.basel-title-style-simple .title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #1aada3;
}
.title-wrapper.basel-title-style-cross .title {
    position: relative;
}
.title-wrapper.basel-title-style-cross .title-separator {
    display: block;
}
.title-wrapper.basel-title-style-cross .title-separator:after, .title-wrapper.basel-title-style-cross .title-separator:before {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 1px;
    display: inline-block;
    background-color: #dcdcdc;
}
.title-wrapper.basel-title-style-cross .title-separator:before {
    margin-left: -34px;
}
.title-wrapper.basel-title-style-cross .title-separator:after {
    margin-left: 10px;
}
.title-wrapper.basel-title-style-cross .title-separator span:after, .title-wrapper.basel-title-style-cross .title-separator span:before {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 1px;
    display: inline-block;
    background-color: #c1c1c1;
}
.title-wrapper.basel-title-style-cross .title-separator span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.title-wrapper.basel-title-style-cross .title-separator span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.title-wrapper.basel-title-style-bordered .liner-continer {
    display: table-row;
}
.title-wrapper.basel-title-style-bordered .liner-continer .left-line, .title-wrapper.basel-title-style-bordered .liner-continer .right-line {
    display: table-cell;
}
.title-wrapper.basel-title-style-bordered .liner-continer .left-line:after, .title-wrapper.basel-title-style-bordered .liner-continer .right-line:after {
    background-color: rgba(118, 118, 118, .14);
}
.title-wrapper.basel-title-style-bordered .liner-continer .title {
    white-space: nowrap;
    margin-bottom: 0;
    max-width: 900px;
    overflow: hidden;
}
.title-wrapper.basel-title-style-bordered .title-after_title {
    margin-top: 15px;
}
.title-wrapper.basel-title-style-shadow {
    box-shadow: 10px 6px 0 #191919;
    border: 2px solid #191919;
}
.title-wrapper.basel-title-style-shadow .title {
    margin-bottom: 0;
}
.title-wrapper.basel-title-style-shadow .title-subtitle {
    margin-bottom: 0;
}
.title-wrapper.basel-title-style-shadow .title-subtitle+.liner-continer, .title-wrapper.basel-title-style-shadow .title-subtitle+.title-after_title {
    margin-top: 10px;
}
.title-wrapper.basel-title-style-shadow .title-after_title {
    margin-bottom: 0;
}
.title-wrapper.basel-title-style-shadow .liner-continer {
    margin-bottom: 0;
}
.title-wrapper.basel-title-style-shadow .liner-continer+.title-after_title {
    margin-top: 10px;
}
.title-wrapper.text-left.basel-title-style-cross .title-separator:after {
    left: 15px;
    margin-left: 0;
}
.title-wrapper.text-left.basel-title-style-cross .title-separator:before {
    display: none;
}
.title-wrapper.text-left.basel-title-style-cross .title-separator span:after, .title-wrapper.text-left.basel-title-style-cross .title-separator span:before {
    left: 0;
    margin-left: 0;
}
.title-wrapper.text-left.basel-title-style-simple .title:after {
    left: 0;
    margin-left: 0;
}
.title-wrapper.text-left.basel-title-style-bordered .liner-continer .left-line {
    display: none;
}
.title-wrapper.text-left.basel-title-style-bordered .liner-continer .right-line {
    width: 100%}
.title-wrapper.text-right.basel-title-style-simple .title:after {
    margin-left: 0;
    left: auto;
    right: 0;
}
.title-wrapper.text-right.basel-title-style-cross .title-separator:after {
    display: none;
}
.title-wrapper.text-right.basel-title-style-cross .title-separator:before {
    left: auto;
    right: 15px;
    margin-left: 0;
}
.title-wrapper.text-right.basel-title-style-cross .title-separator span:after, .title-wrapper.text-right.basel-title-style-cross .title-separator span:before {
    left: auto;
    right: 0;
    margin-left: 0;
}
.title-wrapper.text-right.basel-title-style-bordered .liner-continer .right-line {
    display: none;
}
.title-wrapper.text-right.basel-title-style-bordered .liner-continer .left-line {
    width: 100%}
.title-wrapper.basel-title-size-extra-large .title-subtitle {
    font-size: 26px;
}
.title-wrapper.basel-title-size-extra-large .title {
    font-size: 42px;
}
.title-wrapper.basel-title-size-extra-large .title-after_title {
    font-size: 16px;
}
.title-wrapper.basel-title-size-large .title-subtitle {
    font-size: 20px;
}
.title-wrapper.basel-title-size-large .title {
    font-size: 36px;
}
.title-wrapper.basel-title-size-large .title-after_title {
    font-size: 16px;
}
.title-wrapper.basel-title-size-default .title-subtitle {
    font-size: 14px;
}
.title-wrapper.basel-title-size-default .title {
    font-size: 26px;
}
.title-wrapper.basel-title-size-default .title-after_title {
    font-size: 14px;
}
.title-wrapper.basel-title-size-small .title-subtitle {
    font-size: 12px;
}
.title-wrapper.basel-title-size-small .title {
    font-size: 18px;
}
.title-wrapper.basel-title-size-small .title-after_title {
    font-size: 12px;
}
.title-wrapper.basel-title-color-default .title-subtitle {
    color: #9b9b9b;
}
.title-wrapper.basel-title-color-primary .title-subtitle {
    color: #1aada3;
}
.title-wrapper.basel-title-color-alt .title-subtitle {
    color: #fbbc34;
}
.title-wrapper.basel-title-color-black .title-subtitle {
    color: #000;
}
.title-wrapper.basel-title-color-white .title-subtitle {
    color: #fff;
}
.title-wrapper.basel-title-color-white .title {
    color: #fff;
}
.title-wrapper.basel-title-color-white .title:after {
    border-color: rgba(255, 255, 255, .5);
}
.title-wrapper.basel-title-color-white .title-separator:after, .title-wrapper.basel-title-color-white .title-separator:before {
    background-color: rgba(255, 255, 255, .6);
}
.title-wrapper.basel-title-color-white .title-separator span:after, .title-wrapper.basel-title-color-white .title-separator span:before {
    background-color: rgba(255, 255, 255, .6);
}
.title-wrapper.basel-title-color-white .liner-continer .left-line:after, .title-wrapper.basel-title-color-white .liner-continer .right-line:after {
    background-color: rgba(255, 255, 255, .4);
}
.title-wrapper.basel-title-color-white .title-after_title {
    color: #fff;
}
.title-wrapper.basel-title-color-white .title-after_title p {
    color: #fff;
}
.title-wrapper.basel-title-color-gradient .title {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.color-scheme-light .title-wrapper.basel-title-color-alt .title, .color-scheme-light .title-wrapper.basel-title-color-black .title, .color-scheme-light .title-wrapper.basel-title-color-default .title, .color-scheme-light .title-wrapper.basel-title-color-primary .title {
    color: #fff;
}
.color-scheme-light .title-wrapper.basel-title-color-alt .title-after_title, .color-scheme-light .title-wrapper.basel-title-color-black .title-after_title, .color-scheme-light .title-wrapper.basel-title-color-default .title-after_title, .color-scheme-light .title-wrapper.basel-title-color-primary .title-after_title {
    color: rbga(255, 255, 255, .9);
}
.color-scheme-light .title-wrapper.basel-title-style-simple .title:after {
    border-color: rgba(255, 255, 255, .5);
}
.color-scheme-light .title-wrapper.basel-title-style-bordered .left-line:after, .color-scheme-light .title-wrapper.basel-title-style-bordered .right-line:after {
    background-color: rgba(255, 255, 255, .4);
}
.color-scheme-light .title-wrapper.basel-title-style-shadow {
    box-shadow: 10px 6px 0 #fff;
    border-color: #fff;
}
.widget_text .social-icons {
    padding-left: 0;
    margin-bottom: 0;
}
.widget_text .social-icons li {
    margin: 5px 5px 0 5px;
}
.widget_text .social-icons li:before {
    content: none;
}
.social-icons {
    display: block;
}
.social-icons a {
    color: rgba(0, 0, 0, .6);
}
.social-icons a:hover {
    color: rgba(0, 0, 0, .8);
}
.social-icons li {
    display: inline-block;
    margin: 5px 5px 0 5px;
    padding: 0;
}
.social-icons li a {
    font-size: 0;
}
.social-icons li i {
    font-size: 18px;
}
.social-icons li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.social-icons li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.social-icons.icons-design-circle li, .social-icons.icons-design-colored li, .social-icons.icons-design-colored-alt li {
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social-icons.icons-design-circle li a, .social-icons.icons-design-colored li a, .social-icons.icons-design-colored-alt li a {
    position: relative;
    color: #8f8f8f;
    width: 100%;
    display: inline-block;
}
.social-icons.icons-design-circle li i, .social-icons.icons-design-colored li i, .social-icons.icons-design-colored-alt li i {
    line-height: 40px;
}
.social-icons.icons-design-circle li:hover, .social-icons.icons-design-colored li:hover, .social-icons.icons-design-colored-alt li:hover {
    background-color: #000;
}
.social-icons.icons-design-circle li:hover a, .social-icons.icons-design-colored li:hover a, .social-icons.icons-design-colored-alt li:hover a {
    color: #fff;
}
.social-icons.icons-design-colored li {
    background-color: #efefef;
}
.social-icons.icons-design-colored li.social-facebook {
    background-color: #365493;
}
.social-icons.icons-design-colored li.social-twitter {
    background-color: #3cf;
}
.social-icons.icons-design-colored li.social-google, .social-icons.icons-design-colored li.social-google-plus {
    background-color: #d44132;
}
.social-icons.icons-design-colored li.social-instagram {
    background-color: #774430;
}
.social-icons.icons-design-colored li.social-email {
    background-color: #f89a1e;
}
.social-icons.icons-design-colored li.social-pinterest {
    background-color: #cb2027;
}
.social-icons.icons-design-colored li.social-youtube {
    background-color: #c32f2b;
}
.social-icons.icons-design-colored li.social-tumblr {
    background-color: #36465d;
}
.social-icons.icons-design-colored li.social-linkedin {
    background-color: #0274b3;
}
.social-icons.icons-design-colored li.social-vimeo {
    background-color: #1ab7ea;
}
.social-icons.icons-design-colored li.social-flickr {
    background-color: #fe0072;
}
.social-icons.icons-design-colored li.social-github {
    background-color: #171515;
}
.social-icons.icons-design-colored li.social-dribbble {
    background-color: #b2215a;
}
.social-icons.icons-design-colored li.social-behance {
    background-color: #1f6ffc;
}
.social-icons.icons-design-colored li.social-soundcloud {
    background-color: #f9490d;
}
.social-icons.icons-design-colored li.social-snapchat {
    background-color: #d8d773;
}
.social-icons.icons-design-colored li.social-spotify {
    background-color: #2ebd59;
}
.social-icons.icons-design-colored li.social-skype {
    background-color: #00aff0;
}
.social-icons.icons-design-colored li.social-ok {
    background-color: #ee8208;
}
.social-icons.icons-design-colored li.social-whatsapp {
    background-color: #1ebea5;
}
.social-icons.icons-design-colored li a {
    color: #fff;
}
.social-icons.icons-design-colored li:hover {
    opacity: .8;
}
.social-icons.icons-design-colored li:hover a {
    color: #fff;
}
.social-icons.icons-design-colored-alt li {
    background-color: #efefef;
}
.social-icons.icons-design-colored-alt li.social-facebook:hover {
    background-color: #365493;
}
.social-icons.icons-design-colored-alt li.social-twitter:hover {
    background-color: #3cf;
}
.social-icons.icons-design-colored-alt li.social-instagram:hover {
    background-color: #774430;
}
.social-icons.icons-design-colored-alt li.social-google-plus:hover, .social-icons.icons-design-colored-alt li.social-google:hover {
    background-color: #d44132;
}
.social-icons.icons-design-colored-alt li.social-email:hover {
    background-color: #f89a1e;
}
.social-icons.icons-design-colored-alt li.social-pinterest:hover {
    background-color: #cb2027;
}
.social-icons.icons-design-colored-alt li.social-youtube:hover {
    background-color: #c32f2b;
}
.social-icons.icons-design-colored-alt li.social-tumblr:hover {
    background-color: #36465d;
}
.social-icons.icons-design-colored-alt li.social-linkedin:hover {
    background-color: #0274b3;
}
.social-icons.icons-design-colored-alt li.social-vimeo:hover {
    background-color: #1ab7ea;
}
.social-icons.icons-design-colored-alt li.social-flickr:hover {
    background-color: #fe0072;
}
.social-icons.icons-design-colored-alt li.social-github:hover {
    background-color: #171515;
}
.social-icons.icons-design-colored-alt li.social-dribbble:hover {
    background-color: #b2215a;
}
.social-icons.icons-design-colored-alt li.social-behance:hover {
    background-color: #1f6ffc;
}
.social-icons.icons-design-colored-alt li.social-soundcloud:hover {
    background-color: #f9490d;
}
.social-icons.icons-design-colored-alt li.social-spotify:hover {
    background-color: #2ebd59;
}
.social-icons.icons-design-colored-alt li.social-skype:hover {
    background-color: #00aff0;
}
.social-icons.icons-design-colored-alt li.social-ok:hover {
    background-color: #ee8208;
}
.social-icons.icons-design-colored-alt li.social-whatsapp:hover {
    background-color: #1ebea5;
}
.social-icons.icons-design-colored-alt li a {
    color: #8f8f8f;
}
.social-icons.icons-design-colored-alt li:hover a {
    color: #fff;
}
.social-icons.icons-size-small li i {
    font-size: 14px;
}
.social-icons.icons-size-small.icons-design-circle li, .social-icons.icons-size-small.icons-design-colored li, .social-icons.icons-size-small.icons-design-colored-alt li {
    width: 30px;
    height: 30px;
}
.social-icons.icons-size-small.icons-design-circle li i, .social-icons.icons-size-small.icons-design-colored li i, .social-icons.icons-size-small.icons-design-colored-alt li i {
    line-height: 30px;
}
.social-icons.icons-size-large li i {
    font-size: 22px;
}
.social-icons.icons-size-large.icons-design-circle li, .social-icons.icons-size-large.icons-design-colored li, .social-icons.icons-size-large.icons-design-colored-alt li {
    width: 60px;
    height: 60px;
}
.social-icons.icons-size-large.icons-design-circle li i, .social-icons.icons-size-large.icons-design-colored li i, .social-icons.icons-size-large.icons-design-colored-alt li i {
    line-height: 60px;
}
.color-scheme-light .social-icons.icons-design-colored li a {
    color: #fff;
}
.color-scheme-light .social-icons.icons-design-circle li a, .color-scheme-light .social-icons.icons-design-colored-alt li a {
    color: #8f8f8f;
}
.color-scheme-light .social-icons.icons-design-circle li a:hover, .color-scheme-light .social-icons.icons-design-colored-alt li a:hover {
    color: #fff;
}
.google-map-container {
    position: relative;
}
.google-map-container.google-map-container-with-content .basel-google-map-wrapper {
    position: absolute;
    width: 100%;
    height: 100%}
.google-map-container.google-map-container-with-content .basel-google-map-wrapper .basel-google-map {
    width: 100%}
.map-mask-dark {
    background-color: #000;
}
.map-mask-dark .basel-google-map-wrapper {
    opacity: .6;
}
.map-mask-light {
    background-color: #fff;
}
.map-mask-light .basel-google-map-wrapper {
    opacity: .7;
}
.google-map-container img {
    max-width: none;
}
.basel-counter {
    text-align: center;
}
.basel-counter>span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.basel-counter .counter-value {
    margin-bottom: 20px;
    font-weight: 600;
}
.color-scheme-light .basel-counter>span {
    color: #fff;
}
.basel-counter.counter-small .counter-value {
    font-size: 24px;
}
.basel-counter.counter-default .counter-value {
    font-size: 36px;
}
.basel-counter.counter-large .counter-value {
    font-size: 52px;
}
.team-member {
    margin-bottom: 30px;
}
.team-member .member-image {
    margin-bottom: 20px;
    text-align: center;
}
.team-member .member-details {
    line-height: 1.5;
}
.team-member .member-email, .team-member .member-name, .team-member .member-position {
    margin-bottom: 5px;
}
.team-member .member-name {
    font-weight: 600;
}
.team-member .member-email, .team-member .member-position {
    color: #9e9e9e;
    font-size: 14px;
}
.team-member .member-email a {
    text-decoration: underline;
}
.team-member .member-bio {
    margin-top: 15px;
    color: #4c4c4c;
}
.team-member .member-social {
    margin-top: 15px;
}
.team-member.color-scheme-light .member-bio, .team-member.color-scheme-light .member-email, .team-member.color-scheme-light .member-position {
    color: rgba(255, 255, 255, .8);
}
.member-layout-hover .member-image-wrapper {
    text-align: center;
}
.member-layout-hover .member-image {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.member-layout-hover .member-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    transition: all .2s;
    opacity: 0;
}
.member-layout-hover .member-social {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
    padding: 20px;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.member-layout-hover .social-icons li {
    margin: 5px;
}
.member-layout-hover .icons-design-default a {
    color: rgba(255, 255, 255, .8);
}
.member-layout-hover .icons-design-default a:hover {
    color: #fff;
}
.member-layout-hover:hover .member-image:after {
    opacity: .8;
}
.member-layout-hover:hover .member-social {
    top: 50%;
    opacity: 1;
}
.testimonial {
    padding-left: 15px;
    padding-right: 15px;
}
.testimonial .testimonial-avatar img {
    max-width: 250px;
    display: inline-block;
    border-radius: 50%}
.testimonial .testimonial-content {
    line-height: 1.6;
    color: #4c4c4c;
}
.testimonial .testimonial-content footer {
    margin-top: 15px;
    font-weight: 700;
    color: #1b1919;
}
.testimonial .testimonial-content footer>span {
    color: #4c4c4c;
    font-weight: 400;
}
.testimonial .testimonial-content footer>span:before {
    content: " - "}
.testimonials.testimon-align-center {
    text-align: center;
}
.testimonials.testimon-align-center .testimonial-avatar {
    margin-bottom: 15px;
}
.testimonials.testimon-align-left .testimonial-inner, .testimonials.testimon-align-right .testimonial-inner {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.testimonials.testimon-align-left {
    text-align: left;
}
.testimonials.testimon-align-left .testimonial-inner {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.testimonials.testimon-align-left .testimonial-avatar {
    margin-right: 20px;
}
.testimonials.testimon-align-right {
    text-align: right;
}
.testimonials.testimon-align-right .testimonial-inner {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.testimonials.testimon-align-right .testimonial-avatar {
    margin-left: 20px;
}
.testimonials.testimonials-grid {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.testimonials.testimonials-grid .testimonial {
    margin-bottom: 30px;
}
.testimonials.testimonials-grid.testimon-columns-1 .testimonial {
    width: 100%}
.testimonials.testimonials-grid.testimon-columns-2 .testimonial {
    width: 50%}
.testimonials.testimonials-grid.testimon-columns-3 .testimonial {
    width: 33.33333333%}
.testimonials.testimonials-grid.testimon-columns-4 .testimonial {
    width: 25%}
.testimonials.testimonials-grid.testimon-columns-5 .testimonial {
    width: 20%}
.testimonials.testimonials-grid.testimon-columns-6 .testimonial {
    width: 16.66666666%}
.testimonials.testimonials-grid.testimon-columns-7 .testimonial {
    width: 14.28571428%}
.testimonials.testimonials-grid.testimon-columns-8 .testimonial {
    width: 12.5%}
.testimonials.testimonials-slider .testimonial {
    padding-top: 15px;
    padding-bottom: 15px;
}
.testimonials.testimon-style-boxed .testimonial-inner {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .12);
}
.color-scheme-light .testimonials:not(.testimon-style-boxed) .testimonial-content {
    color: #fff;
}
.color-scheme-light .testimonials:not(.testimon-style-boxed) .testimonial-content footer {
    color: rgba(255, 255, 255, .9);
}
.color-scheme-light .testimonials:not(.testimon-style-boxed) .testimonial-content footer>span {
    color: rgba(255, 255, 255, .8);
}
.instagram-widget {
    position: relative;
}
.instagram-widget .instagram-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
.instagram-widget .instagram-content-inner {
    z-index: 5;
    background: #fff;
    outline: 5px solid rgba(255, 255, 255, .5);
    max-width: 300px;
    width: 100%;
    padding: 25px;
}
.instagram-widget .instagram-pics li {
    position: relative;
    width: 33.33%;
    margin-bottom: 0;
    text-align: center;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.instagram-widget .instagram-pics li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.instagram-widget .instagram-pics li .wrapp-pics {
    position: relative;
    overflow: hidden;
}
.instagram-widget .instagram-pics li .hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.instagram-widget .instagram-pics li .hover-mask:after {
    content: "\f105";
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: -20px;
    width: 100%;
    font-family: FontAwesome;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.instagram-widget .instagram-pics li:hover>.wrapp-pics>.hover-mask {
    background-color: rgba(0, 0, 0, .7);
}
.instagram-widget .instagram-pics li:hover>.wrapp-pics>.hover-mask:after {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.instagram-widget .instagram-pics:after {
    content: "";
    clear: both;
    display: block;
}
.instagram-widget .clear {
    margin-top: 5px;
}
.instagram-widget .clear a {
    font-size: 13px;
    letter-spacing: .3px;
}
.instagram-widget .clear a:before {
    content: "\e609";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-family: simple-line-icons;
}
.instagram-widget.instagram-rounded .instagram-pics li .hover-mask, .instagram-widget.instagram-rounded .instagram-pics li .wrapp-pics {
    border-radius: 50%}
.instagram-widget.instagram-slider .instagram-pics li {
    width: 100%}
.instagram-widget.instagram-with-spaces .instagram-pics {
    margin: -5px;
}
.instagram-widget.instagram-with-spaces .instagram-pics li {
    padding: 5px;
}
.instagram-widget.instagram-with-spaces.instagram-slider {
    margin-left: -10px;
    margin-right: -10px;
}
.instagram-widget.instagram-with-spaces.instagram-slider .instagram-pics {
    margin: 0;
}
.instagram-widget.instagram-with-spaces.instagram-slider .instagram-pics li {
    padding: 10px;
}
.instagram-widget.instagram-grid .instagram-pics {
    margin: -10px;
}
.instagram-widget.instagram-grid .instagram-pics li {
    padding: 10px;
}
.instagram-widget:not(.instagram-slider) .instagram-pics {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.gl_row-no-padding .instagram-grid .instagram-pics, .gl_row-no-padding .instagram-with-spaces .instagram-pics {
    margin: 0;
}
.instagram-per-row-1 .instagram-pics li {
    width: 100%}
.instagram-per-row-2 .instagram-pics li {
    width: 50%}
.instagram-per-row-3 .instagram-pics li {
    width: 33.33333%}
.instagram-per-row-4 .instagram-pics li {
    width: 25%}
.instagram-per-row-5 .instagram-pics li {
    width: 20%}
.instagram-per-row-6 .instagram-pics li {
    width: 16.66667%}
.instagram-per-row-7 .instagram-pics li {
    width: 14.28571%}
.instagram-per-row-8 .instagram-pics li {
    width: 12.5%}
.instagram-per-row-9 .instagram-pics li {
    width: 11.11111%}
.instagram-per-row-10 .instagram-pics li {
    width: 10%}
.instagram-per-row-11 .instagram-pics li {
    width: 9.09091%}
.instagram-per-row-12 .instagram-pics li {
    width: 8.33333%}
.basel-instagram .instagram-pics {
    margin: -3px;
}
.basel-instagram li {
    padding: 3px;
}
.basel-info-box, .basel-info-box2 {
    margin-bottom: 30px;
}
.basel-info-box .box-icon-wrapper, .basel-info-box2 .box-icon-wrapper {
    position: relative;
    z-index: 1;
}
.basel-info-box .box-icon-wrapper svg, .basel-info-box2 .box-icon-wrapper svg {
    width: inherit!important;
    height: inherit!important;
}
.basel-info-box .info-box-content, .basel-info-box2 .info-box-content {
    position: relative;
    line-height: 1.7;
}
.basel-info-box .info-box-content p, .basel-info-box2 .info-box-content p {
    line-height: 1.7;
}
.basel-info-box .info-box-content p:first-child:empty, .basel-info-box2 .info-box-content p:first-child:empty {
    display: none;
}
.basel-info-box .info-box-content h1, .basel-info-box .info-box-content h2, .basel-info-box .info-box-content h3, .basel-info-box .info-box-content h4, .basel-info-box .info-box-content h5, .basel-info-box .info-box-content h6, .basel-info-box2 .info-box-content h1, .basel-info-box2 .info-box-content h2, .basel-info-box2 .info-box-content h3, .basel-info-box2 .info-box-content h4, .basel-info-box2 .info-box-content h5, .basel-info-box2 .info-box-content h6 {
    line-height: 1.4;
}
.basel-info-box .info-box-content h1, .basel-info-box .info-box-content h2, .basel-info-box .info-box-content h3, .basel-info-box .info-box-content h4, .basel-info-box .info-box-content h5, .basel-info-box .info-box-content h6, .basel-info-box .info-box-content p, .basel-info-box2 .info-box-content h1, .basel-info-box2 .info-box-content h2, .basel-info-box2 .info-box-content h3, .basel-info-box2 .info-box-content h4, .basel-info-box2 .info-box-content h5, .basel-info-box2 .info-box-content h6, .basel-info-box2 .info-box-content p {
    margin-bottom: 15px;
}
.basel-info-box .info-box-content h1:last-child, .basel-info-box .info-box-content h2:last-child, .basel-info-box .info-box-content h3:last-child, .basel-info-box .info-box-content h4:last-child, .basel-info-box .info-box-content h5:last-child, .basel-info-box .info-box-content h6:last-child, .basel-info-box .info-box-content p:last-child, .basel-info-box2 .info-box-content h1:last-child, .basel-info-box2 .info-box-content h2:last-child, .basel-info-box2 .info-box-content h3:last-child, .basel-info-box2 .info-box-content h4:last-child, .basel-info-box2 .info-box-content h5:last-child, .basel-info-box2 .info-box-content h6:last-child, .basel-info-box2 .info-box-content p:last-child {
    margin-bottom: 0;
}
.basel-info-box .info-btn-wrapper, .basel-info-box2 .info-btn-wrapper {
    position: relative;
    padding-top: 15px;
    z-index: 2;
}
.basel-info-box.icon-alignment-top .info-icon, .basel-info-box.icon-alignment-top .info-svg-wrapper, .basel-info-box2.icon-alignment-top .info-icon, .basel-info-box2.icon-alignment-top .info-svg-wrapper {
    margin-bottom: 15px;
    display: inline-block;
}
.basel-info-box.icon-alignment-left .info-icon, .basel-info-box.icon-alignment-left .info-svg-wrapper, .basel-info-box2.icon-alignment-left .info-icon, .basel-info-box2.icon-alignment-left .info-svg-wrapper {
    margin-right: 15px;
}
.basel-info-box.icon-alignment-right .info-icon, .basel-info-box.icon-alignment-right .info-svg-wrapper, .basel-info-box2.icon-alignment-right .info-icon, .basel-info-box2.icon-alignment-right .info-svg-wrapper {
    margin-left: 15px;
}
.basel-info-box.btn-position-hover:hover .info-btn-wrapper, .basel-info-box2.btn-position-hover:hover .info-btn-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.basel-info-box.btn-position-hover .info-btn-wrapper, .basel-info-box2.btn-position-hover .info-btn-wrapper {
    position: absolute;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: top .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    -moz-transition: top .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    -o-transition: top .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: top .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.basel-info-box.btn-position-hover.text-center .info-btn-wrapper, .basel-info-box2.btn-position-hover.text-center .info-btn-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -sand-transform: translateX(-50%);
    transform: translateX(-50%);
}
.basel-info-box.btn-position-hover.text-left .info-btn-wrapper, .basel-info-box2.btn-position-hover.text-left .info-btn-wrapper {
    left: 0;
}
.basel-info-box.btn-position-hover.text-right .info-btn-wrapper, .basel-info-box2.btn-position-hover.text-right .info-btn-wrapper {
    right: 0;
}
.basel-info-box.box-style-base:not(.btn-position-hover) .info-box-content p+.info-btn-wrapper, .basel-info-box2.box-style-base:not(.btn-position-hover) .info-box-content p+.info-btn-wrapper {
    padding-top: 0;
}
.basel-info-box.box-style-border .info-icon, .basel-info-box.box-style-border .info-svg-wrapper, .basel-info-box2.box-style-border .info-icon, .basel-info-box2.box-style-border .info-svg-wrapper {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}
.basel-info-box.box-style-border .info-box-content, .basel-info-box2.box-style-border .info-box-content {
    padding: 50px 20px 20px 20px;
    border: 4px solid rgba(97, 97, 97, .09);
}
.basel-info-box.box-style-border .info-box-content h1:nth-last-child(2), .basel-info-box.box-style-border .info-box-content h2:nth-last-child(2), .basel-info-box.box-style-border .info-box-content h3:nth-last-child(2), .basel-info-box.box-style-border .info-box-content h4:nth-last-child(2), .basel-info-box.box-style-border .info-box-content h5:nth-last-child(2), .basel-info-box.box-style-border .info-box-content h6:nth-last-child(2), .basel-info-box.box-style-border .info-box-content p:nth-last-child(2), .basel-info-box2.box-style-border .info-box-content h1:nth-last-child(2), .basel-info-box2.box-style-border .info-box-content h2:nth-last-child(2), .basel-info-box2.box-style-border .info-box-content h3:nth-last-child(2), .basel-info-box2.box-style-border .info-box-content h4:nth-last-child(2), .basel-info-box2.box-style-border .info-box-content h5:nth-last-child(2), .basel-info-box2.box-style-border .info-box-content h6:nth-last-child(2), .basel-info-box2.box-style-border .info-box-content p:nth-last-child(2) {
    margin-bottom: 0;
}
.basel-info-box.box-style-border .info-btn-wrapper, .basel-info-box2.box-style-border .info-btn-wrapper {
    margin-bottom: -40px;
}
.basel-info-box.box-style-border .info-btn-wrapper a, .basel-info-box2.box-style-border .info-btn-wrapper a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    border: 1px solid #1aada3;
    text-transform: uppercase;
    letter-spacing: .3px;
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.basel-info-box.box-style-border .info-btn-wrapper a:focus, .basel-info-box.box-style-border .info-btn-wrapper a:hover, .basel-info-box2.box-style-border .info-btn-wrapper a:focus, .basel-info-box2.box-style-border .info-btn-wrapper a:hover {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
    opacity: .8;
}
.basel-info-box.box-style-border.btn-position-hover .info-btn-wrapper, .basel-info-box2.box-style-border.btn-position-hover .info-btn-wrapper {
    padding-top: 0;
    margin-top: -17px;
}
.basel-info-box.box-style-border.btn-position-hover.text-left .info-btn-wrapper, .basel-info-box2.box-style-border.btn-position-hover.text-left .info-btn-wrapper {
    left: 20px;
}
.basel-info-box.box-style-border.btn-position-hover.text-right .info-btn-wrapper, .basel-info-box2.box-style-border.btn-position-hover.text-right .info-btn-wrapper {
    right: 20px;
}
.basel-info-box.box-style-shadow, .basel-info-box2.box-style-shadow {
    padding: 20px;
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    background-color: #fff;
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
}
.basel-info-box.box-style-shadow:focus, .basel-info-box.box-style-shadow:hover, .basel-info-box2.box-style-shadow:focus, .basel-info-box2.box-style-shadow:hover {
    box-shadow: 0 1px 9px rgba(0, 0, 0, .09);
}
.basel-info-box.box-style-shadow.btn-position-hover, .basel-info-box2.box-style-shadow.btn-position-hover {
    padding-bottom: 60px;
}
.basel-info-box.box-style-shadow .info-box-content p:nth-last-child(2), .basel-info-box2.box-style-shadow .info-box-content p:nth-last-child(2) {
    margin-bottom: 0;
}
.basel-info-box:after {
    content: "";
    clear: both;
    display: block;
}
.basel-info-box.icon-alignment-left .info-icon, .basel-info-box.icon-alignment-left .info-svg-wrapper, .basel-info-box.icon-alignment-right .info-icon, .basel-info-box.icon-alignment-right .info-svg-wrapper {
    margin-bottom: 15px;
}
.basel-info-box.icon-alignment-left .info-icon, .basel-info-box.icon-alignment-left .info-svg-wrapper {
    float: left;
}
.basel-info-box.icon-alignment-right .info-icon, .basel-info-box.icon-alignment-right .info-svg-wrapper {
    float: right;
}
.basel-info-box.box-style-border .info-icon, .basel-info-box.box-style-border .info-svg-wrapper {
    margin-bottom: 0;
    float: none;
}
.basel-info-box.box-style-border .info-box-icon {
    margin-bottom: -45px;
}
.basel-info-box2.icon-alignment-left, .basel-info-box2.icon-alignment-right {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.basel-info-box2.icon-alignment-left .box-icon-wrapper, .basel-info-box2.icon-alignment-right .box-icon-wrapper {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
}
.basel-info-box2.icon-alignment-left .info-box-content, .basel-info-box2.icon-alignment-right .info-box-content {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}
.basel-info-box2.icon-alignment-left {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.basel-info-box2.icon-alignment-right {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.basel-info-box2.box-style-border.icon-alignment-top .info-icon, .basel-info-box2.box-style-border.icon-alignment-top .info-svg-wrapper {
    margin-bottom: 0;
}
.basel-info-box2.box-style-border.icon-alignment-top .info-box-icon {
    margin-bottom: -45px;
}
.basel-info-box2.box-style-border.icon-alignment-left .info-box-icon {
    margin-right: -45px;
}
.basel-info-box2.box-style-border.icon-alignment-left .info-box-content {
    padding: 20px 20px 20px 50px;
}
.basel-info-box2.box-style-border.icon-alignment-right .info-box-icon {
    margin-left: -45px;
}
.basel-info-box2.box-style-border.icon-alignment-right .info-box-content {
    padding: 20px 50px 20px 20px;
}
.author-area {
    margin-bottom: 20px;
}
.author-area p {
    margin-bottom: 10px;
}
.author-area .author-avatar {
    margin-bottom: 20px;
}
.author-area .author-avatar img {
    display: inline-block;
    border-radius: 50%}
.author-area .author-info {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 0;
}
.author-area>a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #8c8c8c;
}
.author-area>a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.author-area>a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.posts-teaser .post-teaser-item {
    margin-bottom: 20px;
    overflow: hidden;
}
.posts-teaser .post-teaser-item img {
    max-width: 40%;
    float: left;
    margin-right: 15px;
}
.posts-teaser .post-teaser-item .post-title {
    font-size: 14px;
    letter-spacing: .3px;
    line-height: 1.4;
    font-family: Karla, Arial, Helvetica, sans-serif;
    display: block;
}
.posts-teaser .post-teaser-item .entry-meta {
    margin-top: 2px;
}
.posts-teaser .post-teaser-item .entry-meta li {
    display: inline-block;
    font-size: 12px;
    color: rgba(169, 169, 169, .7);
    margin: 2px 3px 2px 0;
    padding: 0;
}
.posts-teaser .post-teaser-item .entry-meta li a {
    color: rgba(169, 169, 169, .7);
}
.posts-teaser .post-teaser-item .entry-meta li:last-child {
    margin-right: 0;
}
.posts-teaser.teaser-style-first-large .teaser-item-1 img {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.posts-teaser.teaser-style-first-large .teaser-item-1 .post-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.posts-teaser.teaser-style-grid .post-teaser-item {
    width: 48%;
    float: left;
}
.posts-teaser.teaser-style-grid .post-teaser-item:nth-child(odd) {
    margin-right: 20px;
}
.gl_col-sm-3 .posts-teaser .post-teaser-item .post-title {
    font-size: 12px;
}
.gl_col-sm-3 .posts-teaser.teaser-style-first-large .teaser-item-1 .post-title {
    font-size: 14px;
}
.PI_SimpleTwitterTweets ul li {
    letter-spacing: .3px;
    line-height: 1.7;
}
.PI_SimpleTwitterTweets ul li img {
    border-radius: 50%}
.PI_SimpleTwitterTweets ul li em {
    display: inline-block;
    margin-top: 10px;
    font-size: 10px;
    font-style: normal;
}
.PI_SimpleTwitterTweets ul li em a {
    opacity: .7;
}
.PI_SimpleTwitterTweets ul li .intent-meta {
    margin-top: 10px;
}
.PI_SimpleTwitterTweets ul li .intent-meta a {
    font-size: 12px;
    text-decoration: none;
    margin-right: 7px;
}
.PI_SimpleTwitterTweets ul li .intent-meta a:last-child {
    margin-right: 0;
}
.PI_SimpleTwitterTweets ul li .in-reply-to>span[data-icon]:before {
    content: "\e050"}
.PI_SimpleTwitterTweets ul li .retweet>span[data-icon]:before {
    content: "\e098"}
.PI_SimpleTwitterTweets ul li .favorite>span[data-icon]:before {
    content: "\e09b"}
.PI_SimpleTwitterTweets ul.with-tweet-icon li:before {
    content: "\f099";
    font-size: 26px;
    line-height: 26px;
    display: block;
    margin-bottom: 15px;
    font-family: FontAwesome;
    opacity: .4;
}
.PI_SimpleTwitterTweets .owl-carousel li {
    text-align: center;
}
.PI_SimpleTwitterTweets .twitter-slider-head {
    margin-bottom: 20px;
    text-align: center;
}
.PI_SimpleTwitterTweets .twitter-slider-head img {
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 50%}
.PI_SimpleTwitterTweets .twitter-slider-head a {
    display: block;
    font-family: Karla, Arial, Helvetica, sans-serif;
    letter-spacing: .6px;
}
.PI_SimpleTwitterTweets .twitter-list li {
    position: relative;
    margin-left: 57px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(124, 124, 124, .15);
}
.PI_SimpleTwitterTweets .twitter-list li img, .PI_SimpleTwitterTweets .twitter-list li:before {
    position: absolute;
    top: 5px;
    left: 0;
    margin-left: -57px;
}
.PI_SimpleTwitterTweets .twitter-list li:before {
    margin-left: -34px;
}
.PI_SimpleTwitterTweets .twitter-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.PI_SimpleTwitterTweets .twitter-list.with-tweet-icon li {
    margin-left: 36px;
}
.PI_SimpleTwitterTweets iframe {
    display: inline-block;
    margin-top: 20px;
}
.basel-products-element {
    position: relative;
}
.basel-products-element .basel-products-loader:after {
    position: fixed;
    bottom: auto;
    top: 50%;
    margin-top: -18px;
}
.basel-products-element.element-loading .basel-products-loader:after {
    opacity: 1;
    visibility: visible;
}
.basel-products-element.element-loading .basel-products-loader.hidden-loader:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.pagination-arrows {
    position: relative;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.pagination-arrows.loading {
    opacity: 0;
    -o-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}
.pagination-arrows .product-grid-item {
    margin-bottom: 40px;
}
.basel-products-load-next, .basel-products-load-prev {
    position: fixed;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    font-size: 0;
    width: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    border: none;
    background-color: transparent;
    color: #000;
    border-color: transparent;
    transition: .3s transform cubic-bezier(.175, .885, .32, 1.15), opacity .2s ease, visibility .2s ease;
    -o-transition: .3s transform cubic-bezier(.175, .885, .32, 1.15), opacity .2s ease, visibility .2s ease;
    -moz-transition: .3s transform cubic-bezier(.175, .885, .32, 1.15), opacity .2s ease, visibility .2s ease;
    -webkit-transition: .3s transform cubic-bezier(.175, .885, .32, 1.15), opacity .2s ease, visibility .2s ease;
}
.basel-products-load-next:after, .basel-products-load-prev:after {
    content: "\e605";
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    font-family: simple-line-icons;
}
.basel-products-load-next:focus, .basel-products-load-next:hover, .basel-products-load-prev:focus, .basel-products-load-prev:hover {
    background-color: transparent;
    color: #000;
}
.basel-products-load-next.disabled, .basel-products-load-prev.disabled {
    cursor: default;
}
.basel-products-load-prev {
    -o-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.basel-products-load-next {
    -o-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
.basel-products-load-next:after {
    content: "\e606"}
.basel-animated-products .product-grid-item {
    opacity: 0;
    transition: 315ms all ease-in-out;
    -moz-transition: 315ms all ease-in-out;
    -webkit-transition: 315ms all ease-in-out;
    -o-transform: translate3d(0, 0, 0) scale(.8);
    -moz-transform: translate3d(0, 0, 0) scale(.8);
    -webkit-transform: translate3d(0, 0, 0) scale(.8);
    transform: translate3d(0, 0, 0) scale(.8);
}
.basel-animated-products .product-grid-item.basel-animated {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.products-footer.show-arrow .basel-products-load-next, .products-footer.show-arrow .basel-products-load-prev {
    opacity: 1;
    visibility: visible;
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.products-footer.show-arrow .basel-products-load-next:hover, .products-footer.show-arrow .basel-products-load-prev:hover {
    opacity: .6;
}
.products-footer.show-arrow .basel-products-load-next.disabled, .products-footer.show-arrow .basel-products-load-prev.disabled {
    opacity: .3;
    pointer-events: none;
}
.blog-footer, .portfolio-footer, .products-footer {
    text-align: center;
}
.blog-footer .basel-blog-load-more, .blog-footer .basel-portfolio-load-more, .blog-footer .basel-products-load-more, .portfolio-footer .basel-blog-load-more, .portfolio-footer .basel-portfolio-load-more, .portfolio-footer .basel-products-load-more, .products-footer .basel-blog-load-more, .products-footer .basel-portfolio-load-more, .products-footer .basel-products-load-more {
    position: relative;
    border-color: #000;
    border-width: 2px;
    font-weight: 600;
    background-color: transparent;
    color: #000;
}
.blog-footer .basel-blog-load-more:focus, .blog-footer .basel-blog-load-more:hover, .blog-footer .basel-portfolio-load-more:focus, .blog-footer .basel-portfolio-load-more:hover, .blog-footer .basel-products-load-more:focus, .blog-footer .basel-products-load-more:hover, .portfolio-footer .basel-blog-load-more:focus, .portfolio-footer .basel-blog-load-more:hover, .portfolio-footer .basel-portfolio-load-more:focus, .portfolio-footer .basel-portfolio-load-more:hover, .portfolio-footer .basel-products-load-more:focus, .portfolio-footer .basel-products-load-more:hover, .products-footer .basel-blog-load-more:focus, .products-footer .basel-blog-load-more:hover, .products-footer .basel-portfolio-load-more:focus, .products-footer .basel-portfolio-load-more:hover, .products-footer .basel-products-load-more:focus, .products-footer .basel-products-load-more:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.blog-footer .basel-blog-load-more:focus:after, .blog-footer .basel-blog-load-more:hover:after, .blog-footer .basel-portfolio-load-more:focus:after, .blog-footer .basel-portfolio-load-more:hover:after, .blog-footer .basel-products-load-more:focus:after, .blog-footer .basel-products-load-more:hover:after, .portfolio-footer .basel-blog-load-more:focus:after, .portfolio-footer .basel-blog-load-more:hover:after, .portfolio-footer .basel-portfolio-load-more:focus:after, .portfolio-footer .basel-portfolio-load-more:hover:after, .portfolio-footer .basel-products-load-more:focus:after, .portfolio-footer .basel-products-load-more:hover:after, .products-footer .basel-blog-load-more:focus:after, .products-footer .basel-blog-load-more:hover:after, .products-footer .basel-portfolio-load-more:focus:after, .products-footer .basel-portfolio-load-more:hover:after, .products-footer .basel-products-load-more:focus:after, .products-footer .basel-products-load-more:hover:after {
    border-color: #fff;
}
.blog-footer .basel-blog-load-more:after, .blog-footer .basel-portfolio-load-more:after, .blog-footer .basel-products-load-more:after, .portfolio-footer .basel-blog-load-more:after, .portfolio-footer .basel-portfolio-load-more:after, .portfolio-footer .basel-products-load-more:after, .products-footer .basel-blog-load-more:after, .products-footer .basel-portfolio-load-more:after, .products-footer .basel-products-load-more:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    -webkit-transition: right .2s ease-in-out, opacity .25s ease-in-out;
    -moz-transition: right .2s ease-in-out, opacity .25s ease-in-out;
    -o-transition: right .2s ease-in-out, opacity .25s ease-in-out;
    -ms-transition: right .2s ease-in-out, opacity .25s ease-in-out;
    transition: right .2s ease-in-out, opacity .25s ease-in-out;
}
.blog-footer .basel-blog-load-more.loading, .blog-footer .basel-portfolio-load-more.loading, .blog-footer .basel-products-load-more.loading, .portfolio-footer .basel-blog-load-more.loading, .portfolio-footer .basel-portfolio-load-more.loading, .portfolio-footer .basel-products-load-more.loading, .products-footer .basel-blog-load-more.loading, .products-footer .basel-portfolio-load-more.loading, .products-footer .basel-products-load-more.loading {
    padding-right: 45px;
    padding-left: 20px;
}
.blog-footer .basel-blog-load-more.loading:after, .blog-footer .basel-portfolio-load-more.loading:after, .blog-footer .basel-products-load-more.loading:after, .portfolio-footer .basel-blog-load-more.loading:after, .portfolio-footer .basel-portfolio-load-more.loading:after, .portfolio-footer .basel-products-load-more.loading:after, .products-footer .basel-blog-load-more.loading:after, .products-footer .basel-portfolio-load-more.loading:after, .products-footer .basel-products-load-more.loading:after {
    visibility: visible;
    opacity: 1;
    right: 14px;
}
.blog-footer {
    margin-top: -25px;
}
.catalog-mode-on .product-grid-item .basel-product-countdown {
    display: none;
}
.catalog-mode-on .basel-hover-alt .wrapp-swap {
    line-height: 1.6;
    height: auto;
    overflow: visible;
}
.catalog-mode-on .basel-hover-alt .price {
    line-height: 1.6;
    height: auto;
}
.catalog-mode-on .basel-hover-alt .btn-add {
    display: none;
}
.catalog-mode-on .basel-hover-alt:hover .wrapp-swap .swap-elements {
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -sand-transform: none;
}
.catalog-mode-on .shopify table.wishlist_table .product-add-to-cart {
    display: none;
}
.catalog-mode-on table.compare-list .add-to-cart {
    display: none;
}
.basel-menu-price {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.basel-menu-price .menu-price-image {
    max-width: 180px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
}
.basel-menu-price .menu-price-image img {
    margin-right: 20px;
}
.basel-menu-price .menu-price-description-wrapp {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}
.basel-menu-price .menu-price-title {
    margin-bottom: 5px;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.basel-menu-price .menu-price-description {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px dotted #d2d2d2;
}
.basel-menu-price .menu-price-details {
    font-style: italic;
    font-size: 16px;
    padding: 5px 0;
    margin-right: 20px;
}
.basel-menu-price .menu-price-price {
    font-weight: 700;
    font-size: 18px;
    padding: 5px 0;
}
.basel-menu-price.cursor-pointer:hover .menu-price-title {
    color: #1aada3;
}
.color-scheme-light .basel-menu-price .menu-price-description {
    border-color: rgba(255, 255, 255, .4);
}
.basel-countdown-timer .basel-timer {
    font-size: 0;
}
.basel-countdown-timer .basel-timer>span {
    display: inline-block;
    text-align: center;
    margin: 0 2px 5px 2px;
}
.basel-countdown-timer .basel-timer>span span {
    display: block;
    text-transform: uppercase;
}
.basel-countdown-timer.timer-size-small .basel-timer>span {
    min-width: 50px;
    height: 50px;
    padding: 6px 5px;
    font-size: 20px;
}
.basel-countdown-timer.timer-size-small .basel-timer>span span {
    font-size: 11px;
}
.basel-countdown-timer.timer-size-medium .basel-timer>span {
    min-width: 65px;
    height: 65px;
    padding: 8px 6px;
    font-size: 26px;
}
.basel-countdown-timer.timer-size-medium .basel-timer>span span {
    font-size: 14px;
}
.basel-countdown-timer.timer-size-large .basel-timer>span {
    min-width: 90px;
    height: 85px;
    padding: 12px 8px;
    font-size: 34px;
    font-weight: 700;
}
.basel-countdown-timer.timer-size-large .basel-timer>span span {
    font-size: 18px;
    font-weight: 400;
}
.basel-countdown-timer.timer-align-right {
    text-align: right;
}
.basel-countdown-timer.timer-align-center {
    text-align: center;
}
.basel-countdown-timer.color-scheme-light .basel-timer>span {
    background-color: #1b1b1b;
    color: #fff;
}
.basel-countdown-timer.color-scheme-light .basel-timer>span span {
    color: rgba(255, 255, 255, .5);
}
.basel-countdown-timer.color-scheme-dark .basel-timer>span {
    background-color: #f8f8f8;
    color: #1b1919;
}
.basel-countdown-timer.color-scheme-dark .basel-timer>span span {
    color: rgba(0, 0, 0, .5);
}
.timer-style-transparent.color-scheme-dark .basel-timer>span {
    background-color: rgba(255, 255, 255, .35);
}
.timer-style-transparent.color-scheme-light .basel-timer>span {
    background-color: rgba(0, 0, 0, .25);
}
.pricing-tables-wrapper .pricing-tables {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.basel-price-table {
    flex-basis: 229px;
    -webkit-flex-basis: 229px;
    -ms-flex-basis: 229px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}
.basel-price-table .basel-plan-name {
    padding: 15px 15px;
}
.basel-price-table .basel-plan-name>span:not(.price-subtitle) {
    font-weight: 600;
    font-size: 22px;
    color: #1b1919;
}
.basel-price-table .price-subtitle {
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.4;
}
.basel-price-table .basel-plan-inner {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(97, 97, 97, .09);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
}
.basel-price-table .price-label {
    position: absolute;
    top: 16px;
    right: -31px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
    width: 120px;
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
}
.basel-price-table .basel-plan-price {
    background-color: #1aada3;
    padding: 10px;
    margin: -1px;
}
.basel-price-table .basel-plan-price>span {
    color: #fff;
}
.basel-price-table .basel-price-currency {
    vertical-align: top;
    font-size: 28px;
}
.basel-price-table .basel-price-value {
    font-size: 42px;
    vertical-align: middle;
    font-weight: 600;
}
.basel-price-table .basel-price-suffix {
    vertical-align: bottom;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
.basel-price-table .basel-plan-features {
    padding: 25px;
    border-bottom: 1px solid rgba(97, 97, 97, .09);
}
.basel-price-table .basel-plan-feature {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.basel-price-table .basel-plan-feature>p {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.basel-price-table .basel-plan-feature>p:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.basel-price-table .basel-plan-feature>p:last-child {
    padding-bottom: 0;
    margin-bottom: -15px;
    border-bottom: none;
}
.basel-price-table .basel-plan-feature:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.basel-price-table .basel-plan-footer {
    padding: 20px 15px;
    background-color: #f9f9f9;
}
.basel-price-table .basel-plan-footer>a {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.basel-price-table .basel-plan-footer>a:focus, .basel-price-table .basel-plan-footer>a:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.basel-price-table .basel-plan-footer>a.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.basel-price-table .basel-plan-footer>a.btn-style-bordered:focus, .basel-price-table .basel-plan-footer>a.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.basel-price-table .basel-plan-footer>a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.basel-price-table .basel-plan-footer>a.btn-style-link:focus, .basel-price-table .basel-plan-footer>a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.basel-price-table .basel-plan-footer>a.added {
    display: none;
}
.basel-price-table .basel-plan-footer>a:after {
    border-color: #fff;
}
.basel-price-table.label-color-red .price-label {
    background-color: #ef4836;
}
.basel-price-table.label-color-green .price-label {
    background-color: #0fa34c;
}
.basel-price-table.label-color-blue .price-label {
    background-color: #2a7ce4;
}
.basel-price-table.label-color-yellow .price-label {
    background-color: #f7ca18;
}
.basel-price-table:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.basel-price-table:hover .basel-plan-inner {
    box-shadow: 1px 1px 9px rgba(0, 0, 0, .12);
}
.basel-products-tabs .owl-carousel {
    position: static;
}
.basel-products-tabs .owl-carousel .owl-nav {
    position: absolute;
    top: -67px;
    right: 0;
    opacity: 0;
    animation: fade-in .5s ease .2s forwards;
    -webkit-animation: fade-in .5s ease .2s forwards;
}
.basel-products-tabs .owl-carousel .owl-nav div {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.basel-products-tabs .owl-carousel .owl-nav div.disabled {
    color: rgba(0, 0, 0, .5);
    cursor: default;
}
.basel-products-tabs .owl-carousel .owl-nav div:before {
    font-weight: 700;
    width: 30px;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.basel-products-tabs .pagination-arrows+.products-footer {
    position: absolute;
    top: -67px;
    right: 0;
    display: block;
    opacity: 0;
    animation: fade-in .5s ease .2s forwards;
    -webkit-animation: fade-in .5s ease .2s forwards;
}
.basel-products-tabs .basel-products-load-next, .basel-products-tabs .basel-products-load-prev {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    width: 30px;
    transform: none;
    -webkit-transform: none;
    transition: color .2s;
    -webkit-transition: color .2s;
}
.basel-products-tabs .basel-products-load-next.disabled, .basel-products-tabs .basel-products-load-prev.disabled {
    color: rgba(0, 0, 0, .5);
}
.basel-products-tabs .basel-products-load-next:after, .basel-products-tabs .basel-products-load-prev:after {
    display: block;
    font-weight: 700;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.basel-products-tabs .basel-tabs-header {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    border-bottom: 3px solid;
    margin-bottom: 20px;
}
.basel-products-tabs .tabs-name {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -3px;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.basel-products-tabs .tabs-name img {
    max-height: 22px;
    margin-right: 8px;
    width: auto;
}
.basel-products-tabs .open-title-menu {
    display: none;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #1b1919;
    font-weight: 600;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.basel-products-tabs .open-title-menu:before {
    content: "\f0c9";
    display: inline-block;
    font-weight: 400;
    margin-right: 8px;
    font-size: 16px;
    margin-top: -2px;
    vertical-align: middle;
    font-family: FontAwesome;
}
.basel-products-tabs .tabs-navigation-wrapper {
    flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    position: relative;
    padding-right: 65px;
    margin-bottom: -3px;
}
.basel-products-tabs .products-tabs-title {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.basel-products-tabs .products-tabs-title li {
    line-height: 45px;
    height: 45px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #1b1919;
    transition: color .2s ease, opacity .2s ease;
    -webkit-transition: color .2s ease, opacity .2s ease;
}
.basel-products-tabs .products-tabs-title li:not(.active-tab-title):hover {
    opacity: .6;
    color: #1b1919;
}
.basel-products-tabs .basel-products-element.element-loading .basel-products-loader.hidden-loader:after {
    opacity: 1;
    visibility: visible;
}
.basel-products-tabs>.basel-products-loader:after {
    transition: opacity .1s ease, visibility .1s ease;
    -webkit-transition: opacity .1s ease, visibility .1s ease;
}
.basel-products-tabs .basel-products-loader:after {
    position: absolute;
    top: 180px;
}
.basel-products-tabs .basel-tab-content {
    position: relative;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
    -webkit-transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.basel-products-tabs .basel-tab-content.loading {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}
.basel-products-tabs .basel-tab-content.loading .owl-nav, .basel-products-tabs .basel-tab-content.loading .pagination-arrows+.products-footer {
    display: none;
}
.basel-products-tabs.element-loading>.basel-products-loader:after {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, visibility .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
}
.basel-images-gallery .basel-gallery-item {
    text-align: center;
}
.basel-images-gallery.view-grid .gallery-images, .basel-images-gallery.view-masonry .gallery-images {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.basel-images-gallery.view-grid.columns-1 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-1 .basel-gallery-item {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%}
.basel-images-gallery.view-grid.columns-2 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-2 .basel-gallery-item {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%}
.basel-images-gallery.view-grid.columns-3 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-3 .basel-gallery-item {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%}
.basel-images-gallery.view-grid.columns-4 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-4 .basel-gallery-item {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%}
.basel-images-gallery.view-grid.columns-6 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-6 .basel-gallery-item {
    -webkit-flex-basis: 16.66666666%;
    -ms-flex-basis: 16.66666666%;
    flex-basis: 16.66666666%;
    max-width: 16.66666666%;
    width: 16.66666666%}
.basel-images-gallery.view-carousel, .basel-images-gallery.view-justified {
    margin-bottom: 30px;
}
.basel-images-gallery.view-carousel .gallery-images .basel-gallery-item {
    margin-bottom: 0;
}
.basel-images-gallery.view-justified .caption {
    display: none!important;
}
.basel-images-gallery.spacing-0 {
    margin-left: 0;
    margin-right: 0;
}
.basel-images-gallery.spacing-0 .basel-gallery-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.basel-images-gallery.spacing-2 {
    margin-left: -1px;
    margin-right: -1px;
}
.basel-images-gallery.spacing-2 .basel-gallery-item {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}
.basel-images-gallery.spacing-6 {
    margin-left: -3px;
    margin-right: -3px;
}
.basel-images-gallery.spacing-6 .basel-gallery-item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}
.basel-images-gallery.spacing-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.basel-images-gallery.spacing-10 .basel-gallery-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.basel-images-gallery.spacing-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.basel-images-gallery.spacing-20 .basel-gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.basel-images-gallery.spacing-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.basel-images-gallery.spacing-30 .basel-gallery-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.basel-row-divider {
    margin-left: -15px;
    margin-right: -15px;
}
.basel-row-divider svg {
    display: block;
}
.basel-row-divider.dvr-position-top svg {
    margin-top: -1px;
}
.basel-row-divider.dvr-position-bottom svg {
    margin-bottom: -1px;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .basel-row-divider.dvr-position-top svg {
    margin-top: 0;
}
.basel-row-divider.dvr-position-bottom svg {
    margin-bottom: 0;
}
}.dvr-style-triangle svg, .dvr-style-waves-small svg, .dvr-style-waves-wide svg {
    height: 3vw;
}
.dvr-style-clouds svg {
    height: 6vw;
}
.dvr-style-curved-line svg, .dvr-style-diagonal-left svg, .dvr-style-diagonal-right svg, .dvr-style-half-circle svg {
    height: 50px;
}
.dvr-overlap-enable {
    position: relative;
}
.dvr-overlap-enable svg {
    position: absolute;
    left: 0;
}
.dvr-overlap-enable.dvr-position-top svg {
    top: 100%}
.dvr-overlap-enable.dvr-position-bottom svg {
    bottom: 100%}
.blog-post-loop {
    margin-bottom: 100px;
    position: relative;
}
.blog-post-loop a {
    color: #4e4e4e;
}
.blog-post-loop .entry-header:after {
    content: "";
    clear: both;
    display: block;
}
.blog-post-loop .entry-thumbnail {
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
}
.blog-post-loop .post-img-wrapp {
    background-color: #000;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.blog-post-loop .post-img-wrapp>a {
    display: block;
    margin: -1px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.blog-post-loop .post-img-wrapp>a img {
    width: 100%;
    max-width: 100%}
.blog-post-loop .meta-post-categories {
    position: relative;
    z-index: 30;
    display: inline-block;
    background-color: #1aada3;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 90px;
    margin-bottom: 5px;
    height: 25px;
    overflow: hidden;
}
.blog-post-loop .meta-post-categories>a {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    text-transform: none;
    font-size: 12px;
}
.blog-post-loop .entry-meta {
    margin-bottom: 15px;
    margin-left: 92px;
}
.blog-post-loop .post-image-mask {
    display: none;
}
.blog-post-loop .entry-title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: .3px;
    margin-left: 90px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.blog-post-loop .entry-title a {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #1b1919;
    text-decoration: none;
}
.blog-post-loop .entry-title a:hover {
    color: #1aada3;
}
.blog-post-loop .post-date {
    position: absolute;
    top: 40px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    text-align: center;
}
.blog-post-loop .post-date .post-date-day, .blog-post-loop .post-date .post-date-month {
    display: block;
    color: #1b1919;
}
.blog-post-loop .post-date .post-date-day {
    padding-top: 4px;
    font-size: 24px;
}
.blog-post-loop .post-date .post-date-month {
    padding-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
}
.blog-post-loop .liner-continer {
    display: none;
}
.blog-post-loop .read-more-section {
    margin-top: 15px;
}
.blog-post-loop .entry-content {
    line-height: 1.7;
}
.blog-post-loop .entry-content>p {
    margin-bottom: 15px;
}
.blog-post-loop .entry-content>p:last-child {
    margin-bottom: 0;
}
.blog-post-loop .entry-content label[for*=pwbox-] {
    display: inline-block;
    width: 210px;
    vertical-align: bottom;
    margin-bottom: 0;
}
.blog-post-loop .entry-content label[for*=pwbox-] input {
    margin-top: 10px;
}
.blog-post-loop:after {
    content: "";
    clear: both;
    display: block;
}
.blog-post-loop.has-post-thumbnail .meta-post-categories {
    margin-left: 0;
}
.blog-post-loop.has-post-thumbnail .entry-title {
    margin-left: 0;
}
.blog-post-loop.has-post-thumbnail .entry-meta {
    margin-left: 2px;
}
.blog-post-loop.has-post-thumbnail .post-date {
    top: 10px;
}
.blog-post-loop.post-no-title .post-date {
    top: 15px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.blog-post-loop.post-no-title .post-date:hover {
    background-color: #fbfbfb;
}
.blog-post-loop.post-no-title div.entry-meta {
    margin-bottom: 25px;
}
.blog-post-loop.type-page .post-date {
    top: -6px;
}
.blog-post-loop.type-page .entry-thumbnail {
    margin-bottom: 15px;
}
.blog-post-loop.type-page.has-post-thumbnail .post-date {
    top: 10px;
}
.blog-post-loop:hover>.entry-header .post-img-wrapp>a {
    opacity: .6;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.blog-post-loop .entry-content h1, .blog-post-loop .entry-content h2, .blog-post-loop .entry-content h3, .blog-post-loop .entry-content h4, .blog-post-loop .entry-content h5, .blog-post-loop .entry-content h6, .comments-area .comment-list li h1, .comments-area .comment-list li h2, .comments-area .comment-list li h3, .comments-area .comment-list li h4, .comments-area .comment-list li h5, .comments-area .comment-list li h6 {
    margin-top: 20px;
    letter-spacing: .5px;
}
.blog-post-loop .entry-content dd, .comments-area .comment-list li dd {
    margin-bottom: 20px;
}
.blog-post-loop .entry-content dl, .comments-area .comment-list li dl {
    margin: 0 20px;
    line-height: 1.7;
}
.blog-post-loop .entry-content dt, .comments-area .comment-list li dt {
    font-weight: bolder;
}
.blog-post-loop .entry-content iframe, .comments-area .comment-list li iframe {
    width: 100%;
    margin-bottom: 20px;
}
.blog-post-loop .entry-content p>iframe, .comments-area .comment-list li p>iframe {
    margin-bottom: 0;
}
.blog-post-loop .entry-content p, .comments-area .comment-list li p {
    line-height: 1.7;
}
.type-post .entry-meta a {
    color: #787878;
}
.type-post .entry-meta a:hover {
    opacity: .8;
}
.type-post .entry-meta li {
    margin-right: 0;
    display: inline;
    font-size: 14px;
    color: #787878;
    line-height: 1.7;
}
.type-post .entry-meta li:before {
    content: "/";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
    width: 7px;
}
.type-post .entry-meta li:first-child:before {
    content: none;
}
.format-gallery .entry-header .entry-thumbnail+.post-date+.meta-post-categories, .format-gallery .entry-header .entry-thumbnail+.post-date+.meta-post-categories+.entry-title, .format-gallery .entry-header .entry-thumbnail+.post-date+.meta-post-categories+.entry-title+.entry-meta {
    margin-left: 0;
}
.format-gallery .entry-header .entry-thumbnail+.post-date {
    top: 10px;
}
.format-gallery .owl-carousel .owl-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
}
.format-gallery .owl-carousel .owl-nav>div {
    position: static;
    filter: Alpha(Opacity=1);
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -sand-transform: none;
    -ms-transform: none;
}
.format-gallery .owl-carousel .owl-nav>div:before {
    width: 38px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
}
.blog-post-loop.sticky .entry-title {
    text-transform: uppercase;
}
.blog-post-loop.sticky .entry-title:before {
    content: "\f02e";
    color: #1aada3;
    font-size: 17px;
    margin-right: 5px;
    vertical-align: super;
    font-family: FontAwesome;
}
.format-quote {
    color: #000;
    text-align: center;
}
.format-quote .entry-header {
    margin-bottom: 15px;
}
.format-quote .entry-header:before {
    content: "\f10e";
    display: inline-block;
    font-size: 102px;
    color: #c3c3c3;
    font-family: FontAwesome;
}
.format-quote .meta-post-categories {
    display: none;
}
.format-quote .entry-title {
    display: none;
}
.format-quote .entry-meta {
    display: none;
}
.format-quote .post-date {
    display: none;
}
.format-quote .post-img-wrapp {
    background-color: transparent;
}
.format-quote .post-img-wrapp>a {
    margin: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}
.format-quote .post-img-wrapp>a img {
    border-radius: 50%;
    max-width: 200px;
}
.format-quote .post-image-mask {
    display: none;
}
.format-quote .entry-content {
    position: relative;
    text-align: center;
}
.format-quote .entry-content blockquote {
    padding-left: 0;
    margin: 0;
    border: none;
    text-align: center;
    font-size: 22px;
}
.format-quote .entry-content blockquote>p {
    font-size: 22px;
    font-family: Karla, Arial, Helvetica, sans-serif;
}
.format-quote .entry-content blockquote cite, .format-quote .entry-content blockquote cite a {
    color: #1aada3;
}
.format-quote .entry-content blockquote cite {
    display: inline-block;
    margin-top: 20px;
}
.format-quote:hover>.entry-header .post-img-wrapp>a {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}
.format-quote.has-post-thumbnail .entry-header:before {
    display: none;
}
.format-link .entry-content {
    font-size: 20px;
}
.format-link .entry-content a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 30px;
    background-color: rgba(0, 0, 0, .8);
    font-size: 24px;
    text-decoration: none;
}
.format-link .entry-content a:hover {
    background-color: #000;
}
.format-link .entry-content p:last-child {
    margin-bottom: 0;
}
.format-status .entry-content {
    font-size: 20px;
    font-style: italic;
}
.format-status .entry-content a, .format-status .entry-content p {
    font-style: italic;
}
.blog-design-default .entry-thumbnail {
    margin-bottom: -25px;
}
.blog-design-default .meta-post-categories {
    margin-bottom: 10px;
}
.blog-design-default .post-date {
    top: 50px;
}
.blog-design-default.format-quote .entry-thumbnail {
    margin-bottom: 15px;
}
.blog-design-default-alt {
    text-align: center;
}
.blog-design-default-alt .entry-title {
    margin-left: 0;
}
.blog-design-default-alt .entry-meta {
    margin-bottom: 20px;
    margin-left: 0;
}
.blog-design-default-alt .entry-thumbnail {
    margin-bottom: 15px;
}
.blog-design-default-alt .meta-post-categories {
    margin-left: 0;
}
.blog-design-default-alt .post-date {
    top: 10px;
}
.blog-design-default-alt .liner-continer {
    display: table-row;
}
.blog-design-default-alt .liner-continer .social-icons {
    white-space: nowrap;
    width: auto;
    display: table-cell;
    vertical-align: middle;
}
.blog-design-default-alt .liner-continer .social-icons a {
    white-space: normal;
}
.blog-design-default-alt .liner-continer .left-line:after, .blog-design-default-alt .liner-continer .right-line:after {
    background-color: rgba(92, 92, 92, .09);
}
.blog-design-default-alt .entry-content {
    margin-bottom: 25px;
    padding: 0 5%}
.blog-design-default-alt .entry-content ol, .blog-design-default-alt .entry-content ul {
    text-align: left;
}
.blog-design-default-alt.format-quote .liner-continer {
    display: none;
}
.blog-design-small-images .entry-thumbnail {
    margin-right: 30px;
    float: left;
    width: 45%}
.blog-design-small-images .entry-header:after {
    content: none;
}
.blog-design-small-images .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.blog-design-small-images div.entry-meta {
    margin-bottom: 10px;
}
.blog-design-small-images div.entry-meta ul li.meta-tags {
    display: none;
}
.blog-design-small-images div.entry-meta ul li .edit-link {
    display: none;
}
.blog-design-small-images .read-more-section {
    margin-top: 15px;
}
.blog-design-small-images.format-link .entry-content a {
    font-size: 18px;
    padding: 15px;
}
.blog-design-small-images.format-quote .entry-thumbnail {
    margin-right: 0;
    float: none;
    width: auto;
}
.blog-design-small-images.format-quote .post-img-wrapp>a img {
    max-width: 150px;
}
.blog-design-small-images.format-quote .entry-content blockquote {
    font-size: 18px;
}
.blog-design-small-images.format-quote .entry-content blockquote>p {
    font-size: 18px;
}
.blog-design-masonry {
    margin-bottom: 50px;
    text-align: center;
}
.blog-design-masonry .entry-thumbnail {
    margin-bottom: -25px;
}
.blog-design-masonry .entry-title {
    font-size: 22px;
    margin-left: 0;
    margin-bottom: 10px;
}
.blog-design-masonry .meta-post-categories {
    position: relative;
    z-index: 2;
    margin-left: 0;
}
.blog-design-masonry .read-more-section {
    margin-top: 15px;
}
.blog-design-masonry div.entry-meta {
    margin-bottom: 10px;
    margin-left: 0;
}
.blog-design-masonry div.entry-meta ul li.meta-tags {
    display: none;
}
.blog-design-masonry div.entry-meta ul li .edit-link {
    display: none;
}
.blog-design-masonry .post-date {
    display: none;
}
.blog-design-masonry.has-post-thumbnail .post-date, .blog-design-small-images.has-post-thumbnail .post-date {
    display: inline-block;
    left: 25px;
}
.blog-design-default-alt.has-post-thumbnail.post-slide .post-date {
    left: -5px;
}
.blog-design-mask.post-slide .entry-thumbnail {
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
}
.blog-design-masonry.format-quote .entry-thumbnail {
    margin-bottom: 10px;
}
.blog-design-masonry.format-quote .post-img-wrapp>a img {
    max-width: 150px;
}
.blog-design-masonry.format-quote .post-date {
    display: none;
}
.blog-design-masonry.format-quote .entry-content blockquote {
    font-size: 16px;
}
.blog-design-masonry.format-quote .entry-content blockquote>p {
    font-size: 16px;
}
.blog-design-masonry.format-gallery .entry-header .entry-thumbnail+.post-date {
    display: inline-block;
    left: 25px;
}
.blog-design-masonry.format-link .entry-content a {
    font-size: 16px;
    padding: 15px;
}
.blog-design-mask {
    margin-bottom: 30px;
}
.blog-design-mask .entry-header {
    position: relative;
}
.blog-design-mask .entry-thumbnail {
    margin-bottom: 0;
}
.blog-design-mask .entry-content {
    display: none;
}
.blog-design-mask h3.entry-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 5px;
}
.blog-design-mask .entry-meta {
    margin-bottom: 0;
    margin-top: 5px;
}
.blog-design-mask .meta-post-categories {
    margin-bottom: 0;
}
.blog-design-mask.has-post-thumbnail:not(.format-quote) .post-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 20px 20px 20px;
    background: -moz-linear-gradient(top, transparent 5%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, transparent 5%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, transparent 5%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .7) 100%);
    background: -ms-linear-gradient(top, transparent 5%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .7) 100%);
}
.blog-design-mask.has-post-thumbnail:not(.format-quote) h3.entry-title>a {
    color: #fff;
}
.blog-design-mask.has-post-thumbnail:not(.format-quote) h3.entry-title>a:hover {
    color: rgba(255, 255, 255, .8);
}
.blog-design-mask.has-post-thumbnail:not(.format-quote) .entry-meta li {
    color: rgba(255, 255, 255, .8);
}
.blog-design-mask.has-post-thumbnail:not(.format-quote) .entry-meta li.meta-author a {
    color: rgba(255, 255, 255, .8);
}
.blog-design-mask.has-post-thumbnail:not(.format-quote) .entry-meta a {
    color: rgba(255, 255, 255, .8);
}
.blog-design-mask.format-quote .entry-content {
    display: block;
}
.basel-blog-holder.masonry-container.gl-mask+.blog-footer {
    margin-top: 0;
}
.post-slide {
    margin-bottom: 20px;
    text-align: center;
}
.post-slide .post-head, .post-slide.blog-design-default-alt .entry-thumbnail {
    position: relative;
}
.post-slide .post-mask>p {
    margin-bottom: 15px;
    line-height: 1.7;
}
.post-slide .post-mask>p:last-child {
    margin-bottom: 0;
}
.post-slide .entry-thumbnail {
    margin-bottom: 10px;
}
.post-slide .meta-post-categories {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #1aada3;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    height: 25px;
    overflow: hidden;
}
.post-slide .meta-post-categories>a {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    text-transform: none;
    font-size: 12px;
}
.post-slide .entry-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.post-slide .entry-title a {
    font-family: Lora, "MS Sans Serif", Geneva, sans-serif;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .3px;
    color: #1b1919;
}
.post-slide .entry-title a:hover {
    color: #1aada3;
}
.post-slide .entry-content {
    line-height: 1.7;
}
.post-slide .entry-content p {
    line-height: 1.7;
}
.post-slide .read-more-section {
    margin-top: 15px;
}
.post-slide .entry-meta {
    margin-bottom: 7px;
}
.post-slide .post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    z-index: 2;
    display: none;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
}
.post-slide .post-date .post-date-day, .post-slide .post-date .post-date-month {
    display: block;
    color: #272525;
}
.post-slide .post-date .post-date-day {
    padding-top: 4px;
    font-size: 24px;
}
.post-slide .post-date .post-date-month {
    padding-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
}
.post-slide iframe {
    max-width: 100%}
.post-slide.format-standard .entry-thumbnail {
    margin-bottom: -25px;
}
.post-slide.blog-design-mask {
    position: relative;
    text-align: left;
}
.post-slide.blog-design-mask .entry-thumbnail {
    margin-bottom: 0;
}
.post-slide.blog-design-mask .entry-meta {
    margin-bottom: 0;
}
.post-slide.blog-design-mask .meta-post-categories {
    margin-bottom: 0;
}
.post-slide.format-link .post-mask>p a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px;
    background-color: rgba(0, 0, 0, .8);
    font-size: 16px;
    text-decoration: none;
}
.post-slide.format-link .post-mask>p a:hover {
    background-color: #000;
}
.post-slide.format-quote {
    text-align: center;
}
.post-slide.format-quote:before {
    content: "\f10e";
    display: inline-block;
    font-size: 56px;
    color: #c3c3c3;
    font-family: FontAwesome;
}
.post-slide.format-quote .entry-thumbnail {
    margin-bottom: 20px;
}
.post-slide.format-quote .entry-thumbnail img {
    max-width: 100px;
    border-radius: 50%}
.post-slide.format-quote .meta-post-categories {
    display: none;
}
.post-slide.format-quote .post-date {
    display: none;
}
.post-slide.format-quote .post-mask blockquote {
    padding-left: 0;
    margin: 0;
    border: none;
    text-align: center;
    font-size: 14px;
}
.post-slide.format-quote .post-mask blockquote>p {
    font-size: 14px;
    font-family: Karla, Arial, Helvetica, sans-serif;
}
.post-slide.format-quote .post-mask blockquote cite, .post-slide.format-quote .post-mask blockquote cite a {
    font-size: 12px;
}
.post-slide.format-quote .post-mask blockquote cite {
    display: inline-block;
    margin-top: 15px;
}
.post-slide.format-quote.has-post-thumbnail:before {
    content: none;
}
.post-slide.has-post-thumbnail .post-date {
    display: inline-block;
}
.blog-post-loop.post-single-page {
    margin-bottom: 0;
}
.blog-post-loop.post-single-page .entry-thumbnail {
    float: none;
    width: 100%;
    margin-bottom: -25px;
}
.blog-post-loop.post-single-page .meta-post-categories {
    margin-bottom: 10px;
}
.blog-post-loop.post-single-page .entry-title {
    font-size: 32px;
    margin-bottom: 10px;
}
.blog-post-loop.post-single-page .entry-meta {
    margin-bottom: 20px;
}
.blog-post-loop.post-single-page .entry-meta li {
    margin-bottom: 0;
}
.blog-post-loop.post-single-page .entry-meta li.meta-tags {
    display: inline-block;
}
.blog-post-loop.post-single-page .entry-meta li .edit-link {
    display: inline-block;
}
.blog-post-loop.post-single-page .entry-content {
    font-size: 15px;
}
.blog-post-loop.post-single-page .entry-content p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}
.blog-post-loop.post-single-page .liner-continer {
    display: none;
}
.post-single-page.blog-design-default-alt {
    text-align: center;
}
.post-single-page.blog-design-default-alt .entry-thumbnail {
    margin-bottom: 15px;
}
.post-single-page.blog-design-default-alt .entry-content {
    text-align: left;
    padding: 0;
}
.post-single-page.blog-design-masonry {
    text-align: left;
}
.post-single-page.blog-design-masonry .post-date {
    left: 10px;
}
.post-single-page.blog-design-mask .entry-content {
    display: block;
}
.post-single-page.blog-design-mask h3.entry-title {
    margin-top: 0;
}
.post-single-page.blog-design-mask .entry-meta {
    margin-top: 0;
}
.post-single-page.blog-design-mask.has-post-thumbnail .post-mask {
    position: static;
    left: auto;
    bottom: auto;
    padding: 0;
    background: 0 0;
}
.post-single-page.blog-design-mask.has-post-thumbnail .entry-meta li {
    color: #787878;
}
.post-single-page.blog-design-mask.has-post-thumbnail .entry-meta li.meta-author a {
    color: #787878;
}
.post-single-page.blog-design-mask.has-post-thumbnail .entry-meta a {
    color: #787878;
}
.blog-post-loop.post-single-page.format-quote {
    text-align: center;
}
.blog-post-loop.post-single-page.format-quote .entry-thumbnail img {
    border-radius: 50%;
    max-width: 200px;
}
.blog-post-loop.post-single-page.format-quote .post-date {
    display: none;
}
.single-post-social {
    text-align: center;
    margin-bottom: 40px;
}
.single-post-social li {
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.single-post-social li a {
    position: relative;
    color: #8f8f8f;
    width: 100%;
    display: inline-block;
}
.single-post-social li i {
    line-height: 40px;
}
.single-post-social li:hover {
    background-color: #000;
}
.single-post-social li:hover a {
    color: #fff;
}
.single-post-navigation {
    padding: 15px 10px;
    margin-bottom: 40px;
    background-color: #f7f7f7;
}
.single-post-navigation a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
}
.single-post-navigation a:hover {
    text-decoration: none;
    color: #1aada3;
}
.single-post-navigation .prev-link {
    float: left;
}
.single-post-navigation .prev-link a {
    padding-left: 15px;
}
.single-post-navigation .prev-link a:before {
    content: "\f104";
    margin-right: 10px;
    font-family: FontAwesome;
}
.single-post-navigation .next-link {
    float: right;
    text-align: right;
}
.single-post-navigation .next-link a {
    padding-right: 15px;
}
.single-post-navigation .next-link a:after {
    content: "\f105";
    margin-left: 10px;
    font-family: FontAwesome;
}
.single-post-navigation:after {
    content: "";
    clear: both;
    display: block;
}
#comments .avatar, .basel-user-panel .avatar {
    margin-left: 0;
}
.comments-area .comment-reply-title, .comments-area .comments-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700!important;
}
.comments-area .comment-list {
    margin-bottom: 50px;
}
.comments-area .comment-list li.comment {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(113, 113, 113, .15);
}
.comments-area .comment-list li.comment .comment-respond {
    margin-top: 30px;
}
.comments-area .comment-list li.comment .comment-reply-title {
    font-size: 18px;
}
.comments-area .comment-list li.comment .children {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 0;
    list-style: none;
}
.comments-area .comment-list li.comment .children li {
    border-top: 1px solid rgba(113, 113, 113, .15);
    border-bottom: none;
}
.comments-area .comment-list li.comment .children li:last-child {
    padding-bottom: 0;
}
.comments-area .comment-list li.pingback .comment-body {
    padding-left: 0;
}
.comments-area #cancel-comment-reply-link {
    display: inline-block;
    font-size: 0;
}
.comments-area #cancel-comment-reply-link:after {
    content: "\f00d";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 18px;
}
.comments-area #cancel-comment-reply-link:hover {
    text-decoration: none;
    color: #1aada3;
}
.comments-area .comment-body {
    position: relative;
    padding-left: 105px;
}
.comments-area .comment-body p {
    margin-bottom: 10px;
}
.comments-area .comment-body .comment-author {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}
.comments-area .comment-body .comment-author:first-letter {
    text-transform: uppercase;
}
.comments-area .comment-body .comment-author .fn {
    color: #1b1919;
    font-weight: 700;
    font-style: normal;
    vertical-align: middle;
}
.comments-area .comment-body .comment-author .says {
    color: #5f5f5f;
    margin-left: 3px;
    vertical-align: middle;
}
.comments-area .comment-body .comment-author img {
    position: absolute;
    left: 0;
    top: 0;
}
.comments-area .comment-body .comment-awaiting-moderation {
    position: absolute;
    top: -26px;
    left: 92px;
}
.comments-area .comment-body .comment-awaiting-moderation+br {
    display: none;
}
.comments-area .comment-body .comment-meta {
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: right;
}
.comments-area .comment-body .comment-meta a {
    color: #bbb;
    vertical-align: middle;
}
.comments-area .comment-body .comment-meta .comment-edit-link {
    color: #565656;
}
.comments-area .comment-body .comment-edit-link {
    font-size: 0;
    margin-left: 5px;
    display: inline-block;
}
.comments-area .comment-body .comment-edit-link:after {
    content: "\f044";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.comments-area .comment-body .comment-edit-link:hover {
    text-decoration: none;
    color: #1aada3;
}
.comments-area .reply {
    margin-top: 15px;
}
.comments-area .reply a {
    line-height: 1.5;
    color: #1aada3;
    font-weight: 700;
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
}
.comments-area .reply a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.comments-area .reply a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.comments-area .comment-respond .logged-in-as>a:first-child {
    font-weight: 700;
}
.comments-area .comment-respond .logged-in-as>a:last-child {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
    margin-left: 10px;
}
.comments-area .comment-respond .logged-in-as>a:last-child:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.comments-area .comment-respond .logged-in-as>a:last-child:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.comments-area .comment-respond label {
    display: block;
}
.comments-area .comment-respond input[type=submit] {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.comments-area .comment-respond input[type=submit]:focus, .comments-area .comment-respond input[type=submit]:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.comments-area .comment-respond input[type=submit].btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.comments-area .comment-respond input[type=submit].btn-style-bordered:focus, .comments-area .comment-respond input[type=submit].btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.comments-area .comment-respond input[type=submit].btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.comments-area .comment-respond input[type=submit].btn-style-link:focus, .comments-area .comment-respond input[type=submit].btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.comments-area .comment-respond textarea {
    width: 100%}
.comments-area .comment-respond .comment-form-comment {
    margin-bottom: 10px;
}
.comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email, .comments-area .comment-respond .comment-form-url {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-author {
    padding-right: 10px;
}
.comments-area .comment-respond .comment-form-email, .comments-area .comment-respond .comment-form-url {
    padding-left: 10px;
}
.page-links a {
    border: 2px solid #bfbfbf;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    width: 36px;
    margin-right: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #929292;
}
.page-links a:hover {
    background-color: #bfbfbf;
    color: #fff;
}
.page-links a:focus {
    background-color: #a5a5a5;
    color: #fff;
    border-color: #a5a5a5;
}
.page-links>span {
    border: 2px solid #bfbfbf;
    background-color: #bfbfbf;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    width: 36px;
    margin-right: 6px;
    font-size: 14px;
    color: #fff;
}
.page-links .page-links-title {
    border: none;
    width: auto;
    margin-right: 10px;
    font-size: 18px;
    background-color: transparent;
    color: inherit;
}
.blog-post-loop:not(.post-single-page) .gl_row, .blog-post-loop:not(.post-single-page) .spb_column, .blog-post-loop:not(.post-single-page) .spb_text_column {
    display: none;
}
.blog-post-loop.post-single-page footer.entry-meta {
    margin-left: 0;
    text-align: left;
}
.author-info {
    position: relative;
    padding-left: 105px;
    margin-bottom: 40px;
}
.author-info .author-avatar {
    position: absolute;
    top: 0;
    left: 0;
}
.author-info .author-avatar img {
    margin-left: 0;
}
.author-info .author-description .author-link {
    color: #000;
}
.author-info .author-description .author-link span {
    display: none;
}
.page-portfolio {
    margin-top: -40px;
}
.tax-project-cat .page-portfolio {
    margin-top: 0;
}
.portfolio-filter {
    padding: 20px 0;
}
.masonry-filter a {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
.masonry-filter a:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #212121;
    transition: width .2s ease;
}
.masonry-filter a:hover {
    text-decoration: none;
}
.masonry-filter a:hover:after {
    width: 100%;
    left: 0;
}
.color-scheme-light .masonry-filter a:after {
    background-color: #fff;
}
.masonry-filter li {
    padding: 10px;
}
.masonry-filter li a {
    text-transform: uppercase;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.masonry-filter li a.filter-active:after {
    width: 100%;
    left: 0;
}
.portfolio-layout-boxed .col-md-3 .portfolio-thumbnail {
    margin: 0;
}
.site-content.portfolio-layout-full-width {
    margin-bottom: 0;
}
.site-content.portfolio-layout-full-width .basel-pagination, .site-content.portfolio-layout-full-width .basel-portfolio-load-more {
    margin-bottom: 40px;
}
.post-slide.portfolio {
    background-color: #000;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 300px;
    text-align: center;
}
.post-slide.portfolio a {
    color: #fff;
}
.post-slide.portfolio>a {
    display: block;
}
.post-slide.portfolio .entry-thumbnail {
    margin-bottom: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.post-slide.portfolio .post-date {
    display: none;
}
.post-slide.portfolio .post-mask {
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 0;
    padding: 15px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-slide.portfolio .post-mask>a {
    border-color: rgba(255, 255, 255, .4);
    background-color: transparent;
}
.post-slide.portfolio .post-mask>a:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.post-slide.portfolio .entry-title {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
    overflow: hidden;
    max-height: 91px;
}
.post-slide.portfolio .entry-title a {
    color: #fff;
}
.post-slide.portfolio .entry-title a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}
.portfolio.post-slide.has-post-thumbnail {
    height: auto;
}
.portfolio.post-slide.has-post-thumbnail .post-mask {
    opacity: 0;
    visibility: hidden;
    top: 55%}
.portfolio.post-slide.has-post-thumbnail:hover>.post-mask {
    opacity: 1;
    visibility: visible;
    top: 50%}
.portfolio.post-slide.has-post-thumbnail:hover .entry-thumbnail {
    opacity: .2;
}
.portfolio-entry {
    margin-bottom: 30px;
}
.portfolio-entry .entry-header {
    position: relative;
}
.portfolio-entry .entry-thumbnail {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.portfolio-entry .portfolio-thumbnail {
    display: block;
    margin: -1px;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-entry .portfolio-enlarge {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -sand-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-entry .portfolio-enlarge:focus, .portfolio-entry .portfolio-enlarge:hover {
    text-decoration: none;
}
.portfolio-entry .portfolio-enlarge:hover {
    background-color: #fff;
    color: #4d4d4d;
}
.portfolio-entry .portfolio-info {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-entry .entry-title {
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 0;
}
.portfolio-entry .entry-title a:hover {
    text-decoration: none;
}
.portfolio-entry .proj-cats-list {
    margin-top: 15px;
}
.portfolio-entry .proj-cats-list li {
    font-size: 14px;
    margin-left: 0;
    display: inline-block;
    text-transform: none;
}
.portfolio-entry .proj-cats-list li:after {
    content: "/";
    padding: 0 5px 0 7px;
    font-size: 10px;
    position: relative;
    top: -1px;
    display: inline-block;
}
.portfolio-entry .proj-cats-list li:first-child {
    margin-left: 0;
}
.portfolio-entry .proj-cats-list li:last-child {
    margin-left: 0;
}
.portfolio-entry .proj-cats-list li:last-child:after {
    content: none;
}
.portfolio-entry .entry-summary {
    display: none;
}
.portfolio-entry:hover .entry-thumbnail>.portfolio-thumbnail {
    opacity: .2;
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -sand-transform: scale(1.05);
}
.portfolio-entry:hover .entry-header .entry-thumbnail>.portfolio-enlarge {
    opacity: 1;
    visibility: visible;
}
.portfolio-bordered .portfolio-entry .entry-header, .portfolio-bordered-inverse .portfolio-entry .entry-header, .portfolio-hover .portfolio-entry .entry-header, .portfolio-hover-inverse .portfolio-entry .entry-header {
    text-align: center;
}
.portfolio-bordered .portfolio-entry .portfolio-info, .portfolio-bordered-inverse .portfolio-entry .portfolio-info, .portfolio-hover .portfolio-entry .portfolio-info, .portfolio-hover-inverse .portfolio-entry .portfolio-info {
    position: absolute;
    top: 55%;
    visibility: hidden;
    opacity: 0;
    padding: 10px 20px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-bordered .portfolio-entry .portfolio-enlarge, .portfolio-bordered-inverse .portfolio-entry .portfolio-enlarge, .portfolio-hover .portfolio-entry .portfolio-enlarge, .portfolio-hover-inverse .portfolio-entry .portfolio-enlarge {
    position: absolute;
    top: auto;
    left: auto;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 0;
    color: #fff;
    text-align: center;
    width: 30px;
    padding: 0;
    border: none;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -sand-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.portfolio-bordered .portfolio-entry .portfolio-enlarge:after, .portfolio-bordered-inverse .portfolio-entry .portfolio-enlarge:after, .portfolio-hover .portfolio-entry .portfolio-enlarge:after, .portfolio-hover-inverse .portfolio-entry .portfolio-enlarge:after {
    content: "\e057";
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-family: simple-line-icons;
}
.portfolio-bordered .portfolio-entry .portfolio-enlarge:hover, .portfolio-bordered-inverse .portfolio-entry .portfolio-enlarge:hover, .portfolio-hover .portfolio-entry .portfolio-enlarge:hover, .portfolio-hover-inverse .portfolio-entry .portfolio-enlarge:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, .8);
}
.portfolio-bordered .portfolio-entry .entry-title a, .portfolio-bordered-inverse .portfolio-entry .entry-title a, .portfolio-hover .portfolio-entry .entry-title a, .portfolio-hover-inverse .portfolio-entry .entry-title a {
    color: #fff;
}
.portfolio-bordered .portfolio-entry .entry-title a:hover, .portfolio-bordered-inverse .portfolio-entry .entry-title a:hover, .portfolio-hover .portfolio-entry .entry-title a:hover, .portfolio-hover-inverse .portfolio-entry .entry-title a:hover {
    color: rgba(255, 255, 255, .8);
}
.portfolio-bordered .portfolio-entry .proj-cats-list li, .portfolio-bordered-inverse .portfolio-entry .proj-cats-list li, .portfolio-hover .portfolio-entry .proj-cats-list li, .portfolio-hover-inverse .portfolio-entry .proj-cats-list li {
    color: rgba(255, 255, 255, .8);
}
.portfolio-bordered .portfolio-entry:hover .entry-header>.portfolio-info, .portfolio-bordered-inverse .portfolio-entry:hover .entry-header>.portfolio-info, .portfolio-hover .portfolio-entry:hover .entry-header>.portfolio-info, .portfolio-hover-inverse .portfolio-entry:hover .entry-header>.portfolio-info {
    opacity: 1;
    visibility: visible;
    top: 50%}
.portfolio-hover-inverse .portfolio-entry .portfolio-info {
    top: 50%;
    visibility: visible;
    opacity: 1;
}
.portfolio-hover-inverse .portfolio-entry .portfolio-thumbnail {
    opacity: .4;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -sand-transform: scale(1.1);
}
.portfolio-hover-inverse .portfolio-entry:hover .entry-thumbnail>.portfolio-thumbnail {
    opacity: .9;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
}
.portfolio-hover-inverse .portfolio-entry:hover .entry-header>.portfolio-info {
    opacity: 0;
    visibility: hidden;
    top: 45%}
.portfolio-text-shown .portfolio-entry .portfolio-info {
    padding: 20px 50px 20px 0;
    position: relative;
}
.portfolio-text-shown .portfolio-entry .portfolio-info:after {
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 52px;
    font-family: FontAwesome;
    color: rgba(129, 129, 129, .3);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-text-shown .portfolio-entry:hover .entry-header>.portfolio-info {
    padding-left: 20px;
    background-color: #f8f8f8;
}
.portfolio-text-shown .portfolio-entry:hover .entry-header>.portfolio-info:after {
    right: 20px;
    opacity: 1;
    visibility: visible;
}
.portfolio-with-bg .portfolio-entry .entry-thumbnail:after, .portfolio-with-bg-alt .portfolio-entry .entry-thumbnail:after {
    content: "\f105";
    position: absolute;
    left: 45%;
    top: 50%;
    font-size: 60px;
    font-family: FontAwesome;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -sand-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-with-bg .portfolio-entry .proj-cats-list li, .portfolio-with-bg-alt .portfolio-entry .proj-cats-list li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-with-bg .portfolio-entry .portfolio-info, .portfolio-with-bg-alt .portfolio-entry .portfolio-info {
    padding: 20px;
    background-color: #f8f8f8;
}
.portfolio-with-bg .portfolio-entry .portfolio-enlarge, .portfolio-with-bg-alt .portfolio-entry .portfolio-enlarge {
    display: none;
}
.portfolio-with-bg .portfolio-entry:hover .entry-header>.portfolio-info, .portfolio-with-bg-alt .portfolio-entry:hover .entry-header>.portfolio-info {
    background-color: #232323;
}
.portfolio-with-bg .portfolio-entry:hover .entry-header>.portfolio-info a, .portfolio-with-bg-alt .portfolio-entry:hover .entry-header>.portfolio-info a {
    color: #fff;
}
.portfolio-with-bg .portfolio-entry:hover .entry-header>.portfolio-info .proj-cats-list li, .portfolio-with-bg-alt .portfolio-entry:hover .entry-header>.portfolio-info .proj-cats-list li {
    color: rgba(255, 255, 255, .8);
}
.portfolio-with-bg .portfolio-entry:hover .entry-header>.portfolio-info:after, .portfolio-with-bg-alt .portfolio-entry:hover .entry-header>.portfolio-info:after {
    right: 20px;
    opacity: 1;
    visibility: visible;
}
.portfolio-with-bg .portfolio-entry:hover .entry-header>.entry-thumbnail:after, .portfolio-with-bg-alt .portfolio-entry:hover .entry-header>.entry-thumbnail:after {
    opacity: 1;
    visibility: visible;
    left: 50%}
.portfolio-with-bg-alt .portfolio-entry:hover .entry-header>.portfolio-info {
    background-color: #1aada3;
}
.portfolio-bordered .portfolio-entry .entry-header:after, .portfolio-bordered .portfolio-entry .entry-header:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    -moz-transition: opacity .4s, -moz-transform .4s;
    -o-transition: opacity .4s, -o-transform .4s;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s;
}
.portfolio-bordered .portfolio-entry .entry-header:before {
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.portfolio-bordered .portfolio-entry .entry-header:after {
    border-right: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
}
.portfolio-bordered .portfolio-entry .entry-thumbnail {
    position: static;
}
.portfolio-bordered .portfolio-entry .portfolio-info {
    top: 50%;
    visibility: visible;
    opacity: 1;
    padding: 10px 30px;
}
.portfolio-bordered .portfolio-entry .portfolio-thumbnail {
    opacity: .4;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -sand-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.portfolio-bordered .portfolio-entry:hover .entry-thumbnail>.portfolio-thumbnail {
    opacity: .9;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
    -o-transform: scale(1);
}
.portfolio-bordered .portfolio-entry:hover .entry-header>.portfolio-info {
    opacity: 0;
    visibility: hidden;
    top: 45%}
.portfolio-bordered .portfolio-entry:hover>.entry-header:after {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -sand-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.portfolio-bordered .portfolio-entry:hover>.entry-header:before {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -sand-transform: scale(1, 0);
    transform: scale(0, 1);
}
.portfolio-bordered .portfolio-entry:hover>.entry-header:after, .portfolio-bordered .portfolio-entry:hover>.entry-header:before {
    opacity: 0;
}
.portfolio-bordered-inverse .portfolio-entry .entry-thumbnail {
    position: static;
}
.portfolio-bordered-inverse .portfolio-entry .entry-header:after, .portfolio-bordered-inverse .portfolio-entry .entry-header:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -moz-transition: opacity .35s, -moz-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    z-index: 1;
}
.portfolio-bordered-inverse .portfolio-entry .entry-header:after {
    border-right: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -sand-transform: scale(1, 0);
    transform: scale(1, 0);
}
.portfolio-bordered-inverse .portfolio-entry .entry-header:before {
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -sand-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(0, 1);
}
.portfolio-bordered-inverse .portfolio-entry .portfolio-enlarge {
    display: none;
}
.portfolio-bordered-inverse .portfolio-entry .portfolio-info {
    padding: 10px 30px;
    z-index: 2;
}
.portfolio-bordered-inverse .portfolio-entry:hover>.entry-header:after, .portfolio-bordered-inverse .portfolio-entry:hover>.entry-header:before {
    opacity: 1;
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.page-portfolio .basel-pagination, .page-portfolio .basel-portfolio-load-more {
    margin-top: 40px;
    margin-bottom: 0;
}
.row-spacing-0 .portfolio-entry {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.row-spacing-2 .portfolio-entry {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}
.row-spacing-6 .portfolio-entry {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}
.row-spacing-10 .portfolio-entry {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.row-spacing-20 .portfolio-entry {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.row-spacing-30 .portfolio-entry {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.site-content {
    margin-bottom: 40px;
}
.products {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.basel-loading .basel-products-loader {
    position: relative;
}
.basel-loading .basel-products-loader:after {
    opacity: 1;
    visibility: visible;
}
.basel-loading .products {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -sand-transform: translateY(50px);
}
.basel-products-loader:after {
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -17px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: " ";
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
}
.basel-active-filters {
    margin-top: -15px;
    margin-bottom: 15px;
    min-height: 1px;
}
.basel-active-filters .widget_layered_nav_filters ul li {
    margin-bottom: 5px;
    margin-right: 15px;
    display: inline-block;
}
.basel-active-filters .widget_layered_nav_filters ul li a {
    color: #1b1919;
    text-decoration: none;
}
.basel-active-filters .widget_layered_nav_filters ul li a:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.basel-active-filters .widget_layered_nav_filters ul li a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.basel-active-filters .widget_layered_nav_filters ul li a:hover:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.basel-active-filters .widget_layered_nav_filters ul li a:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.basel-active-filters .widget_layered_nav_filters ul li a .amount {
    color: #1aada3;
}
.basel-active-filters .widget_layered_nav_filters ul li a:after, .basel-active-filters .widget_layered_nav_filters ul li a:before {
    background-color: #1b1919;
}
.shop-loop-head {
    margin-bottom: 20px;
    margin-top: -10px;
    text-align: right;
    line-height: 20px;
    padding: 10px 0 0 0;
    vertical-align: middle;
    width: 100%}
.shop-loop-head:after {
    content: "";
    clear: both;
    display: block;
}
.shop-loop-head .shopify-breadcrumb {
    float: left;
    margin-bottom: 10px;
}
.shop-loop-head .shopify-result-count {
    font-size: 13px;
    letter-spacing: .3px;
    color: #9e9e9e;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 20px;
    vertical-align: middle;
}
.shop-loop-head .basel-products-shop-view {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    vertical-align: middle;
    margin-left: 20px;
    margin-bottom: 10px;
}
.shop-loop-head .basel-products-shop-view.products-view-list_grid {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.shop-loop-head .basel-products-shop-view.products-view-list_grid>a:last-child {
    margin-left: 12px;
}
.shop-loop-head .basel-products-shop-view.products-view-grid_list {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reversee;
    -ms-flex-direction: row-reverse;
}
.shop-loop-head .basel-products-shop-view.products-view-grid_list>a:last-child {
    margin-right: 12px;
}
.shop-loop-head .basel-products-shop-view>a {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-self: center;
    -webkit-align-self: center;
    -ms-flex-wrap: center;
    opacity: .3;
}
.shop-loop-head .basel-products-shop-view>a.current-view {
    opacity: .9;
}
.shop-loop-head .basel-products-shop-view>a:not(.current-view):hover {
    opacity: .6;
}
.shop-loop-head .basel-filter-buttons {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 19px;
    vertical-align: middle;
}
.shop-loop-head .basel-filter-buttons .open-filters {
    font-size: 16px;
    font-weight: 700;
    color: #1b1919;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
}
.shop-loop-head .basel-filter-buttons .open-filters:after, .shop-loop-head .basel-filter-buttons .open-filters:before {
    content: " ";
    width: 10px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 9px;
    display: inline-block;
    background-color: #1b1919;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.shop-loop-head .basel-filter-buttons .open-filters:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -sand-transform: rotate(-90deg);
}
.shop-loop-head .basel-filter-buttons .open-filters:hover:after {
    transform: translateX(-6px) rotate(50deg);
    -webkit-transform: translateX(-6px) rotate(50deg);
    -moz-transform: translateX(-6px) rotate(50deg);
    -o-transform: translateX(-6px) rotate(50deg);
    -ms-transform: translateX(-6px) rotate(50deg);
    -sand-transform: translateX(-6px) rotate(50deg);
}
.shop-loop-head .basel-filter-buttons .open-filters:hover:before {
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -sand-transform: rotate(-50deg);
}
.shop-loop-head .basel-filter-buttons .open-filters.btn-opened:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.shop-loop-head .basel-filter-buttons .open-filters.btn-opened:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
}
.shop-loop-head .shopify-ordering {
    display: inline-block;
    position: relative;
    top: -11px;
    margin-left: 20px;
    vertical-align: top;
    color: #636363;
}
.shop-loop-head .shopify-ordering select:focus {
    border-color: rgba(0, 0, 0, .4);
}
.icon-drop-category {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 40px;
    cursor: pointer;
}
.icon-drop-category:after, .icon-drop-category:before {
    content: " ";
    width: 10px;
    height: 1px;
    position: absolute;
    right: 12px;
    top: 19px;
    display: inline-block;
    background-color: #312f2f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.icon-drop-category:after {
    transform: translateX(-6px) rotate(50deg);
    -webkit-transform: translateX(-6px) rotate(50deg);
    -moz-transform: translateX(-6px) rotate(50deg);
    -o-transform: translateX(-6px) rotate(50deg);
    -ms-transform: translateX(-6px) rotate(50deg);
    -sand-transform: translateX(-6px) rotate(50deg);
}
.icon-drop-category:before {
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -sand-transform: rotate(-50deg);
}
.icon-drop-category.basel-act-icon:after, .icon-drop-category.basel-act-icon:before {
    width: 15px;
}
.icon-drop-category.basel-act-icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.icon-drop-category.basel-act-icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
}
.color-scheme-light .icon-drop-category:after, .color-scheme-light .icon-drop-category:before {
    background-color: #fff;
}
.basel-show-categories {
    display: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    color: #2f2d2d;
    cursor: pointer;
    padding-right: 16px;
    padding-right: 22px;
}
.basel-show-categories:after, .basel-show-categories:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #2f2d2d;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.basel-show-categories:after {
    transform: translateX(-6px) rotate(50deg);
    -webkit-transform: translateX(-6px) rotate(50deg);
    -moz-transform: translateX(-6px) rotate(50deg);
    -o-transform: translateX(-6px) rotate(50deg);
    -ms-transform: translateX(-6px) rotate(50deg);
    -sand-transform: translateX(-6px) rotate(50deg);
}
.basel-show-categories:before {
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -sand-transform: rotate(-50deg);
}
.basel-show-categories.button-open:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.basel-show-categories.button-open:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
}
.color-scheme-light .basel-show-categories {
    color: #fff;
}
.color-scheme-light .basel-show-categories:after, .color-scheme-light .basel-show-categories:before {
    background-color: #fff;
}
.basel-header-overlap .title-shop.without-title.title-size-small {
    padding: 95px 0 50px 0;
}
.basel-header-overlap .title-shop.without-title.title-size-default {
    padding: 140px 0 100px 0;
}
.basel-header-overlap .title-shop.without-title.title-size-large {
    padding: 175px 0;
}
.basel-back-btn {
    line-height: 40px;
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    font-size: 0;
    text-decoration: none;
}
.basel-back-btn .basel-tooltip-label {
    display: none;
}
.basel-back-btn>span {
    width: 25px;
    height: 2px;
    line-height: 2px;
    position: relative;
    display: inline-block;
    background-color: #000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.basel-back-btn>span:before {
    content: "\f0d9";
    position: absolute;
    left: -4px;
    top: 0;
    font-size: 14px;
    line-height: 3px;
    color: #000;
    font-family: FontAwesome;
}
.basel-back-btn>span:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -1px;
    width: 2px;
    height: 7px;
    line-height: 0;
    background-color: #000;
}
.basel-back-btn:hover>span {
    width: 35px;
}
.title-shop {
    border: none;
}
.title-shop.without-title.title-size-small {
    padding: 0;
}
.title-shop.without-title.title-size-default {
    padding: 30px 0;
}
.title-shop.without-title.title-size-large {
    padding: 60px 0;
}
.title-shop.title-design-centered {
    text-align: center;
}
.title-shop.title-design-centered .nav-shop h1 {
    float: none;
    margin-left: 0;
}
.title-shop.title-design-centered .basel-back-btn+.basel-show-categories+.basel-product-categories, .title-shop.title-design-centered .basel-back-btn+h1, .title-shop.title-design-centered .basel-back-btn+h1+.basel-show-categories+.basel-product-categories {
    padding-left: 50px;
    padding-right: 50px;
}
.title-shop.title-design-centered.title-size-large .nav-shop h1 {
    line-height: 75px;
}
.title-shop .nav-shop {
    position: relative;
}
.title-shop .nav-shop:after {
    content: "";
    clear: both;
    display: block;
}
.title-shop .nav-shop h1 {
    float: right;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    letter-spacing: 2px;
    line-height: 50px;
}
.title-shop .basel-back-btn+.basel-show-categories+.basel-product-categories, .title-shop .basel-back-btn+h1+.basel-show-categories+.basel-product-categories {
    padding-left: 60px;
}
.title-shop .basel-back-btn+.basel-show-categories, .title-shop .basel-back-btn+h1+.basel-show-categories {
    margin-left: 60px;
    margin-right: 60px;
}
.title-shop .basel-back-btn {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
}
.title-shop.color-scheme-light .nav-shop>.basel-back-btn>span {
    background-color: #fff;
}
.title-shop.color-scheme-light .nav-shop>.basel-back-btn>span:after {
    background-color: #fff;
}
.title-shop.color-scheme-light .nav-shop>.basel-back-btn>span:before {
    color: #fff;
}
.basel-product-categories>li {
    display: inline-block;
}
.basel-product-categories>li>a {
    display: inline-block;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.basel-product-categories>li>a:after {
    right: 10px;
    bottom: 16px;
    width: -moz-calc(0% - 20px);
    width: -webkit-calc(0% - 20px);
    width: calc(0% - 20px);
}
.basel-product-categories>li:hover>a:after {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
}
.basel-product-categories>li.current-cat-parent>a:after, .basel-product-categories>li.current-cat>a:after {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
}
.basel-product-categories li {
    position: relative;
}
.basel-product-categories li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
}
.basel-product-categories li a:after {
    content: " ";
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease;
}
.basel-product-categories li .children {
    position: absolute;
    top: 120%;
    left: 50%;
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 15;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -sand-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
}
.basel-product-categories li .children li {
    padding-left: 15px;
    padding-right: 15px;
}
.basel-product-categories li .children li a {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.4;
    display: inline-block;
    font-size: 13px;
}
.basel-product-categories li .children li a:after {
    bottom: 4px;
    width: 0;
    right: 0;
}
.basel-product-categories li .children li.current-cat-parent>a:after, .basel-product-categories li .children li.current-cat>a:after {
    width: 100%}
.basel-product-categories li .children li:hover>a:after {
    width: 100%;
    left: 0;
}
.basel-product-categories li .children .children {
    top: 0;
    left: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -sand-transform: none;
    -o-transform: none;
    transform: none;
}
.basel-product-categories li .children .children:before {
    content: none;
}
.basel-product-categories li .children:before {
    content: "\f0d8";
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    top: -5px;
    line-height: 0;
    font-family: FontAwesome;
    font-size: 26px;
    color: #f9f9f9;
}
.basel-product-categories li:hover>.children {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.basel-product-categories li:hover>.children .children {
    top: 0;
}
.color-scheme-light .basel-product-categories li a {
    color: #fff;
}
.color-scheme-light .basel-product-categories li a:after {
    background-color: #fff;
}
.color-scheme-light .basel-product-categories li .children {
    background-color: #000;
    box-shadow: none;
}
.color-scheme-light .basel-product-categories li .children:before {
    color: #000;
}
.shopify-pagination {
    display: block;
    text-align: center;
}
.shopify-pagination .page-numbers {
    display: inline-block;
}
.shopify-pagination .page-numbers li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 3px;
}
.shopify-pagination .page-numbers li a, .shopify-pagination .page-numbers li span {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: 1px solid #b1b1b1;
    color: #000;
    font-size: 16px;
    width: 34px;
    line-height: 32px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.shopify-pagination .page-numbers li a {
    text-decoration: none;
}
.shopify-pagination .page-numbers li a:focus, .shopify-pagination .page-numbers li a:hover {
    border-color: #b1b1b1;
}
.shopify-pagination .page-numbers li a:focus {
    border-color: #000;
}
.shopify-pagination .page-numbers li .current {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.shopify-pagination .page-numbers li .next, .shopify-pagination .page-numbers li .prev {
    border: none;
    background-color: transparent;
    font-size: 0;
    color: #000;
    line-height: 0;
    margin-right: -4px;
}
.shopify-pagination .page-numbers li .next:before, .shopify-pagination .page-numbers li .prev:before {
    content: "\e606";
    font-size: 16px;
    line-height: 34px;
    font-family: simple-line-icons;
}
.shopify-pagination .page-numbers li .next:focus, .shopify-pagination .page-numbers li .next:hover, .shopify-pagination .page-numbers li .prev:focus, .shopify-pagination .page-numbers li .prev:hover {
    text-decoration: none;
    color: #000;
    opacity: .8;
    background-color: transparent;
}
.shopify-pagination .page-numbers li .next:focus, .shopify-pagination .page-numbers li .prev:focus {
    color: #000;
}
.shopify-pagination .page-numbers li .prev:before {
    content: "\e605"}
.star-rating {
    display: inline-block;
    font-size: 12px;
    position: relative;
    height: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    width: 65px;
    font-family: FontAwesome;
}
.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    position: absolute;
    top: 0;
    left: 0;
    color: #a5a5a5;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 0;
}
.star-rating span span, .star-rating span strong {
    display: none;
}
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    position: absolute;
    top: 0;
    left: 0;
    color: #1aada3;
    font-size: 12px;
}
.color-scheme-light .star-rating:before {
    color: rgba(255, 255, 255, .3);
}
.color-scheme-light .star-rating span:before {
    color: rgba(255, 255, 255, .3);
}
.add_to_cart_button {
    text-align: center;
    position: relative;
}
.add_to_cart_button:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    -webkit-transition: right .2s ease-in-out, opacity .25s ease-in-out;
    -moz-transition: right .2s ease-in-out, opacity .25s ease-in-out;
    -o-transition: right .2s ease-in-out, opacity .25s ease-in-out;
    -ms-transition: right .2s ease-in-out, opacity .25s ease-in-out;
    transition: right .2s ease-in-out, opacity .25s ease-in-out;
}
.add_to_cart_button.loading {
    padding-right: 35px;
    padding-left: 15px;
}
.add_to_cart_button.loading:after {
    visibility: visible;
    opacity: 1;
    right: 10px;
}
.amount {
    color: #949494;
}
.color-scheme-light .amount {
    color: rgba(255, 255, 255, .9);
}
.color-scheme-dark .amount {
    color: #000;
}
.price {
    color: #949494;
}
.price del {
    color: #bdbdbd;
}
.price del>.amount {
    color: #bdbdbd;
}
.price ins {
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    opacity: 1;
}
.price ins>.amount {
    color: #1aada3;
}
.color-scheme-light .price {
    color: #fff;
}
.color-scheme-light .price del {
    color: rgba(255, 255, 255, .5);
}
.color-scheme-light .price del>.amount {
    color: rgba(255, 255, 255, .5);
}
.color-scheme-dark .price {
    color: #000;
}
.color-scheme-dark .price del {
    color: #575656;
}
.color-scheme-dark .price del>.amount {
    color: #575656;
}
.product-title a {
    color: #252222;
    font-family: Lora, "MS Sans Serif", Geneva, sans-serif;
    letter-spacing: .3px;
    text-decoration: none;
}
.basel-product-countdown {
    margin-top: 15px;
    font-size: 0;
}
.basel-product-countdown>span {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    padding: 6px 5px;
    background-color: #1b1b1b;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 2px 5px 2px;
}
.basel-product-countdown>span span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
}
.categories-space-0 {
    margin-left: 0;
    margin-right: 0;
}
.categories-space-0 .category-grid-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.categories-space-2 {
    margin-left: -1px;
    margin-right: -1px;
}
.categories-space-2 .category-grid-item {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}
.categories-space-6 {
    margin-left: -3px;
    margin-right: -3px;
}
.categories-space-6 .category-grid-item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}
.categories-space-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.categories-space-10 .category-grid-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.categories-space-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.categories-space-20 .category-grid-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.categories-space-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.categories-space-30 .category-grid-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.category-grid-item {
    margin-bottom: 30px;
}
.category-grid-item .category-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.categories-style-carousel .gl_carousel_container {
    margin-left: 0;
    margin-right: 0;
}
.categories-style-carousel .gl_carousel_container .owl-carousel-item-inner {
    padding-left: 0;
    padding-right: 0;
}
.cat-design-default .category-content {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.cat-design-default .category-content>a {
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.cat-design-default .products-cat-number {
    display: none;
}
.cat-design-default .hover-mask {
    position: absolute;
    bottom: 20px;
    left: 50%;
    box-shadow: 1px 1px 3px rgba(136, 136, 136, .19);
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.cat-design-default .hover-mask h3 {
    margin-bottom: 0;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 12px;
    padding-top: 12px;
    line-height: 1.4;
    color: #000;
    font-size: 16px;
    text-transform: none;
    font-style: italic!important;
    letter-spacing: 1.5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cat-design-default .hover-mask h3 .count {
    display: none;
}
.cat-design-default .hover-mask>a:not(.category-link-overlay) {
    display: none;
}
.cat-design-default:hover>.category-content>a {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -moz-transform: scale(1.11);
}
.cat-design-alt .category-content {
    text-align: center;
}
.cat-design-alt .category-link {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
}
.cat-design-alt .product-category-thumbnail {
    margin: -2px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.cat-design-alt .products-cat-number {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.cat-design-alt .category-link-overlay {
    display: none;
}
.cat-design-alt .hover-mask>h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.cat-design-alt .hover-mask>a:not(.category-link-overlay) {
    color: #8a8a8a;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
}
.cat-design-alt .hover-mask>a:not(.category-link-overlay):hover {
    border-color: #bdbdbd;
}
.cat-design-alt:hover .product-category-thumbnail {
    opacity: .6;
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -moz-transform: scale(1.11);
}
.cat-design-alt:hover .products-cat-number {
    opacity: 1;
    visibility: visible;
}
.cat-design-center .category-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}
.cat-design-center .category-link {
    overflow: hidden;
    background-color: #000;
}
.cat-design-center .product-category-thumbnail {
    margin: -2px;
    opacity: .9;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cat-design-center .products-cat-number {
    display: none;
}
.cat-design-center .hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cat-design-center .hover-mask>h3 {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    cursor: default;
}
.cat-design-center .hover-mask>a {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}
.cat-design-center .hover-mask>a:hover {
    color: rgba(255, 255, 255, .6);
}
.cat-design-center .hover-mask .category-link-overlay {
    margin: 0;
}
.cat-design-center:hover .product-category-thumbnail {
    opacity: .6;
}
.cat-design-center:hover .hover-mask {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.cat-design-center:hover .hover-mask>a {
    opacity: 1;
    visibility: visible;
}
.categories-style-masonry-first .cat-design-center:first-child .hover-mask h3 {
    font-size: 26px;
}
.product-grid-item {
    margin-bottom: 50px;
    text-align: center;
}
.product-grid-item .product-element-top {
    margin-bottom: 10px;
}
.product-grid-item .product-element-top>a {
    display: block;
}
.product-grid-item .product-element-top:after {
    content: " ";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid rgba(0, 0, 0, .8);
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-grid-item .product-title {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}
.product-grid-item .product-title a {
    font-size: 15px;
    display: inline-block;
}
.product-grid-item .basel-product-cats a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}
.product-grid-item .star-rating {
    margin-bottom: 4px;
}
.product-grid-item .price {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}
.product-grid-item .price del>.amount {
    font-size: 14px;
}
.product-grid-item .add_to_cart_button.added {
    display: none;
}
.product-grid-item.product-swatched .hover-img {
    display: none;
}
.product-grid-item.loading-image .product-element-top {
    position: relative;
}
.product-grid-item.loading-image .product-element-top>a {
    opacity: .4;
}
.product-grid-item.loading-image .product-element-top:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: load-spin 450ms infinite linear;
    animation: load-spin 450ms infinite linear;
}
.product-grid-item.col-md-3 .basel-product-countdown>span {
    padding: 3px 2px;
    min-width: 40px;
    height: 40px;
    font-size: 18px;
}
.color-scheme-light .product-grid-item .product-title>a {
    color: #fff;
}
.product-list-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.product-list-item .product-list-info, .product-list-item .product-title {
    text-align: left;
}
.product-list-item .product-title {
    margin-bottom: 15px;
}
.product-list-item .product-title>a {
    display: inline;
    line-height: 1.5;
    font-weight: 400;
    font-size: inherit;
    border-bottom: 1px solid #f1f1f1;
}
.product-list-item .product-title>a:hover {
    border-color: rgba(0, 0, 0, .2);
}
.product-list-item .gl_star-rating {
    margin-bottom: 12px;
}
.product-list-item .basel-product-countdown {
    margin-top: 22px;
}
.product-list-item .gl_star-rating>a {
    vertical-align: middle;
}
.product-list-item .gl_star-rating {
    vertical-align: middle;
    margin-bottom: 0;
}
.product-list-item .onsale, .product-list-item .out-of-stock-label {
    left: 5px;
}
.product-list-item .blockOverlay {
    display: none!important;
}
.product-list-item .product-list-buttons>a {
    margin-bottom: 15px;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.product-list-item .product-list-buttons>a:focus, .product-list-item .product-list-buttons>a:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.product-list-item .product-list-buttons>a.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.product-list-item .product-list-buttons>a.btn-style-bordered:focus, .product-list-item .product-list-buttons>a.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.product-list-item .product-list-buttons>a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.product-list-item .product-list-buttons>a.btn-style-link:focus, .product-list-item .product-list-buttons>a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.product-list-item .product-list-buttons .add_to_cart_button:after {
    border-color: #fff;
    margin-top: -8px;
}
.product-list-item .product-list-buttons .product-compare-button, .product-list-item .product-list-buttons .yith-wcwl-add-to-wishlist {
    margin-right: -24px;
}
.product-list-item .product-list-buttons .product-compare-button a:hover, .product-list-item .product-list-buttons .yith-wcwl-add-to-wishlist a:hover {
    color: #1aada3;
}
.product-list-item .product-list-buttons .yith-wcwl-add-to-wishlist {
    margin-bottom: 10px;
}
.product-list-item .product-list-buttons .yith-wcwl-add-to-wishlist a {
    line-height: 1;
}
.product-list-item .product-list-buttons .yith-wcwl-add-to-wishlist a:before {
    transition: none;
    -webkit-transition: none;
}
.product-list-item .product-list-buttons .product-compare-button>a {
    background-color: transparent;
    border: none;
    padding: 0;
    text-transform: initial;
}
.product-list-item .product-list-buttons .product-compare-button>a:before {
    content: "\e098";
    font-size: 18px;
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
    font-family: Simple-Line-Icons;
}
.product-list-item .product-list-buttons .product-compare-button>a.loading:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: load-spin 450ms infinite linear;
    animation: load-spin 450ms infinite linear;
}
.product-list-item .product-list-buttons .product-compare-button>a:after {
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
}
.product-list-item .product-list-buttons div.product-compare-button, .product-list-item .product-list-buttons div.yith-wcwl-add-to-wishlist, .product-list-item .product-list-image div.product-compare-button, .product-list-item .product-list-image div.yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
}
.product-list-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    border-bottom: 1px solid #f1f1f1;
    width: calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
}
.product-list-item:last-child:after {
    display: none;
}
.product-list-image {
    position: relative;
    flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    text-align: flex-start;
}
.product-list-image>a {
    display: block;
}
.product-list-image .quick-view {
    position: absolute;
    top: 0;
    right: -1px;
}
.product-list-image .quick-view>a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 0;
}
.product-list-image .quick-view>a.loading:before {
    content: " ";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    -webkit-animation: load-spin 450ms infinite linear;
    animation: load-spin 450ms infinite linear;
}
.product-list-image .quick-view>a:before {
    content: "\e091";
    display: inline-block;
    font-size: 18px;
    font-family: Simple-Line-Icons;
}
.product-list-image:hover .quick-view {
    opacity: 1!important;
    visibility: visible!important;
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
}
.product-list-content {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}
.product-list-info {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #f1f1f1;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}
.product-list-buttons {
    flex: 0 0 165px;
    -webkit-flex: 1 0 165px;
    -ms-flex: 1 0 165px;
    width: 165px;
    max-width: 165px;
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    text-align: center;
}
.product-list-buttons .price {
    margin-bottom: 10px;
}
.product-list-buttons .basel-tooltip-label {
    display: none;
}
.swatches-on-grid .swatch-on-grid {
    display: inline-block;
    font-size: 0;
    font-weight: 700;
    color: #212121;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    background-size: cover;
}
.swatches-on-grid .swatch-on-grid .basel-tooltip-label {
    margin-bottom: 2px;
}
.swatches-on-grid .swatch-on-grid:last-child {
    margin-right: 0;
}
.swatches-on-grid .swatch-on-grid.current-swatch {
    position: relative;
}
.swatches-on-grid .swatch-on-grid.current-swatch:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.swatches-on-grid .swatch-on-grid.swatch-has-image {
    cursor: pointer;
}
.swatches-on-grid .swatch-on-grid.swatch-size-large {
    width: 35px;
    height: 35px;
}
.swatches-on-grid .swatch-on-grid.swatch-size-xlarge {
    width: 50px;
    height: 50px;
}
.swatches-on-grid .swatch-on-grid.text-only {
    font-size: 14px;
    width: auto;
    height: 20px;
    line-height: 20px;
    min-width: 15px;
}
.swatches-on-grid .swatch-on-grid.text-only .basel-tooltip-label {
    display: none;
}
.swatches-on-grid .swatch-on-grid.variation-out-of-stock {
    opacity: .8;
}
.grid-masonry .category-grid-item, .grid-masonry .product-grid-item {
    margin-bottom: 30px;
}
.basel-buttons {
    position: absolute;
    top: 0;
    right: 0;
}
.basel-buttons .product-compare-button, .basel-buttons .quick-view {
    margin-bottom: 0;
}
.basel-buttons .product-compare-button>a, .basel-buttons .quick-view>a {
    display: block;
    font-size: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: rgba(0, 0, 0, .9);
    text-decoration: none;
    text-transform: none;
}
.basel-buttons .product-compare-button>a .basel-tooltip-label, .basel-buttons .quick-view>a .basel-tooltip-label {
    bottom: auto;
    left: auto;
    right: 135%;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -sand-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.basel-buttons .product-compare-button>a .basel-tooltip-label:before, .basel-buttons .quick-view>a .basel-tooltip-label:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 99%;
    right: auto;
    color: transparent;
    font-size: 16px;
    font-family: FontAwesome;
    line-height: 5px;
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -sand-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-buttons .product-compare-button>a:hover .basel-tooltip-label, .basel-buttons .quick-view>a:hover .basel-tooltip-label {
    background-color: #000;
    color: #fff;
    visibility: visible;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 115%}
.basel-buttons .product-compare-button>a:hover .basel-tooltip-label:before, .basel-buttons .quick-view>a:hover .basel-tooltip-label:before {
    color: #000;
}
.basel-buttons .product-compare-button>a:focus, .basel-buttons .quick-view>a:focus {
    outline: 0;
}
.basel-buttons .product-compare-button>a:before, .basel-buttons .quick-view>a:before {
    content: "\e091";
    display: inline-block;
    font-size: 18px;
    font-family: Simple-Line-Icons;
}
.basel-buttons .product-compare-button>a.loading:before, .basel-buttons .quick-view>a.loading:before {
    content: " ";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
}
.basel-buttons .product-compare-button>a {
    padding: 0;
    background-color: transparent;
    border: none;
    text-transform: none;
}
.basel-buttons .product-compare-button>a .blockOverlay {
    display: none!important;
}
.basel-buttons .product-compare-button>a:before {
    content: "\e098"}
.product-grid-item:not(.basel-hover-base) .product-compare-button, .product-grid-item:not(.basel-hover-base) .quick-view {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -sand-transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.product-grid-item:not(.basel-hover-base):hover .product-element-top .product-compare-button, .product-grid-item:not(.basel-hover-base):hover .product-element-top .quick-view {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
}
.basel-hover-button .basel-buttons .product-compare-button>a, .basel-hover-button .basel-buttons .quick-view>a, .basel-hover-info .basel-buttons .product-compare-button>a, .basel-hover-info .basel-buttons .quick-view>a {
    color: #fff;
}
.basel-hover-button .basel-buttons .product-compare-button>a:hover, .basel-hover-button .basel-buttons .quick-view>a:hover, .basel-hover-info .basel-buttons .product-compare-button>a:hover, .basel-hover-info .basel-buttons .quick-view>a:hover {
    color: rgba(255, 255, 255, .9);
}
.basel-hover-button .basel-buttons .product-compare-button>a:before, .basel-hover-button .basel-buttons .quick-view>a:before, .basel-hover-info .basel-buttons .product-compare-button>a:before, .basel-hover-info .basel-buttons .quick-view>a:before {
    border-color: #fff;
}
.basel-hover-base .product-element-top {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.basel-hover-base .product-element-top:hover>.hover-img {
    opacity: 1;
}
.basel-hover-base .hover-img {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.basel-hover-base .hover-mask {
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    bottom: -40px;
    width: 100%;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-hover-base .hover-mask a {
    color: rgba(255, 255, 255, .9);
}
.basel-hover-base .hover-mask a:hover {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}
.basel-hover-base .hover-mask>.clear {
    display: none;
}
.basel-hover-base .hover-mask>div {
    vertical-align: middle;
    display: inline-block;
    margin-left: 2px;
}
.basel-hover-base .hover-mask>div:first-child {
    margin-left: 0;
}
.basel-hover-base .basel-add-btn>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: transparent;
    font-size: 0;
    border: none;
    text-transform: none;
}
.basel-hover-base .basel-add-btn>a:after {
    content: none;
}
.basel-hover-base .basel-add-btn>a:before {
    font-size: 18px;
    display: inline-block;
    width: 19px;
    font-family: Simple-Line-Icons;
}
.basel-hover-base .product_type_simple:before, .basel-hover-base .product_type_variable:before {
    content: "\e08b"}
.basel-hover-base .add_to_cart_button:before {
    content: "\e04e"}
.basel-hover-base .added_to_cart:before {
    content: "\e04d"}
.basel-hover-base .add_to_cart_button.loading:before {
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    border-color: #fff;
}
.basel-hover-base .product-compare-button a, .basel-hover-base .quick-view a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    position: relative;
}
.basel-hover-base .product-compare-button a:before, .basel-hover-base .quick-view a:before {
    content: "\e091";
    font-size: 18px;
    width: 19px;
    display: inline-block;
    font-family: Simple-Line-Icons;
}
.basel-hover-base .product-compare-button a.loading:before, .basel-hover-base .quick-view a.loading:before {
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    border-color: #fff;
}
.basel-hover-base .product-compare-button a {
    background: 0 0;
    padding: 0;
    border: none;
    text-transform: none;
}
.basel-hover-base .product-compare-button a .blockOverlay {
    display: none!important;
}
.basel-hover-base .product-compare-button a:before {
    content: "\e098"}
.basel-hover-base .yith-wcwl-add-to-wishlist {
    margin-bottom: 0;
}
.basel-hover-base .yith-wcwl-add-to-wishlist>div>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
}
.basel-hover-base .yith-wcwl-add-to-wishlist>div>a:before {
    font-size: 18px;
    margin-right: 0;
}
.basel-hover-base .yith-wcwl-add-to-wishlist>div>a:after {
    display: none;
    margin-left: 0;
    border-color: #fff;
}
.basel-hover-base .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a:before, .basel-hover-base .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 19px;
}
.basel-hover-base .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.feid-in>a:before {
    font-size: 18px;
    margin-right: 0;
    display: none;
}
.basel-hover-base .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.feid-in>a:after {
    display: inline-block;
}
.basel-hover-base .swatches-on-grid {
    margin-bottom: 5px;
}
.basel-hover-base:hover>.product-element-top>.hover-mask {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.basel-hover-button .product-element-top {
    position: relative;
    background-color: #000;
}
.basel-hover-button .product-element-top>a {
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-hover-button .product-element-top>a>span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
}
.basel-hover-button .basel-buttons {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-hover-button .hover-mask {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 1px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
}
.basel-hover-button .hover-mask>a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -sand-transform: scale(0);
}
.basel-hover-button .hover-mask>a .basel-tooltip-label {
    display: none;
}
.basel-hover-button .hover-mask>a:after {
    border-color: rgba(255, 255, 255, .9);
}
.basel-hover-button .hover-mask>a:hover {
    background-color: #fff;
    color: #5f5f5f;
    border-color: #fff;
}
.basel-hover-button .hover-mask>a:hover:after {
    border-color: #5f5f5f;
}
.basel-hover-button .swatches-on-grid {
    margin-bottom: 5px;
}
.basel-hover-button:hover>.product-element-top>.hover-mask {
    opacity: 1;
}
.basel-hover-button:hover>.product-element-top>a {
    opacity: .4;
}
.basel-hover-button:hover>.product-element-top .hover-mask>a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
}
.basel-hover-button:hover>.product-element-top>a>span {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -sand-transform: scale(0);
}
.basel-hover-button.product-swatched .product-element-top .hover-mask {
    opacity: 0;
}
.basel-hover-button.product-swatched .product-element-top>a {
    opacity: 1;
}
.basel-hover-button.product-swatched .product-element-top .basel-buttons {
    opacity: 0;
}
.basel-hover-button.product-swatched .product-element-top:hover>.hover-mask {
    opacity: 1;
}
.basel-hover-button.product-swatched .product-element-top:hover .basel-buttons {
    opacity: 1;
}
.basel-hover-button.product-swatched .product-element-top:hover>a {
    opacity: .4;
}
.basel-hover-button.loading-image .product-element-top>a {
    opacity: .4;
}
.basel-hover-button.loading-image .product-element-top .hover-mask {
    opacity: 0;
}
.basel-hover-button.loading-image .product-element-top:after {
    border-color: #fff;
}
.basel-hover-info {
    margin-bottom: 30px;
}
.basel-hover-info .product-element-top {
    position: relative;
    background-color: #000;
    margin-bottom: 0;
}
.basel-hover-info .product-element-top>a {
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-hover-info .product-element-top:after {
    content: none;
}
.basel-hover-info .hover-mask {
    position: absolute;
    top: 55%;
    width: 100%;
    padding: 1px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-49%);
    -moz-transform: translateY(-49%);
    -o-transform: translateY(-49%);
    transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    -sand-transform: translateY(-49%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-hover-info .product-actions {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -sand-transform: translateY(20px);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-hover-info .product-actions>a {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .9);
}
.basel-hover-info .product-actions>a .basel-tooltip-label {
    display: none;
}
.basel-hover-info .product-actions>a:after {
    border-color: rgba(255, 255, 255, .9);
}
.basel-hover-info .product-actions>a:hover {
    background-color: #fff;
    color: #5f5f5f;
    border-color: #fff;
}
.basel-hover-info .product-actions>a:hover:after {
    border-color: #5f5f5f;
}
.basel-hover-info .product-title {
    position: relative;
}
.basel-hover-info .product-title a {
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.5;
}
.basel-hover-info .product-title a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-hover-info .star-rating {
    margin-bottom: 10px;
    display: none;
}
.basel-hover-info .star-rating:before {
    color: rgba(255, 255, 255, .7);
}
.basel-hover-info .star-rating span:before {
    color: rgba(255, 255, 255, .9);
}
.basel-hover-info .swatches-on-grid {
    margin-bottom: 15px;
}
.basel-hover-info .swatches-on-grid .swatch-on-grid {
    color: #fff;
}
.basel-hover-info .swatches-on-grid .swatch-on-grid:last-child {
    position: relative;
}
.basel-hover-info .swatches-on-grid .swatch-on-grid:last-child:before {
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    position: absolute;
    top: 0;
    right: -25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-hover-info .swatches-on-grid .swatch-on-grid.current-swatch:after {
    background-color: #fff;
}
.basel-hover-info .price {
    color: #fff;
    margin-bottom: 15px;
}
.basel-hover-info .basel-countdown-timer {
    margin-bottom: 14px;
}
.basel-hover-info .price .amount {
    color: #fff;
}
.basel-hover-info .price del {
    color: #a5a5a5;
}
.basel-hover-info .price del .amount {
    color: #a5a5a5;
}
.basel-hover-info .price ins>.amount {
    text-decoration: none;
}
.basel-hover-info:hover>.product-element-top>.hover-mask {
    top: 50%;
    opacity: 1;
}
.basel-hover-info:hover>.product-element-top>.hover-mask .product-actions {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
}
.basel-hover-info:hover>.product-element-top>a {
    opacity: .2;
}
.basel-hover-info.loading-image .product-element-top>a {
    opacity: .2;
}
.basel-hover-info.loading-image .swatches-on-grid .swatch-on-grid:last-child:before {
    opacity: 1;
    visibility: visible;
}
.basel-hover-link .product-element-top {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.basel-hover-link .product-element-top:hover .hover-img {
    opacity: 1;
}
.basel-hover-link .hover-img {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.basel-hover-link .wrapp-swap {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.basel-hover-link .swap-elements {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-hover-link .btn-add {
    height: 25px;
    line-height: 25px;
}
.basel-hover-link .btn-add a {
    background-color: transparent;
    font-weight: 700;
    position: relative;
    padding: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: capitalize;
    padding: 0;
    color: #1aada3;
    border-color: #1aada3;
}
.basel-hover-link .btn-add a .basel-tooltip-label {
    display: none;
}
.basel-hover-link .btn-add a:after {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-hover-link .btn-add a.loading {
    padding-right: 25px;
    padding-left: 0;
}
.basel-hover-link .btn-add a.loading:after {
    right: 0;
    border-color: #1aada3;
}
.basel-hover-link .btn-add a:hover {
    color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
}
.basel-hover-link .swatches-on-grid {
    margin-bottom: 6px;
}
.basel-hover-link .price {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.basel-hover-link .star-rating {
    display: none;
}
.basel-hover-link:hover .wrapp-swap .swap-elements {
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -sand-transform: translateY(-25px);
}
.basel-hover-alt {
    text-align: left;
}
.basel-hover-alt .product-element-top, .product-list-item .product-element-top {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    min-height:200px
}

.section-homepage-product-grid-item .basel-hover-alt .product-element-top, .product-list-item .product-element-top {
    
    min-height:0px;
    height: 200px
}

.basel-hover-alt .product-element-top:hover .hover-img, .product-list-item .product-element-top:hover .hover-img {
    opacity: 1;
}
.basel-hover-alt .hover-img, .product-list-item .hover-img {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.basel-hover-alt .wrap-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
}
.basel-hover-alt .product-title {
    text-align: left;
    margin-bottom: 12px;
  min-height:60px
}

@media (min-width:800px) {
  .basel-hover-alt .product-title
  {
    min-height:50px
  }
}

.basel-hover-alt .product-title a {
    display: inline;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.basel-hover-alt .product-title a:hover {
    border-color: rgba(0, 0, 0, .2);
}
.basel-hover-alt .swap-elements {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-hover-alt .swatches-on-grid .swatch-on-grid {
    margin-top: 7px;
    margin-bottom: 7px;
}
.basel-hover-alt .swatches-on-grid .text-only {
    margin-top: 4px;
    margin-bottom: 4px;
}
.basel-hover-alt .star-rating {
    display: none;
}
.basel-hover-alt .price {
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.basel-hover-alt .btn-add>a {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    padding-left: 22px;
    color: #000;
    white-space: nowrap;
    font-weight: 700;
    text-transform: none;
}
.basel-hover-alt .btn-add>a:before {
    display: inline-block;
    position: absolute;
    line-height: 18px;
    font-size: 16px;
    font-family: simple-line-icons;
}
.basel-hover-alt .btn-add>a.product_type_grouped:before, .basel-hover-alt .btn-add>a.product_type_simple:before, .basel-hover-alt .btn-add>a.product_type_variable:before {
    content: "\e087";
    left: 0;
    top: -1px;
}
.basel-hover-alt .btn-add>a.add_to_cart_button:before, .basel-hover-alt .btn-add>a.added_to_cart:before, .basel-hover-alt .btn-add>a.product_type_external:before {
    left: 0;
    top: -3px;
}
.basel-hover-alt .btn-add>a.add_to_cart_button:before, .basel-hover-alt .btn-add>a.product_type_external:before {
    content: "\e04e"}
.basel-hover-alt .btn-add>a.added_to_cart:before {
    content: "\e04d"}
.basel-hover-alt .btn-add>a:after {
    left: 0;
    right: auto;
    transition: right 0s ease-in-out, opacity .15s ease-in-out;
    -webkit-transition: right 0s ease-in-out, opacity .15s ease-in-out;
    -o-transition: right 0s ease-in-out, opacity .15s ease-in-out;
    -moz-transition: right 0s ease-in-out, opacity .15s ease-in-out;
}
.basel-hover-alt .btn-add>a .basel-tooltip-label {
    display: none;
}
.basel-hover-alt .btn-add>a.loading:before {
    display: none;
}
.basel-hover-alt.product-type-external .product-title, .basel-hover-alt.product-type-grouped .product-title, .basel-hover-alt.purchasable .product-title {
    margin-bottom: 8px;
}
.basel-hover-alt.product-type-external .btn-add, .basel-hover-alt.product-type-external .price, .basel-hover-alt.product-type-external .wrapp-swap, .basel-hover-alt.product-type-grouped .btn-add, .basel-hover-alt.product-type-grouped .price, .basel-hover-alt.product-type-grouped .wrapp-swap, .basel-hover-alt.purchasable .btn-add, .basel-hover-alt.purchasable .price, .basel-hover-alt.purchasable .wrapp-swap {
    height: 32px;
    line-height: 32px;
}
.basel-hover-alt.product-type-external .wrapp-swap, .basel-hover-alt.product-type-grouped .wrapp-swap, .basel-hover-alt.purchasable .wrapp-swap {
    overflow: hidden;
}
.basel-hover-alt.product-type-external .price, .basel-hover-alt.product-type-grouped .price, .basel-hover-alt.purchasable .price {
    margin-bottom: 0;
}
.basel-hover-alt.product-type-external:hover .swap-elements, .basel-hover-alt.product-type-grouped:hover .swap-elements, .basel-hover-alt.purchasable:hover .swap-elements {
    transform: translateY(-32px);
    -webkit-transform: translateY(-32px);
    -o-transform: translateY(-32px);
    -moz-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    -sand-transform: translateY(-32px);
}
.basel-hover-standard .product-element-top {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.basel-hover-standard .product-element-top:hover .hover-img {
    opacity: 1;
}
.basel-hover-standard .hover-img {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.basel-hover-standard .product-title a {
    font-size: 16px;
}
.basel-hover-standard .price {
    color: #212121;
    font-weight: 600;
}
.basel-hover-standard .price del {
    font-weight: 400;
}
.basel-hover-standard .amount {
    color: #212121;
}
.basel-hover-standard .swatches-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.basel-hover-standard .swatches-on-grid {
    padding: 8px 5px;
}
.basel-hover-standard .swatches-on-grid .swatch-on-grid {
    color: #fff;
}
.basel-hover-standard .swatches-on-grid .current-swatch:after {
    background-color: #fff;
}
.basel-hover-standard .swatches-on-grid .swatch-on-grid:not(.text-only) {
    margin-top: 5px;
    margin-bottom: 5px;
}
.basel-hover-standard .btn-add {
    margin-top: 12px;
}
.basel-hover-standard .btn-add>a {
    font-size: 12px;
    line-height: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 14px;
    border-width: 2px;
    font-weight: 600;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.basel-hover-standard .btn-add>a:focus, .basel-hover-standard .btn-add>a:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.basel-hover-standard .btn-add>a.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.basel-hover-standard .btn-add>a.btn-style-bordered:focus, .basel-hover-standard .btn-add>a.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.basel-hover-standard .btn-add>a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.basel-hover-standard .btn-add>a.btn-style-link:focus, .basel-hover-standard .btn-add>a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.basel-hover-standard .btn-add>a.loading {
    padding-right: 35px;
    padding-left: 15px;
}
.basel-hover-standard .btn-add>a:after {
    border-color: #fff;
}
.basel-hover-standard .btn-add .basel-tooltip-label {
    display: none;
}
.basel-hover-standard:hover .swatches-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.basel-hover-excerpt .product-element-top {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.basel-hover-excerpt .product-element-top:hover .hover-img {
    opacity: 1;
}
.basel-hover-excerpt .hover-img {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.basel-hover-excerpt .swatches-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.basel-hover-excerpt .swatches-on-grid {
    padding: 8px 5px;
    border-top: 1px solid rgba(97, 97, 97, .09);
    border-bottom: 1px solid rgba(97, 97, 97, .09);
}
.basel-hover-excerpt .swatches-on-grid .swatch-on-grid:not(.text-only) {
    margin-top: 5px;
    margin-bottom: 5px;
}
.basel-hover-excerpt .rating-wrapper {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    margin-bottom: 10px;
}
.basel-hover-excerpt .price, .basel-hover-excerpt .star-rating {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
}
.basel-hover-excerpt .product-title {
    line-height: 24px;
}
.basel-hover-excerpt .product-title a {
    font-size: 18px;
}
.basel-hover-excerpt .product-element-bottom {
    border: 3px solid rgba(97, 97, 97, .09);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: 197px;
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.basel-hover-excerpt .product-excerpt {
    line-height: 22px;
    overflow: hidden;
    max-height: 66px;
    margin-bottom: 15px;
}
.basel-hover-excerpt .product-excerpt p {
    line-height: 22px;
}
.basel-hover-excerpt .btn-add {
    margin-top: -18px;
}
.basel-hover-excerpt .btn-add a {
    font-size: 12px;
    line-height: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 600;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.basel-hover-excerpt .btn-add a:focus, .basel-hover-excerpt .btn-add a:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.basel-hover-excerpt .btn-add a.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.basel-hover-excerpt .btn-add a.btn-style-bordered:focus, .basel-hover-excerpt .btn-add a.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.basel-hover-excerpt .btn-add a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.basel-hover-excerpt .btn-add a.btn-style-link:focus, .basel-hover-excerpt .btn-add a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.basel-hover-excerpt .btn-add a.loading {
    padding-right: 35px;
    padding-left: 15px;
}
.basel-hover-excerpt .btn-add a:after {
    border-color: #fff;
}
.basel-hover-excerpt .btn-add .basel-tooltip-label {
    display: none;
}
.basel-hover-excerpt:hover .swatches-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.basel-hover-quick .product-element-top {
    margin-bottom: 7px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.basel-hover-quick .product-element-top>a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-hover-quick .product-element-top:hover .hover-img {
    opacity: 1;
}
.basel-hover-quick .hover-img {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.basel-hover-quick .basel-buttons {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-hover-quick .product-title {
    line-height: 1.4;
    margin-bottom: 7px;
}
.basel-hover-quick .product-title a {
    display: block;
}
.basel-hover-quick .swatches-on-grid {
    padding-top: 5px;
}
.basel-hover-quick .swatches-on-grid .swatch-on-grid:not(.text-only) {
    margin-bottom: 6px;
}
.basel-hover-quick .swatches-on-grid .basel-tooltip-label {
    z-index: 11;
}
.basel-hover-quick .quick-shop-btn {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    transition: transform .25s ease .35s, opacity .1s ease .25s, visibility .1s ease .25s;
    -webkit-transition: -webkit-transform .25s ease .35s, opacity .1s ease .25s, visibility .1s ease .25s;
}
.basel-hover-quick .quick-shop-btn>a {
    display: block;
    padding: 0;
    line-height: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .9);
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.basel-hover-quick .quick-shop-btn>a span {
    vertical-align: middle;
}
.basel-hover-quick .quick-shop-btn>a:before {
    content: "\e04e";
    position: relative;
    top: -1px;
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    font-family: simple-line-icons;
}
.basel-hover-quick .quick-shop-btn>a.product_type_grouped:before, .basel-hover-quick .quick-shop-btn>a.product_type_simple:not(.add_to_cart_button):before {
    content: "\e087"}
.basel-hover-quick .quick-shop-btn>a.added_to_cart:before {
    content: "\e04d"}
.basel-hover-quick .quick-shop-btn>a.add_to_cart_button.loading {
    padding-right: 30px;
}
.basel-hover-quick .quick-shop-btn>a:after {
    border-color: #fff;
    margin-top: -8px;
    right: 15px;
}
.basel-hover-quick .quick-shop-btn>a .basel-tooltip-label {
    display: none;
}
.basel-hover-quick .quick-shop-btn>a:not(.btn-quick-shop):before {
    top: -2px;
}
.basel-hover-quick .quick-shop-btn>a:hover {
    color: #fff;
    background-color: #000;
}
.basel-hover-quick .quick-shop-wrapper {
    position: absolute;
    top: -webkit-calc(100% + 40px);
    top: expression(100% + 40px);
    top: -moz-calc(100% + 40px);
    top: -o-calc(100% + 40px);
    top: calc(100% + 40px);
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    -ms-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    transition: transform .25s ease;
    -webkit-transition: transform .25s ease;
}
.basel-hover-quick .quick-shop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    visibility: hidden;
    color: #000;
    z-index: 5;
    transition: visibility .2s ease 0ms, opacity .2s ease 0ms;
    -webkit-transition: visibility .2s ease 0ms, opacity .2s ease 0ms;
}
.basel-hover-quick .quick-shop-close>span {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    padding-right: 18px;
}
.basel-hover-quick .quick-shop-close>span:after, .basel-hover-quick .quick-shop-close>span:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.basel-hover-quick .quick-shop-close>span:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.basel-hover-quick .quick-shop-close>span:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.basel-hover-quick .quick-shop-close>span:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.basel-hover-quick .quick-shop-close>span:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.basel-hover-quick .quick-shop-form {
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    -ms-display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    padding-top: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.basel-hover-quick .variations_form {
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    -ms-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
}
.basel-hover-quick .variations_form:before {
    content: ""}
.basel-hover-quick .variations {
    margin-bottom: 0;
}
.basel-hover-quick .variations label {
    font-weight: 700;
    margin-bottom: 10px;
}
.basel-hover-quick .variations label:after {
    content: ":"}
.basel-hover-quick .variations tr {
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    -ms-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.basel-hover-quick .variations tr:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.basel-hover-quick .variations tr:last-child .value {
    margin-bottom: 25px;
}
.basel-hover-quick .variations td {
    border: none;
    padding: 0;
    text-align: center;
}
.basel-hover-quick .variations .value {
    position: relative;
}
.basel-hover-quick .variations .value select {
    max-width: 260px;
}
.basel-hover-quick .variations .with-swatches select {
    display: none;
}
.basel-hover-quick .reset_variations {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
}
.basel-hover-quick .reset_variations:before {
    content: "\f00d";
    font-family: FontAwesome;
    margin-right: 5px;
    display: inline-block;
}
.basel-hover-quick .swatches-select>div {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 20px;
    color: #1b1919;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.basel-hover-quick .swatches-select>div:last-child {
    margin-right: 0;
}
.basel-hover-quick .swatches-select>div:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background-color: #000;
    opacity: 0;
}
.basel-hover-quick .swatches-select>div:hover:after {
    opacity: 1;
}
.basel-hover-quick .swatches-select>div.active-swatch:after {
    opacity: 1;
}
.swatches-select .image-swatch {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.basel-hover-quick .swatches-select .colored-swatch, .basel-hover-quick .swatches-select .image-swatch {
    font-size: 0;
    width: 25px;
    height: 25px;
    border-bottom: none;
    border-radius: 50%;
    background-size: cover;
}
.basel-hover-quick .swatches-select .swatch-size-large.image-swatch {
    width: 45px;
    height: 45px;
}
.basel-hover-quick .swatches-select .swatch-size-large.text-only {
    font-size: 18px;
}
.basel-hover-quick .swatches-select .swatch-size-xlarge.image-swatch {
    width: 70px;
    height: 70px;
}
.basel-hover-quick .swatches-select .swatch-size-xlarge.text-only {
    font-size: 24px;
}
.basel-hover-quick .swatches-select .text-only .basel-tooltip-label {
    display: none;
}
.basel-hover-quick .swatches-select .swatch-enabled {
    cursor: pointer;
}
.basel-hover-quick .swatches-select .swatch-disabled {
    cursor: default;
    opacity: .4;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.basel-hover-quick .shopify-variation {
    font-size: 0;
}
.basel-hover-quick .shopify-variation-description {
    font-size: 12px;
}
.basel-hover-quick .shopify-variation-description p {
    margin-bottom: 10px;
}
.basel-hover-quick .shopify-variation-availability, .basel-hover-quick .shopify-variation-price {
    display: inline-block;
}
.basel-hover-quick .shopify-variation-price .price {
    font-weight: 600;
    color: #1b1919;
}
.basel-hover-quick .shopify-variation-price .amount {
    color: #1b1919;
}
.basel-hover-quick .shopify-variation-price del>.amount {
    color: #bdbdbd;
    font-weight: 400;
}
.basel-hover-quick .shopify-variation-add-to-cart {
    margin-top: 10px;
}
.basel-hover-quick .shopify-variation-add-to-cart .quantity {
    display: none!important;
}
.basel-hover-quick .shopify-variation-add-to-cart .button {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
    display: block;
    width: 100%;
    font-weight: 600;
}
.basel-hover-quick .shopify-variation-add-to-cart .button:focus, .basel-hover-quick .shopify-variation-add-to-cart .button:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.basel-hover-quick .shopify-variation-add-to-cart .button.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.basel-hover-quick .shopify-variation-add-to-cart .button.btn-style-bordered:focus, .basel-hover-quick .shopify-variation-add-to-cart .button.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.basel-hover-quick .shopify-variation-add-to-cart .button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.basel-hover-quick .shopify-variation-add-to-cart .button.btn-style-link:focus, .basel-hover-quick .shopify-variation-add-to-cart .button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.basel-hover-quick:hover .quick-shop-wrapper {
    transform: translate3d(0, -40px, 0);
    -webkit-transform: translate3d(0, -40px, 0);
}
.basel-hover-quick.loading-quick-shop .product-element-top>a {
    opacity: .2;
}
.basel-hover-quick.loading-quick-shop .product-element-top .hover-img {
    opacity: 0;
}
.basel-hover-quick.loading-quick-shop .product-element-top:after {
    opacity: 1;
    visibility: visible;
}
.basel-hover-quick.loading-quick-shop .product-element-top .basel-buttons {
    opacity: 0;
    visibility: hidden;
}
.basel-hover-quick.loading-quick-shop .quick-shop-wrapper {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.basel-hover-quick.quick-shop-shown .quick-shop-wrapper {
    top: 100%;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    overflow-y: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.basel-hover-quick.quick-shop-shown .quick-shop-btn {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.basel-hover-quick.quick-shop-shown .quick-shop-close {
    opacity: 1;
    visibility: visible;
    transition: all .25s ease-in-out .35s;
    -webkit-transition: all .25s ease-in-out .35s;
}
.basel-hover-quick.quick-shop-shown .product-element-top .basel-buttons {
    opacity: 0;
    visibility: hidden;
}
.error404 .site-content {
    padding-bottom: 20px;
}
.error404 .page-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.error404 .page-header:before {
    content: "404";
    top: 0;
    left: 50%;
    position: absolute;
    color: rgba(142, 142, 142, .15);
    font-size: 400px;
    line-height: 320px;
    font-weight: 700;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -sand-transform: translateX(-50%);
}
.error404 .page-title {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 115px 0;
    text-align: center;
    text-transform: uppercase;
    color: #1aada3;
    opacity: .8;
    letter-spacing: 3px;
    font-size: 75px;
    font-weight: 700;
}
.error404 .page-content {
    text-align: center;
}
.error404 .page-content h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.error404 .page-content h6 {
    font-size: 16px;
    color: #6c6c6c;
    margin-bottom: 30px;
}
.error404 .page-content>.searchform {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.error404 .page-content>.searchform input[type=text] {
    padding-right: 105px;
}
.error404 .page-content>.searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.error404 .page-content>.searchform #searchsubmit:focus, .error404 .page-content>.searchform #searchsubmit:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.error404 .page-content>.searchform #searchsubmit.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.error404 .page-content>.searchform #searchsubmit.btn-style-bordered:focus, .error404 .page-content>.searchform #searchsubmit.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.error404 .page-content>.searchform #searchsubmit.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.error404 .page-content>.searchform #searchsubmit.btn-style-link:focus, .error404 .page-content>.searchform #searchsubmit.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.search-no-results .not-found .entry-header {
    text-align: center;
}
.search-no-results .not-found .entry-header:before {
    content: "\f002";
    display: inline-block;
    font-size: 100px;
    color: #1aada3;
    opacity: .8;
    margin-bottom: 20px;
    font-family: FontAwesome;
}
.search-no-results .not-found .entry-header .entry-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.search-no-results .not-found .entry-content {
    text-align: center;
}
.search-no-results .not-found .entry-content>p {
    font-size: 14px;
    margin-bottom: 30px;
}
.search-no-results .not-found .entry-content .searchform {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
.search-no-results .not-found .entry-content .searchform input[type=text] {
    padding-right: 105px;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit:focus, .search-no-results .not-found .entry-content .searchform #searchsubmit:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-bordered:focus, .search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-link:focus, .search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.search-no-results.shopify .page-title .breadcrumbs {
    display: none;
}
.search-no-results.shopify .shopify-info {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700!important;
    color: #1b1919;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 5px;
}
.search-no-results.shopify .shopify-info:before {
    content: "\f002";
    display: inline-block;
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    vertical-align: middle;
    color: #1aada3;
    opacity: .8;
    margin-right: 10px;
    position: static;
    font-family: FontAwesome;
}
.no-results {
    text-align: center;
    padding: 20px 0 20px;
}
.no-results .searchform {
    max-width: 350px;
    position: relative;
    margin: 0 auto;
}
.no-results .searchform .screen-reader-text {
    display: none;
}
.no-results .searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.no-results .searchform #searchsubmit:focus, .no-results .searchform #searchsubmit:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.no-results .searchform #searchsubmit.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.no-results .searchform #searchsubmit.btn-style-bordered:focus, .no-results .searchform #searchsubmit.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.no-results .searchform #searchsubmit.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.no-results .searchform #searchsubmit.btn-style-link:focus, .no-results .searchform #searchsubmit.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.no-results .entry-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 38px;
    font-weight: 700!important;
}
.no-products-footer {
    text-align: center;
}
.no-products-footer .search-extended {
    max-width: 350px;
    width: 100%;
    display: inline-block;
}
.search-no-results .page-title .entry-header .breadcrumbs, .search-results .page-title .entry-header .breadcrumbs {
    display: none;
}
.shopify .col2-set, .shopify-page .col2-set {
    width: 100%}
.shopify .col2-set:after, .shopify .col2-set:before, .shopify-page .col2-set:after, .shopify-page .col2-set:before {
    content: " ";
    display: table;
}
.shopify .col2-set:after, .shopify-page .col2-set:after {
    clear: both;
}
.shopify .col2-set .col-1, .shopify-page .col2-set .col-1 {
    float: left;
    width: 48%}
.shopify .col2-set .col-2, .shopify-page .col2-set .col-2 {
    float: right;
    width: 48%}
.shopify .form-row-first, .shopify .form-row-last, .shopify-page .form-row-first, .shopify-page .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}
.shopify .form-row-last, .shopify-page .form-row-last {
    float: right;
}
.shopify .form-row-wide, .shopify-page .form-row-wide {
    clear: both;
}
.shopify .variation, .shopify-page .variation {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 12px;
}
.shopify .variation dd, .shopify .variation dt, .shopify-page .variation dd, .shopify-page .variation dt {
    display: block;
    float: left;
    clear: both;
    color: #b2b2b2;
}
.shopify .variation dd p, .shopify .variation dt p, .shopify-page .variation dd p, .shopify-page .variation dt p {
    color: #b2b2b2;
}
.shopify .variation dt, .shopify-page .variation dt {
    margin-right: 5px;
}
.shopify .variation dd, .shopify-page .variation dd {
    clear: none;
    position: relative;
    top: -3px;
}
.shopify .variation p, .shopify-page .variation p {
    margin-bottom: 0;
}
.shopify .shopify-Address .title, .shopify-page .shopify-Address .title {
    position: relative;
}
.shopify .shopify-Address .title h3, .shopify-page .shopify-Address .title h3 {
    display: inline-block;
    margin-bottom: 0;
}
.shopify .shopify-Address .edit, .shopify-page .shopify-Address .edit {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}
.shopify .shopify-Address .edit:hover, .shopify-page .shopify-Address .edit:hover {
    border-color: #a6a6a6;
}
.shopify input[name=save_account_details], .shopify input[name=save_address], .shopify input[name=track], .shopify-page input[name=save_account_details], .shopify-page input[name=save_address], .shopify-page input[name=track] {
    padding: 12px 32px;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.shopify input[name=save_account_details]:focus, .shopify input[name=save_account_details]:hover, .shopify input[name=save_address]:focus, .shopify input[name=save_address]:hover, .shopify input[name=track]:focus, .shopify input[name=track]:hover, .shopify-page input[name=save_account_details]:focus, .shopify-page input[name=save_account_details]:hover, .shopify-page input[name=save_address]:focus, .shopify-page input[name=save_address]:hover, .shopify-page input[name=track]:focus, .shopify-page input[name=track]:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.shopify input[name=save_account_details].btn-style-bordered, .shopify input[name=save_address].btn-style-bordered, .shopify input[name=track].btn-style-bordered, .shopify-page input[name=save_account_details].btn-style-bordered, .shopify-page input[name=save_address].btn-style-bordered, .shopify-page input[name=track].btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.shopify input[name=save_account_details].btn-style-bordered:focus, .shopify input[name=save_account_details].btn-style-bordered:hover, .shopify input[name=save_address].btn-style-bordered:focus, .shopify input[name=save_address].btn-style-bordered:hover, .shopify input[name=track].btn-style-bordered:focus, .shopify input[name=track].btn-style-bordered:hover, .shopify-page input[name=save_account_details].btn-style-bordered:focus, .shopify-page input[name=save_account_details].btn-style-bordered:hover, .shopify-page input[name=save_address].btn-style-bordered:focus, .shopify-page input[name=save_address].btn-style-bordered:hover, .shopify-page input[name=track].btn-style-bordered:focus, .shopify-page input[name=track].btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.shopify input[name=save_account_details].btn-style-link, .shopify input[name=save_address].btn-style-link, .shopify input[name=track].btn-style-link, .shopify-page input[name=save_account_details].btn-style-link, .shopify-page input[name=save_address].btn-style-link, .shopify-page input[name=track].btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.shopify input[name=save_account_details].btn-style-link:focus, .shopify input[name=save_account_details].btn-style-link:hover, .shopify input[name=save_address].btn-style-link:focus, .shopify input[name=save_address].btn-style-link:hover, .shopify input[name=track].btn-style-link:focus, .shopify input[name=track].btn-style-link:hover, .shopify-page input[name=save_account_details].btn-style-link:focus, .shopify-page input[name=save_account_details].btn-style-link:hover, .shopify-page input[name=save_address].btn-style-link:focus, .shopify-page input[name=save_address].btn-style-link:hover, .shopify-page input[name=track].btn-style-link:focus, .shopify-page input[name=track].btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.shopify ul.order_details, .shopify-page ul.order_details {
    margin-bottom: 20px;
    margin-left: 28px;
}
.shopify ul.order_details li, .shopify-page ul.order_details li {
    margin-bottom: 15px;
    font-size: 16px;
}
.shopify ul.order_details li:last-child, .shopify-page ul.order_details li:last-child {
    margin-bottom: 0;
}
.shopify ul.shopify-thankyou-order-details, .shopify ul.sp-bacs-bank-details, .shopify-page ul.shopify-thankyou-order-details, .shopify-page ul.sp-bacs-bank-details {
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    -ms-display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.shopify ul.shopify-thankyou-order-details .amount, .shopify ul.sp-bacs-bank-details .amount, .shopify-page ul.shopify-thankyou-order-details .amount, .shopify-page ul.sp-bacs-bank-details .amount {
    color: #1b1919;
}
.shopify ul.shopify-thankyou-order-details li, .shopify ul.sp-bacs-bank-details li, .shopify-page ul.shopify-thankyou-order-details li, .shopify-page ul.sp-bacs-bank-details li {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    color: #4c4c4c;
}
.shopify ul.shopify-thankyou-order-details li strong, .shopify ul.sp-bacs-bank-details li strong, .shopify-page ul.shopify-thankyou-order-details li strong, .shopify-page ul.sp-bacs-bank-details li strong {
    display: block;
    margin-top: 10px;
    color: #1b1919;
}
.shopify ul.shopify-thankyou-order-details li:last-child, .shopify ul.sp-bacs-bank-details li:last-child, .shopify-page ul.shopify-thankyou-order-details li:last-child, .shopify-page ul.sp-bacs-bank-details li:last-child {
    border-right: none;
}
.shopify ul.shopify-thankyou-order-details+p, .shopify ul.sp-bacs-bank-details+p, .shopify-page ul.shopify-thankyou-order-details+p, .shopify-page ul.sp-bacs-bank-details+p {
    font-size: 16px;
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.shopify-message {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.shopify-message .button {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    color: #fff;
    text-decoration: none;
    background-color: #328c34;
    border-color: #328c34;
}
.shopify-message .button:focus, .shopify-message .button:hover {
    background-color: #328c34;
    opacity: .8;
}
.shopify-error .button, .shopify-info .button {
    display: none;
}
.shopify-account .shopify>p, .shopify-checkout .shopify>p {
    font-size: 14px;
    letter-spacing: .3px;
    padding: 15px 25px;
    background-color: #f9f9f9;
    line-height: 1.8;
}
.shopify-account .shopify>p strong, .shopify-checkout .shopify>p strong {
    color: #000;
}
.shopify-account .shopify>p a, .shopify-checkout .shopify>p a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
}
.shopify-account .shopify>p a:hover, .shopify-checkout .shopify>p a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.shopify-account .shopify>p a:focus, .shopify-checkout .shopify>p a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.shopify-account .select2-container .select2-selection, .shopify-checkout .select2-container .select2-selection {
    border-radius: 0;
    border: 1px solid rgba(129, 129, 129, .25);
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    height: 40px;
}
.shopify-account .select2-container .select2-selection:focus, .shopify-checkout .select2-container .select2-selection:focus {
    outline: 0;
}
.shopify-account .select2-container .select2-dropdown, .shopify-checkout .select2-container .select2-dropdown {
    border-radius: 0;
}
.shopify-account .select2-container .select2-selection__rendered, .shopify-checkout .select2-container .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0;
}
.shopify-account .select2-container .select2-selection__arrow, .shopify-checkout .select2-container .select2-selection__arrow {
    height: 40px;
}
.shopify-account .select2-container .select2-search__field, .shopify-checkout .select2-container .select2-search__field {
    outline: 0;
}
.shopify-account .select2-drop-active, .shopify-checkout .select2-drop-active {
    border-color: rgba(129, 129, 129, .25);
}
.shopify-account .select2-drop-active .select2-search, .shopify-checkout .select2-drop-active .select2-search {
    padding: 10px;
}
.shopify-account .select2-drop-active .select2-search input, .shopify-checkout .select2-drop-active .select2-search input {
    padding-right: 35px!important;
    padding-left: 10px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    background-image: none;
    color: #747474;
}
.shopify-account .select2-drop-active .select2-search:after, .shopify-checkout .select2-drop-active .select2-search:after {
    content: "\e090";
    font-size: 18px;
    color: #8c8c8c;
    font-family: Simple-Line-Icons;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.shopify-account .select2-drop-active.select2-drop.select2-drop-above, .shopify-checkout .select2-drop-active.select2-drop.select2-drop-above {
    border-color: rgba(129, 129, 129, .25);
}
.shopify-account .select2-container--default .select2-results__option--highlighted[aria-selected], .shopify-checkout .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1aada3;
}
.shopify-account .shopify>p, .shopify-checkout .shopify>p {
    font-size: 14px;
    letter-spacing: .3px;
    padding: 15px 25px;
    background-color: #f9f9f9;
    line-height: 1.8;
}
.shopify-account .shopify>p strong, .shopify-checkout .shopify>p strong {
    color: #000;
}
.shopify-account .shopify>p a, .shopify-checkout .shopify>p a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
}
.shopify-account .shopify>p a:hover, .shopify-checkout .shopify>p a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.shopify-account .shopify>p a:focus, .shopify-checkout .shopify>p a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.shopify-account .select2-container .select2-choice, .shopify-checkout .select2-container .select2-choice {
    border-radius: 0;
    border: 1px solid rgba(129, 129, 129, .25);
    font-size: 14px;
    line-height: 18px;
    padding: 12px 10px;
}
.shopify-account .select2-drop-active, .shopify-checkout .select2-drop-active {
    border-color: rgba(129, 129, 129, .25);
}
.shopify-account .select2-drop-active .select2-search, .shopify-checkout .select2-drop-active .select2-search {
    padding: 10px;
}
.shopify-account .select2-drop-active .select2-search input, .shopify-checkout .select2-drop-active .select2-search input {
    padding-right: 35px!important;
    padding-left: 10px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    background-image: none;
    color: #747474;
}
.shopify-account .select2-drop-active .select2-search:after, .shopify-checkout .select2-drop-active .select2-search:after {
    content: "\e090";
    font-size: 18px;
    color: #8c8c8c;
    font-family: Simple-Line-Icons;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.shopify-account .select2-drop-active.select2-drop.select2-drop-above, .shopify-checkout .select2-drop-active.select2-drop.select2-drop-above {
    border-color: rgba(129, 129, 129, .25);
}
.popup-quick-view {
    max-width: 920px;
    background-color: #fff;
    margin: 65px auto;
    position: relative;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, .3);
}
.popup-quick-view .product-images {
    overflow: hidden;
}
.popup-quick-view .product-images:hover .view-details-btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.popup-quick-view .view-details-btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: block;
    padding: 15px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .9);
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.popup-quick-view .view-details-btn:hover {
    background-color: #000;
}
.popup-quick-view .entry-summary .product_type_variable, .popup-quick-view .entry-summary>.product_type_simple {
    background-color: #000;
    color: #fff;
    border-color: #000;
    margin-bottom: 20px;
    margin-right: 15px;
}
.popup-quick-view .entry-summary .product_type_variable:focus, .popup-quick-view .entry-summary .product_type_variable:hover, .popup-quick-view .entry-summary>.product_type_simple:focus, .popup-quick-view .entry-summary>.product_type_simple:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.popup-quick-view .entry-summary .product_type_variable.btn-style-bordered, .popup-quick-view .entry-summary>.product_type_simple.btn-style-bordered {
    background-color: transparent;
    color: #000;
}
.popup-quick-view .entry-summary .product_type_variable.btn-style-bordered:focus, .popup-quick-view .entry-summary .product_type_variable.btn-style-bordered:hover, .popup-quick-view .entry-summary>.product_type_simple.btn-style-bordered:focus, .popup-quick-view .entry-summary>.product_type_simple.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.popup-quick-view .entry-summary .product_type_variable.btn-style-link, .popup-quick-view .entry-summary>.product_type_simple.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.popup-quick-view .entry-summary .product_type_variable.btn-style-link:focus, .popup-quick-view .entry-summary .product_type_variable.btn-style-link:hover, .popup-quick-view .entry-summary>.product_type_simple.btn-style-link:focus, .popup-quick-view .entry-summary>.product_type_simple.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.popup-quick-view .entry-summary .view-details-btn {
    display: none;
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 2px solid #000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.popup-quick-view .entry-summary .view-details-btn:focus, .popup-quick-view .entry-summary .view-details-btn:hover {
    background-color: #000;
    color: #fff;
}
.popup-quick-view .entry-summary .entry-title {
    font-size: 32px;
    margin-bottom: 5px;
}
.popup-quick-view .entry-summary .entry-title a {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
}
.popup-quick-view .entry-summary .entry-title a:hover {
    color: #1aada3;
}
.popup-quick-view .entry-summary .shopify-product-rating {
    margin-bottom: 5px;
}
.popup-quick-view .entry-summary .price {
    font-size: 28px;
    margin-bottom: 7px;
}
.popup-quick-view .entry-summary div[itemprop=description] {
    margin-bottom: 20px;
}
.popup-quick-view .entry-summary .shopify-review-link {
    display: none;
}
.popup-quick-view .entry-summary .shopify-breadcrumb {
    display: none;
}
.popup-quick-view .entry-summary .product_meta {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.popup-quick-view .entry-summary .share-title {
    font-weight: 700;
    color: #1b1919;
    margin-right: 5px;
}
.popup-quick-view .entry-summary .share-title:after {
    content: ":"}
.popup-quick-view .entry-summary .social-icons {
    display: inline-block;
}
.popup-quick-view .single-product-content .product-image-summary {
    margin-bottom: 0;
}
.popup-quick-view .single-product-content .product-image-summary .owl-controls {
    margin-top: 0;
}
.popup-quick-view .owl-carousel .owl-nav>div.owl-next {
    right: -20px;
}
.popup-quick-view .owl-carousel .owl-nav>div.owl-prev {
    left: -20px;
}
.popup-quick-view .owl-carousel .owl-dots {
    display: none;
}
.popup-quick-view .owl-carousel:hover .owl-nav div.owl-next {
    right: 0;
}
.popup-quick-view .owl-carousel:hover .owl-nav div.owl-prev {
    left: 0;
}
.popup-quick-view .mfp-close {
    font-size: 0;
    cursor: pointer;
    padding-right: 36px;
    opacity: 1;
}
.popup-quick-view .mfp-close:after, .popup-quick-view .mfp-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.popup-quick-view .mfp-close:after, .popup-quick-view .mfp-close:before {
    right: 9px;
}
.popup-quick-view .mfp-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.popup-quick-view .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup-quick-view .single-product-content .product-image-summary {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 400px;
}
.popup-quick-view .single-product-content .product-image-summary:after, .popup-quick-view .single-product-content .product-image-summary:before {
    display: none;
}
.popup-quick-view .single-product-content .variations {
    position: relative;
}
.popup-quick-view .single-product-content .variations td {
    padding-bottom: 10px;
}
.popup-quick-view .single-product-content .variations .reset_variations {
    position: absolute;
    bottom: -15px;
    left: 0;
    margin-left: 0;
}
.popup-quick-view .single-product-content .variations .basel-swatch {
    cursor: pointer;
}
.popup-quick-view .basel-scroll-content {
    padding-left: 15px;
    padding-right: 60px;
    padding-bottom: 25px;
    padding-top: 35px;
}
.popup-quick-view .basel-scroll .basel-scroll-pane {
    right: 15px;
}
.mfp-close-btn-in .popup-wrapper .mfp-close {
    color: #fff;
}
.popup-added_to_cart {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border: 2px solid rgba(101, 101, 101, .25);
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 20px 40px 0 40px;
}
.popup-added_to_cart p {
    font-size: 20px;
    font-weight: 700;
    color: #1b1919;
    font-family: Karla, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.popup-added_to_cart a {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.popup-added_to_cart:after {
    content: "\f218";
    position: absolute;
    bottom: 0;
    right: -14px;
    line-height: 110px;
    z-index: 1;
    font-size: 161px;
    color: rgba(123, 123, 123, .1);
    font-family: FontAwesome;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -sand-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}
.popup-added_to_cart .close-popup {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.popup-added_to_cart .close-popup:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.popup-added_to_cart .close-popup:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.popup-added_to_cart .close-popup:hover {
    color: #000;
}
.popup-added_to_cart .view-cart {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}
.popup-added_to_cart .mfp-close {
    font-size: 28px;
    opacity: 1;
}
.mfp-close-btn-in .mfp-close {
    color: rgba(0, 0, 0, .6);
}
.mfp-close-btn-in .mfp-close:focus, .mfp-close-btn-in .mfp-close:hover {
    color: #000;
    background-color: transparent;
}
.shopify-breadcrumb {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    color: #9e9e9e;
    vertical-align: middle;
}
.shopify-breadcrumb a {
    color: #1b1919;
    margin-right: 5px;
    text-decoration: none;
    font-style: normal;
}
.shopify-breadcrumb a:after {
    content: "/";
    margin-left: 5px;
}
.shopify-breadcrumb a:first-child:before {
    content: "\f015";
    margin-right: 5px;
    font-family: FontAwesome;
}
.shopify-breadcrumb a:hover {
    text-decoration: none;
}
.add_to_cart_inline ins {
    padding: 0;
    text-decoration: none;
}
.add_to_cart_inline>a {
    background-color: #000;
    color: #fff;
    border-color: #000;
    margin-left: 10px;
}
.add_to_cart_inline>a:focus, .add_to_cart_inline>a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.add_to_cart_inline>a.btn-style-bordered {
    background-color: transparent;
    color: #000;
}
.add_to_cart_inline>a.btn-style-bordered:focus, .add_to_cart_inline>a.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.add_to_cart_inline>a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.add_to_cart_inline>a.btn-style-link:focus, .add_to_cart_inline>a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.add_to_cart_inline>a.added {
    display: none;
}
.add_to_cart_inline>a:after {
    border-color: #fff;
}
.shopify>.single-product[data-product-page-preselected-id] .shopify-breadcrumb {
    line-height: 40px;
}
.blockOverlay:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    content: " ";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
}
p.demo_store {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    z-index: 299;
    border-top: 2px solid rgba(255, 255, 255, .1);
}
.shopify-demo-store .footer-container {
    margin-bottom: 42px;
}
.shop_table tr.order-total .includes_tax {
    display: block;
    margin-top: 5px;
}
.shop_table th.product-name {
    text-align: left;
}
.shop_table th.product-thumbnail {
    width: 10px;
}
.shop_table th.product-remove {
    width: 40px;
}
.shop_table td.order-status {
    text-align: center!important;
}
.shop_table td.product-quantity .quantity {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stratch;
    -ms-flex-align: stratcht;
    align-items: stratch;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    white-space: nowrap;
}
.shop_table td.product-quantity .quantity input[type=number] {
    color: #848484;
    text-align: center;
    width: 40px;
    padding-right: 10px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.shop_table td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button, .shop_table td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.shop_table td.product-quantity .quantity .minus, .shop_table td.product-quantity .quantity .plus {
    background-color: transparent;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    color: #848484;
    width: 20px;
    background-color: #f9f9f9;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.shop_table td.product-quantity .quantity .minus:focus, .shop_table td.product-quantity .quantity .minus:hover, .shop_table td.product-quantity .quantity .plus:focus, .shop_table td.product-quantity .quantity .plus:hover {
    text-decoration: none;
}
.shop_table td.product-quantity .quantity .minus:focus, .shop_table td.product-quantity .quantity .minus:hover, .shop_table td.product-quantity .quantity .plus:focus, .shop_table td.product-quantity .quantity .plus:hover {
    box-shadow: none;
    outline: 0;
    background-color: #ececec;
    border-color: #e0e0e0;
}
.shop_table td.product-quantity .quantity .minus {
    border-right: 0;
}
.shop_table td.product-quantity .quantity .plus {
    border-left: 0;
}
.shop_table td.product-remove {
    padding: 0;
    text-align: center;
}
.shop_table td.product-remove a {
    position: relative;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 28px;
    background-color: #000;
    cursor: pointer;
    padding-right: 16px;
    padding-right: 0;
}
.shop_table td.product-remove a:after, .shop_table td.product-remove a:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.shop_table td.product-remove a:after {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -sand-transform: rotate(-44deg);
}
.shop_table td.product-remove a:before {
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -sand-transform: rotate(44deg);
    transform: rotate(44deg);
}
.shop_table td.product-remove a:hover:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.shop_table td.product-remove a:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.shop_table td.product-remove a:after, .shop_table td.product-remove a:before {
    right: 5px;
}
.shop_table td.product-name {
    text-align: left;
}
.shop_table td.product-name a {
    color: #424242;
    text-transform: none;
    letter-spacing: .3px;
    display: block;
}
.shop_table td.product-name .variation {
    display: inline-block;
    margin-top: 10px;
}
.shop_table td.product-price span {
    font-size: 16px;
    color: #000;
}
.shop_table td.product-subtotal span {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.shop_table td.product-thumbnail img {
    max-width: 80px;
}
#shipping_method li {
    margin-bottom: 10px;
}
#shipping_method li:last-child {
    margin-bottom: 0;
}
#shipping_method label {
    display: inline-block;
    margin-bottom: 0;
}
.shopify-checkout-review-order-table {
    border: none;
}
.shopify-checkout-review-order-table td, .shopify-checkout-review-order-table th {
    border: none;
}
.shopify-checkout-review-order-table th {
    background-color: transparent;
}
.shopify-checkout-review-order-table tr {
    border-bottom: 1px solid rgba(129, 129, 129, .05);
}
.shopify-checkout-review-order-table .product-total {
    text-align: right;
}
.shopify-checkout-review-order-table thead th {
    padding-top: 10px;
}
.shopify-checkout-review-order-table tbody td.product-name {
    text-transform: none;
}
.shopify-checkout-review-order-table tbody td.product-name .variation {
    display: block;
    margin-top: 10px;
}
.shopify-checkout-review-order-table tfoot tr:last-child {
    border-bottom: none;
}
.shopify-checkout-review-order-table tfoot td {
    text-align: right;
}
.shopify-checkout-review-order-table tfoot th {
    text-align: left;
}
.shopify-checkout-review-order-table tfoot .cart-subtotal th, .shopify-checkout-review-order-table tfoot .shipping th {
    font-size: 16px;
}
.shopify-checkout-review-order-table tfoot .cart-subtotal p, .shopify-checkout-review-order-table tfoot .shipping p {
    margin-bottom: 0;
}
.shopify-checkout-review-order-table tfoot .order-total th {
    font-size: 24px;
    padding-top: 20px;
}
.shopify-checkout-review-order-table tfoot .order-total th {
    text-transform: uppercase;
    font-weight: 700;
}
.shopify-checkout-review-order-table tfoot .order-total td {
    padding-top: 20px;
}
.shopify-checkout-review-order-table tfoot .order-total td>strong {
    font-size: 24px;
}
.shopify-checkout-review-order-table tfoot .order-total td .amount {
    color: #1aada3;
}
.single-product-content .shop_attributes {
    max-width: 550px;
    margin: 0 auto;
}
.single-product-content .shop_attributes td p, .single-product-content .shop_attributes th p {
    margin-bottom: 0;
}
.single-product-content .shop_attributes th {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.single-product-content .shop_attributes td {
    text-align: right;
}
.my_account_orders td, .my_account_orders th {
    text-align: center;
}
.my_account_orders th {
    font-size: 16px;
}
.my_account_orders tr:last-child td {
    border-bottom: none;
}
.my_account_orders tbody td {
    background-color: #f9f9f9;
}
.my_account_orders thead th {
    padding-top: 10px;
    padding-bottom: 10px;
}
.my_account_orders td.order-actions a {
    background-color: transparent;
    padding: 0;
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
}
.my_account_orders td.order-actions a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.my_account_orders td.order-actions a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.my_account_orders td.order-actions a:focus, .my_account_orders td.order-actions a:hover {
    color: #000;
}
.order_details td, .order_details th {
    width: 50%;
    text-align: left;
}
.order_details thead .product-total {
    text-align: right;
}
.order_details tbody .product-name>a {
    display: inline-block;
}
.order_details tbody .product-name .variation {
    display: block;
}
.order_details tbody .product-total {
    text-align: right;
}
.order_details tfoot th {
    text-transform: uppercase;
}
.order_details tfoot td {
    text-align: right;
}
.order_details tfoot td .amount {
    color: #1d1c1c;
}
.order_details tfoot tr:last-child td, .order_details tfoot tr:last-child th {
    border-bottom: none;
}
.order_details tfoot tr:last-child .amount {
    font-weight: 600;
}
.order_details tfoot tr:last-child .amount:first-child {
    font-size: 20px;
}
.customer_details td, .customer_details th {
    text-align: left;
    width: 50%}
.customer_details td {
    text-align: right;
}
.customer_details tr:last-child td, .customer_details tr:last-child th {
    border-bottom: none;
}
.wishlist_table tr td.product-stock-status .wishlist-in-stock, .wishlist_table tr td.product-stock-status .wishlist-out-of-stock {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #297e29;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: 700;
}
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
    border-color: #b50808;
    color: #b50808;
}
.wishlist_table tr td.product-price del {
    color: #bbb;
}
.wishlist_table tr td.product-price del .amount {
    font-size: 12px;
    color: #bbb;
}
.wishlist_table tr td.product-price ins {
    text-decoration: none;
}
.wishlist_table tr td.product-name>a {
    font-size: 14px;
}
.wishlist_table tr td.product-add-to-cart>.add_to_cart.button {
    background-color: #000;
    color: #fff;
    border-color: #000;
    font-size: 13px;
    border-radius: 0;
    padding: 9px 13px;
    display: inline-block!important;
}
.wishlist_table tr td.product-add-to-cart>.add_to_cart.button:focus, .wishlist_table tr td.product-add-to-cart>.add_to_cart.button:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.wishlist_table tr td.product-add-to-cart>.add_to_cart.button.btn-style-bordered {
    background-color: transparent;
    color: #000;
}
.wishlist_table tr td.product-add-to-cart>.add_to_cart.button.btn-style-bordered:focus, .wishlist_table tr td.product-add-to-cart>.add_to_cart.button.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.wishlist_table tr td.product-add-to-cart>.add_to_cart.button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.wishlist_table tr td.product-add-to-cart>.add_to_cart.button.btn-style-link:focus, .wishlist_table tr td.product-add-to-cart>.add_to_cart.button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.wishlist_table tr td.product-add-to-cart>.add_to_cart.button.loading {
    padding-right: 35px!important;
    padding-left: 15px!important;
}
.wishlist_table tr td.product-add-to-cart>.add_to_cart.button.loading:after {
    border-color: #fff;
}
.wishlist_table tfoot tr:last-child td, .wishlist_table tfoot tr:last-child th {
    border-bottom: none;
}
.wishlist_table .blockUI.blockOverlay {
    background-image: none!important;
}
.shopify table.wishlist_table {
    font-size: 14px;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
    font-weight: 700!important;
}
.shopify .wishlist-title h2 {
    text-transform: uppercase;
    font-weight: 700!important;
    font-size: 28px;
}
.shopify table.wishlist_table thead th {
    border-top: none;
}
.single-product.header-full-width .shopify-error, .single-product.header-full-width .shopify-message {
    width: 95%}
.single-product .shopify-error, .single-product .shopify-message {
    max-width: 1140px;
    margin: -20px auto 60px auto;
}
.single-product .site-content {
    margin-bottom: 0;
}
.single-product-content .product-image-summary {
    margin-bottom: 60px;
}
.single-product-content .shopify-main-image img {
    cursor: url(cursor-zoom.png), pointer;
}
.single-product-content .basel-show-product-gallery-wrap {
    display: none;
    position: absolute;
    bottom: 4px;
    right: 20px;
    z-index: 2;
    padding-right: 10px;
    padding-bottom: 10px;
}
.document-ready .single-product-content .basel-show-product-gallery-wrap {
    display: block;
}
.single-product-content .basel-show-product-gallery {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 0;
    color: #000;
}
.single-product-content .basel-show-product-gallery:hover:after {
    color: rgba(0, 0, 0, .6);
}
.single-product-content .basel-show-product-gallery:after {
    content: "\e091";
    display: inline-block;
    font-family: Simple-Line-Icons;
    width: 38px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.single-product-content .product-images {
    position: relative;
}
.single-product-content .product-images .product-labels {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    left: auto;
    z-index: 10;
    max-width: 30%;
    opacity: 0;
}
.single-product-content .product-images .labels-rectangular {
    right: 20px;
}
.single-product-content .product-images .labels-rounded {
    right: 25px;
}
.single-product-content .product-images .labels-rounded .product-label {
    min-width: 55px;
    min-height: 55px;
}
.document-ready .single-product-content .product-images .product-labels {
    opacity: 1;
}
.single-product-content .product-images a:focus, .single-product-content .product-images img:focus {
    outline: 0;
}
.single-product-content .product-images .product-image-thumbnail img, .single-product-content .product-images .shopify-product-gallery__image img, .single-product-content .product-images .shopify-product-gallery__image--placeholder img {
    width: 100%}
.single-product-content .product-images.col-sm-8 .thumbs-position-left .slick-slider.count-3 {
    margin-left: -5px;
    margin-right: -5px;
}
.single-product-content .product-images.col-sm-8 .thumbs-position-left .slick-slider.count-3 .slick-slide {
    padding-bottom: 16px;
}
.single-product-content .product-images.col-sm-8 .thumbs-position-left .slick-slide {
    padding-bottom: 15px;
}
.single-product-content .product-images.col-sm-6 .thumbs-position-left .slick-slider {
    margin-left: -3px;
    margin-right: -3px;
}
.single-product-content .product-images.col-sm-6 .thumbs-position-left .slick-slider.count-3 {
    margin-left: -7px;
    margin-right: -7px;
}
.single-product-content .product-images.col-sm-6 .thumbs-position-left .slick-slider.count-3 .slick-slide {
    padding-bottom: 10px;
}
.single-product-content .product-images.col-sm-6 .thumbs-position-left .slick-slide {
    padding-bottom: 8px;
}
.single-product-content .product-images.col-sm-4 .thumbs-position-left .slick-slider {
    margin-left: -3px;
    margin-right: -3px;
}
.single-product-content .product-images.col-sm-4 .thumbs-position-left .slick-slider.count-3 {
    margin-left: -7px;
    margin-right: -7px;
}
.single-product-content .product-images.col-sm-4 .thumbs-position-left .slick-slider.count-3 .slick-slide {
    padding-bottom: 8px;
}
.single-product-content .product-images.col-sm-4 .thumbs-position-left .slick-slide {
    padding-bottom: 7px;
}
.single-product-content .product-images .thumbs-position-bottom .thumbnails, .single-product-content .product-images .thumbs-position-left .thumbnails {
    margin-left: -2px;
}
.single-product-content .product-images .thumbs-position-bottom .thumbnails .owl-item, .single-product-content .product-images .thumbs-position-left .thumbnails .owl-item {
    padding: 0 2px 0 2px;
    display: block;
    cursor: pointer;
}
.single-product-content .product-images .thumbs-position-bottom .thumbnails .owl-item.active-thumb, .single-product-content .product-images .thumbs-position-left .thumbnails .owl-item.active-thumb {
    opacity: .5;
}
.single-product-content .product-images .thumbs-position-bottom .thumbnails .owl-item:hover, .single-product-content .product-images .thumbs-position-left .thumbnails .owl-item:hover {
    opacity: .5;
}
.single-product-content .product-images .thumbs-position-bottom .owl-nav, .single-product-content .product-images .thumbs-position-left .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 14px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
}
.single-product-content .product-images .thumbs-position-bottom .owl-nav>div, .single-product-content .product-images .thumbs-position-left .owl-nav>div {
    position: static;
    filter: Alpha(Opacity=1);
    opacity: 1;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -sand-transform: none;
    -ms-transform: none;
}
.single-product-content .product-images .thumbs-position-bottom .owl-nav>div:before, .single-product-content .product-images .thumbs-position-left .owl-nav>div:before {
    width: 38px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
}
.single-product-content .product-images .thumbs-position-bottom .owl-dots, .single-product-content .product-images .thumbs-position-left .owl-dots {
    display: none;
}
.single-product-content:not(.product-quick-view) .shopify-product-gallery__wrapper {
    padding-right: 5px;
}
.single-product-content .thumbs-position-bottom .thumbnails, .single-product-content .thumbs-position-left .thumbnails {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.single-product-content .thumbs-position-bottom .thumbnails.thumbnails-ready, .single-product-content .thumbs-position-left .thumbnails.thumbnails-ready {
    opacity: 1;
    visibility: visible;
}
.single-product-content .slick-vertical {
    overflow: hidden;
}
.single-product-content .slick-vertical .slick-slide {
    cursor: pointer;
}
.single-product-content .slick-vertical .slick-slide:hover {
    opacity: .5;
}
.single-product-content .slick-vertical .slick-slide.active-thumb {
    opacity: .5;
}
.single-product-content .slick-vertical>button {
    border: none;
    font-size: 0;
    width: 50%;
    padding: 0;
    line-height: 0;
    background-color: #f5f5f5;
    color: #676767;
}
.single-product-content .slick-vertical>button:hover {
    background-color: #000;
    color: #fff;
}
.single-product-content .slick-vertical>button:focus {
    outline: 0;
}
.single-product-content .slick-vertical>button:before {
    line-height: 26px;
    font-size: 20px;
    position: relative;
    font-family: FontAwesome;
}
.single-product-content .slick-vertical>button.slick-prev {
    border-right: 1px solid #fff;
}
.single-product-content .slick-vertical>button.slick-prev:before {
    content: "\f106";
    bottom: 1px;
}
.single-product-content .slick-vertical>button.slick-next {
    border-left: 1px solid #fff;
}
.single-product-content .slick-vertical>button.slick-next:before {
    content: "\f107";
    top: 1px;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
    display: inline-block;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist a .basel-tooltip-label {
    /* display: none; */
    position: relative;
    visibility: visible;
    color: #000;
    left: auto;
    background-color: transparent;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist a:before {
    color: red;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist a:hover {
    color: red;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist a:hover:before {
    color: #1aada3;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .single-product-content .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    color: #1aada3;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.feid-in>a {
    color: #545454;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.feid-in>a:before {
    color: #1aada3;
}
.single-product-content .entry-summary .button.compare {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #4e4e4e;
    padding: 0;
    background-color: transparent;
    border: none;
    text-transform: none;
}
.single-product-content .entry-summary .button.compare.loading:after {
    opacity: 1;
    visibility: visible;
}
.single-product-content .entry-summary .button.compare:after {
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
}
.single-product-content .entry-summary .button.compare:before {
    content: "\e098";
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
    color: #4e4e4e;
    display: inline-block;
    font-family: Simple-Line-Icons;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.single-product-content .entry-summary .button.compare:hover {
    color: #1aada3;
}
.single-product-content .entry-summary .button.compare:hover:before {
    color: #1aada3;
}
.single-product-content .entry-summary .button.compare.added:before {
    color: #1aada3;
}
.single-product-content .entry-summary .button.compare .blockOverlay {
    display: none!important;
}
.single-product-content .variations_form+.yith-wcwl-add-to-wishlist {
    display: block;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid rgba(119, 119, 119, .17);
}
.single-product-content .variations_form+.yith-wcwl-add-to-wishlist+.clear+.compare-btn-wrapper {
    margin-bottom: 20px;
}
.single-product-content .variations_form+.yith-wcwl-add-to-wishlist+.clear+.compare-btn-wrapper+.product_meta {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.single-product-content .variations_form+.yith-wcwl-add-to-wishlist+.clear+.product_meta {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.single-product-content .entry-title {
    font-family: Lora, "MS Sans Serif", Geneva, sans-serif;
    font-size: 38px;
    margin-bottom: 10px;
}
.single-product-content .shopify-breadcrumb {
    margin-bottom: 40px;
    line-height: 1.7;
}
.single-product-content .shopify-breadcrumb a:hover {
    color: #797979;
}
.single-product-content .shopify-product-rating {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
}
.single-product-content .shopify-product-rating .star-rating {
    margin-right: 10px;
    vertical-align: middle;
    top: 1px;
}
.single-product-content .shopify-product-rating .star-rating span:before {
    color: #1f1f1f;
}
.single-product-content .shopify-product-rating .shopify-review-link {
    vertical-align: middle;
    color: rgba(0, 0, 0, .5);
}
.single-product-content p.price {
    margin-bottom: 12px;
}
.single-product-content .price {
    font-size: 28px;
    color: #1aada3;
}
.single-product-content .price .amount {
    color: #1aada3;
}
.single-product-content .price del {
    color: #bbb;
    font-size: 16px;
}
.single-product-content .price del .amount {
    color: #bbb;
    font-size: 16px;
    font-weight: 400;
}
.single-product-content .cart {
    margin-bottom: 20px;
    margin-right: 15px;
    display: inline-block;
}
.single-product-content .cart.variations_form {
    margin-right: 0;
}
.single-product-content .cart .quantity {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stratch;
    -ms-flex-align: stratcht;
    align-items: stratch;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    white-space: nowrap;
    margin-right: 15px;
}
.single-product-content .cart .quantity input[type=number] {
    color: #848484;
    text-align: center;
    width: 40px;
    padding-right: 10px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.single-product-content .cart .quantity input[type=number]::-webkit-inner-spin-button, .single-product-content .cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.single-product-content .cart .quantity .minus, .single-product-content .cart .quantity .plus {
    background-color: transparent;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    color: #848484;
    width: 20px;
    background-color: #f9f9f9;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.single-product-content .cart .quantity .minus:focus, .single-product-content .cart .quantity .minus:hover, .single-product-content .cart .quantity .plus:focus, .single-product-content .cart .quantity .plus:hover {
    text-decoration: none;
}
.single-product-content .cart .quantity .minus:focus, .single-product-content .cart .quantity .minus:hover, .single-product-content .cart .quantity .plus:focus, .single-product-content .cart .quantity .plus:hover {
    box-shadow: none;
    outline: 0;
    background-color: #ececec;
    border-color: #e0e0e0;
}
.single-product-content .cart .quantity .minus {
    border-right: 0;
}
.single-product-content .cart .quantity .plus {
    border-left: 0;
}
.single-product-content .cart .button {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.single-product-content .cart .button:focus, .single-product-content .cart .button:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.single-product-content .cart .button.btn-style-bordered {
    background-color: transparent;
    color: #000;
}
.single-product-content .cart .button.btn-style-bordered:focus, .single-product-content .cart .button.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.single-product-content .cart .button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.single-product-content .cart .button.btn-style-link:focus, .single-product-content .cart .button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.single-product-content .variations {
    margin-bottom: 0;
    border: none;
}
.single-product-content .variations label {
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 700;
    margin-right: 20px;
    white-space: nowrap;
}
.single-product-content .variations label:after {
    content: ":";
    margin-left: 2px;
}
.single-product-content .variations tr:last-child td {
    padding-bottom: 0;
}
.single-product-content .variations td {
    border: none;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    padding-bottom: 25px;
}
.single-product-content .variations td.value {
    width: 100%}
.single-product-content .variations td.value select {
    max-width: 260px;
    display: inline-block;
}
.single-product-content .variations td.value.with-swatches select {
    display: none;
}
.single-product-content .variations .reset_variations {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}
.single-product-content .variations .reset_variations:before {
    content: "\f00d";
    font-family: FontAwesome;
    margin-right: 5px;
    display: inline-block;
}
.single-product-content .variations .swatches-select {
    display: inline-block;
    vertical-align: middle;
}
.single-product-content .variations .swatches-select>div {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 25px;
    color: #1b1919;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.single-product-content .variations .swatches-select>div:hover {
    border-color: #000;
}
.single-product-content .variations .swatches-select>div:last-child {
    margin-right: 0;
}
.single-product-content .variations .swatches-select>div.swatch-size-large {
    font-size: 18px;
}
.single-product-content .variations .swatches-select>div.swatch-size-xlarge {
    font-size: 24px;
}
.single-product-content .variations .swatches-select .colored-swatch, .single-product-content .variations .swatches-select .image-swatch {
    font-size: 0;
    width: 25px;
    height: 25px;
    border-bottom: none;
    border-radius: 50%;
    background-size: cover;
}
.single-product-content .variations .swatches-select .colored-swatch:after, .single-product-content .variations .swatches-select .image-swatch:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    border-bottom: 2px solid transparent;
}
.single-product-content .variations .swatches-select .colored-swatch:hover:after, .single-product-content .variations .swatches-select .image-swatch:hover:after {
    border-color: #000;
}
.single-product-content .variations .swatches-select .colored-swatch.active-swatch:after, .single-product-content .variations .swatches-select .image-swatch.active-swatch:after {
    border-color: #000;
}
.single-product-content .variations .swatches-select .colored-swatch.swatch-size-large, .single-product-content .variations .swatches-select .image-swatch.swatch-size-large {
    width: 45px;
    height: 45px;
    font-size: 0;
}
.single-product-content .variations .swatches-select .colored-swatch.swatch-size-xlarge, .single-product-content .variations .swatches-select .image-swatch.swatch-size-xlarge {
    width: 70px;
    height: 70px;
    font-size: 0;
}
.single-product-content .variations .swatches-select .text-only .basel-tooltip-label {
    display: none;
}
.single-product-content .variations .swatches-select .swatch-enabled {
    cursor: pointer;
}
.single-product-content .variations .swatches-select .swatch-disabled {
    cursor: default;
    opacity: .4;
}
.single-product-content .variations .swatches-select .active-swatch {
    border-color: #000;
}
.single-product-content .basel-product-countdown {
    margin-top: 0;
}
.single-product-content .product_meta, .single-product-content .product_meta.product_meta_external {
    border-top: 1px solid rgba(119, 119, 119, .17);
    padding-top: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}
.single-product-content .product_meta>span {
    display: block;
    margin-bottom: 20px;
    color: #1b1919;
    font-weight: 700;
}
.single-product-content .product_meta>span a, .single-product-content .product_meta>span span {
    color: #4e4e4e;
    display: inline-block;
    font-weight: 400;
    margin: 0 2px;
    line-height: 1.4;
}
.single-product-content .product_meta>span:last-child {
    margin-bottom: 0;
}
.single-product-content .product_meta>span a:hover {
    color: #747474;
}
.single-product-content .single_variation_wrap {
    padding-top: 25px;
}
.single-product-content .single_variation_wrap .variations_button {
    display: inline-block;
}
.single-product-content .single_variation {
    display: block;
    vertical-align: middle;
}
.single-product-content .single_variation:after {
    content: "";
    clear: both;
    display: block;
}
.single-product-content .single_variation .shopify-variation-availability, .single-product-content .single_variation .shopify-variation-price {
    float: left;
}
.single-product-content .single_variation .price {
    margin-right: 15px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
}
.single-product-content .single_variation .in-stock, .single-product-content .single_variation .out-of-stock {
    margin-right: 0;
}
.single-product-content .summary .in-stock, .single-product-content .summary .out-of-stock {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: 700;
}
.single-product-content .summary .in-stock:empty, .single-product-content .summary .out-of-stock:empty {
    display: none;
}
.single-product-content .summary .out-of-stock {
    border: 2px solid #cc1414;
    color: #b50808;
}
.single-product-content .summary .in-stock {
    border: 2px solid #297e29;
    color: #297e29;
}
.single-product-content .product-share {
    margin-bottom: 10px;
    text-align: left;
}
.single-product-content .product-share .share-title {
    font-weight: 700;
    color: #1b1919;
    margin-right: 5px;
}
.single-product-content .product-share .share-title:after {
    content: ":"}
.single-product-content .product-share .social-icons {
    display: inline-block;
}
.single-product-content .product-tabs-wrapper {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}
.single-product-content .tabs {
    margin-bottom: 25px;
    text-align: center;
}
.single-product-content .tabs li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.single-product-content .tabs li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, .5);
    padding: 3px 0;
}
.single-product-content .tabs li a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
}
.single-product-content .tabs li.active {
    border-color: #545454;
}
.single-product-content .tabs li.active a {
    color: rgba(0, 0, 0, .9);
}
.single-product-content .tabs li:last-child {
    margin-right: 0;
}
.single-product-content .basel-accordion-title {
    display: none;
}
.single-product-content .entry-content p {
    line-height: 1.7;
    letter-spacing: .3px;
}
.single-product-content #tab-description :last-child {
    margin-bottom: 0;
}
.single-product-content #tab-additional_information>h2, .single-product-content #tab-description>h2 {
    font-size: 18px;
    font-weight: 700;
}
.single-product-content #tab-additional_information>h2 {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.single-product-content #tab-seller ul li {
    margin-bottom: 15px;
}
.single-product-content #tab-seller ul li>span {
    font-weight: 700;
    color: #525252;
}
.single-product-content #tab-seller ul li>span.details {
    font-weight: 400;
    color: #777;
}
.single-product-content #reviews {
    position: relative;
}
.single-product-content #comments {
    width: 50%;
    padding-top: 20px;
    padding-right: 40px;
    float: left;
}
.single-product-content #comments>h2 {
    font-size: 18px;
    font-weight: 700;
}
.single-product-content #review_form_wrapper {
    float: left;
    width: 50%;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.single-product-content #review_form_wrapper #reply-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-product-content .comment-form>p {
    margin-bottom: 20px;
}
.single-product-content .comment-form>p>label {
    display: block;
}
.single-product-content .comment-form>p:last-child {
    margin-bottom: 0;
}
.single-product-content .comment-form .comment-form-comment {
    margin-bottom: 10px;
}
.single-product-content .comment-form .comment-form-author, .single-product-content .comment-form .comment-form-email {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
.single-product-content .comment-form .comment-form-author {
    padding-right: 15px;
}
.single-product-content .comment-form .comment-form-email {
    padding-left: 15px;
}
.single-product-content .comment-form input[type=email], .single-product-content .comment-form input[type=text], .single-product-content .comment-form textarea {
    background-color: #efefef;
    border: none;
    box-shadow: none;
}
.single-product-content .comment-form input[type=email]:focus, .single-product-content .comment-form input[type=text]:focus, .single-product-content .comment-form textarea:focus {
    background-color: #ececec;
}
.single-product-content .comment-form textarea {
    height: 150px;
    width: 100%}
.single-product-content .comment-form input[type=text] {
    max-width: 300px;
}
.single-product-content .comment-form .comment-form-rating label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}
.single-product-content .comment-form .comment-form-rating label:after {
    content: ":";
    margin-left: 2px;
}
.single-product-content .comment-form .stars {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.single-product-content .comment-form .stars span {
    display: inline-block;
}
.single-product-content .comment-form .stars span a {
    margin-right: 20px;
    display: inline-block;
    font-size: 0;
    letter-spacing: 2px;
}
.single-product-content .comment-form .stars span a:hover {
    text-decoration: none;
    color: #1aada3;
}
.single-product-content .comment-form .stars span a:last-child {
    margin-right: 0;
}
.single-product-content .comment-form .stars span a:after {
    font-family: simple-line-icons;
    font-size: 14px;
    line-height: 20px;
}
.single-product-content .comment-form .stars span a.star-1:after {
    content: "\e09b"}
.single-product-content .comment-form .stars span a.star-2:after {
    content: "\e09b \e09b"}
.single-product-content .comment-form .stars span a.star-3:after {
    content: "\e09b \e09b \e09b"}
.single-product-content .comment-form .stars span a.star-4:after {
    content: "\e09b \e09b \e09b \e09b"}
.single-product-content .comment-form .stars span a.star-5:after {
    content: "\e09b \e09b \e09b \e09b \e09b"}
.single-product-content .comment-form .stars span a.active {
    color: #1aada3;
}
.single-product-content .comment-form .form-submit {
    margin-bottom: 0;
}
.single-product-content .comment-form .form-submit input[type=submit] {
    background-color: transparent;
    border-color: #000;
    color: #000;
    border-width: 2px;
    padding-left: 35px;
    padding-right: 35px;
}
.single-product-content .comment-form .form-submit input[type=submit]:focus, .single-product-content .comment-form .form-submit input[type=submit]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.commentlist {
    margin-top: 30px;
}
.commentlist li {
    margin-bottom: 30px;
}
.commentlist li:last-child {
    margin-bottom: 0;
}
.commentlist .comment_container, .commentlist .review_comment_container {
    position: relative;
    min-height: 95px;
    padding: 12px 12px 12px 85px;
}
.commentlist .comment_container .dokan-review-author-img img, .commentlist .comment_container>img, .commentlist .review_comment_container .dokan-review-author-img img, .commentlist .review_comment_container>img {
    position: absolute;
    left: 0;
    top: 13px;
    max-width: 60px;
    border-radius: 50%}
.commentlist .comment-text .star-rating {
    float: right;
    margin-bottom: 5px;
}
.commentlist .comment-text .meta {
    line-height: 18px;
    display: inline;
    font-size: 12px;
}
.commentlist .comment-text .meta strong {
    color: #373737;
}
.commentlist .comment-text .meta time {
    font-style: italic;
}
.commentlist .comment-text .description {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.7;
}
.commentlist .comment-text .description p {
    margin-bottom: 10px;
    line-height: 1.7;
}
.commentlist .comment-text .description p:last-child {
    margin-bottom: 0;
}
.product-with-attachments .thumbs-position-left+.product-additional-galleries {
    margin-left: 27%}
.related-and-upsells>section {
    margin-top: 40px;
    margin-bottom: 40px;
}
.basel-product-instagram {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(119, 119, 119, .17);
}
.basel-product-instagram .product-instagram-intro {
    font-size: 16px;
}
.basel-product-instagram .product-instagram-intro>span {
    font-weight: 600;
    color: #1b1919;
}
.basel-product-instagram:first-child {
    padding-top: 0;
    border-top: none;
}
.single-breadcrumbs-wrapper {
    margin-top: -40px;
    margin-bottom: 40px;
    background: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.single-breadcrumbs-wrapper>.container {
    padding-left: 5px;
    padding-right: 5px;
}
.single-breadcrumbs-wrapper .basel-back-btn>span {
    top: 3px;
}
.single-breadcrumbs-wrapper .shopify-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
}
.basel-products-nav {
    float: right;
}
.basel-products-nav .product-btn {
    position: relative;
}
.basel-products-nav .product-btn>a {
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    line-height: 40px;
    width: 50px;
    display: inline-block;
}
.basel-products-nav .product-btn>a span {
    width: 23px;
    height: 2px;
    position: relative;
    display: inline-block;
    background-color: #000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.basel-products-nav .product-btn>a span:before {
    position: absolute;
    top: 0;
    font-size: 14px;
    line-height: 3px;
    color: #000;
    font-family: FontAwesome;
}
.basel-products-nav .product-btn.product-prev {
    float: left;
}
.basel-products-nav .product-btn.product-prev>a span:before {
    content: "\f0d9";
    left: -4px;
}
.basel-products-nav .product-btn.product-prev .wrapper-short {
    right: -20px;
}
.basel-products-nav .product-btn.product-next {
    float: right;
}
.basel-products-nav .product-btn.product-next>a span:before {
    content: "\f0da";
    right: -4px;
}
.basel-products-nav .product-btn.product-next .wrapper-short {
    right: 20px;
}
.basel-products-nav .product-btn:hover>a span {
    width: 32px;
}
.basel-products-nav .product-btn:hover>.wrapper-short {
    visibility: visible;
    opacity: 1;
    right: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.basel-products-nav .wrapper-short {
    position: absolute;
    top: 100%;
    padding-top: 5px;
    visibility: hidden;
    opacity: 0;
    min-width: 250px;
    z-index: 350;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.basel-products-nav .product-short {
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #efefef;
}
.basel-products-nav .product-short .product-thumb {
    float: right;
    margin-left: 10px;
}
.basel-products-nav .product-short .product-thumb img {
    max-width: 50px;
}
.basel-products-nav .product-short .product-title {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}
.basel-products-nav .product-short .price {
    display: block;
    color: #1aada3;
}
.basel-products-nav .product-short .price .amount {
    color: #1aada3;
}
.basel-products-nav .product-short .price del {
    color: #d0d0d0;
}
.basel-products-nav .product-short .price del .amount {
    color: #d0d0d0;
}
.product-type-grouped .cart {
    border-top: 2px solid #161616;
    margin-right: 0;
    display: block;
}
.product-type-grouped .entry-summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 10px;
    margin-right: 10px;
}
.product-type-grouped .entry-summary .yith-wcwl-add-to-wishlist+.clear {
    display: none;
}
.product-type-grouped .compare-btn-wrapper {
    margin-bottom: 10px;
}
.product-type-grouped .product_meta {
    padding-top: 20px;
    margin-top: 7px;
}
.product-type-grouped .group_table {
    margin-bottom: 25px;
}
.product-type-grouped .group_table label {
    margin-bottom: 0;
}
.product-type-grouped .group_table .label {
    text-align: left;
}
.product-type-grouped .group_table .quantity {
    margin-right: 0;
}
.product-type-grouped .group_table .price {
    font-size: 20px;
    text-align: right;
}
.product-type-grouped .group_table .amount {
    vertical-align: middle;
}
.product-type-grouped .group_table .in-stock, .product-type-grouped .group_table .out-of-stock {
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}
.product-additional-galleries {
    text-align: left;
    margin-top: 10px;
}
.product-additional-galleries>div:not(.product-360-view-wrapper) {
    margin-right: 10px;
 
}
.product-360-button, .product-video-button {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-360-button a, .product-video-button a {
    text-decoration: none;
    color: #4e4e4e;
    display: block;
}
.product-360-button a:before, .product-video-button a:before {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f7f7f7;
    color: #000;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    font-family: simple-line-icons;
    transition: color .3s ease, background-color .3s ease;
}
.product-360-button a span, .product-video-button a span {
    vertical-align: middle;
    position: relative;
}
.product-360-button a:hover:before, .product-video-button a:hover:before {
    background-color: #1aada3;
    color: #fff;
}
.product-video-button a:before {
    content: "\e071"}
.product-360-button a:before {
    content: "\e099"}
.product-360-view-wrapper {
    position: relative;
    max-width: 800px;
    margin: 100px auto;
}
.product-360-view-wrapper .mfp-close {
    font-size: 0;
    cursor: pointer;
    padding-right: 36px;
    padding: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, .5);
}
.product-360-view-wrapper .mfp-close:after, .product-360-view-wrapper .mfp-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.product-360-view-wrapper .mfp-close:after, .product-360-view-wrapper .mfp-close:before {
    right: 7px;
}
.product-360-view-wrapper .mfp-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.product-360-view-wrapper .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-design-alt .product-image-summary {
    margin-bottom: 50px;
}
.product-design-alt .entry-summary {
    text-align: center;
}
.product-design-alt .entry-summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
    margin-right: -30px;
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.product-design-alt .product_meta {
    border-top: none;
    display: inline-block;
    padding: 15px;
    background-color: #f9f9f9;
}
.product-design-alt .product_meta>span {
    display: inline-block;
    margin: 0 10px;
    font-weight: 700;
    line-height: 2;
}
.product-design-alt .product-tabs-wrapper {
    margin: 0 -15px 0;
    background-color: #f9f9f9;
    padding: 40px 0;
}
.product-design-alt .product-share {
    margin-bottom: 50px;
    text-align: center;
}
.product-design-alt .tabs {
    text-align: center;
}
.product-design-alt .cart.variations_form {
    width: 100%}
.product-design-alt .cart.variations_form+.yith-wcwl-add-to-wishlist+.clear+.product_meta {
    padding-top: 15px;
}
.product-design-alt .cart.variations_form+.yith-wcwl-add-to-wishlist+.clear+.compare-btn-wrapper {
    margin-right: -30px;
}
.product-design-alt .cart.variations_form+.yith-wcwl-add-to-wishlist+.clear+.compare-btn-wrapper+.product_meta {
    padding-top: 15px;
}
.product-design-alt .single_variation_wrap {
    padding-top: 25px;
}
.product-design-alt .single_variation .shopify-variation-availability, .product-design-alt .single_variation .shopify-variation-price {
    float: none;
    display: inline;
}
.product-design-alt .single_variation .price {
    vertical-align: bottom;
}
.product-design-alt .single_variation .in-stock, .product-design-alt .single_variation .out-of-stock, .product-design-alt .single_variation .price {
    margin-left: 7px;
    margin-right: 7px;
}
.product-design-alt .variations {
    margin-bottom: 0;
}
.product-design-alt .variations td {
    text-align: center;
}
.product-design-alt .variations td.label {
    display: none;
}
.product-design-alt .variations .reset_variations {
    margin-right: -54px;
}
.product-type-grouped .entry-summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 10px;
    margin-right: 0;
}
.product-design-sticky .product-image-summary {
    margin-bottom: 50px;
}
.product-design-sticky .entry-summary {
    position: relative;
    text-align: center;
    opacity: 1;
    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
}
.product-design-sticky .entry-summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
    margin-right: -30px;
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.product-design-sticky .entry-summary .summary-inner {
    padding: 0 40px;
    margin: 0 auto;
    max-width: 600px;
}
.product-design-sticky .entry-summary.block-sticked .summary-inner {
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}
.product-design-sticky .entry-summary.hide-temporary {
    opacity: 0;
}
.product-design-sticky .thumbs-position-bottom .shopify-product-gallery__wrapper a>img {
    width: 100%}
.product-design-sticky .thumbs-position-bottom .shopify-product-gallery__wrapper .shopify-product-gallery__image:not(:first-child) a {
    display: block;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    opacity: 0;
}
.product-design-sticky .thumbs-position-bottom .shopify-product-gallery__wrapper .shopify-product-gallery__image:not(:first-child) a.animate-images {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}
.product-design-sticky .shopify-breadcrumb {
    display: inline-block;
}
.product-design-sticky .product_meta {
    border-top: none;
    display: inline-block;
    padding: 15px;
    background-color: #f9f9f9;
}
.product-design-sticky .product_meta>span {
    display: inline-block;
    margin: 0 10px;
    font-weight: 700;
    line-height: 2;
}
.product-design-sticky .product-tabs-wrapper {
    margin: 0 -15px 0;
    background-color: #f9f9f9;
    padding: 40px 0;
}
.product-design-sticky .product-share {
    margin-bottom: 50px;
    text-align: center;
}
.product-design-sticky .tabs {
    text-align: center;
}
.product-design-sticky .cart.variations_form {
    width: 100%}
.product-design-sticky .cart.variations_form+.yith-wcwl-add-to-wishlist+.clear+.product_meta {
    padding-top: 15px;
}
.product-design-sticky .cart.variations_form+.yith-wcwl-add-to-wishlist+.clear+.compare-btn-wrapper {
    margin-right: -30px;
}
.product-design-sticky .cart.variations_form+.yith-wcwl-add-to-wishlist+.clear+.compare-btn-wrapper+.product_meta {
    padding-top: 15px;
}
.product-design-sticky .single_variation_wrap {
    padding-top: 25px;
}
.product-design-sticky .single_variation .shopify-variation-availability, .product-design-sticky .single_variation .shopify-variation-price {
    float: none;
    display: inline;
}
.product-design-sticky .single_variation .price {
    vertical-align: bottom;
}
.product-design-sticky .single_variation .in-stock, .product-design-sticky .single_variation .out-of-stock, .product-design-sticky .single_variation .price {
    margin-left: 7px;
    margin-right: 7px;
}
.product-design-sticky .variations {
    margin-bottom: 0;
}
.product-design-sticky .variations td {
    text-align: center;
}
.product-design-sticky .variations td.label {
    display: none;
}
.product-design-sticky .variations .reset_variations {
    margin-right: -54px;
}
.product-type-grouped .entry-summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 10px;
    margin-right: 0;
}
.product-design-compact .product-image-summary {
    margin-bottom: 20px;
}
.product-design-compact .product-image-summary>.row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.product-design-compact .product-image-summary>.row:after, .product-design-compact .product-image-summary>.row:before {
    content: none;
}
.product-design-compact .entry-summary, .product-design-compact .product-images {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.product-design-compact .entry-summary {
    position: relative;
}
.product-design-compact .entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 10px;
    border-top: none;
}
.product-design-compact .cart {
    display: block;
    margin-right: 0;
}
.product-design-compact .compare-btn-wrapper {
    margin-bottom: 20px;
    display: inline-block;
}
.product-design-compact .product_meta {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 8px;
}
.product-design-compact .product_meta>span {
    margin-bottom: 10px;
}
.product-design-compact .basel-scroll-content {
    padding-left: 15px;
    padding-right: 30px;
}
.product-design-compact #comments {
    width: auto;
    padding-top: 0;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
    margin-top: 10px;
}
.product-design-compact #comments>h2 {
    font-size: 14px;
}
.product-design-compact .commentlist {
    margin-top: 20px;
}
.product-design-compact #review_form_wrapper {
    float: none;
    width: auto;
    border-left: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.product-design-compact #review_form_wrapper #reply-title {
    font-size: 14px;
}
.product-design-compact .shop_attributes {
    margin-top: -10px;
    margin-bottom: -20px;
}
.product-design-compact .shop_attributes th {
    font-size: 14px;
}
.product-design-compact .shop_attributes tbody tr:last-child td, .product-design-compact .shop_attributes tbody tr:last-child th {
    border-bottom: none;
}
.tabs-layout-accordion {
    border-top: 2px solid #000;
    margin-bottom: 30px;
    margin-top: 10px;
}
.tabs-layout-accordion .basel-tab-wrapper {
    border-bottom: 1px solid rgba(119, 119, 119, .17);
}
.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title:hover {
    color: #1aada3;
}
.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title:after {
    content: "\e604";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    color: #bbb;
    font-family: simple-line-icons;
    transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
}
.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title.active {
    color: #1aada3;
}
.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.tabs-layout-accordion .basel-tab-wrapper .sp-tab {
    padding-bottom: 25px;
}
.tabs-layout-accordion .basel-tab-wrapper .sp-tab>h2:first-child {
    display: none;
}
.tabs-layout-accordion .sp-tabs {
    display: none;
}
form.shopify-checkout:after {
    content: "";
    clear: both;
    display: block;
}
.shopify-checkout .shopify-error {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 6em;
}
.shopify-checkout .shopify-error li {
    margin-bottom: 15px;
    position: relative;
}
.shopify-checkout .shopify-error li:last-child {
    margin-bottom: 0;
}
.shopify-checkout .shopify-error li:before {
    content: "\f105";
    opacity: .7;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -15px;
}
.shopify-checkout .shopify-info {
    margin-bottom: 25px;
    border: none;
    background-color: transparent;
    padding: 0;
    overflow: visible;
    color: #8c8c8c;
}
.shopify-checkout .shopify-info a {
    color: #202020;
    text-decoration: none;
}
.shopify-checkout .shopify-info:before {
    content: none;
}
.shopify-checkout .shopify-info .showcoupon, .shopify-checkout .shopify-info .showlogin {
    border-bottom: 1px solid #e6e6e6;
    display: inline;
    margin-left: 5px;
    line-height: 1.5;
}
.shopify-checkout .shopify-info .showcoupon:hover, .shopify-checkout .shopify-info .showlogin:hover {
    border-color: #a6a6a6;
}
.shopify-checkout .checkout_coupon, .shopify-checkout .login {
    position: relative;
    background-color: #f8f8f8;
}
.shopify-checkout .checkout_coupon:before, .shopify-checkout .login:before {
    content: "\f0d8";
    position: absolute;
    top: -4px;
    line-height: 0;
    left: 20px;
    color: #f8f8f8;
    font-size: 24px;
    font-family: FontAwesome;
}
.shopify-checkout .checkout_coupon {
    padding: 15px 20px;
    display: block;
    max-width: 400px;
    text-align: center;
}
.shopify-checkout .checkout_coupon p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.shopify-checkout .checkout_coupon p.form-row-first, .shopify-checkout .checkout_coupon p.form-row-last {
    float: none;
    width: auto;
    display: inline-block;
}
.shopify-checkout .checkout_coupon .input-text {
    box-shadow: none;
}
.shopify-checkout .checkout_coupon .button {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.shopify-checkout .checkout_coupon .button:focus, .shopify-checkout .checkout_coupon .button:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.shopify-checkout .checkout_coupon .button.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.shopify-checkout .checkout_coupon .button.btn-style-bordered:focus, .shopify-checkout .checkout_coupon .button.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.shopify-checkout .checkout_coupon .button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.shopify-checkout .checkout_coupon .button.btn-style-link:focus, .shopify-checkout .checkout_coupon .button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.shopify-checkout .login {
    max-width: 500px;
    padding: 20px 25px 10px 25px;
    margin-bottom: 20px;
}
.shopify-checkout .login .lost_password {
    margin-bottom: 10px;
    margin-top: -41px;
    text-align: right;
}
.shopify-checkout .login .shopify-form__label {
    margin-bottom: 0;
    margin-top: 20px;
}
.shopify-checkout .login label.inline {
    margin-top: 10px;
}
.shopify-checkout .shopify-billing-fields, .shopify-checkout .shopify-shipping-fields {
    margin-top: 40px;
}
.shopify-checkout .shopify-billing-fields abbr, .shopify-checkout .shopify-shipping-fields abbr {
    border: none;
}
.shopify-checkout .shopify-billing-fields>h3, .shopify-checkout .shopify-shipping-fields>h3 {
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
}
.shopify-checkout .select2-drop-active .select2-input {
    background-image: none!important;
}
.shopify-checkout .create-account input[type=checkbox] {
    position: static;
    margin-left: 0;
}
.shopify-checkout .create-account span {
    vertical-align: middle;
}
.shopify-checkout .create-account label {
    display: inline-block;
}
.shopify-checkout .shopify-shipping-fields>h3 label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
}
.shopify-checkout .shopify-shipping-fields>h3 .input-checkbox {
    position: static;
    margin-left: 0;
}
.shopify-checkout .shopify-shipping-fields .notes textarea {
    height: 110px;
}
.shopify-checkout .checkout-order-review {
    background-color: #f8f8f8;
    background-image: url(checkout-border.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 40px 30px;
    margin-top: 8px;
}
.shopify-checkout .checkout-order-review>h3 {
    text-transform: uppercase;
    letter-spacing: .6px;
    text-align: center;
    font-weight: 700;
}
.shopify-checkout .checkout-order-review .responsive-table {
    background-color: #fff;
    padding: 20px 25px 0 25px;
}
.shopify-checkout .shopify-checkout-payment ul {
    margin-bottom: 40px;
}
.shopify-checkout .shopify-checkout-payment li {
    margin-bottom: 15px;
}
.shopify-checkout .shopify-checkout-payment li img {
    max-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
}
.shopify-checkout .shopify-checkout-payment li label {
    margin-bottom: 0;
    display: inline-block;
}
.shopify-checkout .shopify-checkout-payment .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid rgba(115, 115, 115, .1);
}
.shopify-checkout .shopify-checkout-payment .payment_box p {
    margin-bottom: 5px;
}
.shopify-checkout .shopify-checkout-payment .payment_box:before {
    content: "\f0d8";
    position: absolute;
    top: -5px;
    line-height: 0;
    left: 25px;
    color: #e8e8e8;
    font-size: 22px;
    font-family: FontAwesome;
}
.shopify-checkout .shopify-checkout-payment .payment_method_paypal img {
    margin-left: 10px;
}
.shopify-checkout .shopify-checkout-payment .payment_method_paypal a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
    margin-left: 15px;
}
.shopify-checkout .shopify-checkout-payment .payment_method_paypal a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.shopify-checkout .shopify-checkout-payment .payment_method_paypal a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.shopify-checkout .place-order input[type=submit] {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.shopify-checkout .place-order input[type=submit]:focus, .shopify-checkout .place-order input[type=submit]:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.shopify-checkout .place-order input[type=submit].btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.shopify-checkout .place-order input[type=submit].btn-style-bordered:focus, .shopify-checkout .place-order input[type=submit].btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.shopify-checkout .place-order input[type=submit].btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.shopify-checkout .place-order input[type=submit].btn-style-link:focus, .shopify-checkout .place-order input[type=submit].btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.shopify-checkout .sp-terms-and-conditions label {
    display: inline;
}
.shopify-checkout .sp-terms-and-conditions a {
    text-decoration: underline;
}
.shopify .cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    text-align: right;
    margin-bottom: 80px;
  margin-top: 20px;
}
.shopify .cart-actions:after, .shopify .cart-actions:before {
    content: none;
}
.shopify .cart-actions>div {
    width: auto;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}
.shopify .cart-actions .button {
    padding-left: 30px;
    padding-right: 30px;
}
.shopify .cart-actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.shopify .cart-actions .coupon label {
    display: none;
}
.shopify .cart-actions .coupon .input-text {
    max-width: 250px;
    margin-right: 10px;
}
.shopify .cart-actions .coupon .button {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.shopify .cart-actions .coupon .button:focus, .shopify .cart-actions .coupon .button:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.shopify .cart-actions .coupon .button.btn-style-bordered {
    background-color: transparent;
    color: #000;
}
.shopify .cart-actions .coupon .button.btn-style-bordered:focus, .shopify .cart-actions .coupon .button.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.shopify .cart-actions .coupon .button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.shopify .cart-actions .coupon .button.btn-style-link:focus, .shopify .cart-actions .coupon .button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.shopify .cart-empty {
    text-align: center;
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 250px 0 0 0;
    font-weight: 700!important;
    color: #1b1919;
    margin-bottom: 30px;
}
.shopify .cart-empty:after, .shopify .cart-empty:before {
    position: absolute;
    color: rgba(142, 142, 142, .2);
    left: 50%;
    font-weight: 400;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -sand-transform: translateX(-50%);
}
.shopify .cart-empty:before {
    content: "\e04e";
    font-size: 180px;
    margin-left: -18px;
    top: 0;
    font-family: Simple-Line-Icons;
}
.shopify .cart-empty:after {
    content: "\f00d";
    font-size: 60px;
    top: 91px;
    font-family: FontAwesome;
}
.shopify .basel-empty-cart-text {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 25px;
    line-height: 1.7;
    color: #8e8e8e;
}
.shopify .return-to-shop {
    text-align: center;
    margin-bottom: 50px;
}
.shopify .return-to-shop .button {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
}
.shopify .return-to-shop .button:focus, .shopify .return-to-shop .button:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.shopify .return-to-shop .button.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.shopify .return-to-shop .button.btn-style-bordered:focus, .shopify .return-to-shop .button.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.shopify .return-to-shop .button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.shopify .return-to-shop .button.btn-style-link:focus, .shopify .return-to-shop .button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.cart-collaterals {
    width: 100%}
.cart-collaterals:after, .cart-collaterals:before {
    content: " ";
    display: table;
}
.cart-collaterals:after {
    clear: both;
}
.cart-collaterals .related {
    width: 30.75%;
    float: left;
}
.cart-collaterals .cross-sells {
    width: 48%;
    float: left;
}
.cart-collaterals .cross-sells>h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cart-collaterals .cross-sells ul.products {
    float: none;
}
.cart-collaterals .cross-sells ul.products li {
    width: 48%}
.cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right;
}
.cart-collaterals .shipping_calculator:after, .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table;
}
.cart-collaterals .shipping_calculator:after {
    clear: both;
}
.cart-collaterals .shipping_calculator .col2-set .col-1, .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%}
.cart-collaterals .cart_totals {
    float: right;
    width: 48%;
    background-color: #f8f8f8;
    
    background-position: left top;
    background-repeat: no-repeat;
    padding: 25px;
   
}
.cart-collaterals .cart_totals h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.cart-collaterals .cart_totals>.responsive-table {
    background-color: #fff;
    padding: 10px 20px;
}
.cart-collaterals .cart_totals .amount {
    color: #000;
}
.cart-collaterals .cart_totals table {
    margin-bottom: 2px;
}
.cart-collaterals .cart_totals table tr:last-child td, .cart-collaterals .cart_totals table tr:last-child th {
    border-bottom: none;
}
.cart-collaterals .cart_totals table th {
    text-align: left;
    font-size: 14px;
    width: 45%}
.cart-collaterals .cart_totals table td {
    text-align: right;
}
.cart-collaterals .cart_totals table .order-total th {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-collaterals .cart_totals table .order-total td>strong {
    font-size: 22px;
    font-weight: 700;
}
.cart-collaterals .cart_totals table .shipping {
    line-height: 1.6;
}
.cart-collaterals .cart_totals table .shipping #shipping_method+.shopify-shipping-calculator, .cart-collaterals .cart_totals table .shipping .shipping_method+.shopify-shipping-calculator {
    margin-top: 15px;
}
.cart-collaterals .cart_totals table .shipping a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
}
.cart-collaterals .cart_totals table .shipping a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.cart-collaterals .cart_totals table .shipping a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.cart-collaterals .cart_totals table .shipping .shopify-shipping-calculator>p {
    margin-bottom: 0;
}
.cart-collaterals .cart_totals table .shipping .shipping-calculator-form {
    margin-top: 20px;
}
.cart-collaterals .cart_totals .sp-proceed-to-checkout {
    text-align: center;
}
.cart-collaterals .cart_totals .sp-proceed-to-checkout a {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 16px;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.cart-collaterals .cart_totals .sp-proceed-to-checkout a:focus, .cart-collaterals .cart_totals .sp-proceed-to-checkout a:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.cart-collaterals .cart_totals .sp-proceed-to-checkout a.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.cart-collaterals .cart_totals .sp-proceed-to-checkout a.btn-style-bordered:focus, .cart-collaterals .cart_totals .sp-proceed-to-checkout a.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.cart-collaterals .cart_totals .sp-proceed-to-checkout a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.cart-collaterals .cart_totals .sp-proceed-to-checkout a.btn-style-link:focus, .cart-collaterals .cart_totals .sp-proceed-to-checkout a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.basel-registration-page {
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.basel-registration-page h2 {
    font-size: 34px;
}
.basel-registration-page h2:before {
    content: "\e066";
    font-family: simple-line-icons;
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
}
.basel-registration-page:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-right: 1px solid rgba(0, 0, 0, .1);
    margin-left: -1px;
    height: 100%}
.basel-registration-page.basel-no-registration {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.basel-registration-page.basel-no-registration:after {
    content: none;
}
.register>p {
    position: relative;
}
.register #reg_password:focus+.shopify-password-strength+.shopify-password-hint {
    opacity: 1;
    visibility: visible;
}
.col-login, .col-register, .col-register-text {
    padding-left: 40px;
    padding-right: 40px;
}
.col-register h2:before {
    content: "\e005"}
.col-register-text {
    text-align: center;
}
.col-register-text h2:before {
    content: none;
}
.registration-info {
    margin-bottom: 20px;
    line-height: 1.6;
}
.basel-register-tabs .col-login {
    position: relative;
    left: 0;
    z-index: 1;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.basel-register-tabs .col-register {
    position: absolute;
    top: 0;
    left: -150px;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.active-register .col-login {
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    left: -150px;
}
.active-register .col-register {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    background-color: #fff;
    left: 0;
}
.login .lost_password {
    margin-bottom: -23px;
    text-align: left;
}
.login .lost_password>a {
    display: inline-block;
    color: #3b3b3b;
}
.login .lost_password>a:before {
    content: "\e056";
    margin-right: 7px;
    vertical-align: middle;
    font-family: simple-line-icons;
}
.login .lost_password>a:hover {
    text-decoration: none;
    color: #1aada3;
}
.lost_reset_password {
    max-width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.lost_reset_password .form-row-first {
    width: 100%;
    margin-top: 20px;
}
.lost_reset_password .form-row-last {
    float: none;
    width: 100%}
.lost_reset_password p.gl_first, .lost_reset_password p:first-child {
    font-size: 18px;
    line-height: 1.8;
    display: inline;
    border-bottom: 1px solid #efefef;
}
.login .button, .lost_reset_password .button, .register .button {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}
.login .button:hover, .lost_reset_password .button:hover, .register .button:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.login>:last-child, .lost_reset_password>:last-child, .register>:last-child {
    margin-bottom: 0;
}
.register-or {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 35px;
    display: none;
}
.register-or:after, .register-or:before {
    content: " ";
    display: inline-block;
    width: 40%;
    height: 1px;
    background-color: #e2e2e2;
    vertical-align: middle;
}
.register-or:after {
    margin-left: 5%}
.register-or:before {
    margin-right: 5%}
.shopify-password-hint {
    position: absolute;
    bottom: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -10px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    padding: 20px;
    max-width: 300px;
    width: 100%;
    transition: opacity .5s, visibility .5s;
    -webkit-transition: opacity .5s, visibility .5s;
    animation: fade-in .5s;
    -webkit-animation: fade-in .5s;
}
.shopify-password-hint:after {
    content: "\f0d7";
    position: absolute;
    top: 100%;
    left: 30px;
    font-size: 26px;
    line-height: 7px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    color: #fff;
    font-family: FontAwesome;
}
.shopify-password-strength {
    margin-top: 20px;
    margin-bottom: -10px;
    padding: 10px 20px;
}
.shopify-password-strength.bad, .shopify-password-strength.short {
    color: #fff;
    background-color: #e0b252;
}
.shopify-password-strength.good, .shopify-password-strength.strong {
    color: #fff;
    font-weight: 700;
    background: #459647;
}
.shopify-account .entry-content>.shopify {
    margin-left: -15px;
    margin-right: -15px;
}
.basel-my-account-sidebar, .shopify-MyAccount-content {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.basel-my-account-sidebar {
    width: 30%}
.shopify-MyAccount-content {
    width: 70%}
.shopify-MyAccount-content>p:not(.shopify-info) {
    padding: 20px;
    background-color: #f9f9f9;
}
.shopify-MyAccount-content>p:not(.shopify-info):first-child {
    font-size: 16px;
}
.shopify-MyAccount-content>p:not(.shopify-info) a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    display: inline;
}
.shopify-MyAccount-content>p:not(.shopify-info) a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.shopify-MyAccount-content>p:not(.shopify-info) a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.shopify-MyAccount-title {
    margin-bottom: 0;
    border-bottom: none;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    background-color: #000;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.shopify-MyAccount-navigation {
    margin-bottom: 40px;
}
.shopify-MyAccount-navigation ul {
    border: 1px solid rgba(136, 136, 136, .12);
}
.shopify-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(136, 136, 136, .12);
}
.shopify-MyAccount-navigation ul li a {
    padding: 14px 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(71, 71, 71, .8);
}
.shopify-MyAccount-navigation ul li a:focus, .shopify-MyAccount-navigation ul li a:hover {
    color: rgba(71, 71, 71, .8);
    background-color: rgba(136, 136, 136, .05);
}
.shopify-MyAccount-navigation ul li.is-active>a {
    color: rgba(71, 71, 71, .8);
    background-color: rgba(136, 136, 136, .12);
    cursor: default;
}
.shopify-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}
.shopify-MyAccount-orders .order-actions a+a {
    margin-left: 10px;
}
.shopify-order-pay #order_review {
    max-width: 555px;
    background-color: #f8f8f8;
    background-image: url(checkout-border.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 40px 30px;
    margin-top: 8px;
    margin: 0 auto;
}
.shopify-order-pay #order_review .product-subtotal, .shopify-order-pay #order_review .product-total {
    text-align: right;
}
.shopify-order-pay #order_review .button {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
    width: 100%}
.shopify-order-pay #order_review .button:focus, .shopify-order-pay #order_review .button:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.shopify-order-pay #order_review .button.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.shopify-order-pay #order_review .button.btn-style-bordered:focus, .shopify-order-pay #order_review .button.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.shopify-order-pay #order_review .button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.shopify-order-pay #order_review .button.btn-style-link:focus, .shopify-order-pay #order_review .button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.shopify-order-pay #order_review tfoot th {
    text-align: left;
}
.shopify-order-pay #order_review tfoot td {
    text-align: right;
}
.shopify-order-pay #order_review tfoot tr:last-child {
    border-bottom: none;
}
.shopify-order-pay #order_review tfoot tr:last-child td, .shopify-order-pay #order_review tfoot tr:last-child th {
    border: none;
}
.shopify-order-pay .responsive-table {
    background-color: #fff;
    padding: 20px 25px 0 25px;
}
.shopify-order-pay .wc_payment_methods {
    margin-bottom: 20px;
}
.shopify-order-pay .wc_payment_methods li label {
    margin-bottom: 0;
    display: inline-block;
}
.shopify-order-pay .wc_payment_methods li img {
    max-height: 40px;
    margin-left: 10px;
    margin-right: 5px;
}
.shopify-order-pay .wc_payment_method {
    margin-bottom: 20px;
}
.shopify-order-pay .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid rgba(115, 115, 115, .1);
}
.shopify-order-pay .payment_box p {
    margin-bottom: 5px;
}
.shopify-order-pay .payment_box:before {
    content: "\f0d8";
    position: absolute;
    top: -5px;
    line-height: 0;
    left: 25px;
    color: #e8e8e8;
    font-size: 22px;
    font-family: FontAwesome;
}
.shopify .track_order {
    max-width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.shopify .track_order p:first-child {
    font-size: 18px;
    line-height: 1.8;
    display: inline;
    border-bottom: 1px solid #efefef;
}
.shopify .track_order .form-row-first {
    margin-top: 20px;
}
.shopify .track_order .form-row-first, .shopify .track_order .form-row-last {
    float: none;
    width: 100%}
.shopify .track_order input.button {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}
.shopify .track_order input.button:focus, .shopify .track_order input.button:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.shopify-order-received .site-content .entry-content>.shopify {
    max-width: 800px;
    margin: 0 auto;
}
.shopify-order-received .responsive-table {
    margin-bottom: 60px;
}
.shopify-order-received .shopify .shopify-thankyou-order-received {
    background: 0 0;
    border: 2px dashed #7a9c59;
    color: #7a9c59;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.4;
    padding: 15px 25px;
}
.shopify-order-received ul.order_details {
    margin-left: 0;
}
.shopify-order-details__title, .sp-bacs-bank-details-heading {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
.shopify-order-details__title+h3, .sp-bacs-bank-details-heading+h3 {
    font-size: 16px;
    opacity: .8;
    margin-bottom: 30px;
    text-align: center;
}
.shopify-customer-details>h2, .shopify-customer-details>h3 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.shopify-customer-details address {
    padding: 25px 30px 30px 30px;
    border: 2px dashed #d5d5d5;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    overflow-x: hidden;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    font-size: 0;
    cursor: pointer;
    padding-right: 36px;
    padding: 0;
    opacity: 1;
    background-color: #000;
}
.mfp-iframe-holder .mfp-close:after, .mfp-iframe-holder .mfp-close:before, .mfp-image-holder .mfp-close:after, .mfp-image-holder .mfp-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.mfp-iframe-holder .mfp-close:after, .mfp-iframe-holder .mfp-close:before, .mfp-image-holder .mfp-close:after, .mfp-image-holder .mfp-close:before {
    right: 7px;
}
.mfp-iframe-holder .mfp-close:after, .mfp-image-holder .mfp-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.mfp-iframe-holder .mfp-close:before, .mfp-image-holder .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover {
    background-color: #000;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}@media all and (max-width:900px) {
    .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
    -o-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;
}
[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;
}
@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
    opacity: 0;
}
to {
    opacity: .7;
}
}@-moz-keyframes justified-gallery-show-caption-animation {
    from {
    opacity: 0;
}
to {
    opacity: .7;
}
}@-o-keyframes justified-gallery-show-caption-animation {
    from {
    opacity: 0;
}
to {
    opacity: .7;
}
}@keyframes justified-gallery-show-caption-animation {
    from {
    opacity: 0;
}
to {
    opacity: .7;
}
}@-webkit-keyframes justified-gallery-show-entry-animation {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-moz-keyframes justified-gallery-show-entry-animation {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-o-keyframes justified-gallery-show-entry-animation {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes justified-gallery-show-entry-animation {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.justified-gallery>a, .justified-gallery>div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
}
.justified-gallery>a>a>img, .justified-gallery>a>img, .justified-gallery>div>a>img, .justified-gallery>div>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0;
}
.justified-gallery>a>.caption, .justified-gallery>div>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
}
.justified-gallery>a>.caption.caption-visible, .justified-gallery>div>.caption.caption-visible {
    display: initial;
    opacity: .7;
    filter: "alpha(opacity=70)";
    -webkit-animation: justified-gallery-show-caption-animation .5s 0 ease;
    -moz-animation: justified-gallery-show-caption-animation .5s 0 ease;
    -ms-animation: justified-gallery-show-caption-animation .5s 0 ease;
}
.justified-gallery>.entry-visible {
    opacity: 1;
    -webkit-animation: justified-gallery-show-entry-animation .5s 0 ease;
    -moz-animation: justified-gallery-show-entry-animation .5s 0 ease;
    -ms-animation: justified-gallery-show-entry-animation .5s 0 ease;
}
.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    opacity: initial;
    filter: initial;
    overflow: initial;
}
.justified-gallery>.spinner>span {
    display: inline-block;
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
@font-face {
    font-family: simple-line-icons;
    src: url(Simple-Line-Icons.eot?v=2.2.2);
    src: url(Simple-Line-Icons.eot?#iefix&v=2.2.2) format("embedded-opentype"), url(Simple-Line-Icons.ttf?v=2.2.2) format("truetype"), url(Simple-Line-Icons.woff2?v=2.2.2) format("woff2"), url(Simple-Line-Icons.woff?v=2.2.2) format("woff"), url(Simple-Line-Icons.svg?v=2.2.2#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal;
}
.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-down-circle, .icon-arrow-left, .icon-arrow-left-circle, .icon-arrow-right, .icon-arrow-right-circle, .icon-arrow-up, .icon-arrow-up-circle, .icon-badge, .icon-bag, .icon-ban, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calendar, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camera, .icon-camrecorder, .icon-chart, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawar, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emotsmile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-eye, .icon-eyeglass, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-location-pin, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-menu, .icon-microphone, .icon-mouse, .icon-music-tone, .icon-music-tone-alt, .icon-mustache, .icon-note, .icon-notebook, .icon-options, .icon-options-vertical, .icon-paper-clip, .icon-paper-plane, .icon-paypal, .icon-pencil, .icon-people, .icon-phone, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-behance, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-foursqare, .icon-social-github, .icon-social-gplus, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-reddit, .icon-social-skype, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-tumblr, .icon-social-twitter, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symble-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
    content: "\e005"}
.icon-people:before {
    content: "\e001"}
.icon-user-female:before {
    content: "\e000"}
.icon-user-follow:before {
    content: "\e002"}
.icon-user-following:before {
    content: "\e003"}
.icon-user-unfollow:before {
    content: "\e004"}
.icon-login:before {
    content: "\e066"}
.icon-logout:before {
    content: "\e065"}
.icon-emotsmile:before {
    content: "\e021"}
.icon-phone:before {
    content: "\e600"}
.icon-call-end:before {
    content: "\e048"}
.icon-call-in:before {
    content: "\e047"}
.icon-call-out:before {
    content: "\e046"}
.icon-map:before {
    content: "\e033"}
.icon-location-pin:before {
    content: "\e096"}
.icon-direction:before {
    content: "\e042"}
.icon-directions:before {
    content: "\e041"}
.icon-compass:before {
    content: "\e045"}
.icon-layers:before {
    content: "\e034"}
.icon-menu:before {
    content: "\e601"}
.icon-list:before {
    content: "\e067"}
.icon-options-vertical:before {
    content: "\e602"}
.icon-options:before {
    content: "\e603"}
.icon-arrow-down:before {
    content: "\e604"}
.icon-arrow-left:before {
    content: "\e605"}
.icon-arrow-right:before {
    content: "\e606"}
.icon-arrow-up:before {
    content: "\e607"}
.icon-arrow-up-circle:before {
    content: "\e078"}
.icon-arrow-left-circle:before {
    content: "\e07a"}
.icon-arrow-right-circle:before {
    content: "\e079"}
.icon-arrow-down-circle:before {
    content: "\e07b"}
.icon-check:before {
    content: "\e080"}
.icon-clock:before {
    content: "\e081"}
.icon-plus:before {
    content: "\e095"}
.icon-close:before {
    content: "\e082"}
.icon-trophy:before {
    content: "\e006"}
.icon-screen-smartphone:before {
    content: "\e010"}
.icon-screen-desktop:before {
    content: "\e011"}
.icon-plane:before {
    content: "\e012"}
.icon-notebook:before {
    content: "\e013"}
.icon-mustache:before {
    content: "\e014"}
.icon-mouse:before {
    content: "\e015"}
.icon-magnet:before {
    content: "\e016"}
.icon-energy:before {
    content: "\e020"}
.icon-disc:before {
    content: "\e022"}
.icon-cursor:before {
    content: "\e06e"}
.icon-cursor-move:before {
    content: "\e023"}
.icon-crop:before {
    content: "\e024"}
.icon-chemistry:before {
    content: "\e026"}
.icon-speedometer:before {
    content: "\e007"}
.icon-shield:before {
    content: "\e00e"}
.icon-screen-tablet:before {
    content: "\e00f"}
.icon-magic-wand:before {
    content: "\e017"}
.icon-hourglass:before {
    content: "\e018"}
.icon-graduation:before {
    content: "\e019"}
.icon-ghost:before {
    content: "\e01a"}
.icon-game-controller:before {
    content: "\e01b"}
.icon-fire:before {
    content: "\e01c"}
.icon-eyeglass:before {
    content: "\e01d"}
.icon-envelope-open:before {
    content: "\e01e"}
.icon-envelope-letter:before {
    content: "\e01f"}
.icon-bell:before {
    content: "\e027"}
.icon-badge:before {
    content: "\e028"}
.icon-anchor:before {
    content: "\e029"}
.icon-wallet:before {
    content: "\e02a"}
.icon-vector:before {
    content: "\e02b"}
.icon-speech:before {
    content: "\e02c"}
.icon-puzzle:before {
    content: "\e02d"}
.icon-printer:before {
    content: "\e02e"}
.icon-present:before {
    content: "\e02f"}
.icon-playlist:before {
    content: "\e030"}
.icon-pin:before {
    content: "\e031"}
.icon-picture:before {
    content: "\e032"}
.icon-handbag:before {
    content: "\e035"}
.icon-globe-alt:before {
    content: "\e036"}
.icon-globe:before {
    content: "\e037"}
.icon-folder-alt:before {
    content: "\e039"}
.icon-folder:before {
    content: "\e089"}
.icon-film:before {
    content: "\e03a"}
.icon-feed:before {
    content: "\e03b"}
.icon-drop:before {
    content: "\e03e"}
.icon-drawar:before {
    content: "\e03f"}
.icon-docs:before {
    content: "\e040"}
.icon-doc:before {
    content: "\e085"}
.icon-diamond:before {
    content: "\e043"}
.icon-cup:before {
    content: "\e044"}
.icon-calculator:before {
    content: "\e049"}
.icon-bubbles:before {
    content: "\e04a"}
.icon-briefcase:before {
    content: "\e04b"}
.icon-book-open:before {
    content: "\e04c"}
.icon-basket-loaded:before {
    content: "\e04d"}
.icon-basket:before {
    content: "\e04e"}
.icon-bag:before {
    content: "\e04f"}
.icon-action-undo:before {
    content: "\e050"}
.icon-action-redo:before {
    content: "\e051"}
.icon-wrench:before {
    content: "\e052"}
.icon-umbrella:before {
    content: "\e053"}
.icon-trash:before {
    content: "\e054"}
.icon-tag:before {
    content: "\e055"}
.icon-support:before {
    content: "\e056"}
.icon-frame:before {
    content: "\e038"}
.icon-size-fullscreen:before {
    content: "\e057"}
.icon-size-actual:before {
    content: "\e058"}
.icon-shuffle:before {
    content: "\e059"}
.icon-share-alt:before {
    content: "\e05a"}
.icon-share:before {
    content: "\e05b"}
.icon-rocket:before {
    content: "\e05c"}
.icon-question:before {
    content: "\e05d"}
.icon-pie-chart:before {
    content: "\e05e"}
.icon-pencil:before {
    content: "\e05f"}
.icon-note:before {
    content: "\e060"}
.icon-loop:before {
    content: "\e064"}
.icon-home:before {
    content: "\e069"}
.icon-grid:before {
    content: "\e06a"}
.icon-graph:before {
    content: "\e06b"}
.icon-microphone:before {
    content: "\e063"}
.icon-music-tone-alt:before {
    content: "\e061"}
.icon-music-tone:before {
    content: "\e062"}
.icon-earphones-alt:before {
    content: "\e03c"}
.icon-earphones:before {
    content: "\e03d"}
.icon-equalizer:before {
    content: "\e06c"}
.icon-like:before {
    content: "\e068"}
.icon-dislike:before {
    content: "\e06d"}
.icon-control-start:before {
    content: "\e06f"}
.icon-control-rewind:before {
    content: "\e070"}
.icon-control-play:before {
    content: "\e071"}
.icon-control-pause:before {
    content: "\e072"}
.icon-control-forward:before {
    content: "\e073"}
.icon-control-end:before {
    content: "\e074"}
.icon-volume-1:before {
    content: "\e09f"}
.icon-volume-2:before {
    content: "\e0a0"}
.icon-volume-off:before {
    content: "\e0a1"}
.icon-calendar:before {
    content: "\e075"}
.icon-bulb:before {
    content: "\e076"}
.icon-chart:before {
    content: "\e077"}
.icon-ban:before {
    content: "\e07c"}
.icon-bubble:before {
    content: "\e07d"}
.icon-camrecorder:before {
    content: "\e07e"}
.icon-camera:before {
    content: "\e07f"}
.icon-cloud-download:before {
    content: "\e083"}
.icon-cloud-upload:before {
    content: "\e084"}
.icon-envelope:before {
    content: "\e086"}
.icon-eye:before {
    content: "\e087"}
.icon-flag:before {
    content: "\e088"}
.icon-heart:before {
    content: "\e08a"}
.icon-info:before {
    content: "\e08b"}
.icon-key:before {
    content: "\e08c"}
.icon-link:before {
    content: "\e08d"}
.icon-lock:before {
    content: "\e08e"}
.icon-lock-open:before {
    content: "\e08f"}
.icon-magnifier:before {
    content: "\e090"}
.icon-magnifier-add:before {
    content: "\e091"}
.icon-magnifier-remove:before {
    content: "\e092"}
.icon-paper-clip:before {
    content: "\e093"}
.icon-paper-plane:before {
    content: "\e094"}
.icon-power:before {
    content: "\e097"}
.icon-refresh:before {
    content: "\e098"}
.icon-reload:before {
    content: "\e099"}
.icon-settings:before {
    content: "\e09a"}
.icon-star:before {
    content: "\e09b"}
.icon-symble-female:before {
    content: "\e09c"}
.icon-symbol-male:before {
    content: "\e09d"}
.icon-target:before {
    content: "\e09e"}
.icon-credit-card:before {
    content: "\e025"}
.icon-paypal:before {
    content: "\e608"}
.icon-social-tumblr:before {
    content: "\e00a"}
.icon-social-twitter:before {
    content: "\e009"}
.icon-social-facebook:before {
    content: "\e00b"}
.icon-social-instagram:before {
    content: "\e609"}
.icon-social-linkedin:before {
    content: "\e60a"}
.icon-social-pinterest:before {
    content: "\e60b"}
.icon-social-github:before {
    content: "\e60c"}
.icon-social-gplus:before {
    content: "\e60d"}
.icon-social-reddit:before {
    content: "\e60e"}
.icon-social-skype:before {
    content: "\e60f"}
.icon-social-dribbble:before {
    content: "\e00d"}
.icon-social-behance:before {
    content: "\e610"}
.icon-social-foursqare:before {
    content: "\e611"}
.icon-social-soundcloud:before {
    content: "\e612"}
.icon-social-spotify:before {
    content: "\e613"}
.icon-social-stumbleupon:before {
    content: "\e614"}
.icon-social-youtube:before {
    content: "\e008"}
.icon-social-dropbox:before {
    content: "\e00c"}
#bbpress-forums hr {
    margin: 0 0 24px 0;
}
#bbpress-forums {
    font-size: 14px;
}
.bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky {
    background-color: rgba(124, 161, 143, .08);
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #fff;
}
#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 50px;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 14px;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    background: 0 0;
    border-top: none;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px 15px 30px;
}
#bbpress-forums li.bbp-footer {
    display: none;
}
#bbpress-forums li.bbp-header {
    background: 0 0;
    border-bottom: 1px solid #eee;
}
#bbpress-forums .bbp-forums-list {
    margin: 10px 0 0 5px;
    border-left: 2px solid #ddd;
}
li.bbp-forum-info, li.bbp-topic-title {
    width: 50%}
li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {
    width: 15%}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    width: 20%}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: none;
    padding: 45px 20px 45px 30px;
    border-bottom: 1px solid #eee;
}
#bbpress-forums li.bbp-body ul.forum .bbp-forum-title, #bbpress-forums li.bbp-body ul.forum .bbp-topic-title, #bbpress-forums li.bbp-body ul.topic .bbp-forum-title, #bbpress-forums li.bbp-body ul.topic .bbp-topic-title {
    font-size: 16px;
    font-weight: 700;
}
#bbpress-forums li.bbp-body ul.forum:last-child, #bbpress-forums li.bbp-body ul.topic:last-child {
    border-bottom: none;
}
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
    border-radius: 50%;
    margin: 12px auto 5px auto;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role {
    margin-bottom: 5px;
}
#bbpress-forums div.forum div.bbp-forum-author, #bbpress-forums div.reply div.bbp-reply-author, #bbpress-forums div.topic div.bbp-reply-author {
    border-right: 1px solid #eee;
    padding-right: 20px;
    width: 150px;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    margin-left: 180px;
}
div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header, li.bbp-body div.hentry {
    padding: 15px 20px;
}
div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header {
    border-top: 1px solid transparent;
}
li.bbp-header div.bbp-reply-content span#favorite-toggle, li.bbp-header div.bbp-reply-content span#subscription-toggle, li.bbp-header div.bbp-topic-content span#favorite-toggle, li.bbp-header div.bbp-topic-content span#subscription-toggle {
    line-height: 1.5;
    margin-bottom: 0;
}
#bbpress-forums div.bbp-reply-to {
    margin-left: 130px;
    padding: 12px 12px 12px 0;
    text-align: right;
}
div.bbp-breadcrumb {
    float: left;
}
div.bbp-breadcrumb a {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
div.bbp-breadcrumb a:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #919191;
    transition: width .2s ease;
}
div.bbp-breadcrumb a:hover {
    text-decoration: none;
}
div.bbp-breadcrumb a:hover:after {
    width: 100%;
    left: 0;
}
.color-scheme-light div.bbp-breadcrumb a:after {
    background-color: #fff;
}
div.bbp-breadcrumb .bbp-breadcrumb-sep {
    font-size: 0;
}
div.bbp-breadcrumb .bbp-breadcrumb-sep:after {
    content: "/";
    font-size: 12px;
    padding: 0 5px;
}
div.bbp-breadcrumb .bbp-breadcrumb-home:before {
    content: "\f015";
    margin-right: 5px;
    font-family: FontAwesome;
}
div.bbp-breadcrumb a {
    color: #4e4e4e;
}
div.bbp-breadcrumb .bbp-breadcrumb-current {
    color: #9e9e9e;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: 14px;
    margin-bottom: 20px;
}
#bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0;
}
#bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 10px;
}
#bbpress-forums div.bbp-topic-tags {
    float: right;
}
#bbpress-forums div.bbp-topic-tags a {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
#bbpress-forums div.bbp-topic-tags a:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #919191;
    transition: width .2s ease;
}
#bbpress-forums div.bbp-topic-tags a:hover {
    text-decoration: none;
}
#bbpress-forums div.bbp-topic-tags a:hover:after {
    width: 100%;
    left: 0;
}
.color-scheme-light #bbpress-forums div.bbp-topic-tags a:after {
    background-color: #fff;
}
#bbpress-forums div.bbp-topic-tags p {
    color: #777;
}
#bbpress-forums div.bbp-topic-tags a {
    font-style: italic;
}
#subscription-toggle {
    float: right;
    line-height: 1.5;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 0;
}
#subscription-toggle a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
    font-size: 16px;
}
#subscription-toggle a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
#subscription-toggle a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
#subscription-toggle:before {
    content: "\f0f3";
    margin-right: 7px;
    font-size: 14px;
    font-family: FontAwesome;
}
#favorite-toggle:before {
    content: "\f004";
    margin-right: 7px;
    font-size: 14px;
    font-family: FontAwesome;
}
#favorite-toggle a {
    text-decoration: none;
}
.bbp-reply-form, .bbp-topic-form, .bbp-topic-tag-form {
    margin-top: 140px;
}
#bbpress-forums .bbp-search-form {
    margin-bottom: 20px;
    position: relative;
}
#bbpress-forums .bbp-search-form #bbp_search_submit {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
#bbpress-forums .bbp-search-form #bbp_search_submit:focus, #bbpress-forums .bbp-search-form #bbp_search_submit:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
#bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
#bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-bordered:focus, #bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
#bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
#bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-link:focus, #bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
#bbpress-forums #bbp-search-form #bbp_search {
    width: 320px;
    padding-right: 100px;
}
span.bbp-admin-links a {
    color: #717171;
}
.bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink {
    color: #2a2a2a;
    display: inline-block;
    border-bottom: 1px solid #a5a5a5;
}
.bbp-forum-header a.bbp-forum-permalink:hover, .bbp-reply-header a.bbp-reply-permalink:hover, .bbp-topic-header a.bbp-topic-permalink:hover {
    text-decoration: none;
    border-color: #000;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 12px;
    line-height: 1.6;
    color: #a8a8a8;
    margin: 15px 0 0;
}
#bbpress-forums .bbp-forums-list li a {
    color: #bbb;
}
#bbpress-forums fieldset.bbp-form {
    border: 10px solid #eee;
    padding: 20px 40px;
}
#bbpress-forums fieldset.bbp-form legend {
    padding: 0 15px;
}
#bbpress-forums fieldset.bbp-form label {
    margin-bottom: 10px;
}
div.bbp-submit-wrapper button {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
div.bbp-submit-wrapper button:focus, div.bbp-submit-wrapper button:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
div.bbp-submit-wrapper button.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
div.bbp-submit-wrapper button.btn-style-bordered:focus, div.bbp-submit-wrapper button.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
div.bbp-submit-wrapper button.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
div.bbp-submit-wrapper button.btn-style-link:focus, div.bbp-submit-wrapper button.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.bbp-login-form .bbp-login-links {
    float: left;
    clear: left;
}
.bbp-login-form .bbp-login-links a {
    color: #3b3b3b;
    font-size: 14px;
}
.bbp-login-form .bbp-login-links .bbp-register-link {
    margin-bottom: 10px;
}
.bbp-login-form .bbp-login-links .bbp-lostpass-link:before, .bbp-login-form .bbp-login-links .bbp-register-link:before {
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 6px;
    color: #bbb;
}
.bbp-login-form .bbp-login-links .bbp-register-link:before {
    content: "\f007"}
.bbp-login-form .bbp-login-links .bbp-lostpass-link:before {
    content: "\f023"}
#bbpress-forums div.bbp-the-content-wrapper {
    margin-bottom: 10px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 14px;
    border: 1px solid #f4f4f4;
    border-top: none;
}
#bbpress-forums div.bbp-the-content-wrapper input {
    font-size: 12px;
    margin: 3px 5px 3px 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
}
.quicktags-toolbar {
    border-bottom: 1px solid rgba(129, 129, 129, .25)!important;
    background: #f9f9f9!important;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    padding: 10px;
}
#bbpress-forums div.wp-editor-container {
    border: 1px solid rgba(129, 129, 129, .25);
}
div.bbp-template-notice, div.indicator-hint {
    padding: 12px 15px;
    margin: 0 0 20px 0;
    border-radius: 0;
    background-color: rgba(249, 226, 110, .09);
    border-color: rgba(110, 103, 8, .04);
    color: #000;
}
div.bbp-template-notice a {
    color: #555;
    text-decoration: none;
}
div.bbp-template-notice.info {
    border: rgba(206, 225, 239, .16) 1px solid;
    background-color: rgba(240, 248, 255, .2);
}
div.bbp-template-notice p {
    margin: 0!important;
    padding: 0;
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}
.bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky {
    background-color: rgba(249, 226, 110, .09)!important;
}
#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar {
    float: none;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 3px;
    margin-left: 3px;
    border: none;
}
fieldset div.avatar {
    float: right;
}
.activity-list li.bbp_reply_create .activity-content .activity-inner, .activity-list li.bbp_topic_create .activity-content .activity-inner {
    border-left: 2px solid #eaeaea;
    margin-left: 5px;
    padding-left: 10px;
}
@media only screen and (max-width:991px) {
    div.bbp-search-form {
    float: none;
    width: 100%}
#bbpress-forums div.bbp-topic-tags {
    display: none;
}
#bbpress-forums #bbp-search-form #bbp_search {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
#bbpress-forums .bbp-search-form #bbp_search_submit {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
    float: none;
    text-align: center;
}
#subscription-toggle {
    display: none;
}
.bbp-pagination {
    float: none;
    text-align: center;
}
.bbp-pagination-count {
    float: none;
}
.bbp-reply-form, .bbp-topic-form, .bbp-topic-tag-form {
    margin-top: 70px;
}
span.bbp-admin-links {
    margin-top: 10px;
    display: block;
    float: none;
}
}@media only screen and (max-width:480px) {
    #bbpress-forums div.bbp-topic-tags {
    display: none;
}
li.bbp-forum-info, li.bbp-topic-title {
    width: 100%}
li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {
    display: none;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 20px 10px 20px 20px;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    padding-left: 20px;
}
#bbpress-forums li.bbp-footer li.bbp-forum-freshness, #bbpress-forums li.bbp-footer li.bbp-topic-freshness, #bbpress-forums li.bbp-header li.bbp-forum-freshness, #bbpress-forums li.bbp-header li.bbp-topic-freshness {
    display: none;
}
.bbp-replies .bbp-header {
    display: none;
}
#bbpress-forums li.bbp-forum-freshness, #bbpress-forums li.bbp-topic-freshness {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 700;
    white-space: nowrap;
}
#bbpress-forums li.bbp-forum-freshness .bbp-topic-meta, #bbpress-forums li.bbp-topic-freshness .bbp-topic-meta {
    display: inline-block;
    margin-top: 0;
}
#bbpress-forums li.bbp-forum-freshness:before, #bbpress-forums li.bbp-topic-freshness:before {
    content: "Freshness:";
    color: #a8a8a8;
}
#bbpress-forums div.forum div.bbp-forum-author, #bbpress-forums div.reply div.bbp-reply-author, #bbpress-forums div.topic div.bbp-reply-author {
    border-right: none;
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#bbpress-forums .bbp-body div.bbp-reply-author {
    margin: 0;
    padding-left: 0;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 0;
    margin-bottom: 5px;
}
#bbpress-forums div.bbp-reply-author img.avatar {
    position: static;
}
#bbpress-forums .bbp-body div.bbp-reply-content {
    text-align: center;
}
#bbpress-forums fieldset.bbp-form {
    padding: 0;
    border: none;
}
#bbpress-forums fieldset.bbp-form legend {
    padding: 0;
    margin-bottom: 20px;
}
span.bbp-admin-links {
    float: left;
}
.bbp_widget_login .bbp-submit-wrapper {
    float: none;
}
}.spb_gallery_slides.flexslider {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.spb_gallery_slides .slides li .link_image {
    display: block;
    margin-bottom: 15px;
}
.spb_gallery_slides .slides li .flex-caption {
    background: 0 0;
    padding: 0;
}
.spb_gallery_slides .slides li .flex-caption .post-title {
    margin-bottom: 7px;
}
.spb_posts_slider .spb_wrapper .spb_flexslider .flex-control-nav {
    bottom: -17px!important;
}
.spb_content_element .spb_wrapper .spb_flexslider .flex-control-nav {
    bottom: 20px;
}
.shopify-error, .shopify-info, .shopify-message, div.wpcf7-response-output {
    border: 2px solid;
    border-radius: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 14px 25px 14px 55px;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gl_color-danger, .gl_color-info, .gl_color-success, .gl_color-warning, .shopify-error, .shopify-info, .shopify-message, div.wpcf7-response-output {
    position: relative;
}
.gl_color-danger:before, .gl_color-info:before, .gl_color-success:before, .gl_color-warning:before, .shopify-error:before, .shopify-info:before, .shopify-message:before, div.wpcf7-response-output:before {
    position: absolute;
    top: 50%;
    line-height: 0;
    font-size: 18px;
    font-family: FontAwesome;
}
.gl_color-danger .gl_message_box-icon, .gl_color-info .gl_message_box-icon, .gl_color-success .gl_message_box-icon, .gl_color-warning .gl_message_box-icon, .shopify-error .gl_message_box-icon, .shopify-info .gl_message_box-icon, .shopify-message .gl_message_box-icon, div.wpcf7-response-output .gl_message_box-icon {
    display: none;
}
.shopify-error, .shopify-info, div.wpcf7-validation-errors {
    color: #af7d27;
    border-color: #e0b252;
    background-color: transparent;
}
.shopify-error a, .shopify-info a, div.wpcf7-validation-errors a {
    color: #af7d27;
    text-decoration: underline;
}
.shopify-error:before, .shopify-info:before, div.wpcf7-validation-errors:before {
    content: "\f071";
    left: 24px;
}
.shopify-message, .wpcf7-mail-sent-ok {
    color: #3c763d;
    border-color: #459647;
    background-color: transparent;
}
.shopify-message a, .wpcf7-mail-sent-ok a {
    color: #3c763d;
    text-decoration: underline;
}
.shopify-message:before, .wpcf7-mail-sent-ok:before {
    content: "\f00c";
    left: 24px;
}
.gl_message_box.gl_color-success:before {
    content: "\f00c";
    left: 24px;
}
.gl_message_box.gl_color-warning:before {
    content: "\f071";
    left: 24px;
}
.gl_message_box.gl_color-info:before {
    content: "\f129";
    left: 30px;
}
.gl_message_box.gl_color-danger:before {
    content: "\f057";
    left: 24px;
}
.gl_message_box-rounded {
    border-radius: 0;
}
.gl_toggle {
    padding: 0 20px;
    border: 1px solid #e6e6e6;
}
.gl_toggle .gl_toggle_title {
    padding: 10px 0;
    padding-right: 30px;
}
.gl_toggle .gl_toggle_title h4 {
    font-size: 14px;
    color: #818181;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.gl_toggle .gl_toggle_title:hover h4 {
    color: #4f4f4f;
}
.gl_toggle .gl_toggle_content {
    letter-spacing: .4px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.gl_toggle .gl_toggle_content p {
    margin-bottom: 10px;
    line-height: 1.6;
}
.gl_toggle_active .gl_toggle_title h4 {
    color: #252525;
}
.gl_toggle_active .gl_toggle_title:hover h4 {
    color: #252525;
}
.gl_toggle_size_lg.gl_toggle_default .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_default .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_round .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_round .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_rounded .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_rounded .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_simple .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_simple .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_square .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_lg.gl_toggle_square .gl_toggle_title .gl_toggle_icon {
    left: auto;
}
.gl_toggle_size_lg.gl_toggle_default .gl_toggle_content, .gl_toggle_size_lg.gl_toggle_default .gl_toggle_title {
    padding-left: 0;
}
.gl_toggle_size_lg.gl_toggle_default .gl_toggle_content, .gl_toggle_size_lg.gl_toggle_default .gl_toggle_title, .gl_toggle_size_lg.gl_toggle_round .gl_toggle_content, .gl_toggle_size_lg.gl_toggle_round .gl_toggle_title, .gl_toggle_size_lg.gl_toggle_rounded .gl_toggle_content, .gl_toggle_size_lg.gl_toggle_rounded .gl_toggle_title, .gl_toggle_size_lg.gl_toggle_simple .gl_toggle_content, .gl_toggle_size_lg.gl_toggle_simple .gl_toggle_title, .gl_toggle_size_lg.gl_toggle_square .gl_toggle_content, .gl_toggle_size_lg.gl_toggle_square .gl_toggle_title {
    padding-left: 0;
}
.gl_toggle_default .gl_toggle_content .gl_toggle_icon, .gl_toggle_default .gl_toggle_title .gl_toggle_icon, .gl_toggle_round .gl_toggle_content .gl_toggle_icon, .gl_toggle_round .gl_toggle_title .gl_toggle_icon, .gl_toggle_rounded .gl_toggle_content .gl_toggle_icon, .gl_toggle_rounded .gl_toggle_title .gl_toggle_icon, .gl_toggle_simple .gl_toggle_content .gl_toggle_icon, .gl_toggle_simple .gl_toggle_title .gl_toggle_icon, .gl_toggle_square .gl_toggle_content .gl_toggle_icon, .gl_toggle_square .gl_toggle_title .gl_toggle_icon {
    right: 0;
    left: auto;
}
.gl_toggle_size_md.gl_toggle_default .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_default .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_round .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_round .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_rounded .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_rounded .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_simple .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_simple .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_square .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_md.gl_toggle_square .gl_toggle_title .gl_toggle_icon {
    left: auto;
}
.gl_toggle_size_md.gl_toggle_default .gl_toggle_content, .gl_toggle_size_md.gl_toggle_default .gl_toggle_title, .gl_toggle_size_md.gl_toggle_round .gl_toggle_content, .gl_toggle_size_md.gl_toggle_round .gl_toggle_title, .gl_toggle_size_md.gl_toggle_rounded .gl_toggle_content, .gl_toggle_size_md.gl_toggle_rounded .gl_toggle_title, .gl_toggle_size_md.gl_toggle_simple .gl_toggle_content, .gl_toggle_size_md.gl_toggle_simple .gl_toggle_title, .gl_toggle_size_md.gl_toggle_square .gl_toggle_content, .gl_toggle_size_md.gl_toggle_square .gl_toggle_title {
    padding-left: 0;
}
.gl_toggle_size_sm.gl_toggle_default .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_default .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_round .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_round .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_rounded .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_rounded .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_simple .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_simple .gl_toggle_title .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_square .gl_toggle_content .gl_toggle_icon, .gl_toggle_size_sm.gl_toggle_square .gl_toggle_title .gl_toggle_icon {
    left: auto;
}
.gl_toggle_size_sm.gl_toggle_default .gl_toggle_content, .gl_toggle_size_sm.gl_toggle_default .gl_toggle_title {
    padding-left: 0;
}
.gl_toggle_size_sm.gl_toggle_default .gl_toggle_content, .gl_toggle_size_sm.gl_toggle_default .gl_toggle_title, .gl_toggle_size_sm.gl_toggle_round .gl_toggle_content, .gl_toggle_size_sm.gl_toggle_round .gl_toggle_title, .gl_toggle_size_sm.gl_toggle_rounded .gl_toggle_content, .gl_toggle_size_sm.gl_toggle_rounded .gl_toggle_title, .gl_toggle_size_sm.gl_toggle_simple .gl_toggle_content, .gl_toggle_size_sm.gl_toggle_simple .gl_toggle_title, .gl_toggle_size_sm.gl_toggle_square .gl_toggle_content, .gl_toggle_size_sm.gl_toggle_square .gl_toggle_title {
    padding-left: 0;
}
.gl_toggle_arrow .gl_toggle_icon {
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -sand-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.gl_toggle_arrow .gl_toggle_icon:after {
    content: none;
}
.gl_toggle_arrow .gl_toggle_icon:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.gl_toggle_arrow.gl_toggle_active .gl_toggle_icon:before {
    visibility: visible;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -sand-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
}
.spb_accordion .spb_accordion_section {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.spb_accordion .spb_accordion_section .spb_accordion_header {
    background-color: transparent;
    padding: 10px 20px;
    cursor: pointer;
}
.spb_accordion .spb_accordion_section .spb_accordion_header>a {
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 1.6;
    color: #818181;
    padding: 0;
}
.spb_accordion .spb_accordion_section .spb_accordion_header .ui-accordion-header-icon {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    transform: translateY(-50%);
}
.spb_accordion .spb_accordion_section .spb_accordion_header:focus {
    outline: 0;
}
.spb_accordion .spb_accordion_section .spb_accordion_header:hover a {
    color: #4f4f4f;
}
.spb_accordion .spb_accordion_section .ui-accordion-header-active {
    cursor: default;
}
.spb_accordion .spb_accordion_section .ui-accordion-header-active>a {
    color: #252525;
    cursor: default;
}
.spb_accordion .spb_accordion_section .spb_accordion_content {
    padding: 5px 20px 20px 20px;
}
.spb_accordion .spb_accordion_wrapper .ui-state-active .ui-icon, .spb_accordion .spb_accordion_wrapper .ui-state-default .ui-icon {
    background-image: none;
    text-align: center;
    width: 12px;
    height: 12px;
}
.spb_accordion .spb_accordion_wrapper .ui-state-active .ui-icon:after, .spb_accordion .spb_accordion_wrapper .ui-state-active .ui-icon:before, .spb_accordion .spb_accordion_wrapper .ui-state-default .ui-icon:after, .spb_accordion .spb_accordion_wrapper .ui-state-default .ui-icon:before {
    content: "";
    display: inline-block;
    background-color: #dfdfdf;
    position: absolute;
    -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .4s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .4s cubic-bezier(.25, .46, .45, .94);
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
}
.spb_accordion .spb_accordion_wrapper .ui-state-active .ui-icon:after, .spb_accordion .spb_accordion_wrapper .ui-state-default .ui-icon:after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -sand-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.spb_accordion .spb_accordion_wrapper .ui-state-active .ui-icon:before, .spb_accordion .spb_accordion_wrapper .ui-state-default .ui-icon:before {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -sand-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.spb_accordion .spb_accordion_wrapper .ui-state-active .ui-icon:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -sand-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.spb_accordion .spb_accordion_wrapper .ui-state-active .ui-icon:after {
    top: 44%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -sand-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li {
    margin-right: 20px;
    margin-bottom: 20px;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active {
    background-color: transparent;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    display: inline;
    color: #383838;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li>a {
    font-size: 18px;
    font-weight: 600;
    padding-right: 2px;
    padding-top: 5px;
    padding-left: 2px;
    color: #868686;
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li>a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li>a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li>a:hover {
    color: #383838;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li:hover {
    background-color: transparent;
}
.spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tab {
    letter-spacing: .3px;
    background-color: transparent;
    padding: 0;
}
.spb_tour.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav {
    margin-bottom: 10px;
}
.spb_tour.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li {
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}
.spb_tour.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active {
    background-color: transparent;
    border: 1px solid #a6a6a6;
}
.spb_tour.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active a {
    color: #383838;
}
.spb_tour.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li>a {
    font-size: 18px;
    color: #868686;
    font-family: Karla, Arial, Helvetica, sans-serif;
}
.spb_tour.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li>a:hover {
    color: #383838;
}
.spb_tour.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li:hover {
    background-color: transparent;
    border: 1px solid #a6a6a6;
}
.spb_tour.spb_content_element .spb_tour_tabs_wrapper .spb_tab {
    letter-spacing: .3px;
    padding-left: 20px;
    background-color: transparent;
}
.gl_progress_bar .gl_single_bar {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    background: #ededed;
}
.gl_progress_bar .gl_single_bar .gl_label {
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: .5px;
}
.gl_progress_bar .gl_single_bar .gl_bar {
    border-radius: 0;
    transition-timing-function: cubic-bezier(.22, .01, .2, .97);
    -moz-transition-timing-function: cubic-bezier(.22, .01, .2, .97);
    -webkit-transition-timing-function: cubic-bezier(.22, .01, .2, .97);
    -o-transition-timing-function: cubic-bezier(.22, .01, .2, .97);
}
.parallax-yes {
    background-size: cover;
}
.attachment_fixed-yes {
    background-attachment: fixed;
}
.gl_row-full-width {
    float: left;
    width: 100%}
.gl_row-no-padding .gl_row-fluid {
    margin-right: 0;
    margin-left: 0;
}
.spb_widgetised_column>.spb_wrapper>:last-child {
    margin-bottom: 0;
}
.widgetarea-head .spb_widgetised_column {
    margin-bottom: 0;
}
.spb_text_column ol, .spb_text_column ul {
    padding-left: 40px;
    margin-bottom: 20px;
    line-height: 1.8;
}
.spb_text_column ul:not(.social-icons)>li {
    position: relative;
}
.spb_text_column ul:not(.social-icons)>li:before {
    content: "\f105";
    color: #1aada3;
    opacity: .7;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -20px;
}
.spb_text_column ol {
    list-style: decimal;
}
.spb_text_column li>ol, .spb_text_column li>ul {
    margin-bottom: 0;
}
.spb_text_column ol.sub-menu, .spb_text_column ol.sub-sub-menu, .spb_text_column ul.sub-menu, .spb_text_column ul.sub-sub-menu {
    margin-bottom: 0;
    list-style: none;
    line-height: 1.3;
}
.spb_text_column ol.sub-menu, .spb_text_column ol.sub-sub-menu, .spb_text_column ul.sub-menu, .spb_text_column ul.sub-sub-menu {
    padding-left: 0;
}
.spb_text_column ol.sub-menu li, .spb_text_column ol.sub-sub-menu li, .spb_text_column ul.sub-menu li, .spb_text_column ul.sub-sub-menu li {
    position: static;
}
.spb_text_column ol.sub-menu li:before, .spb_text_column ol.sub-sub-menu li:before, .spb_text_column ul.sub-menu li:before, .spb_text_column ul.sub-sub-menu li:before {
    content: none;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top {
    position: relative;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top .gl_tta-panel-body {
    height: auto!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    display: block!important;
    overflow: visible;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top .gl_tta-tabs-container {
    display: block!important;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top .gl_tta-panel-heading {
    display: none;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top .gl_tta-panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -sand-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top .gl_tta-panel.gl_active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 10px;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a {
    display: inline-block;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1b1919;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a span {
    position: relative;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a span:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #1b1919;
    -webkit-transition: width .2s ease, background-color .2s ease;
    -moz-transition: width .2s ease, background-color .2s ease;
    -o-transition: width .2s ease, background-color .2s ease;
    transition: width .2s ease, background-color .2s ease;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a:hover {
    text-decoration: none;
    color: #1b1919;
    background-color: transparent;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a:hover span:after {
    width: 100%;
    left: 0;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a:focus {
    color: #1b1919;
    background-color: transparent;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab.gl_active>a {
    color: #1aada3;
    background-color: transparent;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab.gl_active>a span:after {
    width: 100%;
    left: 0;
    background-color: #1aada3;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab:after {
    content: "";
    position: relative;
    top: -1px;
    height: 14px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: bottom;
    width: 1px;
    background-color: #adadad;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -sand-transform: rotate(25deg);
    transform: rotate(25deg);
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab:last-child:after {
    content: none;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-title-text:not(:empty):not(:first-child), .gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-title-text:not(:empty)~* {
    margin-left: 8px;
}
.color-scheme-light .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a {
    color: #fff;
}
.color-scheme-light .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a span:after {
    background-color: #fff;
}
.color-scheme-light .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a:hover {
    color: #fff;
}
.color-scheme-light .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab>a:focus {
    color: #fff;
}
.color-scheme-light .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab.gl_active>a {
    color: #1aada3;
}
.color-scheme-light .gl_tta-tabs.gl_tta-tabs-position-top.gl_tta-style-classic .gl_tta-tab.gl_active>a span:after {
    background-color: #1aada3;
}
.gl_tta-panel-body .basel-products-load-next {
    right: -45px!important;
    left: auto!important;
}
.gl_tta-panel-body .basel-products-load-prev {
    left: -45px!important;
}
.gl-tab-js .gl_tta-tabs.gl_tta-tabs-position-top .gl_tta-panel-body.gl_ov {
    overflow: visible;
}
.opacity-video-bg .gl_video-bg {
    opacity: .3;
}
.yith-wcwl-add-to-wishlist {
    display: block;
    margin-top: 0;
}
.yith-wcwl-add-to-wishlist i {
    display: none;
}
.yith-wcwl-add-to-wishlist a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #a7a7a7;
}
.yith-wcwl-add-to-wishlist a:hover {
  
    color: red;
}
.yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist a:hover {
    text-decoration: none;
}
.yith-wcwl-add-to-wishlist a:before {
    content: "\e08a";
    font-size: 18px;
    vertical-align: middle;
    margin-right: 2px;
    display: inline-block;
    font-family: Simple-Line-Icons;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.yith-wcwl-add-to-wishlist a:after {
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none!important;
    height: 0!important;
    width: 0!important;
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button.feid-in a:after {
    opacity: 1;
    visibility: visible;
}
.yith-wcwl-add-to-wishlist .clear {
    display: none;
}
.yith-wcwl-add-to-wishlist+.clear {
    display: none;
}
.basel-buttons .yith-wcwl-add-to-wishlist {
    margin-bottom: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.basel-buttons .yith-wcwl-add-to-wishlist .basel-tooltip-label {
    bottom: auto;
    left: auto;
    right: 135%;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -sand-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.basel-buttons .yith-wcwl-add-to-wishlist .basel-tooltip-label:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 99%;
    right: auto;
    color: transparent;
    font-size: 16px;
    font-family: FontAwesome;
    line-height: 5px;
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -sand-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.basel-buttons .yith-wcwl-add-to-wishlist:hover .basel-tooltip-label {
    background-color: #000;
    color: #fff;
    visibility: visible;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 115%}
.basel-buttons .yith-wcwl-add-to-wishlist:hover .basel-tooltip-label:before {
    color: #000;
}
.basel-buttons .yith-wcwl-add-to-wishlist a {
    font-size: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: rgba(0, 0, 0, .9);
}
.basel-buttons .yith-wcwl-add-to-wishlist a:before {
    font-size: 18px;
}
.basel-buttons .yith-wcwl-add-to-wishlist a:after {
    margin-left: 0;
    width: 18px;
    height: 18px;
    display: none;
}
.basel-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a, .basel-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a {
    color: #1aada3;
}
.basel-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a:hover, .basel-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:hover {
    color: #1aada3;
}
.basel-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.feid-in>a:before {
    display: none;
}
.basel-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.feid-in>a:after {
    margin-left: 0;
    display: inline-block;
}
.product-grid-item:not(.basel-hover-base) .yith-wcwl-add-to-wishlist {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -sand-transform: scale(0);
}
.product-grid-item:not(.basel-hover-base):hover>.product-element-top .yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -sand-transform: scale(1);
}
.basel-hover-button .yith-wcwl-add-to-wishlist a, .basel-hover-info .yith-wcwl-add-to-wishlist a {
    color: #fff;
}
.basel-hover-button .yith-wcwl-add-to-wishlist a:hover, .basel-hover-info .yith-wcwl-add-to-wishlist a:hover {
    color: rgba(255, 255, 255, .9);
}
.basel-hover-button .yith-wcwl-add-to-wishlist a:after, .basel-hover-info .yith-wcwl-add-to-wishlist a:after {
    border-color: #fff;
}
.yith-wcwl-share {
    margin-bottom: 5px;
    text-align: center;
}
#yith-wcwl-popup-message {
    display: none!important;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
  
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    clear: both;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel div.owl-item img {
    width: auto;
    display: inline;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
 
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.owl-height {
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%}
.gl_carousel_container, .items-with-space, .teaser_grid_container {
    margin-left: -10px;
    margin-right: -10px;
}
.gl_carousel_container .isotope-inner, .gl_carousel_container .owl-carousel-item-inner, .items-with-space .isotope-inner, .items-with-space .owl-carousel-item-inner, .teaser_grid_container .isotope-inner, .teaser_grid_container .owl-carousel-item-inner {
    padding-right: 10px;
    padding-left: 10px;
}
.teaser_grid_container .categories_filter {
    margin: 0 10px 10px;
}
.isotope-item .post-thumb, .owl-carousel-item .post-thumb {
    margin-bottom: 15px;
}
.isotope-item .post-title, .owl-carousel-item .post-title {
    margin-bottom: 15px;
}
.isotope-item .entry-content, .owl-carousel-item .entry-content {
    line-height: 1.7;
    margin-bottom: 15px;
}
.isotope-item .entry-content p, .owl-carousel-item .entry-content p {
    margin-bottom: 0;
}
.owl-carousel .category-grid-item, .owl-carousel .product-grid-item {
    margin-bottom: 10px;
}
.owl-carousel.basel-hover-info {
    margin-bottom: 10px;
}
.owl-carousel .owl-nav>div {
    position: absolute;
    top: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    opacity: 0;
    margin: 0;
    z-index: 2;
    filter: Alpha(Opacity=0);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.owl-carousel .owl-nav>div.disabled {
    color: rgba(0, 0, 0, .3);
    cursor: default;
}
.owl-carousel .owl-nav>div:hover:not(.disabled) {
    color: rgba(0, 0, 0, .6);
}
.owl-carousel .owl-nav>div:before {
    display: block;
    content: "\e605";
    font-family: simple-line-icons;
    width: 55px;
    font-size: 36px;
    height: 55px;
    line-height: 55px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -20px;
    padding-left: 0;
}
.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -20px;
    padding-right: 0;
}
.owl-carousel .owl-nav .owl-next:before {
    content: "\e606"}
.owl-carousel .owl-dots {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    z-index: 99999999;
    bottom: 3%;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin-top: 10px;
    zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ccc;
    border-radius: 20px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #eaeaea;
  width: 15px;
    height: 15px;
    line-height: 50px;
    margin: 3px 7px;
}
.owl-carousel:hover .owl-nav>div {
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
    left: -47px;
}
.owl-carousel:hover .owl-nav .owl-next {
    right: -47px;
}
.color-scheme-light .owl-carousel .owl-dots>div span {
    background-color: rgba(255, 255, 255, .6);
}
.color-scheme-light .owl-carousel .owl-dots>div.active span, .color-scheme-light .owl-carousel .owl-dots>div:hover span {
    background-color: #fff;
}
.color-scheme-light .owl-carousel .owl-nav>div {
    color: rgba(255, 255, 255, .8);
}
.color-scheme-light .owl-carousel .owl-nav>div.disabled {
    color: rgba(255, 255, 255, .6);
}
.color-scheme-light .owl-carousel .owl-nav>div:hover:not(.disabled) {
    color: #fff;
}
.wrapper-boxed .color-scheme-light .owl-nav>div {
    color: #000;
}
.wrapper-boxed .color-scheme-light .owl-nav>div.disabled {
    color: rgba(0, 0, 0, .3);
}
.wrapper-boxed .color-scheme-light .owl-nav>div:hover:not(.disabled) {
    color: rgba(0, 0, 0, .6);
}
.spb_revslider_element {
    margin-bottom: 0;
}
.hermes .tp-arr-imgholder {
    background-size: cover;
}
.basel-threed-view {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: ew-resize;
    cursor: -webkit-grab;
}
.basel-threed-view:active {
    cursor: ew-resize;
    cursor: -webkit-grabbing;
}
.basel-threed-view:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 50%;
    z-index: 5;
    border-bottom: 5px solid rgba(175, 175, 175, .15);
    border-top: 2px solid rgba(175, 175, 175, .05);
    border-right: 2px solid rgba(175, 175, 175, .1);
    border-left: 2px solid rgba(175, 175, 175, .1);
    border-radius: 50%}
.basel-threed-view .threed-title {
    position: relative;
    padding-top: 20px;
    z-index: 40;
    text-align: center;
}
.basel-threed-view .threed-view-images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.basel-threed-view .threed-view-images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}
.basel-threed-view .threed-view-images img.previous-image {
    visibility: hidden;
}
.basel-threed-view .threed-view-images img.current-image {
    visibility: visible;
}
.basel-threed-view .spinner {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #000;
    font-weight: bolder;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.basel-threed-view .spinner span {
    line-height: 60px;
}
.basel-threed-view .nav_bar {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -67.5px;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}
.basel-threed-view .nav_bar a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    text-align: center;
    text-decoration: none;
}
.basel-threed-view .nav_bar a:hover {
    background-color: #f9f9f9;
}
.basel-threed-view .nav_bar a:after {
    font-size: 18px;
    font-family: simple-line-icons;
}
.basel-threed-view .nav_bar a.nav_bar_play:after {
    content: "\e071"}
.basel-threed-view .nav_bar a.nav_bar_previous:after {
    content: "\e605"}
.basel-threed-view .nav_bar a.nav_bar_stop:after {
    content: "\e072"}
.basel-threed-view .nav_bar a.nav_bar_next:after {
    content: "\e606"}
.basel-threed-view:-webkit-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}
.basel-threed-view:-moz-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0;
}
.pswp * {
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}
.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}
.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
    background: #222;
}
.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0;
}
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}
.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: 0;
    opacity: .9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
@media (-webkit-min-device-pixel-ratio:1.1), (min-resolution:105dpi), (min-resolution:1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left: before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
}
.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
}
}.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    transform: translateY(6px);
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}
.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}
a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}
a.pswp__share--download:hover {
    background: #ddd;
}
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px;
}
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #bbb;
}
.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc;
}
.pswp__caption--empty {
    display: none;
}
.pswp__caption--fake {
    visibility: hidden;
}
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise .5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0;
}
@media screen and (max-width:1024px) {
    .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
}
.product-list-info {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    margin-left: 0;
}
.product-list-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 20px;
}
}@keyframes clockwise {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}@keyframes donut-rotate {
    0% {
    transform: rotate(0);
}
50% {
    transform: rotate(-140deg);
}
100% {
    transform: rotate(0);
}
}.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__caption, .pswp__top-bar {
    background-color: rgba(0, 0, 0, .5);
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3);
}
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
    opacity: .001;
}
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none!important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: 0 0;
}
.compare-opened {
    overflow: hidden;
}
#cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxTopLeft, #cboxTopRight {
    display: none;
}
#cboxClose {
    bottom: -50px;
    color: #fff;
    background: 0 0;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 33px;
    width: auto;
    height: auto;
    text-indent: 0;
    padding-right: 50px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
#cboxClose:after, #cboxClose:before {
    content: " ";
    width: 35px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 15px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
}
#cboxClose:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
#cboxClose:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
body>h1 {
    display: none;
}
body table.compare-list td {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f2f2f2;
    width: 230px;
    max-width: 230px;
    min-width: 230px;
    text-align: center;
}
body table.compare-list th {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    border: none;
    font-size: 18px;
}
body table.compare-list tr.title td {
    min-width: 200px;
}
table.compare-list {
    background-color: #fff;
    margin: 0;
}
table.compare-list th .fixed-th {
    width: 205px;
}
table.compare-list .remove td a {
    text-decoration: none;
}
table.compare-list tr>th {
    background-color: #f7f7f7;
}
table.compare-list th {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    border: none;
    font-size: 18px;
}
table.compare-list td {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f2f2f2;
}
table.compare-list td.odd {
    background-color: transparent;
}
table.compare-list td img {
    margin-bottom: 0;
    max-width: 100%;
    background: 0 0;
    border: none;
    padding: 0;
}
table.compare-list tr.title td {
    color: #212121;
    padding-bottom: 10px;
}
table.compare-list tr.price td {
    text-decoration: none;
    font-size: 18px;
}
table.compare-list tr.price.repeated td {
    padding-top: 20px;
}
table.compare-list tr.stock td span {
    display: inline-block;
    padding: 5px 10px;
    color: #297e29;
    border: 2px solid #297e29;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: 700;
}
table.compare-list tr.stock td span.out-of-stock {
    border-color: #b50808;
    color: #b50808;
}
table.compare-list tr.add-to-cart td a {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 10px 0;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #000;
    color: #fff;
    border-color: #000;
}
table.compare-list tr.add-to-cart td a:focus, table.compare-list tr.add-to-cart td a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
table.compare-list tr.add-to-cart td a.btn-style-bordered {
    background-color: transparent;
    color: #000;
}
table.compare-list tr.add-to-cart td a.btn-style-bordered:focus, table.compare-list tr.add-to-cart td a.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
table.compare-list tr.add-to-cart td a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
table.compare-list tr.add-to-cart td a.btn-style-link:focus, table.compare-list tr.add-to-cart td a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
table.compare-list tr.add-to-cart .add_to_cart_button .blockUI.blockOverlay {
    display: none!important;
}
table.compare-list tr.add-to-cart .add_to_cart_button.added {
    display: none;
}
table.compare-list tr.add-to-cart .add_to_cart_button.loading {
    padding-right: 35px;
}
table.compare-list tr.add-to-cart .add_to_cart_button:after {
    border-color: #fff;
}
table.compare-list tr.no-products td {
    border: none;
    font-size: 24px;
    padding-top: 25px;
    text-transform: uppercase;
    color: #000;
}
table.compare-list tr.remove a {
    color: #212121;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 20px;
    display: inline-block;
    padding-right: 25px;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
table.compare-list tr.remove a:after, table.compare-list tr.remove a:before {
    content: " ";
    width: 15px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 9px;
    display: inline-block;
    background-color: #212121;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
}
table.compare-list tr.remove a:focus:after, table.compare-list tr.remove a:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
table.compare-list tr.remove a:focus:before, table.compare-list tr.remove a:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
table.compare-list tr.remove a .blockOverlay {
    display: none!important;
}
table.compare-list tr.remove a .remove {
    display: none;
}
table.compare-list tr:last-child td {
    border-bottom: none;
}
table.compare-list tr.add-to-cart th, table.compare-list tr.image th, table.compare-list tr.price th, table.compare-list tr.title th {
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
}
table.compare-list th {
    width: 205px;
    max-width: 205px;
    min-width: 205px;
    overflow: hidden;
    text-align: left;
    font-size: 1.076em;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}
table.compare-list tr.image td, table.compare-list tr.image th, table.compare-list tr.price td, table.compare-list tr.price th, table.compare-list tr.title td, table.compare-list tr.title th {
    color: #333;
    text-transform: uppercase;
    font-size: 1.076em;
}
table.compare-list tr.image td, table.compare-list tr.image th, table.compare-list tr.price td, table.compare-list tr.price th, table.compare-list tr.remove td, table.compare-list tr.remove th, table.compare-list tr.title td, table.compare-list tr.title th {
    border: 0;
    padding-bottom: 0;
}
table.compare-list tr.add-to-cart td {
    border-top: none;
}
.single-product-content .entry-summary .compare-btn-wrapper a .basel-tooltip-label {
    display: none;
}
table.compare-list tr.no-products.odd {
    background-color: #f7f7f7;
}
table.compare-list tr.no-products.odd td {
    padding: 20px 10px;
}
.dokan-widget-area .widget {
    margin-bottom: 50px;
}
.dokan-category-menu .sub-category {
    margin-top: 15px;
    margin-left: 20px;
}
.dokan-category-menu .sub-category a {
    color: rgba(0, 0, 0, .6);
}
.dokan-category-menu .sub-category h3 {
    font-size: 14px;
    margin-bottom: 15px;
}
.dokan-category-menu .sub-category li {
    position: relative;
}
.dokan-category-menu .sub-category li:before {
    position: absolute;
    top: 0;
    left: -12px;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, .6);
}
.dokan-category-menu .sub-category .sub-block {
    position: relative;
    margin-bottom: 15px;
}
.dokan-category-menu .sub-category .sub-block:before {
    position: absolute;
    top: 0;
    left: -12px;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, .6);
}
.dokan-category-menu .sub-category .children {
    margin-top: 15px;
    margin-left: 20px;
}
.dokan-best-seller-widget ul li, .dokan-feature-seller-widget ul li {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
.dokan-best-seller-widget ul li a, .dokan-feature-seller-widget ul li a {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    padding-right: 10px;
}
.dokan-best-seller-widget ul li i, .dokan-feature-seller-widget ul li i {
    margin-right: 10px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info i {
    margin-top: 0;
}
.single-product-content #tab-seller .seller-rating {
    position: relative;
    top: 5px;
}
.dokan-rating .star-rating {
    letter-spacing: 0;
}
.dokan-rating .star-rating span:before {
    font-size: 14px;
}
.dokan-theme-basel .basel-registration-page .user-role {
    margin-bottom: 0;
}
.dokan-theme-basel .basel-registration-page .user-role input {
    position: static;
    margin-left: 0;
}
.dokan-seller-listing .dokan-seller-search-form>label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
.dokan-seller-listing .dokan-seller-search-form .screen-reader-text {
    display: none;
}
.dokan-seller-listing .dokan-seller-search-form .search-field {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(129, 129, 129, .25);
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
    -webkit-transition: border-color .5s;
}
.dokan-seller-listing .dokan-seller-search-form .search-field:focus {
    outline: 0;
    border-color: rgba(0, 0, 0, .6);
}
.dokan-seller-listing .dokan-seller-search-form .search-submit {
    vertical-align: middle;
}
.dokan-dashboard-wrap {
    margin-bottom: 20px;
}
.dokan-dashboard-wrap input {
    border-radius: 0;
}
.dokan-dashboard-wrap input[type=number] {
    padding-left: 10px;
    box-shadow: none;
}
.dokan-dashboard-menu .settings i {
    padding-top: 5px;
}
.dokan-order-filter-serach .dokan-form-group, .dokan-report-wrap .dokan-form-group {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
.dokan-order-filter-serach .dokan-form-group label, .dokan-report-wrap .dokan-form-group label {
    margin-bottom: 0;
}
.dokan-order-filter-serach .dokan-form-group input, .dokan-report-wrap .dokan-form-group input {
    margin-left: 5px;
}
.dokan-order-filter-serach .dokan-form-group .datepicker, .dokan-report-wrap .dokan-form-group .datepicker {
    padding: 5px 10px;
}
.dokan-comments-wrap select {
    margin-bottom: 15px;
}
.basel-cookies-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, .9);
    border-top: 2px solid rgba(255, 255, 255, .1);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -sand-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -webkit-transition: all .4s cubic-bezier(.784, .134, .14, .85);
    -moz-transition: all .4s cubic-bezier(.784, .134, .14, .85);
    -o-transition: all .4s cubic-bezier(.784, .134, .14, .85);
    transition: all .4s cubic-bezier(.784, .134, .14, .85);
}
.basel-cookies-popup.popup-display {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.basel-cookies-popup.popup-hide {
    opacity: 0;
    visibility: hidden;
}
.basel-cookies-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
}
.basel-cookies-inner .cookies-buttons {
    flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.basel-cookies-inner .cookies-info-text {
    padding-right: 30px;
    line-height: 1.4;
}
.cookies-buttons>a {
    margin-right: 20px;
}
.cookies-buttons>a:last-child {
    margin-right: 0;
}
.cookies-buttons .cookies-more-btn {
    display: inline-block;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
.cookies-buttons .cookies-more-btn:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}
.cookies-buttons .cookies-more-btn:hover {
    text-decoration: none;
}
.cookies-buttons .cookies-more-btn:hover:after {
    width: 100%;
    left: 0;
}
.cookies-buttons .cookies-accept-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cookies-buttons .cookies-accept-btn:focus, .cookies-buttons .cookies-accept-btn:hover {
    border-color: #1aada3;
}
.shopify-demo-store .basel-cookies-popup.popup-display {
    transform: translate3d(0, -42px, 0);
    -webkit-transform: translate3d(0, -42px, 0);
    -ms-transform: translate3d(0, -42px, 0);
}
.basel-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.basel-scroll .basel-scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
}
.basel-scroll .basel-scroll-content:focus {
    outline: 0;
}
.basel-scroll .basel-scroll-content::-webkit-scrollbar {
    display: none;
}
.basel-scroll>.basel-scroll-pane {
    width: 2px;
    background: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
}
.basel-scroll>.basel-scroll-pane>.basel-scroll-slider {
    background: rgba(0, 0, 0, .7);
    position: relative;
    margin: 0 0;
}
.has-scrollbar>.basel-scroll-content::-webkit-scrollbar {
    display: block;
}
.basel-scroll-pane.active, .basel-scroll-pane.flashed, .basel-scroll:hover>.basel-scroll-pane {
    opacity: .99;
}
.basel-shopify-layered-nav .basel-scroll {
    position: relative;
}
.basel-shopify-layered-nav .has-scrollbar .sp-layered-nav-term {
    padding-right: 15px;
}
.basel-shopify-layered-nav .with-swatch-color:first-child .filter-swatch span {
    margin-top: 0;
}
.yith_magnifier_zoom_magnifier {
    border: none;
}
.yith_magnifier_gallery li {
    text-align: center;
}
.yith_magnifier_gallery li a {
    margin-top: 0;
}
.yith_magnifier_thumbnail a:hover {
    opacity: .7;
}
.yith_magnifier_mousetrap {
    z-index: 100;
}
.noslider .yith_magnifier_gallery {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: -2px;
    margin-left: -2px;
}
.noslider .yith_magnifier_gallery li {
    padding-left: 2px;
    padding-right: 2px;
}
.product-images span.onsale {
    z-index: 1;
}
.product-images .thumbnails {
    padding-right: 1px;
}
.product-images .thumbnails:after {
    content: "";
    clear: both;
    display: block;
}
.product-images .thumbnails.slider #slider-next, .product-images .thumbnails.slider #slider-prev {
    display: block!important;
    background-image: none;
    background-color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-images .thumbnails.slider #slider-next:before, .product-images .thumbnails.slider #slider-prev:before {
    display: block;
    font-family: simple-line-icons;
    line-height: 38px;
}
.product-images .thumbnails.slider #slider-prev:before {
    content: "\e605"}
.product-images .thumbnails.slider #slider-next:before {
    content: "\e606"}
.shopify-checkout-review-order {
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    -ms-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
#order_review_heading {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
}
.shopify-checkout-review-order .responsive-table {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
}
#order_payment_heading {
    order: 3;
    -webkit-order: 3;
    -ms-order: 3;
}
#payment {
    order: 4;
    -webkit-order: 4;
    -ms-order: 4;
}
.sp-terms-and-conditions {
    order: 5;
    -webkit-order: 5;
    -ms-order: 5;
}
.sp-gzd-order-submit {
    order: 6;
    -webkit-order: 6;
    -ms-order: 6;
}
#order_review_heading {
    text-align: center;
}
#order_payment_heading, #order_review_heading {
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
}
.basel-navigation .menu .menu-item-object-yith_shop_vendor.menu-item-design-default .sub-menu-dropdown {
    padding-left: 15px;
    padding-right: 15px;
}
.basel-navigation .menu .menu-item-object-yith_shop_vendor.menu-item-design-full-width .sub-menu-dropdown {
    padding: 30px 0;
}
.by-vendor-name {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.popup-quick-view .by-vendor-name {
    margin-bottom: 5px;
}
.single-product-content .product_meta .item-sold strong {
    font-weight: 400;
    color: #747474;
}
.vendors-list {
    margin-bottom: 50px;
}
.vendors-list ul li {
    font-size: 12px;
    color: #bbb;
}
.vendors-list ul li a {
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    vertical-align: sub;
    text-decoration: none;
}
.vendors-list ul li a:hover {
    color: #1aada3;
}
.shopify-Tabs-panel--yith_wc_vendor h2 {
    font-size: 18px;
}
.shopify-Tabs-panel--yith_wc_vendor h2 a {
    font-weight: 700;
}
.shopify-Tabs-panel--yith_wc_vendor .vendor-description {
    line-height: 1.7;
    letter-spacing: .3px;
}
.product-grid-item .by-vendor-name {
    display: none;
}
.basel-hover-info .by-vendor-name, .basel-hover-standard .by-vendor-name {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
}
.basel-hover-info .by-vendor-name {
    color: #fff!important;
}
.basel-hover-info .by-vendor-name a {
    color: #fff;
}
#yith-wpv-abuse {
    display: inline-block;
    margin-top: 10px;
}
label[for=agree_to_terms], label[for=apply_for_vendor] {
    display: inline-block;
}
input.date-pick {
    line-height: 22px;
    margin-right: 15px;
    margin-left: 5px;
    padding: 5px;
}
#pv_seller_info_container b, #pv_shop_description_container b, .pv_paypal_container b, .pv_shop_name_container b {
    font-weight: 600;
}
.pv_paypal_container, .pv_shop_name_container {
    float: left;
    width: 50%}
.pv_paypal_container input, .pv_shop_name_container input {
    margin-top: 20px;
}
.pv_paypal_container {
    padding-right: 15px;
}
.pv_shop_name_container {
    padding-left: 15px;
}
#pv_seller_info_container {
    clear: both;
}
#pv_seller_info_container, #pv_shop_description_container {
    margin-bottom: 20px;
}
#pv_seller_info_container textarea, #pv_shop_description_container textarea {
    width: 100%!important;
}
.single-product-content .product_meta br {
    content: "";
    display: block;
    height: 10px;
}
.single-product-content.product-design-default .product_meta br {
    height: 20px;
}
.product-grid-item br {
    display: none;
}
.product-grid-item .wcvendors_sold_by_in_loop {
    display: none;
}
.basel-hover-info .wcvendors_sold_by_in_loop, .basel-hover-standard .wcvendors_sold_by_in_loop {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.basel-hover-info .wcvendors_sold_by_in_loop {
    color: #fff;
}
.basel-hover-info .wcvendors_sold_by_in_loop a {
    color: #fff;
}
.basel-hover-standard .wcvendors_sold_by_in_loop a {
    color: #4c4c4c;
    padding: 0;
    font-size: 14px;
}
.basel-hover-standard .wcvendors_sold_by_in_loop a:hover {
    text-decoration: underline;
    color: #4c4c4c;
}
.wcv_shop_description {
    margin-bottom: 30px;
    line-height: 1.5;
}
.popup-quick-view>h1 {
    padding: 30px;
    margin-bottom: 0;
}
.popup-quick-view .wcv_shop_description {
    padding: 0 30px 30px 30px;
    margin-bottom: 0;
}
.menu-item-language .submenu-languages {
    display: block;
    width: 200px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    top: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.menu-item-language .submenu-languages li a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .3px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu-item-language .submenu-languages li:hover a {
    margin-left: 5px;
    color: #1aada3;
}
.menu-item-language.menu-item-language-current a:only-child:after {
    display: none;
}
.menu-item-language:hover .submenu-languages {
    opacity: 1;
    visibility: visible;
    top: 80%}
.header-base .menu-item-language .submenu-languages, .header-logo-center .menu-item-language .submenu-languages, .sticky-header .menu-item-language .submenu-languages {
    top: 80%}
.header-base .menu-item-language:hover .submenu-languages, .header-logo-center .menu-item-language:hover .submenu-languages, .sticky-header .menu-item-language:hover .submenu-languages {
    top: 100%}
.header-split .menu-item-language .submenu-languages {
    top: 120%;
    margin-top: 25px;
}
.header-split .menu-item-language .submenu-languages:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%}
.header-split .menu-item-language:hover .submenu-languages {
    top: 100%}
.header-vertical .menu-item-language .submenu-languages {
    top: 0;
    left: 90%;
    margin-left: 17px;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, left .2s ease .1s;
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, left .2s ease .1s;
}
.header-vertical .menu-item-language .submenu-languages:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 17px;
}
.header-vertical .menu-item-language:hover .submenu-languages {
    top: 0;
    left: 100%}
.widget-area .menu-item-language:hover .submenu-languages {
    top: 100%}
.widget-area .submenu-languages {
    width: 100%;
    left: 0;
    top: 100%;
    margin-top: 10px;
}
.widget-area .submenu-languages:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%}
.widget-area .menu-item-language:before {
    display: none;
}
.icl_post_in_other_langs>a {
    margin-left: 3px;
}
.shopify-account .shopify+.icl_post_in_other_langs {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.widget_icl_lang_sel_widget #lang_sel, .widget_icl_lang_sel_widget #lang_sel_click {
    width: 100%;
    height: auto;
}
.widget_icl_lang_sel_widget #lang_sel>ul>li:hover ul, .widget_icl_lang_sel_widget #lang_sel_click>ul>li:hover ul {
    top: 100%;
    opacity: 1;
}
.widget_icl_lang_sel_widget #lang_sel>ul ul, .widget_icl_lang_sel_widget #lang_sel_click>ul ul {
    width: 100%;
    top: 120%;
    height: auto;
    opacity: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-top: none;
}
.widget_icl_lang_sel_widget #lang_sel li, .widget_icl_lang_sel_widget #lang_sel_click li {
    width: auto;
    float: none;
}
.widget_icl_lang_sel_widget #lang_sel li a, .widget_icl_lang_sel_widget #lang_sel_click li a {
    min-height: 40px;
    padding: 0 10px 0 10px;
    font-size: 14px;
    line-height: 40px;
}
.widget_icl_lang_sel_widget #lang_sel img.iclflag, .widget_icl_lang_sel_widget #lang_sel_click img.iclflag {
    top: -2px;
}
.widget_icl_lang_sel_widget #lang_sel .lang_sel_sel, .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE3VDE3OjEyOjQyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUVFRDJCNkREQzMxMUU0QTM3QUI4MEQzQjkxMTEyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTgyMENFQ0RGNUIxMUU0QTM3QUI4MEQzQjkxMTEyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuShL/sAAABeSURBVHjaYszOzjZnYGDYCcT8DMSBv0AcP2XKlKVEqmdgAuKTQOwOxB+JtQCIibYAZgkDkRaRZQGyJYQsItsCdEtwWUSRBdgsQbeIYgtAgAWHOMwiJSBezkAhAAgwAJSTG/DI0S9VAAAAAElFTkSuQmCC);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 15%;
    padding-right: 27px;
}
.widget_icl_lang_sel_widget .lang_sel_click ul ul li {
    margin-bottom: 0;
}
#lang_sel_list {
    font-family: inherit;
    height: auto;
}
#lang_sel_list.lang_sel_list_horizontal ul {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
#lang_sel_list.lang_sel_list_horizontal li {
    float: none;
}
#lang_sel_list.lang_sel_list_horizontal a, #lang_sel_list.lang_sel_list_horizontal a:visited {
    padding: 5px 10px;
}
#lang_sel_list.lang_sel_list_vertical {
    width: 100%}
#lang_sel_list.lang_sel_list_vertical ul {
    height: auto;
}
#lang_sel_list.lang_sel_list_vertical ul a, #lang_sel_list.lang_sel_list_vertical ul a:visited {
    padding: 5px 10px;
}
#lang_sel_list.lang_sel_list_vertical li {
    width: 100%;
    float: none;
}
#lang_sel_list a, #lang_sel_list a:visited {
    font-size: 14px;
    line-height: 20px;
}
#lang_sel_list img.iclflag {
    top: -1px;
}
div#lang_sel_footer {
    padding: 20px;
}
div#lang_sel_footer ul li {
    display: inline-block;
}
div#lang_sel_footer ul img {
    top: 0;
}
.wcml_currency_switcher+img {
    margin-top: 10px;
    margin-left: 0;
}
.wcml_currency_switcher+img+br {
    height: 20px;
    width: 100%}
.wcml_currency_switcher+img+br+span {
    margin-top: 10px;
}
.wcml_currency_switcher+br {
    height: 0;
}
.wcml_currency_switcher+br+span {
    margin-top: 20px;
}
.product-design-alt .product_meta .wcml_currency_switcher+br+span, .product-design-sticky .product_meta .wcml_currency_switcher+br+span {
    margin-top: 10px;
}
.product-design-alt .product_meta .wcml_currency_switcher.curr_list_horizontal, .product-design-alt .product_meta .wcml_currency_switcher.curr_list_vertical, .product-design-sticky .product_meta .wcml_currency_switcher.curr_list_horizontal, .product-design-sticky .product_meta .wcml_currency_switcher.curr_list_vertical {
    display: block;
}
ul.wcml_currency_switcher.curr_list_horizontal li, ul.wcml_currency_switcher.curr_list_vertical li {
    padding: 5px 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
ul.wcml_currency_switcher.curr_list_horizontal li.wcml-active-currency, ul.wcml_currency_switcher.curr_list_vertical li.wcml-active-currency {
    background-color: rgba(0, 0, 0, .1);
}
ul.wcml_currency_switcher.curr_list_horizontal li:hover, ul.wcml_currency_switcher.curr_list_vertical li:hover {
    background-color: rgba(0, 0, 0, .05);
}
ul.wcml_currency_switcher.curr_list_horizontal {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
ul.wcml_currency_switcher.curr_list_horizontal li {
    float: none;
}
ul.wcml_currency_switcher.curr_list_vertical {
    border-top-color: rgba(0, 0, 0, .1);
}
.single-product .wcml_currency_switcher+br {
    height: 0;
}
.single-product .wcml_currency_switcher+br+span {
    margin-top: 20px;
}
.widget-area .wcml_currency_switcher.curr_list_horizontal, .widget-area .wcml_currency_switcher.curr_list_vertical {
    width: 100%}
.widget-area .wcml_currency_switcher.curr_list_horizontal li, .widget-area .wcml_currency_switcher.curr_list_vertical li {
    margin: 0;
}
.widget-area .wcml_currency_switcher.curr_list_horizontal+img, .widget-area .wcml_currency_switcher.curr_list_vertical+img {
    margin-top: 10px;
}
.footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel ul ul, .footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel_click ul ul {
    background-color: #111;
}
.footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel li a, .footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel_click li a {
    color: rgba(255, 255, 255, .6);
}
.footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel li:hover, .footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel_click li:hover {
    background-color: #191919;
}
.footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel a, .footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel a:visited, .footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel_click a, .footer-container.color-scheme-light .widget_icl_lang_sel_widget #lang_sel_click a:visited {
    border-color: rgba(255, 255, 255, .1);
    background-color: transparent!important;
}
.footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical ul {
    border: none;
}
.footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_other, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_other:visited, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_sel, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical ul a.lang_sel_other, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical ul a.lang_sel_other:visited, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical ul a.lang_sel_sel {
    background-color: transparent;
    color: rgba(255, 255, 255, .6);
}
.footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_other:hover, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_other:visited:hover, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_sel:hover, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical ul a.lang_sel_other:hover, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical ul a.lang_sel_other:visited:hover, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical ul a.lang_sel_sel:hover {
    color: #fff;
}
.footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_sel, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical ul a.lang_sel_sel {
    color: #fff;
}
.footer-container.color-scheme-light #lang_sel_list.lang_sel_list_horizontal ul {
    margin-left: -10px!important;
    margin-right: -10px!important;
}
.footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical li {
    margin-bottom: 15px!important;
}
.footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical a, .footer-container.color-scheme-light #lang_sel_list.lang_sel_list_vertical a:visited {
    border: none;
    padding: 0;
}
.footer-container.color-scheme-light .wcml_currency_switcher {
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .6);
}
.footer-container.color-scheme-light .wcml_currency_switcher.curr_list_horizontal, .footer-container.color-scheme-light .wcml_currency_switcher.curr_list_vertical {
    margin-left: -5px!important;
    margin-right: -5px!important;
}
.footer-container.color-scheme-light .wcml_currency_switcher.curr_list_horizontal li, .footer-container.color-scheme-light .wcml_currency_switcher.curr_list_vertical li {
    float: none;
    padding: 5px;
    margin: 0;
    border: none;
}
.footer-container.color-scheme-light .wcml_currency_switcher.curr_list_horizontal li:hover, .footer-container.color-scheme-light .wcml_currency_switcher.curr_list_vertical li:hover {
    color: #fff;
}
.footer-container.color-scheme-light .wcml_currency_switcher.curr_list_horizontal li.wcml-active-currency, .footer-container.color-scheme-light .wcml_currency_switcher.curr_list_vertical li.wcml-active-currency {
    color: #fff;
}
.footer-container.color-scheme-light .wcml_currency_switcher.curr_list_vertical {
    border-top: none;
}
.footer-container.color-scheme-light .wcml_currency_switcher+img {
    opacity: .5;
}
@media (min-width:1025px) {
    .global-header-vertical #lang_sel_footer {
    margin-left: 280px;
}
}.widget-title, .widgettitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1b1919;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 4px;
}
.widget-title:before, .widgettitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: rgba(0, 0, 0, .1);
}
.color-scheme-light .widget-title:before, .color-scheme-light .widgettitle:before {
    background-color: rgba(255, 255, 255, .8);
}
.widget li {
    margin-bottom: 15px;
}
.widget li:last-child {
    margin-bottom: 0;
}
.shopify-ordering.with-list .selected-order {
    font-weight: 600;
}
.widget_recent_entries ul li {
    line-height: 1.5;
}
.widget_recent_entries ul li a {
    display: block;
    font-size: 14px;
    letter-spacing: .3px;
}
.widget_recent_entries .post-date {
    color: #bbb;
    display: block;
    margin-top: 2px;
    font-size: 12px;
}
.widget_recent_comments ul li {
    line-height: 1.4;
    font-weight: 700;
}
.widget_recent_comments ul li>a {
    font-weight: 400;
    opacity: .8;
}
.widget_recent_comments ul li:before {
    content: "\e04a";
    display: inline-block;
    font-weight: 400;
    margin-right: 7px;
    font-family: simple-line-icons;
}
.recent-posts-extended .rpwe-li {
    border-bottom: 1px solid rgba(124, 124, 124, .15);
}
.recent-posts-extended .rpwe-li:last-child {
    border: none;
    padding-bottom: 0;
}
.recent-posts-extended img {
    border: none!important;
    padding: 0!important;
}
.recent-posts-extended .rpwe-title {
    margin-bottom: 2px!important;
}
.recent-posts-extended .rpwe-title a {
    letter-spacing: .3px;
    text-transform: uppercase;
}
.recent-posts-extended .rpwe-comment, .recent-posts-extended .rpwe-time {
    display: inline-block;
    margin-bottom: 5px;
    color: #bbb;
}
.recent-posts-extended .rpwe-comment:before {
    content: "\e04a";
    display: inline-block;
    font-weight: 400;
    margin-right: 3px;
    font-family: simple-line-icons;
}
.widget_search .searchform div {
    position: relative;
}
.widget_search .searchform div label {
    display: none;
}
.widget_search .searchform div input[type=text] {
    box-shadow: none;
    padding-right: 100px;
}
.widget_search .searchform div input[type=text]:focus {
    border-color: rgba(129, 129, 129, .35);
}
.widget_search .searchform div #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
}
.widget_archive ul>li, .widget_categories ul>li, .widget_nav_menu ul>li, .widget_pages ul>li, .widget_product_categories ul>li {
    margin-bottom: 15px;
    font-size: 12px;
    color: #bbb;
    display: block;
}
.widget_archive ul>li:after, .widget_categories ul>li:after, .widget_nav_menu ul>li:after, .widget_pages ul>li:after, .widget_product_categories ul>li:after {
    content: "";
    clear: both;
    display: block;
}
.widget_archive ul>li a, .widget_categories ul>li a, .widget_nav_menu ul>li a, .widget_pages ul>li a, .widget_product_categories ul>li a {
    font-size: 14px;
    text-decoration: none;
}
.widget_archive ul>li ul, .widget_categories ul>li ul, .widget_nav_menu ul>li ul, .widget_pages ul>li ul, .widget_product_categories ul>li ul {
    margin-top: 15px;
}
.widget_archive ul>li ul li:before, .widget_categories ul>li ul li:before, .widget_nav_menu ul>li ul li:before, .widget_pages ul>li ul li:before, .widget_product_categories ul>li ul li:before {
    content: "\f105";
    padding: 0 10px 0 5px;
    display: inline-block;
    font-family: FontAwesome;
}
.widget_archive ul>li ul li ul, .widget_categories ul>li ul li ul, .widget_nav_menu ul>li ul li ul, .widget_pages ul>li ul li ul, .widget_product_categories ul>li ul li ul {
    margin-left: 20px;
}
.widget_rating_filter .sp-layered-nav-rating a {
    vertical-align: middle;
    color: #bbb;
    font-size: 14px;
}
.widget_rating_filter .sp-layered-nav-rating a:hover {
    text-decoration: none;
}
.widget_rating_filter .star-rating {
    vertical-align: middle;
    margin-right: 3px;
}
.widget_product_categories .count {
    font-size: 12px;
    color: #bbb;
    vertical-align: super;
}
.widget_product_categories .basel-cats-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.widget_product_categories .basel-cats-toggle:before {
    content: "\e604";
    font-family: simple-line-icons;
}
.widget_product_categories .basel-cats-toggle:hover {
    color: #1aada3;
}
.widget_product_categories .toggle-active {
    color: #1aada3;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.widget_product_categories .current-cat-parent>a, .widget_product_categories .current-cat>a {
    color: #1aada3;
}
.categories-accordion-on .widget_product_categories .cat-parent {
    position: relative;
}
.categories-accordion-on .widget_product_categories .children {
    display: none;
}
.categories-accordion-on .widget_product_categories .list-shown {
    display: block;
}
.widget_text .textwidget {
    line-height: 1.6;
}
.widget_nav_menu.widget-my-account .widget-title {
    margin-bottom: 0;
    border-bottom: none;
    padding: 14px 20px;
    text-align: center;
    line-height: 1.5;
    background-color: #000;
    color: #fff;
}
.widget_nav_menu.widget-my-account li, .widget_nav_menu.widget-my-account ul {
    margin: 0;
}
.widget_nav_menu.widget-my-account .menu {
    border: 1px solid rgba(136, 136, 136, .19);
}
.widget_nav_menu.widget-my-account li {
    border-bottom: 1px solid rgba(136, 136, 136, .12);
}
.widget_nav_menu.widget-my-account li a {
    padding: 14px 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(71, 71, 71, .8);
}
.widget_nav_menu.widget-my-account li a:hover {
    color: rgba(71, 71, 71, .8);
    background-color: rgba(136, 136, 136, .05);
}
.widget_nav_menu.widget-my-account li a:after {
    content: none;
}
.widget_nav_menu.widget-my-account li.current_page_item>a {
    color: rgba(71, 71, 71, .8);
    background-color: rgba(136, 136, 136, .12);
    cursor: default;
}
.widget_nav_menu.widget-my-account li:before {
    content: none;
}
.widget_nav_menu.widget-my-account li:last-child {
    border-bottom: none;
}
.widget_shopping_cart .product_list_widget {
    position: relative;
    margin-bottom: 0;
    text-align: left;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.widget_shopping_cart .product_list_widget li {
    position: relative;
}
.widget_shopping_cart .product_list_widget li>a {
    padding-right: 15px;
    color: #1b1919;
    text-decoration: none;
}
.widget_shopping_cart .product_list_widget li>a:hover {
    color: rgba(0, 0, 0, .6);
}
.widget_shopping_cart .product_list_widget li .remove {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    line-height: 14px;
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, .6);
}
.widget_shopping_cart .product_list_widget li .remove:hover {
    text-decoration: none;
    color: #1aada3;
}
.widget_shopping_cart .product_list_widget li .quantity {
    color: rgba(0, 0, 0, .7);
}
.widget_shopping_cart .product_list_widget li .quantity .amount {
    color: #1aada3;
}
.widget_shopping_cart .product_list_widget li .variation {
    margin-bottom: 8px;
    margin-top: 8px;
}
.widget_shopping_cart .product_list_widget li .variation dd {
    position: relative;
    top: -2px;
}
.widget_shopping_cart .product_list_widget li.empty {
    border-bottom: none!important;
    margin-bottom: 0!important;
    color: #747474;
    position: relative;
    padding-left: 75px;
    padding-top: 13px;
    padding-bottom: 13px;
    overflow: visible;
}
.widget_shopping_cart .product_list_widget li.empty:after, .widget_shopping_cart .product_list_widget li.empty:before {
    position: absolute;
    color: #e8e8e8;
}
.widget_shopping_cart .product_list_widget li.empty:before {
    content: "\e04e";
    font-size: 50px;
    line-height: 50px;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    font-family: Simple-Line-Icons;
}
.widget_shopping_cart .product_list_widget li.empty:after {
    content: "\f00d";
    font-size: 18px;
    line-height: 18px;
    left: 34px;
    top: 50%;
    margin-top: -9px;
    font-family: FontAwesome;
}
.widget_shopping_cart .product_list_widget li .quantity {
    color: #bbb;
    font-size: 12px;
    display: block;
    margin-top: 8px;
}
.widget_shopping_cart .product_list_widget li .quantity .amount {
    font-family: Karla, Arial, Helvetica, sans-serif;
}
.widget_shopping_cart .product_list_widget:before {
    content: " ";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #1aada3;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.widget_shopping_cart .total {
    border-top: 1px solid rgba(124, 124, 124, .2);
    border-bottom: 1px solid rgba(124, 124, 124, .2);
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 24px;
}
.widget_shopping_cart .total strong {
    float: left;
    font-size: 18px;
    color: #1b1919;
    text-transform: uppercase;
}
.widget_shopping_cart .total .amount {
    float: right;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1aada3;
    text-transform: uppercase;
}
.widget_shopping_cart .buttons {
    display: block;
    margin-bottom: 0;
    text-align: center;
}
.widget_shopping_cart .buttons a {
    width: 100%;
    color: #2d2d2d;
}
.widget_shopping_cart .buttons a:first-child {
    margin-bottom: 10px;
}
.widget_shopping_cart .buttons a:focus, .widget_shopping_cart .buttons a:hover {
    color: #fff;
}
.widget_shopping_cart .buttons .checkout {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.widget_shopping_cart .buttons .checkout:focus, .widget_shopping_cart .buttons .checkout:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.widget_shopping_cart .buttons .checkout.btn-style-bordered {
    background-color: transparent;
    color: #1aada3;
}
.widget_shopping_cart .buttons .checkout.btn-style-bordered:focus, .widget_shopping_cart .buttons .checkout.btn-style-bordered:hover {
    background-color: #1aada3;
    color: #fff;
    opacity: 1;
}
.widget_shopping_cart .buttons .checkout.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: .5;
}
.widget_shopping_cart .buttons .checkout.btn-style-link:focus, .widget_shopping_cart .buttons .checkout.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .8;
}
.widget_shopping_cart.removing-process .product_list_widget {
    opacity: .5;
}
.widget_shopping_cart.removing-process .product_list_widget:before {
    opacity: 1;
    visibility: visible;
}
.yith-woocompare-widget ul.products-list {
    margin-top: -10px;
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) {
    margin-bottom: 0;
    padding: 5px 0 5px 40px;
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) .remove {
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 28px;
    background-color: #000;
    cursor: pointer;
    padding-right: 16px;
    padding-right: 0;
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:after, .yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:after {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -sand-transform: rotate(-44deg);
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:before {
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -sand-transform: rotate(44deg);
    transform: rotate(44deg);
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:hover:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:hover {
    background-color: #000;
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:after, .yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:before {
    right: 5px;
}
.yith-woocompare-widget ul.products-list .list_empty {
    line-height: 40px;
}
.yith-woocompare-widget ul .blockUI.blockOverlay {
    background-image: none!important;
}
.yith-woocompare-widget .title {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.yith-woocompare-widget a.clear-all {
    line-height: 40px;
    font-size: 14px;
}
.yith-woocompare-widget a.button.compare {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #ececec;
    color: #3e3e3e;
    border-color: #ececec;
}
.yith-woocompare-widget a.button.compare:hover {
    color: #fff;
    background-color: #303030;
}
.product_list_widget li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(124, 124, 124, .15);
}
.product_list_widget li a {
    margin-bottom: 8px;
    display: block;
    font-size: 12px;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.product_list_widget li img {
    float: left;
    margin-right: 12px;
    max-width: 60px;
}
.product_list_widget li .amount {
    color: #afafaf;
}
.product_list_widget li del {
    color: #afafaf;
}
.product_list_widget li del .amount {
    font-size: 12px;
    color: #afafaf;
}
.product_list_widget li ins {
    text-decoration: none;
    font-size: 14px;
}
.product_list_widget li ins .amount {
    color: #1aada3;
}
.product_list_widget li .star-rating {
    display: block;
    margin-left: 73px;
    margin-bottom: 8px;
}
.product_list_widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.widget_recent_reviews .product_list_widget li .reviewer {
    font-size: 12px;
    color: #bbb;
}
.widget_rss .widget-title .rsswidget img {
    position: relative;
    top: -1px;
}
.widget_rss ul li {
    line-height: 1.5;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(124, 124, 124, .15);
    margin-bottom: 15px;
}
.widget_rss ul li>a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .3px;
    margin-bottom: 5px;
}
.widget_rss ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.widget_rss .rss-date {
    font-size: 10px;
    color: #bbb;
    margin-bottom: 5px;
    display: block;
}
.widget_rss .rss-date:before {
    content: "\f073";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}
.widget_rss .rssSummary {
    font-size: 12px;
    letter-spacing: .2px;
}
.widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud {
    margin: -2px -1px;
}
.widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
    padding: 5px 12px;
    margin: 2px 1px;
    border: 1px solid rgba(92, 92, 92, .1);
    letter-spacing: .3px;
    display: inline-block;
    font-size: 12px!important;
}
.widget_product_tag_cloud .tagcloud a.chosen, .widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a.chosen, .widget_tag_cloud .tagcloud a:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    color: #fff;
    text-decoration: none;
}
.color-scheme-light .widget_product_tag_cloud .tagcloud a, .color-scheme-light .widget_tag_cloud .tagcloud a {
    border-color: rgba(255, 255, 255, .3);
}
.widget_calendar #wp-calendar {
    border: 2px solid #e4e4e4;
}
.widget_calendar #wp-calendar>caption {
    text-align: center;
    padding: 20px 15px;
    background-color: #e4e4e4;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
}
.widget_calendar #wp-calendar th {
    padding: 5px;
    font-size: 16px;
}
.widget_calendar #wp-calendar tfoot {
    background-color: #e4e4e4;
}
.widget_calendar #wp-calendar tfoot td {
    border-color: transparent;
}
.widget_price_filter .price_slider {
    margin-bottom: 30px;
}
.widget_price_filter .price_slider_amount {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2.4;
    font-size: .8751em;
}
.widget_price_filter .price_slider_amount .button {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}
.widget_price_filter .price_slider_amount .price_label {
    line-height: 40px;
    font-size: 14px;
}
.widget_price_filter .price_slider_amount .price_label>span {
    font-weight: 700;
    color: #000;
}
.widget_price_filter .price_slider_amount .clear {
    display: none;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 4px;
    height: 15px;
    background-color: #1aada3;
    border-radius: 0;
    cursor: ew-resize;
    outline: 0;
    top: -6px;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -4px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 0;
    background-color: #1aada3;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e7e7e7;
    border: 0;
}
.widget_price_filter .ui-slider-horizontal {
    height: 2px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.widget_layered_nav ul>li {
    display: block;
    margin-bottom: 15px;
}
.widget_layered_nav ul>li .count, .widget_layered_nav ul>li a {
    display: inline-block;
}
.widget_layered_nav ul>li .count {
    float: right;
    font-size: 12px;
    color: #dadada;
    line-height: 16px;
}
.widget_layered_nav ul>li.chosen>a {
    position: relative;
    font-weight: 700;
    cursor: pointer;
    padding-left: 16px;
}
.widget_layered_nav ul>li.chosen>a:after, .widget_layered_nav ul>li.chosen>a:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.widget_layered_nav ul>li.chosen>a:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -sand-transform: rotate(-90deg);
}
.widget_layered_nav ul>li.chosen>a:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.widget_layered_nav ul>li.chosen>a:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.widget_layered_nav ul>li.chosen>a:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget_layered_nav_filters ul li {
    margin-bottom: 15px;
}
.widget_layered_nav_filters ul li a {
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding-left: 16px;
}
.widget_layered_nav_filters ul li a:after, .widget_layered_nav_filters ul li a:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.widget_layered_nav_filters ul li a:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.widget_layered_nav_filters ul li a:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.widget_layered_nav_filters ul li a:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.widget_layered_nav_filters ul li a:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.basel-user-panel>.basel-user-panel {
    position: relative;
    font-size: 15px;
    letter-spacing: .3px;
}
.basel-user-panel>.basel-user-panel a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
}
.basel-user-panel>.basel-user-panel a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.basel-user-panel>.basel-user-panel a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.basel-user-panel>.basel-user-panel>a {
    margin-left: 2px;
}
.basel-user-panel>.basel-user-panel .user-avatar {
    position: absolute;
    top: 0;
    left: 0;
}
.basel-user-panel>.basel-user-panel .user-avatar img {
    max-width: 60px;
    border-radius: 50%}
.basel-user-panel>.basel-user-panel .user-avatar+.user-info {
    margin-left: 75px;
}
.basel-user-panel>.basel-user-panel .user-info>span {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
}
.basel-user-panel>.basel-user-panel .user-info strong {
    color: #000;
}
.widget_display_search #bbp-search-form {
    position: relative;
}
.widget_display_search #bbp-search-form input[class=button] {
    position: absolute;
    top: 0;
    right: 0;
}
.widget_display_search #bbp_search {
    padding-right: 100px;
}
.bbp_widget_login fieldset {
    padding: 0;
    border: none;
}
.bbp_widget_login .bbp-password input, .bbp_widget_login .bbp-username input {
    padding: 10px 15px;
}
.bbp_widget_login .bbp-remember-me {
    float: left;
}
.bbp_widget_login .bbp-remember-me label {
    width: auto;
}
.bbp_widget_login .bbp-remember-me>input {
    position: relative;
    top: 2px;
}
.bbp_widget_login .bbp-submit-wrapper {
    clear: none;
}
.bbp_widget_login .bbp-logged-in img {
    border-radius: 50%}
.bbp_widget_login .bbp-logged-in h4 {
    font-size: 14px;
}
.bbp_widget_login .bbp-logged-in .logout-link {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: inline;
    text-transform: lowercase;
}
.bbp_widget_login .bbp-logged-in .logout-link:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.bbp_widget_login .bbp-logged-in .logout-link:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.bbp_widget_login .bbp-logged-in .logout-link:focus, .bbp_widget_login .bbp-logged-in .logout-link:hover {
    color: #000;
}
.widget_display_replies, .widget_display_topics {
    font-weight: 700;
}
.widget_display_replies li, .widget_display_topics li {
    line-height: 1.4;
    border-bottom: 1px solid rgba(124, 124, 124, .15);
    padding-bottom: 15px;
}
.widget_display_replies li img, .widget_display_topics li img {
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}
.widget_display_replies li .bbp-author-avatar, .widget_display_topics li .bbp-author-avatar {
    display: inline-block;
}
.widget_display_replies li .bbp-author-name, .widget_display_topics li .bbp-author-name {
    font-weight: 600;
}
.widget_display_replies li .bbp-reply-topic-title, .widget_display_topics li .bbp-reply-topic-title {
    font-weight: 400;
}
.widget_display_replies li .bbp-forum-title, .widget_display_topics li .bbp-forum-title {
    font-weight: 400;
}
.widget_display_replies li>div, .widget_display_topics li>div {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    color: #bbb;
}
.widget_display_replies li:last-child, .widget_display_topics li:last-child {
    border: none;
    padding-bottom: 0;
}
.widget_display_stats dl {
    overflow: hidden;
}
.widget_display_stats dt {
    float: left;
    clear: both;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 20px;
}
.widget_display_stats dd {
    float: right;
}
.widget_display_stats strong {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 50%}
.basel-shopify-layered-nav .has-scrollbar .sc-layered-nav-term {
    padding-right: 15px;
}
.basel-shopify-layered-nav .filter-swatch {
    display: inline-block;
    margin-right: 10px;
}
.basel-shopify-layered-nav .filter-swatch span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -2px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.basel-shopify-layered-nav .filter-swatch span[style^=background-image] {
    border: 1px solid #2d2a2a;
}
.basel-shopify-layered-nav .count {
    float: right;
    color: #bbb;
}
.basel-shopify-layered-nav li {
    line-height: 1.7;
    margin-bottom: 15px;
}
.basel-shopify-layered-nav li a {
    display: inline-block;
}
.basel-shopify-layered-nav li.with-swatch-text a {
    font-weight: 700;
    min-width: 40px;
}
.basel-shopify-layered-nav li.chosen a {
    position: relative;
    font-weight: 700;
    color: #222;
    cursor: pointer;
    padding-right: 16px;
}
.basel-shopify-layered-nav li.chosen a:after, .basel-shopify-layered-nav li.chosen a:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}
.basel-shopify-layered-nav li.chosen a:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.basel-shopify-layered-nav li.chosen a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.basel-shopify-layered-nav li.chosen a:hover:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.basel-shopify-layered-nav li.chosen a:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.basel-shopify-layered-nav li.chosen.with-swatch-text a {
    min-width: 10px;
}
.basel-shopify-layered-nav .swatches-small .filter-swatch span {
    width: 15px;
    height: 15px;
}
.basel-shopify-layered-nav .swatches-normal li.with-swatch-text a {
    font-size: 16px;
}
.basel-shopify-layered-nav .swatches-normal.swatches-display-inline li.with-swatch-text a {
    min-width: 15px;
}
.basel-shopify-layered-nav .swatches-large .filter-swatch span {
    width: 35px;
    height: 35px;
}
.basel-shopify-layered-nav .swatches-large li.with-swatch-text a {
    font-size: 18px;
}
.basel-shopify-layered-nav .swatches-large.swatches-display-inline li.with-swatch-text a {
    min-width: 15px;
}
.basel-shopify-layered-nav .swatches-large .count {
    line-height: 32px;
}
.basel-shopify-layered-nav .show-labels-off li {
    font-size: 0;
}
.basel-shopify-layered-nav .show-labels-off li.with-swatch-text {
    font-size: inherit;
}
.basel-shopify-layered-nav .show-labels-off .filter-swatch span {
    margin-top: 0;
}
.basel-shopify-layered-nav .show-labels-off .count {
    display: none;
}
.basel-shopify-layered-nav .show-labels-off .filter-swatch {
    margin-right: 0;
}
.basel-shopify-layered-nav .show-labels-off.swatches-display-inline li.with-swatch-text {
    text-align: center;
}
.basel-shopify-layered-nav .show-labels-off.swatches-display-inline li.chosen a {
    position: relative;
    padding-right: 0;
}
.basel-shopify-layered-nav .show-labels-off.swatches-display-inline li.chosen a:after, .basel-shopify-layered-nav .show-labels-off.swatches-display-inline li.chosen a:before {
    left: 0;
    right: auto;
    bottom: -5px;
    top: auto;
    width: 100%;
    background-color: #000;
}
.basel-shopify-layered-nav .show-labels-off.swatches-display-inline li.chosen a:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.basel-shopify-layered-nav .show-labels-off.swatches-display-inline li.chosen a:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.basel-shopify-layered-nav .show-labels-off.swatches-display-inline li.chosen a:hover:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.basel-shopify-layered-nav .show-labels-off.swatches-display-inline li.chosen a:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.basel-shopify-layered-nav .swatches-display-inline {
    margin-bottom: -10px;
}
.basel-shopify-layered-nav .swatches-display-inline li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
}
.basel-shopify-layered-nav .swatches-display-inline li.with-swatch-text a {
    min-width: 20px;
    line-height: 25px;
}
.basel-shopify-layered-nav .swatches-display-inline .count {
    float: none;
    vertical-align: super;
    font-size: 12px;
}
.basel-shopify-layered-nav .swatches-display-inline.swatches-large .count {
    line-height: 1.6;
}
.basel-price-filter ul li a:hover .amount {
    color: #1aada3;
}
.basel-price-filter .amount {
    color: rgba(71, 71, 71, .9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.basel-price-filter .current-state {
    font-weight: 700;
}
.basel-price-filter .current-state .amount {
    color: #1b1919;
}
.basel-shopify-sort-by .selected-order {
    font-weight: 700;
    color: #222;
}
.filter-pseudo-link {
    display: none;
}
@media (min-width:1025px) {
    .global-header-vertical .website-wrapper {
    padding-left: 280px;
}
.global-header-vertical .sticky-header {
    display: none;
}
.global-header-vertical.basel-cart-opened .cart-widget-side {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.global-header-vertical .cart-widget-side {
    right: auto;
    left: 280px;
    transform: translate3d(-340px, 0, 0);
    -webkit-transform: translate3d(-340px, 0, 0);
    -ms-transform: translate3d(-340px, 0, 0);
    -webkit-transform: translate3d(-340px, 0, 0);
}
.global-header-vertical.admin-bar .header-vertical {
    padding-top: 32px;
}
.global-header-vertical.admin-bar .basel-search-full-screen .basel-search-wrapper {
    top: 32px!important;
}
.global-header-vertical p.demo_store {
    left: 280px;
}
.global-header-vertical.sticky-footer-on .footer-container {
    left: 280px;
}
.global-header-vertical .site-content.portfolio-layout-full-width>.row {
    padding-left: 295px;
}
.header-vertical {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 280px;
    min-height: 100vh;
    margin: 0;
    z-index: 600;
}
.header-vertical .wrapp-header {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
}
.header-vertical .right-column, .header-vertical .site-logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
}
.header-vertical .right-column {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-vertical .site-logo img {
    max-height: none;
    width: 100%}
.header-vertical.color-scheme-dark {
    border-right: 2px solid rgba(150, 150, 150, .15);
}
.header-vertical.color-scheme-dark .header-links, .header-vertical.color-scheme-dark .right-column {
    border-top: 2px solid rgba(150, 150, 150, .15);
    border-bottom: 2px solid rgba(150, 150, 150, .15);
}
.header-vertical.color-scheme-light {
    border-right: 2px solid rgba(255, 255, 255, .15);
}
.header-vertical.color-scheme-light .header-links, .header-vertical.color-scheme-light .right-column {
    border-top: 2px solid rgba(255, 255, 255, .15);
    border-bottom: 2px solid rgba(255, 255, 255, .15);
}
}@media (min-width:1200px) {
    .wrapper-wide .container {
    max-width: 1600px;
    width: 95%}
}@media (max-width:1024px) {
    .global-header-vertical.wrapper-boxed {
    padding-left: 0;
}
.header-vertical {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
}
.header-vertical .vertical-header-top {
    display: table;
    width: 100%;
    min-height: inherit;
}
.header-vertical .navigation-wrap, .header-vertical .vertical-header-bottom {
    display: none;
}
.header-vertical .search-button {
    display: none;
}
.header-vertical .mobile-nav-icon {
    display: inline-block;
}
.basel-products-nav .wrapper-short {
    display: none;
}
.product-list-image .quick-view {
    opacity: 1!important;
    visibility: visible!important;
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
}
body .basel-parallax {
    background-position: 50% 0!important;
}
body .basel-parallax>.gl_column-inner {
    background-position: 50% 0!important;
}
.product-list-item {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.product-list-buttons {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.product-list-item .swatches-on-grid {
    margin-bottom: 15px;
}
.product-list-content .shopify-product-details__short-description>p:last-child {
    margin-bottom: 10px;
}
}@media (max-width:1024px) and (min-width:991px) {
    .header-shop .main-nav {
    display: none;
}
.header-shop .site-logo {
    padding-left: 0;
    text-align: left;
}
.header-shop .mobile-nav-icon {
    display: inline-block;
}
.header-shop .shopping-cart .dropdown-wrap-cat {
    display: none;
}
.header-shop .shopping-cart.basel-cart-design-1>a {
    position: relative;
    text-align: center;
}
.header-shop .shopping-cart.basel-cart-design-1>a .basel-cart-number {
    padding: 0;
    margin-left: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #f7f7f7;
    color: #7e7e7e;
    position: absolute;
    top: -2px;
    left: 19px;
}
.header-shop .shopping-cart.basel-cart-design-1>a .basel-cart-subtotal {
    margin-left: 2px;
    font-size: 12px;
}
.header-shop .shopping-cart.basel-cart-design-1>a .subtotal-divider {
    display: none;
}
.header-shop .shopping-cart.basel-cart-design-1>a .basel-cart-subtotal {
    display: none;
}
.header-shop .shopping-cart.basel-cart-design-2 .basel-cart-subtotal {
    display: none;
}
.mobile-nav {
    display: block;
}
.header-split .main-nav {
    display: none;
}
.header-split .site-logo {
    position: static;
}
.header-split .right-column, .header-split .site-logo {
    flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.header-split .mobile-nav-icon {
    display: inline-block;
}
.basel-menu-price .menu-price-description {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}@media (max-width:991px) {
    body, html {
    max-width: 100%}
.page-title .entry-header {
    text-align: center;
}
.page-title .entry-header .entry-title {
    float: none;
    margin-bottom: 0;
    line-height: 1.2;
}
.page-title .entry-header .breadcrumbs {
    margin-top: 0;
    display: block;
    line-height: 2;
    float: none;
}
.title-size-default {
    padding: 20px 0;
}
.title-size-default .entry-title, .title-size-default h1 {
    font-size: 34px;
}
.title-size-large {
    padding: 40px 0;
}
.title-size-large .entry-title, .title-size-large h1 {
    font-size: 38px;
}
.title-shop.without-title.title-size-default, .title-shop.without-title.title-size-large {
    padding: 0 0;
}
.title-shop.title-design-default {
    text-align: center;
}
.title-shop.title-design-default .nav-shop h1 {
    float: none;
    margin-left: 0;
}
.title-shop.title-design-default .nav-shop .basel-back-btn+.basel-show-categories+.basel-product-categories, .title-shop.title-design-default .nav-shop .basel-back-btn+h1+.basel-show-categories+.basel-product-categories {
    padding-left: 0;
}
.title-shop.title-design-default .nav-shop .basel-back-btn+h1 {
    padding-left: 50px;
    padding-right: 50px;
}
.title-shop.title-design-disable .basel-back-btn+.basel-show-categories, .title-shop.title-design-disable .basel-back-btn+h1+.basel-show-categories {
    margin-right: 0;
}
.title-shop.title-size-large.title-design-centered .nav-shop h1 {
    line-height: 50px;
}
.title-shop .basel-back-btn {
    margin-top: 0;
    top: 10px;
}
.without-title .basel-back-btn {
    top: 2px;
}
.basel-header-overlap .title-size-small {
    padding: 70px 0 30px;
}
.basel-header-overlap .title-size-default, .basel-header-overlap .title-size-default.title-shop.without-title, .basel-header-overlap .title-size-large, .basel-header-overlap .title-size-large.title-shop.without-title {
    padding: 100px 0 60px;
}
.title-shop.title-design-centered .basel-back-btn+.basel-show-categories+.basel-product-categories, .title-shop.title-design-centered .basel-back-btn+h1+.basel-show-categories+.basel-product-categories {
    padding-left: 0;
    padding-right: 0;
}
.document-ready .mobile-nav {
    display: inline-block;
}
.topbar-wrapp .topbar-menu {
    display: none;
}
.topbar-wrapp .top-bar-left {
    text-align: center;
}
.mobile-nav-icon {
    display: inline-block;
}
.right-column .mobile-nav-icon {
    display: inline-block;
}

.right-column .header-links {
    display: none;
}
.right-column .wishlist-info-widget {
    margin-right: 0;
}
.right-column .shopping-cart .dropdown-wrap-cat {
    display: none;
}
.right-column .shopping-cart.basel-cart-design-1>a {
    position: relative;
    text-align: center;
}
.right-column .shopping-cart.basel-cart-design-1>a .basel-cart-totals {
    display: inline;
}
.right-column .shopping-cart.basel-cart-design-1>a .basel-cart-number {
    padding: 0;
    margin-left: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #f7f7f7;
    color: #7e7e7e;
    position: absolute;
    top: -2px;
    left: 19px;
}
.right-column .shopping-cart.basel-cart-design-1>a .basel-cart-subtotal {
    margin-left: 2px;
    font-size: 12px;
}
.right-column .shopping-cart.basel-cart-design-1>a .subtotal-divider {
    display: none;
}
.right-column .shopping-cart.basel-cart-design-1>a .basel-cart-subtotal {
    display: none;
}
.right-column .shopping-cart.basel-cart-design-2 .basel-cart-subtotal {
    display: none;
}
.main-header:not(.header-menu-top) .site-logo img {
    max-width: 100%}
.main-header .right-column {
    width: 50%}
.main-header .site-logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-right: 0px;}
.main-header .navigation-wrap {
    display: none;
}
.main-header .widgetarea-head {
    display: none;
}
.main-header .secondary-header {
    display: none;
}
.main-header .main-nav {
    display: none;
}
.main-header.header-categories {
    padding-bottom: 0;
}
.main-header.header-logo-center .site-logo {
    padding-left: 0;
    text-align: left;
}
.main-header.header-menu-top {
    padding: 0;
}
.main-header.header-menu-top .navigation-wrap {
    display: block;
    padding: 10px 0;
}
.main-header.header-menu-top .navigation-wrap .menu {
    display: none;
}
.main-header.header-menu-top .site-logo {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.main-header.header-menu-top .wishlist-info-widget {
    margin-right: 0;
}
.main-header.header-shop .site-logo {
    padding-left: 0;
    text-align: left;
}
.main-header.header-shop .header-links {
    display: none;
}
.main-header.header-split .site-logo {
    position: static;
    width: auto;
}
.main-header.header-split .wishlist-info-widget {
    display: none;
}
.main-header.header-split .right-column {
    width: auto;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
}
.sticky-header .right-column {
    width: 50%}
.sticky-header .site-logo {
    width: 50%}
.sticky-header .site-logo img {
    max-height: 70px;
    max-width: 100%}
.sticky-header .main-nav {
    display: none;
}
.global-header-logo-center .sticky-header .right-column {
    width: 50%}
.basel-hover-excerpt .product-element-bottom {
    border: none;
    padding: 0;
    min-height: 0;
}
.basel-hover-excerpt .btn-add {
    margin-top: 0;
}
.basel-hover-excerpt .product-title {
    line-height: 1.2;
}
.basel-hover-excerpt .product-title a {
    font-size: 15px;
}
.shopify-message .button {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 700;
    background-color: transparent;
    padding: 0;
    border: none;
    text-decoration: underline;
    color: #328c34;
}
.shopify-message .button:focus, .shopify-message .button:hover {
    background-color: transparent;
    color: #328c34;
}
.shopify .shop_table td.product-thumbnail img {
    max-width: 48px;
}
.shopify .cart-collaterals .cart_totals {
    float: none;
    width: 100%}
.shopify .cart-collaterals .cart_totals .sp-proceed-to-checkout {
    text-align: center;
}
.shopify .cart-collaterals .cart_totals .sp-proceed-to-checkout a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
}
.shopify .cart-collaterals .cross-sells {
    display: none;
}
.shopify .checkout-order-review {
    padding: 30px 15px 15px 15px;
}
.shopify .checkout-order-review .responsive-table {
    padding: 8px 5px 0 5px;
}
.col-login, .col-register, .col-register-text {
    padding-left: 20px;
    padding-right: 20px;
}
.shopify table.wishlist_table thead th {
    font-size: 14px;
}
.shopify table.wishlist_table tbody td {
    padding: 15px 5px;
}
.shopify table.wishlist_table tbody td.product-name>a {
    font-size: 12px;
}
.shopify table.wishlist_table tbody td.product-price span {
    font-size: 14px;
}
.shopify .wishlist-title h2 {
    font-size: 22px;
}
.shop-loop-head {
    text-align: center;
    margin-top: -20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: -ms-flex;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    -ms-align-items: center;
}
.shop-loop-head .basel-filter-buttons {
    margin-left: 0;
    display: block;
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
}
.shop-loop-head .shopify-breadcrumb {
    float: none;
    display: block;
}
.shop-loop-head .shopify-result-count {
    display: none;
}
.shop-loop-head .shopify-ordering {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
    position: static;
    margin-bottom: 10px;
    margin-left: 0;
}
.single-product-content .product-images.col-sm-4 .thumbs-position-left .col-md-3, .single-product-content .product-images.col-sm-6 .thumbs-position-left .col-md-3, .single-product-content .product-images.col-sm-8 .thumbs-position-left .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.single-product-content .product-images .thumbs-position-left .shopify-main-image {
    padding: 0 5px 0 0;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 5px;
}
.single-product-content .variations_form+.yith-wcwl-add-to-wishlist {
    margin-bottom: 15px;
    margin-top: 0;
}
.single-product-content .variations td.value {
    position: relative;
}
.single-product-content .variations td.value.with-swatches .reset_variations {
    right: auto;
    left: 0;
}
.single-product-content .variations .reset_variations {
    position: absolute;
    right: 0;
    bottom: -20px;
    margin-left: 0;
    margin-right: 0;
}
.single-product-content .single_variation {
    margin-top: 10px;
}
.single-product-content .entry-title {
    font-size: 32px;
}
.single-product-content #comments {
    width: auto;
    padding-right: 0;
    padding-bottom: 30px;
    float: none;
    border-bottom: 1px solid #efefef;
}
.single-product-content #review_form_wrapper {
    float: none;
    width: auto;
    border-left: none;
    border-bottom: none;
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 0;
}
.single-product-content .comment-form input[type=text] {
    max-width: 100%}
.product-design-compact .product-additional-galleries, .product-design-default .product-additional-galleries {
    text-align: left;
}
.product-design-compact .product-additional-galleries>div, .product-design-default .product-additional-galleries>div {
    margin-left: 0;
    margin-right: 0;
}
.product-design-compact .product-additional-galleries .product-video-button, .product-design-default .product-additional-galleries .product-video-button {
    margin-right: 15px;
}
.product-design-alt .variations_form+.yith-wcwl-add-to-wishlist, .product-design-sticky .variations_form+.yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
}
.product-design-alt .variations td.value.with-swatches .reset_variations, .product-design-sticky .variations td.value.with-swatches .reset_variations {
    left: 50%}
.product-design-alt .variations .reset_variations, .product-design-sticky .variations .reset_variations {
    right: auto;
    left: 50%;
    margin-left: -21px;
}
.product-design-compact #comments {
    padding-bottom: 0;
    border-bottom: 0;
}
.product-design-compact #review_form_wrapper {
    padding-top: 0;
}
.product-with-attachments .thumbs-position-left+.product-additional-galleries {
    margin-left: 0;
}
.single-breadcrumbs-wrapper {
    margin-bottom: 30px;
}
.single-breadcrumbs-wrapper .shopify-breadcrumb {
    display: none;
}
.popup-quick-view .single-product-content .variations td.value {
    position: static;
}
.blog-post-loop .entry-thumbnail, .blog-post-loop.post-single-page .entry-thumbnail {
    margin-bottom: -25px;
    margin-right: 0;
    float: none;
    width: auto;
}
.blog-post-loop .entry-title, .blog-post-loop.post-single-page .entry-title {
    margin-bottom: 10px;
    font-size: 24px;
}
.blog-post-loop .entry-meta, .blog-post-loop.post-single-page .entry-meta {
    margin-bottom: 10px;
}
.blog-post-loop .entry-meta li.meta-tags, .blog-post-loop.post-single-page .entry-meta li.meta-tags {
    display: none;
}
.blog-post-loop .entry-meta li .edit-link, .blog-post-loop.post-single-page .entry-meta li .edit-link {
    display: none;
}
.blog-post-loop.post-single-page .entry-title {
    font-size: 26px;
}
.blog-design-default .meta-post-categories {
    margin-bottom: 5px;
}
.blog-design-default .post-date {
    top: 40px;
}
.blog-design-default-alt .entry-thumbnail {
    margin-bottom: 15px;
}
.blog-design-default-alt .entry-content {
    padding: 0;
}
.blog-design-default-alt .entry-meta {
    margin-bottom: 15px;
}
.blog-design-default-alt.post-single-page .entry-thumbnail {
    margin-bottom: 15px;
}
.blog-design-masonry .entry-title {
    font-size: 20px;
}
.blog-design-masonry.post-single-page .post-date, .blog-post-loop.blog-design-masonry.post-single-page.format-gallery .post-date {
    left: 10px;
}
.blog-design-mask .entry-thumbnail {
    margin-bottom: 0;
}
.blog-design-mask h3.entry-title {
    font-size: 20px;
}
.blog-design-mask .entry-meta {
    margin-bottom: 0;
}
.blog-design-mask .has-post-thumbnail .post-mask {
    padding: 15px;
}
.blog-design-mask.col-md-2, .blog-design-mask.col-md-3, .blog-design-mask.col-md-4 {
    width: 50%}
.format-link .entry-content a {
    padding: 20px;
    font-size: 18px;
}
.blog-post-loop.format-quote .entry-thumbnail {
    margin-bottom: 15px;
}
.blog-post-loop.format-quote .post-date {
    display: none;
}
.blog-post-loop.format-quote .post-img-wrapp>a img {
    border-radius: 50%;
    max-width: 120px;
}
.blog-post-loop.format-quote .entry-content blockquote {
    font-size: 18px;
}
.blog-post-loop.format-quote .entry-content blockquote>p {
    font-size: 18px;
}
.blog-post-loop.format-quote .entry-content blockquote cite, .blog-post-loop.format-quote .entry-content blockquote cite a {
    font-size: 12px;
}
.comments-area .comment-list li .comment-body {
    padding-left: 65px;
}
.comments-area .comment-list li .comment-author>img {
    max-width: 50px;
    border-radius: 50px;
}
.comments-area .comment-list li>.children {
    padding-left: 20px;
}
.comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email, .comments-area .comment-respond .comment-form-url {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.title-wrapper.basel-title-style-bordered .liner-continer {
    display: block;
}
.title-wrapper.basel-title-style-bordered .liner-continer .left-line, .title-wrapper.basel-title-style-bordered .liner-continer .right-line {
    display: none;
}
.title-wrapper.basel-title-style-bordered .liner-continer .title {
    white-space: normal;
    max-width: none;
    overflow-x: visible;
}
.title-wrapper.basel-title-size-extra_large .title {
    font-size: 28px;
}
.title-wrapper.basel-title-size-extra_large .title-subtitle {
    font-size: 20px;
}
.title-wrapper.basel-title-size-large .title {
    font-size: 24px;
}
.title-wrapper.basel-title-size-large .title-subtitle {
    font-size: 18px;
}
.title-wrapper.basel-title-size-large .title-after_title {
    font-size: 14px;
}
.title-wrapper.basel-title-size-default .title {
    font-size: 20px;
}
.title-wrapper.basel-title-size-default .title-subtitle {
    font-size: 16px;
}
.title-wrapper.basel-title-size-default .title-after_title {
    font-size: 12px;
}
.scrollToTop {
    display: none;
}
.testimonials.testimonials-grid {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.testimonials.testimonials-grid .testimonial {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%}
.basel-images-gallery.view-grid.columns-3 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-3 .basel-gallery-item {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%}
.basel-images-gallery.view-grid.columns-4 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-4 .basel-gallery-item {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%}
.basel-images-gallery.view-grid.columns-6 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-6 .basel-gallery-item {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%}
.compare-opened {
    overflow: auto;
}
.basel-show-categories {
    display: inline-block;
}
.basel-product-categories {
    display: none;
    background-color: #f9f9f9;
}
.basel-product-categories>li {
    display: block;
}
.basel-product-categories>li>a {
    display: block;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
}
.basel-product-categories>li>a:after {
    content: none;
}
.basel-product-categories li {
    position: relative;
}
.basel-product-categories li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    line-height: 1.6;
    padding-top: 9px;
    padding-bottom: 9px;
}
.basel-product-categories li a:active {
    background-color: #1aada3;
}
.basel-product-categories li a:after {
    content: none;
}
.basel-product-categories li.has-sub>a {
    padding-left: 25px;
    padding-right: 25px;
}
.basel-product-categories li .children {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 5px;
    background-color: #f3f3f3;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -sand-transform: none;
    -o-transform: none;
    transform: none;
}
.basel-product-categories li .children li {
    padding-left: 0;
    padding-right: 0;
}
.basel-product-categories li .children li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    display: block;
    font-size: 14px;
}
.basel-product-categories li .children .children {
    background-color: #ececec;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -sand-transform: none;
    -o-transform: none;
    transform: none;
}
.basel-product-categories li .children .children:before {
    content: "\f0d8";
    color: #ececec;
}
.basel-product-categories li .children:before {
    content: "\f0d8";
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    top: -5px;
    line-height: 0;
    font-family: FontAwesome;
    font-size: 26px;
    color: #f3f3f3;
}
.basel-product-categories.responsive-cateogires li.current-cat-ancestor>a, .basel-product-categories.responsive-cateogires li.current-cat-parent>a, .basel-product-categories.responsive-cateogires li.current-cat>a {
    color: #1aada3;
}
.color-scheme-light .basel-product-categories {
    background-color: rgba(0, 0, 0, .4);
}
.color-scheme-light .basel-product-categories li .children {
    background-color: rgba(0, 0, 0, .4);
}
.color-scheme-light .basel-product-categories li .children:before {
    color: rgba(0, 0, 0, .4);
}
.categories-style-masonry-first .cat-design-center:first-child .hover-mask h3 {
    font-size: 22px;
}
.basel-menu-price .menu-price-description {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pv_paypal_container, .pv_shop_name_container {
    float: none;
    width: 100%;
    padding: 0;
}
.instagram-widget .instagram-content {
    display: none;
}
.basel-products-tabs .open-title-menu {
    display: block;
}
.basel-products-tabs .products-tabs-title {
    position: absolute;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 160px;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    transition: opacity .25s ease, visibility .25s ease, top .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease, top .25s ease;
}
.basel-products-tabs .products-tabs-title li {
    line-height: 1.2;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.basel-products-tabs .products-tabs-title.list-shown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.filters-inner-area>div:nth-of-type(4n+1) {
    clear: none;
}
.filters-inner-area>div:nth-of-type(2n+1) {
    clear: both;
}
.copyrights-wrapper .min-footer>div {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.copyrights-wrapper .min-footer>div:last-child {
    margin-bottom: 0;
}
.copyrights-wrapper .min-footer .social-icons {
    text-align: center;
}
.sticky-footer-on .footer-container {
    position: static;
}
}@media (min-width:768px) and (max-width:991px) {
    .macbook-carousel {
    width: 700px;
    height: 404px;
}
.macbook-carousel .gl_images_carousel {
    margin: 40px 130px 40px 130px;
}
.iphone-carousel {
    width: 350px;
    height: 700px;
}
.iphone-carousel .gl_images_carousel {
    margin: 89px 28px 0 29px;
    height: 522px;
}
}@media (max-width:768px) {
    .title-size-default, .title-size-large, .title-size-small {
    padding: 10px 0;
}
.product-list-content {
    margin-left: 0;
}
.blog-design-mask.post-slide .post-mask {
    text-align: center;
}
.main-header.header-menu-top .navigation-wrap .container {
    width: 100%}
.header-full-width .main-header .navigation-wrap>.container, .header-full-width .main-header .secondary-header>.container, .header-full-width .main-header>.container, .header-full-width .single-breadcrumbs-wrapper>.container, .header-full-width .sticky-header>.container, .header-full-width .topbar-wrapp>.container {
    width: 100%}
.sticky-header>.container {
    width: 100%}
.global-header-vertical .owl-carousel:hover .owl-nav div.owl-prev {
    left: 20px;
}
.global-header-vertical .owl-carousel:hover .owl-nav div.owl-next {
    right: 20px;
}
.basel-registration-page {
    padding: 0;
    margin: 0;
}
.basel-registration-page:after {
    content: none;
}
.col-register, .col-register-text {
    margin-bottom: 20px;
}
.col-login {
    margin-bottom: 50px;
}
.col-register-text {
    margin-bottom: 20px;
}
.register-or {
    display: block;
}
.shopify .shop_table.wishlist_table thead th {
    font-size: 14px;
}
.shopify .shop_table.wishlist_table thead th.product-thumbnail {
    display: none;
}
.shopify .shop_table.wishlist_table td {
    padding: 20px 5px;
}
.shopify .shop_table.wishlist_table td.product-thumbnail {
    display: none;
}
.shopify .shop_table.wishlist_table td.product-price span, .shopify .shop_table.wishlist_table td.product-subtotal span {
    font-size: 14px;
}
.shopify .shop_table.cart.shop_table_responsive thead {
    display: none;
}
.shopify .shop_table.cart.shop_table_responsive tbody tr:first-child .product-remove {
    height: 0;
}
.shopify .shop_table.cart.shop_table_responsive tbody tr:first-child .product-remove .remove {
    top: 20px;
}
.shopify .shop_table.cart.shop_table_responsive tbody td {
    display: block;
    text-align: right;
    border: none;
    padding: 5px 25px 4px 45px;

}
.shopify .shop_table.cart.shop_table_responsive tbody td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}
.shopify .shop_table.cart.shop_table_responsive .product-remove:before, .shopify .shop_table.cart.shop_table_responsive .product-thumbnail:before {
    display: none;
}
.shopify .shop_table.cart.shop_table_responsive .product-remove {
    position: absolute;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
}
.shopify .shop_table.cart.shop_table_responsive .product-remove .remove {
   position: absolute;
    left: 12px;
    top: 5px;
    bottom: 0px;
}
.shopify .shop_table.cart.shop_table_responsive .product-thumbnail {
    text-align: center;
}
.shopify .shop_table.cart.shop_table_responsive .product-thumbnail img {
    max-width: 80px;
}
.shopify .shop_table.cart.shop_table_responsive .product-quantity:before {
    line-height: 40px;
}
.shopify .shop_table.cart.shop_table_responsive .product-subtotal:before {
    line-height: 22px;
}
.shopify .cart-actions {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    text-align: center;
    margin-bottom: 50px;
}
  
  {%comment%}
  
.shopify .cart-actions>div:first-child {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
}
.shopify .cart-actions>div:last-child {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
}
    {%endcomment%}
  
.shopify .cart-actions .coupon {
    
    padding: 2%;

}
.shopify .cart-actions .coupon .input-text {
    max-width: none;
    margin-right: 0;
    margin-bottom: 4%;
    padding: 12px 15px;
}
.shopify .cart-actions .button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}
.shopify-checkout .checkout_coupon, .shopify-checkout .login {
    width: 100%;
    max-width: 100%}
.shopify-checkout .checkout_coupon p.form-row-first, .shopify-checkout .checkout_coupon p.form-row-last {
    width: 100%}
.shopify-checkout .checkout_coupon p.form-row-first {
    margin-bottom: 20px;
}
.shopify-checkout .checkout_coupon p .input-text {
    padding: 12px 10px;
}
.shopify-checkout .checkout_coupon p .button {
    padding: 14px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%}
.shopify-checkout .cart-collaterals {
    width: 80%;
    margin: 0 auto;
}
.shopify ul.shopify-thankyou-order-details, .shopify ul.sp-bacs-bank-details {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.shopify ul.shopify-thankyou-order-details li, .shopify ul.sp-bacs-bank-details li {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    margin-bottom: 30px;
}
.shopify ul.shopify-thankyou-order-details li:nth-child(even), .shopify ul.sp-bacs-bank-details li:nth-child(even) {
    border-right: none;
}
.shopify .col2-set .col-1, .shopify .col2-set .col-2, .shopify .form-row-first, .shopify .form-row-last, .shopify-page .col2-set .col-1, .shopify-page .col2-set .col-2, .shopify-page .form-row-first, .shopify-page .form-row-last {
    width: 100%;
    float: none;
}
.shopify-FormRow.invisible {
    display: none;
}
.basel-register-tabs.active-register .col-register-text {
    margin-top: 225px;
}
[class*=categories-space-] {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
}
[class*=categories-space-] .category-grid-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.cat-design-default .hover-mask h3 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.product-grid-item {
    margin-bottom: 30px;
}
.products {
    margin-left: -5px;
    margin-right: -5px;
}
.products .product-grid-item {
    padding-left: 5px;
    padding-right: 5px;
}
.products .product-grid-item {
    margin-bottom: 30px;
}
.product-label {
    min-width: 40px;
    letter-spacing: .4px;
}
.labels-rectangular .product-label {
    font-size: 10px;
    padding: 4px 7px;
}
.labels-rounded .product-label {
    min-height: 40px;
    font-size: 10px;
}
.labels-rounded .out-of-stock {
    max-width: 40px;
    font-size: 9px;
}
.product-list-item .product-title {
    font-size: 14px;
}
.product-list-item .gl_star-rating, .product-list-item .price, .product-list-item .product-list-buttons, .product-list-item .product-title, .product-list-item .swatches-on-grid {
    text-align: center;
}
.product-list-item .basel-countdown-timer, .product-list-item .product-compare-button, .product-list-item .shopify-product-details__short-description, .product-list-item .yith-wcwl-add-to-wishlist {
    display: none;
}
.product-list-item:after {
    display: none;
}
.product-list-image {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    width: 100%;
    max-width: 100%}
.product-list-info {
    padding-top: 20px;
}
.product-list-content {
    margin-left: 0;
}
.basel-hover-base .hover-mask {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.basel-hover-button>.product-element-top>a {
    opacity: 1!important;
}
.basel-hover-button>.product-element-top>a span {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    -sand-transform: none!important;
}
.basel-hover-button>.product-element-top .basel-buttons {
    opacity: 1!important;
}
.basel-hover-button>.product-element-top .hover-mask {
    display: none;
}
.basel-hover-button .yith-wcwl-add-to-wishlist>div>a {
    color: rgba(0, 0, 0, .9);
}
.basel-hover-button .yith-wcwl-add-to-wishlist>div>a:hover {
    color: rgba(0, 0, 0, .7);
}
.basel-hover-button .yith-wcwl-add-to-wishlist>div>a:after {
    border-color: rgba(0, 0, 0, .9);
}
.basel-hover-button .basel-buttons .product-compare-button>a, .basel-hover-button .basel-buttons .quick-view>a {
    color: rgba(0, 0, 0, .9);
}
.basel-hover-button .basel-buttons .product-compare-button>a:hover, .basel-hover-button .basel-buttons .quick-view>a:hover {
    color: rgba(0, 0, 0, .7);
}
.basel-hover-button .basel-buttons .product-compare-button>a:before, .basel-hover-button .basel-buttons .quick-view>a:before {
    border-color: rgba(0, 0, 0, .9);
}
.basel-hover-info {
    margin-bottom: 50px;
}
.basel-hover-info>.product-element-top {
    background-color: transparent;
}
.basel-hover-info>.product-element-top>a {
    margin-bottom: 10px;
    opacity: 1!important;
}
.basel-hover-info .hover-mask {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -sand-transform: none;
    -o-transform: none;
    transform: none;
}
.basel-hover-info .product-title a {
    color: #403d3d;
}
.basel-hover-info .product-title a:hover {
    color: #403d3d;
    opacity: .8;
}
.basel-hover-info .star-rating:before {
    color: #383838;
}
.basel-hover-info .star-rating span:before {
    color: #383838;
}
.basel-hover-info .price {
    color: #949494;
}
.basel-hover-info .price del {
    color: #bdbdbd;
}
.basel-hover-info .price del .amount {
    color: #bdbdbd;
}
.basel-hover-info .price ins .amount {
    color: #1aada3;
}
.basel-hover-info .price .amount {
    color: #949494;
}
.basel-hover-info .product-actions {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -sand-transform: none;
}
.basel-hover-info .product-actions>a {
    background-color: #000;
    color: #fff;
    border-color: #000;
    color: #000;
    background-color: transparent;
    border-width: 2px;
}
.basel-hover-info .product-actions>a:focus, .basel-hover-info .product-actions>a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333;
}
.basel-hover-info .product-actions>a.btn-style-bordered {
    background-color: transparent;
    color: #000;
}
.basel-hover-info .product-actions>a.btn-style-bordered:focus, .basel-hover-info .product-actions>a.btn-style-bordered:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.basel-hover-info .product-actions>a.btn-style-link {
    background-color: transparent;
    color: #000;
    opacity: 1;
}
.basel-hover-info .product-actions>a.btn-style-link:focus, .basel-hover-info .product-actions>a.btn-style-link:hover {
    background-color: transparent;
    color: #000;
    opacity: .7;
}
.color-scheme-light .basel-hover-info .product-title a {
    color: #fff;
}
.color-scheme-light .basel-hover-info .product-title a:hover {
    color: #fff;
    opacity: .8;
}
.color-scheme-light .basel-hover-info .product-actions>a {
    border-color: rgba(255, 255, 255, .8);
    color: #fff;
}
.basel-hover-button .yith-wcwl-add-to-wishlist>div>a, .basel-hover-info .yith-wcwl-add-to-wishlist>div>a {
    color: rgba(0, 0, 0, .9);
}
.basel-hover-button .yith-wcwl-add-to-wishlist>div>a:hover, .basel-hover-info .yith-wcwl-add-to-wishlist>div>a:hover {
    color: rgba(0, 0, 0, .7);
}
.basel-hover-button .yith-wcwl-add-to-wishlist>div>a:after, .basel-hover-info .yith-wcwl-add-to-wishlist>div>a:after {
    border-color: rgba(0, 0, 0, .9);
}
.basel-hover-button .basel-buttons .product-compare-button>a, .basel-hover-button .basel-buttons .quick-view>a, .basel-hover-info .basel-buttons .product-compare-button>a, .basel-hover-info .basel-buttons .quick-view>a {
    color: rgba(0, 0, 0, .9);
}
.basel-hover-button .basel-buttons .product-compare-button>a:hover, .basel-hover-button .basel-buttons .quick-view>a:hover, .basel-hover-info .basel-buttons .product-compare-button>a:hover, .basel-hover-info .basel-buttons .quick-view>a:hover {
    color: rgba(0, 0, 0, .7);
}
.basel-hover-button .basel-buttons .product-compare-button>a:before, .basel-hover-button .basel-buttons .quick-view>a:before, .basel-hover-info .basel-buttons .product-compare-button>a:before, .basel-hover-info .basel-buttons .quick-view>a:before {
    border-color: rgba(0, 0, 0, .9);
}
.product-grid-item:not(.basel-hover-base) .product-element-top .product-compare-button, .product-grid-item:not(.basel-hover-base) .product-element-top .quick-view, .product-grid-item:not(.basel-hover-base) .product-element-top .yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -sand-transform: none;
}
.basel-hover-alt .wrap-price {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-align-items: flex-start;
    -ms-flex-direction: column;
}
.basel-hover-alt .swatches-on-grid {
    margin-top: 5px;
}
.basel-hover-alt.product-type-external .btn-add, .basel-hover-alt.product-type-external .price, .basel-hover-alt.product-type-external .wrapp-swap, .basel-hover-alt.product-type-grouped .btn-add, .basel-hover-alt.product-type-grouped .price, .basel-hover-alt.product-type-grouped .wrapp-swap, .basel-hover-alt.purchasable .btn-add, .basel-hover-alt.purchasable .price, .basel-hover-alt.purchasable .wrapp-swap {
    height: auto;
    line-height: 1.2;
}
.basel-hover-alt.product-type-external .wrapp-swap, .basel-hover-alt.product-type-grouped .wrapp-swap, .basel-hover-alt.purchasable .wrapp-swap {
    overflow: visible;
}
.basel-hover-alt.product-type-external .price, .basel-hover-alt.product-type-grouped .price, .basel-hover-alt.purchasable .price {
    margin-bottom: 10px;
}
.basel-hover-alt.product-type-external:hover .swap-elements, .basel-hover-alt.product-type-grouped:hover .swap-elements, .basel-hover-alt.purchasable:hover .swap-elements {
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -sand-transform: none;
}
.basel-hover-link .wrapp-swap {
    height: auto;
    line-height: inherit;
    overflow: visible;
}
.basel-hover-link .price {
    height: auto;
    line-height: inherit;
    overflow: visible;
    margin-bottom: 10px;
}
.basel-hover-link .btn-add {
    height: auto;
    line-height: inherit;
}
.basel-hover-link:hover .wrapp-swap .swap-elements {
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -sand-transform: none;
}
.basel-hover-excerpt .swatches-wrapper, .basel-hover-standard .swatches-wrapper {
    -webkit-transform: none;
    transform: none;
}
.basel-hover-quick .quick-shop-wrapper {
    top: 100%}
.basel-hover-quick .variations label {
    margin-bottom: 5px;
}
.basel-hover-quick .variations tr {
    padding-bottom: 0;
    border-bottom: none;
}
.basel-hover-quick:hover .quick-shop-wrapper {
    transform: none;
    -webkit-transform: none;
}
.basel-hover-quick.quick-shop-shown .quick-shop-wrapper {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
}
.swatch-on-grid .basel-tooltip-label {
    display: none;
}
.single-product-content .product-image-summary {
    margin-bottom: 30px;
}
.single-product-content .product-image-summary .product-images {
    margin-bottom: 20px;
}
.single-product-content .entry-title {
    font-size: 28px;
}
.single-product-content .tabs {
    margin-bottom: 35px;
}
.single-product-content .tabs li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: none;
}
.single-product-content .tabs li a {
    border-bottom: 1px solid transparent;
}
.single-product-content .tabs li.active a {
    border-color: #545454;
}
.product-design-sticky .entry-summary {
    height: auto!important;
}
.product-design-sticky .entry-summary .summary-inner {
    padding: 0;
    position: static!important;
}
.product-design-sticky .entry-summary.block-sticked .summary-inner {
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
}
.product-design-sticky .entry-summary.hide-temporary {
    opacity: 1;
}
.product-design-compact .product-image-summary {
    margin-bottom: 0;
}
.product-design-compact .product-image-summary .row {
    display: block;
}
.product-design-compact .basel-scroll {
    position: static;
    overflow: visible;
}
.product-design-compact .basel-scroll .basel-scroll-content {
    position: static;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
}
.product-design-compact .basel-scroll .basel-scroll-pane {
    display: none!important;
}
.popup-quick-view .entry-summary {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 0;
}
.popup-quick-view .owl-carousel .owl-nav>div {
    filter: Alpha(Opacity=1);
    opacity: 1;
}
.popup-quick-view .owl-carousel .owl-nav>div.owl-next {
    right: 20px;
}
.popup-quick-view .owl-carousel .owl-nav>div.owl-prev {
    left: 20px;
}
.popup-quick-view .owl-carousel:hover .owl-nav div.owl-next {
    right: 20px;
}
.popup-quick-view .owl-carousel:hover .owl-nav div.owl-prev {
    left: 20px;
}
.popup-quick-view .single-product-content .product-image-summary {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup-quick-view .basel-scroll, .popup-quick-view .basel-scroll-content {
    position: static;
    padding: 0;
}
.comments-area .comment-list li .children {
    padding-left: 0;
}
.comments-area .comment-list .comment-author {
    float: none;
}
.comments-area .comment-list .comment-meta {
    text-align: left;
}
.blog-design-masonry .entry-title {
    font-size: 22px;
}
.blog-design-mask.col-md-2, .blog-design-mask.col-md-3, .blog-design-mask.col-md-4 {
    width: 100%}
.promo-banner {
    display: block;
}
.promo-banner .banner-image img {
    width: 100%}
.products-footer .basel-products-load-prev:after {
    margin-left: -8px;
}
.products-footer .basel-products-load-next, .products-footer .basel-products-load-prev {
    width: 42px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    border: none;
}
.products-footer .basel-products-load-next:after, .products-footer .basel-products-load-prev:after {
    font-size: 18px;
    line-height: 42px;
}
.products-footer.show-arrow .basel-products-load-next.disabled, .products-footer.show-arrow .basel-products-load-prev.disabled {
    opacity: .5;
}
.products-footer.show-arrow .basel-products-load-next.disabled:focus, .products-footer.show-arrow .basel-products-load-next.disabled:hover, .products-footer.show-arrow .basel-products-load-prev.disabled:focus, .products-footer.show-arrow .basel-products-load-prev.disabled:hover {
    opacity: .5;
}
.products-footer.show-arrow .basel-products-load-next:hover, .products-footer.show-arrow .basel-products-load-prev:hover {
    opacity: 1;
}
.member-layout-hover .member-image:after {
    background-color: transparent!important;
}
.member-layout-hover .member-social {
    top: auto;
    bottom: 0;
    opacity: 1;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .65) 99%, rgba(0, 0, 0, .65) 100%);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}
.member-layout-hover:hover .member-image:after {
    opacity: 0;
}
.member-layout-hover:hover .member-social {
    top: auto;
    opacity: 1;
}
.footer-container .spb_column {
    margin-bottom: 35px;
}
.footer-container .spb_column:last-child {
    margin-bottom: 0;
}
.error404 .page-header:before {
    top: -60px;
    font-size: 260px;
}
.error404 .page-title {
    padding: 70px 0;
    font-size: 50px;
}
.error404 .page-content h2 {
    font-size: 24px;
}
.error404 .page-content h6 {
    font-size: 14px;
}
.sticky-header-prepared.admin-bar .header-shop, .sticky-header-prepared.admin-bar .header-split {
    top: 46px;
}
.sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop, .sticky-header-prepared.basel-top-bar-on.admin-bar .header-split {
    top: 42px;
}
.sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop.act-scroll, .sticky-header-prepared.basel-top-bar-on.admin-bar .header-split.act-scroll {
    top: 46px;
}
.enable-sticky-header.basel-header-overlap.admin-bar .main-header {
    top: 46px;
}
.enable-sticky-header.basel-header-overlap.basel-top-bar-on.admin-bar .main-header {
    top: 42px;
}
.enable-sticky-header.basel-header-overlap.basel-top-bar-on.admin-bar .main-header.act-scroll {
    top: 46px;
}
.admin-bar .sticky-header.act-scroll {
    top: 46px;
}
.admin-bar.sticky-navigation-only.sticky-header-prepared .main-header .navigation-wrap {
    top: 46px;
}
.admin-bar .cart-widget-side, .admin-bar .mobile-nav {
    top: 46px;
}
.owl-carousel .owl-nav>div {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    filter: Alpha(Opacity=1);
    opacity: 1;
}
.owl-carousel .owl-nav>div.disabled {
    color: rgba(0, 0, 0, .3);
}
.owl-carousel .owl-nav>div.owl-next {
    right: 20px;
}
.owl-carousel .owl-nav>div.owl-prev {
    left: 20px;
}
.owl-carousel .owl-nav>div:before {
    width: 38px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
  
}
.color-scheme-light .owl-carousel .owl-nav>div {
    color: #000;
}
.color-scheme-light .owl-carousel .owl-nav>div.disabled {
    color: rgba(0, 0, 0, .3);
}
.color-scheme-light .owl-carousel .owl-nav>div:hover:not(.disabled) {
    color: rgba(0, 0, 0, .6);
}
.owl-carousel:hover .owl-nav div.owl-next {
    right: 20px;
}
.owl-carousel:hover .owl-nav div.owl-prev {
    left: 20px;
}
.product-items.owl-carousel .owl-nav, .testimonials.owl-carousel .owl-nav {
    display: none;
}
.feedback-form>p {
    float: none;
    width: auto;
}
.basel-cookies-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.basel-cookies-inner .cookies-info-text {
    padding-right: 0;
    text-align: center;
}
.basel-cookies-inner .cookies-buttons {
    margin-top: 15px;
}
.basel-my-account-sidebar, .shopify-MyAccount-content {
    float: none;
    width: 100%}
.shopify-account .shopify+.icl_post_in_other_langs {
    padding: 0;
}
.basel-products-tabs .owl-carousel .owl-nav div {
    background: 0 0;
    box-shadow: none;
}
.basel-products-tabs .owl-carousel .owl-nav div:before {
    width: 30px;
    height: 45px;
    line-height: 45px;
}
.basel-products-tabs .basel-products-load-next, .basel-products-tabs .basel-products-load-prev {
    width: 30px;
    background: 0 0;
    box-shadow: none;
}
.basel-products-tabs .basel-products-load-next:after, .basel-products-tabs .basel-products-load-prev:after {
    font-size: 14px;
    line-height: 45px;
    height: 45px;
}
.basel-images-gallery.view-grid.columns-2 .basel-gallery-item, .basel-images-gallery.view-grid.columns-3 .basel-gallery-item, .basel-images-gallery.view-grid.columns-4 .basel-gallery-item, .basel-images-gallery.view-grid.columns-6 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-2 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-3 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-4 .basel-gallery-item, .basel-images-gallery.view-masonry.columns-6 .basel-gallery-item {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%}
.product-list-item .product-compare-button, .product-list-item .shopify-product-details__short-description, .product-list-item .yith-wcwl-add-to-wishlist {
    display: none;
}
}@media (max-width:600px) {
    .enable-sticky-header.basel-header-overlap.admin-bar .main-header, .enable-sticky-header.basel-header-overlap.basel-top-bar-on.admin-bar .main-header {
    -webkit-transition: background .15s ease-in-out, top .15s ease-in-out;
    -moz-transition: background .15s ease-in-out, top .15s ease-in-out;
    -o-transition: background .15s ease-in-out, top .15s ease-in-out;
    transition: background .15s ease-in-out, top .15s ease-in-out;
}
.enable-sticky-header.basel-header-overlap.admin-bar .main-header.act-scroll, .enable-sticky-header.basel-header-overlap.basel-top-bar-on.admin-bar .main-header.act-scroll {
    top: 0;
}
.sticky-header-prepared.admin-bar .header-shop, .sticky-header-prepared.admin-bar .header-split, .sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop, .sticky-header-prepared.basel-top-bar-on.admin-bar .header-split {
    -webkit-transition: background .15s ease-in-out, top .15s ease-in-out;
    -moz-transition: background .15s ease-in-out, top .15s ease-in-out;
    -o-transition: background .15s ease-in-out, top .15s ease-in-out;
    transition: background .15s ease-in-out, top .15s ease-in-out;
}
.sticky-header-prepared.admin-bar .header-shop.act-scroll, .sticky-header-prepared.admin-bar .header-split.act-scroll, .sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop.act-scroll, .sticky-header-prepared.basel-top-bar-on.admin-bar .header-split.act-scroll {
    top: 0;
}
.admin-bar .sticky-header.act-scroll {
    top: 0;
}
.admin-bar.sticky-navigation-only.sticky-header-prepared .main-header.act-scroll .navigation-wrap {
    top: 0;
}
}@media (max-width:480px) {
    .main-header .right-column {
    padding-left: 0;
}
.main-header .site-logo {
    padding-right: 5px;
}
.main-header .left-side {
    padding-right: 0;
}
.main-header.header-split .site-logo {
    padding-right: 0;
}
.main-header.header-split .site-logo img {
    padding-left: 5px;
    padding-right: 5px;
}
.main-header.header-split .right-column>div {
    margin-left: 0;
    margin-right: 0;
}
.main-header.header-menu-top .site-logo {
    padding-left: 0;
    padding-right: 0;
}
.cart-widget-side {
    width: 300px;
}
.cart-widget-side .widget-heading .widget-title {
    font-size: 18px;
}
.basel-hover-excerpt .product-excerpt {
    display: none;
}
.basel-hover-excerpt .btn-add {
    margin-top: 5px;
}
.shopify .cart-actions .coupon .input-text {
    width: 100%}
.shopify .cart-actions .coupon label {
    width: 100%}
.shopify .cart-actions .button {
    width: 100%}
.shopify .cart-collaterals .cart_totals .responsive-table {
    background-color: transparent;
    padding: 0;
}
.shopify .addresses div.address {
    float: none;
    width: 100%}
.shopify .addresses div.address.col-1 {
    margin-bottom: 20px;
}
.shopify-checkout .login .lost_password {
    margin-bottom: 10px;
    margin-top: -10px;
    text-align: left;
}
.shopify ul.shopify-thankyou-order-details li, .shopify ul.sp-bacs-bank-details li {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.shopify-pagination {
    text-align: center;
}
.single-product-content .comment-form .comment-form-author, .single-product-content .comment-form .comment-form-email {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.single-product-content .comment-form .comment-form-author {
    margin-bottom: 15px;
}
.single-product-content .comment-form .comment-form-email {
    margin-bottom: 30px;
}
.single-product-content .comment-form .form-submit input[type=submit] {
    width: 100%}
.single-product-content .comment-form .stars {
    display: block;
    margin-left: 0;
}
.single-product-content .comment-form .stars span a {
    margin-top: 10px;
}
.single-product-content .commentlist .comment-text .star-rating {
    float: none;
}
.single-product-content .commentlist .comment-text .meta {
    display: block;
    margin-bottom: 10px;
}
.blog-post-loop .entry-title {
    font-size: 22px;
}
.blog-post-loop.post-single-page .entry-title {
    font-size: 24px;
}
.iphone-carousel, .macbook-carousel {
    background: 0 0;
    width: auto;
    height: auto;
}
.iphone-carousel .gl_images_carousel, .macbook-carousel .gl_images_carousel {
    margin: auto;
    height: auto;
}
.iphone-carousel .gl_images_carousel img, .macbook-carousel .gl_images_carousel img {
    width: 100%}
.title-wrapper.basel-title-size-extra-large .title, .title-wrapper.basel-title-size-large .title {
    font-size: 20px;
}
.title-wrapper.basel-title-size-extra-large .title-subtitle, .title-wrapper.basel-title-size-large .title-subtitle {
    font-size: 16px;
}
.title-wrapper.basel-title-size-extra-large .title-after_title, .title-wrapper.basel-title-size-large .title-after_title {
    font-size: 12px;
}
.basel-products-tabs .open-title-menu {
    overflow: hidden;
}
.error404 .page-header:before {
    top: -40px;
    font-size: 164px;
}
.error404 .page-title {
    padding: 40px 0;
    font-size: 30px;
}
}.rtl {
    direction: rtl;
}
.rtl table tr th {
    text-align: center;
}
.rtl table tr td {
    text-align: center;
}
.rtl select {
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjE5RUQwNzlFNzBDMTFFNjg4QTQ5QTg4RUFGRDhDOEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjE5RUQwNzhFNzBDMTFFNjg4QTQ5QTg4RUFGRDhDOEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Ndbl+AAAAXElEQVR42mL8//8/A7EgJyfHHEjtBGJ+IrX8BeJ4JgbSwEkgdgfij8RaAMRLSbWEWIvgFoA45FhCyCIUCyixBJdFGBZQagm6RVgtAAEWBsoBzCIlIF6OTQFAgAEAbn4cj5EL5ooAAAAASUVORK5CYII=);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 15%;
    padding-right: 15px;
    padding-left: 27px;
}
.rtl input[type=checkbox], .rtl input[type=radio] {
    margin-right: 0;
    margin-left: 5px;
}
.rtl input[type=number] {
    padding-right: 10px;
    padding-left: 0;
}
.rtl .mailchimp-input-icon:before {
    left: auto;
    right: 0;
}
.rtl .mailchimp-input-icon input[type=email] {
    padding-left: 0;
    padding-right: 25px;
}
.rtl .wpcf7-form {
    direction: rtl;
}
.rtl .feedback-form>p {
    float: right;
}
.rtl .topbar-menu {
    float: left;
}
.rtl .topbar-menu ul>li>.sub-menu-dropdown {
    right: auto;
    left: 0;
}
.rtl .topbar-menu ul>li>.sub-menu-dropdown:after {
    right: auto;
    left: 20px;
}
.rtl .topbar-menu ul li a i {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .main-header .site-logo {
    padding-left: 15px;
}
.rtl .main-header .right-column {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .main-header form.has-categories-dropdown.search-loading:after {
    right: auto;
    left: 17px;
}
.rtl .main-header form.has-categories-dropdown input[type=text] {
    padding-right: 15px;
    padding-left: 230px;
}
.rtl .main-header form.has-categories-dropdown .search-by-category {
    right: auto;
    left: 50px;
}
.rtl .main-header form.has-categories-dropdown .search-by-category .dropdown-list {
    right: auto;
    left: 0;
}
.rtl .main-header form.has-categories-dropdown .input-dropdown-inner>a:after {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .basel-cart-design-2>a .basel-cart-number, .rtl .basel-cart-design-3>a .basel-cart-number {
    left: auto;
    right: 20px;
}
.rtl .basel-cart-design-2>a .basel-cart-subtotal, .rtl .basel-cart-design-3>a .basel-cart-subtotal {
    margin-left: 0;
    margin-right: 2px;
}
.rtl.basel-cart-opened .cart-widget-side {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
}
.rtl .cart-widget-side {
    right: auto;
    left: 0;
    transform: translate3d(-340px, 0, 0);
    -webkit-transform: translate3d(-340px, 0, 0);
    -ms-transform: translate3d(-340px, 0, 0);
    -sand-transform: translate3d(-340px, 0, 0);
}
.rtl .cart-widget-side .widget-heading .widget-close {
    padding-right: 0;
    padding-left: 21px;
}
.rtl .cart-widget-side .widget-heading .widget-close:after, .rtl .cart-widget-side .widget-heading .widget-close:before {
    right: auto;
    left: 0;
    transition: 0;
}
.rtl .cart-widget-side .widget-heading .widget-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.rtl .cart-widget-side .widget-heading .widget-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rtl .widget_shopping_cart .total strong {
    float: right;
}
.rtl .widget_shopping_cart .total .amount {
    float: left;
}
.rtl .widget_shopping_cart .buttons .checkout:focus, .rtl .widget_shopping_cart .buttons .checkout:hover {
    opacity: 1;
}
.rtl .widget_shopping_cart .product_list_widget {
    text-align: right;
}
.rtl .widget_shopping_cart .product_list_widget li>a {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .widget_shopping_cart .product_list_widget li.empty {
    padding-left: 0;
    padding-right: 75px;
}
.rtl .widget_shopping_cart .product_list_widget li.empty:before {
    left: auto;
    right: 10px;
}
.rtl .widget_shopping_cart .product_list_widget li.empty:after {
    left: auto;
    right: 22px;
}
.rtl .widget_shopping_cart .product_list_widget .remove {
    right: auto;
    left: 0;
    padding-left: 0;
}
.rtl .right-column {
    text-align: left;
}
.rtl .right-column>div {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .right-column>div:first-child {
    margin-right: 0;
}
.rtl .right-column .wishlist-info-widget {
    margin-right: 10px;
    margin-left: 6px;
}
.rtl .right-column .wishlist-info-widget>a>span {
    left: auto;
    right: 20px;
}
.rtl .right-column .shopping-cart .dropdown-wrap-cat {
    right: auto;
    left: 0;
}
.rtl .header-base .site-logo {
    padding-right: 0;
}
.rtl .header-shop .main-nav {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .header-shop .right-column .header-links {
    border-right: 0;
    border-left: 2px solid #f5f5f5;
    margin-right: 0;
    margin-left: 15px;
    padding-right: 0;
    padding-left: 35px;
}
.rtl .header-simple .site-logo {
    padding-right: 0;
}
.rtl .header-split .left-side {
    text-align: right;
    padding-right: 0;
    padding-left: 15px;
}
.rtl .header-split .left-side>div {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .header-split .basel-search-dropdown .basel-search-wrapper {
    left: auto;
    right: -24px;
}
.rtl .header-logo-center .widgetarea-head {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .header-categories .site-logo {
    padding-right: 0;
}
.rtl .header-categories .right-column .wishlist-info-widget {
    margin-left: 6px;
}
.rtl .header-categories .menu-opener {
    padding: 22px 20px 22px 0;
}
.rtl .header-categories .arrow-opener {
    right: auto;
    left: 20px;
}
.rtl .header-categories .search-extended {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .header-menu-top .mobile-nav-icon {
    float: right;
}
.rtl.global-header-vertical .basel-search-full-screen .basel-search-wrapper {
    margin-left: 0;
    margin-right: 280px;
}
.rtl.global-header-vertical .basel-search-dropdown .basel-search-wrapper {
    right: 0;
    left: auto;
}
.rtl.global-header-vertical.wrapper-boxed {
    padding-left: 0;
    padding-right: 280px;
}
.rtl.global-header-vertical.wrapper-boxed .website-wrapper {
    padding-right: 0;
}
.rtl.global-header-vertical .owl-carousel:hover .owl-nav div.owl-prev {
    left: auto;
    right: -33px;
}
.rtl.global-header-vertical .owl-carousel:hover .owl-nav div.owl-next {
    right: auto;
    left: -33px;
}
.rtl .header-vertical .site-logo {
    padding-right: 0;
}
.rtl .header-vertical .main-nav ul.menu>li>.sub-menu-dropdown {
    left: auto;
    right: 90%;
    margin-left: 0;
    margin-right: 17px;
}
.rtl .header-vertical .main-nav ul.menu>li>.sub-menu-dropdown:before {
    right: auto;
    left: 100%}
.rtl .header-vertical .main-nav ul.menu>li.callto-btn.menu-item-has-children a:after {
    right: auto;
    left: 15px;
}
.rtl .header-vertical .main-nav ul.menu>li:hover>a {
    margin-left: 0;
    margin-right: 5px;
}
.rtl .header-vertical .main-nav ul.menu>li:hover>.sub-menu-dropdown {
    left: auto;
    right: 100%}
.rtl .header-vertical .main-nav ul.menu>li:hover.callto-btn>a {
    margin-right: 0;
}
.rtl .header-vertical .main-nav ul.menu .menu-item-design-default>.sub-menu-dropdown, .rtl .header-vertical .main-nav ul.menu .menu-item-design-full-width>.sub-menu-dropdown, .rtl .header-vertical .main-nav ul.menu .menu-item-design-sized>.sub-menu-dropdown {
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, right .2s ease .1s;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, right .2s ease .1s;
    left: auto;
    right: 90%}
.rtl .header-vertical .main-nav ul.menu .item-event-click.item-menu-opened>.sub-menu-dropdown, .rtl .header-vertical .main-nav ul.menu .item-event-hover:hover>.sub-menu-dropdown {
    left: auto;
    right: 100%}
.rtl .header-vertical .main-nav ul.menu>.menu-item-has-children {
    margin: 0;
}
.rtl .header-vertical .main-nav ul.menu>.menu-item-has-children>a {
    padding: 15px 15px 13px 28px;
}
.rtl .header-vertical .main-nav ul.menu>.menu-item-has-children>a:after {
    content: "\f104";
    right: auto;
    left: 15px;
}
.rtl .labels-rectangular {
    left: auto;
    right: 0;
}
.rtl .labels-rounded {
    left: auto;
    right: 5px;
}
.rtl .menu-label {
    right: auto;
    left: -5px;
}
.rtl .menu-label:after {
    content: "\f0d9";
    left: auto;
    right: 3px;
}
.rtl.global-search-full-screen.basel-search-opened .autocomplete-suggestions>div {
    margin-right: 0;
    margin-left: 15px;
}
.rtl.global-search-full-screen.basel-search-opened .autocomplete-suggestions .view-all-products {
    text-align: right;
}
.rtl .basel-search-full-screen .basel-search-inner input[type=text] {
    padding-left: 90px;
    padding-right: 0;
}
.rtl .basel-search-full-screen .basel-search-inner button {
    right: auto;
    left: 0;
}
.rtl .basel-search-full-screen .basel-search-inner form.search-loading:after {
    right: auto;
    left: 140px;
}
.rtl .basel-search-full-screen .basel-search-inner .basel-close-search {
    right: auto;
    left: 45px;
    padding-right: 0;
    padding-left: 50px;
}
.rtl .basel-search-full-screen .basel-search-inner .basel-close-search:after, .rtl .basel-search-full-screen .basel-search-inner .basel-close-search:before {
    right: auto;
    left: 0;
}
.rtl .basel-search-dropdown .basel-search-wrapper {
    right: auto;
    left: -24px;
}
.rtl .basel-search-dropdown .basel-search-wrapper .basel-search-inner form.search-loading input[type=text] {
    padding-left: 0;
    padding-right: 45px;
}
.rtl .basel-search-dropdown .basel-search-wrapper .basel-search-inner form.search-loading:after {
    left: auto;
    right: 20px;
}
.rtl .basel-search-dropdown .basel-search-wrapper .basel-search-inner form input[type=text] {
    border-right: 1px solid rgba(131, 131, 131, .2);
    border-left: 0;
}
.rtl .search-extended form.search-loading:after {
    right: auto;
    left: 12px;
}
.rtl .search-extended input[type=text] {
    padding-right: 15px;
    padding-left: 45px;
}
.rtl .search-extended #searchsubmit {
    right: auto;
    left: 0;
}
.rtl .autocomplete-suggestions .suggestion-thumb {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.rtl form.has-categories-dropdown .search-by-category {
    right: auto;
    left: 40px;
}
.rtl form.has-categories-dropdown .search-by-category .dropdown-list {
    text-align: right;
    right: auto;
    left: -40px;
}
.rtl form.has-categories-dropdown .search-by-category .dropdown-list .children li a:before {
    content: "\f104";
    padding-right: 5px;
    padding-left: 8px;
}
.rtl form.has-categories-dropdown input[type=text] {
    padding-left: 72px;
    padding-right: 15px;
}
.rtl .search-results-wrapper {
    text-align: right;
}
.rtl.error404 .page-content>.searchform input[type=text] {
    padding-left: 105px;
    padding-right: 15px;
}
.rtl.error404 .page-content>.searchform #searchsubmit {
    right: auto;
    left: 0;
}
.rtl.search-no-results.shopify .shopify-info:before {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .basel-navigation .menu>li a i {
    margin-right: 0;
    margin-left: 2px;
}
.rtl .basel-navigation .menu>li .sub-menu-dropdown {
    background-position: bottom left;
}
.rtl .basel-navigation .menu>li.menu-item-design-default ul li.menu-item-has-children:after {
    content: "\f104";
    right: auto;
    left: 14px;
}
.rtl .basel-navigation .menu>li.menu-item-design-default ul li:hover>ul {
    left: auto;
    right: 100%}
.rtl .basel-navigation .menu>li.menu-item-design-default ul li:hover>a {
    margin-left: 0;
    margin-right: 5px;
}
.rtl .basel-navigation .menu>li.menu-item-design-default .sub-menu-dropdown {
    left: auto;
    right: 0;
}
.rtl .basel-navigation .menu>li.menu-item-design-default .sub-sub-menu {
    left: auto;
    right: 80%}
.rtl .basel-navigation .menu>li.menu-item-design-full-width>.sub-menu-dropdown, .rtl .basel-navigation .menu>li.menu-item-design-sized>.sub-menu-dropdown {
    left: auto;
    right: 0;
}
.rtl .basel-navigation .menu>li.menu-item-design-full-width .sub-menu>li, .rtl .basel-navigation .menu>li.menu-item-design-sized .sub-menu>li {
    float: right;
}
.rtl .basel-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a .menu-label, .rtl .basel-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a .menu-label {
    right: auto;
    left: -25px;
}
.rtl .basel-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a:hover, .rtl .basel-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a:hover {
    margin-left: 0;
    margin-right: 5px;
}
.rtl .basel-navigation .menu>li.callto-btn.menu-item-has-children>a {
    padding-right: 21px;
    padding-left: 25px;
}
.rtl .basel-navigation .menu>li.callto-btn.menu-item-has-children>a:after {
    right: auto;
    left: 10px;
}
.rtl .main-header:not(.header-vertical) .basel-navigation .menu>li.callto-btn>.sub-menu-dropdown, .rtl .sticky-header .basel-navigation .menu>li.callto-btn>.sub-menu-dropdown {
    left: auto;
    right: 12px;
}
.rtl .main-nav .menu li {
    text-align: right;
}
.rtl .main-nav .menu>li.menu-item-has-children {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .main-nav .menu>li.menu-item-has-children a:after {
    right: auto;
    left: 1px;
}
.rtl .basel-show-categories {
    padding-right: 0;
    padding-left: 22px;
}
.rtl .basel-show-categories:after, .rtl .basel-show-categories:before {
    right: auto;
    left: 0;
}
.rtl .basel-product-categories li .children .children {
    left: auto;
    right: 100%}
.rtl .mega-navigation .menu>li.menu-item-has-children>a:after, .rtl .widget_nav_mega_menu .menu>li.menu-item-has-children>a:after {
    content: "\f104";
    right: auto;
    left: 20px;
}
.rtl .mega-navigation .menu>li.menu-item-design-default .sub-menu-dropdown, .rtl .mega-navigation .menu>li.menu-item-design-full-width .sub-menu-dropdown, .rtl .mega-navigation .menu>li.menu-item-design-sized .sub-menu-dropdown, .rtl .widget_nav_mega_menu .menu>li.menu-item-design-default .sub-menu-dropdown, .rtl .widget_nav_mega_menu .menu>li.menu-item-design-full-width .sub-menu-dropdown, .rtl .widget_nav_mega_menu .menu>li.menu-item-design-sized .sub-menu-dropdown {
    left: auto;
    right: 90%}
.rtl .mega-navigation .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .rtl .mega-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown, .rtl .widget_nav_mega_menu .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown, .rtl .widget_nav_mega_menu .menu>li.item-event-hover:hover>.sub-menu-dropdown {
    left: auto;
    right: 100%}
.rtl .mobile-nav {
    left: auto;
    right: 0;
    transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    -ms-transform: translate3d(270px, 0, 0);
    -sand-transform: translate3d(270px, 0, 0);
    direction: ltr;
}
.rtl .mobile-nav>div, .rtl .mobile-nav>form {
    direction: rtl;
}
.rtl .mobile-nav ul li a i {
    margin-right: 0;
    margin-left: 2px;
}
.rtl .mobile-nav ul li.item-with-label>a .menu-label {
    right: auto;
    left: 30px;
}
.rtl .mobile-nav ul li.menu-item-has-children>a {
    padding-right: 15px;
    padding-left: 43px;
}
.rtl .mobile-nav .sub-menu-dropdown ul:before {
    left: auto;
    right: 20px;
}
.rtl .mobile-nav .searchform input[type=text] {
    padding: 14px 18px 14px 50px;
}
.rtl .mobile-nav .searchform button {
    right: auto;
    left: 10px;
}
.rtl .mobile-nav .icon-sub-menu {
    right: auto;
    left: 0;
    padding-right: 0;
    border-left: none;
    border-right: 1px solid rgba(92, 92, 92, .23);
}
.rtl .mobile-nav .icon-sub-menu:after, .rtl .mobile-nav .icon-sub-menu:before {
    right: auto;
    left: 50%;
    margin-right: 0;
    margin-left: -5px;
}
.rtl.act-mobile-menu .mobile-nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
}
.rtl .page-title .entry-header .breadcrumbs>a:before {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .title-design-default .entry-title {
    float: right;
}
.rtl .title-design-default .breadcrumbs {
    float: left;
}
.rtl .blog-post-loop .post-date {
    left: auto;
    right: 10px;
}
.rtl .blog-post-loop .meta-post-categories {
    margin-left: 0;
    margin-right: 90px;
}
.rtl .blog-post-loop .entry-title {
    margin-left: 0;
    margin-right: 90px;
}
.rtl .blog-post-loop .entry-meta {
    margin-left: 0;
    margin-right: 92px;
}
.rtl .blog-post-loop.has-post-thumbnail .meta-post-categories {
    margin-right: 0;
}
.rtl .blog-post-loop.has-post-thumbnail .entry-title {
    margin-right: 0;
}
.rtl .blog-post-loop.has-post-thumbnail .entry-meta {
    margin-right: 0;
}
.rtl .blog-design-masonry.has-post-thumbnail .post-date {
    left: auto;
    right: 25px;
}
.rtl .blog-design-masonry.format-gallery .entry-header .entry-thumbnail+.post-date {
    left: auto;
    right: 25px;
}
.rtl .blog-design-small-images .entry-thumbnail {
    margin-right: 0;
    margin-left: 30px;
    float: right;
}
.rtl .single-post-navigation .prev-link {
    float: right;
}
.rtl .single-post-navigation .prev-link a {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .single-post-navigation .prev-link a:before {
    display: none;
}
.rtl .single-post-navigation .prev-link a:after {
    content: "\f105";
    margin-left: 10px;
    font-family: FontAwesome;
}
.rtl .single-post-navigation .next-link {
    float: left;
}
.rtl .single-post-navigation .next-link a {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .single-post-navigation .next-link a:after {
    display: none;
}
.rtl .single-post-navigation .next-link a:before {
    content: "\f104";
    margin-right: 10px;
    font-family: FontAwesome;
}
.rtl .comments-area .comment-body {
    padding-left: 0;
    padding-right: 105px;
}
.rtl .comments-area .comment-body .comment-author {
    float: right;
}
.rtl .comments-area .comment-body .comment-author img {
    left: auto;
    right: 0;
}
.rtl .comments-area .comment-body .comment-meta {
    text-align: left;
}
.rtl .comments-area .comment-body .comment-edit-link {
    margin-left: 0;
    margin-right: 5px;
}
.rtl .comments-area .comment-list li.comment .children {
    padding-left: 0;
    padding-right: 30px;
}
.rtl .blog-post-loop.post-single-page footer.entry-meta {
    margin-right: 0;
    text-align: right;
}
.rtl .author-info {
    padding-left: 0;
    padding-right: 105px;
}
.rtl .author-info .author-avatar {
    left: auto;
    right: 0;
}
.rtl .author-area .author-info {
    padding-right: 0;
}
.rtl .format-gallery .owl-carousel .owl-nav {
    right: auto;
    left: 10px;
}
.rtl .portfolio-bordered .portfolio-entry .portfolio-enlarge, .rtl .portfolio-bordered-inverse .portfolio-entry .portfolio-enlarge, .rtl .portfolio-hover .portfolio-entry .portfolio-enlarge, .rtl .portfolio-hover-inverse .portfolio-entry .portfolio-enlarge {
    right: auto;
    left: 0;
}
.rtl .portfolio-text-shown .portfolio-entry .portfolio-info {
    padding: 20px 0 20px 50px;
}
.rtl .portfolio-text-shown .portfolio-entry .portfolio-info:after {
    content: "\f104";
    right: auto;
    left: 30px;
}
.rtl .portfolio-text-shown .portfolio-entry:hover .entry-header>.portfolio-info {
    padding-right: 20px;
    padding-left: 50px;
}
.rtl .portfolio-text-shown .portfolio-entry:hover .entry-header>.portfolio-info:after {
    right: auto;
    left: 20px;
}
.rtl .portfolio-with-bg .portfolio-entry .entry-thumbnail:after, .rtl .portfolio-with-bg-alt .portfolio-entry .entry-thumbnail:after {
    content: "\f104";
    left: auto;
    right: 45%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -o-transform: translateY(-50%) translateX(50%);
    -moz-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    -sand-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}
.rtl .portfolio-with-bg .portfolio-entry:hover .entry-header>.portfolio-info:after, .rtl .portfolio-with-bg-alt .portfolio-entry:hover .entry-header>.portfolio-info:after {
    right: auto;
    left: 20px;
}
.rtl .portfolio-with-bg .portfolio-entry:hover .entry-header>.entry-thumbnail:after, .rtl .portfolio-with-bg-alt .portfolio-entry:hover .entry-header>.entry-thumbnail:after {
    left: auto;
    right: 50%}
.rtl .row-spacing-0 .portfolio-entry {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.rtl .row-spacing-2 .portfolio-entry {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}
.rtl .row-spacing-6 .portfolio-entry {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}
.rtl .row-spacing-10 .portfolio-entry {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.rtl .row-spacing-20 .portfolio-entry {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.rtl .row-spacing-30 .portfolio-entry {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.rtl .title-shop .nav-shop h1 {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}
.rtl .title-shop .basel-back-btn+.basel-show-categories+.basel-product-categories, .rtl .title-shop .basel-back-btn+h1+.basel-show-categories+.basel-product-categories {
    padding-left: 60px;
    padding-right: 60px;
}
.rtl .title-shop .basel-back-btn {
    left: auto;
    right: 0;
}
.rtl .title-shop.title-design-default .nav-shop .basel-back-btn+.basel-show-categories+.basel-product-categories, .rtl .title-shop.title-design-default .nav-shop .basel-back-btn+h1+.basel-show-categories+.basel-product-categories {
    padding-right: 60px;
    padding-left: 60px;
}
.rtl .title-shop.title-design-centered .nav-shop h1 {
    float: none;
    margin-right: 0;
}
.rtl .basel-back-btn>span:before {
    content: "\f0da";
    left: auto;
    right: -4px;
}
.rtl .basel-back-btn>span:after {
    right: auto;
    left: -1px;
}
.rtl .shop-loop-head {
    text-align: left;
}
.rtl .shop-loop-head .basel-filter-buttons {
    margin-left: 0;
    margin-right: 20px;
}
.rtl .shop-loop-head .basel-filter-buttons .open-filters {
    padding-right: 0;
    padding-left: 20px;
}
.rtl .shop-loop-head .basel-filter-buttons .open-filters:after, .rtl .shop-loop-head .basel-filter-buttons .open-filters:before {
    right: auto;
    left: 0;
}
.rtl .shop-loop-head .shopify-breadcrumb {
    float: right;
}
.rtl .shop-loop-head .shopify-ordering {
    margin-left: 0;
    margin-right: 20px;
}
.rtl .basel-products-shop-view {
    margin-left: 0;
    margin-right: 20px;
}
.rtl .basel-products-shop-view.products-view-list_grid>a:last-child {
    margin-left: 0;
    margin-right: 12px;
}
.rtl .basel-products-shop-view.products-view-grid_list>a:last-child {
    margin-right: 0;
    margin-left: 12px;
}
.rtl .product-list-item .product-list-info, .rtl .product-list-item .product-title {
    text-align: right;
}
.rtl .product-list-item .onsale, .rtl .product-list-item .out-of-stock-label {
    left: auto;
    right: 5px;
}
.rtl .product-list-item .product-list-buttons .product-compare-button, .rtl .product-list-item .product-list-buttons .yith-wcwl-add-to-wishlist {
    margin-right: 0;
    margin-left: -24px;
}
.rtl .product-list-item .product-compare-button>a:before {
    margin-right: 0;
    margin-left: 4px;
}
.rtl .product-list-item .product-compare-button>a:after {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .product-list-item:after {
    left: auto;
    right: 15px;
}
.rtl .product-list-image .quick-view {
    right: auto;
    left: 0;
}
.rtl .product-list-info {
    padding-right: 0;
    border-right: none;
    padding-left: 20px;
    border-left-width: 1px;
    border-left-style: solid;
}
.rtl .onsale, .rtl .out-of-stock-label {
    left: auto;
    right: 5px;
}
.rtl .basel-buttons {
    right: auto;
    left: 0;
}
.rtl .basel-buttons .yith-wcwl-add-to-wishlist>div .basel-tooltip-label {
    right: auto;
    left: 135%}
.rtl .basel-buttons .yith-wcwl-add-to-wishlist>div .basel-tooltip-label:before {
    content: "\f0d9";
    left: auto;
    right: 99%}
.rtl .basel-buttons .yith-wcwl-add-to-wishlist>div:hover .basel-tooltip-label {
    right: auto;
    left: 115%}
.rtl .basel-buttons .product-compare-button>a .basel-tooltip-label, .rtl .basel-buttons .quick-view>a .basel-tooltip-label {
    right: auto;
    left: 135%}
.rtl .basel-buttons .product-compare-button>a .basel-tooltip-label:before, .rtl .basel-buttons .quick-view>a .basel-tooltip-label:before {
    content: "\f0d9";
    left: auto;
    right: 99%}
.rtl .basel-buttons .product-compare-button>a:hover .basel-tooltip-label, .rtl .basel-buttons .quick-view>a:hover .basel-tooltip-label {
    right: auto;
    left: 115%}
.rtl .basel-buttons .quick-view .open-quick-view:before {
    margin-left: 5px;
}
.rtl .icon-drop-category {
    right: auto;
    left: 0;
}
.rtl .categories-space-0 {
    margin-left: 0;
    margin-right: 0;
}
.rtl .categories-space-0 .category-grid-item {
    padding-left: 0;
    padding-right: 0;
}
.rtl .categories-space-2 {
    margin-left: -1px;
    margin-right: -1px;
}
.rtl .categories-space-2 .category-grid-item {
    padding-left: 1px;
    padding-right: 1px;
}
.rtl .categories-space-6 {
    margin-left: -3px;
    margin-right: -3px;
}
.rtl .categories-space-6 .category-grid-item {
    padding-left: 3px;
    padding-right: 3px;
}
.rtl .categories-space-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.rtl .categories-space-10 .category-grid-item {
    padding-left: 5px;
    padding-right: 5px;
}
.rtl .categories-space-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.rtl .categories-space-20 .category-grid-item {
    padding-left: 10px;
    padding-right: 10px;
}
.rtl .categories-space-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.rtl .categories-space-30 .category-grid-item {
    padding-left: 15px;
    padding-right: 15px;
}
.rtl .star-rating:before {
    left: auto;
    right: 0;
}
.rtl .star-rating span {
    float: right;
    left: auto;
    right: 0;
}
.rtl .star-rating span:before {
    left: auto;
    right: 0;
}
.rtl .basel-hover-alt .product-title {
    text-align: right;
}
.rtl .basel-hover-alt .price {
    text-align: right;
}
.rtl .basel-hover-alt .btn-add>a {
    padding-left: 0;
    padding-right: 22px;
}
.rtl .basel-hover-alt .btn-add>a.product_type_grouped:before, .rtl .basel-hover-alt .btn-add>a.product_type_simple:before, .rtl .basel-hover-alt .btn-add>a.product_type_variable:before {
    left: auto;
    right: 0;
}
.rtl .basel-hover-alt .btn-add>a.add_to_cart_button:before, .rtl .basel-hover-alt .btn-add>a.added_to_cart:before, .rtl .basel-hover-alt .btn-add>a.product_type_external:before {
    left: auto;
    right: 0;
}
.rtl .basel-hover-alt .btn-add>a:after {
    left: auto;
    right: 0;
}
.rtl .basel-hover-quick .quick-shop-btn>a:before {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .basel-hover-quick .quick-shop-btn>a.add_to_cart_button.loading {
    padding-right: 0;
    padding-left: 30px;
}
.rtl .basel-hover-quick .quick-shop-btn>a:after {
    right: auto;
    left: 15px;
}
.rtl .basel-hover-quick .swatches-select>div {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .basel-hover-quick .swatches-select>div:last-child {
    margin-left: 0;
}
.rtl .basel-hover-quick .quick-shop-close {
    right: auto;
    left: 5px;
}
.rtl .basel-hover-quick .quick-shop-close>span {
    padding-right: 0;
    padding-left: 18px;
}
.rtl .basel-hover-quick .quick-shop-close>span:after, .rtl .basel-hover-quick .quick-shop-close>span:before {
    right: auto;
    left: 0;
}
.rtl .basel-hover-quick .reset_variations:before {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .swatches-on-grid .swatch-on-grid {
    margin-right: 0;
    margin-left: 8px;
}
.rtl .swatches-on-grid .swatch-on-grid:last-child {
    margin-left: 0;
}
.rtl .rpwe-alignleft {
    float: right;
}
.rtl .rpwe-alignleft {
    margin: 2px 0 2px 10px;
}
.rtl .widget_layered_nav_filters ul li {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .widget_layered_nav_filters ul li a {
    padding-left: 0;
    padding-right: 16px;
}
.rtl .widget_layered_nav_filters ul li a:after, .rtl .widget_layered_nav_filters ul li a:before {
    left: auto;
    right: 0;
}
.rtl .product_list_widget li img {
    float: right;
    margin-right: 0;
    margin-left: 12px;
}
.rtl .product_list_widget li .star-rating {
    margin-left: 0;
    margin-right: 73px;
}
.rtl .widget_archive ul>li ul li:before, .rtl .widget_categories ul>li ul li:before, .rtl .widget_nav_menu ul>li ul li:before, .rtl .widget_pages ul>li ul li:before, .rtl .widget_product_categories ul>li ul li:before {
    content: "\f104";
    padding: 0 5px 0 10px;
}
.rtl .widget_archive ul>li ul li ul, .rtl .widget_categories ul>li ul li ul, .rtl .widget_nav_menu ul>li ul li ul, .rtl .widget_pages ul>li ul li ul, .rtl .widget_product_categories ul>li ul li ul {
    margin-left: 0;
    margin-right: 20px;
}
.rtl .basel-cats-toggle {
    right: auto;
    left: 0;
}
.rtl .basel-user-panel>.basel-user-panel .user-avatar {
    left: auto;
    right: 0;
}
.rtl .basel-user-panel>.basel-user-panel .user-avatar+.user-info {
    margin-left: 0;
    margin-right: 75px;
}
.rtl .widget_rss .rss-date:before {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .widget_search .searchform div input[type=text] {
    padding-right: 15px;
    padding-left: 100px;
}
.rtl .widget_search .searchform div #searchsubmit {
    right: auto;
    left: 0;
}
.rtl .yith-woocompare-widget a.compare {
    float: left;
}
.rtl .yith-woocompare-widget ul.products-list li .remove {
    left: auto;
    right: 9px;
}
.rtl .yith-woocompare-widget ul.products-list li:not(.list_empty) {
    padding: 5px 40px 5px 0;
}
.rtl .carousel-device .owl-carousel .owl-nav {
    left: auto;
    right: 0;
}
.rtl .carousel-device .owl-carousel .owl-nav>div.owl-prev {
    left: auto;
    right: 0;
}
.rtl .carousel-device .owl-carousel .owl-nav>div.owl-next {
    right: auto;
    left: 0;
}
.rtl .carousel-device .owl-carousel:hover .owl-nav div.owl-prev {
    left: auto;
    right: 0;
}
.rtl .carousel-device .owl-carousel:hover .owl-nav div.owl-next {
    right: auto;
    left: 0;
}
.rtl .testimonial-inner {
    direction: ltr;
}
.rtl .testimonial-content {
    direction: rtl;
}
.rtl .basel-info-box2 {
    direction: ltr;
}
.rtl .basel-info-box2 .info-box-content {
    direction: rtl;
}
.rtl .PI_SimpleTwitterTweets .twitter-list li img, .rtl .PI_SimpleTwitterTweets .twitter-list li:before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -57px;
}
.rtl .PI_SimpleTwitterTweets .twitter-list li:before {
    margin-left: 0;
    margin-right: -34px;
}
.rtl .PI_SimpleTwitterTweets .twitter-list.with-tweet-icon li {
    margin-left: 0;
    margin-right: 36px;
}
.rtl .instagram-widget .instagram-pics li {
    float: right;
}
.rtl .instagram-widget .instagram-pics li a {
    left: auto;
    right: 0;
}
.rtl .instagram-widget .instagram-pics li .hover-mask {
    left: auto;
    right: 0;
}
.rtl .instagram-widget .instagram-pics li .hover-mask:after {
    content: "\f104";
    left: auto;
    right: -20px;
}
.rtl .instagram-widget .instagram-pics li:hover>.wrapp-pics>.hover-mask:after {
    left: auto;
    right: 0;
}
.rtl .instagram-widget .clear a:before {
    margin-left: 5px;
    margin-right: 0;
}
.rtl .widget_recent_comments ul li span:after {
    content: "\e04a";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    font-family: simple-line-icons;
}
.rtl .widget_recent_comments ul li:before {
    display: none;
}
.rtl .blog-footer .basel-blog-load-more:after, .rtl .blog-footer .basel-portfolio-load-more:after, .rtl .blog-footer .basel-products-load-more:after, .rtl .portfolio-footer .basel-blog-load-more:after, .rtl .portfolio-footer .basel-portfolio-load-more:after, .rtl .portfolio-footer .basel-products-load-more:after, .rtl .products-footer .basel-blog-load-more:after, .rtl .products-footer .basel-portfolio-load-more:after, .rtl .products-footer .basel-products-load-more:after {
    right: auto;
    left: 0;
}
.rtl .blog-footer .basel-blog-load-more.loading, .rtl .blog-footer .basel-portfolio-load-more.loading, .rtl .blog-footer .basel-products-load-more.loading, .rtl .portfolio-footer .basel-blog-load-more.loading, .rtl .portfolio-footer .basel-portfolio-load-more.loading, .rtl .portfolio-footer .basel-products-load-more.loading, .rtl .products-footer .basel-blog-load-more.loading, .rtl .products-footer .basel-portfolio-load-more.loading, .rtl .products-footer .basel-products-load-more.loading {
    padding-right: 20px;
    padding-left: 45px;
}
.rtl .blog-footer .basel-blog-load-more.loading:after, .rtl .blog-footer .basel-portfolio-load-more.loading:after, .rtl .blog-footer .basel-products-load-more.loading:after, .rtl .portfolio-footer .basel-blog-load-more.loading:after, .rtl .portfolio-footer .basel-portfolio-load-more.loading:after, .rtl .portfolio-footer .basel-products-load-more.loading:after, .rtl .products-footer .basel-blog-load-more.loading:after, .rtl .products-footer .basel-portfolio-load-more.loading:after, .rtl .products-footer .basel-products-load-more.loading:after {
    right: auto;
    left: 14px;
}
.rtl .title-wrapper.basel-title-style-bordered {
    direction: ltr;
}
.rtl .basel-menu-price .menu-price-image {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .basel-menu-price .menu-price-details {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .basel-price-table .price-label {
    right: auto;
    left: -31px;
    transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
}
.rtl .basel-products-load-prev:after {
    content: "\e606"}
.rtl .basel-products-load-next:after {
    content: "\e605"}
.rtl .basel-products-tabs .tabs-name img {
    margin-right: 0;
    margin-left: 8px;
}
.rtl .basel-products-tabs .tabs-navigation-wrapper {
    padding-right: 0;
    padding-left: 65px;
}
.rtl .basel-products-tabs .owl-carousel .owl-nav {
    right: auto;
    left: 0;
}
.rtl .basel-products-tabs .pagination-arrows+.products-footer {
    right: auto;
    left: 0;
}
.rtl .basel-products-tabs .open-title-menu:before {
    margin-right: 0;
    margin-left: 8px;
}
.rtl .basel-products-tabs .products-tabs-title {
    left: auto;
    right: 0;
}
.rtl .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: -20px;
}
.rtl .owl-carousel .owl-nav .owl-prev:before {
    content: "\e606"}
.rtl .owl-carousel .owl-nav .owl-next {
    right: auto;
    left: -20px;
}
.rtl .owl-carousel .owl-nav .owl-next:before {
    content: "\e605"}
.rtl .owl-carousel:hover .owl-nav .owl-prev {
    left: auto;
    right: -47px;
}
.rtl .owl-carousel:hover .owl-nav .owl-next {
    right: auto;
    left: -47px;
}
.rtl .mfp-close {
    right: auto;
    left: 0;
}
.rtl .mfp-counter {
    right: auto;
    left: 0;
}
.rtl .mfp-arrow-right {
    right: auto;
    left: 0;
}
.rtl .mfp-arrow-right .mfp-a, .rtl .mfp-arrow-right:after {
    border-left: none;
    border-right: 17px solid #fff;
}
.rtl .mfp-arrow-right .mfp-b, .rtl .mfp-arrow-right:before {
    border-left: none;
    border-right: 27px solid #3f3f3f;
}
.rtl .mfp-arrow-left {
    left: auto;
    right: 0;
}
.rtl .mfp-arrow-left .mfp-a, .rtl .mfp-arrow-left:after {
    border-right: none;
    border-left: 17px solid #fff;
}
.rtl .mfp-arrow-left .mfp-b, .rtl .mfp-arrow-left:before {
    border-right: none;
    border-left: 27px solid #3f3f3f;
}
.rtl .mfp-move-horizontal .mfp-with-anim {
    transform: translateX(50px);
}
.rtl .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    transform: translateX(0);
}
.rtl .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(-50px);
}
.rtl .mfp-wrap {
    direction: ltr;
}
.rtl .mfp-container {
    direction: rtl;
}
.rtl .pswp__button--arrow--left {
    left: auto;
    right: 0;
}
.rtl .pswp__button--arrow--left:before {
    left: auto;
    right: 6px;
    background-position: -94px -44px;
}
.rtl .pswp__button--arrow--right {
    right: auto;
    left: 0;
}
.rtl .pswp__button--arrow--right:before {
    right: auto;
    left: 6px;
    background-position: -138px -44px;
}
.rtl table.compare-list {
    direction: rtl;
}
.rtl table.compare-list th {
    text-align: right;
}
.rtl table.compare-list tr.remove a {
    padding-right: 0;
    padding-left: 25px;
}
.rtl table.compare-list tr.remove a:after, .rtl table.compare-list tr.remove a:before {
    right: auto;
    left: 0;
}
.rtl #cboxClose {
    padding-right: 0;
    padding-left: 50px;
    right: auto;
    left: 0;
}
.rtl #cboxClose:after, .rtl #cboxClose:before {
    right: auto;
    left: 0;
}
.rtl .menu-item-language .submenu-languages li:hover a {
    margin-left: 0;
    margin-right: 5px;
}
.rtl .menu-item-language img.iclflag {
    margin-right: 0;
    margin-left: 4px;
}
.rtl .header-vertical .menu-item-language .submenu-languages {
    left: auto;
    right: 90%;
    margin-left: 0;
    margin-right: 17px;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, right .2s ease .1s;
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, right .2s ease .1s;
}
.rtl .header-vertical .menu-item-language .submenu-languages:after {
    right: auto;
    left: 100%}
.rtl .header-vertical .menu-item-language:hover .submenu-languages {
    left: auto;
    right: 100%}
.rtl .icl_post_in_other_langs>a {
    margin-left: 0;
    margin-right: 3px;
}
.rtl .shopify-account .shopify+.icl_post_in_other_langs {
    float: right;
}
.rtl .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel, .rtl .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjE5RUQwNzlFNzBDMTFFNjg4QTQ5QTg4RUFGRDhDOEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjE5RUQwNzhFNzBDMTFFNjg4QTQ5QTg4RUFGRDhDOEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Ndbl+AAAAXElEQVR42mL8//8/A7EgJyfHHEjtBGJ+IrX8BeJ4JgbSwEkgdgfij8RaAMRLSbWEWIvgFoA45FhCyCIUCyixBJdFGBZQagm6RVgtAAEWBsoBzCIlIF6OTQFAgAEAbn4cj5EL5ooAAAAASUVORK5CYII=);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 15%;
    padding-right: 10px;
    padding-left: 27px;
}
.rtl .basel-threed-view {
    direction: ltr;
}
.rtl .yith-wcwl-add-to-wishlist>div>a:after {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .yith-wcwl-add-to-wishlist>div>a:before {
    margin-right: 0;
    margin-left: 2px;
}
.rtl .basel-cookies-inner .cookies-info-text {
    padding-right: 0;
    padding-left: 30px;
}
.rtl .cookies-buttons>a {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .cookies-buttons>a:last-child {
    margin-left: 0;
}
.rtl .shopify-error, .rtl .shopify-info, .rtl .shopify-message, .rtl div.wpcf7-response-output {
    padding: 14px 55px 14px 25px;
}
.rtl .shopify-error:before, .rtl .shopify-info:before, .rtl div.wpcf7-validation-errors:before {
    content: "\f071";
    left: auto;
    right: 24px;
}
.rtl .shopify-message:before, .rtl .wpcf7-mail-sent-ok:before {
    left: auto;
    right: 24px;
}
.rtl .gl_message_box {
    padding: 1em 4em 1em 1em;
}
.rtl .gl_message_box.gl_color-success:before {
    left: auto;
    right: 24px;
}
.rtl .gl_message_box.gl_color-warning:before {
    left: auto;
    right: 24px;
}
.rtl .gl_message_box.gl_color-info:before {
    left: auto;
    right: 24px;
}
.rtl .gl_message_box.gl_color-danger:before {
    left: auto;
    right: 24px;
}
.rtl .spb_text_column ol, .rtl .spb_text_column ul {
    padding-left: 0;
    padding-right: 40px;
}
.rtl .spb_text_column ul>li:before {
    content: "\f104";
    left: auto;
    right: -20px;
}
.rtl .spb_text_column ol.sub-menu, .rtl .spb_text_column ol.sub-sub-menu, .rtl .spb_text_column ul.sub-menu, .rtl .spb_text_column ul.sub-sub-menu {
    padding-right: 0;
}
.rtl .spb_text_column ol.sub-menu li, .rtl .spb_text_column ol.sub-sub-menu li, .rtl .spb_text_column ul.sub-menu li, .rtl .spb_text_column ul.sub-sub-menu li {
    position: static;
}
.rtl .spb_text_column ol.sub-menu li:before, .rtl .spb_text_column ol.sub-sub-menu li:before, .rtl .spb_text_column ul.sub-menu li:before, .rtl .spb_text_column ul.sub-sub-menu li:before {
    content: none;
}
.rtl .spb_tabs .spb_tabs_nav li {
    float: right;
}
.rtl .spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .gl_toggle_arrow .gl_toggle_icon {
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: 11px;
}
.rtl .gl_toggle .gl_toggle_title {
    padding: 10px 0;
    padding-right: 0;
    padding-left: 30px;
}
.rtl .gl_toggle_size_lg.gl_toggle_default .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_default .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_round .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_round .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_rounded .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_rounded .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_simple .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_simple .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_square .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_lg.gl_toggle_square .gl_toggle_title .gl_toggle_icon {
    left: 0;
    right: auto;
}
.rtl .gl_toggle_default .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_default .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_round .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_round .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_rounded .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_rounded .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_simple .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_simple .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_square .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_square .gl_toggle_title .gl_toggle_icon {
    right: auto;
    left: 0;
}
.rtl .gl_toggle_size_md.gl_toggle_default .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_default .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_round .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_round .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_rounded .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_rounded .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_simple .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_simple .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_square .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_md.gl_toggle_square .gl_toggle_title .gl_toggle_icon {
    left: 0;
    right: auto;
}
.rtl .gl_toggle_size_sm.gl_toggle_default .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_default .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_round .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_round .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_rounded .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_rounded .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_simple .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_simple .gl_toggle_title .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_square .gl_toggle_content .gl_toggle_icon, .rtl .gl_toggle_size_sm.gl_toggle_square .gl_toggle_title .gl_toggle_icon {
    left: 0;
    right: auto;
}
.rtl .gl_separator.gl_separator_align_left h4 {
    padding: 0 0 0 .8em;
}
.rtl .gl_separator.gl_separator_align_right h4 {
    padding: 0 .8em 0 0;
}
.rtl .shopify .col2-set .col-1, .rtl.shopify-page .col2-set .col-1 {
    float: right;
    width: 48%}
.rtl .shopify .col2-set .col-2, .rtl.shopify-page .col2-set .col-2 {
    float: left;
    width: 48%}
.rtl .shopify .form-row-first, .rtl .shopify .form-row-last, .rtl.shopify-page .form-row-first, .rtl.shopify-page .form-row-last {
    float: right;
    width: 47%;
    overflow: visible;
}
.rtl .shopify .form-row-last, .rtl.shopify-page .form-row-last {
    float: left;
}
.rtl .shopify .variation dd, .rtl .shopify .variation dt, .rtl.shopify-page .variation dd, .rtl.shopify-page .variation dt {
    float: right;
}
.rtl .shopify .variation dt, .rtl.shopify-page .variation dt {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .shopify .shopify-Address .edit, .rtl.shopify-page .shopify-Address .edit {
    margin-left: 0;
    margin-right: 5px;
}
.rtl .shopify-pagination .page-numbers li .next:before {
    content: "\e605"}
.rtl .shopify-pagination .page-numbers li .prev:before {
    content: "\e606"}
.rtl .basel-shopify-layered-nav li.chosen a {
    padding-right: 0;
    padding-left: 16px;
}
.rtl .basel-shopify-layered-nav li.chosen a:after, .rtl .basel-shopify-layered-nav li.chosen a:before {
    right: auto;
    left: 0;
}
.rtl .basel-shopify-layered-nav .filter-swatch {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .basel-shopify-layered-nav .count {
    float: left;
}
.rtl .basel-shopify-layered-nav .has-scrollbar .sp-layered-nav-term {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .basel-shopify-layered-nav .swatches-display-inline li {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .basel-shopify-layered-nav .swatches-display-inline .count {
    float: none;
}
.rtl .sidebar-inner .basel-shopify-layered-nav .has-scrollbar .sp-layered-nav-term {
    padding-left: 10px;
}
.rtl .sidebar-inner .basel-shopify-layered-nav .swatches-display-inline li {
    margin-left: 14px;
}
.rtl .basel-scroll>.basel-scroll-pane {
    right: auto;
    left: 0;
}
.rtl .basel-scroll .basel-scroll-content {
    right: 0!important;
    left: -17px;
}
.rtl .basel-scroll .basel-scroll-content.swatches-display-inline, .rtl .basel-scroll .basel-scroll-content.swatches-display-list {
    left: 0;
}
.rtl.shopify-account .select2-container .select2-selection--single .select2-selection__arrow, .rtl.shopify-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.rtl.shopify-account .select2-container .select2-selection--single .select2-selection__rendered, .rtl.shopify-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 0;
}
.rtl.shopify-account .select2-container--open .select2-dropdown, .rtl.shopify-checkout .select2-container--open .select2-dropdown {
    right: auto;
    left: 0;
}
.rtl.shopify-account .select2-container .select2-choice, .rtl.shopify-checkout .select2-container .select2-choice {
    padding: 12px 10px;
}
.rtl.shopify-account .select2-drop-active .select2-search input, .rtl.shopify-checkout .select2-drop-active .select2-search input {
    padding-right: 10px!important;
    padding-left: 35px!important;
}
.rtl.shopify-account .select2-drop-active .select2-search:after, .rtl.shopify-checkout .select2-drop-active .select2-search:after {
    right: auto;
    left: 20px;
}
.rtl .shopify-breadcrumb {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}
.rtl .shopify-breadcrumb a {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .shopify-breadcrumb a:before {
    content: "/";
    margin-left: 5px;
}
.rtl .shopify-breadcrumb a:first-child {
    position: relative;
    margin-right: 17px;
}
.rtl .shopify-breadcrumb a:first-child:before {
    display: none;
}
.rtl .shopify-breadcrumb a:first-child:after {
    position: absolute;
    right: -17px;
    top: 0;
    margin: 0;
    content: "\f015";
    font-family: FontAwesome;
}
.rtl .shopify-breadcrumb a:not(:first-child):after {
    display: none;
}
.rtl .shopify-breadcrumb span:before {
    content: "/";
    margin-left: 5px;
    color: #1b1919;
}
.rtl .popup-quick-view {
    text-align: right;
}
.rtl .popup-quick-view .entry-summary .share-title {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .popup-quick-view .basel-scroll .basel-scroll-pane {
    left: 15px;
}
.rtl .popup-quick-view .basel-scroll-content {
    padding-left: 60px;
    padding-right: 15px;
}
.rtl .popup-quick-view .single-product-content .variations .reset_variations {
    left: auto;
    right: 0;
    margin-right: 0;
}
.rtl .popup-quick-view .single-product-content .cart {
    margin-left: 0;
}
.rtl .popup-quick-view .owl-carousel .owl-nav>div.owl-next {
    right: auto;
    left: -20px;
}
.rtl .popup-quick-view .owl-carousel .owl-nav>div.owl-prev {
    left: auto;
    right: -20px;
}
.rtl .popup-quick-view .owl-carousel:hover .owl-nav div.owl-next {
    right: auto;
    left: 0;
}
.rtl .popup-quick-view .owl-carousel:hover .owl-nav div.owl-prev {
    left: auto;
    right: 0;
}
.rtl .basel-products-nav {
    float: left;
}
.rtl .basel-products-nav .product-short .product-thumb {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}
.rtl .basel-products-nav .product-btn.product-prev {
    float: right;
}
.rtl .basel-products-nav .product-btn.product-prev>a span:before {
    content: "\f0da";
    left: auto;
    right: -4px;
}
.rtl .basel-products-nav .product-btn.product-prev .wrapper-short {
    right: auto;
    left: -20px;
}
.rtl .basel-products-nav .product-btn.product-next {
    float: left;
}
.rtl .basel-products-nav .product-btn.product-next>a span:before {
    content: "\f0d9";
    right: auto;
    left: -4px;
}
.rtl .basel-products-nav .product-btn.product-next .wrapper-short {
    right: auto;
    left: 20px;
}
.rtl .basel-products-nav .product-btn:hover .wrapper-short {
    right: auto;
    left: 0;
}
.rtl .single-product-content .basel-show-product-gallery-wrap {
    right: auto;
    left: 20px;
    padding-right: 0;
    padding-left: 10px;
}
.rtl .single-product-content .variations label {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .single-product-content .variations label:after {
    margin-left: 0;
    margin-right: 2px;
}
.rtl .single-product-content .variations td {
    text-align: right;
}
.rtl .single-product-content .variations .swatches-select>div {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .single-product-content .variations .swatches-select>div:last-child {
    margin-left: 0;
}
.rtl .single-product-content .variations .reset_variations {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .single-product-content .variations .reset_variations:before {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .single-product-content .thumbs-position-bottom .thumbnails, .rtl .single-product-content .thumbs-position-left .thumbnails {
    margin-left: 0;
    margin-right: -2px;
    padding-right: 0;
    padding-left: 1px;
}
.rtl .single-product-content .shopify-product-gallery__wrapper {
    padding-right: 0;
    padding-left: 5px;
}
.rtl .single-product-content .shopify-product-rating .star-rating {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .single-product-content .cart {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .single-product-content .cart .quantity {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .single-product-content .cart .quantity .minus {
    border-right: 1px solid #e0e0e0;
    border-left: none;
}
.rtl .single-product-content .cart .quantity .plus {
    border-left: 1px solid #e0e0e0;
    border-right: none;
}
.rtl .single-product-content .entry-summary .button.compare:after {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .single-product-content .entry-summary .button.compare:before {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .single-product-content .in-stock, .rtl .single-product-content .out-of-stock {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .single-product-content .single_variation .in-stock, .rtl .single-product-content .single_variation .out-of-stock {
    margin-left: 0;
}
.rtl .single-product-content .single_variation .shopify-variation-availability, .rtl .single-product-content .single_variation .shopify-variation-price {
    float: right;
}
.rtl .single-product-content .single_variation .shopify-variation-price .price {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .single-product-content .product-images .labels-rectangular {
    right: auto;
    left: 20px;
}
.rtl .single-product-content .product-images .labels-rounded {
    right: auto;
    left: 25px;
}
.rtl .single-product-content .product-images .thumbs-position-bottom .owl-nav, .rtl .single-product-content .product-images .thumbs-position-left .owl-nav {
    right: auto;
    left: 14px;
}
.rtl .single-product-content .product-share {
    text-align: right;
}
.rtl .single-product-content .product-share .share-title {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .single-product-content .tabs li {
    margin-right: 0;
    margin-left: 30px;
}
.rtl .single-product-content .tabs li:last-child {
    margin-left: 0;
}
.rtl .single-product-content .shop_attributes th {
    text-align: right;
}
.rtl .single-product-content .shop_attributes td {
    text-align: left;
}
.rtl .single-product-content #review_form_wrapper {
    float: right;
    padding-left: 0;
    padding-right: 40px;
    border-left: none;
    border-right: 1px solid #efefef;
}
.rtl .single-product-content #comments {
    float: right;
    padding-right: 0;
    padding-left: 40px;
}
.rtl .single-product-content .commentlist .comment_container, .rtl .single-product-content .commentlist .review_comment_container {
    padding: 12px 85px 12px 12px;
}
.rtl .single-product-content .commentlist .comment_container .dokan-review-author-img img, .rtl .single-product-content .commentlist .comment_container>img, .rtl .single-product-content .commentlist .review_comment_container .dokan-review-author-img img, .rtl .single-product-content .commentlist .review_comment_container>img {
    left: auto;
    right: 0;
}
.rtl .single-product-content .commentlist .comment-text .star-rating {
    float: left;
}
.rtl .single-product-content .comment-form .comment-form-rating label {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .single-product-content .comment-form .stars span a {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .single-product-content .comment-form .stars span a:last-child {
    margin-left: 0;
}
.rtl .product-with-attachments .thumbs-position-left+.product-additional-galleries {
    margin-left: 0;
    margin-right: 27%}
.rtl .product-360-button a:before, .rtl .product-video-button a:before {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .product-type-grouped .group_table .label {
    text-align: right;
}
.rtl .product-type-grouped .group_table .quantity {
    margin-left: 0;
}
.rtl .product-type-grouped .group_table .price {
    text-align: left;
}
.rtl .product-type-grouped .group_table .in-stock, .rtl .product-type-grouped .group_table .out-of-stock {
    margin-left: 0;
    margin-right: 15px;
}
.rtl .product-design-alt .variations td, .rtl .product-design-sticky .variations td {
    text-align: center;
}
.rtl .product-design-alt .variations .reset_variations, .rtl .product-design-sticky .variations .reset_variations {
    margin-right: 10px;
    margin-left: -54px;
}
.rtl .product-design-alt .entry-summary .yith-wcwl-add-to-wishlist, .rtl .product-design-sticky .entry-summary .yith-wcwl-add-to-wishlist {
    margin-right: 0;
    margin-left: -30px;
}
.rtl .product-design-alt .product-share, .rtl .product-design-sticky .product-share {
    text-align: center;
}
.rtl .product-design-alt .single_variation .shopify-variation-availability, .rtl .product-design-alt .single_variation .shopify-variation-price, .rtl .product-design-sticky .single_variation .shopify-variation-availability, .rtl .product-design-sticky .single_variation .shopify-variation-price {
    float: none;
}
.rtl .product-design-alt .cart.variations_form+.yith-wcwl-add-to-wishlist+.clear+.compare-btn-wrapper, .rtl .product-design-sticky .cart.variations_form+.yith-wcwl-add-to-wishlist+.clear+.compare-btn-wrapper {
    margin-right: 0;
    margin-left: -30px;
}
.rtl .product-design-sticky .thumbs-position-bottom .thumbnails .image-link {
    padding-right: 2px;
    padding-left: 2px;
}
.rtl .product-design-compact .entry-summary .yith-wcwl-add-to-wishlist {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .product-design-compact .tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title:after {
    right: auto;
    left: 0;
}
.rtl .product-design-compact #comments {
    float: none;
    padding-left: 0;
}
.rtl .product-design-compact #review_form_wrapper {
    float: none;
    padding-right: 0;
    border-right: none;
}
.rtl .shop_table th.product-name {
    text-align: right;
}
.rtl .shop_table td.product-quantity .quantity .minus {
    border-right: 1px solid #e0e0e0;
    border-left: none;
}
.rtl .shop_table td.product-quantity .quantity .plus {
    border-left: 1px solid #e0e0e0;
    border-right: none;
}
.rtl .shop_table td.product-name {
    text-align: right;
}
.rtl .shopify .cart-actions {
    text-align: left;
}
.rtl .shopify .cart-actions .coupon .input-text {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .cart-collaterals .cart_totals {
    float: left;
}
.rtl .cart-collaterals .cart_totals table td {
    text-align: left;
}
.rtl .cart-collaterals .cart_totals table th {
    text-align: right;
}
.rtl .shopify-checkout-review-order-table tfoot td {
    text-align: left;
}
.rtl .shopify-checkout-review-order-table tfoot th {
    text-align: right;
}
.rtl .shopify-checkout-review-order-table .product-total {
    text-align: left;
}
.rtl .order_details thead .product-total {
    text-align: left;
}
.rtl .order_details tbody .product-total {
    text-align: left;
}
.rtl .order_details tfoot td {
    text-align: left;
}
.rtl .order_details td, .rtl .order_details th {
    text-align: right;
}
.rtl .customer_details td, .rtl .customer_details th {
    text-align: right;
}
.rtl .customer_details td {
    text-align: left;
}
.rtl .login .lost_password {
    text-align: left;
}
.rtl .login .lost_password>a {
    position: relative;
    margin-right: 17px;
}
.rtl .login .lost_password>a:before {
    display: none;
}
.rtl .login .lost_password>a:after {
    position: absolute;
    right: -17px;
    top: 0;
    content: "\e056";
    vertical-align: middle;
    font-family: simple-line-icons;
}
.rtl .basel-registration-page h2:before {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .basel-register-tabs .col-login {
    left: auto;
    right: 0;
}
.rtl .basel-register-tabs .col-register {
    left: auto;
    right: -150px;
}
.rtl .active-register .col-login {
    left: auto;
    right: -150px;
}
.rtl .active-register .col-register {
    left: auto;
    right: 0;
}
.rtl .lost_reset_password .form-row-first {
    width: 100%}
.rtl .basel-my-account-sidebar, .rtl .shopify-MyAccount-content {
    float: right;
}
.rtl.shopify-order-pay #order_review .product-subtotal, .rtl.shopify-order-pay #order_review .product-total {
    text-align: left;
}
.rtl.shopify-order-pay #order_review tfoot th {
    text-align: right;
}
.rtl.shopify-order-pay #order_review tfoot td {
    text-align: left;
}
.rtl.shopify-order-pay .wc_payment_methods li img {
    margin-left: 5px;
    margin-right: 10px;
}
.rtl.shopify-order-pay .payment_box:before {
    left: auto;
    right: 25px;
}
.rtl.shopify-checkout .shopify-error {
    padding-right: 6em;
}
.rtl.shopify-checkout .shopify-error li:before {
    content: "\f104";
    left: auto;
    right: -15px;
}
.rtl.shopify-checkout .login .lost_password {
    text-align: left;
}
.rtl.shopify-checkout .shopify-checkout-payment li img {
    margin-left: 5px;
}
.rtl.shopify-checkout .shopify-checkout-payment .payment_method_paypal img {
    margin-right: 10px;
}
.rtl.shopify-checkout .shopify-shipping-fields>h3 .input-checkbox {
    margin-left: 5px;
}
.rtl.shopify-checkout .shopify-info {
    padding: 0;
}
.rtl.shopify-checkout .shopify-info:before {
    content: none;
}
.rtl.shopify-checkout .checkout_coupon:before, .rtl.shopify-checkout .login:before {
    left: auto;
    right: 20px;
}
.rtl.shopify-checkout .create-account input[type=checkbox] {
    margin-left: 5px;
}
.rtl .scrollToTop {
    right: auto;
    left: 40px;
}
.rtl.wrapper-boxed .owl-carousel .owl-nav .owl-next {
    right: auto;
    left: 20px;
}
.rtl.wrapper-boxed .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 20px;
}
.rtl.wrapper-boxed .owl-carousel:hover .owl-nav div.owl-next {
    right: auto;
    left: 20px;
}
.rtl.wrapper-boxed .owl-carousel:hover .owl-nav div.owl-prev {
    left: auto;
    right: 20px;
}
@media (min-width:1025px) {
    .rtl.global-header-vertical .website-wrapper {
    padding-left: 0;
    padding-right: 280px;
}
.rtl.global-header-vertical.basel-cart-opened .cart-widget-side {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.rtl.global-header-vertical .cart-widget-side {
    left: auto;
    right: 280px;
    transform: translate3d(340px, 0, 0);
    -webkit-transform: translate3d(340px, 0, 0);
}
.rtl.global-header-vertical #lang_sel_footer {
    margin-left: 0;
    margin-right: 280px;
}
.rtl .header-vertical {
    left: auto;
    right: 0;
}
.rtl .header-vertical .right-column, .rtl .header-vertical .site-logo {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.rtl .header-vertical.color-scheme-dark {
    border-right: none;
    border-left: 2px solid rgba(150, 150, 150, .15);
}
.rtl .header-vertical.color-scheme-light {
    border-right: none;
    border-left: 2px solid rgba(255, 255, 255, .15);
}
}@media (max-width:1024px) {
    .rtl.global-header-vertical.wrapper-boxed {
    padding-right: 0;
}
}@media (max-width:1024px) and (min-width:991px) {
    .rtl .header-shop .site-logo {
    padding-right: 0;
    text-align: right;
}
}@media (max-width:991px) {
    .rtl .main-header.header-shop .site-logo {
    text-align: right;
    padding-left: 15px;
    padding-right: 0;
}
.rtl .right-column .shopping-cart.basel-cart-design-1>a .basel-cart-number {
    left: auto;
    right: 19px;
}
.rtl .title-shop.title-design-default .nav-shop h1 {
    float: none;
    margin-right: 0;
}
.rtl .title-shop.title-design-disable .basel-back-btn+.basel-show-categories, .rtl .title-shop.title-design-disable .basel-back-btn+h1+.basel-show-categories {
    margin-left: 0;
    margin-right: 60px;
}
.rtl .basel-product-categories li .children .children {
    left: auto;
    right: auto;
}
.rtl .single-product-content .product-images .shopify-main-image {
    padding: 0 3px 0 2px;
}
.rtl .comments-area .comment-list li .comment-body {
    padding-left: 0;
    padding-right: 65px;
}
.rtl .single-product-content .variations td.value.with-swatches .reset_variations {
    left: auto;
    right: 0;
}
.rtl .single-product-content #comments {
    padding-left: 0;
    float: none;
}
.rtl .single-product-content #review_form_wrapper {
    padding-right: 0;
    float: none;
    border-right: none;
}
.rtl .product-design-compact .product-additional-galleries, .rtl .product-design-default .product-additional-galleries {
    text-align: right;
}
.rtl .product-design-compact .product-additional-galleries .product-video-button, .rtl .product-design-default .product-additional-galleries .product-video-button {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .product-design-alt .variations td.value.with-swatches .reset_variations, .rtl .product-design-sticky .variations td.value.with-swatches .reset_variations {
    right: 50%}
.rtl .product-design-alt .variations .reset_variations, .rtl .product-design-sticky .variations .reset_variations {
    margin-right: -21px;
}
.rtl .product-with-attachments .thumbs-position-left+.product-additional-galleries {
    margin-right: 0;
}
}@media (max-width:768px) {
    .rtl .shopify .shop_table.cart tbody td {
    text-align: left;
}
.rtl .shopify .shop_table.cart tbody td:before {
    float: right;
}
.rtl .shopify .shop_table.cart .product-remove .remove {
    left: auto;
    right: 20px;
}
.rtl .shopify .shop_table.cart .product-thumbnail {
    text-align: center;
}
.rtl .shopify .col2-set .col-1, .rtl .shopify .col2-set .col-2, .rtl .shopify .form-row-first, .rtl .shopify .form-row-last, .rtl .shopify-page .col2-set .col-1, .rtl .shopify-page .col2-set .col-2, .rtl .shopify-page .form-row-first, .rtl .shopify-page .form-row-last {
    width: 100%;
    float: none;
}
.rtl.global-header-vertical .owl-carousel:hover .owl-nav div.owl-prev {
    left: auto;
    right: 20px;
}
.rtl.global-header-vertical .owl-carousel:hover .owl-nav div.owl-next {
    right: auto;
    left: 20px;
}
.rtl .owl-carousel .owl-nav>div.owl-next {
    right: auto;
    left: 20px;
}
.rtl .owl-carousel .owl-nav>div.owl-prev {
    left: auto;
    right: 20px;
}
.rtl .owl-carousel:hover .owl-nav div.owl-next {
    right: auto;
    left: 20px;
}
.rtl .owl-carousel:hover .owl-nav div.owl-prev {
    left: auto;
    right: 20px;
}
.rtl [class*=categories-space-] {
    margin-left: -5px;
    margin-right: -5px;
}
.rtl [class*=categories-space-] .category-grid-item {
    padding-left: 5px;
    padding-right: 5px;
}
.rtl .products {
    margin-left: -5px;
    margin-right: -5px;
}
.rtl .products .product-grid-item {
    padding-left: 5px;
    padding-right: 5px;
}
.rtl .popup-quick-view .owl-carousel .owl-nav>div.owl-next {
    right: auto;
    left: 20px;
}
.rtl .popup-quick-view .owl-carousel .owl-nav>div.owl-prev {
    left: auto;
    right: 20px;
}
.rtl .popup-quick-view .owl-carousel:hover .owl-nav div.owl-next {
    right: auto;
    left: 20px;
}
.rtl .popup-quick-view .owl-carousel:hover .owl-nav div.owl-prev {
    left: auto;
    right: 20px;
}
}.rtl .col-lg-1, .rtl .col-lg-10, .rtl .col-lg-11, .rtl .col-lg-12, .rtl .col-lg-2, .rtl .col-lg-3, .rtl .col-lg-4, .rtl .col-lg-5, .rtl .col-lg-6, .rtl .col-lg-7, .rtl .col-lg-8, .rtl .col-lg-9, .rtl .col-md-1, .rtl .col-md-10, .rtl .col-md-11, .rtl .col-md-12, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9, .rtl .col-sm-1, .rtl .col-sm-10, .rtl .col-sm-11, .rtl .col-sm-12, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9, .rtl .col-xs-1, .rtl .col-xs-10, .rtl .col-xs-11, .rtl .col-xs-12, .rtl .col-xs-2, .rtl .col-xs-3, .rtl .col-xs-4, .rtl .col-xs-5, .rtl .col-xs-6, .rtl .col-xs-7, .rtl .col-xs-8, .rtl .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.rtl .col-xs-1, .rtl .col-xs-10, .rtl .col-xs-11, .rtl .col-xs-12, .rtl .col-xs-2, .rtl .col-xs-3, .rtl .col-xs-4, .rtl .col-xs-5, .rtl .col-xs-6, .rtl .col-xs-7, .rtl .col-xs-8, .rtl .col-xs-9 {
    float: right;
}
.rtl .col-xs-pull-12 {
    left: 100%;
    right: auto;
}
.rtl .col-xs-pull-11 {
    left: 91.66666667%;
    right: auto;
}
.rtl .col-xs-pull-10 {
    left: 83.33333333%;
    right: auto;
}
.rtl .col-xs-pull-9 {
    left: 75%;
    right: auto;
}
.rtl .col-xs-pull-8 {
    left: 66.66666667%;
    right: auto;
}
.rtl .col-xs-pull-7 {
    left: 58.33333333%;
    right: auto;
}
.rtl .col-xs-pull-6 {
    left: 50%;
    right: auto;
}
.rtl .col-xs-pull-5 {
    left: 41.66666667%;
    right: auto;
}
.rtl .col-xs-pull-4 {
    left: 33.33333333%;
    right: auto;
}
.rtl .col-xs-pull-3 {
    left: 25%;
    right: auto;
}
.rtl .col-xs-pull-2 {
    left: 16.66666667%;
    right: auto;
}
.rtl .col-xs-pull-1 {
    left: 8.33333333%;
    right: auto;
}
.rtl .col-xs-pull-0 {
    left: auto;
    right: auto;
}
.rtl .col-xs-push-12 {
    right: 100%;
    left: 0;
}
.rtl .col-xs-push-11 {
    right: 91.66666667%;
    left: 0;
}
.rtl .col-xs-push-10 {
    right: 83.33333333%;
    left: 0;
}
.rtl .col-xs-push-9 {
    right: 75%;
    left: 0;
}
.rtl .col-xs-push-8 {
    right: 66.66666667%;
    left: 0;
}
.rtl .col-xs-push-7 {
    right: 58.33333333%;
    left: 0;
}
.rtl .col-xs-push-6 {
    right: 50%;
    left: 0;
}
.rtl .col-xs-push-5 {
    right: 41.66666667%;
    left: 0;
}
.rtl .col-xs-push-4 {
    right: 33.33333333%;
    left: 0;
}
.rtl .col-xs-push-3 {
    right: 25%;
    left: 0;
}
.rtl .col-xs-push-2 {
    right: 16.66666667%;
    left: 0;
}
.rtl .col-xs-push-1 {
    right: 8.33333333%;
    left: 0;
}
.rtl .col-xs-push-0 {
    right: auto;
    left: 0;
}
.rtl .col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0;
}
.rtl .col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
}
.rtl .col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
}
.rtl .col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0;
}
.rtl .col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
}
.rtl .col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
}
.rtl .col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0;
}
.rtl .col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
}
.rtl .col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
}
.rtl .col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0;
}
.rtl .col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
}
.rtl .col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}
.rtl .col-xs-offset-0 {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width:768px) {
    .rtl .col-sm-1, .rtl .col-sm-10, .rtl .col-sm-11, .rtl .col-sm-12, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9 {
    float: right;
}
.rtl .col-sm-pull-12 {
    left: 100%;
    right: auto;
}
.rtl .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
}
.rtl .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
}
.rtl .col-sm-pull-9 {
    left: 75%;
    right: auto;
}
.rtl .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
}
.rtl .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
}
.rtl .col-sm-pull-6 {
    left: 50%;
    right: auto;
}
.rtl .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
}
.rtl .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
}
.rtl .col-sm-pull-3 {
    left: 25%;
    right: auto;
}
.rtl .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
}
.rtl .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
}
.rtl .col-sm-pull-0 {
    left: auto;
    right: auto;
}
.rtl .col-sm-push-12 {
    right: 100%;
    left: 0;
}
.rtl .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
}
.rtl .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
}
.rtl .col-sm-push-9 {
    right: 75%;
    left: 0;
}
.rtl .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
}
.rtl .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
}
.rtl .col-sm-push-6 {
    right: 50%;
    left: 0;
}
.rtl .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
}
.rtl .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
}
.rtl .col-sm-push-3 {
    right: 25%;
    left: 0;
}
.rtl .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
}
.rtl .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
}
.rtl .col-sm-push-0 {
    right: auto;
    left: 0;
}
.rtl .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
}
.rtl .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
}
.rtl .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
}
.rtl .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
}
.rtl .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
}
.rtl .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
}
.rtl .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
}
.rtl .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
}
.rtl .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
}
.rtl .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
}
.rtl .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
}
.rtl .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}
.rtl .col-sm-offset-0 {
    margin-right: 0;
    margin-left: 0;
}
}@media (min-width:992px) {
    .rtl .col-md-1, .rtl .col-md-10, .rtl .col-md-11, .rtl .col-md-12, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9 {
    float: right;
}
.rtl .col-md-pull-12 {
    left: 100%;
    right: auto;
}
.rtl .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
}
.rtl .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
}
.rtl .col-md-pull-9 {
    left: 75%;
    right: auto;
}
.rtl .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
}
.rtl .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
}
.rtl .col-md-pull-6 {
    left: 50%;
    right: auto;
}
.rtl .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
}
.rtl .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
}
.rtl .col-md-pull-3 {
    left: 25%;
    right: auto;
}
.rtl .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
}
.rtl .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
}
.rtl .col-md-pull-0 {
    left: auto;
    right: auto;
}
.rtl .col-md-push-12 {
    right: 100%;
    left: 0;
}
.rtl .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
}
.rtl .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
}
.rtl .col-md-push-9 {
    right: 75%;
    left: 0;
}
.rtl .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
}
.rtl .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
}
.rtl .col-md-push-6 {
    right: 50%;
    left: 0;
}
.rtl .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
}
.rtl .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
}
.rtl .col-md-push-3 {
    right: 25%;
    left: 0;
}
.rtl .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
}
.rtl .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
}
.rtl .col-md-push-0 {
    right: auto;
    left: 0;
}
.rtl .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
}
.rtl .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
}
.rtl .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
}
.rtl .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
}
.rtl .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
}
.rtl .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
}
.rtl .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
}
.rtl .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
}
.rtl .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
}
.rtl .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
}
.rtl .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
}
.rtl .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}
.rtl .col-md-offset-0 {
    margin-right: 0;
    margin-left: 0;
}
}@media (min-width:1200px) {
    .rtl .col-lg-1, .rtl .col-lg-10, .rtl .col-lg-11, .rtl .col-lg-12, .rtl .col-lg-2, .rtl .col-lg-3, .rtl .col-lg-4, .rtl .col-lg-5, .rtl .col-lg-6, .rtl .col-lg-7, .rtl .col-lg-8, .rtl .col-lg-9 {
    float: right;
}
.rtl .col-lg-pull-12 {
    left: 100%;
    right: auto;
}
.rtl .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
}
.rtl .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
}
.rtl .col-lg-pull-9 {
    left: 75%;
    right: auto;
}
.rtl .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
}
.rtl .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
}
.rtl .col-lg-pull-6 {
    left: 50%;
    right: auto;
}
.rtl .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
}
.rtl .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
}
.rtl .col-lg-pull-3 {
    left: 25%;
    right: auto;
}
.rtl .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
}
.rtl .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
}
.rtl .col-lg-pull-0 {
    left: auto;
    right: auto;
}
.rtl .col-lg-push-12 {
    right: 100%;
    left: 0;
}
.rtl .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
}
.rtl .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
}
.rtl .col-lg-push-9 {
    right: 75%;
    left: 0;
}
.rtl .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
}
.rtl .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
}
.rtl .col-lg-push-6 {
    right: 50%;
    left: 0;
}
.rtl .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
}
.rtl .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
}
.rtl .col-lg-push-3 {
    right: 25%;
    left: 0;
}
.rtl .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
}
.rtl .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
}
.rtl .col-lg-push-0 {
    right: auto;
    left: 0;
}
.rtl .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
}
.rtl .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
}
.rtl .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
}
.rtl .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
}
.rtl .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
}
.rtl .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
}
.rtl .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
}
.rtl .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
}
.rtl .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
}
.rtl .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
}
.rtl .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
}
.rtl .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}
.rtl .col-lg-offset-0 {
    margin-right: 0;
    margin-left: 0;
}
}.basel-dark .autocomplete-suggestions, .basel-dark .basel-products-nav .product-short, .basel-dark .basel-promo-popup, .basel-dark .basel-search-dropdown .basel-search-wrapper .basel-search-inner, .basel-dark .blog-post-loop .post-date, .basel-dark .cart-widget-side, .basel-dark .cat-design-default .hover-mask, .basel-dark .cboxIframe, .basel-dark .chosen-container .chosen-drop, .basel-dark .format-gallery .owl-carousel .owl-nav, .basel-dark .popup-added_to_cart, .basel-dark .popup-quick-view, .basel-dark .post-slide .post-date, .basel-dark .right-column .shopping-cart .dropdown-cat, .basel-dark .scrollToTop, .basel-dark .shopify-password-hint, .basel-dark .single-product-content .basel-show-product-gallery, .basel-dark .single-product-content .product-images .thumbs-position-bottom .owl-nav, .basel-dark .single-product-content .product-images .thumbs-position-left .owl-nav, .basel-dark .single-product-content .slick-vertical>button, .basel-dark form.has-categories-dropdown .search-by-category .dropdown-list, .basel-dark option, .basel-dark.shopify-account .select2-container .select2-dropdown, .basel-dark.shopify-account .select2-drop, .basel-dark.shopify-account .select2-results, .basel-dark.shopify-checkout .select2-container .select2-dropdown, .basel-dark.shopify-checkout .select2-drop, .basel-dark.shopify-checkout .select2-results, .basel-dark.wrapper-boxed .owl-carousel .owl-nav>div, .basel-ext-dark {
    background-color: #111;
}
.basel-dark .dokan-btn-default, .basel-dark .dokan-seller-listing .dokan-seller-search-form .search-submit, .basel-dark .main-page-wrapper .status-publish center p a.button[href$="vendor_dashboard/shop_settings/"]+a.button[target="_TOP"], .basel-dark .main-page-wrapper .status-publish center p a.button[href$="vendor_dashboard/shop_settings/"]+a.button[target="_TOP"]+a.button[target="_TOP"], .basel-dark .main-page-wrapper .status-publish center p a.button[href*="/vendors/"], .basel-dark .main-page-wrapper .status-publish center p a.button[href*="/vendors/"]+a.button[href$="vendor_dashboard/shop_settings/"], .basel-dark .shopify .cart-actions input[name=update_cart], .basel-dark .widget_price_filter .price_slider_amount .button, .basel-dark .widget_search .searchform div #searchsubmit, .basel-dark .widget_shopping_cart .buttons a, .basel-dark .yith-woocompare-widget a.button.compare, .basel-dark a.dokan-btn-default, .basel-dark input[name=apply_for_vendor_submit], .basel-dark input[name=vendor_application_submit], .basel-dark input[type=submit].dokan-btn-default, .basel-dark label+input.date-pick+input.btn-inverse.btn-small, .basel-ext-greybtn-dark {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.basel-dark .dokan-btn-default:focus, .basel-dark .dokan-btn-default:hover, .basel-dark .dokan-seller-listing .dokan-seller-search-form .search-submit:focus, .basel-dark .dokan-seller-listing .dokan-seller-search-form .search-submit:hover, .basel-dark .main-page-wrapper .status-publish center p a.button[href$="vendor_dashboard/shop_settings/"]+a.button[target="_TOP"]+a.button[target="_TOP"]:focus, .basel-dark .main-page-wrapper .status-publish center p a.button[href$="vendor_dashboard/shop_settings/"]+a.button[target="_TOP"]+a.button[target="_TOP"]:hover, .basel-dark .main-page-wrapper .status-publish center p a.button[href$="vendor_dashboard/shop_settings/"]+a.button[target="_TOP"]:focus, .basel-dark .main-page-wrapper .status-publish center p a.button[href$="vendor_dashboard/shop_settings/"]+a.button[target="_TOP"]:hover, .basel-dark .main-page-wrapper .status-publish center p a.button[href*="/vendors/"]+a.button[href$="vendor_dashboard/shop_settings/"]:focus, .basel-dark .main-page-wrapper .status-publish center p a.button[href*="/vendors/"]+a.button[href$="vendor_dashboard/shop_settings/"]:hover, .basel-dark .main-page-wrapper .status-publish center p a.button[href*="/vendors/"]:focus, .basel-dark .main-page-wrapper .status-publish center p a.button[href*="/vendors/"]:hover, .basel-dark .shopify .cart-actions input[name=update_cart]:focus, .basel-dark .shopify .cart-actions input[name=update_cart]:hover, .basel-dark .widget_price_filter .price_slider_amount .button:focus, .basel-dark .widget_price_filter .price_slider_amount .button:hover, .basel-dark .widget_search .searchform div #searchsubmit:focus, .basel-dark .widget_search .searchform div #searchsubmit:hover, .basel-dark .widget_shopping_cart .buttons a:focus, .basel-dark .widget_shopping_cart .buttons a:hover, .basel-dark .yith-woocompare-widget a.button.compare:focus, .basel-dark .yith-woocompare-widget a.button.compare:hover, .basel-dark input[name=apply_for_vendor_submit]:focus, .basel-dark input[name=apply_for_vendor_submit]:hover, .basel-dark input[name=vendor_application_submit]:focus, .basel-dark input[name=vendor_application_submit]:hover, .basel-dark input[type=submit].dokan-btn-default:focus, .basel-dark input[type=submit].dokan-btn-default:hover, .basel-dark label+input.date-pick+input.btn-inverse.btn-small:focus, .basel-dark label+input.date-pick+input.btn-inverse.btn-small:hover, .basel-ext-greybtn-dark:focus, .basel-ext-greybtn-dark:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.basel-dark .basel-registration-page .basel-switch-to-register, .basel-dark .feedback-form .wpcf7-submit, .basel-dark .login .button, .basel-dark .lost_reset_password .button, .basel-dark .mc4wp-form input[type=submit], .basel-dark .register .button, .basel-dark .shopify .cart-actions .coupon .button, .basel-dark .single-product-content .cart button, .basel-dark .single-product-content .comment-form .form-submit input[type=submit], .basel-dark .wishlist_table tr td.product-add-to-cart>.add_to_cart.button, .basel-ext-primarybtn-dark {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.basel-dark .basel-registration-page .basel-switch-to-register:focus, .basel-dark .basel-registration-page .basel-switch-to-register:hover, .basel-dark .feedback-form .wpcf7-submit:focus, .basel-dark .feedback-form .wpcf7-submit:hover, .basel-dark .login .button:focus, .basel-dark .login .button:hover, .basel-dark .lost_reset_password .button:focus, .basel-dark .lost_reset_password .button:hover, .basel-dark .mc4wp-form input[type=submit]:focus, .basel-dark .mc4wp-form input[type=submit]:hover, .basel-dark .register .button:focus, .basel-dark .register .button:hover, .basel-dark .shopify .cart-actions .coupon .button:focus, .basel-dark .shopify .cart-actions .coupon .button:hover, .basel-dark .single-product-content .cart button:focus, .basel-dark .single-product-content .cart button:hover, .basel-dark .single-product-content .comment-form .form-submit input[type=submit]:focus, .basel-dark .single-product-content .comment-form .form-submit input[type=submit]:hover, .basel-dark .wishlist_table tr td.product-add-to-cart>.add_to_cart.button:focus, .basel-dark .wishlist_table tr td.product-add-to-cart>.add_to_cart.button:hover, .basel-ext-primarybtn-dark:focus, .basel-ext-primarybtn-dark:hover {
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
    opacity: .8;
}
.basel-dark {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .title, .basel-dark h1, .basel-dark h2, .basel-dark h3, .basel-dark h4, .basel-dark h5, .basel-dark h6 {
    color: #fff;
}
.basel-dark .website-wrapper {
    background: 0 0;
}
.basel-dark .main-page-wrapper {
    background: 0 0;
}
.basel-dark a {
    color: #fff;
}
.basel-dark a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark a:focus {
    color: rgba(255, 255, 255, .8);
}
.basel-dark label {
    color: rgba(255, 255, 255, .8);
}
.basel-dark select {
    background-color: transparent;
}
.basel-dark fieldset {
    border: 2px solid rgba(255, 255, 255, .1);
}
.basel-dark fieldset legend {
    color: rgba(255, 255, 255, .8);
}
.basel-dark blockquote {
    color: rgba(255, 255, 255, .8);
}
.basel-dark hr {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark mark {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
}
.basel-dark table a {
    color: #fff;
}
.basel-dark table tr th {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark table tr td {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark table tbody th, .basel-dark table tfoot th {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark input {
    background-color: transparent;
}
.basel-dark textarea {
    background-color: transparent;
}
.basel-dark input[type=email], .basel-dark input[type=number], .basel-dark input[type=password], .basel-dark input[type=tel], .basel-dark input[type=text], .basel-dark select, .basel-dark textarea {
    border: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
}
.basel-dark input[type=email]:focus, .basel-dark input[type=number]:focus, .basel-dark input[type=password]:focus, .basel-dark input[type=tel]:focus, .basel-dark input[type=text]:focus, .basel-dark select:focus, .basel-dark textarea:focus {
    border-color: rgba(255, 255, 255, .3);
}
.basel-dark .color-scheme-light input[type=email] option, .basel-dark .color-scheme-light input[type=number] option, .basel-dark .color-scheme-light input[type=password] option, .basel-dark .color-scheme-light input[type=tel] option, .basel-dark .color-scheme-light input[type=text] option, .basel-dark .color-scheme-light select option, .basel-dark .color-scheme-light textarea option {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .mc4wp-form input[type=email] {
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
}
.basel-dark .color-scheme-light .mc4wp-form input[type=email] {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .sidebar-container {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .filters-area {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .filter-widget p, .basel-dark .sidebar-widget p {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .filter-widget li, .basel-dark .sidebar-widget li {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .filter-widget li a, .basel-dark .sidebar-widget li a {
    color: #fff;
}
.basel-dark .filter-widget li>ul li, .basel-dark .sidebar-widget li>ul li {
    color: rgba(255, 255, 255, .6);
}
.basel-dark .filter-widget li>ul li a, .basel-dark .sidebar-widget li>ul li a {
    color: rgba(255, 255, 255, .6);
}
.basel-dark .search-extended #searchsubmit {
    color: #fff;
}
.basel-dark .search-extended #searchsubmit:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-search-dropdown .basel-search-wrapper .basel-search-inner form input[type=text] {
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: transparent;
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-search-dropdown .basel-search-wrapper .basel-search-inner form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4);
}
.basel-dark .basel-search-dropdown .basel-search-wrapper .basel-search-inner form ::-moz-placeholder {
    color: rgba(255, 255, 255, .4);
}
.basel-dark .basel-search-dropdown .basel-search-wrapper .basel-search-inner form :-moz-placeholder {
    color: rgba(255, 255, 255, .4);
}
.basel-dark .basel-search-dropdown .basel-search-wrapper .basel-search-inner form :-ms-input-placeholder {
    color: rgba(255, 255, 255, .4);
}
.basel-dark .basel-search-full-screen .basel-search-inner input[type=text]:focus {
    border-color: rgba(255, 255, 255, .3);
}
.basel-dark .autocomplete-suggestions {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .autocomplete-suggestions .suggestion-title {
    color: #fff;
}
.basel-dark .autocomplete-suggestions .view-all-products span {
    color: #fff;
}
.basel-dark .autocomplete-suggestions .view-all-products:focus span, .basel-dark .autocomplete-suggestions .view-all-products:hover span {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .color-scheme-light .basel-search-dropdown .autocomplete-suggestions .suggestion-title, .basel-dark .color-scheme-light .search-extended .autocomplete-suggestions .suggestion-title {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .color-scheme-light .basel-search-dropdown .autocomplete-suggestions .suggestion-price>.amount, .basel-dark .color-scheme-light .basel-search-dropdown .autocomplete-suggestions .suggestion-price>del .amount, .basel-dark .color-scheme-light .search-extended .autocomplete-suggestions .suggestion-price>.amount, .basel-dark .color-scheme-light .search-extended .autocomplete-suggestions .suggestion-price>del .amount {
    color: #fff;
}
.basel-dark form.has-categories-dropdown li a {
    color: #fff!important;
}
.basel-dark form.has-categories-dropdown li a:hover {
    background-color: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .8)!important;
}
.basel-dark form.has-categories-dropdown .search-by-category .dropdown-list {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark form.has-categories-dropdown .search-by-category li.current-item a {
    background-color: rgba(0, 0, 0, .3);
    color: #fff!important;
}
.basel-dark .main-header.color-scheme-light .search-extended {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .main-header.color-scheme-light .search-extended .input-dropdown-inner:after, .basel-dark .main-header.color-scheme-light .search-extended .input-dropdown-inner:before {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .main-header.color-scheme-light .search-extended input[type=text] {
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
}
.basel-dark.search-no-results.shopify .shopify-info {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .popup-quick-view .entry-summary .share-title {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .popup-quick-view .mfp-close:after, .basel-dark .popup-quick-view .mfp-close:before {
    background-color: #fff;
}
.basel-dark .basel-cookies-popup .cookies-accept-btn {
    border: 2px solid #fff;
    color: #fff;
}
.basel-dark .basel-promo-popup .mfp-close {
    color: #fff;
}
.basel-dark .basel-promo-popup .mfp-close:after, .basel-dark .basel-promo-popup .mfp-close:before {
    background-color: #fff;
}
.basel-dark .scrollToTop {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .basel-pagination .current, .basel-dark .basel-pagination .inactive {
    border-bottom-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-pagination .current {
    background-color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .8);
    color: #000;
}
.basel-dark .basel-pagination .inactive:focus, .basel-dark .basel-pagination .inactive:hover {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .basel-pagination .inactive:focus {
    background-color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .1);
    color: #000;
}
.basel-dark .portfolio-text-shown .portfolio-entry:hover .entry-header>.portfolio-info {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .portfolio-with-bg .portfolio-entry .portfolio-info, .basel-dark .portfolio-with-bg-alt .portfolio-entry .portfolio-info {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark.error404 .page-content h6 {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .blog-post-loop .entry-title a {
    color: #fff;
}
.basel-dark .blog-post-loop .post-date .post-date-day, .basel-dark .blog-post-loop .post-date .post-date-month {
    color: #fff;
}
.basel-dark .read-more-section .btn-read-more {
    color: #1aada3;
    border-color: #1aada3;
}
.basel-dark .read-more-section .btn-read-more:focus, .basel-dark .read-more-section .btn-read-more:hover {
    opacity: .8;
}
.basel-dark .single-post-navigation {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .comments-area .comment-body .comment-meta .comment-edit-link {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .comments-area .comment-body .comment-author .fn {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .comments-area .comment-body .comment-author .says {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .author-info .author-description .author-link {
    color: #fff;
}
.basel-dark .post-slide .post-date .post-date-day, .basel-dark .post-slide .post-date .post-date-month {
    color: #fff;
}
.basel-dark .post-slide .entry-title a {
    color: #fff;
}
.basel-dark .type-post .entry-meta a {
    color: #fff;
}
.basel-dark .type-post .entry-meta a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .type-post .entry-meta li {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .blog-design-default-alt .liner-continer .left-line:after, .basel-dark .blog-design-default-alt .liner-continer .right-line:after {
    background-color: rgba(255, 255, 255, .1);
}
.basel-dark .shopify-MyAccount-content>p:not(.shopify-info) {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .shopify-MyAccount-navigation ul {
    border: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark .shopify-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark .shopify-MyAccount-navigation ul li a {
    color: #fff;
}
.basel-dark .shopify-MyAccount-navigation ul li a:focus, .basel-dark .shopify-MyAccount-navigation ul li a:hover {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .shopify-MyAccount-navigation ul li.is-active>a {
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .single-breadcrumbs-wrapper {
    background: rgba(0, 0, 0, .3);
}
.basel-dark .product-tabs-wrapper {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .cart .quantity input[type=number] {
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}
.basel-dark .cart .quantity .minus, .basel-dark .cart .quantity .plus {
    background-color: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .cart .quantity .minus:focus, .basel-dark .cart .quantity .minus:hover, .basel-dark .cart .quantity .plus:focus, .basel-dark .cart .quantity .plus:hover {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .commentlist .comment-text .meta strong {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-product-instagram {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .basel-product-instagram .product-instagram-intro>span {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .product-type-grouped .cart {
    border-top: 2px solid rgba(255, 255, 255, .1);
}
.basel-dark .basel-back-btn>span {
    background-color: #fff;
}
.basel-dark .basel-back-btn>span:before {
    color: #fff;
}
.basel-dark .basel-back-btn>span:after {
    background-color: #fff;
}
.basel-dark .basel-products-nav .product-btn>a span {
    background-color: #fff;
}
.basel-dark .basel-products-nav .product-btn>a span:before {
    color: #fff;
}
.basel-dark .basel-products-nav .product-short {
    border: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark .basel-products-loader:after {
    border-color: rgba(255, 255, 255, .8);
}
.basel-dark .add_to_cart_button:after {
    border-color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-buttons .product-compare-button>a:before, .basel-dark .basel-buttons .quick-view>a:before {
    color: #fff;
}
.basel-dark .basel-buttons .product-compare-button>a.loading:before, .basel-dark .basel-buttons .quick-view>a.loading:before {
    border-color: #fff;
}
.basel-dark .basel-buttons .product-compare-button>a {
    background-color: transparent;
}
.basel-dark .product-grid-item .product-element-top:after {
    border-color: #fff;
}
.basel-dark .basel-hover-alt .btn-add>a {
    color: #fff;
}
.basel-dark .basel-hover-alt .btn-add>a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-hover-quick select {
    color: #000;
}
.basel-dark .basel-hover-quick select option {
    color: #fff;
}
.basel-dark .basel-hover-quick .variations label {
    color: #000;
}
.basel-dark .basel-hover-quick .reset_variations {
    color: #000;
}
.basel-dark .amount {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .price del {
    color: rgba(255, 255, 255, .4);
}
.basel-dark .price del>.amount {
    color: rgba(255, 255, 255, .6);
}
.basel-dark .shop-loop-head .basel-filter-buttons .open-filters {
    color: #fff;
}
.basel-dark .shop-loop-head .basel-filter-buttons .open-filters:after, .basel-dark .shop-loop-head .basel-filter-buttons .open-filters:before {
    background-color: #fff;
}
.basel-dark .shop-loop-head .shopify-result-count {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .basel-products-shop-view svg {
    fill: #fff;
}
.basel-dark .product-list-item .product-title>a {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .product-list-item .product-title>a:hover {
    border-color: rgba(255, 255, 255, .5);
}
.basel-dark .product-list-item .product-list-buttons .product-compare-button>a:after {
    border-color: #fff;
}
.basel-dark .product-list-item:after {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .product-list-info {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .cat-design-default .hover-mask h3 {
    color: #fff;
}
.basel-dark .cat-design-alt .hover-mask>a:not(.category-link-overlay) {
    color: rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark .cat-design-alt .hover-mask>a:not(.category-link-overlay):hover {
    border-color: rgba(255, 255, 255, .5);
}
.basel-dark .shopify-pagination .page-numbers li a, .basel-dark .shopify-pagination .page-numbers li span {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .1);
}
.basel-dark .shopify-pagination .page-numbers li a:focus, .basel-dark .shopify-pagination .page-numbers li a:hover {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .shopify-pagination .page-numbers li .next:focus, .basel-dark .shopify-pagination .page-numbers li .next:hover, .basel-dark .shopify-pagination .page-numbers li .prev:focus, .basel-dark .shopify-pagination .page-numbers li .prev:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .shopify-pagination .page-numbers li .current {
    background-color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .1);
    color: #000;
}
.basel-dark .single-product-content #tab-seller ul li>span {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content #tab-seller ul li>span.details {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .basel-show-product-gallery:after {
    color: #fff;
}
.basel-dark .single-product-content .basel-show-product-gallery:hover:after {
    color: rgba(255, 255, 255, .6);
}
.basel-dark .single-product-content .slick-vertical>button {
    color: #fff;
}
.basel-dark .single-product-content .slick-vertical>button.slick-prev {
    border-color: transparent;
}
.basel-dark .single-product-content .slick-vertical>button.slick-next {
    border-color: transparent;
}
.basel-dark .single-product-content .slick-vertical>button:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .entry-summary .yith-wcwl-add-to-wishlist>div>a:before {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .basel-dark .single-product-content .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    color: #1aada3;
}
.basel-dark .single-product-content .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.feid-in>a {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .entry-summary .button.compare {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .entry-summary .button.compare:before {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .entry-summary .button.compare:after {
    border-color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .variations_form+.yith-wcwl-add-to-wishlist {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark .single-product-content .variations .swatches-select>div {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .variations .swatches-select>div:hover {
    border-color: #fff;
}
.basel-dark .single-product-content .variations .swatches-select .colored-swatch:hover:after, .basel-dark .single-product-content .variations .swatches-select .image-swatch:hover:after {
    border-color: #fff;
}
.basel-dark .single-product-content .variations .swatches-select .colored-swatch.active-swatch:after, .basel-dark .single-product-content .variations .swatches-select .image-swatch.active-swatch:after {
    border-color: #fff;
}
.basel-dark .single-product-content .variations .swatches-select .active-swatch {
    border-color: #fff;
}
.basel-dark .single-product-content .product_meta {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .single-product-content .product_meta>span {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .product_meta>span a, .basel-dark .single-product-content .product_meta>span span {
    color: #fff;
}
.basel-dark .single-product-content .product-share .share-title {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .shopify-breadcrumb a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .shopify-product-rating .star-rating span:before {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .shopify-product-rating .shopify-review-link {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .single-product-content .tabs li {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .single-product-content .tabs li a {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .single-product-content .tabs li a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .tabs li.active {
    border-color: #fff;
}
.basel-dark .single-product-content .tabs li.active a {
    color: #fff;
}
.basel-dark .single-product-content input[type=email], .basel-dark .single-product-content input[type=text], .basel-dark .single-product-content textarea {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content input[type=email]:focus, .basel-dark .single-product-content input[type=text]:focus, .basel-dark .single-product-content textarea:focus {
    background-color: transparent;
}
.basel-dark .single-product-content #review_form_wrapper {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .product-360-button a:before, .basel-dark .product-video-button a:before {
    background: rgba(255, 255, 255, .8);
}
.basel-dark .product-design-alt .entry-summary .yith-wcwl-add-to-wishlist {
    border: none;
}
.basel-dark .product-design-alt .product_meta {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .product-design-sticky .entry-summary .yith-wcwl-add-to-wishlist {
    border: none;
}
.basel-dark .product-design-sticky .product_meta {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .product-design-compact .entry-summary .variations_form+.yith-wcwl-add-to-wishlist {
    border-top: none;
}
.basel-dark .tabs-layout-accordion {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .tabs-layout-accordion .basel-tab-wrapper {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .basel-registration-page:after {
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark .login .lost_password>a {
    color: #fff;
}
.basel-dark .active-register .col-register {
    background-color: transparent;
}
.basel-dark .shopify-password-hint:after {
    color: #111;
}
.basel-dark .shopify ul.shopify-thankyou-order-details li, .basel-dark .shopify ul.sp-bacs-bank-details li, .basel-dark.shopify-page ul.shopify-thankyou-order-details li, .basel-dark.shopify-page ul.sp-bacs-bank-details li {
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
}
.basel-dark .shopify ul.shopify-thankyou-order-details li strong, .basel-dark .shopify ul.sp-bacs-bank-details li strong, .basel-dark.shopify-page ul.shopify-thankyou-order-details li strong, .basel-dark.shopify-page ul.sp-bacs-bank-details li strong {
    color: #fff;
}
.basel-dark .shopify ul.shopify-thankyou-order-details .amount, .basel-dark .shopify ul.sp-bacs-bank-details .amount, .basel-dark.shopify-page ul.shopify-thankyou-order-details .amount, .basel-dark.shopify-page ul.sp-bacs-bank-details .amount {
    color: #fff;
}
.basel-dark .shopify ul.shopify-thankyou-order-details+p, .basel-dark .shopify ul.sp-bacs-bank-details+p, .basel-dark.shopify-page ul.shopify-thankyou-order-details+p, .basel-dark.shopify-page ul.sp-bacs-bank-details+p {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .shopify input[name=save_account_details]:focus, .basel-dark .shopify input[name=save_account_details]:hover, .basel-dark .shopify input[name=save_address]:focus, .basel-dark .shopify input[name=save_address]:hover, .basel-dark .shopify input[name=track]:focus, .basel-dark .shopify input[name=track]:hover, .basel-dark.shopify-page input[name=save_account_details]:focus, .basel-dark.shopify-page input[name=save_account_details]:hover, .basel-dark.shopify-page input[name=save_address]:focus, .basel-dark.shopify-page input[name=save_address]:hover, .basel-dark.shopify-page input[name=track]:focus, .basel-dark.shopify-page input[name=track]:hover {
    color: #fff;
}
.basel-dark.shopify-account .select2-container .select2-selection, .basel-dark.shopify-checkout .select2-container .select2-selection {
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: transparent;
}
.basel-dark.shopify-account .select2-container .select2-dropdown, .basel-dark.shopify-checkout .select2-container .select2-dropdown {
    border: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark.shopify-account .select2-container--default .select2-selection--single .select2-selection__rendered, .basel-dark.shopify-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-account .select2-container--default .select2-results__option[aria-selected=true], .basel-dark.shopify-checkout .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark.shopify-account .select2-container .select2-choice, .basel-dark.shopify-checkout .select2-container .select2-choice {
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: transparent!important;
}
.basel-dark.shopify-account .select2-container .select2-choice .select2-arrow b:after, .basel-dark.shopify-checkout .select2-container .select2-choice .select2-arrow b:after {
    border-top-color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-account .select2-container .select2-choice>.select2-chosen, .basel-dark.shopify-checkout .select2-container .select2-choice>.select2-chosen {
    color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-account .select2-dropdown-open .select2-choice .select2-arrow b:after, .basel-dark.shopify-checkout .select2-dropdown-open .select2-choice .select2-arrow b:after {
    border-top-color: transparent;
    border-bottom-color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-account .select2-drop, .basel-dark.shopify-checkout .select2-drop {
    color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-account .select2-drop-active, .basel-dark.shopify-checkout .select2-drop-active {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.shopify-account .select2-drop-active .select2-search input, .basel-dark.shopify-checkout .select2-drop-active .select2-search input {
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}
.basel-dark.shopify-account .select2-drop-active .select2-search:after, .basel-dark.shopify-checkout .select2-drop-active .select2-search:after {
    color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-account .select2-drop-active.select2-drop.select2-drop-above, .basel-dark.shopify-checkout .select2-drop-active.select2-drop.select2-drop-above {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.shopify-account .select2-results .select2-no-results, .basel-dark.shopify-checkout .select2-results .select2-no-results {
    background-color: transparent;
}
.basel-dark.shopify-account .select2-dropdown-open .select2-choice, .basel-dark.shopify-checkout .select2-dropdown-open .select2-choice {
    -webkit-box-shadow: 0 1px 0 transparent inset;
    box-shadow: 0 1px 0 transparent inset;
}
.basel-dark .shopify-breadcrumb {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .shopify-breadcrumb a {
    color: #fff;
}
.basel-dark .shopify-breadcrumb span:before {
    color: #fff;
}
.basel-dark .mfp-close-btn-in .mfp-close {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .mfp-close-btn-in .mfp-close:focus, .basel-dark .mfp-close-btn-in .mfp-close:hover {
    color: #fff;
}
.basel-dark .popup-added_to_cart {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .popup-added_to_cart p {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .popup-added_to_cart .close-popup {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .popup-added_to_cart .close-popup:focus, .basel-dark .popup-added_to_cart .close-popup:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
}
.basel-dark .shop_table td.product-remove a {
    background-color: rgba(255, 255, 255, .8);
}
.basel-dark .shop_table td.product-remove a:after, .basel-dark .shop_table td.product-remove a:before {
    background-color: #000;
}
.basel-dark .shop_table td.product-name a {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .shop_table td.product-price span {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .shop_table td.product-quantity .quantity input[type=number] {
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}
.basel-dark .shop_table td.product-quantity .quantity .minus, .basel-dark .shop_table td.product-quantity .quantity .plus {
    background-color: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .shop_table td.product-quantity .quantity .minus:focus, .basel-dark .shop_table td.product-quantity .quantity .minus:hover, .basel-dark .shop_table td.product-quantity .quantity .plus:focus, .basel-dark .shop_table td.product-quantity .quantity .plus:hover {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .shop_table td.product-subtotal span {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .shopify table.wishlist_table tbody td, .basel-dark .shopify table.wishlist_table tbody th, .basel-dark .shopify table.wishlist_table thead td, .basel-dark .shopify table.wishlist_table thead th {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .my_account_orders tbody td {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .my_account_orders td.order-actions a {
    color: #fff;
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .my_account_orders td.order-actions a:focus, .basel-dark .my_account_orders td.order-actions a:hover {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .8);
}
.basel-dark .order_details tfoot td .amount {
    color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-checkout .shopify-info {
    color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-checkout .shopify-info a {
    color: #fff;
}
.basel-dark.shopify-checkout .shopify-info .showcoupon, .basel-dark.shopify-checkout .shopify-info .showlogin {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.shopify-checkout .shopify-info .showcoupon:hover, .basel-dark.shopify-checkout .shopify-info .showlogin:hover {
    border-color: rgba(255, 255, 255, .8);
}
.basel-dark.shopify-checkout .checkout-order-review {
    background-color: rgba(0, 0, 0, .3);
    background-image: none;
}
.basel-dark.shopify-checkout .checkout-order-review .responsive-table {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark.shopify-checkout .checkout_coupon, .basel-dark.shopify-checkout .login {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark.shopify-checkout .checkout_coupon:before, .basel-dark.shopify-checkout .login:before {
    content: none;
}
.basel-dark.shopify-checkout .shopify-checkout-payment .payment_box {
    background-color: rgba(0, 0, 0, .3);
    border: none;
}
.basel-dark.shopify-checkout .shopify-checkout-payment .payment_box:before {
    content: none;
}
.basel-dark.shopify-checkout .shopify-checkout-payment .payment_method_paypal a {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.shopify-checkout .shopify-checkout-payment .payment_method_paypal a:hover {
    border-color: rgba(255, 255, 255, .8);
}
.basel-dark .shopify-checkout-review-order-table tr {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .shopify-checkout-review-order-table tfoot tr:last-child {
    border-bottom: none;
}
.basel-dark .shopify-checkout-review-order-table tfoot td, .basel-dark .shopify-checkout-review-order-table tfoot th {
    border: none;
}
.basel-dark .shopify-thankyou-addresses .addresses {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .cart-collaterals .cart_totals {
    background-color: rgba(0, 0, 0, .3);
    background-image: none;
}
.basel-dark .cart-collaterals .cart_totals>.responsive-table {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .cart-collaterals .cart_totals .amount {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .shopify .basel-empty-cart-text {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .shopify .cart-empty {
    color: #fff;
}
.basel-dark .blockOverlay {
    background-color: #111!important;
}
.basel-dark .testimonial .testimonial-content {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .testimonial .testimonial-content footer {
    color: rgba(255, 255, 255, .6);
}
.basel-dark .testimonial .testimonial-content footer>span {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .testimonials.testimon-style-boxed .testimonial-content {
    color: #4c4c4c;
}
.basel-dark .testimonials.testimon-style-boxed .testimonial-content footer {
    color: #1b1919;
}
.basel-dark .testimonials.testimon-style-boxed .testimonial-content footer>span {
    color: #4c4c4c;
}
.basel-dark .basel-info-box.box-style-border .info-box-content, .basel-dark .basel-info-box2.box-style-border .info-box-content {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .blog-footer .basel-blog-load-more, .basel-dark .blog-footer .basel-portfolio-load-more, .basel-dark .blog-footer .basel-products-load-more, .basel-dark .portfolio-footer .basel-blog-load-more, .basel-dark .portfolio-footer .basel-portfolio-load-more, .basel-dark .portfolio-footer .basel-products-load-more, .basel-dark .products-footer .basel-blog-load-more, .basel-dark .products-footer .basel-portfolio-load-more, .basel-dark .products-footer .basel-products-load-more {
    border-color: #000;
    background-color: transparent;
    color: #000;
}
.basel-dark .blog-footer .basel-blog-load-more:focus, .basel-dark .blog-footer .basel-blog-load-more:hover, .basel-dark .blog-footer .basel-portfolio-load-more:focus, .basel-dark .blog-footer .basel-portfolio-load-more:hover, .basel-dark .blog-footer .basel-products-load-more:focus, .basel-dark .blog-footer .basel-products-load-more:hover, .basel-dark .portfolio-footer .basel-blog-load-more:focus, .basel-dark .portfolio-footer .basel-blog-load-more:hover, .basel-dark .portfolio-footer .basel-portfolio-load-more:focus, .basel-dark .portfolio-footer .basel-portfolio-load-more:hover, .basel-dark .portfolio-footer .basel-products-load-more:focus, .basel-dark .portfolio-footer .basel-products-load-more:hover, .basel-dark .products-footer .basel-blog-load-more:focus, .basel-dark .products-footer .basel-blog-load-more:hover, .basel-dark .products-footer .basel-portfolio-load-more:focus, .basel-dark .products-footer .basel-portfolio-load-more:hover, .basel-dark .products-footer .basel-products-load-more:focus, .basel-dark .products-footer .basel-products-load-more:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.basel-dark .blog-footer .basel-blog-load-more:focus:after, .basel-dark .blog-footer .basel-blog-load-more:hover:after, .basel-dark .blog-footer .basel-portfolio-load-more:focus:after, .basel-dark .blog-footer .basel-portfolio-load-more:hover:after, .basel-dark .blog-footer .basel-products-load-more:focus:after, .basel-dark .blog-footer .basel-products-load-more:hover:after, .basel-dark .portfolio-footer .basel-blog-load-more:focus:after, .basel-dark .portfolio-footer .basel-blog-load-more:hover:after, .basel-dark .portfolio-footer .basel-portfolio-load-more:focus:after, .basel-dark .portfolio-footer .basel-portfolio-load-more:hover:after, .basel-dark .portfolio-footer .basel-products-load-more:focus:after, .basel-dark .portfolio-footer .basel-products-load-more:hover:after, .basel-dark .products-footer .basel-blog-load-more:focus:after, .basel-dark .products-footer .basel-blog-load-more:hover:after, .basel-dark .products-footer .basel-portfolio-load-more:focus:after, .basel-dark .products-footer .basel-portfolio-load-more:hover:after, .basel-dark .products-footer .basel-products-load-more:focus:after, .basel-dark .products-footer .basel-products-load-more:hover:after {
    border-color: #fff;
}
.basel-dark .blog-footer .basel-blog-load-more:after, .basel-dark .blog-footer .basel-portfolio-load-more:after, .basel-dark .blog-footer .basel-products-load-more:after, .basel-dark .portfolio-footer .basel-blog-load-more:after, .basel-dark .portfolio-footer .basel-portfolio-load-more:after, .basel-dark .portfolio-footer .basel-products-load-more:after, .basel-dark .products-footer .basel-blog-load-more:after, .basel-dark .products-footer .basel-portfolio-load-more:after, .basel-dark .products-footer .basel-products-load-more:after {
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
}
.basel-dark .basel-products-load-next, .basel-dark .basel-products-load-prev {
    background-color: transparent;
}
.basel-dark .basel-products-load-next:focus, .basel-dark .basel-products-load-next:hover, .basel-dark .basel-products-load-prev:focus, .basel-dark .basel-products-load-prev:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, .6);
}
.basel-dark .basel-products-load-next.disabled, .basel-dark .basel-products-load-prev.disabled {
    color: rgba(255, 255, 255, .2);
}
.basel-dark .basel-products-tabs .products-tabs-title li {
    color: #fff;
}
.basel-dark .basel-products-tabs .products-tabs-title li:not(.active-tab-title):hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-products-tabs .basel-products-load-next.disabled, .basel-dark .basel-products-tabs .basel-products-load-prev.disabled {
    color: rgba(255, 255, 255, .2);
}
.basel-dark .basel-products-tabs .open-title-menu {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-price-table .basel-plan-name>span:not(.price-subtitle) {
    color: #fff;
}
.basel-dark .basel-price-table .price-subtitle {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .basel-price-table .basel-plan-inner {
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .basel-price-table .basel-plan-footer {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .team-member .member-bio {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .team-member .member-email, .basel-dark .team-member .member-position {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .widget-title, .basel-dark .widgettitle {
    color: #fff;
}
.basel-dark .widget-title:before, .basel-dark .widgettitle:before {
    background-color: rgba(255, 255, 255, .1);
}
.basel-dark .basel-price-filter .amount {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-shopify-layered-nav li.chosen a:after, .basel-dark .basel-shopify-layered-nav li.chosen a:before {
    background-color: #fff;
}
.basel-dark .basel-user-panel>.basel-user-panel .user-info strong {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .widget_calendar #wp-calendar {
    border-color: transparent;
}
.basel-dark .widget_calendar #wp-calendar>caption {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .widget_calendar #wp-calendar tr th {
    border-color: transparent;
}
.basel-dark .widget_calendar #wp-calendar tr td {
    border-color: transparent;
}
.basel-dark .widget_calendar #wp-calendar tfoot {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .recent-posts-extended .rpwe-comment, .basel-dark .recent-posts-extended .rpwe-time {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .recent-posts-extended .rpwe-li {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .widget_rss ul li {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .product_list_widget li {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .widget_shopping_cart .product_list_widget li>a {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .widget_shopping_cart .product_list_widget li.empty {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .widget_shopping_cart .product_list_widget:before {
    border: 1px solid rgba(255, 255, 255, .8);
}
.basel-dark .widget_shopping_cart .total strong {
    color: #fff;
}
.basel-dark .widget_shopping_cart .buttons .checkout:focus, .basel-dark .widget_shopping_cart .buttons .checkout:hover {
    color: #fff;
}
.basel-dark .widget_layered_nav_filters ul li a {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .widget_layered_nav_filters ul li a:after, .basel-dark .widget_layered_nav_filters ul li a:before {
    background-color: rgba(255, 255, 255, .8);
}
.basel-dark .widget_price_filter .price_slider_amount .price_label>span {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .widget_search .searchform div input[type=text]:focus {
    border-color: rgba(255, 255, 255, .3);
}
.basel-dark .yith-woocompare-widget ul.products-list li:not(.list_empty) {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .yith-woocompare-widget ul.products-list li:not(.list_empty) .remove {
    background-color: rgba(255, 255, 255, .8);
}
.basel-dark .yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:after, .basel-dark .yith-woocompare-widget ul.products-list li:not(.list_empty) .remove:before {
    background-color: #000;
}
.basel-dark .basel-threed-view .nav_bar a {
    color: #000;
}
.basel-dark .dokan-error, .basel-dark .dokan-info, .basel-dark .dokan-message {
    background-color: rgba(0, 0, 0, .3);
    border-right-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-seller-listing .dokan-seller-search-form .search-field {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-seller-listing .dokan-seller-search-form .search-field:focus {
    border-color: rgba(255, 255, 255, .3);
}
.basel-dark ul.dokan-seller-wrap li.dokan-single-seller {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark ul.dokan-seller-wrap li.dokan-single-seller .dokan-store-banner-wrap {
    background-color: rgba(0, 0, 0, .3);
    border-bottom-color: rgba(255, 255, 255, .1);
}
.basel-dark ul.dokan-seller-wrap li.dokan-single-seller .dokan-store-caption {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark.dokan-dashboard header.dokan-dashboard-header h1 {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background: 0 0;
}
.basel-dark.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    color: rgba(255, 255, 255, .8);
}
.basel-dark.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    border: none;
}
.basel-dark.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
    background-color: rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .sells-graph .legend>div {
    background-color: transparent!important;
}
.basel-dark.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .sells-graph .legend table td {
    border-color: transparent;
}
.basel-dark.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark.dokan-dashboard .dokan-dashboard-content .dokan-page-help {
    color: rgba(255, 255, 255, .8);
}
.basel-dark.dokan-dashboard .dokan-alert .shopify-Price-amount {
    color: #000;
}
.basel-dark .dokan-panel {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .dokan-panel-default {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-progress {
    background-color: rgba(245, 245, 245, .6);
}
.basel-dark .dokan-input-group-addon {
    background-color: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .8);
    border-color: transparent;
}
.basel-dark .dokan-shipping-location-wrapper {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-shipping-location-wrapper .dps-shipping-location-content {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-table {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .dokan-single-store .dokan-store-tabs ul {
    background-color: rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-single-store .dokan-store-tabs ul li {
    border-right-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-single-store .dokan-store-tabs ul li a {
    color: #fff;
}
.basel-dark .dokan-single-store .dokan-store-tabs ul li a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, .8);
}
.basel-dark .dokan-table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .dokan-table>tbody>tr.danger>td, .basel-dark .dokan-table>tbody>tr.danger>th, .basel-dark .dokan-table>tfoot>tr.danger>td, .basel-dark .dokan-table>tfoot>tr.danger>th, .basel-dark .dokan-table>thead>tr.danger>td, .basel-dark .dokan-table>thead>tr.danger>th {
    background-color: rgba(242, 222, 222, .2);
}
.basel-dark .dokan-reports-content .dokan-reports-area ul.chart-legend {
    background-color: rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-reports-content .dokan-reports-area ul.chart-legend li {
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
}
.basel-dark .dokan-reports-content .dokan-reports-area ul.chart-legend li strong {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .dokan-reports-main .legend>div {
    background-color: transparent!important;
}
.basel-dark .dokan-reports-main .legend table tr td {
    border-color: transparent;
}
.basel-dark ul.dokan_tabs {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark ul.dokan_tabs li {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark ul.dokan_tabs li a:hover {
    color: #000;
}
.basel-dark .dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-form-control {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .dokan-product-listing .dokan-product-listing-area .product-listing-top {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .product-edit-new-container .dokan-edit-row {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark input.date-pick {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark .basel-hover-info .wcvendors_sold_by_in_loop {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-hover-info .wcvendors_sold_by_in_loop a {
    color: #fff;
}
.basel-dark .basel-hover-standard .wcvendors_sold_by_in_loop a {
    color: #fff;
}
.basel-dark .basel-hover-standard .wcvendors_sold_by_in_loop a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .single-product-content .product_meta .item-sold strong {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .vendors-list ul li {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .vendors-list ul li a {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .basel-hover-info .by-vendor-name {
    color: rgba(255, 255, 255, .8)!important;
}
.basel-dark .basel-hover-info .by-vendor-name a {
    color: #fff;
}
.basel-dark ul.wcml_currency_switcher.curr_list_horizontal li, .basel-dark ul.wcml_currency_switcher.curr_list_vertical li {
    border-color: rgba(255, 255, 255, .1);
}
.basel-dark ul.wcml_currency_switcher.curr_list_horizontal li.wcml-active-currency, .basel-dark ul.wcml_currency_switcher.curr_list_vertical li.wcml-active-currency {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
}
.basel-dark ul.wcml_currency_switcher.curr_list_horizontal li:hover, .basel-dark ul.wcml_currency_switcher.curr_list_vertical li:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
}
.basel-dark ul.wcml_currency_switcher.curr_list_vertical {
    border-top-color: rgba(255, 255, 255, .1);
}
.basel-dark ul.wcml_currency_switcher+img {
    opacity: .5;
}
.basel-dark .yith-wcwl-add-to-wishlist>div>a {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .yith-wcwl-add-to-wishlist>div>a:after {
    border: 1px solid rgba(255, 255, 255, .8);
}
.basel-dark button.mfp-arrow, .basel-dark button.mfp-close {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.basel-dark table.compare-list td {
    border-bottom: 2px solid rgba(255, 255, 255, .1);
}
.basel-dark table.compare-list td.even {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark table.compare-list tr.title td {
    color: #fff;
}
.basel-dark table.compare-list tr.no-products td {
    color: rgba(255, 255, 255, .8);
}
.basel-dark table.compare-list tr.remove a {
    color: rgba(255, 255, 255, .8);
}
.basel-dark table.compare-list tr.remove a:after, .basel-dark table.compare-list tr.remove a:before {
    background-color: rgba(255, 255, 255, .8);
}
.basel-dark table.compare-list tbody th {
    background-color: #000;
    border-bottom: none;
}
.basel-dark .owl-carousel .owl-nav>div {
    color: #fff;
}
.basel-dark .owl-carousel .owl-nav>div.disabled {
    color: rgba(255, 255, 255, .2);
}
.basel-dark .owl-carousel .owl-nav>div:hover:not(.disabled) {
    color: rgba(255, 255, 255, .6);
}
.basel-dark .owl-carousel .owl-dots .owl-dot span {
    background: #B4B4B4;
}
.basel-dark .owl-carousel .owl-dots .owl-dot.active span, .basel-dark .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
.basel-dark .gl_toggle {
    border: 1px solid rgba(255, 255, 255, .1);
}
.basel-dark .gl_toggle .gl_toggle_title h4 {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .gl_toggle .gl_toggle_title:hover h4 {
    color: rgba(255, 255, 255, .5);
}
.basel-dark .gl_toggle_active .gl_toggle_title h4 {
    color: #fff;
}
.basel-dark .gl_toggle_active .gl_toggle_title:hover h4 {
    color: #fff;
}
.basel-dark .spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active a {
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #fff;
    display: inline;
    color: #fff;
}
.basel-dark .spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active a:hover {
    text-decoration: none;
    border-color: #a6a6a6;
    background-color: transparent;
}
.basel-dark .spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li.ui-state-active a:focus {
    border-color: #a6a6a6;
    background-color: transparent;
}
.basel-dark .spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li>a {
    color: #fff;
}
.basel-dark .spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li>a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tabs_nav li:hover {
    background-color: transparent;
}
.basel-dark .spb_tabs.spb_content_element .spb_tour_tabs_wrapper .spb_tab {
    letter-spacing: .3px;
    background-color: transparent;
    padding: 0;
}
.basel-dark .spb_content_element .spb_tabs_nav li {
    background-color: transparent;
}
.basel-dark .table-striped>tbody>tr:nth-child(odd) {
    background-color: transparent;
}
.basel-dark .color-primary {
    color: #1aada3;
}
.basel-dark .color-alt {
    color: #fbbc34;
}
.basel-dark .color-black {
    color: #000;
}
.basel-dark .color-white {
    color: #fff;
}
.tea_column_container {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width:991px) {
    .basel-dark .basel-products-tabs .products-tabs-title {
    background-color: #111;
}
.basel-dark .basel-products-tabs .products-tabs-title li:not(.active-tab-title):hover {
    color: rgba(255, 255, 255, .8);
}
}@media (max-width:768px) {
    .basel-dark .owl-carousel .owl-nav>div {
    background-color: #111;
}
.basel-dark .shopify .shop_table.cart tbody td {
    background-color: rgba(0, 0, 0, .3);
}
.basel-dark .shopify .shop_table.cart .product-remove {
    background-color: transparent;
}
.product-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
}
}svg.gl_placeholder_svg, svg.product-item__image.icon.icon--placeholder {
    background: #3bc6bf;
    fill: #fff;
    stroke: #1daaa2;
}
table.variations.variant_square .swatches-select>div {
    border-radius: 0;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1;
    padding: 9px 11px;
    margin: 3px 4px 1px 3px;
    font-size: .8125em;
    font-style: normal;
    background-color: #fff;
    border: 1px solid #fff;
    color: #1c1d1d;
    font-weight: 700;
    text-transform: uppercase;
}
table.variations.variant_square .swatches-select>div.active-swatch, table.variations.variant_square .swatches-select>div:hover {
    border-color: #1c1d1d!important;
    background-color: #f2f2f2;
}
.variations.variant_square .swatches-select .colored-swatch, .variations.variant_square .swatches-select .image-swatch {
    font-size: .8125em;
    width: auto;
    height: inherit;
    border-bottom-width: 1px;
    line-height: 1;
    border: 1px solid #fff;
    background-image: none!important;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.variations.variant_square .swatches-select .basel-tooltip-label, .variations.variant_square .swatches-select .colored-swatch:after, .variations.variant_square .swatches-select .image-swatch:after, .variations.variant_square .swatches-select>div:after {
    display: none;
}
.variations.variant_simple .input-dropdown-inner {
    position: relative;
    display: inline-block;
}
.variations.variant_simple .input-dropdown-inner>a {
    padding: 0 15px;
    display: block;
    min-width: 182px;
    max-width: 230px;
    height: 35px;
    border: 2px solid rgba(168, 168, 168, .4);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .4px;
    text-align: left;
    color: inherit;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.variations.variant_simple .input-dropdown-inner .dropdown-list {
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 300;
    width: 100%;
    background-color: #fff;
    min-width: 182px;
    max-width: 230px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(124, 124, 124, .2);
    border-right: 1px solid rgba(124, 124, 124, .2);
    border-left: 1px solid rgba(124, 124, 124, .2);
    left: 0;
    border-width: 2px;
    border-color: rgba(168, 168, 168, .2);
}
.variations.variant_simple .input-dropdown-inner .dropdown-list li {
    line-height: 1;
    margin-bottom: 0;
}
.variations.variant_simple .input-dropdown-inner .dropdown-list li a {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #8b8b8b!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    padding: 10px 15px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.variations.variant_simple .input-dropdown-inner>a:hover {
    text-decoration: none;
}
.variations.variant_simple .input-dropdown-inner .dropdown-list li a:hover {
    background-color: #f7f7f7;
    text-decoration: none;
    color: #545252!important;
}
.variations.variant_simple .input-dropdown-inner .dropdown-list li.current-item a {
    background-color: #f1f1f1;
    color: #545252!important;
}
.gl_ajax_note {
    position: relative;
    padding-top: 10px;
    text-align: left;
    margin-top: 10px;
    border-top: 1px solid rgba(124, 124, 124, .15);
}
@keyframes timeline {
    0% {
    background-position: -350px 0;
}
100% {
    background-position: 400px 0;
}
}@-o-keyframes timeline {
    0% {
    background-position: -350px 0;
}
100% {
    background-position: 400px 0;
}
}@-ms-keyframes timeline {
    0% {
    background-position: -350px 0;
}
100% {
    background-position: 400px 0;
}
}@-webkit-keyframes timeline {
    0% {
    background-position: -350px 0;
}
100% {
    background-position: 400px 0;
}
}@-moz-keyframes timeline {
    0% {
    background-position: -350px 0;
}
100% {
    background-position: 400px 0;
}
}.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 16px;
    background-color: #1aada3;
    color: #fff;
    border-color: #1aada3;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus, .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
    background-color: #1aada3;
    border-color: #1aada3;
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.cart-collaterals .cart_totals table th {
    width: auto;
    white-space: nowrap;
}
.cart-collaterals.gl_cart_note .cart_totals {
    width: 50%;
    float: left;
}
.cart-collaterals.gl_cart_note {
    background-color: #f8f8f8;
}
textarea.cart-note__input {
    min-height: 186px;
    width: 100%!important;
}
@media (max-width:991px) {
    .cart-collaterals.gl_cart_note .cart_totals {
    width: 100%}
}div.errors li {
    list-style: none;
    padding: 0;
    text-decoration: underline;
    color: #a94442;
}
.template-article input.input--error, .template-article textarea.input--error, .template-login input.input--error, .template-page input.input--error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}
.basel-registration-page.one_form:after {
    display: none;
}
.gl_login-wishlist.popup-added_to_cart:after {
    content: "\f004"}
.basel-search-results .view-all-products a:hover {
    text-decoration: none;
}
@media (min-width:992px) {
    .col-md-15 {
    width: 20%;
    float: left;
}
}body.template-collection .placeholder-noblocks {
    padding-bottom: 30px;
}
.global-search-full-screen .search-results-wrapper .basel-search-results .suggestion-title a {
    color: #fff;
    display: block;
    text-align: inherit;
}
.gl_search-extended .search-results-wrapper .basel-search-results .suggestion-title a {
    color: inherit;
}
.bg_color_aliceblue {
    background-color: #f0f8ff;
}
.bg_color_antiquewhite {
    background-color: #faebd7;
}
.bg_color_aqua {
    background-color: #0ff;
}
.bg_color_aquamarine {
    background-color: #7fffd4;
}
.bg_color_azure {
    background-color: Azure;
}
.bg_color_beige {
    background-color: Beige;
}
.bg_color_bisque {
    background-color: Bisque;
}
.bg_color_black {
    background-color: #0a0a0a;
}
.bg_color_blanchedalmond {
    background-color: #ffebcd;
}
.bg_color_blue {
    background-color: #769ec1;
}
.bg_color_blueviolet {
    background-color: #8a2be2;
}
.bg_color_brown {
    background-color: #ba6d09;
}
.bg_color_burlywood {
    background-color: #deb887;
}
.bg_color_cadetblue {
    background-color: #5f9ea0;
}
.bg_color_chartreuse {
    background-color: #7fff00;
}
.bg_color_chocolate {
    background-color: #d2691e;
}
.bg_color_coral {
    background-color: Coral;
}
.bg_color_cornflowerblue {
    background-color: #6495ed;
}
.bg_color_cornsilk {
    background-color: #fff8dc;
}
.bg_color_crimson {
    background-color: #dc143c;
}
.bg_color_cyan {
    background-color: #0ff;
}
.bg_color_darkblue {
    background-color: #00008b;
}
.bg_color_darkcyan {
    background-color: #008b8b;
}
.bg_color_darkgoldenrod {
    background-color: #b8860b;
}
.bg_color_darkgray {
    background-color: #a9a9a9;
}
.bg_color_darkgrey {
    background-color: #a9a9a9;
}
.bg_color_darkgreen {
    background-color: #006400;
}
.bg_color_darkkhaki {
    background-color: #bdb76b;
}
.bg_color_darkmagenta {
    background-color: #8b008b;
}
.bg_color_darkolivegreen {
    background-color: #556b2f;
}
.bg_color_darkorange {
    background-color: #ff8c00;
}
.bg_color_darkorchid {
    background-color: #9932cc;
}
.bg_color_darkred {
    background-color: #8b0000;
}
.bg_color_darksalmon {
    background-color: #e9967a;
}
.bg_color_darkseagreen {
    background-color: #8fbc8f;
}
.bg_color_darkslateblue {
    background-color: #483d8b;
}
.bg_color_darkslategray {
    background-color: #2f4f4f;
}
.bg_color_darkslategrey {
    background-color: #2f4f4f;
}
.bg_color_darkturquoise {
    background-color: #00ced1;
}
.bg_color_darkviolet {
    background-color: #9400d3;
}
.bg_color_deeppink {
    background-color: #ff1493;
}
.bg_color_deepskyblue {
    background-color: #00bfff;
}
.bg_color_dimgray {
    background-color: #696969;
}
.bg_color_dimgrey {
    background-color: #696969;
}
.bg_color_dodgerblue {
    background-color: #1e90ff;
}
.bg_color_firebrick {
    background-color: #b22222;
}
.bg_color_floralwhite {
    background-color: #fffaf0;
}
.bg_color_forestgreen {
    background-color: #228b22;
}
.bg_color_fuchsia {
    background-color: #f0f;
}
.bg_color_gainsboro {
    background-color: #dcdcdc;
}
.bg_color_ghostwhite {
    background-color: #f8f8ff;
}
.bg_color_gold {
    background-color: Gold;
}
.bg_color_goldenrod {
    background-color: #daa520;
}
.bg_color_gray {
    background-color: Gray;
}
.bg_color_grey {
    background-color: Grey;
}
.bg_color_green {
    background-color: #61a058;
}
.bg_color_greenyellow {
    background-color: #adff2f;
}
.bg_color_honeydew {
    background-color: #f0fff0;
}
.bg_color_hotpink {
    background-color: #ff69b4;
}
.bg_color_indianred {
    background-color: #cd5c5c;
}
.bg_color_indigo {
    background-color: Indigo;
}
.bg_color_ivory {
    background-color: Ivory;
}
.bg_color_khaki {
    background-color: Khaki;
}
.bg_color_lavender {
    background-color: #e6e6fa;
}
.bg_color_lavenderblush {
    background-color: #fff0f5;
}
.bg_color_lawngreen {
    background-color: #7cfc00;
}
.bg_color_lemonchiffon {
    background-color: #fffacd;
}
.bg_color_lightblue {
    background-color: #add8e6;
}
.bg_color_lightcoral {
    background-color: #f08080;
}
.bg_color_lightcyan {
    background-color: #e0ffff;
}
.bg_color_lightgoldenrodyellow {
    background-color: #fafad2;
}
.bg_color_lightgray {
    background-color: #d3d3d3;
}
.bg_color_lightgrey {
    background-color: #d3d3d3;
}
.bg_color_lightgreen {
    background-color: #90ee90;
}
.bg_color_lightpink {
    background-color: #ffb6c1;
}
.bg_color_lightsalmon {
    background-color: #ffa07a;
}
.bg_color_lightseagreen {
    background-color: #20b2aa;
}
.bg_color_lightskyblue {
    background-color: #87cefa;
}
.bg_color_lightslategray {
    background-color: #778899;
}
.bg_color_lightslategrey {
    background-color: #778899;
}
.bg_color_lightsteelblue {
    background-color: #b0c4de;
}
.bg_color_lightyellow {
    background-color: #ffffe0;
}
.bg_color_lime {
    background-color: #0f0;
}
.bg_color_limegreen {
    background-color: #32cd32;
}
.bg_color_linen {
    background-color: Linen;
}
.bg_color_magenta {
    background-color: #ff00ff;
}
.bg_color_maroon {
    background-color: Maroon;
}
.bg_color_mediumaquamarine {
    background-color: #66cdaa;
}
.bg_color_mediumblue {
    background-color: #0000cd;
}
.bg_color_mediumorchid {
    background-color: #ba55d3;
}
.bg_color_mediumpurple {
    background-color: #9370db;
}
.bg_color_mediumseagreen {
    background-color: #3cb371;
}
.bg_color_mediumslateblue {
    background-color: #7b68ee;
}
.bg_color_mediumspringgreen {
    background-color: #00fa9a;
}
.bg_color_mediumturquoise {
    background-color: #48d1cc;
}
.bg_color_mediumvioletred {
    background-color: #c71585;
}
.bg_color_midnightblue {
    background-color: #191970;
}
.bg_color_mintcream {
    background-color: #f5fffa;
}
.bg_color_mistyrose {
    background-color: #ffe4e1;
}
.bg_color_moccasin {
    background-color: #ffe4b5;
}
.bg_color_navajowhite {
    background-color: #ffdead;
}
.bg_color_navy {
    background-color: Navy;
}
.bg_color_oldlace {
    background-color: #fdf5e6;
}
.bg_color_olive {
    background-color: Olive;
}
.bg_color_olivedrab {
    background-color: #6b8e23;
}
.bg_color_orange {
    background-color: Orange;
}
.bg_color_orangered {
    background-color: #ff4500;
}
.bg_color_orchid {
    background-color: Orchid;
}
.bg_color_palegoldenrod {
    background-color: #eee8aa;
}
.bg_color_palegreen {
    background-color: #98fb98;
}
.bg_color_paleturquoise {
    background-color: #afeeee;
}
.bg_color_palevioletred {
    background-color: #db7093;
}
.bg_color_papayawhip {
    background-color: #ffefd5;
}
.bg_color_peachpuff {
    background-color: #ffdab9;
}
.bg_color_peru {
    background-color: Peru;
}
.bg_color_pink {
    background-color: Pink;
}
.bg_color_plum {
    background-color: Plum;
}
.bg_color_powderblue {
    background-color: #b0e0e6;
}
.bg_color_purple {
    background-color: Purple;
}
.bg_color_rebeccapurple {
    background-color: #663399;
}
.bg_color_red {
    background-color: #d33;
}
.bg_color_rosybrown {
    background-color: #bc8f8f;
}
.bg_color_royalblue {
    background-color: #4169e1;
}
.bg_color_saddlebrown {
    background-color: #8b4513;
}
.bg_color_salmon {
    background-color: Salmon;
}
.bg_color_sandybrown {
    background-color: #f4a460;
}
.bg_color_seagreen {
    background-color: #2e8b57;
}
.bg_color_seashell {
    background-color: #fff5ee;
}
.bg_color_sienna {
    background-color: Sienna;
}
.bg_color_silver {
    background-color: Silver;
}
.bg_color_skyblue {
    background-color: #87ceeb;
}
.bg_color_slateblue {
    background-color: #6a5acd;
}
.bg_color_slategray {
    background-color: #708090;
}
.bg_color_slategrey {
    background-color: #708090;
}
.bg_color_snow {
    background-color: Snow;
}
.bg_color_springgreen {
    background-color: #00ff7f;
}
.bg_color_steelblue {
    background-color: #4682b4;
}
.bg_color_tan {
    background-color: Tan;
}
.bg_color_teal {
    background-color: Teal;
}
.bg_color_thistle {
    background-color: #d8bfd8;
}
.bg_color_tomato {
    background-color: Tomato;
}
.bg_color_turquoise {
    background-color: #40e0d0;
}
.bg_color_violet {
    background-color: Violet;
}
.bg_color_wheat {
    background-color: Wheat;
}
.bg_color_white {
    background-color: #fff;
}
.bg_color_whitesmoke {
    background-color: #f5f5f5;
}
.bg_color_yellow {
    background-color: #eded55;
}
.bg_color_yellowgree {
    background-color: #9acd32;
}
.bg_color_sin-a-mon {
    background-color: #945959;
}
.bg_color_bare-all {
    background-color: #f0bdb3;
}
.bg_color_blushing-beige {
    background-color: #e38c80;
}
.bg_color_nude-lust {
    background-color: #d99494;
}
.bg_color_maple-kiss {
    background-color: #914236;
}
.bg_color_truffle-tease {
    background-color: #b5756e;
}
.bg_color_touchable-taupe {
    background-color: #804240;
}
.bg_color_stormy-sahara {
    background-color: #d1665e;
}
.bg_color_untainted-spice {
    background-color: #7c3030;
}
.bg_color_espresso-exposed {
    background-color: #540017;
}
.bg_color_stripped-down {
    background-color: #91686b;
}
.bg_color_never-bare {
    background-color: #bb7b89;
}
.bg_color_fight-me-fuchsia {
    background-color: #9a1f5a;
}
.bg_color_orange-outburst {
    background-color: #a7132a;
}
.bg_color_talk-back-red {
    background-color: #981543;
}
.bg_color_red-dy-or-not {
    background-color: #880f2d;
}
.bg_color_berry-naughty {
    background-color: #6f183f;
}
.bg_color_violet-rebel {
    background-color: #763677;
}
.bg_color_barely-bloomed {
    background-color: #df9b83;
}
.bg_color_blushing-bud {
    background-color: #da847f;
}
.bg_color_petal-pink {
    background-color: #ff92a0;
}
.bg_color_hibiscus-pop {
    background-color: #ff7b8f;
}
.bg_color_power-peony {
    background-color: #de6d93;
}
.bg_color_lilac-flush {
    background-color: #cd87b1;
}
.bg_color_orchid-ecstasy {
    background-color: #822d67;
}
.bg_color_rose-rush {
    background-color: #c32f2e;
}
.bg_color_coral-burst {
    background-color: #f55f4e;
}
.bg_color_peach-poppy {
    background-color: #ff826f;
}
.bg_color_nude-thrill {
    background-color: #c0968d;
}
.bg_color_wickedly-white {
    background-color: #f1f1f2;
}
.bg_color_gone-griege {
    background-color: #856665;
}
.bg_color_grey-over-it {
    background-color: #6a5153;
}
.bg_color_mauve-it {
    background-color: #7e4b56;
}
.bg_color_raging-raisin {
    background-color: #71414b;
}
.bg_color_coffee-addiction {
    background-color: #64434a;
}
.bg_color_chocoholic {
    background-color: #68474e;
}
.bg_color_midnight-merlot {
    background-color: #683b57;
}
.bg_color_smoking-red {
    background-color: #6b3842;
}
.bg_color_dynamite-red {
    background-color: #a61f38;
}
.bg_color_orange-danger {
    background-color: #c44e50;
}
.bg_color_fiery-fuchsia {
    background-color: #a83464;
}
.bg_color_rebel-pink {
    background-color: #942d73;
}
.bg_color_berry-bossy {
    background-color: #6d2d53;
}
.bg_color_blackest-berry {
    background-color: #5f3d51;
}
.bg_color_violet-vixen {
    background-color: #5d2c64;
}
.bg_color_sapphire-siren {
    background-color: #533e7d;
}
.bg_color_midnight-blue {
    background-color: #354459;
}
.bg_color_pitch-black {
    background-color: #313335;
}
.bg_color_nude-nuance {
    background-color: #a45e59;
}
.bg_color_burgundy-blush {
    background-color: #5d2933;
}
.bg_color_clay-crush {
    background-color: #ba7165;
}
.bg_color_rich-ruby {
    background-color: #9d4846;
}
.bg_color_electric-pink {
    background-color: #f16ea4;
}
.bg_color_blushing-pout {
    background-color: #db97ac;
}
.bg_color_all-fired-up {
    background-color: #f25358;
}
.bg_color_vibrant-violet {
    background-color: #8f59a1;
}
.bg_color_pink-n-chic {
    background-color: #ec7dbe;
}
.bg_color_pink-sugar {
    background-color: #ff7c8a;
}
.bg_color_nude-embrace {
    background-color: #d59b75;
}
.bg_color_daringly-nude {
    background-color: #ce8474;
}
.bg_color_touch-of-spice {
    background-color: #9c474c;
}
.bg_color_lust-for-blush {
    background-color: #be6781;
}
.bg_color_ravishing-rose {
    background-color: #da5984;
}
.bg_color_faint-for-fuchsia {
    background-color: #fe5c9b;
}
.bg_color_mesmerizing-magenta {
    background-color: #c92d67;
}
.bg_color_craving-coral {
    background-color: #ef4a23;
}
.bg_color_siren-in-scarlet {
    background-color: #b70003;
}
.bg_color_divine-wine {
    background-color: #771e27;
}
.bg_color_beige-babe {
    background-color: #bf8679;
}
.bg_color_hot-sand {
    background-color: #d8a490;
}
.bg_color_purely-nude {
    background-color: #c99185;
}
.bg_color_peach-buff {
    background-color: #c68988;
}
.bg_color_honey-pink {
    background-color: #c78586;
}
.bg_color_almond-rose {
    background-color: #d2807d;
}
.bg_color_toasted-truffle {
    background-color: #914e49;
}
.bg_color_naked-coral {
    background-color: #ae5f59;
}
.bg_color_raw-chocolate {
    background-color: #a75f50;
}
.bg_color_brown-blush {
    background-color: #c68989;
}
.bg_color_nude-thrill {
    background-color: #aa746f;
}
.bg_color_nude-flush {
    background-color: #b16c71;
}
.bg_color_pink-charge {
    background-color: #d35981;
}
.bg_color_electric-pink {
    background-color: #d8378b;
}
.bg_color_fuchsia-ecstasy {
    background-color: #b21853;
}
.bg_color_orange-shot {
    background-color: #bc2732;
}
.bg_color_rebel-red {
    background-color: #b61c37;
}
.bg_color_berry-boost {
    background-color: #8a1842;
}
.bg_color_vivid-violet {
    background-color: #512670;
}
.bg_color_possessed-plum {
    background-color: #300a28;
}
.bg_color_grey-envy {
    background-color: #926a66;
}
.bg_color_twisted-tulip {
    background-color: #ad607f;
}
.bg_color_orange-obsession {
    background-color: #e44c2b;
}
.bg_color_red-punch {
    background-color: #722530;
}
.bg_color_coffee-buzz {
    background-color: #643431;
}
.bg_color_smoky-rose {
    background-color: #6f2d48;
}
.bg_color_corrupt-cranberry {
    background-color: #532236;
}
.bg_color_orchid-shock {
    background-color: #8b267b;
}
.bg_color_wicked-berry {
    background-color: #322155;
}
.bg_color_sinful-stone {
    background-color: #616468;
}
.bg_color_loyalist {
    background-color: #bf9488;
}
.bg_color_dreamer {
    background-color: #c1818b;
}
.bg_color_lover {
    background-color: #a65c6b;
}
.bg_color_pioneer {
    background-color: #9e2530;
}
.bg_color_heroine {
    background-color: #df3c35;
}
.bg_color_romantic {
    background-color: #de4374;
}
.bg_color_creator {
    background-color: #ab4f97;
}
.bg_color_believer {
    background-color: #71324e;
}
.bg_color_escapist {
    background-color: #431439;
}
.bg_color_voyager {
    background-color: #823939;
}
.bg_color_silk-stone {
    background-color: #af847d;
}
.bg_color_white-gold {
    background-color: #bb8976;
}
.bg_color_pure-gold {
    background-color: #d9915e;
}
.bg_color_copper-spark {
    background-color: #ab5845;
}
.bg_color_hot-lava {
    background-color: #93212d;
}
.bg_color_copper-rose {
    background-color: #9d4a66;
}
.bg_color_molten-bronze {
    background-color: #855745;
}
.bg_color_smoked-silver {
    background-color: #94868f;
}
.bg_color_gunmetal {
    background-color: #485865;
}
.bg_color_serpentine {
    background-color: #6b8e56;
}
.bg_color_constant-cocoa {
    background-color: #874452;
}
.bg_color_everlasting-wine {
    background-color: #912030;
}
.bg_color_reliable-raspberry {
    background-color: #bc3353;
}
.bg_color_all-day-cherry {
    background-color: #b22b40;
}
.bg_color_continuous-coral {
    background-color: #de5168;
}
.bg_color_keep-up-the-flame {
    background-color: #bd1f3e;
}
.bg_color_always-blazing {
    background-color: #bb3d31;
}
.bg_color_keep-it-red {
    background-color: #ba1c58;
}
.bg_color_committed-coral {
    background-color: #df867a;
}
.bg_color_wear-on-wildberry {
    background-color: #be5c76;
}
.bg_color_unlimited-raisin {
    background-color: #8c324f;
}
.bg_color_perpetual-plum {
    background-color: #d06b85;
}
.bg_color_wont-move-mauve {
    background-color: #be6a74;
}
.bg_color_constantly-cabernet {
    background-color: #863358;
}
.bg_color_on-and-on-orchid {
    background-color: #a9416e;
}
.bg_color_berry-persistent {
    background-color: #ab224f;
}
.bg_color_infinite-petal {
    background-color: #cf7895;
}
.bg_color_lasting-lilac {
    background-color: #c43f96;
}
.bg_color_timeless-rose {
    background-color: #be5a80;
}
.bg_color_never-ending-pearl {
    background-color: #e397a6;
}
.bg_color_very-cranberry {
    background-color: #ca507b;
}
.bg_color_blush-on {
    background-color: #f26896;
}
.bg_color_so-pearly-pink {
    background-color: #f7a1ac;
}
.bg_color_forever-chestnut {
    background-color: #ae5c61;
}
.bg_color_always-heather {
    background-color: #a85051;
}
.bg_color_so-sienna {
    background-color: #a94b5f;
}
.bg_color_sienna-ever-after {
    background-color: #a15c60;
}
.bg_color_constant-toast {
    background-color: #d49690;
}
.bg_color_more-more-mocha {
    background-color: #b16b5e;
}
.bg_color_timeless-toffee {
    background-color: #e09392;
}
.bg_color_eternal-cherry {
    background-color: #b12837;
}
.bg_color_steady-red-y {
    background-color: #de4048;
}
.bg_color_non-stop-orange {
    background-color: #e35039;
}
.bg_color_pink-goes-on {
    background-color: #da507b;
}
.bg_color_all-day-plum {
    background-color: #642d5f;
}
.bg_color_nude-illusion {
    background-color: #e68a7e;
}
.bg_color_celestial-coral {
    background-color: #de4358;
}
.bg_color_signature-scarlet {
    background-color: #b3001e;
}
.bg_color_mauve-mystique {
    background-color: #934856;
}
.bg_color_vision-in-violet {
    background-color: #822198;
}
.bg_color_caviar-couture {
    background-color: #6a3955;
}
.bg_color_caramel-infused {
    background-color: #c57067;
}
.bg_color_fuchsia-flourish {
    background-color: #e8436c;
}
.bg_color_blush-essence {
    background-color: #e66dae;
}
.bg_color_petal-plush {
    background-color: #f788a1;
}
.bg_color_shocking-coral {
    background-color: #ff2837;
}
.bg_color_pink-pop {
    background-color: #ff6dbc;
}
.bg_color_fuchsia-flash {
    background-color: #fa207c;
}
.bg_color_vivid-rose {
    background-color: #ff0062;
}
.bg_color_electric-orange {
    background-color: #ff4606;
}
.bg_color_on-fire-red {
    background-color: #c8000a;
}
.bg_color_brazen-berry {
    background-color: #981a8d;
}
.bg_color_totally-toffee {
    background-color: #c5795c;
}
.bg_color_pink-sand {
    background-color: #fbcfcb;
}
.bg_color_born-with-it {
    background-color: #df8a82;
}
.bg_color_sugar-chic {
    background-color: #d77498;
}
.bg_color_pink-proper {
    background-color: #fa6c98;
}
.bg_color_pink-peony {
    background-color: #f27077;
}
.bg_color_pink-me-up {
    background-color: #ff043b;
}
.bg_color_pinkalicious {
    background-color: #ef5976;
}
.bg_color_hooked-on-pink {
    background-color: #e02347;
}
.bg_color_let-me-pink {
    background-color: #d23f51;
}
.bg_color_pink-wink {
    background-color: #e28695;
}
.bg_color_pink-quartz {
    background-color: #d78d99;
}
.bg_color_pink-satin {
    background-color: #ec6369;
}
.bg_color_make-me-pink {
    background-color: #d26b7e;
}
.bg_color_fuchsia-fever {
    background-color: #ff1cb4;
}
.bg_color_party-pink {
    background-color: #c74a69;
}
.bg_color_bit-of-berry {
    background-color: #b21e52;
}
.bg_color_nearly-there {
    background-color: #d68671;
}
.bg_color_warm-me-up {
    background-color: #ca6e6b;
}
.bg_color_barely-brown {
    background-color: #b37663;
}
.bg_color_crazy-for-coffee {
    background-color: #8f332c;
}
.bg_color_rum-riche {
    background-color: #9b4d57;
}
.bg_color_bronzed {
    background-color: #bd7e6a;
}
.bg_color_warm-latte {
    background-color: #b96f57;
}
.bg_color_pretty-in-plum {
    background-color: #844678;
}
.bg_color_blissful-berry {
    background-color: #5c003d;
}
.bg_color_deepest-cherry {
    background-color: #390008;
}
.bg_color_plum-paradise {
    background-color: #be4d60;
}
.bg_color_plum-perfect {
    background-color: #9e012e;
}
.bg_color_on-the-mauve {
    background-color: #c5727b;
}
.bg_color_romantic-rose {
    background-color: #9f7a85;
}
.bg_color_coral-crush {
    background-color: #f15b50;
}
.bg_color_peachy-scene {
    background-color: #fe5f4d;
}
.bg_color_summer-sunset {
    background-color: #f0142a;
}
.bg_color_are-you-red-dy {
    background-color: #e70c2f;
}
.bg_color_red-revolution {
    background-color: #d4003e;
}
.bg_color_very-cherry {
    background-color: #e82234;
}
.bg_color_ruby-star {
    background-color: #de0f00;
}
.bg_color_red-revival {
    background-color: #be1919;
}
.bg_color_orange-ya-glad {
    background-color: #ff744f;
}
.bg_color_pink-insanity {
    background-color: #ff9fed;
}
.bg_color_fast-fuchsia {
    background-color: #ff8ba5;
}
.bg_color_berry-misbehaved {
    background-color: #e25875;
}
.bg_color_cherry-cherry-bang-bang {
    background-color: #cc313d;
}
.bg_color_partner-in-crimson {
    background-color: #b82840;
}
.bg_color_plum-please {
    background-color: #864858;
}
.bg_color_my-my-magenta {
    background-color: #b05376;
}
.bg_color_im-blushing {
    background-color: #de7699;
}
.bg_color_ilike-to-mauve-it {
    background-color: #e48ab0;
}
.bg_color_keep-me-coral {
    background-color: #d16b72;
}
.bg_color_ravishing-rouge {
    background-color: #c80f3f;
}
.bg_color_infinite-iris {
    background-color: #ba4e6d;
}
.bg_color_till-mauve-do-us-part {
    background-color: #a05d61;
}
.bg_color_please-stay-plum {
    background-color: #a75267;
}
.bg_color_plumplease {
    background-color: #864858;
}
.bg_color_i-like-to-mauve-it {
    background-color: #e48ab0;
}
.bg_color_plum-please {
    background-color: #864858;
}
.bg_color_neutral-statement {
    background-color: #ebbfbf;
}
.bg_color_go-nude {
    background-color: #eddaca;
}
.bg_color_better-in-buff {
    background-color: #a87a73;
}
.bg_color_dust-of-bronze {
    background-color: #735957;
}
.bg_color_taupe-on-trend {
    background-color: #5c4949;
}
.bg_color_pink-embrace {
    background-color: #ffb2cc;
}
.bg_color_pink-proper {
    background-color: #e68ca6;
}
.bg_color_punk-rock-pink {
    background-color: #fc66bf;
}
.bg_color_hibiscus-haven {
    background-color: #ff66a6;
}
.bg_color_rose-rapture {
    background-color: #e64995;
}
.bg_color_an-old-flame {
    background-color: #e60000;
}
.bg_color_born-with-it {
    background-color: #fed0df;
}
.bg_color_rich-in-ruby {
    background-color: #8a0032;
}
.bg_color_lust-for-lilac {
    background-color: #e693e6;
}
.bg_color_pinkalicious {
    background-color: #ef59b1;
}
.bg_color_deep-in-violet {
    background-color: #22053a;
}
.bg_color_coral-crush {
    background-color: #ff758b;
}
.bg_color_mauve-in-manhattan {
    background-color: #6f394b;
}
.bg_color_pink-shock {
    background-color: #ff0097;
}
.bg_color_petal-plush {
    background-color: #b85073;
}
.bg_color_wine-and-forever {
    background-color: #580036;
}
.bg_color_keep-up-the-flame {
    background-color: #e3002a;
}
.bg_color_paint-the-town {
    background-color: #b40017;
}
.bg_color_fuchsia-fever {
    background-color: #9a35a7;
}
.bg_color_green-with-envy {
    background-color: #c6f7e9;
}
.bg_color_blue-bombshell {
    background-color: #0030a6;
}
.bg_color_shocking-seas {
    background-color: #009df3;
}
.bg_color_porcelain-party {
    background-color: #f8f5f4;
}
.bg_color_impeccable-greys {
    background-color: #575f6d;
}
.bg_color_onyx-rush {
    background-color: #000;
}
.bg_color_clear {
    background-color: #fff;
}
.bg_color_white {
    border: 1px solid #0a0a0a;
}
body.template-page .main-page-wrapper {
    margin-top: -40px;
}
.quick-shop-form>div {
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    -ms-display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.quick-shop-form p.out-of-stock {
    border: 2px solid #cc1414;
    color: #b50808;
    margin: 0;
    padding: 9px 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: 700;
    display: block;
}
.quick-shop-shown.quick-shop-loaded .swatches-on-grid {
    visibility: hidden;
}
#popup_basel {
    max-width: 570px;
    padding: 0;
}
#popup_basel .tabs {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    margin: 25px 0;
}
#popup_basel .tab {
    float: left;
    height: 46px;
    left: 46px;
    min-width: 150px;
}
#popup_basel .tab label {
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
    height: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
}
#popup_basel .tab [type=radio] {
    display: none;
}
#popup_basel .content {
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    right: 0;
    bottom: 0;
    padding: 20px;
    border-top: 1px solid #ccc;
    overflow: auto;
}
#popup_basel .content>* {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}
#popup_basel [type=radio]:checked+label {
    background: #fff;
    border-bottom: 1px solid #fff;
    z-index: 2;
}
#popup_basel [type=radio]:checked~label~.content {
    z-index: 1;
}
#popup_basel [type=radio]:checked~label~.content>* {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.imported-base .base-imported-alert {
    display: block;
    background-color: #252929;
    border-bottom: 2px solid #011f23;
    color: #16d4f1;
    padding: 20px 25px;
    margin: -20px -20px 20px;
}
.claue-import {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
}
.claue-import .import-form-fields, .claue-import .page-preview {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.claue-import .page-preview img {
    max-width: 100%;
    vertical-align: middle;
    padding: 3px;
    border: 1px solid #efefef;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.claue-import:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.claue-box-footer {
    padding: 20px 25px;
    background-color: #d02222;
    font-size: 14px;
    color: #fff;
    margin: -20px -20px 20px;
}
.claue-box-footer p {
    margin: 0;
    font-size: 11px;
    color: #fff;
    opacity: .7;
}
#popup_basel .content form {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%}
#popup_basel button.active, #popup_basel button:focus {
    border-color: #56cfe1;
    background: #56cfe1;
    color: #fff;
}
#popup_basel button.mfp-close:hover {
    background: #fff;
}
#popup_basel .content form textarea.tea-form-control {
    height: 100%}
.table_suggest {
    margin-bottom: 0;
    width: 100%;
    display: table;
    max-width: 100%}
.table-cell-top {
    display: table-cell;
    vertical-align: middle;
}
.basel-products-suggest {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    width: 250px;
}
.basel-products-suggest .product-suggest {
    position: relative;
    display: block;
}
.basel-products-suggest .suggest-close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #56cfe1;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: color .4s, background-color .4s, border-color .4s, opacity .4s;
    outline: 0;
}
.basel-products-suggest .table_suggest .table-cell-top:not(.img) {
    padding: 0 10px;
}
.basel-products-suggest .table_suggest .table-cell-top.img {
    width: 70px;
    min-width: 70px;
}
.basel-products-suggest .table_suggest a {
    letter-spacing: .3px;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
}
.basel-products-suggest .price {
    margin-top: 10px;
    display: block;
}
.from-ago, .minutes-ago {
    font-size: 12px;
}
.topbar-menu li.currency:after, .topbar-menu li.language:after {
    font-family: FontAwesome;
    line-height: 14px;
    font-weight: 400;
    content: "\f107";
    font-size: 12px;
}
.template-product .nitro-bundle-section.style-2 {
    margin-top: 0;
}
.template-product .nitro-bundle-section.style-2 .list-products-bundle.bundle-select.nitro-products-bundle .bundle-item {
    width: 25%}
.template-product .nitro-bundle-section.style-2 .list-products-bundle.bundle-select.nitro-products-bundle .bundle-product-action {
    margin-top: 15px;
}
.nitro-bundle-section.style-2 .list-products-bundle.bundle-select.nitro-products-bundle .bundle-item h4 {
    margin-bottom: 0;
}
.template-product .nitro-bundle-section.style-2 .list-products-bundle.bundle-select.nitro-products-bundle .bundle-item label {
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.template-product .nitro-bundle-section.style-2 .list-products-bundle.bundle-select.nitro-products-bundle .bundle-product-action .bundle-product-button.tc button {
    border-radius: 0;
}
.template-product .nitro-bundle-section.style-2 .list-products-bundle.bundle-select.nitro-products-bundle .bundle-item-price>span {
    display: inline-block;
    padding-bottom: 0;
    font-size: 18px;
}
.template-product .nitro-bundle-section.style-2 .list-products-bundle.bundle-select.nitro-products-bundle .bundle-product-action .bundle-product-general>div {
    margin: 10px 0;
}
.template-product .nitro-bundle-block .control__indicator {
    top: -26px;
}
@media only screen and (max-width:767px) {
    .template-product .nitro-bundle-section.style-2 .list-products-bundle.bundle-select.nitro-products-bundle .bundle-item {
    width: 50%}
}.shopify-hover-base {
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.shopify-hover-base .content-product-imagin {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: scale(.98);
    transform: scale(.98);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.shopify-hover-base .product-element-top {
    margin-bottom: 0;
}
.shopify-hover-base .product-information {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.shopify-hover-base .product-information:hover .more-details-btn {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.shopify-hover-base:not(.product-in-carousel) .basel-buttons {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.shopify-hover-base:not(.product-in-carousel) .basel-buttons .basel-tooltip-label {
    top: auto;
    bottom: 100%;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
}
.shopify-hover-base:not(.product-in-carousel) .basel-buttons .basel-tooltip-label:before {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: -5px;
    margin-right: 0;
    margin-bottom: 0;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-top-color: #000;
}
.shopify-hover-base:not(.product-in-carousel) .basel-buttons>div a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons>div:not(.basel-add-btn) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons .wrap-wishlist-button {
    text-align: left;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons .wrap-quickview-button {
    text-align: right;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-add-btn>a {
    color: #fff;
    display: block;
    width: auto;
    height: auto;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-add-btn>a:focus, .shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-add-btn>a:hover {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
    color: #fff;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-add-btn>a span:not(.basel-tooltip-label) {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-add-btn>a.added {
    display: none;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-add-btn .added_to_cart {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px;
}
.shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-add-btn .added_to_cart:before {
    content: none;
}
.catalog-mode-on .shopify-hover-base .basel-buttons .basel-add-btn {
    display: none;
}
.catalog-mode-on .shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons {
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid rgba(129, 129, 129, .2);
}
.catalog-mode-on .shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons>div {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.catalog-mode-on .shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons>div a {
    width: auto;
    height: auto;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.catalog-mode-on .shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons>div a:before {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
}
.catalog-mode-on .shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons>div a:after {
    left: 0;
    width: 14px;
    height: 14px;
    margin-left: 0;
    margin-top: -8px;
}
.catalog-mode-on .color-scheme-light .shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons, .catalog-mode-on.basel-dark .shopify-hover-base:not(.product-in-carousel):not(.hover-width-small) .basel-buttons {
    border-color: rgba(255, 255, 255, .15);
}
.shopify-hover-base .basel-product-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 5px;
    border-top: 1px solid rgba(129, 129, 129, .2);
}
.shopify-hover-base .basel-product-countdown>span {
    min-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.shopify-hover-base:not(.hover-width-small) .basel-product-countdown>span {
    border-right: 1px solid rgba(129, 129, 129, .2);
}
.shopify-hover-base:not(.hover-width-small) .basel-product-countdown>span:last-child {
    border: none;
}
.basel-dark .shopify-hover-base:not(.hover-width-small) .basel-product-countdown>span, .color-scheme-light .shopify-hover-base:not(.hover-width-small) .basel-product-countdown>span {
    border-color: rgba(255, 255, 255, .15);
}
.shopify-hover-base .wrapp-swatches {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-top: 1px solid rgba(0, 0, 0, .07);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.shopify-hover-base .wrapp-swatches:empty {
    display: none;
}
.shopify-hover-base .swatches-on-grid {
    margin-bottom: 0;
}
.shopify-hover-base .product-compare-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
}
.shopify-hover-base .product-compare-button a {
    display: inline-block;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 0;
    letter-spacing: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, .9);
}
.shopify-hover-base .product-compare-button a:before {
    content: "\f122";
    font-family: basel-font;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
}
.shopify-hover-base .product-compare-button a:after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-left: -9px;
    margin-top: -9px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.shopify-hover-base .product-compare-button a .blockOverlay {
    display: none!important;
}
.shopify-hover-base .product-compare-button a:focus, .shopify-hover-base .product-compare-button a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shopify-hover-base .product-compare-button a.loading:before {
    opacity: 0;
}
.shopify-hover-base .product-compare-button a.loading:after {
    opacity: 1;
    animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
}
.shopify-hover-base .hover-content {
    margin-bottom: 12px;
    max-height: 88px;
    overflow: hidden;
    position: relative;
}
.shopify-hover-base .hover-content-inner {
    line-height: 22px;
}
.shopify-hover-base .hover-content-inner p {
    margin-bottom: 0;
    line-height: 22px;
}
.shopify-hover-base .show-full-description {
    max-height: none;
}
.shopify-hover-base .show-full-description .more-details-btn {
    display: none;
}
.shopify-hover-base .wrapp-product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.shopify-hover-base .fade-in-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.browser-Safari .shopify-hover-base .fade-in-block {
    visibility: visible;
    pointer-events: none;
}
.shopify-hover-base.state-hover .wrapp-swatches, .shopify-hover-base:hover .wrapp-swatches {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.shopify-hover-base.state-hover .more-details-btn {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.shopify-hover-base.has-stars.product-type-external .fade-in-block, .shopify-hover-base.has-stars.purchasable .fade-in-block {
    padding-bottom: 5px;
}
.shopify-hover-base.has-stars.product-type-external .product-rating-price, .shopify-hover-base.has-stars.purchasable .product-rating-price {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.shopify-hover-base.has-stars.product-type-external .wrapp-product-price, .shopify-hover-base.has-stars.purchasable .wrapp-product-price {
    height: 60px;
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
}
.shopify-hover-base.has-stars.product-type-external .star-rating, .shopify-hover-base.has-stars.product-type-external .wrapp-product-price .price, .shopify-hover-base.has-stars.purchasable .star-rating, .shopify-hover-base.has-stars.purchasable .wrapp-product-price .price {
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
    overflow: hidden;
}
.shopify-hover-base.has-stars.product-type-external .basel-product-cats, .shopify-hover-base.has-stars.purchasable .basel-product-cats {
    margin-bottom: 0;
}
.shopify-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price, .shopify-hover-base.has-stars.product-type-external:hover .wrapp-product-price, .shopify-hover-base.has-stars.purchasable.state-hover .wrapp-product-price, .shopify-hover-base.has-stars.purchasable:hover .wrapp-product-price {
    transform: translateY(-30px) translateZ(0);
    -webkit-transform: translateY(-30px) translateZ(0);
}
.shopify-hover-base.hover-ready.state-hover, .shopify-hover-base.hover-ready:hover {
    z-index: 20;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}
.shopify-hover-base.hover-ready.state-hover .content-product-imagin, .shopify-hover-base.hover-ready:hover .content-product-imagin {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .3s ease;
}
.shopify-hover-base.hover-ready.state-hover .swatches-on-grid, .shopify-hover-base.hover-ready:hover .swatches-on-grid {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.shopify-hover-base.hover-ready.state-hover .fade-in-block, .shopify-hover-base.hover-ready:hover .fade-in-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
    -webkit-transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .3s ease;
}
.shopify-hover-base.hover-ready.has-stars.purchasable .fade-in-block {
    -webkit-transform: translateY(-10px) translateZ(0);
    transform: translateY(-10px) translateZ(0);
}
.browser-Safari .shopify-hover-base.hover-ready.state-hover .fade-in-block, .browser-Safari .shopify-hover-base.hover-ready:hover .fade-in-block {
    pointer-events: visible;
}
.shopify-hover-base .quick-shop-close {
    top: -5px;
}
.shopify-hover-base.loading-quick-shop .wrapp-swatches {
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}
.shopify-hover-base.quick-shop-shown .wrapp-swatches {
    opacity: 0;
}
.shopify-hover-base.loading-quick-shop .basel-buttons, .shopify-hover-base.quick-shop-shown .basel-buttons {
    opacity: 1;
}
.basel-dark .shopify-hover-base .content-product-imagin, .color-scheme-light .shopify-hover-base .content-product-imagin {
    background-color: #101010;
}
.basel-dark .shopify-hover-base .wrapp-swatches, .color-scheme-light .shopify-hover-base .wrapp-swatches {
    background-color: #101010;
    border-color: rgba(255, 255, 255, .15);
}
.basel-dark .shopify-hover-base .product-compare-button a, .color-scheme-light .shopify-hover-base .product-compare-button a {
    color: #fff;
}
.basel-dark .shopify-hover-base .product-compare-button a:after, .color-scheme-light .shopify-hover-base .product-compare-button a:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #fff;
}
.basel-dark .shopify-hover-base .product-compare-button a:focus, .basel-dark .shopify-hover-base .product-compare-button a:hover, .color-scheme-light .shopify-hover-base .product-compare-button a:focus, .color-scheme-light .shopify-hover-base .product-compare-button a:hover {
    color: rgba(255, 255, 255, .8);
}
.basel-dark .shopify-hover-base .basel-product-countdown, .color-scheme-light .shopify-hover-base .basel-product-countdown {
    border-color: rgba(255, 255, 255, .15);
}
.shopify-hover-base.product-in-carousel {
    margin-bottom: 10px;
    overflow: hidden;
}
.shopify-hover-base.product-in-carousel .product-information {
    position: static;
}
.shopify-hover-base.product-in-carousel .fade-in-block {
    position: static;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.shopify-hover-base.product-in-carousel .hover-content {
    display: none;
}
.shopify-hover-base.product-in-carousel.loading-quick-shop .basel-buttons, .shopify-hover-base.product-in-carousel.quick-shop-shown .basel-buttons {
    opacity: 0;
    visibility: hidden;
}
.shopify-hover-base.hover-width-small:not(.product-in-carousel) .basel-buttons {
    overflow: hidden;
}
.shopify-hover-base.hover-width-small:not(.product-in-carousel) .basel-buttons>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: -1px;
    margin-right: -1px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.shopify-hover-base.hover-width-small:not(.product-in-carousel) .basel-buttons>div:last-child {
    border-right: none;
}
.shopify-hover-base.hover-width-small:not(.product-in-carousel) .basel-buttons>div:empty {
    display: none;
}
.shopify-hover-base.hover-width-small:not(.product-in-carousel) .basel-buttons>div a {
    width: auto;
}
.basel-dark .shopify-hover-base.hover-width-small:not(.product-in-carousel) .basel-buttons>div, .color-scheme-light .shopify-hover-base.hover-width-small:not(.product-in-carousel) .basel-buttons>div {
    border-color: rgba(255, 255, 255, .15);
}
.full {width:100% !important}

.no-padding {padding:0px !important;}


.checkout {
    color: white !important;
    font-size: 11px;
    margin: 0px;
    background-color: #073080 !important;
}
  

.right-side {
  height: 85px;
    padding-top: 15px;
}



  @font-face {
	font-family:Montserat;
	src: url(ProximaNova-Regular.otf);
	}
  
  
.gl_slide_show, .gl_slide_show .owl-carousel
{overflow: visible !important}
.gl_row.gl_row-o-content-middle>.gl_column_container>.gl_column-inner {
  padding:0px;}
  
.exclusive strong{
  font-size:14px;
  color:white;
  font-weight:700;
  background-color: #FDAF05;
  font-family:Montserrat;
}
  
.main-title span {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1px;
}

  
.btn-style-sega {
  background-color:#1CAAFC;
  border: none;
  width:180px;
  font-size: 12px;
  font-weight: 600;
}  
  
  
.circle {
  float: right;
    background-color: #FCAD05;
    border-radius: 10px;
    margin-left:15px;
    text-align: center;
    width: 20px;
    height: 20px;
    font-weight: 600;
    font-size: 16px;
}
  
.promo-banner .banner-inner 
  {
    bottom:15%;
        position: absolute;
    /* left: 0; */
    right: 0;
    padding: 20px;
    z-index: 1;
    width: 50%;

  }
  

@media (max-width:1040px){
  .basel-cart-design-2>a .basel-cart-subtotal, .basel-cart-design-3>a .basel-cart-subtotal{
    margin-left:5px;
    font-size:11px;
  }
}


@media (max-width: 1008px){
.medium-hide {
  display: none !important;
}
  
.medium-show {
  display: block;
}  
  
.shopping-cart {
  float:right;
}
  
.basel-search-full-screen  {
  float:left;
}

.mobile-nav-icon {
  float:left;
}
 
}

@media (min-width: 1009px){

  
.medium-show {
  display: none !important;
}  
  
}

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

@media (max-width: 991px){
.site-logo img {
    max-height: 70px !important;
}
 
  .main-title span {
    font-size:22px !important}
  

.exclusive strong {
    font-size: 11px;
    color: white;
    margin-left: 55px;
    padding: 2px;
    right: 0px;
    background-color: #FDAF05;
    font-family: Montserrat;
    
  
}

.circle {
  float: right;
    background-color: #FCAD05;
    border-radius: 7.5px;
    margin-left: 15px;
    text-align: center;
    width: 15px;
    height: 15px;
    font-weight: 600;
    font-size: 14px;
}
}
.basel-search-full-screen {
  font-size:22px;
  color: #26336F;
  padding-left:10px;
}
  
  
  
.full-banner {
  width: 100% !important;
  top: 80% !important;
}

.newsletter-logo-holder {
  position: relative;
    height: 150px;
    display: block;
}

.newsletter-image {
  position:absolute;
  bottom:0px;
  z-index:9999;
}


.newsletter-text {
  font-size:16px;
  font-weight:600;
  text-align:left;
}


.mailchimp-input-icon input::placeholder {
  color:#7c7c7c !important;
  opacity:1;
}

.sticky-header .checkout {
  display:none;
}

.sticky-header .sticky-cart {
  width:100%;
}


.basel-navigation .menu>li.menu-item-has-children>a:active {
  font-weight:900;
  border-bottom:2px solid #04347E;
}


.nav-icon {
  width:20px;
}

#header-checkout {
      background-color: #1d1d1d !important;
    border: none;
    margin-left: 20px;
}

.related-and-upsells div.owl-item .product-grid-item img, div.owl-item .product-grid-item img {
    width: auto;
    height: -webkit-fill-available;
}

.basel-images-gallery .gallery-images {
height: 100% !important;
}


@media (max-width:1008px){
  .gl_cart_note .note {
  display:none;
  
  }
  
  .promo-banner {
padding-bottom:6px;
  }
}

.product-label-yellow {
    background-color: #f9da49 !important;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    color: black;
    justify-content: center;
    font-size: 10px;
    line-height: 15px;
    padding-top: 7px;
    font-weight: 600;
}

.nathan_style_2.single-product-content .cart .button {
  font-weight:600 !important;
}

.shopify-Tabs-panel {
  overflow: auto;
}